/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/
@font-face {
    font-family: ember_bd;
    src: url(../font/AmazonEmber_Bd.ttf);
}
@font-face {
    font-family: ember_bdlt;
    src: url(../font/AmazonEmber_Bdlt.ttf);
}
@font-face {
    font-family: ember_he;
    src: url(../font/AmazonEmber_He.ttf);
}
@font-face {
    font-family: ember_helt;
    src: url(../font/AmazonEmber_Helt.ttf);
}
@font-face {
    font-family: ember_lt;
    src: url(../font/AmazonEmber_Lt.ttf);
}
@font-face {
    font-family: ember_ltit;
    src: url(../font/AmazonEmber_LtIt.ttf);
}
@font-face {
    font-family: ember_md;
    src: url(../font/AmazonEmber_Md.ttf);
}
@font-face {
    font-family: ember_mdit;
    src: url(../font/AmazonEmber_MdIt.ttf);
}
@font-face {
    font-family: ember_rg;
    src: url(../font/AmazonEmber_Rg.ttf);
}
@font-face {
    font-family: ember_rgit;
    src: url(../font/AmazonEmber_RgIt.ttf);
}
@font-face {
    font-family: ember_th;
    src: url(../font/AmazonEmber_Th.ttf);
}
@font-face {
    font-family: ember_thit;
    src: url(../font/AmazonEmber_ThIt.ttf);
}
@font-face {
    font-family: ember_mono_bd;
    src: url(../font/AmazonEmberMono_Bd.ttf);
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: 'ember_rg';
    color: #444444;
    max-width: 100vw;
    overflow-x: visible;
}
a {
    color: #47b2e4;
    text-decoration: none;
}
a:hover {
    color: #73c5eb;
    text-decoration: none;
    cursor: pointer;
}
h1,
h2,
h3,
h5,
h6 {
    color: black;
}
h4 {
    line-height: 1.3;
}
h5 {
    font-size: 25px;
}
.display-none {
    display: none;
}
.display-test {
    display: inline;
    padding-right: 0px;
}
.non-ascii-bolding {
    font-weight: bold;
}
.bi-chevron-down::before {
    font-weight: bold !important;
}
.bi-chevron-up::before {
    font-weight: bold !important;
}

.inline-link {
    display: inline;
    margin: 0;
    padding: 0;
}

.list-item-no-marker {
    list-style: none !important;
}

.horizontal-rule {
    margin: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: .75% 0;
    background: #232f3e;
    min-height: 6.5vh;
}
#header.header-scrolled,
#header.header-inner-pages {
    background: #232f3e;
}
#header #header-logo {
    margin: 1vh;
}
#header .logo a {
    color: #fff;
}
#header .logo img {
    max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
}
.navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
}
.navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar a:hover,
.navbar li:hover > a,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover > a {
    color: #47b2e4;
}
.navbar .dropdown {
    color: #fff !important;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}
.navbar .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: .1px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #0c3c53;
}
.navbar .dropdown ul a i {
    font-size: 12px;
}
.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar > ul > li.dropdown > ul > li > a
{
    color: black;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}
.bi-chevron-down::before {
    -webkit-text-stroke: 2px white !important;
}

