﻿
nav{
    display: block
}

a {
    background-color: transparent;
    /*text-decoration: none !important;*/
}
a:active{
   outline: 0; 
}

a.nav__link
{
    text-decoration: none;
}

a.nav__linksub
{
    text-decoration: none;
}
a.nav__linksub:hover
{
    text-decoration:underline;
}
a.nav__linkBlue:hover,a.nav__linkBlue:active,a.nav__linkBlue:visited
{  color: #00519b;
}
.nav__item--open .nav__link {
    border-color: #00519b !important;
}
.no-touchevents a:hover {
    outline: 0;
     
    /*text-decoration:underline*/
}
abbr[title] {
    border-bottom: 1px dotted
}

header2 {
    color: #00519b;
    margin: 6px 0 12px;
    font-weight: 700;
    display: block;
    font-size: 20px;
    font-size: 1.4285714285714286pxrem;
    margin-bottom: 10px
}
html {
    box-sizing: border-box;
}
h6 {
    color: #00519b;
    margin: 6px 0 12px;
    font-weight: 700;
    display: block;
    font-size: 14px;
    font-size: 1pxrem
}
a {
    color: #00519b;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-touchevents a:hover, a:active {
    /*text-decoration: underline;*/
}
.mega-menu__side__cta-content p {
    margin: 0 0 16px;
    line-height: 1.4;
}
.prose p {
    margin: 0 0 16px;
}
@media only screen and (max-width : 768px) 
{
    .utility-nav__item 
    {
        display: none;        
    }
    .buy-in__header {
        font-size: 20px;
    }   
}

.hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    width: 44px;
    height: 44px;
    font-size: 0;
    text-indent: -9999px
}
.hamburger .hamburger__cell {
    display: block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: 50%;
    margin-top: -1px;
    background: #00519b;
    left: 11px
}
.hamburger .hamburger__cell::before,
.hamburger .hamburger__cell::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00519b;
    content: ""
}
.hamburger .hamburger__cell::before {
    top: -5px
}
.hamburger .hamburger__cell::after {
    bottom: -5px
}
.hamburger {
    background: transparent
}
.hamburger .hamburger__cell {
    transition: background 0s .3s
}
.hamburger .hamburger__cell::before,
.hamburger .hamburger__cell::after {
    transition-duration: .3s, .3s;
    transition-delay: .3s, 0s
}
.hamburger .hamburger__cell::before {
    transition-property: top, transform
}
.hamburger .hamburger__cell::after {
    transition-property: bottom, transform
}
.hamburger.is-active .hamburger__cell {
    background: none
}
.hamburger.is-active .hamburger__cell::before {
    top: 0;
    transform: rotate(45deg)
}
.hamburger.is-active .hamburger__cell::after {
    bottom: 0;
    transform: rotate(-45deg)
}
.hamburger.is-active .hamburger__cell::before,
.hamburger.is-active .hamburger__cell::after {
    transition-delay: 0s, .3s
}
.hamburger .hamburger-label {
    font-size: 14px;
    text-indent: 0;
    position: absolute
}

@media only screen and (min-width: 680px) {
    .masthead__searchbox {
        display: block;
        position: absolute;
        right: 0;
        bottom: 5px;
    }
}

