@charset "UTF-8";

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

body:not(.acc) a,
body:not(.acc) a:link,
body:not(.acc) a:visited,
body:not(.acc) a:active,
body:not(.acc) button:focus,
body:not(.acc) input:focus,
body:not(.acc) select:focus,
body:not(.acc) textarea:focus,
body:not(.acc) div[tabindex="0"]:focus,
body:not(.acc) span:focus,
body:not(.acc) i.provider-compare-checkbox:focus,
body:not(.acc) i.hospital-compare-checkbox:focus,
body:not(.acc) i.fa-chevron-square-down,
body:not(.acc) i.fa-play-circle:focus,
body:not(.acc) i.fa:focus,
body:not(.acc) i.far:focus,
body:not(.acc) i.fal:focus,
body:not(.acc) i.fas:focus,
body:not(.acc) i.fad:focus,
body:not(.acc) i.fab:focus,
body:not(.acc) #help,
body:not(.acc) #contactFormMsg,
body:not(.acc) #signUpMsg,
body:not(.acc) .ph-cat-btn {
    outline: none;
    box-shadow: none;
}

.blue {
    color: #007599;
}

.orange {
    color: #b83409;
}

.orange-text {
    color: #b83409;
}

.teal {
    color: #008080;
}

.dark-blue {
    color: #207da3;
}

.dark-gray-text {
    color: #4a4a4a;
}

.white-font {
    color: #ffffff !important;
}

.screen-height {
    height: 100vh;
}

@media (max-width: 767px) {
    .mobile-screen-height {
        height: 100vh;
    }
}

.navbar-expand-lg .nav-medical,
.navbar-expand-lg .nav-dental,
.navbar-expand-lg .nav-shoppable {
    background-size: 65%, 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    display: inline-block;
    height: 50px;
    width: 50px;
}

.navbar-expand-lg .nav-medical {
    background-image: url(/misc/medical-icon.svg), linear-gradient(#488a3a, #488a3a);
}

.navbar-expand-lg .nav-dental {
    background-image: url(/misc/dental-icon.svg), linear-gradient(#ca7617, #ca7617);
}

.navbar-expand-lg .nav-shoppable {
    background-size: 110%, 100%;
    background-image: url(/misc/shoppable-icon.svg), linear-gradient(#007ca3, #007ca3);
}
@media (min-width: 1200px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
    }
}

.navbar-expand-lg .navbar-toggler {
    display: block;
}

.navbar-expand-lg .navbar-toggler .navbar-toggler-icon {
    width: 1.4em;
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1200px) {
    .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.ios-cursor {
    cursor: pointer;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 30px;
    max-width: 1500px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
        line-height: initial;
    }
}

button {
    cursor: pointer;
}

#content {
    display: block;
    padding: 60px 0 0 0;
    width: unset;
}

@media (max-width: 767px) {
    #content {
        padding-top: 0px;
    }
}

@media (min-width: 767px) and (max-width: 1200px) {
    #content {
        padding-top: 143px;
    }
}

@media (min-width: 992px) and (max-width: 1020px) {
    #content {
        /* padding-top:0px;*/
    }
}

b,
strong {
    font-weight: 700;
}

.fw500 {
    font-weight: 500;
}

.ellipsis,
.ellipsis>span {
    text-overflow: ellipsis;
    cursor: pointer;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
}

.ellipsis2,
.ellipsis2 span {
    transition: 1.3s;
    transition-timing-function: linear;
    margin-left: 0;
}

.ellipsis2:hover span {
    overflow: visible;
    white-space: normal;
    height: auto;
    /* just added this line */
    margin-left: calc(-8vw);
}

@media (max-width: 767px) {
    .fixed-top {
        margin-top: 0;
        position: relative;
    }
}

a {
    font-weight: 700;
}

a:hover {
    font-weight: 700;
    text-decoration: none;
}

a.purple {
    color: #362c66;
}

a.gray {
    color: #4a4a4a;
}

a.tip {
    border-bottom: 0 none;
    text-decoration: none !important;
}

a.tip:hover {
    background: #c0edf9;
}

a.tip.purple {
    color: #362c66;
    border-bottom: 0 none;
}

a.delete {
    color: #d81118 !important;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

a.delete .fa-window-close {
    font-size: 1.5em;
    margin: 0 0.3em;
}

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.p-0-mob {
    padding: 0 !important;
}

.hide {
    display: none;
}

.hide.show {
    display: block;
}

.row.gray {
    background: #f0f0f0;
}

/** remove if bootstrap is updated to v4 (not alpha) */
.border-left {
    border-left: 1px solid #8C8C8C;
}

@media (max-width: 767px) {
    .border-left {
        border-left: 0px solid transparent;
    }
}

.zTop {
    z-index: 5000;
}

.overlay {
    position: relative;
}

.overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 300;
}

/*ol.orange-list {
    counter-reset: item;
    list-style-type: none;
    list-style-position: inside;
    padding-left: 0;
    li {
        position: relative;
        padding-left: 35px;
        margin: 15px 0;
        color: $orange;
        &:before {
            font-size: 1em;
            line-height: 25px;
            vertical-align: middle;
            width: 25px;
            color: $white;
            text-align: center;
            height: 25px;
            content: counter(item) "  ";
            counter-increment: item;
            position: absolute;
            left: 0;
            background: $orange;
            border-radius: 50%;
        }
    }
}
*/
#searchBar {
    z-index: 99090;
    right: -3000px;
    margin-top: 14px;
}

@media (max-width: 767px) {
    #searchBar {
        display: none;
        position: relative;
        float: left;
        max-width: 300px;
    }
}

#searchBar input {
    width: 92%;
    height: 70px;
    line-height: 70px;
}

@media (max-width: 767px) {
    #searchBar input {
        width: 300px;
    }
}

.languagebar {
    height: 30px;
}

.languagebar div {
    /*    position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;*/
    /*    .slider.round {
          border-radius: 34px;
        }
        .slider.round:before {
          border-radius: 50%;
        }*/
}

.languagebar div.slider {
    position: relative;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    width: 115px;
    color: #ffffff;
    font-size: 14px;
    padding: 0 0 0 1.2em;
    /*      &:before {
              position: absolute;
              content: "\f105";   &rang; > 
              font-family: $icon-font;
              height: 26px;
              font-size: 1.3em;
              text-align: center;
              line-height: 1.4em;
              width: 26px;
              left: 4px;
              bottom: 4px;
              background-color: white;
              -webkit-transition: .4s;
              transition: .4s;
              color:green;
              font-weight: unset;
            }
            &.es {
              padding: 0 1.2em 0 0;
              &:before{
                right:4px;
                content: "\f104";     &lang; <  
                font-size: 1.3em;
                font-family: $icon-font;
                line-height: 1.4em;
                text-align: center;
                left: auto;        
              }
            }*/
}

.languagebar div.slider .btn-lang {
    background-color: transparent;
    border: 1px solid #9B9B9B;
    display: inline-block;
    padding: 0.5em;
    color: #5c30a6;
    font-weight: 700;
}

.languagebar div.slider .btn-lang.active {
    background-color: #5c30a6;
    border: 1px solid #5c30a6;
    color: #ffffff;
}

.languagebar div.slider .slider-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 32px;
}

.languagebar div.slider .slider-left.active:before {
    content: ' \F058   ';
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
}

.languagebar div.slider .slider-right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -4px;
    height: 32px;
}

.languagebar div.slider .slider-right.active:after {
    content: ' \F058   ';
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
}

@media (min-width: 768px) {
    .languagebar div.slider {
        width: 170px;
    }

    .languagebar div.slider .btn-lang {
        border: 1px solid #595959;
        color: #595959;
    }

    .languagebar div.slider .slider-left,
    .languagebar div.slider .slider-right {
        height: auto;
        vertical-align: middle;
        padding: 0 0.5em;
    }
}

.languagebar.mobile-language {
    position: absolute;
    right: 0rem;
    top: 1rem;
}

@media (min-width: 1200px) {
    .languagebar.mobile-language {
        display: none;
    }
}

.languagebar.mobile-language div .slider {
    padding: 0.5em 0 0 2.5em;
}

@media (min-width: 768px) {
    .languagebar.mobile-language div .slider {
        padding: 0.2em 0 0 2.5em;
    }
}

.languagebar.mobile-language div .slider.es {
    padding: 0.6em 0 0 0.5em;
}

@media (min-width: 768px) {
    .languagebar.mobile-language div .slider.es {
        padding: 0.2em 0 0 0.5em;
    }
}

/**
@media (min-width:576px) {
  .languagebar div .slider {
    width: 100px;
  }
  .languagebar.mobile-language {
    right: 3rem;
  }  
}**/
.navbar {
    background: #ffffff;
    height: 67px;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

.navbar:after {
    content: '';
    position: absolute;
    bottom: -6px;
    height: 6px;
    width: 100%;
    left: 0;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c8c8c8 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c8c8', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
}

@media (max-width: 767px) {
    .navbar:after {
        background: transparent;
    }
}

@media (max-width: 767px) {
    .navbar {
        top: auto;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -moz-justify-content: normal;
        -ms-justify-content: normal;
        -webkit-box-pack: normal;
        justify-content: normal;
        -ms-flex-pack: normal;
        -moz-align-items: normal;
        -ms-align-items: normal;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        text-align: start;
        -webkit-box-orient: vertical;
    }
}

.navbar .navbar-toggler-icon {
    width: 1.4em;
}

.navbar .navbar-separator {
    border-right: 2px solid #979797;
    padding: 0px;
}

@media (min-width: 1200px) {
    .navbar .navbar-separator {
        margin: 0 30px 0 25px;
    }
}

.navbar-nav {
    background: #ffffff;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar-brand {
    margin: 5px 0 5px 24px;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

@media (min-width: 1200px) {
    .navbar-brand {
        margin: 0 0 0 24px;
    }
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

#horizontal-navigation {
    min-height: 25px;
    line-height: 25px;
    max-width: 1500px;
    width: 100%;
    position: fixed;
    top: 67px;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 767px) {
    #horizontal-navigation {
        position: relative;
        top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #horizontal-navigation {
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
        overflow: -moz-scrollbars-none;
    }
}

#horizontal-navigation a {
    font-weight: 300;
    color: #ffffff;
}