/**
* Mobile Navigation 
*/
@media (max-width: 991px) {
    .mobile-nav-toggle {
        color: #fff;
        font-size: 28px;
        cursor: pointer;
        display: none;
        line-height: 0;
        transition: 0.5s;
    }
    .mobile-nav-toggle.bi-x {
        color: #fff;
    }
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
    .navbar-mobile {
        position: fixed;
        overflow: hidden;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(40, 58, 90, 0.9);
        transition: 0.3s;
        z-index: 999;
    }
    .navbar-mobile .dropdown > a {
        color: #37517e;
    }
    .navbar-mobile .dropdown > a:hover {
        color: #47b2e4;
    }
    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }
    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #37517e;
    }
    .navbar-mobile a:hover,
    .navbar-mobile .active,
    .navbar-mobile li:hover > a {
        color: #47b2e4;
    }
    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
        color: #37517e;
    }
    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }
    .navbar-mobile .dropdown ul li {
        min-width: 200px;
    }
    .navbar-mobile .dropdown ul a {
        padding: 10px 20px;
    }
    .navbar-mobile .dropdown ul a i {
        font-size: 12px;
    }
    .navbar-mobile .dropdown ul a:hover,
    .navbar-mobile .dropdown ul .active:hover,
    .navbar-mobile .dropdown ul li:hover > a {
        color: #47b2e4;
    }
    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero {
    background-image: url('../img/HeaderImage.png');
    text-align: left;
    margin-top: 5vh;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
#partner-hero {
    background-image: url('../img/partner-HeaderImage.png');
}
.hero .hero-text {
    max-width: 750px;
    margin: 5vh 12.5vw;
}
.hero h1 {
    margin: 0 0 10px 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: #fff;
}
.hero h2 {
    color: #fff;
    margin-top: 50px;
    font-size: 20px;
    letter-spacing: .1rem;
    font-family: ember_mono_bd !important;
}
.hero h4 {
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
}
.hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

/* responsive config */
@media (max-width: 991px) {
    .hero {
        text-align: center;
    }
    .hero .animated {
        -webkit-animation: none;
        animation: none;
    }
    .hero .hero-img {
        text-align: center;
    }
    .hero .hero-img img {
        width: 50%;
    }
    #tips {
        padding: 0 20px 0 20px !important;
    }
}
@media (max-width: 768px) {
    .hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .hero .hero-img img {
        width: 70%;
    }
    #tips {
        padding: 0 20px 0 20px !important;
    }
}

@media (max-width: 575px) {
    .hero .hero-img img {
        width: 80%;
    }
    .hero .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }
    #tips {
        padding: 0 20px 0 20px !important;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 15px 0;
    overflow: hidden;
}

.section-bottom {
    padding: 15px 0px 30px 0px;
}

.section-bg {
    background-color: gray;
}

.section-title {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.section-title h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    color: #232f3e;
}

.section-title p {
    margin: 0 auto 0px auto;
    font-size: 18px;
    max-width: 42vw;
}

.group-word{
    white-space: nowrap;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
    background-color: #f1f3f3;
    padding-bottom: 2%;
}

.services .icon-box {
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 30px;
    transition: all ease-in-out 0.4s;
    background: #fff;
    flex-grow: 1;
}
.services .icon-box .icon {
    margin-bottom: 10px;
    text-align: center;
}
.services .icon-box h4 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
}
.services .icon-box h4 a {
    /* color: #37517e; */
    color: black;
    transition: ease-in-out 0.3s;
}
.services .icon-box:hover h4 a {
    color: #47b2e4;
}
.services .icon-box h6 {
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}
.services .icon-box:hover {
    transform: translateY(-10px);
}
.services .row {
    display: flex;
    justify-content: center;
}

/*--------------------------------------------------------------
# customer-information
--------------------------------------------------------------*/
.customer-information .row {
    padding-top: 40px;
}
.customer-information .box {
    background: #fff;
    padding: 60px 40px;
    max-width: 540px;
    min-height: 540px;
    border-top: 4px solid #fff;
    border-radius: 5px;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
    margin: 1%;
}
.customer-information ul {
    padding: 20px 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
}
.customer-information ul li {
    padding: 10px 0 10px 30px;
    position: relative;
}
.customer-information ul i {
    color: #28a745;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 6px;
}
.customer-information .featured {
    border-top-color: #47b2e4;
}
@media (max-width: 992px) {
    .customer-information .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}
@media (max-width: 767px) {
    .customer-information .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}
@media (max-width: 420px) {
    .customer-information .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}

/*--------------------------------------------------------------
# Steps List - controls spacing of each step
--------------------------------------------------------------*/

