﻿.landing-page .siteBody {
    position: relative;
}

@media (min-width: 48em) {
    .landing-page .mainContent {
        margin-top: 30px;
    }
}
@media (min-width: 62em) {
    .landing-page .mainContent {
        margin-top: 30px;
    }
}

.landing-page .breadcrumbs {
    position: absolute;
    top: 25px;
    left: 15px;
    right: 15px;
    margin: 0 auto;
    max-width: 1280px;
    font-size: 1em;
    color: #fff;
    z-index: 2;
}
.landing-page .breadcrumbs a {
    color: #fff;
}
@media (max-width: 47.938em) {
    .landing-page .breadcrumbs {
        display: none;
    }

}

.landing-rail-menu {
    position: relative;
    margin-top: -35px;
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0px 17px 19px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 17px 19px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 17px 19px 3px rgba(0,0,0,0.2);
    z-index: 3;
}
.landing-rail-menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}
.landing-rail-menu > ul > li {
    border-bottom: 1px solid #d7d7d7;
}
.landing-rail-menu > ul > li:last-child {
    border-bottom: none;
}
.landing-rail-menu > ul > li > a {
    padding: 15px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.125em;
    color: #236bb3;
    display: block;
}
.landing-rail-menu > ul > li > a.sub-menu:after{
    content: "";
    margin-top: 13px;
    width: 0; 
    height: 0; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #8c9cab;
    float: right;
    display: inline-block;
}
.landing-rail-menu > ul > li > a.active:after {
    border-top: none;
    border-bottom: 8px solid #8c9cab;
}
.landing-rail-menu > ul > li > ul {
    padding: 25px;
    border-top: 1px solid #d7d7d7;
    background-color: #f7f7f7;
}
.landing-rail-menu > ul > li > ul > li {
    margin-bottom: 15px;
}
.landing-rail-menu > ul > li > ul > li:last-child {
    margin-bottom: 0;
}
.landing-rail-menu > ul > li > ul > li > a {
    text-decoration: none;
    font-size: 1.153em;
}
.landing-rail-menu > ul > li > ul > li > a:hover {
    text-decoration: underline;
}
.landing-rail-menu .mobile-toggle {
    padding: 20px;
    width: 100%;
    font-weight: 600;
    font-size: 1.352em;
    color: #236bb3;
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
    cursor: pointer;
    display: none;
}
.landing-rail-menu .mobile-toggle:before {
      content: "\e90f";
      /* use !important to prevent issues with browser extensions that change fonts */
      margin-right: 30px;
      font-family: 'AMA-Icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;

      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 48em) {
    .landing-rail-menu {
        margin-bottom: 35px;
    }
}
@media (min-width: 62em) {
    .landing-rail-menu {
        margin-bottom: 70px;
    }

    .landing-rail-menu > ul > li > a {
        padding: 25px;
        font-size: 1.413em;
    }
}

.landing-heading-banner {
    background-color: #236bb3;
    position: relative;
    overflow: hidden;
    height: 300px;
    z-index: 1;
}
.landing-heading-banner img {
    max-width: none !important;
    width: 100% !important;
    height: auto !important;
}
.landing-heading-banner .text-container {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 30px;
    max-width: 940px;
    text-align: center;
    color: #fff;
}
.landing-heading-banner h1,
.landing-heading-banner .heading-text {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 1.532em;
    display: block;
}
.landing-heading-banner h2,
.landing-heading-banner .subheading-text {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    text-align: center;
    font-weight: normal;
    font-size: 1.215em;
}
@media (min-width: 30em) {
    .landing-heading-banner {
        height: 350px;
    }
    .landing-heading-banner h1,
    .landing-heading-banner .heading-text {
        font-size: 2.153em;
    }
    .landing-heading-banner h2,
    .landing-heading-banner .subheading-text {
        max-width: 75%;
        font-size: 1.413em;
    }
}
@media (min-width: 48em) {
    .landing-heading-banner {
        height: 395px;
    }
    .landing-heading-banner .text-container {
        padding: 0;
        top: 0;
        max-height: 45%;
    }
    .landing-heading-banner h1,
    .landing-heading-banner .heading-text {
        font-size: 3em;
    }
    .landing-heading-banner h2,
    .landing-heading-banner .subheading-text {
        margin: auto;
        max-width: none;
        font-size: 1.9em;
    }
}
@media (max-width: 120em) {
    .landing-heading-banner img {
        width: 1920px !important;
        height: 395px !important;
    }
}

