html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
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
}
b,
strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
html {
    box-sizing: border-box;
}

input,
textarea,
select {
    outline: 0;
    border: 0;
    margin: 0;
}

img {
    border: 0;
    max-width: 100%;
}
a {
    color: #00519b;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-touchevents a:hover, a:active {
    /*text-decoration: underline;*/
}
p {
    color: #808080;
    margin: 0 0 16px;
    line-height: 1.4;
}
.prose p {
    margin: 0 0 16px;
}
.text-center {
    text-align: center;
}
h1,
.like-h1 {
    color: #00519b;
    margin: 6px 0 12px;
    font-weight: 700;
    display: block;
    font-size: 28px;
    font-size: 2pxrem;
    margin-bottom: 10px;
}
h2,
.like-h2 {
    color: #00519b;
    margin: 6px 0 12px;
    font-weight: 700;
    display: block;
    font-size: 20px;
    font-size: 1.4285714285714286pxrem;
    margin-bottom: 10px
}
h3,
.like-h3 {
    color: #00519b;
    margin: 6px 0 12px;
    font-weight: 700;
    display: block;
    font-size: 20px;
    font-size: 1.4285714285714286pxrem;
    margin-bottom: 10px
}
h4,
.like-h4 {
    color: #00519b;
    margin: 6px 0 12px;
    font-weight: 700;
    display: block;
    font-size: 16px;
    font-size: 1.1428571428571428pxrem
}
h5,
.like-h5 {
    color: #00519b;
    margin: 6px 0 12px;
    font-weight: 700;
    display: block;
    font-size: 15px;
    font-size: 1.0714285714285714pxrem
}
h6,
.like-h6 {
    color: #00519b;
    margin: 6px 0 12px;
    font-weight: 700;
    display: block;
    font-size: 14px;
    font-size: 1pxrem
}
/*.utility-nav__item 
{
    display: inline-block;
    padding:0px
}*/
@media only screen and (max-width : 768px) 
{
    .utility-nav__item 
    {
        display: none;        
    }
    .buy-in__header {
        font-size: 20px;
    }   
    .groupNav .groupListing {
	    margin: 0 auto;
    }
}
   @media only screen and (min-width: 680px) {
    h1,
    .like-h1 {
        font-size: 40px;
        font-size: 2.857142857142857pxrem
    }
    h2,
    .like-h2 {
        font-size: 30px;
        font-size: 2.142857142857143pxrem
    }
    h3,
    .like-h3 {
        font-size: 25px;
        font-size: 1.7857142857142858pxrem
    }
    h4,
    .like-h4 {
        font-size: 22px;
        font-size: 1.5714285714285714pxrem
    }
    h5,
    .like-h5 {
        font-size: 18px;
        font-size: 1.2857142857142858pxrem
    }
    h6,
    .like-h6 {
        font-size: 15px;
        font-size: 1.0714285714285714pxrem
    }
}
.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: 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
}
@media only screen and (min-width: 500px) {
    .gutter {
        padding-left: 16px;
        padding-right: 16px
    }
    .buffer {
        padding-top: 54px;
        padding-bottom: 54px
    }
    .buffer-top {
        padding-top: 54px
    }
    .buffer-bottom {
        padding-bottom: 54px
    }
    .buffer--more.buffer {
        padding-top: 86px;
        padding-bottom: 86px
    }
    .buffer--more.buffer-top {
        padding-top: 86px
    }
    .buffer--more.buffer-bottom {
        padding-bottom: 86px
    }
}
.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
}
.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--plaster {
    width: 66px;
    height: 61px;
    background-position: 0 0
}
.icon--box {
    width: 66px;
    height: 61px;
    background-position: 0 -61px
}
.icon--speech {
    width: 66px;
    height: 61px;
    background-position: 0 -122px
}
.icon--umbrella {
    width: 66px;
    height: 61px;
    background-position: 0 -183px
}
.icon--smiley {
    width: 66px;
    height: 61px;
    background-position: 0 -244px
}
.icon--stethoscope {
    width: 16px;
    height: 28px;
    background-position: -66px 0
}
.icon--stethoscope-title {
    width: 28px;
    height: 28px;
    background-position: -60px 0
}
.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
}
.icon--twitter-color {
    width: 16px;
    height: 14px;
    background-position: -66px -76px
}
.icon--facebook-color {
    width: 16px;
    height: 14px;
    background-position: -66px -90px
}
.icon--twitter {
    width: 16px;
    height: 14px;
    background-position: -66px -104px
}
.icon--facebook {
    width: 16px;
    height: 14px;
    background-position: -66px -118px
}
.icon--google {
    width: 16px;
    height: 14px;
    background-position: -66px -132px
}
.icon--youtube {
    width: 16px;
    height: 14px;
    background-position: -66px -146px
}
.icon--linkedin{
     width: 16px;
    height: 14px;
    background-position: -66px -118px

}
.icon--search {
    width: 16px;
    height: 16px;
    background-position: -66px -160px
}
.icon--search-light {
    width: 16px;
    height: 16px;
    background-position: -66px -176px
}
.bg--pastelle-green {
    background: #7bbb87
}
.bg--pastelle-blue {
    background: #85a9cb
}
.bg--pastelle-red {
    background: #f186a3
}
.bg--pastelle-yellow {
    background: #fbca86
}
.bg--pastelle-darkblue {
    background: #004f94 
}
.bg--light {
    background-color: #e9f0f6;
    background-image: url(/Source/Images/cssimages/template/lines.png)
}
.arrow-link {
    position: relative;
    padding: 7px 0 7px 12px
}
.arrow-link: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
}