#horizontal-navigation:after {
    content: '\F105';
    font-family: "Font Awesome 5 Pro";
    padding: 5px 15px;
    color: #ffffff;
    text-align: right;
    font-size: 1.125em;
    position: fixed;
    top: 67px;
    right: 0;
    bottom: 0;
    width: 105px;
    height: 40px;
}

@media (max-width: 767px) {
    #horizontal-navigation:after {
        position: absolute;
        top: 0px;
        padding: 8px;
        float: right;
    }
}

#horizontal-navigation::-webkit-scrollbar {
    display: none;
}

#horizontal-navigation .scroll-sub-nav {
    /*    &:after {
          content: '\f105';
          font-family:$icon-font;
          padding:5px 15px;
          color: $white;
          text-align:right;
          font-size: 1.125em;
          position:fixed;
          top:93px;
          right:0;
          bottom:0;
          width:105px;
          height:80px;
          background: -moz-linear-gradient(left, rgba(118,183,62,0) 0%, rgba(118,183,62,1) 100%);  FF3.6-15 
          background: -webkit-linear-gradient(left, rgba(118,183,62,0) 0%,rgba(118,183,62,1) 100%);  Chrome10-25,Safari5.1-6 
          background: linear-gradient(to right, rgba(118,183,62,0) 0%,rgba(118,183,62,1) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076b73e', endColorstr='#76b73e',GradientType=1 );  IE6-9 
          @include mobile{
            position: absolute; 
            top: 0px;
            padding: 8px;
            float:right;
  }
        }*/
}

@media (max-width: 767px) {
    #horizontal-navigation .scroll-sub-nav {
        max-width: 1500px;
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        /* Make an auto-hiding scroller for the 3 people using a IE */
        -ms-overflow-style: -ms-autohiding-scrollbar;
        /* For WebKit implementations, provide inertia scrolling */
        -webkit-overflow-scrolling: touch;
        /* We don't want internal inline elements to wrap */
        overflow: -moz-scrollbars-none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #horizontal-navigation .scroll-sub-nav {
        overflow-y: hidden;
        overflow-x: scroll;
        /* Make an auto-hiding scroller for the 3 people using a IE */
        -ms-overflow-style: -ms-autohiding-scrollbar;
        /* For WebKit implementations, provide inertia scrolling */
        -webkit-overflow-scrolling: touch;
        /* We don't want internal inline elements to wrap */
        overflow: -moz-scrollbars-none;
    }
}

#horizontal-navigation .scroll-sub-nav a {
    color: #4a4a4a;
}

.scroll-wrapper {
    width: 100%;
    position: relative;
    text-align: start;
}

@media (max-width: 767px) {
    .scroll-wrapper {
        position: initial;
        overflow-x: auto;
        overflow-y: auto;
        /* Make an auto-hiding scroller for the 3 people using a IE */
        -ms-overflow-style: none;
        /* For WebKit implementations, provide inertia scrolling */
        -webkit-overflow-scrolling: touch;
        /* We don't want internal inline elements to wrap */
        overflow: -moz-scrollbars-none;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .scroll-wrapper .scroll {
        min-width: 1024px;
        position: initial;
    }
}

.scroll-wrapper .scroll .block {
    width: 216px;
    float: left;
    display: inline;
    margin: 0 15px;
}

.scroll-wrapper .scroll .nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.scroll-wrapper::-webkit-scrollbar {
    display: none;
}

@media (max-width: 767px) {
    .scroll-wrapper .scroll-sub-nav {
        min-width: auto;
        overflow-y: scroll;
        overflow-x: scroll;
        /* Make an auto-hiding scroller for the 3 people using a IE */
        -ms-overflow-style: -ms-autohiding-scrollbar;
        /* For WebKit implementations, provide inertia scrolling */
        -webkit-overflow-scrolling: touch;
        /* We don't want internal inline elements to wrap */
        overflow: -moz-scrollbars-none;
    }
}

#mobile-nav-button {
    top: 10px;
    padding: 0.1rem 0.74rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: absolute;
}

#mobile-nav-button:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 40px;
    height: 40px;
    background: #362c66;
    border-radius: 50%;
}

#mobile-nav-button i {
    font-size: 2.1em;
    z-index: 3;
    color: #ffffff;
    position: relative;
}

.main-nav {
    padding: 25px 0 0;
    text-align: center;
}

@media (min-width: 1200px) {
    .main-nav {
        padding: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.main-nav .nav-link {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 30px;
    font-size: 0.938em;
    letter-spacing: .03em;
    line-height: 20px;
    letter-spacing: normal;
    line-height: 25px;
    font-weight: 700;
    padding: .5em 1em;
    text-align: left;
    -webkit-text-decoration-color: #362c66;
    text-decoration-color: #362c66;
    white-space: nowrap;
    cursor: pointer;
}

@media (min-width: 576px) and (max-width: 1200px) {
    .main-nav .nav-link {
        font-size: 0.875em;
        font-weight: 400;
        letter-spacing: 0.42px;
        line-height: 20px;
        padding: 0.6em 0.8em;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .main-nav .nav-link {
        font-size: 0.875em;
        padding: 0.6em 0.8em;
        font-weight: 400;
        line-height: 20px;
        white-space: normal;
        text-align: center;
    }
}

.main-nav .nav-link:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: transparent;
    transition: width 0.5s ease, background-color 0.5s ease;
}

.main-nav .nav-link:not(.dropdown-toggle):hover {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 30px;
    font-size: 0.938em;
    letter-spacing: .03em;
    line-height: 20px;
    letter-spacing: normal;
}

@media (min-width: 576px) and (max-width: 1200px) {
    .main-nav .nav-link:not(.dropdown-toggle):hover {
        font-size: 0.875em;
    }
}

@media (min-width: 1200px) {
    .main-nav .nav-link:not(.dropdown-toggle):hover {
        font-size: 0.875em;
    }
}

.main-nav .nav-link:not(.dropdown-toggle):hover:after {
    width: 100%;
    background: #368bfe;
}

.main-nav .nav-link.dropdown-toggle:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 9px;
    left: 0;
    height: 2px;
    width: 0;
    background: transparent;
    transition: width 0.5s ease, background-color 0.5s ease;
}

.main-nav .nav-link.dropdown-toggle:hover {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 30px;
    font-size: 0.938em;
    letter-spacing: .03em;
    line-height: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .main-nav .nav-link.dropdown-toggle:hover {
        font-size: 0.813em;
    }
}

@media (max-width: 1483px) {
    .main-nav .nav-link.dropdown-toggle:hover {
        font-size: 0.875em;
    }
}

.main-nav .nav-link.dropdown-toggle:hover:before {
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    background: #368bfe;
}

.main-nav .nav-link.green {
    color: #518227;
}

.main-nav .nav-link img {
    vertical-align: middle;
}

.main-nav .navbar-toggler-icon {
    background: #362c66;
}

.main-nav .nav-item.dropdown.show:after {
    content: ' ';
    position: absolute;
    text-align: center;
    right: 0;
    bottom: -17px;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-top: 1px solid #4a4a4a;
    border-right: 1px solid #4a4a4a;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    /* Opera 10.5 */
    transform: rotate(-45deg);
    /* Newer browsers (incl IE9) */
    z-index: 2000;
}

.main-nav .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.main-nav .dropdown-toggle:focus {
    outline-width: 2px;
    outline-color: Highlight;
    outline-style: auto;
}

.activeNav {
    background: #f0f0f0;
    border-radius: 5px;
}

.navbar-collapse.collapse.show {
    background: #ffffff;
}

@media (max-width: 767px) {
    .navbar-collapse.collapse.show .main-nav {
        padding: 25px 0 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .navbar-collapse.collapse.show .main-nav {
        padding: 25px 28px 5px 28px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse.collapse.show .main-nav li {
        float: left;
        display: block;
    }
}

.navbar-collapse.collapse.show .main-nav .nav-item.dropdown.show .dropdown-menu {
    top: 140px;
}

.navbar-collapse.collapse.show .main-nav .nav-item.dropdown.show:after {
    bottom: -5px;
}

#navbarCollapse {
    padding: 25px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    z-index: 4000;
    /*@include mobile {
    position:absolute;
    top:0;
    right:0;
    left:0;
    min-height:100%;
    background: $purple;
    color: $white;
    z-index:4000;
  }
  */
}

#navbarCollapse .search-section {
    position: relative;
    display: block;
}

#navbarCollapse .search-section .searchbox {
    width: 80%;
    padding: 0.313em 0.313em 0.313em 2.188em;
    height: 34px;
    border: 1px solid #362C66;
    background-color: #FFFFFF;
}

#navbarCollapse .search-section .input-group-text {
    border: none;
}

#navbarCollapse .search-section .far.fa-search {
    position: absolute;
    top: 0em;
    right: 0.4em;
    width: 40px;
    height: 40px;
    font-size: 2em;
    z-index: 3;
}

#navbarCollapse .search-section .far.fa-search:before {
    position: absolute;
    right: 0.2em;
    top: 0.1em;
}

#navbarCollapse .close-section {
    margin-top: -0.4em;
    margin-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#navbarCollapse #close-mobile-menu {
    color: #ffffff;
    position: relative;
}

#navbarCollapse #close-mobile-menu .navbar-toggler-icon {
    position: relative;
}

#navbarCollapse #close-mobile-menu .navbar-toggler-icon:after {
    content: '';
    position: absolute;
    left: 0;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    /*background: $green;*/
    top: 2px;
}