@media only screen and (min-width: 500px) {
    .col {
        float: left
    }
    .col.one {
        width: 8.33333333%
    }
    .col.two {
        width: 16.66666667%
    }
    .col.three {
        width: 25%
    }
    .col.four {
        width: 33.33333333%
    }
    .col.five {
        width: 41.66666667%
    }
    .col.six {
        width: 50%
    }
    .col.seven {
        width: 58.33333333%
    }
    .col.eight {
        width: 66.66666667%
    }
    .col.nine {
        width: 75%
    }
    .col.ten {
        width: 83.33333333%
    }
    .col.eleven {
        width: 91.66666667%
    }
    .col.twelve {
        width: 100%
    }
} 
.pinch {
    max-width: 1020px;
    margin: 0 auto;
    font-size: 14px;
    font-family: Arial, sans-serif
}
.gutter {
    padding-left: 21px;
    padding-right: 21px
}
.buffer {
    padding-top: 30px;
    padding-bottom: 30px
}
.buffer-top {
    padding-top: 30px
}
.buffer-bottom {
    padding-bottom: 30px
}
.buffer--more.buffer {
    padding-top: 54px;
    padding-bottom: 54px
}
.buffer--more.buffer-top {
    padding-top: 54px
}
.buffer--more.buffer-bottom {
    padding-bottom: 54px
}
.row {
    clear: both;
    -ms-zoom: 1;
    zoom: 1;
    margin-left: -11px;
    margin-right: -11px
}
.row:before,
.row:after {
    content: "";
    display: table
}
.row:after {
    clear: both
}
.col {
    width: 100%;
    padding-left: 11px;
    padding-right: 11px
}
 @media only screen and (min-width: 680px) {
  
    header2{
        font-size: 30px;
        font-size: 2.142857142857143pxrem
    }
    
    h6 {
        font-size: 15px;
        font-size: 1.0714285714285714pxrem
    }
}

.nav {
    position: relative;
    z-index: 5;
    border-top: 1px solid #ccc;
    border-bottom: 3px solid #00519b;   
}
.nav:after {
   content: '';
    display: block;
    height: 44.5px;
    position: absolute;
    z-index: 2;
    /* top: 0; */
    left: 85%;
    /*background: #e6004a;*/
    right: 0;
    bottom: 0px;
}
@media only screen and (min-width: 1400px) {
.nav:after{
Left:80% !important;
}
.nav__ctas .nav__link:before {
    height: 3px !important;
}
}
@media only screen and (min-width: 1700px) {
.nav:after{
Left:75% !important;
}
.nav__ctas .nav__link:before {
    height: 3px !important;
}
}
@media only screen and (min-width: 2000px) {
.nav:after{
Left:50% !important;
}
.nav__ctas .nav__link:before {
    height: 3px !important;
}
}
.nav__inner {
    position: relative
}
.nav__wrapper {
    clear: both;
    -ms-zoom: 1;
    zoom: 1;
    position: relative;
    z-index: 3;
    background: white;
}
.nav__wrapper:before,
.nav__wrapper:after {
    content: "";
    display: table;
}
.nav__wrapper:after {
    clear: both;
}


.nav__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    float: left;
}
.nav__menu .nav__link {
    padding: 14px 14px 11.2px;
    border-bottom: 3px solid transparent;
}

.no-touchevents .nav__menu .nav__link:hover, .nav__menu .nav__link:active {
    border-color: #00519b;
    text-decoration: none;
}

.nav__menu .nav__link--home .icon {
    display: block;
}
.nav__item {
    float: left;
}
.nav__link {
    display: block;
    padding: 14px 14px
}