@media (max-width: 47.9375em) {
    .landing-page .landing-heading-banner img {
        display: none;
    }
}


    .introduction-text-block {
        padding-right: 6%;
    }

        .introduction-text-block h2 {
            margin-top: 0;
            font-weight: 600;
            font-size: 2.1em;
        }

        .introduction-text-block h3 {
            font-weight: 600;
            font-size: 1.8em;
        }

        .introduction-text-block p {
            line-height: 1.7em;
            font-size: 1.093em;
        }

    .landing-image-cta-type-one {
        margin: 0 auto;
        padding: 15px;
        max-width: 600px;
        width: 100%;
        color: #fff;
        border-radius: 8px;
        background-repeat: no-repeat;
        background-image: url(/cms/images/smiling-assistance-work-blue-shadow.png);
        -webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.2);
    }

        .landing-image-cta-type-one p {
            line-height: 1.4em;
            font-size: 1em;
        }

            .landing-image-cta-type-one p:last-child {
                margin-bottom: 0;
            }

            .landing-image-cta-type-one p > .pretty-btn {
                margin-bottom: 10px;
                width: 100%;
                font-size: initial;
            }

                .landing-image-cta-type-one p > .pretty-btn:last-child {
                    margin-bottom: 0;
                }

    @media (min-width: 75em) {
        .landing-image-cta-type-one {
            padding: 30px;
        }

            .landing-image-cta-type-one p {
                font-size: 1.352em;
            }
    }

    .landing-image-cta-type-two {
        border-radius: 8px;
        overflow: hidden;
        display: none;
    }

        .landing-image-cta-type-two .text-container {
            padding: 15px;
            color: #fff;
            background-color: #236bb3;
        }

            .landing-image-cta-type-two .text-container p {
                line-height: 1.75em;
            }

                .landing-image-cta-type-two .text-container p:last-child {
                    margin-bottom: 0;
                }

            .landing-image-cta-type-two .text-container a {
                text-decoration: none;
                font-size: 1.093em;
                color: #fff;
            }

    @media (min-width: 75em) {
        .landing-image-cta-type-two .text-container {
            padding: 30px;
        }

            .landing-image-cta-type-two .text-container a {
                font-size: 1.315em;
            }
    }

    .cta-card {
        padding: 15px;
        width: 100%;
        border-bottom: 5px solid #236bb3;
        -webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.2);
    }

        .cta-card p {
            font-size: 1.253em;
            color: #236bb3;
        }

            .cta-card p:last-child {
                margin-bottom: 0;
            }

        .cta-card .pretty-btn {
            font-size: initial;
        }

    @media (min-width: 75em) {
        .cta-card {
            padding: 30px;
        }
    }

    .landing-three-col-cta {
        margin-top: 40px;
        margin-left: -10px;
        margin-right: -10px;
        padding: 20px;
        border-top: 1px solid #d7d7d7;
        border-bottom: 1px solid #d7d7d7;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
        background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
    }

        .landing-three-col-cta:before,
        .landing-three-col-cta:after {
            content: "";
            display: table;
        }

        .landing-three-col-cta:after {
            clear: both;
        }

        .landing-three-col-cta a {
            text-decoration: none;
            color: #236bb3;
        }

        .landing-three-col-cta > p {
            margin-bottom: 30px;
        }

            .landing-three-col-cta > p strong {
                font-weight: 600;
                font-size: 2em;
            }

            .landing-three-col-cta > p a {
                float: right;
            }

        .landing-three-col-cta > ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .landing-three-col-cta > ul > li {
                margin-bottom: 30px;
            }

                .landing-three-col-cta > ul > li img {
                    margin-bottom: 20px;
                    display: block;
                }

        .landing-three-col-cta.small-anchor-size > ul > li a {
            font-size: 0.913em;
        }

        .landing-three-col-cta > ul > li a {
            font-size: 1.315em;
        }

            .landing-three-col-cta > ul > li a > strong {
                line-height: 1em;
                font-weight: 600;
            }

        .landing-three-col-cta .slick-dots {
            bottom: -35px;
        }

            .landing-three-col-cta .slick-dots li button:before {
                font-size: 14px;
                color: #236bb3;
            }

    @media (min-width: 48em) {
        .landing-three-col-cta {
            margin-left: 0;
            margin-right: 0;
            padding: 40px;
        }

            .landing-three-col-cta > ul {
                margin: 0 -15px;
            }

                .landing-three-col-cta > ul > li {
                    padding: 0 15px;
                    width: 32.3332%;
                    vertical-align: top;
                    display: inline-block;
                }

        .landing-image-cta-type-two {
            display: block;
        }
    }

    .landing-ordered-list {
        margin: 25px 0;
    }

        .landing-ordered-list:before,
        .landing-ordered-list:after {
            content: "";
            display: table;
        }

        .landing-ordered-list:after {
            clear: both;
        }

        .landing-ordered-list h2,
        .landing-ordered-list h3 {
            margin-top: 0;
            font-weight: 600;
            font-size: 2em;
        }

        .landing-ordered-list ol {
            margin: 0;
            padding: 0 0 0 60px;
            list-style: none;
        }

            .landing-ordered-list ol > li {
                position: relative;
            }

                .landing-ordered-list ol > li strong {
                    margin-bottom: 15px;
                    font-weight: 600;
                    font-size: 1.352em;
                    display: block;
                }

                .landing-ordered-list ol > li p {
                    line-height: 1.75em;
                    font-size: 1.093em;
                }

        .landing-ordered-list img {
            max-width: 400px !important;
            width: 100% !important;
            display: block;
        }

        .landing-ordered-list .text-container {
            margin-top: 20px;
        }

        .landing-ordered-list .pretty-btn {
            margin-bottom: 10px;
            width: 100%;
        }

        .landing-ordered-list .ama-icon-before:not(.pretty-btn):before {
            position: absolute;
            top: -6px;
            left: -60px;
            margin-right: 0;
            padding: 12px;
            font-size: 22px;
            color: #fff;
            background-color: #02a03e;
            border-radius: 50%;
        }

        .landing-ordered-list .ama-icons-gear.teal-icon-bg:before {
            background-color: #036d90;
        }

        .landing-ordered-list .ama-icons-gear.blue-icon-bg:before {
            background-color: #045aaf;
        }

    @media (min-width: 30em) {
        .landing-ordered-list .pretty-btn {
            margin-right: 10px;
            width: auto;
        }
    }

    @media (min-width: 48em) {
        .landing-ordered-list {
            margin: 50px 0;
        }

            .landing-ordered-list ol {
                margin-bottom: 50px;
            }
    }

    @media (min-width: 75em) {
        .landing-ordered-list .text-container {
            margin-top: 0;
            margin-left: 5%;
            width: 50%;
            float: left;
        }

        .landing-ordered-list img {
            float: left;
        }
    }

    .landing-text-grid {
        margin-top: 25px;
        margin-bottom: 25px;
    }

        .landing-text-grid .text-container,
        .landing-text-grid .grid-container {
            display: block;
        }

        .landing-text-grid .grid-container {
            margin-top: 25px;
        }

        .landing-text-grid .text-container strong {
            color: #236bb3;
        }

        .landing-text-grid .text-container p {
            margin-bottom: 0;
            font-size: 1.453em;
        }

        .landing-text-grid .grid-container ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .landing-text-grid .grid-container ul li {
                padding: 15px;
                width: 50%;
                height: 132px;
                text-align: center;
                font-size: 0.913em;
                color: #236bb3;
                float: left;
            }

                .landing-text-grid .grid-container ul li:first-child {
                    border-right: 1px solid #d7d7d7;
                    border-bottom: 1px solid #d7d7d7;
                }

                .landing-text-grid .grid-container ul li:nth-child(2) {
                    border-bottom: 1px solid #d7d7d7;
                }

                .landing-text-grid .grid-container ul li:nth-child(3) {
                    border-right: 1px solid #d7d7d7;
                }

        .landing-text-grid .big-number {
            font-weight: bold;
            font-size: 2.532em;
            display: block;
        }

    @media (min-width: 48em) {
        .landing-text-grid {
            margin-top: 50px;
            margin-bottom: 50px;
        }

            .landing-text-grid .text-container,
            .landing-text-grid .grid-container {
                vertical-align: middle;
                display: inline-block;
            }

            .landing-text-grid .text-container {
                padding-right: 20px;
                width: 42%;
            }

            .landing-text-grid .grid-container {
                margin-top: 0;
                width: 57%;
            }

                .landing-text-grid .grid-container ul li {
                    height: 160px;
                    font-size: 0.913em;
                }
    }

    @media (min-width: 75em) {
        .landing-text-grid .text-container p {
            font-size: 2em;
        }

        .landing-text-grid .text-container {
            padding-right: 40px;
        }

        .landing-text-grid .grid-container ul li {
            height: 160px;
            font-size: 1.125em;
        }
    }

    .landing-acid-banner {
        position: relative;
        padding: 10px 15px 30px 15px;
        text-align: center;
        color: #fff;
        border-radius: 5px;
        background: #029f3e;
        background: -moz-linear-gradient(left, #029f3e 0%, #038569 30%, #037a7a 47%, #036b94 59%, #0462a1 75%, #0461a3 100%);
        background: -webkit-linear-gradient(left, #029f3e 0%,#038569 30%,#037a7a 47%,#036b94 59%,#0462a1 75%,#0461a3 100%);
        background: linear-gradient(to right, #029f3e 0%,#038569 30%,#037a7a 47%,#036b94 59%,#0462a1 75%,#0461a3 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029f3e', endColorstr='#0461a3',GradientType=1 );
    }

        .landing-acid-banner .coupon {
            position: absolute;
            top: 15px;
            left: 10px;
            min-width: 150px;
        }

        .landing-acid-banner .ribbon {
            padding: 5px 15px;
            letter-spacing: -1px;
            text-transform: uppercase;
            font-weight: bold;
            color: #236bb3;
            background-color: #fff;
            -webkit-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.1);
            -moz-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.1);
        }

        .landing-acid-banner .disclaimer {
            position: absolute;
            top: 35px;
            left: 5px;
            font-size: 0.753rem;
        }

        .landing-acid-banner h2 {
            margin: 80px auto 20px auto;
            max-width: 75%;
            font-weight: 500;
            font-size: 1.453em;
        }

        .landing-acid-banner ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .landing-acid-banner ul li {
                position: relative;
            }

                .landing-acid-banner ul li:first-child {
                    margin-bottom: 20px;
                    padding-bottom: 20px;
                    border-bottom: 1px solid #d7d7d7;
                }

                .landing-acid-banner ul li p {
                    margin-bottom: 10px;
                    font-weight: 300;
                    font-size: 1.153em;
                }

                    .landing-acid-banner ul li p:last-child {
                        margin-bottom: 0;
                    }

                .landing-acid-banner ul li strong {
                    font-size: 1.253rem;
                    display: block;
                }

                .landing-acid-banner ul li a {
                    text-decoration: none;
                    font-size: 0.913em;
                    color: #fff;
                }

    @media (min-width: 48em) {
        .landing-acid-banner .coupon {
            top: 25px;
            left: -20px;
        }

        .landing-acid-banner .disclaimer {
            left: 30px;
        }

        .landing-acid-banner h2 {
            margin: 70px 0 30px 0;
            max-width: none;
            font-weight: bold;
            font-size: 1.9em;
        }

        .landing-acid-banner ul li {
            width: 50%;
            float: left;
        }

            .landing-acid-banner ul li:first-child {
                margin-top: 0;
                margin-bottom: 0;
                border-bottom: none;
            }

                .landing-acid-banner ul li:first-child:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 1px;
                    height: 100%;
                    background-color: #fff;
                }

            .landing-acid-banner ul li strong {
                display: inline;
            }

            .landing-acid-banner ul li p {
                font-weight: normal;
            }
    }

    @media (min-width: 75em) {
        .landing-acid-banner h2 {
            margin: 25px 0;
        }
    }

    .large-blue-text {
        font-size: 2em;
        font-weight: bold;
        color: #236bb3;
    }

    .blue-link {
        text-decoration: underline;
        font-weight: bold;
        color: #236bb3;
    }

    .blue-heading-text {
        margin-bottom: 20px;
        padding: 15px 20px;
        font-weight: 600;
        color: #fff;
        background-color: #236bb3;
        display: block;
    }

    .higher-line-height {
        line-height: 1.9em;
    }

    ul.list-alternating-rows {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        ul.list-alternating-rows li:nth-child(odd) {
            background-color: #fcfcfc !important;
        }

        ul.list-alternating-rows li {
            margin-bottom: 0;
            padding: 10px 20px;
        }

    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0;
    }

        .videoWrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    table.pretty-table {
        width: 100%;
        table-layout: auto;
    }

        table.pretty-table td {
            padding: 10px;
            border-right: 1px solid #f1f1f1;
        }

        table.pretty-table tr td:last-child {
            border-right: none;
        }

        table.pretty-table tbody tr:nth-child(odd) {
            background-color: #fcfcfc;
        }

    .cta-card.dark-text p {
        color: #222;
    }

    .cta-card.smaller-text p {
        font-size: 1.053em;
    }

    .landing-page #CT_Main_2_pnlForm {
        padding: 25px;
        border-top: 1px solid #d7d7d7;
        background-color: #f7f7f7;
    }

        .landing-page #CT_Main_2_pnlForm > div {
            width: 100%;
            display: block;
        }

            .landing-page #CT_Main_2_pnlForm > div:first-child,
            .landing-page #CT_Main_2_pnlForm > div:last-child {
                width: 100%;
            }

                .landing-page #CT_Main_2_pnlForm > div:first-child p {
                    margin-bottom: 25px;
                    font-weight: 600;
                    font-size: 1.532em;
                }

                    .landing-page #CT_Main_2_pnlForm > div:first-child p:after {
                        content: "* Required";
                        margin-top: 10px;
                        font-size: 17px;
                        font-weight: normal;
                        color: #ee283a;
                        display: block;
                    }

        .landing-page #CT_Main_2_pnlForm label {
            margin-bottom: 15px;
            font-size: 1.352em;
            font-weight: 600;
            color: #236bb3;
        }

            .landing-page #CT_Main_2_pnlForm label em {
                color: #ee283a;
            }

        .landing-page #CT_Main_2_pnlForm input[type="text"],
        .landing-page #CT_Main_2_pnlForm input[type="email"],
        .landing-page #CT_Main_2_pnlForm input[type="tel"],
        .landing-page #CT_Main_2_pnlForm textarea {
            padding-left: 15px;
            padding-right: 15px;
            background-color: #fff;
            border: 1px solid #d7d7d7;
            border-radius: 5px;
        }

        .landing-page #CT_Main_2_pnlForm input[type="text"],
        .landing-page #CT_Main_2_pnlForm input[type="email"],
        .landing-page #CT_Main_2_pnlForm input[type="tel"] {
            height: 48px;
        }

    .landing-page #CT_Main_2_pnlNavigation {
        text-align: right;
    }

        .landing-page #CT_Main_2_pnlNavigation .btnWrapper {
            background: none;
        }

        .landing-page #CT_Main_2_pnlNavigation input[type="submit"] {
            padding: 20px 50px;
            color: #fff;
            background-color: #236bb3;
            border: none;
            border-radius: 5px;
            box-shadow: none;
        }

    @media (min-width: 48em) {
        .landing-page #CT_Main_2_pnlForm {
            padding: 25px;
        }

            .landing-page #CT_Main_2_pnlForm > div {
                width: 50%;
                vertical-align: top;
                display: inline-block;
            }

                .landing-page #CT_Main_2_pnlForm > div:first-child p {
                    margin-bottom: 50px;
                    font-size: 2em;
                }

                    .landing-page #CT_Main_2_pnlForm > div:first-child p:after {
                        float: right;
                    }
    }

    @media (min-width: 62em) {
        .landing-page #CT_Main_2_pnlForm {
            padding: 50px;
        }
    }


    /* Ticket #561493 - How do I add a Tile to the top left side instead of the bottom?  */
    .cta-card .image img {
        height: 226px !important;
        width: 100% !important;
    }