.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
}
.searchbox {
    border-radius: 4px;
    border: 1px solid #00519b;
    box-shadow: inset 1px 1px 2px 0 rgba(50, 50, 50, 0.25);
    padding: 3px;
    background: #fff
}
.searchbox .searchbox__input {
    padding: 6px 8px;
    height: 20px;
}
.searchbox .searchbox__action {
    border-left: 1px solid #00519b;
    display: inline-block;
}
.searchbox .searchbox__button {
    background: none;
    border: 0;
    outline: 0;
    height: 32px;
    padding: 0 10px;
}
.buy-in {
    padding: 0 32px 0 0;
    margin: 0 auto
}
.buy-in__image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 24px;
    display: block;
    position: relative;
}
.buy-in__image .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -31px;
    margin-left: -33px;
}
@media only screen and (min-width: 680px) {
    .buy-in {
        max-width: none;
        padding: 0 0 30px 0;
    }
    .buy-in__header {
        font-size: 20px;
        font-size: 1.5714285714285714pxrem;
    }
}
.inputbar {
    clear: both;
    -ms-zoom: 1;
    zoom: 1;
    background: #eee;
    border: 1px solid #ccc;
    position: relative;
    display: inline-block;
    height: 38px;
}
.inputbar:before,
.inputbar:after {
    content: "";
    display: table
}
.inputbar:after {
    clear: both
}
.inputbar__input {
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0 108px 0 8px;
    width: 100%;
    height: 36px;
    color: #fff;
}
.inputbar__button {
    background: #00519b;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    border: 2px solid transparent;
    font-weight: 700;
    display: inline-block;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}
.inputbar__button--blue {
    background: #00519b;
    color: #fff
}
.no-touchevents .inputbar__button--blue:hover,.inputbar__button--blue:active  {
    background: #0f2c77;
    text-decoration: none;
}
.inputbar__button--outline {
    background: transparent;
    border-color: #00519b;
    color: #00519b;
}
.no-touchevents .inputbar__button--outline:hover,.inputbar__button--outline:active {
    background: #00519b;
    color: #fff;
    text-decoration: none;
}
.inputbar__button--white {
    background: #fff;
    color: #00519b;
}
.no-touchevents .inputbar__button--white:hover,.inputbar__button--white:active {
    background: #00519b;
    color: #fff;
    text-decoration: none;
}
.inputbar__button--wide {
    padding-left: 45px;
    padding-right: 45px;
}
.inputbar__button--red {
    background: #e6004a;
}
.action-panel {
    background: #fff;
    padding: 32px;
    margin-bottom: 16px;
}
.action-panel__inner {
    max-width: 374px;
    margin: 0 auto;   
}
.action-panel .btn {
    margin-bottom: 12px
}
.action-panel p {
    margin: 16px 0 24px;
}
.masthead__inner {
    position: relative;
    margin-bottom: 22px;
}
.masthead__searchbox {
    display: none;
}
@media only screen and (min-width: 780px) {
    .masthead__searchbox {
        display: block;
        position: absolute;
        right: 0;
        bottom: 5px;
    }
}
.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;
}
.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: 30px;
    padding-right: 60px
}
.nav__ctas .nav__link:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 45px 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 .nav__mobile-menu-item-label {
    display: block;
    padding: 14px 0;
    width:90%;
}

.nav__mobile-menu-items .nav__mobile-menu-item-label.inputdropdown {
    background: #0d5ba1;
    width:30%;
    padding: 24px 0;
    border: none
}
.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--dropdown {
        display: block;
        
    }
