/* choices
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.choices .choice .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 22px 30px;
    position: relative;
    text-decoration: none;
}

.choices .choice .inner:not(.shadow-box) {
    background: #fff;
    border: 1px solid #d1e2e5;
    border-radius: 5px;
    box-sizing: border-box;
}

.choices .choice .inner:not(.no-image) {
    padding-left: 0;
}

.choices .choice .image {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    position: relative;
}

.choices .choice .image img,
.choices .choice .image svg {
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    width: 90px;
}

.choices .choice .copy {
    -ms-flex-item-align: center;
    align-self: center;
}

.choices .choice .copy .title {
    color: #2d2d2d;
    display: inline-block;
    font-size: 1.6rem;
    position: relative;
}

.choices .choice .copy p {
    font-size: 1.4rem;
    margin-top: 0;
}

.choices.small-images .choice {
    min-height: 0;
}

.choices.small-images .choice .image img {
    max-width: 50px;
    width: 50%;
}

.choices.simplified .choice {
    min-height: 0;
}

.choices.simplified .copy {
    text-align: center;
    width: 100%;
}

.content+.choices[data-module="choices"] {
    margin-top: 16px;
    padding-top: 16px;
}

/* MEDIA QUERIES
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media only screen and (max-width: 1250px) {
    .choices .choice {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        min-height: 135px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media only screen and (max-width: 850px) {
    .choices .choice {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media only screen and (max-width: 670px) {
    .choices:not(.four-oh-four) .choice {
        min-height: 0;
        padding-bottom: 0;
    }
    .choices:not(.four-oh-four) .choice .inner {
        border-top: none;
        border-radius: 0;
        box-shadow: none;
        padding: 18px 30px;
    }
    .choices:not(.four-oh-four) .choice:first-child .inner {
        border-top: 1px solid #d1e2e5;
    }
    .choices .choice .image {
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
    }
    .choices .choice .image img {
        width: 60px;
    }
    .choices .choice .copy {
        width: 100%;
    }
    .choices .choice .copy .title {
        position: static;
        width: 100%;
    }
    .choices .choice .copy .arrow {
        animation: none !important;
        bottom: auto;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .choices.hide-mobile-copy .copy p {
        display: none;
    }
}

/* pro_tips
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.pro-tip .inner {
    background: white;
    padding-bottom: 6rem;
    padding-top: 6rem;
    position: relative;
}

.pro-tip .inner::before {
    border: 1px solid #8fd8f2;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.pro-tip .copy {
    padding-bottom: 0;
}

.pro-tip .copy .title {
    display: inline-block;
    letter-spacing: 1px;
    line-height: 1.25;
    max-width: calc(100% - 100px);
    padding-bottom: 0.66em;
    position: relative;
    text-transform: uppercase;
}

.pro-tip .copy .title::before {
    background: #0077B3;
    background: -moz-linear-gradient(left, #0077B3 0%, #8fd8f2 100%);
    background: -webkit-linear-gradient(left, #0077B3 0%, #8fd8f2 100%);
    background: linear-gradient(to right, #0077B3 0%, #8fd8f2 100%);
    content: "";
    display: block;
    height: 2px;
    left: -1px;
    position: absolute;
    top: 100%;
    width: calc(100% + 100px);
}

.pro-tip .copy p {
    font-size: 1.8rem;
}

.pro-tip .copy p+p {
    margin-top: 1.5em;
}

.pro-tip.filled .inner {
    background: #f3f9fc;
}

.pro-tip.filled .inner::before {
    border: none;
}

.pro-tip.has-image img {
    bottom: 0;
    margin-left: 40px;
    max-width: 320px;
    min-width: 200px;
    position: absolute;
    right: 3%;
    width: 40%;
}

.swiss-type+.pro-tip[data-module="pro-tip"] {
    margin-top: 32px;
    padding-top: 32px;
}

@media only screen and (max-width: 970px) {
    .swiss-type+.pro-tip[data-module="pro-tip"] {
        margin-top: 27px;
        padding-top: 27px;
    }
}

@media only screen and (max-width: 400px) {
    .swiss-type+.pro-tip[data-module="pro-tip"] {
        margin-top: 21px;
        padding-top: 21px;
    }
}

.choices+.pro-tip[data-module="pro-tip"] {
    margin-top: 24px;
    padding-top: 24px;
}

@media only screen and (max-width: 970px) {
    .choices+.pro-tip[data-module="pro-tip"] {
        margin-top: 13px;
        padding-top: 13px;
    }
}

@media only screen and (max-width: 400px) {
    .choices+.pro-tip[data-module="pro-tip"] {
        margin-top: 11px;
        padding-top: 11px;
    }
}

/* MEDIA QUERIES
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media only screen and (min-width: 971px) {
    .pro-tip.has-image .grid .inner {
        padding-right: 45%;
    }
}

@media only screen and (max-width: 970px) {
    .pro-tip.has-image .grid .inner {
        padding-bottom: 30%;
    }
    .pro-tip.has-image img {
        width: 45%;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media only screen and (max-width: 780px) {
    .pro-tip .inner {
        padding-bottom: 8vw;
        padding-top: 8vw;
    }
    .pro-tip .copy .title {
        max-width: none;
        padding-right: 20px;
    }
    .pro-tip .copy .title::before {
        width: 100%;
    }
    .pro-tip .copy p {
        font-size: 1.4rem;
    }
    .pro-tip.has-image .grid .inner {
        padding-bottom: 180px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media only screen and (max-width: 400px) {
    .pro-tip {
        max-width: none;
    }
    .pro-tip .grid {
        margin-left: -25px;
        margin-right: -25px;
    }
    .pro-tip .grid .inner {
        padding: 31.25px 25px;
    }
    .pro-tip .grid .inner::before {
        border-left: none;
        border-right: none;
    }
    .pro-tip .copy {
        padding: 0;
    }
}

/* products
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.products .product {
    display: none;
    margin-top: 5em;
}

.products .product.shown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* .products .product:nth-child(-n+1) {
    margin-top: 5em;
} */

