*,
*::before,
*::after {
    box-sizing: border-box;
}

.mobile-only {
    display: none;
}

@media(max-width: 1000px) {
    .mobile-only {
        display: inline;
    }
    .desktop-only {
        display: none;
    }
}

.material-icons-check {
    position: fixed;
    bottom: 0px;
    left: 0px;
    font-size: 20px;
    height: 0px;
    opacity: 0;
    pointer-events: none;
}

html.no-material-icons .material-icons {
    font-size: 0px !important;
}

html.no-material-icons .material-icons-check {
    font-size: 20px !important;
}

.auto-replace {
    font-size: 60%;
    text-transform: uppercase;
    font-weight: 400;
}

.lower {
	text-transform: lowercase;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    min-width: 320px;
    background: #fff;
    color: #666;
    font: 16px/1.25 Roboto, sans-serif;
    overflow-x: hidden;
}

body[aria-busy="true"],
body[data-overlayed="true"] {
    overflow: hidden;
}

h1,
h2,
h3,
h4 {
    font-weight: 300;
    margin: 0;
}

ol,
ul {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}

svg {
    display: inline-block;
    width: auto;
    height: auto;
}

.padded {
    padding-left: 20px;
    padding-right: 20px;
}

.wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 661px) {
    .padded {
        padding-left: 40px;
        padding-right: 40px;
    }
    .wrap {
        max-width: 1380px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 1381px) {
    .padded {
        padding-left: calc((100% - 1300px) / 2);
        padding-right: calc((100% - 1300px) / 2);
    }
}

.hdr--main {
    position: relative;
    z-index: 200;
    background: #005787;
    color: #fff;
}

.hdr--main>.wrap {
    padding: 0;
    position: relative;
}

.hdr--main>.wrap::before {
    content: "";
    display: none;
    height: 100%;
    width: calc((100vw - 1380px) / 2);
    position: absolute;
    top: 0;
    left: 100%;
    background: #00466c;
    /*
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    */
}

.hdr--main>.wrap::after {
    /* clearfix */
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 1366px) {
    .hdr--main>.wrap::before {
        display: block;
    }
    .amshop .hdr--main>.wrap::before {
        display: none;
    }
}

.site-logo {
    display: block;
    float: left;
    width: 150px;
    height: 60px;
    margin: 0 0 0 20px;
    padding: 15px 0;
}

.site-logo img {
    max-width: 250px;
    max-height: 65px;
}

@media (min-width: 661px) {
    .site-logo {
        width: 185px;
        height: 90px;
        margin: 0 0 0 40px;
        padding: 27px 0 26px;
    }
}

@media (min-width: 701px) {
    .site-logo {
        width: 200px;
        padding: 0;
        line-height: 90px;
    }
    .site-logo img {
        /*max-height: 55px;*/
    }
}

@media (max-width: 960px) {
    .site-logo {
        width: 200px;
        padding: 0;
        line-height: 90px;
    }
    .site-logo img {
        max-height: 55px;
    }
}

@media (max-width: 660px) {
    .site-logo {
        line-height: 60px;
    }
    .site-logo img {
        max-height: 40px;
    }
}

@media (min-width: 1366px) {
    .site-logo {
        width: 250px;
        height: 120px;
        margin: 0 0 0 40px;
        padding: 0;
        line-height: 120px;
    }
}

.hdr--main__cta {
    clear: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 60px;
    padding: 0 20px;
    position: relative;
    background: #00466c;
    font: 12px/1.167 Roboto, sans-serif;
}

.hdr--main__cta .media {
    display: block;
    width: 100%;
    height: 100%;
}

.hdr--main__cta .media__wrap {
    -ms-flex: 1;
    flex: 1;
    min-width: 280px;
    padding: 10px 0;
}

.hdr--main__cta .media__img {
    -ms-flex: none;
    flex: none;
    margin-right: 10px;
}

.hdr--main__cta .media__body {
    color: #a4cadf;
    overflow: hidden;
}

.hdr--main__cta [itemprop="telephone"] {
    color: #fff;
    font: bold 18px/1 Roboto, sans-serif;
    white-space: nowrap;
}

.hdr--main__cta .media__body__cta-text,
.hdr--main__agent {
    display: none;
}

.hdr--main__cta .media__body__cta-text--profile {
    font: 18px/1.222 Roboto, sans-serif;
}

.hdr--main__cta .media__body__cta-text--change-my-agent {
    margin-top: 3px;
    font: 13px/1.5 Roboto, sans-serif;
    color: #FFF;
}

.hdr--main__cta .media__body__cta-text--change-my-agent:hover {
    text-decoration: underline;
}

.hdr--main__cta .media__img {
    padding: 4px 0 0;
}

.hdr--main__cta--default .media__body__info {
    text-decoration: underline;
}

.hdr--main__cta--store-selected .media__img {
    display: none;
    padding: 2px 0 0;
}

.hdr--main__cta--store-selected .media__img:first-child {
    display: block;
}

@media (min-width: 661px) {
    .hdr--main__cta {
        clear: none;
        float: right;
        max-width: 300px;
        height: 90px;
        margin: 0 90px 0 0;
        padding: 0 30px;
        font: 16px/1.125 Roboto, sans-serif;
    }
    .hdr--main__cta .media__wrap {
        min-width: 240px;
    }
    .hdr--main__cta [itemprop="telephone"] {
        font: bold 24px/1 Roboto, sans-serif;
    }
    .hdr--main__cta--default .media__img {
        margin-right: 20px;
    }
    .hdr--main__cta--store-selected .media__img {
        margin-right: 20px;
    }
}

@media (min-width: 1366px) {
    .hdr--main__cta {
        max-width: 340px;
        height: 120px;
        margin: 0;
    }
    .hdr--main__cta .media__wrap {
        min-width: 280px;
    }
    .hdr--main__cta [itemprop="telephone"] {
        display: none;
    }
    .hdr--main__cta .media__body__cta-text {
        display: block;
    }
    .hdr--main__agent {
        display: flex;
    }
    .hdr--main__store, .hdr--main__store.media {
        display: none;
    }
    .hdr--main__cta--default .media__body__info {
        text-decoration: none;
    }
    .hdr--main__cta--default .media__body__cta-text {
        color: #fff;
        text-decoration: underline;
    }
    .hdr--main__cta--store-selected .media__wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .hdr--main__cta--store-selected .media__img {
        display: block;
        -ms-flex: none;
        flex: none;
    }
    .hdr--main__cta--store-selected .media__img:first-child {
        display: none;
    }
    .hdr--main__cta--store-selected .media__body {
        -ms-flex: 1;
        flex: 1;
    }
    .hdr--main__cta--store-selected .media__body__info {
        display: none;
    }
    .hdr--main__cta--agent-selected .media__img {
        width: 70px;
        height: 70px;
        margin: 0 20px 0 0;
        padding: 0;
        -border-radius: 50%;
        -border: 2px solid rgba(255, 255, 255, 0.4);
        overflow: hidden;
        border-radius: 5px;
        box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.15);
    }
    .hdr--main__cta--agent-selected .media__img img {
        width: 100%;
    }
}