#navbarCollapse #close-mobile-menu i {
    color: #ffffff;
    z-index: 2;
    position: relative;
    font-size: 1.250em;
    top: 6px;
    text-indent: 4px;
}

#navbarCollapse .menu {
    list-style: none;
}

#navbarCollapse .menu li {
    padding: 0;
}

#navbarCollapse .menu li a {
    color: #ffffff;
}

#navbarCollapse .menu li ul {
    list-style: none;
    padding: 0;
}

#navbarCollapse .menu li ul li {
    line-height: 1.5em;
}

#navbarCollapse .menu li ul li a {
    color: #ffffff;
}

#navbarCollapse .toggle-menu {
    position: relative;
}

#navbarCollapse .toggle-menu:before {
    position: absolute;
    left: -15px;
    top: 5px;
    content: '\F32C';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #362c66;
    font-size: 1.2em;
    text-indent: 8px;
    z-index: 1;
}

#navbarCollapse .toggle-menu:after {
    content: ' ';
    position: absolute;
    left: -12px;
    top: 8px;
    /*background:$green;*/
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

#navbarCollapse .toggle-menu.collapsed {
    position: relative;
}

#navbarCollapse .toggle-menu.collapsed:before {
    position: absolute;
    left: -15px;
    content: '\F329';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #362c66;
    font-size: 1.2em;
    text-indent: 8px;
    z-index: 1;
}

#navbarCollapse .dropdown-item {
    white-space: initial;
}

#navbarCollapse .dropdown-item:focus,
#navbarCollapse .dropdown-item:hover,
#navbarCollapse .dropdown-item:active,
#navbarCollapse .dropdown-item:visited {
    background-color: inherit !important;
    white-space: initial;
}

#navbarCollapse a:hover,
#navbarCollapse a:focus {
    /*background-color:$green;*/
}

#navbarCollapse .subnav-back {
    display: inline-block;
}

.insurance {
    border-top: 1px solid #4a4a4a;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
    float: none;
    left: 0;
    margin: 0 auto;
    max-width: 1500px;
    position: fixed !important;
    right: 0;
    text-align: center;
    top: 67px;
    width: 100%;
    z-index: 2000;
}

@media (min-width: 1200px) {
    .insurance {
        top: 64px;
    }
}

.insurance:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 6px;
    width: 100%;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c8c8c8 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c8c8', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
}

.insurance .dropdown-item {
    display: inline-block;
    width: auto;
    font-size: 0.750em;
    text-align: center;
    color: #362c66;
    padding: 10px 10px 0 6px;
    position: relative;
}

.insurance .dropdown-item img {
    clear: both;
    display: block;
    text-align: center;
    margin: 0 auto;
    height: 30px;
    color: #54812C;
}

.insurance .dropdown-item:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: transparent;
    transition: width 0.5s ease, background-color 0.5s ease;
}

.insurance .dropdown-item:hover {
    font-weight: 400;
    background: none;
}

footer {
    background: #edf0f4;
    padding: 20px 30px 300px;
    overflow: hidden;
}

footer .nav {
    list-style: none;
    display: block;
}

footer .nav-item {
    display: block;
}

footer .nav-link {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 30px;
    background-color: transparent;
    border-bottom: none;
    color: #4a4a4a;
    padding: 0;
}

footer .logo {
    margin: 80px 0 25px;
}

@media (max-width: 767px) {
    footer .logo {
        margin-top: 45px;
    }
}

footer .logo .navbar-brand {
    padding: 0;
    margin-left: 160px;
}

@media (max-width: 767px) {
    footer .logo .navbar-brand {
        margin-left: 90px;
    }
}

footer p {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 30px;
    background-color: transparent;
    text-align: center;
    color: #4a4a4a;
}

footer .social {
    margin: 0 0 25px 0;
}

footer .social include tablet {
    margin: 25px 0;
}

footer .social a {
    padding: 0 15px;
}

footer .icons {
    width: 100%;
}

.green-btn {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 30px;
    background: #54812C;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    letter-spacing: .03em;
    padding: 10px 35px;
    margin: 10px 0;
    white-space: nowrap;
}

.green-btn.btnHref {
    padding: 10px 20px;
    margin-top: 0px;
}

.green-btn-lg {
    font-family: "Roboto", sans-serif;
    font-size: 1.250em;
    font-weight: 400;
    background: #54812C;
    border: none;
    border-radius: 8px;
    color: #ffffff;
    letter-spacing: .02em;
    padding: 10px;
    text-align: center;
    height: 140px;
    width: 157px;
    vertical-align: top;
    cursor: pointer;
}

.green-btn-xlg {
    font-family: "Roboto", sans-serif;
    font-size: 1.500em;
    font-weight: 300;
    line-height: 35px;
    font-size: 1.250em;
    color: #ffffff;
    background: #54812C;
    border: none;
    border-radius: 5px;
    font-weight: 400;
    letter-spacing: .02em;
    height: 192px;
    margin: 15px 0;
    width: 192px;
}

.purple-btn {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 30px;
    border-radius: 5px;
    border: none;
    /*color: $white;*/
    line-height: 44px;
    /*width: 210px;*/
    height: 44px;
    text-align: center;
    transition: all 0.5s ease;
}

.purple-btn-lg {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 30px;
    border-radius: 5px;
    border: none;
    /*color: $white;*/
    line-height: 44px;
    /*width: 210px;*/
    height: 44px;
    text-align: center;
    transition: all 0.5s ease;
    width: 100%;
    padding: 5px;
    border-radius: 50px;
    line-height: normal;
}

.white-btn {
    background: #ffffff;
    color: #b83409;
    display: block;
    font-weight: 700;
    text-align: center;
    padding: 4px 0;
}

.clear-btn {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 30px;
    background-color: #ffffff;
    border: 1px solid #352c68;
    border-radius: 5px;
    line-height: 41px;
    padding: 0 20px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown.purple .dropdown-toggle {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 30px;
    border-radius: 5px;
    border: none;
    /*color: $white;*/
    line-height: 44px;
    /*width: 210px;*/
    height: 44px;
    text-align: center;
    transition: all 0.5s ease;
    border-radius: 0;
}

.dropdown.purple .dropdown-toggle i {
    font-size: 1.250em;
    vertical-align: middle;
}

.dropdown.purple .dropdown-toggle::after {
    display: none;
}

.dropdown.purple .dropdown-toggle:hover {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 30px;
    border-radius: 5px;
    border: none;
    /*color: $white;*/
    line-height: 44px;
    /*width: 210px;*/
    height: 44px;
    text-align: center;
    transition: all 0.5s ease;
    color: #ffffff;
    border-radius: 0;
}

.dropdown.purple .dropdown-menu {
    border-radius: 0;
    border: 1px solid #362c66;
    padding: 0;
    margin: 0;
}

.dropdown.purple .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #362c66;
    color: #362c66;
    cursor: pointer;
}

.dropdown.purple .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
}

.dropdown.purple .dropdown-menu .dropdown-item:hover {
    background: #036300;
    color: #ffffff;
    font-weight: 400;
}

.tabs {
    position: relative;
}

@media (max-width: 767px) {
    .tab-nav-wrapper.custom-nav-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        /* Make an auto-hiding scroller for the 3 people using a IE */
        -ms-overflow-style: -ms-autohiding-scrollbar;
        /* For WebKit implementations, provide inertia scrolling */
        -webkit-overflow-scrolling: touch;
        /* We don't want internal inline elements to wrap */
        overflow: -moz-scrollbars-none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .tab-nav-wrapper.custom-nav-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        /* Make an auto-hiding scroller for the 3 people using a IE */
        -ms-overflow-style: -ms-autohiding-scrollbar;
        /* For WebKit implementations, provide inertia scrolling */
        -webkit-overflow-scrolling: touch;
        /* We don't want internal inline elements to wrap */
        overflow: -moz-scrollbars-none;
    }
}

@media (max-width: 1024px) {
    .tab-nav-wrapper.custom-nav-wrapper:after {
        content: '\F105';
        font-family: "Font Awesome 5 Pro";
        text-align: right;
        color: #ffffff;
        font-size: 1.125em;
        position: absolute;
        width: 105px;
        height: 80px;
        padding: 35px 7px 0 0;
        top: 0;
        right: 0;
    }

    .tab-nav-wrapper.custom-nav-wrapper::-webkit-scrollbar {
        display: none;
    }
}

.tab-nav-wrapper.custom-nav-wrapper .nav-tabs {
    border-bottom: 0;
    padding-top: 25px;
    max-width: 1170px;
    margin: 0 auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .tab-nav-wrapper.custom-nav-wrapper .nav-tabs {
        min-width: 1200px;
    }
}

@media (min-width: 576px) and (max-width: 1200px) {
    .tab-nav-wrapper.custom-nav-wrapper .nav-tabs {
        max-width: 1200px;
        border-bottom: 1px solid #f0f0f0;
    }
}

.tab-nav-wrapper.custom-nav-wrapper .nav-tabs .nav-item {
    margin-bottom: 0;
}

.tab-nav-wrapper.custom-nav-wrapper .nav-tabs .nav-link {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
    margin-right: 20px;
    padding: 15px 20px 10px;
}

.tab-nav-wrapper.custom-nav-wrapper .nav-tabs .nav-link.active {
    color: #362c66;
}

@media (max-width: 767px) {
    .tab-nav-wrapper.custom-nav-wrapper .nav-tabs .nav-link {
        padding: 15px 15px 10px;
        margin-right: 12px;
    }
}

@media (min-width: 576px) and (max-width: 1200px) {
    .tab-nav-wrapper.custom-nav-wrapper .nav-tabs .nav-link {
        padding: 15px 15px 10px;
        margin-right: 12px;
    }
}

.tab-nav-wrapper.custom-nav-wrapper .nav-tabs .nav-link:first-of-type {
    margin-left: 12px;
}

.tabs-right>.nav-tabs,
.tabs-left>.nav-tabs {
    display: block;
    border-bottom: 0;
}