/* @media only screen and (min-width: 671px) {
    .products .product:nth-child(-n+2) {
        margin-top: 5em;
    }
}

@media only screen and (min-width: 971px) {
    .products .product:nth-child(-n+4) {
        margin-top: 8em;
    }
} */

.products .product .product-icon {
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -72px;
    width: 110px;
}

.products .product .link {
    background: #fff;
    border: 1px solid #d1e2e5;
    border-radius: 5px;
    box-shadow: 0 4px 0px 0px rgba(209, 226, 229, 0.35);
    box-sizing: border-box;
    transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.products .product .link:focus, .products .product .link:hover {
    background-color: #f3f9fc;
    box-shadow: none;
}

body:not(.disable-focus-state) #site .products .product .link:focus {
    outline: -webkit-focus-ring-color none 0;
    outline: 3px dashed #0077B3;
    outline-offset: -3px;
}

.products .product .link * {
    pointer-events: none;
}

.products .product .static {
    background: #fff;
    border: 1px solid #d1e2e5;
    border-radius: 5px;
    box-shadow: 0 4px 0px 0px rgba(209, 226, 229, 0.35);
    box-sizing: border-box;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.products .product .static * {
    pointer-events: none;
}

.products .product .title {
    font-size: 1.6rem;
    text-decoration: none !important;
}

.products .product .copy {
    padding: 16px;
    padding-top: 24px;
}

.products .expandable-area {
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease-in-out;
}

.products .expand-trigger {
    background: none;
    border: 0;
    color: #0077B3;
    cursor: pointer;
    font-family: "96 Sans", Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 1em;
    padding-right: 22px;
}

.products .expand-trigger * {
    pointer-events: none;
}

.products .expand-trigger:hover .text, body:not(.disable-focus-state) .products .expand-trigger:focus .text {
    text-decoration: none;
}

.products .expand-trigger .text {
    display: inline-block;
    position: relative;
    text-decoration: underline;
}

.products .expand-trigger .text:before, .products .expand-trigger .text:after {
    background: #0077B3;
    content: "";
    height: 2px;
    left: 100%;
    margin-left: 0.5em;
    position: absolute;
    top: 50%;
    transition: transform 0.2s ease 0.4s;
    width: 8px;
}

.products .expand-trigger .text::before {
    transform: rotate(180deg);
}

.products .expand-trigger .text::after {
    transform: rotate(90deg);
}

.products .expand-trigger.expanded .text::before, .products .expand-trigger.expanded .text::after {
    transform: rotate(0deg);
}

@media screen and (-ms-high-contrast: active) {
    .products .expand-trigger .text:before, .products .expand-trigger .text:after {
        background: #fff;
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .products .expand-trigger .text:before, .products .expand-trigger .text:after {
        background: #fff;
    }
}

.angled-layers+.products[data-module="products"] {
    margin-top: 24px;
    padding-top: 24px;
}

@media only screen and (max-width: 970px) {
    .angled-layers+.products[data-module="products"] {
        margin-top: 13px;
        padding-top: 13px;
    }
}

@media only screen and (max-width: 400px) {
    .angled-layers+.products[data-module="products"] {
        margin-top: 11px;
        padding-top: 11px;
    }
}

.products.three-column .product {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    box-sizing: border-box;
}

.products.three-column .product .link {
    width: 100%;
}

@media only screen and (max-width: 970px) {
    .products.three-column .product {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .products.three-column .product .link .product-icon {
        top: -60px;
        width: 100px;
    }
}

@media only screen and (max-width: 780px) {
    .products.three-column .product {
        margin-top: 5em;
    }
}

.products.nested-icons .product:nth-child(-n+4) {
    margin-top: 2rem;
}

.products.nested-icons .product {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    box-sizing: border-box;
}

.products.nested-icons .product .link {
    width: 100%;
}

.products.nested-icons .product .link .product-icon {
    background-color: white;
    border-radius: 50%;
    margin: 3rem auto 1.5rem;
    position: relative;
    right: auto;
    top: auto;
}

.products.nested-icons .product .copy {
    padding-top: 0;
}

.products.nested-icons .product .title {
    font-size: 1.8rem;
}

@media only screen and (max-width: 971px) {
    .products.nested-icons {
        display: block;
        max-width: 100%;
    }
    .products.nested-icons .product-items {
        display: block;
    }
    .products.nested-icons .product {
        display: block;
        max-width: 50%;
        margin: 1rem auto 0 !important;
    }
    .products.nested-icons .product .link {
        padding-top: 6em;
        margin-top: 6em;
    }
    .products.nested-icons .product .link .product-icon {
        position: absolute;
        right: 0;
        top: -8em;
    }
}

@media only screen and (max-width: 600px) {
    .products.nested-icons .product {
        max-width: 90%;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media only screen and (max-width: 970px) {
    .products .product.first-row {
        margin-top: 5em;
    }
    .products .product .product-icon {
        top: -60px;
        width: 100px;
    }
    .products .expand-trigger {
        display: block;
        margin-top: 3vw;
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 780px) {
    .products.nested-icons .product .title {
        font-size: 1.6rem;
    }
    .products.nested-icons .product .link {
        padding-top: 4em;
        margin-top: 5em;
    }
    .products.nested-icons .product .link .product-icon {
        max-width: 60px;
        top: -6em;
    }
    .product.test {
        display: block;
    }
}

/* Override styles for salesforce products */

.products .product {
    position: relative;
}

.products .product input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
     border: none;
    position: absolute;
    width: calc(100% - 8px);
    background: transparent;
    border-radius: 0;
    z-index: 2;
    top: -45px;
    left: 0;
    bottom: 10px;
    cursor: pointer;
}

.products .product input[type="checkbox"]:hover+label {
    background-color: #f3f9fc;
    box-shadow: none;
}

.products .product input[type="checkbox"]:checked+label {
    background-color: #0077B3;
    box-shadow: none;
    color: #fff;
}

.products .product input[type="checkbox"]:checked + label .copy * {
    color: #fff ;
}

.products .product input::-ms-check {
    display:none;
}



/* @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */

    /* .products .product input::-ms-check {
        -webkit-appearance: none;
        appearance: none;
    } */
/* }  */

/* qs_types
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.qs-types {
    padding-bottom: 40px;
}

.qs-types .title-area {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}

.qs-types .title-area img {
    margin-bottom: -25px;
    max-width: 140px;
}

.qs-types .qs-area {
    margin-top: 28px;
    text-align: center;
}

.qs-types .qs-area form {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    text-align: left;
}

.qs-types .qs-area .zipCode {
    -ms-flex-align: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-right: 48px;
}

.qs-types .qs-area .zipCode:before {
    color: #2d2d2d;
    content: "Location";
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    left: 0;
    letter-spacing: 0.5px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.qs-types .qs-area .zipCode label {
    color: #707070;
    font-size: 1.8rem;
    position: absolute;
    z-index: 1;
}

.qs-types .qs-area .zipCode input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #707070;
    color: #2d2d2d;
    padding: 0.5em 0;
    position: relative;
    font-size: 1.8rem;
    font-family: "96 Sans", Arial, sans-serif;
    z-index: 2;
}

.qs-types .qs-area .zipCode.hideLabel label {
    display: none;
}

@media only screen and (max-width: 780px) {
    .qs-types .qs-area .zipCode label {
        text-align: center;
    }
    .qs-types .qs-area .zipCode input {
        text-align: center;
    }
}

@media only screen and (max-width: 730px) {
    .qs-types .qs-area .zipCode label, .qs-types .qs-area .zipCode input {
        font-size: 1.6rem;
    }
}

.qs-types .qs-area .zipCode label {
    bottom: 0.33em;
    left: 0;
    right: 0;
}

.qs-types .qs-area .zipCode input {
    width: 126px;
}

.qs-types .qs-area.cta {
    padding-bottom: 20px;
}

.qs-types .qs-area.cta.simple {
    padding-bottom: 30px;
}

.qs-types .qs-area.cta .app-link-list {
    -ms-flex-pack: center;
    justify-content: center;
}

.qs-types .qs-area.cta p {
    color: #2d2d2d;
}

.qs-types[data-disableqs="True"] {
    padding-top: 30px;
}

.qs-types[data-disableqs="True"] .title-area img, .qs-types[data-disableqs="True"] .qs-area:not(.cta) img {
    margin-bottom: 10px;
    max-width: 60px;
}

#site .qs-types[data-enlarge-image="True"] img {
    max-width: 140px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media only screen and (max-width: 851px) {
    /* sales force over ride */
    /* .qs-types {
      padding-bottom: 0;
    } */
    .qs-types .qs-area {
        margin-left: auto;
        margin-right: auto;
        max-width: 240px;
    }
    .qs-types .qs-area .zipCode {
        margin-right: 0;
    }
    .qs-types .qs-area .zipCode input {
        width: 100%;
    }
    .qs-types .qs-area form {
        display: block;
        text-align: center;
    }
    .qs-types .qs-area .h5-style {
        margin-bottom: 0px;
        position: relative;
    }
    .qs-types .qs-area .button {
        margin-top: 30px;
        min-width: 100%;
    }
    .qs-types .qs-area .button input {
        width: 100%;
    }
    .qs-types[data-disableqs="False"] .title-area img, .qs-types[data-disableqs="False"] .qs-area:not(.cta) img {
        margin-bottom: -20px;
    }
    .qs-types .zipCode {
        padding-top: 24px;
    }
    .qs-types .zipCode:before {
        width: 100%;
    }
    .qs-types[data-disableqs="True"] {
        padding-top: 20px;
    }
    .qs-types[data-disableqs="True"] .title-area img, .qs-types[data-disableqs="True"] .qs-area:not(.cta) img {
        max-width: 50px;
    }
    .qs-types[data-disableqs="True"]~.mma-extras .actions {
        display: none;
    }
    .qs-types .cta:not(.simple) {
        max-width: none;
    }
    .qs-types .cta.simple {
        margin-top: 0;
        padding-bottom: 60px;
    }
    #site .qs-types[data-enlarge-image="True"] img {
        max-width: 100px;
    }
}