.nav__mobile-menu-items .nav__mobile-menu-item--search .inputbar {
    background: transparent;
    border: none
}
.nav__mobile-menu-items .nav__mobile-menu-item--dropdown .inputdropdown {
    background: #0d5ba1;
    width:30%;
    padding: 14px 0;
    border: none
}

.nav__mobile-menu-items .nav__mobile-menu-item--search .languageSelect{
    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: 42px;
        padding-left: 34px
    }
}
@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
    }
}
p.buy-in-p {
    padding-top:14px;
    padding-left:30px;
    padding-right:30px;

}
@media (max-width: 780px) and (min-width: 680px) 
{
    .action-panel p 
    {
        height:133px
    }
}

.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 
}
a.carousel1__nav__link:hover
{
    color:White;
    text-decoration:underline!important
}
a.carousel1__nav__link:visited,a.carousel1__nav__link:active
{
color:White;
}
.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: 350px) {
    .mobile-menu__trigger__label {
        display: inline-block;
        padding-left: 50px;
        color: #00519b
    }
}
.hotspots {
    width: 100%;
    text-align: left;
    padding-top: 25px
}
.hotspots__cell {
    height: 240px;
    float: left;
    position: relative;
    background-position: center;
    background-size: 100%;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box
}
.hotspots__cell .btn--white {
    margin-top: 8px
}
/**.hotspots__row:nth-child(1) .hotspots__cell:nth-child(1) {
    background-image: url("/Source/Images/cssimages/hotspots/love-for-loved-ones-493x434.jpg")
}
.hotspots__row:nth-child(1) .hotspots__cell:nth-child(2) {
    background-image: url("/Source/Images/cssimages/hotspots/ask-the-expert-493x493.jpg")
}
.hotspots__row:nth-child(1) .hotspots__cell:nth-child(3) {
    background-image: url("/Source/Images/cssimages/hotspots/health-tech-and-you-493x493.jpg")
}
.hotspots__row:nth-child(1) .hotspots__cell:nth-child(4) {
    background-image: url("/Source/Images/cssimages/hotspots/75th-anniversary-493x493.jpg")
}
.hotspots__row:nth-child(1) .hotspots__cell:nth-child(5) {
    background-image: url("/Source/Images/cssimages/hotspots/pregnancy-and-child-493x493.jpg")
}
.hotspots__row:nth-child(1) .hotspots__cell:nth-child(6) {
    background-image: url("/Source/Images/cssimages/hotspots/facebook-493x493.jpg")
}
.hotspots__row:nth-child(1) .hotspots__cell:nth-child(7) {
    background-image: url("/Source/Images/cssimages/hotspots/twitter-493x493.jpg")
}
.hotspots__row:nth-child(1) .hotspots__cell:nth-child(8) {
    background-image: url("/Source/Images/cssimages/hotspots/newsletter-sign-up-493x493.jpg")
}
.hotspots__row:nth-child(1) .hotspots__cell:nth-child(9) {
    background-image: url("/Source/Images/cssimages/hotspots/img-lady-in-bed-viewing-ipad-493x493.jpg")
}
.hotspots__row:nth-child(1) .hotspots__cell:nth-child(10) {
    background-image: url("/Source/Images/cssimages/hotspots/health-and-wellbeing-493x493.jpg")
}**/
.hotspots__cell--1w {
    width: 25%;
    background-size: 100% 100%
}
.hotspots__cell--2w {
    width: 50%
}
.hotspots__row::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.hotspots__cell__content {
    position: absolute;
    width: 100%;
    color: white
}
.hotspots__cell__content-wrap {
    padding: 1.5em
}
.hotspots__cell__content--top {
    top: 20%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}