.tabs-right>.nav-tabs>li,
.tabs-left>.nav-tabs>li {
    float: none;
}

.tabs-right>.nav-tabs>li>a,
.tabs-left>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left>.nav-tabs {
    float: left;
}

.tabs-left>.nav-tabs>li a {
    border: none;
    color: #4a4a4a;
}

.tabs-left>.nav-tabs>li a:hover,
.tabs-left>.nav-tabs>li a:focus {
    border: none;
}

.tabs-left>.nav-tabs .active {
    border: none;
    border-radius: 0;
    color: #b83409;
}

.vert-tab-content>.tab-pane {
    display: none;
}

.vert-tab-content>.active {
    display: block;
}

.vert-pill-content>.pill-pane {
    display: none;
}

.vert-pill-content>.active {
    display: block;
}

.responsive-tabs-container .tab-pane {
    margin-bottom: 15px;
}

.responsive-tabs-container .accordion-link {
    display: none;
    margin-bottom: 10px;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #333;
}

@media (max-width: 767px) {
    .responsive-tabs-container.accordion-xs .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-xs .accordion-link {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .responsive-tabs-container.accordion-sm .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-sm .accordion-link {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .responsive-tabs-container.accordion-md .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-md .accordion-link {
        display: block;
    }
}

@media (min-width: 1200px) {
    .responsive-tabs-container.accordion-lg .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-lg .accordion-link {
        display: block;
    }
}

.module {
    background: #ffffff;
    max-width: 535px;
    min-height: 400px;
    margin: 40px auto 15px;
    padding: 10px 10px 1em;
    position: relative;
}

@media (max-width: 767px) {
    .module {
        margin: 0 auto;
        width: 100%;
    }
}

.module.large {
    max-width: 1100px;
}

.module h2.header {
    font-size: 1em;
    text-align: center;
    padding: 15px 0;
    position: relative;
    z-index: 12;
    line-height: 2em;
}

@media (max-width: 767px) {
    .module h2.header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: normal;
        min-height: 70px;
        margin-bottom: 0;
    }
}

.module .step-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.module .step-info .care {
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .module .step-info .care {
        border: none;
    }
}

@media (max-width: 767px) {
    .module .step-info {
        margin-top: 18px;
        margin-bottom: 18px;
    }
}

@media (max-width: 767px) {
    .module .step-white-full-height {
        margin: 0;
        background: #ffffff;
        height: 70vh;
    }
}

@media (max-width: 767px) {

    .module .step-white-full-height button,
    .module .step-white-full-height .button {
        position: fixed;
        bottom: auto;
        left: 0;
        right: 0;
    }
}

@media (max-width: 767px) {
    .module .step-white {
        margin: 0 auto;
        background: #ffffff;
    }
}

@media (max-width: 767px) {
    .module .step-white.button-group {
        margin: 0 40px;
    }
}

.module div.art {
    padding: 25px 0;
}

@media (max-width: 767px) {
    .module div.art {
        padding-bottom: 100px;
    }
}

.module input[type='text'] {
    border-radius: 0;
}

.module .small-text {
    color: #362c66;
    font-size: 0.875em;
    text-align: center;
    padding-top: 5px;
}

.module .small-text .fa-map-marker-alt {
    font-size: 1.5em;
    vertical-align: middle;
}

.module button,
.module .button {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 30px;
    border-radius: 5px;
    border: none;
    /*color: $white;*/
    line-height: 44px;
    /*width: 210px;*/
    height: 44px;
    text-align: center;
    transition: all 0.5s ease;
    position: relative;
    margin: 0 auto;
    display: block;
}

.module button .slide-in,
.module .button .slide-in {
    width: 2px;
    height: 15px;
    position: absolute;
    opacity: 0;
    top: 13px;
    right: -74px;
    color: #ffffff;
    transition: all 0.2s ease-out 0s;
}

.module button.arrow .slide-in,
.module .button.arrow .slide-in {
    opacity: 1;
    right: 74px;
    margin-left: 5px;
}

.module button.selected,
.module .button.selected {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 30px;
    border-radius: 5px;
    border: none;
    /*color: $white;*/
    line-height: 44px;
    /*width: 210px;*/
    height: 44px;
    text-align: center;
    transition: all 0.5s ease;
    color: #ffffff;
}

.module button.selected .slide-in,
.module .button.selected .slide-in {
    opacity: 0;
    right: 0;
    margin-left: 5px;
}

.module button:hover .slide-in,
.module button:focus .slide-in,
.module .button:hover .slide-in,
.module .button:focus .slide-in {
    opacity: 1;
    right: 14px;
    margin-left: 5px;
}

.module button:hover .small.slide-in,
.module button:focus .small.slide-in,
.module .button:hover .small.slide-in,
.module .button:focus .small.slide-in {
    opacity: 1;
    right: 14px;
    margin-left: 5px;
}

.module button:active,
.module .button:active {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 30px;
    border-radius: 5px;
    border: none;
    /*color: $white;*/
    line-height: 44px;
    /*width: 210px;*/
    height: 44px;
    text-align: center;
    transition: all 0.5s ease;
    border: 2px solid #084439;
    color: #084439;
}

.module button.clear-btn,
.module .button.clear-btn {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 30px;
    background-color: #ffffff;
    border: 1px solid #352c68;
    border-radius: 5px;
    line-height: 41px;
    padding: 0 20px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 576px) {

    .module button.inline-cost-div,
    .module .button.inline-cost-div {
        position: initial;
        padding: 0 !important;
        background-color: transparent;
        color: #ffffff;
    }
}

.module .carousel {
    display: none;
    /* .carousel-inner {
            .carousel-item {
                float: initial;
                margin-right: initial;
                perspective: 1000px;
            }
        }
        .carousel-item-next,
        .carousel-item-prev,
        .carousel-indicators {
            position: relative !important;
            text-align: center;
            margin-top: 20px;
            li {
                @include body2;
                background: $gray;
                border-radius: 3px;
                cursor: pointer;
                display: inline-block;
                font-size: 0.875em;
                height: 23px;
                line-height: 23px;
                text-indent: 0;
                text-align: center;
                width: 15px;
                &.active {
                    background: $purple;
                    font-weight: $bold;
                    color: $white;
                }
            }
        }
        .carousel-indicators {
            bottom: 10px;
        } */
}

.module .carousel .carousel-inner {
    padding-bottom: 55px;
}

.module .carousel .carousel-item-next,
.module .carousel .carousel-item-prev,
.module .carousel .carousel-indicators {
    /*position: relative !important;
            text-align: center;
            margin-top: 20px;*/
    top: 79%;
}

.module .carousel .carousel-item-next li,
.module .carousel .carousel-item-prev li,
.module .carousel .carousel-indicators li {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 30px;
    background: #f0f0f0;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 0.875em;
    height: 13px;
    line-height: 13px;
    text-indent: 0;
    text-align: center;
    width: 35px;
}

.module .carousel .carousel-item-next li.active,
.module .carousel .carousel-item-prev li.active,
.module .carousel .carousel-indicators li.active {
    background: #362c66;
    font-weight: 700;
    color: #ffffff;
}

.module .carousel .carousel-item.active,
.module .carousel .carousel-item-next,
.module .carousel .carousel-item-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.module .carousel .button-control {
    padding: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    margin-top: 70px;
}

.module .carousel .button-control i {
    position: absolute;
    font-size: 2.500em;
    text-align: center;
    color: #ffffff;
}

.module .carousel .button-control span.sr-only {
    color: #fff;
}

.module .carousel .button-control.next {
    position: absolute;
    right: 35px;
    top: 0;
}

.module .carousel .button-control.next i {
    top: 5px;
    right: 16px;
}

.module .carousel .button-control.prev {
    position: absolute;
    left: 35px;
    top: 0;
}

.module .carousel .button-control.prev i {
    top: 5px;
    left: 16px;
}

.module .carousel .button-control.disabled {
    background: transparent;
}

.module .carousel .button-control.disabled .sr-only {
    color: #000000;
}

.module .carousel .button,
.module .carousel button {
    width: 100%;
    margin: 15px 0;
    font-size: 1.125em;
    text-align: left;
    padding-left: 15px;
}

.module .carousel .button:hover .slide-in,
.module .carousel .button:focus .slide-in,
.module .carousel button:hover .slide-in,
.module .carousel button:focus .slide-in {
    opacity: 1;
    right: 14px !important;
    margin-left: 5px;
}

.module.step-procedure-code .custom-control-input:checked~.custom-control-description {
    color: #03884D;
}

.module.step-procedure-code .custom-control-input:checked~.custom-control-description:after {
    font-family: "Font Awesome 5 Pro";
    content: '\F00C';
    speak: none;
    margin-left: 5px;
}

.module.step-procedure-code .custom-control-input:checked~.custom-control-description .tip {
    color: #03884D;
    border-color: #03884D;
}

#ex1Slider .slider-selection {
    background: #BABABA;
}

.custom-radio {
    clear: both;
    display: block;
    position: relative;
}

.custom-control-input .indicator {
    /*    &:before {
          content: '\f111';
          font-family: $icon-font;
          speak: none;
        }*/
}

.custom-control-input:checked~.custom-control-description {
    color: #03884D;
}

.custom-control-input:checked~.custom-control-description:after {
    font-family: "Font Awesome 5 Pro";
    content: '\F00C';
    speak: none;
    margin-left: 5px;
}

.custom-control-input:checked~.custom-control-description .tip {
    color: #03884D;
    border-color: #03884D;
}

.custom-control-input:checked~.indicator {
    /*      &:before {
              content: '\f192';
              font-family: $icon-font;
              speak: none;
              color: $light-green;
            }*/
}

.purple .custom-control-input:checked~.custom-control-description {
    color: #362c66;
}

.purple .custom-control-input:checked~.custom-control-description:after {
    content: "";
}