.steps .steps-list {
    padding: 0 10px;
    background: #f8f8f8;
    border: solid #bdbdbd 0;
    box-shadow: 1px 2px 4px rgba(223, 223, 223, 1);
    padding-left: 36px;
    padding-right: 36px;
    margin: 25px auto;
}

/*--------------------------------------------------------------
# Steps List Header - controls the spacing and coloring for each collapsed step
--------------------------------------------------------------*/

.steps .steps-list .step-header {
    color: #37517e;
    transition: 0.3s;
    padding: 1.5%;
}
.steps .steps-list .step-header {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 1.5%;
    outline: none;
    cursor: pointer;
    color: #005276;
}
.steps .steps-list .step-header:hover {
    color: #47b2e4;
}
.steps .steps-list .icon-show,
.steps .steps-list .icon-close {
    font-size: 48px;
    position: relative;
    right: 0;
    top: 0;
}
.steps .steps-list .step-header.collapsed .icon-show {
    display: inline-block;
}
.steps .steps-list .step-header.collapsed .icon-close {
    display: none;
}
.steps .steps-list .step-header .icon-show {
    display: none;
}
.steps .steps-list .step-header .icon-close {
    display: inline-block;
}
.steps .steps-list h4 {
    color: #232f3e;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

/*--------------------------------------------------------------
# Steps List Step - controls the spacing and coloring for the content under each step
--------------------------------------------------------------*/

.steps .steps-list .step-list-step > div > ul > li {
    font-size: 16px;
    list-style: none;
}
.steps .steps-list .step-list-step > ul,
.steps .steps-list .step-list-step > ol,
.steps .steps-list .step-list-step > div {
    padding: 15px;
    margin-left: 2vw;
}
.steps .steps-list .step-list-step > div {
    margin-left: .5vw;
}
.steps .steps-list .step-list-step > ul {
    list-style: none;
}
.steps .steps-list .step-list-step > ul > li,
.steps .steps-list .step-list-step > ol > li {
    font-size: 20px;
    margin-bottom: 2vh;
}
.steps .steps-list .step-list-step > ul > li::marker,
.steps .steps-list .step-list-step > ol > li::marker {
    font-weight: bold;
}
.steps .steps-list .step-list-step > ol > li > p {
    margin-bottom: 0;
}
.steps .steps-list .step-list-step > ol > li > ol,
.steps .steps-list .step-list-step > ol > li > ul {
    padding: 0 0 0 1vw;
    list-style: lower-alpha;
    margin: 0 0 .5vh 0;
}
.steps .steps-list .step-list-step > ol > li > ul {
    list-style: none;
}
.steps .steps-list .step-list-step > ol > li > ol > li,
.steps .steps-list .step-list-step > ol > li > ul > li {
    font-size: 16px;
    margin: 0 0 .5vh 0;
}
.steps .steps-list .step-list-step > ol > li > ol > li::marker {
    font-size: 18px;
    font-weight: bold;
}
.steps .steps-list .step-list-step > ol > li > ol > li > div > ol {
    padding: 0 0 0 1vw;
    list-style: lower-roman;
}
.steps .steps-list .step-list-step > ol > li > ol > li > div > div > ol > li {
    font-size: 14px;
    margin-bottom: .5vh;
}
.steps .steps-list .step-list-step > ol > li > ol > li > div > div > ol > li::marker {
    font-size: 16px;
    font-weight: bold;
}
.steps .steps-list .step-list-step a.sub-collapsed p {
    color: #232f3e;
    font-size: 16px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}
.steps .steps-list .step-list-step a.sub-collapsed p:hover {
    color: #47b2e4;
}
.steps .steps-list .step-list-step a.collapsed.sub-collapsed .icon-show {
    display: inline-block;
}
.steps .steps-list .step-list-step a.collapsed.sub-collapsed .icon-close {
    display: none;
}
.steps .steps-list .step-list-step a.sub-collapsed .icon-show {
    font-size: 20px;
    display: none;
}
.steps .steps-list .step-list-step a.sub-collapsed .icon-close {
    font-size: 20px;
    display: inline-block;
}

/*--------------------------------------------------------------
# Steps Extras - controls spacing and color of smaller elements such as inline links
--------------------------------------------------------------*/

.steps .steps-list .inline-link {
    display: inline;
    margin: 0;
    padding: 0;
}

.steps .steps-list .split-signin-instructions {
    margin-left: .5vw;
}

.steps .steps-list .split-signin-instructions > div > h6 {
    font-weight: bold;
}

#signin-existing-account, #step-4-in-person-col, #step-3-in-person-col{
    border-left:solid lightgray;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
#faq-topics {
    background: #f1f3f3;
    margin-bottom: 15px;
}
#faq-topics ul {
    font-size: 16px;
    list-style: none;
}
#faq-topics ul > li {
    display: block;
    color:#005276;
}
#faq-topics ul > li > a {
    color:#005276
}
#faq-topics ul > li > a:hover {
    color: #47b2e4;
}
#faq-list {
    margin: auto;
}
#faq-list ul {
    list-style: none;
}
#faq-list ul > li h3 {
    color:#232f3e;
}
#faq-list ul > li a {
    color:#005276;
}
#faq-list ul > li a:hover {
    color: #47b2e4;
}
#faq-list ul > li > ul {
    list-style: none;
    padding-left: 10px;
}
#faq-list .faqs-group > ul > li {
    margin: 2vh 2vw;
}
#faq-list .faqs-group > ul > li .step-header {
    font-size: 16px;
}
#faq-list .faqs-group > ul > li .faq-list-content {
    font-size: 16px;
}
#faq-list .faqs-group > ul > li .step-header.collapsed .icon-show {
    display: inline-block;
    font-size: 24px;
}
#faq-list .faqs-group > ul > li .step-header.collapsed .icon-close {
    display: none;
    font-size: 24px;
}
#faq-list .faqs-group > ul > li .step-header .icon-show {
    display: none;
    font-size: 24px;
}
#faq-list .faqs-group > ul > li .step-header .icon-close {
    display: inline-block;
    font-size: 24px;
}
#faq-list .faqs-group > ul > li .step-header > div > div > p {
    display: flex;
}
#faq-list .faqs-group > ul > li .step-header > div > div > p > i {
    font-size: 24px;
    color: #47b2e4;
    padding-right: 5px;
}