.hdr--main__quick-info {
    display: none;
    float: right;
    width: 260px;
    height: 120px;
    padding: 0 30px 0 0;
    color: #fff;
    text-align: right;
}

.hdr--main__quick-info> :nth-child(2n) {
    color: #a4cadf;
}

.hdr--main__quick-info .close {
    display: inline-block;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    background: #00466C;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 0;
    transition: opacity 250ms;
}

.hdr--main__quick-info:hover .close {
    opacity: 1;
}

.hdr--main__quick-info__tel {
    font: bold 24px/1.167 Roboto, sans-serif;
}

.hdr--main__quick-info__interact {
    margin: 0;
    font-size: 0;
    white-space: nowrap;
}

.hdr--main__quick-info__interact li {
    display: inline-block;
    padding: 0 12px;
    position: relative;
    font: 16px/1.125 Roboto, sans-serif;
}

.hdr--main__quick-info__interact li:last-child {
    padding-right: 0;
}

.hdr--main__quick-info__interact li::before {
    content: "";
    display: block;
    width: 0;
    height: 0.8em;
    position: absolute;
    left: 0;
    top: 0.2083em;
    border-left: 1px solid currentColor;
}

.hdr--main__quick-info__interact li:first-child::before {
    display: none;
}

.hdr--main__quick-info__interact li a:hover {
    text-decoration: underline;
}