.purple .custom-control-input:checked~.indicator {
    /*        &:before {
                  content: '\f192';
                  font-family: $icon-font;
                  speak: none;
                  color: $purple;
                }*/
}

.tip {
    color: #1670a0;
    font-weight: 700;
    background: linear-gradient(#fff, #d9f1fb);
}

.tip:hover,
.tip:focus {
    background: #c0edf9;
    transition: background-color 2s ease;
}

@media (max-width: 767px) {

    .tip:hover,
    .tip:focus {
        background: transparent;
    }
}

.tip.purple-help {
    color: #362c66;
    margin: 0 0 0 5px;
    padding: 5px;
    border-bottom: 0 none;
    background: none;
    font-size: 1em;
    display: block !important;
    z-index: 10;
}

.tip.purple-help a {
    color: #362c66;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .tip.purple-help {
        right: 7vw;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .tip.purple-help {
        right: 13%;
        padding: 0;
    }
}

.tip.white-help {
    color: #ffffff;
    font-size: 0.938em;
    vertical-align: center;
    margin: 0 0 0 5px;
    padding: 5px;
    border-bottom: 0 none;
}

@media (max-width: 767px) {
    .tip {
        color: inherit;
        /* background: transparent; */
    }
}

.navToolTip {
    border: 1px solid #595959;
    font-size: 1rem;
    line-height: 1.4rem;
    border-radius: 8px;
    padding: 0.5rem;
    background-color: #fff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}

.tooltip.nav-medical {
    top: -1px !important;
}

.tooltip.nav-medical .tooltip-inner {
    background-color: #fff;
    border: 1px solid #90ad8a;
    color: #488a3a;
}

.tooltip.nav-medical .arrow::before {
    border-bottom-color: #488a3a;
}

.tooltip.nav-medical .arrow::after {
    border-bottom-color: #fff;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    border-color: transparent;
    border-style: solid;
}

.tooltip.nav-dental {
    top: -1px !important;
}

.tooltip.nav-dental .tooltip-inner {
    background-color: #fff;
    border: 1px solid #ca7617;
    color: #ca7617;
}

.tooltip.nav-dental .arrow::before {
    border-bottom-color: #ca7617 !important;
}

.tooltip.nav-dental .arrow::after {
    border-bottom-color: #fff;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    border-color: transparent;
    border-style: solid;
}

.ballonTip,
.ballonTipWide {
    border: solid 4px #fff;
    font-size: 1em;
    line-height: 18px;
    background-color: #d9f1fb;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    max-width: 220px;
    opacity: 1;
    z-index: 32767;
}

@media (max-width: 767px) {

    .ballonTip,
    .ballonTipWide {
        max-width: 90vw;
    }
}

.ballonTip h1,
.ballonTip h2,
.ballonTip h3,
.ballonTip h4,
.ballonTipWide h1,
.ballonTipWide h2,
.ballonTipWide h3,
.ballonTipWide h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 1em;
    color: #ffffff;
    width: 100%;
    background-color: #369ed8;
    border-bottom: 4px solid #ffffff;
    padding: 10px;
}

.ballonTip p,
.ballonTip li,
.ballonTipWide p,
.ballonTipWide li {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #646464;
    padding: 10px;
}

.ballonTip.error,
.ballonTipWide.error {
    background-color: #fcdede;
}

.ballonTip.error p,
.ballonTipWide.error p {
    color: #d81118;
}

.ballonTipWide {
    max-width: 40%;
}

.ballonTipWide p,
.ballonTipWide ul li {
    font-weight: normal;
}

.ballonTipWide ul {
    width: 80%;
    text-align: left;
}

@media (max-width: 767px) {
    .ballonTipWide {
        max-width: 90vw;
    }
}

.error-message {
    color: #d81118;
}

#tooltip {
    text-align: center;
    color: #fff;
    background: #d9f1fb;
    position: absolute;
    z-index: 100;
    padding: 15px;
}

#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d9f1fb;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after {
    left: 10px;
    margin: 0;
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

.modal-open {
    padding: 0 !important;
}

.no-backdrop .modal-backdrop {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .no-backdrop .modal-backdrop {
        position: absolute;
    }
}

.modal-backdrop {
    background-color: #ffffff;
    z-index: 1200;
}

@media (max-width: 767px) {
    .modal-backdrop {
        position: absolute;
    }
}

.custom-backdrop2 {
    display: block;
    background-color: #ffffff !important;
    transition: opacity 0.5s ease-in-out;
    opacity: .2;
    width: 100%;
    height: 100%;
}

.custom-backdrop {
    background-color: #ffffff;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    transition: opacity 0.5s ease-in-out;
}

.custom-backdrop.on {
    display: block;
    opacity: .92;
}

@media (max-width: 767px) {
    .custom-backdrop.on {
        opacity: 1;
        height: 100vh;
    }
}

.modal {
    z-index: 1300;
}

@media (max-width: 767px) {
    .modal {
        width: 100vw;
        margin: 0 auto;
    }
}

.modal .modal-dialog {
    top: 20%;
}

.modal .modal-content {
    background: #f0f0f0;
    border: 1px solid #999;
}

.modal .modal-content strong {
    font-weight: 700;
}

.modal .modal-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal .modal-footer form {
    white-space: nowrap;
}

.modal .modal-footer .button {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 30px;
    border-radius: 5px;
    border: none;
    /*color: $white;*/
    line-height: 44px;
    /*width: 210px;*/
    height: 44px;
    text-align: center;
    transition: all 0.5s ease;
    display: inline-block;
}

.modal .modal-footer .button.agree {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 30px;
    border-radius: 5px;
    border: none;
    /*color: $white;*/
    line-height: 44px;
    /*width: 210px;*/
    height: 44px;
    text-align: center;
    transition: all 0.5s ease;
    color: #ffffff;
    width: 210px;
}

.modal .modal-footer .cancel {
    color: #362c66;
    font-weight: 400;
    margin: 20px;
}

@media (max-width: 767px) {
    .modal .modal-footer .cancel {
        margin: 0 auto;
        text-align: center;
        display: block;
        padding: 10px 0 0;
    }
}

.modal .business {
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .modal .business p {
        line-height: 22px;
        padding: 0 5px;
    }
}

@media (max-width: 767px) {
    .modal#consumerUse {
        top: 0%;
    }
}

.modal#consumerUse .modal-content {
    background-color: #ffffff;
}

.modal#consumerUse .modal-content .modal-header {
    margin: 8px;
    background-color: #E7E4F8;
}

.modal#consumerUse .modal-content .modal-body {
    padding-bottom: 0;
    margin-bottom: 15px;
    -webkit-overflow-scrolling: touch;
    height: 30vh;
}

@media (max-width: 767px) {
    .modal#consumerUse .modal-content .modal-body {
        height: 35vh;
    }
}

.modal#consumerUse .modal-content .modal-body p {
    margin: 5px 0;
    text-align: center;
}

@media (max-width: 767px) {
    .modal#consumerUse .modal-content .modal-body p {
        line-height: 22px;
        margin: 5px 0 25px;
    }
}

.modal#consumerUse .modal-content .modal-footer {
    padding-top: 0;
    border-top: 0px solid transparent;
}

.modal#surveyModal p {
    text-align: center;
    width: 90%;
}

.modal#surveyModal .close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.875em;
    opacity: 1;
    z-index: 1301;
    background-color: inherit;
}

.modal#surveyModal .close:hover {
    color: #f0f0f0;
}

.modal#searchbar.fade:not(.in) .modal-dialog {
    min-width: 60%;
    top: 0%;
    margin-top: 10px;
    -webkit-transform: translate3d(0, 1%, 0);
    transform: translate3d(0, 1%, 0);
    transition: all 0.5s ease;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .modal#searchbar.fade:not(.in) .modal-dialog {
        max-width: 88%;
    }
}

.modal#searchbar.fade:not(.in) .modal-dialog #searchterm {
    width: 85%;
    margin-right: 10px;
    padding: 8px;
    height: 38px;
    color: #4a4a4a;
    border: 1px solid #4195fc;
    /* some kind of blue border */
    /* other CSS styles */
    /* round the corners */
    border-radius: 4px;
    /* make it glow! */
    box-shadow: 0px 0px 4px #4195fc;
    /* some variation of blue for the shadow */
}

@media (min-width: 768px) and (max-width: 1023px) {
    .modal#searchbar.fade:not(.in) .modal-dialog #searchterm {
        max-width: 75%;
    }
}

#contactUs .modal-dialog {
    top: 10%;
}

#contactUs .modal-content {
    background: #362c66;
    color: #ffffff;
}

#contactUs .modal-content .modal-header {
    border: none;
}

#contactUs .modal-content .modal-header .close {
    position: absolute;
    top: -15px;
    right: 15px;
    color: #ffffff;
    width: unset;
    font-size: 1.875em;
    opacity: 1;
    margin: 1rem auto;
}

#contactUs .modal-content h4 {
    margin: 25px auto 0;
}

#contactUs .modal-content .modal-body {
    padding: 0;
}

#contactUs .modal-content .white-box {
    text-align: center;
    width: 80%;
    margin: 0 auto 15px;
}

#contactUs .modal-content .white-box h2 {
    font-size: 1.875em;
    margin-bottom: 5px;
}

#contactUs .modal-content .white-box h5 {
    font-size: 1em;
    font-weight: 700;
    margin: 0;
}

#contactUs .modal-content .hours {
    text-align: center;
}

#contactUs .modal-content .hours p {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

#contactUs .modal-content .nav-link {
    color: #ffffff;
}

#contactUs .modal-content .nav-link.active {
    color: #362c66;
}

#contactUs .modal-content .nav-tabs {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
}

#contactUs .modal-content .tab-pane {
    background: #ffffff;
    color: #362c66;
    padding: 25px;
}

#contactUs .modal-content .form-group {
    position: relative;
}

#contactUs .modal-content .form-group label {
    color: #036300;
    font-size: 0.625em;
    font-weight: bold;
    position: absolute;
    top: -4px;
    left: 4px;
}