.hotspots__cell--hover .hotspots__cell__content--top {
    top: 0
}
.hotspots__cell--hover .hotspots__cell__content--top.no-anim {
    top: 20% !important
}
.hotspots__cell__content--bottom {
    bottom: 0
}
.hotspots__cell__overlay {
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}
.hotspots__cell__overlay--heavy {
    opacity: .8
}
.hotspots__cell__overlay--light {
    opacity: .2
}
.hotspots__cell--hover .hotspots__cell__overlay--heavy {
    opacity: 1
}
.hotspots__cell--hover .hotspots__cell__overlay--light {
    opacity: .8
}
.hotspots__cell__overlay--red {
    background-color: #f35d7e
}
.hotspots__cell__overlay--green {
    background-color: #77b984
}
.hotspots__cell__overlay--blue {
    background-color: #4d86ba
}
.hotspots__cell__overlay--yellow {
    background-color: #ffb84d
}
.hotspots__title {
    font-weight: bold;
    color: white
}
.hotspots__title--big {
    font-size: 3.2em
}
.hotspots__title--sml {
    font-size: 2em
}
.hotspots__title--with-icon {
    width: 67%;
    float: left
}
.hotspots__cell__content__button {
    margin-top: .5em
}
.hotspots__cell__content__button-wrap {
    display: inline-block;
    background-color: white;
    padding: .67em;
    text-decoration: none;
    font-weight: bold
}
.hotspots__cell__content__more {
    display: none;
    clear: both
}
.hotspots__cell__content__icon-wrapper {
    text-align: center
}
.hotspots__cell__content__icon-wrapper .icon {
    background-color: white;
    border: 12px solid white;
    border-radius: 50%;
    box-sizing: content-box
}
.hotspots__cell__content__icon-wrapper--title {
    float: right
}
@media only screen and (max-width: 960px) {
    .hotspots__cell--1w {
        width: 33%
    }
    .hotspots__cell--2w {
        width: 66%
    }
}
@media only screen and (max-width: 680px) {
    .hotspots__cell.non-mob {
        display: none
    }
    .hotspots__cell {
        height: 200px
    }
    .hotspots__cell--1w,
    .hotspots__cell--2w {
        width: 100%;
        background-size: 100%;
        background-position: center
    }
    .hotspots-container {
        padding-left: 0;
        padding-right: 0
    }
    .hotspots__cell__content__icon-wrapper {
        text-align: right
    }
    .hotspots__title--big {
        font-size: 2.2em
    }
    .hotspots__title--sml {
        font-size: 1.4em
    }
}
.buy-in-section {
    padding-top: 36px;
    position: relative;
    overflow: hidden
}
.buy-in-section__inner {
    letter-spacing: 0;
    font-size: 0;
    white-space: nowrap;
    position: relative;
    overflow: visible !important;
    width: 100%;
    margin: 0 auto
}
.buy-in-section__wrapper * {
    white-space: normal
}
.buy-in-section .buy-in {
    display: inline-block;
    position: relative
}
.buy-in-section .button {
    display: block
}
@media only screen and (min-width: 680px) {
    .buy-in-section__inner {
        width: auto;
        position: static
    }
    .buy-in-section .buy-in {
        width: 33.333%
    }
}
.signup-section {
    background: #5687b7;
    padding: 25px 0
}
.signup-section__header,
.signup-section p {
    color: #fff;
    margin: 0
}
.signup-section .inputbar {
    margin-top: 12px;
    width: 100%;
    border-color: #3169a6;
    background: #4076ad
}
.carousel1 {
    overflow: hidden;
    position: relative;
    zoom: 1;
}
.carousel1__items {
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: 0;
    font-size: 0;
    white-space: nowrap;
    position: relative;
}
.carousel1__item {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-size: 1pxrem;
    position: relative;
    vertical-align: top;
}
.carousel1__item * {
    white-space: normal
}
.carousel1__image {
    display: block;
    height:100%;
    width: 100%;
    max-width: none;
}
.carousel1__details {
    padding: 24px 48px;
    background: #e9f0f6;
}
.carousel1__details p {
    color: #00519b;
}
.carousel1__control {
    position: absolute;
    text-decoration: none;
    pointer: cursor;
    display: block;
    top: 50%;
    margin-top: -8px
}
.carousel1__control--prev {
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-right-color: #00519b;
    border-top-color: rgba(0, 81, 155, 0);
    border-bottom-color: rgba(0, 81, 155, 0);
    left: 10px
}
.carousel1__control--next {
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-left-color: #00519b;
    border-top-color: rgba(0, 81, 155, 0);
    border-bottom-color: rgba(0, 81, 155, 0);
    right: 10px
}
.carousel1__nav {
    display: none
}
@media only screen and (min-width: 960px) {
    .carousel1__image {
        width: auto;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -700px
    }
    .carousel1__item {
        overflow: hidden
    }
    .carousel1__item__inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .carousel1__item__inner .pinch {
        position: relative;
        height: 100%
    }
    .carousel1__item__overlay {
        background: rgba(255, 255, 255, 0.8);
        width: 1600px;
        padding: 20px 40px;
        -webkit-transform: skewX(142deg);
        -ms-transform: skewX(142deg);
        transform: skewX(142deg);
        position: absolute;
        top: 0;
        right: 100%;
        margin-right: -420px;
        bottom: 0
    }
    .carousel1__item__overlay:after {
        content: '';
        display: inline-block;
        width: 20px;
        background: #e2272f;
        height: 46%;
        position: absolute;
        right: 0;
        border: 0;
        -webkit-transform: skew(180deg);
        -ms-transform: skew(180deg);
        transform: skew(180deg);
        bottom: 0
    }
    .carousel1__details {
        padding: 0 0 0 16px;
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
        max-width: 320px;
        top: 14%
    }
    .carousel1__controls {
        display: none;
    }
    .carousel1__nav {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        display: table;
    }
    .carousel1__nav__item:first-child .carousel1__nav__link {
        border-left: 0;
    }
    .carousel1__nav__link {
        display: table-cell;
        width: 25%;
        text-align: center;
        vertical-align: middle;
        padding: 16px;
        background: rgba(59, 154, 78, 0.8);
        border-left: 1px solid rgba(255, 255, 255, 0.4);
        color: #fff;
        position: relative;
        font-size: 18px;
        font-size: 1.2857142857142858pxrem;
        text-decoration:none!important;
    }
    .carousel1__nav__link.-is-active {
        background: rgba(34, 84, 41, 0.8);
        color:#fff;
    }
    .carousel1__nav__link.-is-active:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 0 19px 12px 19px;
        border-bottom-color: rgba(34, 84, 41, 0.8);
        border-left-color: rgba(34, 84, 41, 0);
        border-right-color: rgba(34, 84, 41, 0);
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -16px;
    }
    .carousel1__nav__link:first-child {
        border-left: 0;
    }
    .utility-nav__item {
        display: inline-block;
    }
    
     .no-touchevents .carousel1__nav__link:hover, .carousel__nav__link:active
    {
        text-decoration: none;
    }
}
@media only screen and (min-width: 1420px) {
    .carousel1__image {
        width: 100%;
        height:auto;
        min-height:100%;
        top: 50%;
        margin-top: -209px;
        left: auto;
        margin-left: 0;
        
    }
}
.hero {
    background: #e9f0f6
}
.hero.carousel1 .carousel1__control {
    top: auto;
    bottom: 25%;
}
@media only screen and (min-width: 960px) {
    .hero {
        background: none;
    }
    .hero .carousel1 {
        height: 418px;
    }
    .hero .carousel1__item {
        height: 418px;
    }
}
.axa-sites {
    background: #00519b;
    color: #fff;
    display: none;
}
.axa-sites__inner {
    clear: both;
    -ms-zoom: 1;
    zoom: 1;
}
.axa-sites__inner:before,
.axa-sites__inner:after {
    content: "";
    display: table;
}
.axa-sites__inner:after {
    clear: both;
}
.axa-sites__section {
    width: 19%;
    margin-right: 1%;
    float: left;
    padding: 16px 0;
}
.axa-sites__section-header {
    font-size: 16px;
    font-size: 1.1428571428571428pxrem;
    font-weight: 700;
    border-bottom: 2px solid white;
    padding: 2px 0;
    margin-bottom: 16px;
}
.axa-sites__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 16px;
}
.axa-sites__menu li a {
    color: #fff;
    text-decoration:none;
}
.axa-sites__link {
    font-size: 12px;
    font-size: 0.8571428571428571pxrem;
    color: #fff;
}
a.axa-sites__link:hover
{
    text-decoration:underline!important;
}
    
.axa-sites__home-link {
    font-size: 12px;
    font-size: 0.8571428571428571pxrem;
    padding-left: 22px;
    position: relative;
    color: #fff;
    display: inline-block;
    margin: 8px 0;
    text-decoration:none!important;
}
a.axa-sites__home-link:hover
{
    color:#ffffff!important;
    text-decoration:underline!important;
}
.axa-sites__home-link .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}
.siteSearch .searchText 
{
    font-size:1.0em;
}
@media only screen and (max-width: 850px) {
    .axa-sites__section {
        width: 30%;
        margin-right: 3%;
    }
    .axa-sites__menu {
        margin-bottom: 8px;
    }
    .masthead__logo img
    {
       width:150px;
       padding:8px;
    }
}
@media only screen and (max-width: 680px) {
    .axa-sites__section {
        width: 47%;
        margin-right: 3%;
    }
    .axa-sites__section-header {
        font-size: 14px;
        font-size: 1pxrem;
    }
    .axa-sites__link {
        font-size: 11px;
        font-size: 0.7857142857142857pxrem;
    }
    .axa-sites__home-link {
        font-size: 11px;
        font-size: 0.7857142857142857pxrem;
    }    
}
.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%;
}