.nav__ctas {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 4;
    overflow: hidden;
    padding-left: 40px;
    float: right
}
.nav__ctas .nav__item:last-child .nav__link {
    padding-right: 7px
}
.nav__ctas .nav__link {
    position: relative;
    z-index: 5;
    padding-left: 32px;
    padding-right: 60px
}
.nav__ctas .nav__link:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 46px 34px;
    content: " ";
    display: inline-block;
    position: absolute;
    right: 100%;
    top: 0;
}
.nav__ctas .nav__link .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -8px
}
.nav__ctas .nav__link--blue {
    background: #00519b;
    color: #fff;
}
.nav__ctas .nav__link--blue:before {
    border-color: transparent transparent #00519b transparent;
    background: transparent;
}
.nav__ctas .nav__link--split {
    background: #e6004a;
    color: #fff;
}
.nav__ctas .nav__link--split:before {
    border-color: transparent transparent #e6004a transparent;
    background: #00519b
}
.nav__mobile-menu {
    display: none;
}
.nav__mobile-menu__hamburger-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.nav__mobile-menu__hamburger-label {
    float: left;
    padding: 14px 7px
}
.nav__mobile-menu-items {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}
.nav__mobile-menu-items .nav__mobile-menu-item {
    background-color: #0d5ba1;
    border-bottom: 1px solid #0c5699;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.nav__mobile-menu-items .padding
{
    padding: 14px 0;
}
.nav__mobile-menu-items .nav__mobile-menu-item-label {
    display: block;
    padding: 14px 0;
    width:90%;
}
.nav__mobile-menu-items .nav__mobile-menu-item-indicator {
    background-image: url(/Source/Images/cssimages/template/sprite.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 20px;
}
.nav__mobile-menu-items .nav__mobile-menu-item-open .nav__mobile-menu-item-indicator {
    background-position: -66px -201px
}
.nav__mobile-menu-items .nav__mobile-menu-item-close .nav__mobile-menu-item-indicator {
    background-position: -66px -192px
}
.nav__mobile-menu-items .nav__mobile-menu-item--search {
    padding-bottom: 28px
}
.nav__mobile-menu-items .nav__mobile-menu-item--search .inputbar {
    background: transparent;
    border: none
}
.nav__mobile-menu-items .nav__mobile-menu-item--search .inputbar__button {
    float: left;
    position: static;
    width: auto;
    background: url(/Source/Images/cssimages/template/sprite.png) -66px -176px no-repeat;
    width:16px;
    height:16px;
    margin:9px;
}
.nav__mobile-menu-items .nav__mobile-menu-item--search .inputbar__input {
     border-bottom: 1px solid #3169a6;
    font-weight: normal;
    width: auto
}
.nav__mobile-menu-items a {
    color: #fff
}
.nav__mobile-menu__submenu {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #2c64a3;
    display: none
}
.nav__mobile-menu__submenu a {
    color: #fff
}
.nav__mobile-menu__submenu .nav__mobile-menu-item {
    background-color: transparent;
    font-weight: normal;
    font-size: 1em;
    border-bottom: none;
    padding: 14px 0;
    width:90%;
}

@media only screen and (max-width: 850px) {
    .nav__menu .nav__link {
        padding: 14px 6px 11px
    }
    .nav__ctas .nav__link {
        padding-right: 44px
    }
}
@media only screen and (max-width: 768px) {
    .nav__menu {
        display: none
    }
    .nav__mobile-menu {
        display: block
    }
    .masthead__searchbox {
        display: none
    }
}

.mega-menu {
    display: none;
    position: absolute;
    left: 1%;
    width: 100%;
    z-index: -1;
    line-height: 1.6;
    border-top: 3px solid #00519b
}
.mega-menu__wrapper {
    clear: both;
    -ms-zoom: 1;
    zoom: 1;
    background: #fff;
    padding: 24px 36px 36px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2)
}
.mega-menu__wrapper:before,
.mega-menu__wrapper:after {
    content: "";
    display: table
}
.mega-menu__wrapper:after {
    clear: both
}
.mega-menu__content,
.mega-menu__side {
    float: left
}
.mega-menu__content {
    width: 66%
}
.mega-menu__content p {
    color: #4d86ba;
    width: 80%
}
.mega-menu__side {
    width: 33%;
    height: 100%;
    padding-top: 8%
}
.mega-menu__side__cta-wrapper {
    background-color: #e5edf5;
    padding: 16px 48px 16px 48px
}
.mega-menu__side__cta-content {
    text-align: center
}    
.mega-menu__links ul {
    padding-left: 0 !important
}
.mega-menu__links ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    padding: 7px 0 7px 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 1.2em
}
.mega-menu__links ul li:before {
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-left-color: #00519b;
    border-top-color: rgba(0, 81, 155, 0);
    border-bottom-color: rgba(0, 81, 155, 0);
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0
}
.no-touchevents .nav__item:hover .mega-menu {
    display: block
}
.touchevents .nav__item--open .mega-menu {
    display: block
}
@media only screen and (max-width: 850px) {
    .mega-menu__side__cta-wrapper {
        padding: 16px 30px 16px 30px
    }
}