#contactUs .modal-content .form-group input,
#contactUs .modal-content .form-group textarea {
    min-height: 40px;
    padding: 10px 0 0 35px;
    border-radius: 0;
}

#contactUs .modal-content .form-group textarea {
    padding-top: 15px;
}

#contactUs .modal-content .button {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 30px;
    border-radius: 5px;
    border: none;
    /*color: $white;*/
    line-height: 44px;
    /*width: 210px;*/
    height: 44px;
    text-align: center;
    transition: all 0.5s ease;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}

#contactUs .modal-content .button:hover {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 30px;
    border-radius: 5px;
    border: none;
    /*color: $white;*/
    line-height: 44px;
    /*width: 210px;*/
    height: 44px;
    text-align: center;
    transition: all 0.5s ease;
    color: #ffffff;
}

@media (max-width: 767px) {
    #contactUs {
        max-width: 100%;
        margin: 0;
    }

    #contactUs .modal-dialog {
        top: 0%;
    }
}

.ytplaylist button {
    cursor: pointer;
}

.ytplaylist img {
    cursor: pointer;
}

#videoPlayer .modal-dialog,
#videoPlayerPlaylist .modal-dialog {
    max-width: 50%;
    overflow: none;
    top: 0;
}

@media (max-width: 767px) {

    #videoPlayer .modal-dialog,
    #videoPlayerPlaylist .modal-dialog {
        max-width: 94%;
        margin: 0 auto;
    }
}

#videoPlayer .modal-dialog iframe,
#videoPlayerPlaylist .modal-dialog iframe {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 460px;
}

@media (max-width: 767px) {

    #videoPlayer .modal-dialog iframe,
    #videoPlayerPlaylist .modal-dialog iframe {
        min-height: 320px;
    }
}

#videoPlayer .close,
#videoPlayerPlaylist .close {
    font-size: 2rem;
    color: #f41637;
    cursor: pointer;
    float: right;
    border: none;
    background: transparent;
    margin: 0;
    opacity: 1;
}

#videoPlayer #videoPlayerList,
#videoPlayerPlaylist #videoPlayerList {
    width: 92%;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 4%;
    padding-bottom: 20px;
}

#videoPlayer #videoPlayerList .video-list,
#videoPlayerPlaylist #videoPlayerList .video-list {
    width: 1000px;
    position: relative;
    top: 0;
    left: 0;
}

#videoPlayer #videoPlayerList .playListEntry,
#videoPlayerPlaylist #videoPlayerList .playListEntry {
    float: left;
    width: auto;
    min-height: 220px;
    margin-right: 10px;
    display: inline-block;
    font-size: 0.875em;
    line-height: 1em;
    padding: 8px;
    border: 1px solid #ddd;
}

#videoPlayer #videoPlayerList .playListEntry.activeYT,
#videoPlayerPlaylist #videoPlayerList .playListEntry.activeYT {
    background-color: #ddd;
}

#videoPlayer #videoPlayerList .playListEntry:hover,
#videoPlayerPlaylist #videoPlayerList .playListEntry:hover {
    background-color: #ddd;
    cursor: pointer;
}

#videoPlayer #videoPlayerList .playListEntryThumbnail,
#videoPlayerPlaylist #videoPlayerList .playListEntryThumbnail {
    max-width: 200px;
}

#videoPlayer #videoPlayerList .playListEntryThumbnail img,
#videoPlayerPlaylist #videoPlayerList .playListEntryThumbnail img {
    width: 100%;
}

#videoPlayer #videoPlayerList .playListEntryDescription,
#videoPlayerPlaylist #videoPlayerList .playListEntryDescription {
    max-width: 200px;
    padding: 8px;
}

#videoPlayer .arrows,
#videoPlayerPlaylist .arrows {
    position: relative;
    width: 100%;
}

#videoPlayer .arrow,
#videoPlayerPlaylist .arrow {
    color: #fff;
    position: absolute;
    background: #777;
    padding: 15px;
    top: -130px;
    z-index: 99;
    cursor: pointer;
}

#videoPlayer .arrow.disabled,
#videoPlayerPlaylist .arrow.disabled {
    cursor: default;
    background: #ddd;
}

#videoPlayer .arrow.disabled:hover,
#videoPlayerPlaylist .arrow.disabled:hover {
    background: #ddd;
}

#videoPlayer .arrow-left,
#videoPlayerPlaylist .arrow-left {
    left: -25px;
}

#videoPlayer .arrow-right,
#videoPlayerPlaylist .arrow-right {
    right: -25px;
}

#videoPlayer .arrow-left:hover,
#videoPlayerPlaylist .arrow-left:hover {
    background: #CC181E;
}

#videoPlayer .arrow-right:hover,
#videoPlayerPlaylist .arrow-right:hover {
    background: #CC181E;
}

#videoPlayer .fa-chevron-left:before,
#videoPlayerPlaylist .fa-chevron-left:before {
    content: "<";
    font-weight: bold;
    font-size: 1.5em;
}

#videoPlayer .fa-chevron-right:before,
#videoPlayerPlaylist .fa-chevron-right:before {
    content: ">";
    font-weight: bold;
    font-size: 1.5em;
}

.scrollbar {
    float: left;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 15px;
}

#style-1::-webkit-scrollbar {
    width: 26px;
    height: 26px;
}

#style-1::-webkit-scrollbar-button {
    width: 26px;
    height: 26px;
}

#style-1::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 0px none #ffffff;
    border-radius: 34px;
}

#style-1::-webkit-scrollbar-thumb:hover {
    background: #03884D;
}

#style-1::-webkit-scrollbar-thumb:active {
    background: #079e56;
    border: 1px solid #362c66;
}

#style-1::-webkit-scrollbar-track {
    background: #f0f0f0;
    border: 8px solid #ffffff;
    border-radius: 0px;
}

#learn a,
#learn a:active,
#learn a:focus {
    color: #b83409;
}

#learn .gray-box .desc {
    font-weight: normal;
}

.gray-box {
    background: #f0f0f0;
    padding: 25px;
    border-radius: 5px;
    margin: 15px 0;
}

.gray-box h5 {
    color: #b83409;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.500em;
    margin-bottom: 15px;
}

.gray-box .icon {
    text-align: right;
}

.gray-box .content {
    color: #362c66;
}

.gray-box .content .cat {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
    line-height: 20px;
    margin: 5px 0;
}

.gray-box .content .date {
    line-height: 20px;
    margin: 5px 0;
}

.gray-box .content .title {
    font-family: "Roboto", sans-serif;
    font-size: 1.500em;
    font-weight: 300;
    line-height: 35px;
    font-size: 2.125em;
    margin: 5px 0;
}

.gray-box .content .read {
    font-size: 1em;
    color: #b83409;
    font-weight: 700;
    padding-left: 30px;
    white-space: nowrap;
}

.gray-box.lg {
    margin: 15px 0;
}

.gray-box.lg h5 {
    margin-bottom: 90px;
}

.gray-box.inline {
    max-width: 45%;
}

.white-box:not(.artcnt) .title {
    cursor: pointer;
}

.white-box:not(.artcnt) .article {
    cursor: pointer;
}

.white-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 5px;
    margin: 15px 0;
}

.white-box h5 {
    color: #b83409;
    font-weight: bold;
    font-size: 1.500em;
    margin-bottom: 15px;
}

.white-box h5.small {
    font-size: 1em;
}

.white-box .icon {
    text-align: right;
}

.white-box .datebox {
    background: #362c66;
    color: #fff;
    font-size: 18px;
    line-height: 19px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    padding: 15px 0;
    max-width: 100%;
    margin: 0 auto 5px;
    max-height: 70px;
}

@media (max-width: 767px) {
    .white-box .datebox {
        max-width: none;
    }
}

.white-box .datebox span {
    font-weight: 700;
    clear: both;
    display: block;
}

.white-box .datebox.otherArticles {
    max-width: none;
}

.white-box .content {
    color: #4a4a4a;
}

.white-box .content .cat {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
    line-height: 20px;
}

.white-box .content .date {
    line-height: 20px;
    margin: 5px 0;
    font-weight: 100;
}

.white-box .content .date.light {
    font-weight: 400;
}

.white-box .content .date.head {
    margin-bottom: 45px;
    font-weight: 100;
}

.white-box .content .title {
    font-family: "Roboto", sans-serif;
    font-size: 1.500em;
    font-weight: 300;
    line-height: 35px;
    color: #4a4a4a;
    font-size: 1.875em;
    margin: 5px 0;
}

.white-box .content .read {
    font-size: 1em;
    color: #b83409;
    font-weight: 700;
    padding-left: 20px;
    white-space: nowrap;
}

.white-box .content .desc {
    margin: 5px 0;
    font-weight: 300;
    font-size: 1.250em;
}

.white-box .content .desc p {
    margin: 0;
}

.white-box.lg {
    margin: 15px 0 15px;
}

.white-box.lg h5 {
    margin-bottom: 25px;
}

.white-box.inline {
    max-width: 45%;
}

.white-box.header {
    padding: 15px 25px;
    margin: 25px 0 5px;
}

.white-box.header h1 {
    font-size: 1.875em;
    margin: 0;
    padding: 0;
    color: #362c66;
    text-transform: uppercase;
    font-weight: 700;
}

.white-box.popular {
    margin-top: 15px;
}

.white-box.popular .article {
    margin: 45px 0;
}

.white-box.popular h5 {
    font-size: 1.250em;
}

.white-box.popular h5.purple {
    color: #362c66;
    font-size: 1.250em;
    margin-bottom: 45px;
}

.white-box.popular p {
    line-height: 20px;
}

.white-box.popular a {
    font-weight: normal;
    color: #362c66;
}

.white-box.know a {
    font-weight: 300;
}

.white-box.know .head {
    color: #5c30a6;
    position: relative;
    text-align: right;
    padding: 54px 15px 0;
}