/*--------------------------------------------------------------
# Best Experiences section
--------------------------------------------------------------*/
#bestExperiencesTips {
    background: #f1f3f3;
}
#bestExperiencesTips #tips {
    padding-left: 0rem;
}
#bestExperiencesTips #tips li {
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Cta -- Controls spacing and colors for the contact section
--------------------------------------------------------------*/
.cta {
    background-image: url('../img/contact-gradient.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 18px;
    min-height: 435px;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.cta p {
    color: #fff;
}

.cta ul {
    color: white;
    margin-left: 36px;
}

.cta ul li {
    margin-bottom: 10px;
}

.cta li.dropdown {
    list-style: none;
}

.cta .cta-btn {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 10px;
    transition: 0.5s;
    margin: 0 0 18px 0;
    border: 2px solid #fff;
    color: #fff;
}

.cta a {
    color: white;
}

.cta a:hover {
    color: #47b2e4;
}

.cta .cta-btn:hover {
    background: #47b2e4;
    border: 2px solid #47b2e4;
}
@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}
@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
.cta .cta-btn-container .btn-inactive {
    display: none;
}

/*--------------------------------------------------------------
# Contact -- Changes the spacing for each contact section -- ex: US, Canada, EMEA, etc.
--------------------------------------------------------------*/
#contact-container {
    min-height: 375px;
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    font-size: 14px;
    background: #232f3e;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}
#footer .copyright {
    float: left;
    margin-left: 12.5vw;
}