@media (min-width: 1366px) {
    .hdr--main__quick-info {
        display: block;
        /* prime recognizable value for IE9 */
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        width: 320px;
        width: calc(100% - 700px);
    }
}

.hdr--main--distractionless .hdr--main__quick-info {
    color: #a4cadf;
    font: 18px/1.222 Roboto, sans-serif;
}

.hdr--main--distractionless .hdr--main__quick-info> :nth-child(2n) {
    color: #fff;
}

.nav--main__toggle {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background: #0cbff2;
    color: #fff;
    line-height: 60px;
    text-align: center;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
}

.nav--main__toggle .l {
    display: block;
    width: 24px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 12px);
    background: currentColor;
    transition: opacity 0.15s, -webkit-transform 0.15s;
    transition: opacity 0.15s, transform 0.15s;
}

.nav--main__toggle .l:nth-child(1) {
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.nav--main__toggle .l:nth-child(3) {
    -ms-transform: translateY(8px);
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

.nav--main__toggle[aria-pressed="true"] .l:nth-child(1) {
    -ms-transform: translateY(0) rotate(135deg);
    -webkit-transform: translateY(0) rotate(135deg);
    transform: translateY(0) rotate(135deg);
}

.nav--main__toggle[aria-pressed="true"] .l:nth-child(2) {
    opacity: 0;
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.nav--main__toggle[aria-pressed="true"] .l:nth-child(3) {
    -ms-transform: translateY(0) rotate(-135deg);
    -webkit-transform: translateY(0) rotate(-135deg);
    transform: translateY(0) rotate(-135deg);
}

@media (min-width: 661px) {
    .nav--main__toggle {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
    .nav--main__toggle .l {
        width: 36px;
        height: 4px;
        left: calc(50% - 18px);
    }
    .nav--main__toggle .l:nth-child(1) {
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    .nav--main__toggle .l:nth-child(3) {
        -ms-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@media (min-width: 1366px) {
    .nav--main__toggle {
        display: none;
    }
}

.nav--main {
    width: 100%;
    position: absolute;
    top: 60px;
    right: 0;
    background: #0cbff2;
    color: #fff;
    font: 14px/1.286 Roboto, sans-serif;
}

.nav--main__popout {
    display: none;
    width: 240px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: #0cbff2;
}

.nav--main__popout[aria-hidden="false"] {
    display: block;
}

.nav--main li a {
    display: block;
    padding: 15px 20px;
}

.nav--main li a .toggle-subnav {
    vertical-align: middle;
    float: right;
    transition: transform 250ms;
}

html.no-material-icons .nav--main li a .toggle-subnav {
    width: 25px;
    height: 25px;
    background: url(../img/icons/keyboard-arrow-down.svg) no-repeat center / 100%;
}

.nav--main li.show-subnav {
    overflow: hidden;
}

.nav--main li.show-subnav a .toggle-subnav {
    transform: rotateX(180deg);
}

.nav--main ul ul {
    display: none;
    position: absolute;
    color: #0cbff2;
    background: #fff;
    box-shadow: 0 3px 3px rgba(52, 52, 52, 0.2);
}

.nav--main__primary {
    margin: 0;
    font: 500 16px/1.125 Roboto, sans-serif;
}

.nav--main__aux {
    margin: 10px 0 30px;
}

.nav--main__aux li a {
    padding: 6px 20px;
}

@media (max-width: 1400px) {
    .nav--main__primary.condensed {
        /*padding: 0px 5px;*/
    }
    .nav--main__primary.condensed>li>a {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 15px;
    }
}

@media (min-width: 661px) {
    .nav--main {
        height: 5px;
        top: 90px;
    }
}

@media (max-width: 1365px) {
    .nav--main li.show-subnav ul {
        display: block;
        position: relative;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        padding: 10px 0px;
        background: #005787;
        color: #a4cadf;
        font-size: 90%;
        box-shadow: #00466c 0px 10px 10px inset;
    }
    .nav--main li.show-subnav ul:before {
        content: '';
        position: absolute;
        top: -1px;
        left: 15px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #0cbff2;
    }
    .nav--main li.show-subnav li a {
        padding: 10px 20px
    }
}

@media (min-width: 1366px) {
    .nav--main {
        clear: both;
        height: auto;
        position: static;
        overflow: auto;
    }
    .nav--main__popout {
        display: block;
        width: auto;
        padding: 0 40px;
        position: static;
    }
    .nav--main li:hover a {
        background: #fff;
        color: #0cbff2;
    }
    .nav--main ul ul li:hover a {
        background: #0cbff2;
        color: #fff;
    }
    .nav--main ul li:hover ul {
        display: block;
    }
    .nav--main__primary {
        margin: 0 -20px;
    }
    .nav--main__primary>li {
        float: left;
    }
    .nav--main__aux {
        display: none;
    }
    .nav--main .toggle-subnav {
        display: none;
    }
}

.ftr--main {
    padding-top: 20px;
    background: #005787;
    color: #fff;
    font: 14px/1.286 Roboto, sans-serif;
}

.ftr--main--distractionless {
    padding: 0;
}

@media (min-width: 661px) {
    .ftr--main {
        padding-top: 10px;
    }
    .ftr--main--distractionless {
        padding: 0;
    }
}

.ftr--main .interact {
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(164, 202, 223, 0.2);
    font: 16px/1.875 Roboto, sans-serif;
    text-align: center;
    overflow: hidden;
}

.ftr--main .interact a {
    color: #a4cadf;
}

.ftr--main .primary .get-in-touch {
    padding: 19px 0;
    position: absolute;
    left: -9999px;
    color: #a4cadf;
    font: 24px/1.25 Roboto, sans-serif;
}

.ftr--main .primary ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ftr--main .primary ul li {
    display: block;
}

.ftr--main .primary ul li a {
    display: block;
}

.ftr--main .primary .phone-link {
    margin: 0 0 12px;
    background: none;
    color: #fff;
    font: bold 24px/1.25 Roboto, sans-serif;
}

.ftr--main .icon-link {
    position: relative;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 150ms, color 150ms;
    transition: background-color 150ms, color 150ms;
}

.ftr--main .icon-link:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.ftr--main .icon-link::before,
.ftr--main .icon-link::after {
    content: "";
    position: absolute;
    top: calc(50% - 18px);
    left: 15px;
    background: transparent no-repeat left top;
    opacity: 1;
    transition: opacity 150ms;
}

.ftr--main .icon-link::after {
    opacity: 0;
    background-position: 100% 0;
}

.ftr--main .icon-link:hover::before {
    opacity: 0;
}

.ftr--main .icon-link:hover::after {
    opacity: 1;
}

.ftr--main .primary .icon-link::before,
.ftr--main .primary .icon-link::after {
    display: none;
}

.ftr--main .icon-link.contact::before,
.ftr--main .icon-link.contact::after {
    width: 38px;
    height: 28px;
    top: calc(50% - 14px);
    background-image: url(../img/MT/icons/sprite-ico-contact.svg);
}

.ftr--main .icon-link.faq::before,
.ftr--main .icon-link.faq::after {
    width: 29px;
    height: 36px;
    top: calc(50% - 18px);
    background-image: url(../img/MT/icons/sprite-ico-faq.svg);
}

.ftr--main .icon-link.newsletter::before,
.ftr--main .icon-link.newsletter::after {
    width: 32px;
    height: 29px;
    top: calc(50% - 15px);
    background-image: url(../img/MT/icons/sprite-ico-newsletter.svg);
}

.ftr--main .social {
    float: none;
    margin: 0 auto;
}

.ftr--main .social a img {
    margin: 0;
}

.ftr--main .social .icon-link {
    display: inline-block;
    width: 36px;
    padding: 21px 5px;
    text-indent: -9999px;
}

.ftr--main .social .icon-link::before,
.ftr--main .social .icon-link::after {
    width: 26px;
    height: 26px;
    top: calc(50% - 13px);
    left: 5px;
}

.ftr--main .icon-link.facebook::before,
.ftr--main .icon-link.facebook::after {
    background-image: url(../img/MT/icons/sprite-ico-facebook.svg);
}

.ftr--main .icon-link.twitter::before,
.ftr--main .icon-link.twitter::after {
    background-image: url(../img/MT/icons/sprite-ico-twitter.svg);
}

.ftr--main .icon-link.youtube::before,
.ftr--main .icon-link.youtube::after {
    background-image: url(../img/MT/icons/sprite-ico-youtube.svg);
}

.ftr--main .icon-link.instagram::before,
.ftr--main .icon-link.instagram::after {
    background-image: url(../img/MT/icons/sprite-ico-instagram.svg);
}

@media (min-width: 661px) {
    .ftr--main .primary ul li {
        display: inline-block;
    }
    .ftr--main .primary ul li a {
        display: inline-block;
        padding: 19px 18px;
    }
    .ftr--main .primary .phone-link {
        margin: 0;
    }
}

@media (min-width: 1025px) {
    .ftr--main .interact {
        text-align: left;
    }
    .ftr--main .primary .get-in-touch {
        float: left;
        position: static;
    }
    .ftr--main .primary ul {
        float: left;
    }
    .ftr--main .social {
        float: right;
    }
}

@media (min-width: 1050px) {
    .ftr--main .primary .icon-link::before,
    .ftr--main .primary .icon-link::after {
        display: block;
    }
    .ftr--main .icon-link.contact {
        padding-left: 73px;
    }
    .ftr--main .icon-link.faq {
        padding-left: 64px;
    }
    .ftr--main .icon-link.newsletter {
        padding-left: 67px;
    }
}

@media (min-width: 1221px) {
    .ftr--main .primary ul li:first-child {
        margin-right: 35px;
    }
}

.ftr--main .content {
    padding: 40px 0;
    overflow: hidden;
}

.ftr--main .secondary {
    width: calc(100% + 30px);
    margin: 0 -15px;
    overflow: auto;
}

.ftr--main .secondary .links {
    margin: 0 15px 35px;
    line-height: 1.571;
    text-align: center;
}

.ftr--main .secondary ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ftr--main .secondary h2 {
    color: #a4cadf;
    font: 500 18px/1 Roboto, sans-serif;
    margin-bottom: 5px;
}

.ftr--main .secondary a:hover {
    text-decoration: underline;
}

@media (min-width: 661px) {
    .ftr--main .secondary {
        margin: 0 -15px 35px;
    }
    .ftr--main .secondary .links {
        float: left;
        width: calc(25% - 30px);
        margin: 0 15px;
        line-height: 1.286;
        text-align: left;
    }
    .ftr--main .secondary .links.two-column {
        width: calc(50% - 30px);
    }
    .ftr--main .secondary .links.two-column ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        -moz-column-gap: 30px;
        -webkit-column-gap: 30px;
        column-gap: 30px;
    }
    .ftr--main .secondary .links ul li {
        display: block;
    }
}

@media (min-width: 1201px) {
    .ftr--main .secondary {
        float: left;
        width: calc(100% - 350px);
        margin-bottom: 0;
    }
}

.ftr--main .mosaic {
    text-align: center;
}

.ftr--main .mosaic img {
    max-width: 350px;
}

@media (min-width: 1281px) {
    .ftr--main .mosaic {
        float: right;
    }
}

.brand {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: auto;
    background-color: #033f60;
    color: #fff;
    text-align: center;
}

.brand img {
    display: inline-block;
}

.brand .brand-logo {
    width: 150px;
    margin: 0 0 20px;
}

.brand p {
    margin: 0 0 30px;
}

.brand .prov-codes {
    margin: 0 0 30px;
}

.brand .tico-logo {
    width: 50px;
}

@media (min-width: 661px) {
    .brand {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .brand .brand-logo {
        float: left;
        margin: 2px 20px 0 0;
    }
    .brand p {
        float: left;
        margin: 8px 0 0;
    }
    .brand .prov-codes {
        clear: left;
        float: right;
        margin: 10px 0 0;
    }
    .brand .tico-logo {
        float: right;
        margin: 0;
    }
}

@media (min-width: 1366px) {
    .brand .prov-codes {
        clear: none;
        float: right;
        margin: 8px 0 0 40px;
    }
}

@keyframes load-spin {
    from {
        transform: translateX(-2rem);
    }
    to {
        transform: translateX(0%);
    }
}

.modal {
    /* http://stackoverflow.com/questions/24538100/issue-when-centering-vertically-with-flexbox-when-heights-are-unknown */
    /* flex container must scroll vertical overflow on short screens, and not clip top and bottom */
    display: flex;
    overflow: auto;
    width: 100%;
    min-width: 20rem;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    overflow: auto;
    background: #f5f5f5;
    font: 18px/1.222 Roboto, sans-serif;
    font-size: 1.125rem;
    opacity: 0.5;
    text-align: center;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: opacity 0.15s, transform 0s 0.15s, visibility 0s 0.15s;
    visibility: hidden;
}

.modal[aria-hidden="false"] {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: opacity 0.15s;
    visibility: visible;
}

.modal__wrap {
    width: 100%;
    max-width: 37.5rem;
    margin: auto;
    padding: 1.25rem;
}

.modal__box {
    max-width: 31.25rem;
    margin: 0 auto 2.5rem;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.modal__box__hdr {
    padding: 1.875rem 1.25rem;
    border-bottom: 1px solid #f1f1f1;
}

.modal__logo {
    display: block;
    width: 100%;
    max-width: 17.3125rem;
    margin: 0 auto;
}

.modal__box__content {
    padding: 1.5625rem 2.5rem;
}

.modal__heading {
    margin: 0 0 1.5625rem;
    font: 500 28px/1.143 Roboto, sans-serif;
    font-size: 1.75rem;
}

.modal__info {
    margin: 1.25rem 0 0;
    font: 18px/1.111 Roboto, sans-serif;
    font-size: 1.125rem;
}

.modal__info__primary {
    margin: 0 0 0.3125rem;
}

.modal__info__secondary {
    color: #bebebe;
    font: 16px/1.25 Roboto, sans-serif;
    font-size: 1rem;
}

.modal__box__ftr {
    padding: 1.875rem 1.25rem;
    border-top: 1px solid #f1f1f1;
}

body[aria-busy="true"] .modal--loading {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: opacity 0.15s;
    visibility: visible;
}

.modal--loading__load-spinner,
.load-spinner {
    display: inline-block;
    width: 100%;
    max-width: 24.125rem;
    height: 1.125rem;
    border: 1px solid #a0a0a0;
    border-radius: 0.125rem;
    overflow: hidden;
}

.modal--loading__load-spinner::before,
.load-spinner::before {
    content: "";
    display: block;
    width: 1000%;
    /* scale up 10x to minimize frequency of 'jump' when animation resets - container is not  */
    width: 200%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0.08) 65%, rgba(255, 255, 255, 0.7)), repeating-linear-gradient(-45deg, #fff, #fff 0.707125rem, #c0c0c0 0.707125rem, #c0c0c0 1.4141875rem);
    /*		repeating-linear-gradient(-45deg, #fff, #fff 11.314px, #c0c0c0 11.314px, #c0c0c0 22.627px); */
    animation: 0.4s linear infinite load-spin;
}

.hdr--main__cta--store-selected{
overflow:hidden;
}
		
		
@media (max-width:380px) {
	.deal__book.button.yellow{
		position:absolute;
		top:10px;
		right:10px;
	}
}

	
	@media (min-width: 1366px) {
   
		.tracer8.L1NavV2{
			padding: 15px 40px !important;
		}
	}