.white-box.know .head h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 300;
    padding-right: 15px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .white-box.know .head h3 {
        padding-right: 0;
        text-align: right;
    }
}

.white-box.know .head h2 {
    margin: -15px 0 0;
    font-size: 53px;
    font-weight: 300;
    position: relative;
    padding-right: 20px;
}

.white-box.know .head h2 i {
    position: absolute;
    top: 5px;
    right: -20px;
    font-size: 0.813em;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .white-box.know .head h2 i {
        font-size: 1.875em;
        top: 12px;
        right: -25px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .white-box.know .head h2 {
        font-size: 2.688em;
    }
}

.white-box.know .head .icon-know {
    position: absolute;
    top: 0;
    left: 0;
    width: 46%;
    height: 100%;
}

.white-box.know .desc {
    margin: 15px 15px 15px 0;
}

.white-box.know .desc p {
    color: #5c30a6;
    font-size: 1.250em;
}

.signUpFormDiv {
    background-color: #FFF;
    margin-top: 15px;
    padding-top: 15px;
}

.signUpFormDiv h6 {
    margin: 0 auto;
    width: 60%;
}

.signUpFormDiv #signUpForm {
    margin: 10px;
}

.signUpFormDiv #signUpForm .form-group:after {
    content: "*";
    color: #f00;
    margin-left: -6%;
}

.signUpFormDiv #signUpForm input {
    width: 96%;
}

.signUpFormDiv #signUpForm #signUpMsg {
    color: #54812C;
}

.signUpFormDiv .button.purple-btn {
    width: 100%;
}

.fhpagination ul.pagination li {
    padding: 0 10px;
    display: inline-table;
}

@media (max-width: 767px) {
    .fhpagination ul.pagination li {
        margin: 0.3em;
        width: 1em;
        height: 1em;
        display: inline-table;
    }
}

.fhpagination ul.pagination li.active {
    /*border-radius: 100% !important;*/
    background-color: #362c66;
    color: #ffffff;
    text-align: center;
}

.orange-box {
    background: #b83409;
    color: #ffffff;
    padding: 25px;
    text-align: center;
}