.utility-nav {
    text-align: right
}
.utility-nav__menu {
    margin: 0;
    padding: 0px;
    list-style: none;
    display:inline-block
}
.utility-nav__item {
    display: none
}
.utility-nav__item--emphasis {
    display: inline-block
}
.utility-nav__item--emphasis .utility-nav__link {
    color: #ffffff;
    background: #00519b;
    padding: 6px 23px;
    text-decoration:none
}
.utility-nav__item--emphasis .utility-nav__link:hover
{
    color: #ffffff !important;
 text-decoration:underline !important
}
/*a.utility-nav__link: visited
{
    color:white
}*/
a.utility-nav__link:hover
{
    color:#7f7f7f;
    text-decoration:underline    
}
a.utility-nav__link
{   
    text-decoration:none 
}
.utility-nav__link {
    font-size: 11px;
    font-size: 0.8571428571428571pxrem;
    display: block;
    color: #7f7f7f;
    padding: 5px 5px
}    
.mobile-menu__trigger {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    z-index: 5
}
.mobile-menu__trigger:focus {
    outline: none
}
.mobile-menu__trigger__hamburger {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -22px
}
.mobile-menu__trigger__label {
    display: none
}

@media only screen and (min-width: 500px) 
{
.pinch {
    max-width: 1020px;
    margin: 0 auto;
    font-size: 14px;
    font-family: Arial, sans-serif
}
.gutter {
    padding-left: 21px;
    padding-right: 21px
}
}
.btn {
    background: #00519b;
    color: #fff;
    padding: 10px 15px;
    border: 2px solid transparent;
    font-weight: 700;
    display: inline-block;
    text-decoration:none !important;
    
}
.btn--blue {
    background: #00519b;
    color: #fff
}
.no-touchevents .btn--blue:hover, .btn--blue:active {
    background: #0f2c77;
    text-decoration: none;
    color: #fff
}
.btn--outline {
    background: transparent;
    border-color: #00519b;
    color: #00519b
}
.no-touchevents .btn--outline:hover, .btn--outline:active {
    background: #00519b;
    color: #fff;
    text-decoration: none
}
.btn--white {
    background: #fff;
    color: #00519b
}
.no-touchevents .btn--white:hover, .btn--white:active {
    background: #00519b;
    color: #fff;
    text-decoration: none
}
.btn--wide {
    padding-left: 45px;
    padding-right: 45px
}
.btn--red {
    background: #e6004a
}
a.btn--red:hover, a.btn--red:active,a.btn--red:focus {
    color: #fff;
}
.btn--green {
    background: #339900
}
a.btn--green:hover, a.btn--green:active,a.btn--green:focus {
    color: #fff;
}
.icon {
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    text-align: left !important;
    display: inline-block;
    background-image: url(/Source/Images/cssimages/template/sprite.png)
}

.icon--home {
    width: 18px;
    height: 16px;
    background-position: -66px -28px
}
.icon--home-white {
    width: 14px;
    height: 12px;
    background-position: -66px -223px
}
.icon--phone {
    width: 16px;
    height: 16px;
    background-position: -66px -44px
}
.icon--lock {
    width: 16px;
    height: 16px;
    background-position: -66px -60px
}


@media only screen and (min-width: 350px) {
    .mobile-menu__trigger__label {
        display: inline-block;
        padding-left: 50px;
        color: #00519b
    }
}
.csscolumns .mega-menu__links ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}
.no-csscolumns .mega-menu__links ul {
    clear: both;
    -ms-zoom: 1;
    zoom: 1;
}
.no-csscolumns .mega-menu__links ul:before,
.no-csscolumns .mega-menu__links ul:after {
    content: "";
    display: table;
}
.no-csscolumns .mega-menu__links ul:after {
    clear: both;
}
.no-csscolumns .mega-menu__links ul li {
    float: left;
    width: 42.333%;
}

/* youtube css styles */
.axaYoutube {
    background-color: #000;
    margin: 5%;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.axaYoutube img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
}
.axaYoutube .play-button {
    width: 68px;
    height: 48px;
    background-color: #333;
   display:block;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.axaYoutube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.axaYoutube img,
.axaYoutube .play-button {
    cursor: pointer;
}
.axaYoutube img,
.axaYoutube iframe,
.axaYoutube .play-button,
.axaYoutube .play-button:before {
    position: absolute;
}
.axaYoutube .play-button,
.axaYoutube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.axaYoutube:hover .play-button{
    background-color: rgb(220, 11, 18);}
.axaYoutube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}