.contact-white-box {
    background: #ffffff;
    color: #362c66;
    padding: 15px;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

.contact-white-box h2,
.contact-white-box h5 {
    margin: 0;
}

.no-list {
    list-style: none;
    margin: 25px 0;
    padding: 0;
}

.checkbox-list {
    list-style: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .checkbox-list {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .checkbox-list {
        padding: 0;
    }
}

.checkbox-list li {
    background: url("/misc/icon-checkmark.svg") no-repeat;
    background-position: left 15px;
    background-size: 32px 28px;
    padding: 10px 0 10px 65px;
    line-height: 25px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .checkbox-list li {
        padding-left: 45px;
    }
}

.checkbox-list li ul.nono {
    margin: 0;
    padding: 0;
}

.checkbox-list li ul.nono li {
    background-size: 16px 14px;
    padding: 10px 0 10px 30px;
}

.checkbox-list li.nobg {
    background: none;
}

.checkbox-list ul {
    list-style: none;
}

.numbered-list {
    list-style: none;
}

.numbered-list>li {
    background: url("/misc/icon-gray-circle-number.svg") no-repeat;
    background-position: 0 10px;
    background-size: 32px 28px;
    padding: 10px 0 10px 45px;
    line-height: 25px;
    counter-increment: count-me;
}

.numbered-list>li:before {
    content: counter(count-me);
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -33px;
    top: .05em;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.875em;
}

.numbered-list>li ul:not(.icon-gray-checkmark-list) {
    list-style: none;
}

.numbered-list>li ul:not(.icon-gray-checkmark-list) li {
    background: url("/misc/icon-gray-question-mark-circle.svg") no-repeat;
    background-size: 30px 30px;
    background-position: 0 8px;
}

.numbered-list>li ul:not(.icon-gray-checkmark-list) li:before {
    content: '';
}

.numbered-list.orange {
    margin: 0px !important;
    background: transparent !important;
}

.numbered-list.orange>li {
    background: url("/misc/icon-orange-circle-number.svg") no-repeat;
    background-position: 0 5px;
    background-size: 35px 35px;
    padding: 10px 0 10px 45px;
    line-height: 25px;
    counter-increment: count-me;
    color: #4a4a4a;
}

.numbered-list.orange>li:before {
    content: counter(count-me);
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -31px;
    top: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.875em;
}

.numbered-list.orange>li:nth-child(n+10):before {
    left: -36px;
}

.numbered-list.orange ul {
    list-style: none;
    margin: 0 0 0 45px;
}

.numbered-list.orange ul li {
    background: url("/misc/icon-orange-check-circle-list.svg") no-repeat;
    background-size: 30px 30px;
    background-position: 0 8px;
}

.numbered-list.orange ul li:before {
    content: '';
}

.orange-dot-list {
    margin: 0 0 0 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .orange-dot-list {
        margin: 0 0 20px 10px;
    }
}

@media (max-width: 767px) {
    .orange-dot-list {
        margin: 0 0 20px 10px;
    }
}

.orange-dot-list li {
    list-style-type: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .orange-dot-list li {
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .orange-dot-list li {
        line-height: 22px;
    }
}

.orange-dot-list li:before {
    content: "\B7";
    color: #b83409;
    font-size: 14.063em;
    vertical-align: middle;
    line-height: 28px;
    margin-left: -46px;
}

.orange-dot-list li i.ion-checkmark {
    color: #ffffff;
    margin: 0 13px 0 -39px;
}

.lat-question-list li {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    padding: 0 15px;
    color: #b83409;
    font-size: 1.250em;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .lat-question-list li {
        width: 49%;
    }
}

@media (max-width: 767px) {
    .lat-question-list li {
        width: 100%;
    }
}

.lat-question-list li:before {
    content: '';
    height: 85px;
    background: url("/misc/icon-orange-question-triangle.svg") no-repeat;
    background-position: left 15px;
    background-size: 54px 61px;
    padding: 10px 0 10px 65px;
    line-height: 25px;
    display: block;
}

.gray-check-list {
    list-style: none;
    padding: 0;
}

.gray-check-list li {
    background: url("/misc/icon-gray-circle-check.svg") no-repeat;
    background-position: left 15px;
    background-size: 32px 28px;
    padding: 10px 0 10px 65px;
    line-height: 25px;
}

.gray-check-list.quality {
    margin: 0 0 0 45px;
}

@media (max-width: 767px) {
    .gray-check-list.quality {
        margin: 0 0 0 15px;
    }
}

.gray-check-list.quality li {
    background: url("/misc/icon-gray-checkmark.svg") no-repeat;
    background-position: 19px 9px;
    background-size: 32px 28px;
    padding: 10px 0 10px 65px;
    line-height: 25px;
    color: #4a4a4a;
}

.gray-check-list.quality.lg li {
    background: url("/fonts/icon-gray-checkmark-lg.svg") no-repeat;
    background-position: 0px 9px;
    background-size: 45px 44px;
    padding-bottom: 19px;
}

.gray-check-list.sm li {
    background-position: 15px 13px;
    background-size: 31px 31px;
}

.gray-check-list.sublist ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gray-check-list.sublist ul li {
    background-position: 1px 13px;
    background-size: 18px 18px;
    padding: 10px 0 10px 35px;
}

.gray-checkbox-list {
    list-style: none;
    margin: 0 0 0 0px;
    padding: 0;
}

.gray-checkbox-list li {
    background: url("/misc/icon-gray-check-mark-01.svg") no-repeat;
    background-position: 19px 9px;
    background-size: 32px 28px;
    padding: 10px 0 10px 65px;
    line-height: 25px;
    color: #4a4a4a;
}

.gray-circle-checklist {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}

.gray-circle-checklist li {
    background: url("/fonts/icon-gray-check-circle.svg") no-repeat;
    background-position: 15px -5px;
    background-size: 55px 55px;
    padding: 10px 0 10px 65px;
    line-height: 25px;
    color: #4a4a4a;
}

.orange-check-list {
    list-style: none;
    padding: 0;
}

.orange-check-list li {
    color: #4a4a4a;
    background: url("/misc/icon-orange-check-circle.svg") no-repeat;
    background-position: 15px 15px;
    background-size: 31px 31px;
    padding: 10px 0 10px 75px;
    line-height: 25px;
}

.orange-sm-check-list {
    list-style: none;
    padding: 0;
}

.orange-sm-check-list>li {
    color: #4a4a4a;
    background: url("/misc/icon-orange-check-circle-list.svg") no-repeat;
    background-position: 0px 8px;
    background-size: 31px 31px;
    padding: 10px 0 10px 35px;
    line-height: 25px;
    text-align: left;
}

.orange-exclamation-list {
    list-style: none;
    padding: 0;
}

.orange-exclamation-list li {
    color: #4a4a4a;
    background: url("/misc/icon-orange-cirlce-exclamation.svg") no-repeat;
    background-position: 5px 8px;
    background-size: 50px 50px;
    padding: 10px 0 10px 75px;
    line-height: 25px;
}

.icon-gray-checkmark-list {
    list-style: none;
    padding: 0;
}

.icon-gray-checkmark-list>li {
    color: #4a4a4a;
    background: url("/misc/icon-gray-checkmark.svg") no-repeat;
    background-position: 0;
    background-size: 12px 19px;
    padding: 8px 0 8px 20px;
    line-height: 20px;
}

.icon-gray-checkmark-list>li.lg {
    background-size: 50px 50px;
    padding: 8px 0 8px 70px;
}

.icon-gray-checkmark-list>li.lg.limited {
    background-size: 40px 40px;
    line-height: 25px;
}

@media (max-width: 576px) {
    .icon-gray-checkmark-list.mobile-top>li {
        background-size: initial;
        background-position: 50% 20px;
    }

    .icon-gray-checkmark-list.mobile-top>li.lg {
        background-size: 50px 50px;
        padding: 80px 0 0 0;
    }
}

.icon-white-checkmark-list {
    list-style: none;
    padding: 0;
}

.icon-white-checkmark-list>li {
    color: #ffffff;
    background: url("/misc/icon-checkmark-white.svg") no-repeat;
    background-position: center top;
    background-size: 55px;
    padding: 85px 0 40px;
}

@media (min-width: 576px) {
    .icon-white-checkmark-list>li {
        font-weight: 500;
    }
}

.speech-list {
    list-style: none;
    padding: 0;
}

.speech-list li {
    color: #4a4a4a;
    background: url("/misc/icon-orange-speech.svg") no-repeat;
    background-position: left 15px;
    background-size: 65px 65px;
    padding: 10px 0 10px 75px;
    line-height: 25px;
}

.white-check-circle-list {
    list-style: none;
    padding: 0;
}

.white-check-circle-list li {
    color: #ffffff;
    background: url("/misc/icon-white-check-circle.svg") no-repeat;
    background-position: 5px 5px;
    background-size: 15px 15px;
    padding: 0 0 0 30px;
    line-height: 25px;
}

.white-check-circle-list.lg li {
    background-size: 30px 30px;
    line-height: 45px;
    padding: 0 0 0 60px;
}

.white-minus-circle-list {
    list-style: none;
    padding: 0;
}

.white-minus-circle-list li {
    color: #ffffff;
    background: url("/misc/minus-circle-white.svg") no-repeat;
    background-position: 5px 5px;
    background-size: 15px 15px;
    padding: 0 0 0 30px;
    line-height: 25px;
}

.white-minus-circle-list.lg li {
    background-size: 30px 30px;
    line-height: 45px;
    padding: 0 0 0 60px;
}

.white {
    background: #ffffff;
}

.clear {
    display: block;
    clear: both;
    height: 25px;
}

.head-list {
    list-style: none;
    padding: 0;
}

.head-list li {
    color: #4a4a4a;
    background: url("/fonts/icon-gray-mind-check.svg") no-repeat;
    background-position: left top;
    background-size: 75px 75px;
    padding: 10px 0 25px 75px;
    line-height: 25px;
}

.head-list ul {
    margin: -15px 0 0 35px;
}

.head-list ul li {
    background: none;
    padding-left: 15px;
    list-style: none;
    position: relative;
    padding: 10px 0 10px 30px;
}

.head-list ul li:before {
    content: '';
    position: absolute;
    top: 17px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #4a4a4a;
    border-radius: 50%;
}

.star-list {
    list-style: none;
    padding: 0;
}

.star-list li {
    color: #4a4a4a;
    background: url("/fonts/icon-orange-star-bullet.svg") no-repeat;
    background-position: left 15px;
    background-size: 30px 30px;
    padding: 20px 0 10px 45px;
    line-height: 25px;
}

.white-star-list {
    list-style: none;
    padding: 0;
}

.white-star-list li {
    color: #ffffff;
    background: url("/fonts/icon-white-star-list.svg") no-repeat;
    background-position: 15px 15px;
    background-size: 45px 45px;
    padding: 10px 0 10px 75px;
    line-height: 25px;
}

.white-star-list.sm li {
    background-position: 15px 13px;
    background-size: 31px 31px;
}

.white-star-list.sublist ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.white-star-list.sublist ul li {
    background-position: 1px 13px;
    background-size: 18px 18px;
    padding: 10px 0 10px 35px;
}

.white-check-list {
    list-style: none;
    padding: 0;
}

.white-check-list li {
    color: #ffffff;
    background: url("/fonts/icon-white-check-list.svg") no-repeat;
    background-position: 0px 10px;
    background-size: 25px 25px;
    padding: 10px 0 10px 45px;
    line-height: 25px;
}

.green-check-list {
    list-style: none;
    padding: 0;
}

.green-check-list li {
    background: url("/misc/icon-green-check-circle.svg") no-repeat;
    background-position: 0px -18px;
    background-size: 55px 55px;
    padding: 0px 0 10px 45px;
    line-height: 25px;
}

.green-check-list ul {
    list-style: none;
    margin-bottom: 25px;
}

.icon-check-box-list {
    margin: 25px auto !important;
    list-style: none;
    padding: 0;
}

@media (min-width: 576px) {
    .icon-check-box-list {
        display: table-row !important;
    }
}

.icon-check-box-list li {
    background: url("/fonts/icon-check-circle-white.svg") no-repeat;
    padding: 0px 0 10px 45px;
    line-height: 25px;
}

@media (min-width: 576px) {
    .icon-check-box-list li {
        background-position: 0px -18px;
        background-size: 35px 35px;
        display: table-cell !important;
        padding: 65px 0 0;
        text-align: center;
        width: 33%;
        background-position: top center;
    }
}

.icon-check-box-list ul {
    list-style: none;
}

.no-icon-list {
    list-style: none;
    padding: 0;
}

.no-icon-list .left {
    float: left;
    background-position: center top;
}

.no-icon-list .right {
    float: right;
    background-position: center top;
}

.no-icon-list li {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}

.no-icon-list li .icon {
    width: 22%;
}

.no-icon-list li .text {
    display: inline-block;
    width: 78%;
}

.no-icon-list li p {
    display: inline;
    vertical-align: top;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    background-color: #ffffff;
    border: 1px solid #362c66;
    color: #828282;
    font-weight: 700;
}

onboarding .step-medical .button,
.onboarding .step-procedure-detail .button {
    width: 100%;
    margin: 15px 0;
    font-size: 1em !important;
    text-align: left;
    padding-left: 10px !important;
}

.water_mark_div {
    display: none;
}

div.article-print {
    float: right;
    margin-top: 40px;
}

.print:hover,
.video:hover,
.fa fa-print,
.videoLink:hover {
    cursor: pointer;
}

.modal-header-print {
    display: none;
}

.successInput {
    color: #ffffff !important;
    border: 1px solid #03884D !important;
    background-color: #03884D !important;
}

.successBrd {
    border: 1px solid #03884D !important;
}

#errMsg {
    color: #d81118;
    display: inline-block;
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 500;
}

.errBd {
    border: 1px solid #d81118 !important;
}

.errBk {
    background-color: #d81118 !important;
}

.errmsgNew {
    position: absolute;
    z-index: 1000;
    width: 200px;
    left: 100px;
    top: 50px;
    padding: 12px;
    border: 4px solid #fff;
    font-size: 0.688em;
    font-size: 1.1em;
    background: linear-gradient(to bottom, #ededed 0, #e0e0e0 100%);
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.errmsgNew.show {
    opacity: 1;
}

.errmsgNew.wide {
    max-width: 60% !important;
    font-size: 0.750em !important;
}

.errmsgNew.wide p,
.errmsgNew.wide ul li {
    font-size: 0.750em !important;
    font-weight: normal;
}

.errmsgNew.wide ul {
    width: 80%;
    text-align: left;
}

.errmsgNew .arrow {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 30px solid #1670a0;
}

.errmsgNew .tooltip-inner {
    background: #ffffff;
    opacity: 1;
    width: auto;
    color: #1670a0;
    padding: 0;
    margin: 0;
    opacity: 1;
    border-radius: 0;
    border: 1px solid #1670a0;
    /*    -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.21);
        -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.21);
        box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.21);*/
}

.errmsgNew .tooltip-inner:before {
    border: none;
}

.errmsgNew .tooltip-inner.wide {
    max-width: 60% !important;
}

.errmsgNew .tooltip-inner p {
    margin: 10px 0;
}

#infovideo {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

@media (max-width: 767px) {
    #infovideo {
        position: absolute;
        left: 80%;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    #infovideo {
        position: absolute;
        left: 91%;
        top: 1em;
    }
}

#infovideo .watchvideo {
    padding: 0 14px;
    border: 2px solid #fff;
    cursor: pointer;
    /*  &:before {
        content: '';
        background: url('/misc/icon-white-video-01.svg') no-repeat;
        background-size: 30px 30px;
        background-position: 0 8px;
      }*/
}

#infovideo:hover {
    cursor: pointer;
}

.roundbutton {
    background-color: #362c66;
    display: block;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    border: 0 solid #362c66;
}

.roundbutton img {
    width: 80%;
}

.pill {
    font-size: 0.875em;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 0 !important;
}

.pill-orange {
    background-color: #b83409;
}

.pill-orange p {
    color: #fff;
}

.pill-blue {
    background-color: #007599;
}

.pill-blue p {
    color: #fff;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:focus {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    z-index: 9999;
    background-color: #362c66;
    color: #ffffff;
}

#content:focus {
    outline: none;
}

.terms-of-use-iframe {
    width: 100%;
    height: 20vh;
}

.video-play {
    border: 2px solid #362c66;
    border-radius: 50%;
    background-color: #362c66;
    color: #fff;
    font-size: 31px;
}

.boxshadow {
    background-color: #ffffff;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.1);
}

.no-pad {
    padding: 0;
}

.blow-up {
    transition: .3s ease-in-out;
}

.blow-up:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#tofu {
    color: #362c66;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    text-align: left;
    position: relative;
    max-height: 100%;
    overflow: auto;
    width: 83vw;
    border: 1px solid #ddd;
    padding: 1rem;
}

@media (min-width: 576px) {
    #tofu {
        width: 95%;
    }
}

#tofu p {
    text-align: left !important;
}

/* total width */
#tofu::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}

/* background of the scrollbar except button or resizer */
#tofu::-webkit-scrollbar-track {
    background-color: #fff;
}

#tofu::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4;
}

/* scrollbar itself */
#tofu::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff;
    min-height: 80px;
}

#tofu::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4;
}

:lang(es) #navbarCollapse .subnav-back {
    margin-left: 0px;
}

@media (max-width: 767px) {
    :lang(es) #infovideo {
        left: 85%;
    }
}

:lang(es) #tofu {
    padding: 1rem;
}
