<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --atrio-primary: #23ae49; /*ATRIO Green*/
    --atrio-secondary: #005a65; /*ATRIO Blue*/
    --atrio-tertiary: #d3df4e; /*ATRIO Yellow*/
}

h2 {
    margin-bottom: 20px;
}

p {
    margin: 0 0 20px;
}

/* Main fonts to use 
  font-family: 'Nunito', sans-serif;
 font-family: 'Roboto', sans-serif; 
*/
/* ---------- BUTTONS ---------- */

body {
  font-family: 'Roboto', sans-serif; 
}

.site-map {
    padding-top: 50px;
    padding-left: 200px;
}
.site-map-link-list {
    padding-left: 50px;
}
.btn-primary {
    background-color: rgba(53, 68, 177, 1);
    padding: .7rem 1.5rem;
    border-radius: 3px;
    border: 2px rgba(53, 68, 177, 1) solid;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: rgba(53, 68, 177, .8);
        border: 2px rgba(53, 68, 177, .8) solid;
    }

.btn-inverted {
    background-color: white;
    border: 2px var(--atrio-primary) solid;
    color: var(--atrio-primary);
    border-radius: 3px;
    padding: .7rem 1.5rem;
}

.btn-inverted:hover, .btn-inverted:focus {
    /*background-color: #3544b1;*/
    background-color: rgba(80, 158, 47, 1);
    color: white;
}

.btn-inverted-orange {
    background-color: white;
    border: 2px solid rgba(247, 156, 55, 1);
    padding: .7rem 1.5rem;
    color: rgba(247, 156, 55, 1);
    font-weight: bolder;
}

    .btn-inverted-orange:hover, .btn-inverted-orange:focus {
        background-color: rgba(247, 156, 55, 1);
        color: white;
    }

.btn-atrio {
    background-color: var(--atrio-primary);
    margin-bottom: 0;
    border: none;
    border-radius: 4px;
    min-width: 200px;
    min-height: 40px;
    color: white;
}

    .btn-atrio:hover, .btn-atrio:focus {
        background-color: var(--atrio-secondary);
        border: 2px var(--atrio-secondary) solid;
        color: white;
    }

.btn-atrio-inverted {
    background-color: var(--atrio-secondary);
    border: 2px var(--atrio-secondary) solid;
    color: white;
    margin-bottom: 0;
    border-radius: 4px;
    min-width: 200px;
    min-height: 40px;
}

    .btn-atrio-inverted:hover, .btn-atrio-inverted:focus {
        /*background-color: #3544b1;*/
        /*background-color: rgba(80, 158, 47, 1);*/
        background-color: var(--atrio-primary);
        border: 2px var(--atrio-primary) solid;
        color: white;
    }

.sitebanner-info {
    background-color: #23ae49;
    color: white;
    text-align: center;
}

.sitebanner-warning {
    background-color: #e35205;
    color: white;
    text-align: center;
}

/* ---------- Structure ---------- */

.section {
    padding: 50px 0;
}

    .section .section {
        padding: 30px 0;
    }

ul {
    list-style: none;
    padding-left: 0;
    list-style-position: outside;
}

.tab-pane li {
    margin-left: 0;
   /* padding-left: 1em;*/
    list-style-position: outside;
}

#btnSearchBarOpen:hover, #btnSearchBarClose:hover {
    cursor: pointer;
}

.input-container {
    display: flex;
    width: 350px;
    height: 46px;
    margin-right: 100px;
}

.input-container input::placeholder {
    color: #9B9B9B;
}

.input-container .inputField {
    flex: 1;
    height: 40px;
    padding-left:15px;
    margin-top: 7px;
    border: var(--atrio-primary) 1px solid;
}

.blog-category {
    flex: 1;
    height: 40px;
    padding-left: 15px;
    margin-top: 7px;
    border: var(--atrio-primary) 1px solid;
    border-radius: 5px;
}

.blog-category:focus {
    outline: none;
    border:1px solid var(--atrio-primary);
    box-shadow: 0 0 10px #719ECE;
}

.input-container .inputField:focus {
    outline: none;
    border:1px solid var(--atrio-primary);
    box-shadow: 0 0 10px #719ECE;
}

.input-container .submit-search {
    height: 35px;
    width: 35px;
    margin-top: 10px;
    margin-left: -38px;
    border: none;
    background-color: transparent;
}

.input-container .submit-search:focus {
    outline: none;
}

.input-container .close-searchbar {
    height: 40px;
    width: 40px;
    margin-top: 7px;
    margin-left: 10px;
    border-radius: 5px;
    border: 0;
    background-color: var(--atrio-primary);
    color: white;
}

.inactive {
    display: none;
}

.nav-link i {
    margin-left: 8px;
    font-size: 15px;
}

.mega-menu-header i {
    font-size: 50px;
}

.mega-menu-item i {
    margin-top: 2px;
    font-size: 32px;
    color: var(--atrio-secondary);
}

.header-panel {
    padding: 10px 0;
}

.top-bar a {
    color: rgba(16, 31, 60, .8);
}

    .top-bar a:hover {
        color: rgba(80, 158, 47, 1);
    }

.top-search-wrap {
    position: relative;
}

    .top-search-wrap .fa {
        position: absolute;
        top: 10px;
        right: 10px;
    }

.navbar {
    display: flex;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav {
    align-content: center;
}

.top-right-menu {
    gap: 30px;
}

.top-menu li {
    border-right: 2px solid var(--atrio-primary);
    padding-left: 20px;
    padding-right: 20px;
    height: 15px;
    display: flex;
    align-items: center;
}

.top-menu .nav-item #myatrio {
    line-height: 2;
}

    .top-menu li:last-child {
        border-right: none;
        padding-left: 20px;
        
    }

.navigation-wrapper .navbar-nav {
    gap: 70px;
}

.video-content-container {
    padding: 80px;
}

.navbar-expand .navbar-nav .nav-link {
    /*padding-left: 1rem;*/
    padding-right: 0;
}

.top-menu .nav-link {
    /*padding-left: 1rem;*/
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.search-field {
    border: #aaa 1px solid;
    min-height: 30px;
    padding: 5px 10px;
    width: 100%;
}

    .search-field:focus {
        min-width: 290px;
    }

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
    gap: 30px;
}
/* Flip CSS start */
.flip-box {
    transform-style: preserve-3d;
    perspective: 1000px;
    height: auto;
    text-align: center;
}

    .flip-box i {
        color: var(--atrio-primary);
    }

.flip-box-back {
    background: var(--atrio-primary);
    background-size: cover;
    background-position: center;
    padding: 20px;
    transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    backface-visibility: hidden;
}

.flip-box .flip-box-back i,
.flip-box .flip-box-back h5,
.flip-box .flip-box-back a {
    color: #fff;
}

.flip-box-front {
    transform: rotateY(0deg);
    padding: 20px;
    width: 100%;
    background-position: center;
    transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    transform-style: preserve-3d;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.flip-box:hover .flip-box-front {
    transform: rotateY(-180deg);
    backface-visibility: hidden;
}

.flip-box-back {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 20px;
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    border-radius: 0.25rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.flip-box:hover .flip-box-back {
    transform: rotateY(0deg);
    transform-style: preserve-3d;
}
/* Flip CSS end */
.primary-navigation-wrapper .navbar-nav {
    gap: 70px;
}
/*Member and Provider Page Resources CSS Start*/
.resource-content {
    background: rgba(17, 68, 80, 0.6);
    padding: 20px;
    border-radius: 8px;
    margin: 60px 0px 45px;
}
.resource-content h1 {
    color:white !important;
}
.resource-cube {
    margin: 5px 0px 10px 35px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.8);
    padding:20px;
}
/*Member and Provider Page Resources CSS End*/
.member-tools .card {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.header-panel {
    padding: 10px 20px;
}

@media screen and (max-width: 1279px) {
    .main-navigation {
        position: fixed;
        z-index: 1050;
        background: #fff;
        bottom: 0;
        width: 90%;
        max-width: 350px;
        overflow-y: auto;
        top: 63px;
        padding: 100px 30px 20px;
        transition: all .3s ease-in-out;
        right: -100%;
    }

        .main-navigation.show {
            display: block;
            right: 0;
            opacity: 1;
        }

    .navbar-nav.main-menu {
        flex-direction: column;
        gap: 0;
    }

        .navbar-nav.main-menu li {
            border-bottom: #ddd 1px solid;
            padding: 2px 0;
        }

            .navbar-nav.main-menu li:last-child {
                border-bottom: none;
            }

    .top-menu-items, .navbar-expand .top-menu {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .primary-navigation-wrapper {
        width: 100%;
    }

    .top-menu li {
        border-right: none;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        text-align: left;
        border-bottom: #ddd 1px solid;
        padding: 2px 0;
        height: auto;
    }
    
        .top-menu li:last-child {
            padding-left: 0;
            
        }

     .top-menu li:last-child a {
          line-height: 2 !important;
     }
    .main-navigation, .menu-backdrop {
        top: 0;
    }

    .mobile-menu {
        position: relative;
        z-index: 1055;
    }

        .mobile-menu:focus {
            outline: none;
        }
}

@media screen and (max-width: 767px) {
    .myatrio-dropdown {
        min-width: 290px;
    }

    .top-menu li {
        height: auto;
    }

    .navbar-expand .nav-item span, .main-menu .fa, .navbar-expand .navbar-nav .nav-link {
        line-height: 2 !important;
    }

    .top-right-menu &gt; li &gt; a, .top-right-menu &gt; li &gt; .language-icon, .top-right-menu &gt; li &gt; .location-menu {
        padding: 0 10px 15px;
    }
}



.mobile-menu {
    display: none;
    border: var(--atrio-primary) 1px solid;
    border-radius: 3px;
    background: #fff;
    padding: 8px 16px;
}

.gap-20 {
    gap: 20px;
}

.video-container &gt; .row {
    margin-left: 0;
    margin-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {

    .box-blog {
        height: auto;
    }
    /*.video-container {
         height: 100vh;
    }
    */
    .video-container .card-body .fa-4x {
        font-size: 2em;
    }

    .video-content-container {
        padding: 70px;
        margin: 80px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .video-container {
        height: 100vh;
    }
}

@media screen and (max-width: 1279px) {
    .md-hidden {
        display: none;
    }

    .mobile-menu {
        display: inline-block;
    }

    .navigation-wrapper {
        position: fixed;
        z-index: 1050;
        background: #fff;
        bottom: 0;
        width: 90%;
        max-width: 350px;
        overflow-y: auto;
        top: 63px;
        padding: 20px 30px;
        transition: all .3s ease-in-out;
        right: -100%;
    }

        .navigation-wrapper.show {
            display: block;
            right: 0;
            opacity: 1;
        }

    .navbar-expand .navbar-nav .nav-link {
        padding-left: 0;
    }

    .no-scroll {
        overflow: hidden;
        position: fixed;
        touch-action: none;
        width: 100%;
    }

    .menu-backdrop {
        display: none;
        position: fixed;
        top: 63px;
        left: 0;
        z-index: 1040;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.6);
    }

        .menu-backdrop.show {
            display: block;
        }

    .navigation-wrapper .navbar-nav {
        flex-direction: column;
        gap: 0;
        border-bottom: var(--atrio-primary) 1px solid;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .search-field {
        margin-bottom: 20px;
    }

    .video-container .card {
        height: auto;
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-left: 0;
        margin-right: 0;
    }

    .btn-atrio-inverted, .btn-atrio {
        min-width: 150px;
    }
}

@media screen and (max-width: 767px) {
    .member-tools {
        height: auto;
    }

        .member-tools .row .row {
            margin-left: 0;
            margin-right: 0;
        }

            .member-tools .row .row .col-12 {
                padding: 0 5px;
            }

        .member-tools .card {
            height: auto;
            padding-top: 0;
            padding-bottom: 0;
            margin-left: 0;
            margin-right: 0;
        }

            .member-tools .card .card-body {
                padding: 1.6rem;
            }

        .member-tools .card-title {
            font-size: 1.4rem;
        }

        .member-tools .card .fa-4x {
            font-size: 2em;
        }

    .sub-description {
        font-size: 1.4rem;
    }

    .h1, h1 {
        font-size: 2rem;
    }

    .box-blog {
        height: auto;
    }

    .video-container &gt; .row {
        margin-left: 15px;
        margin-right: 15px;
    }

    .video-content-container {
        padding: 20px;
        margin: 20px auto;
    }
 

}

.hr-default {
    padding: 5px 0;
    background: #135e68;
}



.card {
    margin: 5px 5px 5px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
    width: 100%;
    height: 230px;
    display: flex;
}

/*#vidAtrio {*/
/*  position: fixed;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  min-width: 100%;*/
/*  min-height: 100%;*/
/*}*/

/* Add some content at the bottom of the video/page */
/*.video-content-container {*/
/*  position: relative;*/
/*  float: left;*/
/*bottom: 0;*/
/*  background: rgba(0, 0, 0, 0.5);*/
/*  color: #f1f1f1;*/
/*width: 100%;*/
/*  padding: 100px;*/
/*  margin: 75px;*/
/*  border-radius: 20px; */
/*}*/

.overlay-container {
    position: relative;
    float: left;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.5);*/
    background: rgba(0, 90, 101, 0.8);
    /*color: #f1f1f1;*/
    width: 100%;
    padding: 100px;
    margin: 75px;
    border-radius: 20px;
}

    .overlay-container p, .footer p {
        color: white;
    }

.video-content-container p {
    /*color: white;*/
}

.video-bg {
    opacity: 0.5;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%
}

/* Style the button used to pause/play the video */
#btnVideo {
    height: 20px;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 2px;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #000;
    color: #fff;
    cursor: pointer;
}

    #btnVideo:hover {
        background: #ddd;
        color: black;
    }

.video-container {
    /*height: 300px;*/
    /*width: 300px;*/
    width: 100%;
    /*height: 100%;*/
    height: 80vh;
    position: relative;
    background-color: black;
}

    .video-container video {
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        z-index: 0;
    }

    /* Just styling the content of the div, the *magic* in the previous rules */
    .video-container .content-text {
        z-index: 1;
        position: relative;
        text-align: center;
        color: white;
        padding: 10px;
    }

.atrio-link {
    color: var(--atrio-primary);
    text-decoration: underline;
}

    .atrio-link:hover, .atrio-link:focus {
        color: #135e68;
    }

.nav-link:hover {
    /*border: 1px solid #135e68;*/
    /*border-radius: 40px;*/
    /*padding: 10px;*/
    cursor:pointer;
}

.dropdown {
    padding: 10px;
}

.grey-bg {
    /*background-color:#F9F7F4;*/
    background-color: #F7F2F9;
}

/* ---------- BLOG on Homepage ---------- */

.blog-promoImage {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    border-radius: 3px;
}

.box-blog {
    padding-top: 50px;
    height: 500px;
}

    .box-blog .blog-meta {
        font-style: italic;
        color: rgba(0, 0, 0, .7);
        font-size: 13px;
    }

.blog-box-btn {
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .box-blog {
        height: 600px;
    }
}

@media (max-width: 768px) {
    .box-blog {
        height: 450px;
    }
}

.btn-inverted {
    background-color: white;
    border: 2px var(--atrio-primary) solid;
    color: var(--atrio-primary);
    border-radius: 3px;
    padding: .7rem 1.5rem;
}

/* ---------- ContentPage ---------- */

.sidebar-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .sidebar-links li {
        line-height: 40px;
        font-size: 18px;
    }

    .sidebar-links h4 {
        margin-bottom: 20px;
    }

    .sidebar-links li a {
        color: #3544b1;
    }

        .sidebar-links li a:hover, .sidebar-links li a:focus {
            color: rgba(53, 68, 177, 0.8);
            text-decoration: none;
        }

/* ---------- BLOG ---------- */

a.featured-link {
    color: #212529
}

    a.featured-link:hover, a.featured-link:focus {
        text-decoration: none;
    }

.featured-blog .image-box {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    border-radius: 3px;
}

.thumbnail-blog {
    padding-bottom: 5px;
    border-bottom: rgba(53, 68, 177, 1) solid 2px;
    margin-bottom: 35px;
    transition: ease .5s;
}

    .thumbnail-blog h5 {
        font-weight: 700;
    }

    .thumbnail-blog .thumbnail-img {
        width: 100%;
        height: 200px;
        background-position: center;
        background-size: cover;
        margin-bottom: 10px;
        border-radius: 3px;
        transition: ease .5s;
    }

a.featured-link:hover .thumbnail-blog {
    border-bottom: #f79c37 solid 2px;
}

    a.featured-link:hover .thumbnail-blog .thumbnail-img {
        opacity: .6;
    }

/* ---------- BLOGPOST ---------- */

.intro {
    font-size: 125%;
    color: rgba(16, 31, 60, 1);
    margin-bottom: 30px;
    border-bottom: #f79c37 solid 2px;
}

.meta-author.p-3 {
    padding: 0 !important;
}

.meta-meta a {
    color: #3544b1;
}

    .meta-meta a:hover, .meta-meta a:focus {
        color: rgba(53, 68, 177, 0.8);
        text-decoration: none;
    }

.blog-related {
    color: rgba(16, 31, 60, 1);
}

    .blog-related h4 {
        text-decoration: underline;
    }

    .blog-related a {
        color: rgba(16, 31, 60, 1);
    }

        .blog-related a:hover, .blog-related a:focus {
            color: black;
            text-decoration: none;
        }

/* ---------- CONTENTPAGE 2 ---------- */

div.teammember {
    line-height: 32px;
    font-size: 15px;
    margin-bottom: 100px;
}

/* ---------- FOOTER ---------- */

.footer {
    background-color: var(--atrio-secondary);
    color: white;
}

.footer h4 {
    margin-bottom: 20px;
}

ul.footer-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.footer-links li {
    line-height: 32px;
}

/*ul.footer-links li a {*/
/*    text-decoration: none;*/
/*    color: grey;*/
/*}*/

/*ul.footer-links li a:hover, ul.footer-links li a:focus {*/
/*    text-decoration: none;*/
/*    color: var(--atrio-secondary);*/
/*}*/

.footer img {
    /*width: 30%;*/
}

.footer-links a, p.footer-links {
    text-decoration: none;
    color: white;
}

.footer-links a:hover, footer-links a:focus {
    text-decoration: none;
    color: var(--atrio-primary);
}

.footer-container {
    padding-top: 20px;
    background-color: var(--atrio-secondary);
}

.footer-container .container {    
    max-width: 1500px;
}

.footer-container .container &gt; .row {    
    color: white;
}

.space-top {
    padding-top: 20px;
}

.footer-container .fa-brands {
    font-size:32px;
    padding: 5px;
    color: white;
}

.footer-container .fa-brands:hover {
    color: var(--atrio-primary);
}

.footer-hr-line {
    position: relative;
    margin-left: 10px;
    width: 99%;
    background-color:white;
}

.footer-links .separator {
    padding: 20px;
}

/* ---------- STYLE FOR GRID EDITOR ---------- */

.grid-section .img-fluid img {
    max-width: 100%;
    height: auto;
}

/* --- Style for Header ----- */

.main-menu &gt; li:hover &gt; a i:after {
    content: "\f107";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    top: 34px;
    left: 47%;
}
.main-menu &gt; li:hover &gt; a i:before {
    /* position: absolute; 
     top: 32px; 
     transform: rotate(180deg); 
     left: 48%; 
     margin: 0; */
    opacity: 0;
}

.header-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all .2s ease-in-out;
    min-height: 123px;
}

.navbar-expand .nav-item span, .main-menu .fa, .navbar-expand .navbar-nav .nav-link {
    color: #fff;
    line-height: 1;
}
.navbar-expand .navbar-nav.main-menu .nav-link {
    padding-bottom: 20px;
    position: relative;
}

.is-sticky, .header-panel:hover {
    background: #fff;
    position: fixed;
}

    .is-sticky .navbar-expand .nav-item span, .header-panel:hover .navbar-expand .nav-item span, .is-sticky .main-menu .fa, .is-sticky .navbar-expand .navbar-nav .nav-link, .header-panel:hover .main-menu .fa, .header-panel:hover .navbar-expand .navbar-nav .nav-link {
        color: var(--atrio-secondary);
    }

.video-content-container {
    margin-top: 100px;
}

.video-container {
    height: 100vh;
}

.main-menu {
    font-size: 1.3em;
    font-weight: bolder;
}

.header-panel .top-bar .nav-item a i {
    color: #fff;
}

.is-sticky .top-bar .nav-item a i, .header-panel:hover .top-bar .nav-item a i {
    color: var(--atrio-primary);
}

.is-sticky .top-bar .nav-item i {
    color: var(--atrio-primary);
}

.header-panel.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
}

ul.mega-sub-menu {
    background-color: #E2E2E2;
    padding: 55px 60px 15px;
    position: absolute;
    width: 100%;
    left: 0 !important;
    visibility: hidden;
    opacity: 0;
    border-bottom: var(--atrio-primary) solid 4px;
    box-shadow: 0 1px 4px #666;
}

.top-menu-items ul.mega-sub-menu {
    background-color: #ededed;
    padding: 55px 20px 45px;
    position: absolute;
    width: 100%;
    left: 0 !important;
    display:none;
}

.main-menu &gt; li:hover ul.mega-sub-menu {
    visibility: visible;
    opacity: 1;
}
.main-menu &gt; li &gt; a {
    border-bottom: 3px solid transparent;
}
.main-menu &gt; li:hover &gt; a {
    border-bottom: 3px solid var(--atrio-primary);
}
.main-menu &gt; li:hover &gt; a i:after {
    content: "\f107";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    top: 34px;
    left: 47%;
}
.main-menu &gt; li:hover &gt; a i:before {
    opacity: 0;
}

.mega-menu-wrap {
    display: flex;
    height: auto;
    max-width: 1440px;
    margin: 0 auto;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
}

    .mega-menu-wrap .mega-menu-header {
        flex: 0 0 100%;
        font-weight: bold;
        padding: 0 0 20px 0 !important;
    }

    .mega-menu-wrap .mega-menu-item {
        flex: 0 0 33%;
        width: 33%;
        font-weight: bold;
        display: flex;
        padding: 0 0 20px 0 !important;
    }

.mega-menu-item.menu-header a {
    font-size: 36px;
    color: #3fb999;
}

.mega-menu-header a {
    width: 100% !important;
}

.mega-menu-item a {
    color: #1a1a1a;
    font-size: 16px;
    padding: 0 20px;
}

.menu-item-description {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;
    color: black;
    display: block;
    text-decoration: none;
    font-weight: 300;
}

.mega-menu-item:hover a {
    text-decoration:none;
}

.mega-menu-header .menu-item-description { 
     padding-top: 15px;   
}

.sub-menu-label {
    /*color: rgba(80, 158, 47, 1);*/
    color: var(--atrio-primary);
    /*padding: 0 20px;*/
    display: flex;
    gap: 15px;
    font-size: 36px;
}

.sub-menu-label:hover {
    color: var(--atrio-secondary);
}

.sub-menu-title-center strong {
    display: block;
    font-size: 15px;
    line-height: 1;
    padding-bottom: 5px;
}

nav.navbar.navbar-expand {
    position: static;
}

.header-spacing {
    padding-top: 75px;
}

.logo-black {
    display: none;
}

.sub-header .logo-black {
    display: block;
}

.header-panel:hover .logo-white {
    display: none;
}

.header-panel:hover .logo-black {
    display: block;
}

.header-panel.is-sticky .logo-black {
    display: block;
}

.header-panel.is-sticky .logo-white {
    display: none;
}

.left-sub-menu-blurb {
    width: 25%;
    padding-right: 40px;
}

.right-sub-menu-items {
    display: flex;
    width: 75%;
    flex-wrap: wrap;
}

.icon {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.menu-icon {
    vertical-align: -15px;
    width: 32px;
    height: 32px;
    float: left;
}

.popup-icon {
    width: 50px;
    height: 50px;
}

.icon-meeting {
    background-image: url(/icons/meeting1x.png);
}

.icon-file {
    background-image: url(/icons/file1x.png);
}

.icon-benefit-docs {
    background-image: url(/icons/BenefitDocs1x.png);
}

.icon-enroll-period {
    background-image: url(/icons/enrollperiod1x.png);
}

.icon-learn-more {
    background-image: url(/icons/LearnMore1x.png);
}

.icon-options {
    background-image: url(/icons/options1x.png);
}

.icon-select {
    background-image: url(/icons/select1x.png);
}

.icon-portal {
    background-image: url(/icons/portal1x.png);
}

.icon-find-person {
    background-image: url(/icons/findperson1x.png);
}

.icon-provider {
    background-image: url(/icons/provider2@1x.png);
}

.icon-pharmacy {
    background-image: url(/icons/pharmacy1x.png);
}

.icon-drug {
    background-image: url(/icons/drug1x.png);
}

.icon-pills {
    background-image: url(/icons/pills1x.png);
}

.icon-pharmacy-benefit {
    background-image: url(/icons/pharmacybenefit1x.png);
}

.icon-covid {
    background-image: url(/icons/covid1x.png);
}

.icon-consultation {
    background-image: url(/icons/consultation1x.png);
}

.icon-read {
    background-image: url(/icons/read1x.png);
}

.icon-write {
    background-image: url(/icons/write1x.png);
}

.icon-talk {
    background-image: url(/icons/talk1x.png);
}

.icon-operator {
    background-image: url(/icons/operator1x.png);
}

.icon-telephone {
    background-image: url(/icons/telephone1x.png);
}

.icon-handshake {
    background-image: url(/icons/handshake1x.png);
}

.icon-couple {
    background-image: url(/icons/couple1x.png);
}

.icon-person-care {
    background-image: url(/icons/person-care@1x.png);
}

.icon-provider {
    background-image: url(/icons/provider2@1x.png);
}

.icon-agent {
    background-image: url(/icons/agent@1x.png);
}

.disabled-link {
    pointer-events: none;
    opacity: 0.6;
}

/* Language Dropdown */
.language-dropdown {
	background-color: #e3e2e2;
	box-shadow: 0 1px 2px 3px rgba(0, 0, 0, .05); 
	position: absolute; 
	right: 0;
    top: 40px;
	min-width: 165px; 
	border: .5px solid var(--atrio-primary);
	z-index: 100;
}
.top-right-menu {
	position: relative;
}
.language-dropdown ul, .state-dropdown ul {
	margin: 1rem 0;
}
.language-dropdown a, .state-dropdown a {
	color: #000;
    display: block;
    padding: 9px 10px 9px 40px;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
}
.language-dropdown a:hover {
	background: #f0f2f4;
	text-decoration: underline;
	color: #000;
}
.language-dropdown .active-language:hover, .state-dropdown .active-language:hover{
	text-decoration: none;
	cursor: default;
	background: transparent;
}
.language-dropdown .active-language i {
	color: #000;
	position: absolute;
	left: 15px;
}

.top-right-menu &gt; li &gt; a, .top-right-menu &gt; li &gt; .language-icon, .top-right-menu &gt; li &gt; .location-menu {padding: 15px 10px}
.language-icon:hover .language-dropdown {
    display: block !important;
}
.language-icon i {color: #fff;}
.header-panel:hover .top-bar .nav-item .language-icon i {
    color: var(--atrio-primary);
}
.top-menu-items {padding: 0;}

/* Myatrio Dropdown */
.myatrio-dropdown {
	background-color: #e3e2e2;
	box-shadow: 0 1px 2px 3px rgba(0, 0, 0, .05); 
	position: absolute; 
	left: 0;
    top: 24px;
	min-width: 400px; 
    max-width: 580px;
	border: var(--atrio-primary) .5px solid;
	padding: 20px 10px;
    z-index: 10;
}
.myatrio-wrapper {
    position: relative;
}
.myatrio-nav-item {
	position: relative;
}
.myatrio-dropdown ul {
	margin: 1rem 0;
}
.myatrio-dropdown &gt; div {
    display: flex;
    align-items: center;
    padding: 0 45px 17px 12px;
   
}
.myatrio-dropdown &gt; div:hover {
    background: #DAF7A6;
}
.myatrio-menu {
    margin-left: 20px;
     max-width: 320px;
}

.myatrio-menu .sub-menu-label {
    padding: 2px 10px 2px 2px;
     font-size: 20px;
    font-weight: 500;
    color: #49838A;
    display: flex;
    justify-content: space-between;
}

.myatrio-menu .menu-item-description {
    text-align: left;
    font-size: 14px;
    color: #000 !important;
    padding-top: 5px;
    line-height: 1.4 !important;
}
.myatrio-dropdown a {
	color: #000;
    display: block;
    padding: 2px 10px 2px 40px;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
}
.myatrio-dropdown a:hover {
	text-decoration: underline;
	color: #000;
}
#myatrio:hover .myatrio-dropdown {display: block !important;}
.myatrio-wrapper:hover .myatrio-dropdown {display: block !important;}

/*-- Location Drop Down */

.location-menu:hover .mega-sub-menu {
    display: block;
    min-width: 450px;
    visibility: visible;
    opacity: 1;
    right: -10px !important;
    left: auto !important;
    top: 40px;
    border: .5px solid var(--atrio-primary);
    padding-top: 20px;
    z-index: 100;
}
.location-menu  {
  position: relative;
}
.location-menu i {
    color: #fff;
    
}


.top-bar .nav-item a i {
    color: var(--atrio-primary);
}
.top-bar .nav-item a.sub-menu-label i {
    position: absolute;
    right: 0;
    
}
.header-panel:hover .top-bar .nav-item .location-menu i {
    color: var(--atrio-primary);
}

.header-panel:hover .top-bar .nav-item .search-menu i {
    color: var(--atrio-primary);
}

 .tab-menu-wrap {
    display: block;
    float: left;
    width: 100%;
}
#tabs {
   width: 100%;
   text-align: left;
   /*background: rgba(80, 158, 47, 1);*/
   background: var(--atrio-primary);
    border-radius: 5px;
    border: 1px solid #000;
    margin-bottom: 30px;
    display: flex;
    overflow: hidden;
}

.flex-tabs &gt; div {
    flex:1;
}
.flex-tabs &gt; div p:first-child {
    font-weight: 500;
}
.flex-tabs p {
    text-align: left;
    margin-bottom: 0;
     font-size: 15px;
     line-height: 1.4;
     color: #111;
}
.border-b {
    border-bottom: 1px solid #000;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.tab-anchor {
 
    padding: 10px 20px;
    width: 50%;
    text-align: center;
    background: #ededed;
   
    
}
.tab-anchor a {
      font-weight: bold;
      color: var(--atrio-secondary) !important;
    
}
.tab-anchor-active {
    border-radius: 5px;
    background: transparent;
    color: #000
}
.tab-anchor-active:hover a {
    color: #000;
}
.border-t {
  padding-top: 2rem;
}
.top-bar a#default-tab:hover {
  color: #fff;
}
 .hidden {
    display: none;
 }
 .location-anchor-space {
     display: flex;
     padding-top: 10px;
     color: var(--atrio-primary) !important;
 }
 .location-side-wrapper {
     display: flex;
     
 }
 .location-side-wrapper .flex-tabs:first-child{
     border-right: #111 1px solid;
     padding-right: 15px;
 }
  .location-side-wrapper .flex-tabs:last-child{
     padding-left: 15px;
 }
 .location-side-wrapper .flex-tabs {
     flex: 1;
 }
 
 /* State Dropdown */

.state-dropdown {
	background-color: #e3e2e2;
	box-shadow: 0 1px 2px 3px rgba(0, 0, 0, .05); 
	position: absolute; 
	right: 0;
    top: 40px;
	min-width: 420px; 
	border: .5px solid var(--atrio-primary);
	display:none;
	z-index: 20;
}
.change-state {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
 .change-state:hover .state-dropdown {
     display:block;
     top: 30px;
 }
.top-right-menu {
	position: relative;
}
.state-dropdown ul {
	margin: 1rem 0;
}
.state-dropdown ul li {
    height: auto;
    border-right: none;
}
.state-dropdown a {
	color: #000;
    display: block;
    padding: 9px 10px 9px 20px;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
}
.state-dropdown a:hover {
	background: #f0f2f4;
	text-decoration: underline;
	color: #000;
}
.state-dropdown .active-language:hover {
	text-decoration: none;
	cursor: default;
	background: transparent;
}
.state-dropdown .active-language i {
	color: #000;
	position: absolute;
	left: -5px;
}

.top-right-menu &gt; li &gt; a, .top-right-menu &gt; li &gt; .language-icon, .top-right-menu &gt; li &gt; .location-menu {padding: 15px 10px}
.language-icon:hover .state-dropdown {
    display: block !important;
}
.state-icon i {color: #fff;}
.header-panel:hover .top-bar .nav-item .state-icon i {
    color: var(--atrio-primary);
}

/* Hover Menu items to light green */

.mega-menu-item a:hover &gt; span i, .mega-menu-item a:hover strong {
    color: var(--atrio-primary);
}
 
 /*----   Make a 767 Copy @media screen and (max-width: 767px) { -----------*/

@media screen and (max-width: 1279px) {

    .mega-menu-item i, .menu-item-description, .left-sub-menu-blurb {
        display: none !important;
    }

    .mega-menu-wrap .mega-menu-item {
        flex: 0 0 100%;
        width: 100%;
    }

    .navbar-nav.main-menu li {
        padding: 0 !important;
        display: block;
    }

    .mega-menu-wrap {
        align-content: flex-start
    }

    ul.mega-sub-menu {
        padding: 30px 0px 5px;
        position: unset;
    }
    .primary-navigation-wrapper ul.mega-sub-menu {
        padding: 30px 0px 5px;
        position: unset;
        opacity: 1;
        visibility: visible;
        display: none;
    }
    .location-menu:hover .mega-sub-menu {
        position: absolute;
        left: -60px !important;
        right: auto;
        min-width: 290px;
    }

    .flex-tabs {
        display: block;
    }

    .mega-menu-wrap {
        height: auto;
    }

    .navbar-nav.main-menu li {
        border-bottom: none;
    }

    .right-sub-menu-items {
        width: 100%;
        padding: 30px 30px 0;
    }

    .left-sub-menu-blurb {
        width: 100%;
        padding: 0 30px;
    }

    .right-sub-menu-items .sub-menu-label {
        display: block;
        padding: 0;
    }

    .left-sub-menu-blurb .sub-menu-label {
        font-size: 14px;
        color: #115e67;
    }

    .sub-menu-title-center strong {
        font-weight: bold;
    }

    .main-menu .nav-link {
        padding: 1rem 0;
    }

    .main-menu &gt; li:hover ul.mega-sub-menu {
        display: none;
    }

    .language-dropdown {
        right: auto;
        left: 0;
    }

    .flex-tabs:last-child {
        padding-top: 0;
    }

    .border-b-m {
        border-bottom: 1px solid #000;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        padding-top: 1rem;
    }

    #tabs {
        margin-bottom: 0;
    }

    .tab-section {
        padding: 0 20px;
    }

    .border-b {
        padding-top: 1rem;
    }

    .header-panel:hover {
        background: transparent;
    }

        .header-panel:hover .logo-black {
            display: none;
        }

        .header-panel:hover .logo-white {
            display: block;
        }

    .header-panel.is-sticky:hover .logo-white {
        display: none;
    }

    .header-panel.is-sticky:hover .logo-black {
        display: block;
    }
    
    .is-sticky .navbar-expand .nav-item span, .header-panel .navbar-expand .nav-item span, .is-sticky .main-menu .fa, .is-sticky .navbar-expand .navbar-nav .nav-link, .header-panel .main-menu .fa, .header-panel .navbar-expand .navbar-nav .nav-link {
      color: var(--atrio-secondary);
    }

    .location-menu:hover .mega-sub-menu {
        display: block;
        min-width: 300px;
        right: auto !important;
        left: -95px !important;
    }

    .location-side-wrapper {
        display: block;
    }

        .location-side-wrapper .flex-tabs:first-child {
            border-right: none;
            padding-right: 0;
        }

        .location-side-wrapper .flex-tabs:last-child {
            padding-left: 0;
        }
        
    .state-dropdown {
        left: 0;
        right: auto;
    }
}
/* ----------------- Header Panel Done ------------*/


/*************************New Css Start***********************/

p {
    color: #115e67;
    font-size: 17px;
    line-height: 28px;
    
}
.home_banner_area {
  position: relative;
  z-index: 1;
  min-height: 440px;
  margin-top: 128px;	
} 
.home_banner_area .banner_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 440px;
  background-position: center !important;
  background-size: cover !important;
}
.home_banner_area .banner_inner .banner_content {
  color: #fff;
  text-align: left;
	max-width: 25.6em;
}

.home_banner_area .banner_inner .banner_content h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
}
.home_banner_area .banner_inner .banner_content h3 {
  font-size: 3.11rem;
  font-weight: 600;
  line-height: 1.11;
  margin-bottom: 15px;
}
.home_banner_area .banner_inner .banner_content p {
  font-size: 1.111rem;
  font-weight: 400;
  line-height: 1.5;
  margin: auto;
  max-width: 650px;
  margin-left: 0px !important;	
  color: #fff;	
}
.home_banner_area .banner_inner .banner_content .main_btn {
  margin-top: 25px;
}

.sub-header
{
	position: fixed !important;
	background-color: #fff !important;
}

.sub-header .navbar-expand .navbar-nav .nav-link
{
	color: #49838A;
}
.sub-header .top-bar .nav-item a i 
{
    color: var(--atrio-primary);
}
.sub-header .navbar-expand .nav-item span
{
	color: #49838A;
}

.sub-cont h1
{
	font-size: 2.222rem;
    font-style: normal;
    line-height: 1;
    font-weight: 400;
    color: #115e67;
	margin-bottom: 20px;
}
.nb
{
	position: relative;
    background-color: #e9ecef;
    line-height: 1.5;
    color: #115e67;
    padding: 0.1em 1.7em;
	font-weight: 500;
	margin-bottom: 40px;
	margin-top: 20px;
}
.nb a
{
	color: #115e67 !important;
}
.sub-cont p
{
	margin: 1em 0 1em 0;
}
.l-update
{
	text-align: right !important;
	font-weight: 500;
	color: #115e67;
}


.nav-item .nav-link,
.nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

.card-body
{
   padding: 30px 0px;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
    -webkit-transition: transform 150ms ease 0s;
    -moz-transition: transform 150ms ease 0s;
    -o-transition: transform 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav-tabs {
    border: 0;
}

.nav-tabs:not(.nav-tabs-neutral)&gt;.nav-item&gt;.nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.card .nav-tabs li:last-child a
{
	margin-right: 0px;
}

.nav-tabs&gt;.nav-item&gt;.nav-link {
    color: var(--atrio-secondary);
    font-weight: 500;
    margin: 0;
    background-color: transparent;
    border-radius: 30px;
    font-size: 16px;
    padding: 11px 22px;
    line-height: 1.5;
	border: none;
}

.nav-tabs&gt;.nav-item&gt;.nav-link:hover {
    background-color: transparent;
	border: none;
}

.nav-tabs&gt;.nav-item&gt;.nav-link.active {
    background-color: var(--atrio-secondary);
    border-radius: 30px;
    color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral&gt;.nav-item&gt;.nav-link {
    color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral&gt;.nav-item&gt;.nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.sub-cont .card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 0px;
}

.sub-cont .card .card-header {
    background-color: transparent;
    border-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.sub-cont .card[data-background-color="orange"] {
    background-color: #f96332;
}

.sub-cont .card[data-background-color="red"] {
    background-color: #FF3636;
}

.sub-cont .card[data-background-color="yellow"] {
    background-color: #FFB236;
}

.sub-cont .card[data-background-color="blue"] {
    background-color: #2CA8FF;
}

.sub-cont .card[data-background-color="green"] {
    background-color: #15b60d;
}

@media screen and (max-width: 768px) {

    .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }

    .nav-tabs .nav-item&gt;.nav-link {
        margin-bottom: 5px;
    }
}

.no-banner
{
	margin-top: 120px;
}

.has-site-banner
{
    margin-top: 200px;
}

.sub-header
{
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}

.tab-content
{
	text-align: left;
}

.card .card-header ul {
    margin-left: 0px;
    border: 2px solid var(--atrio-secondary);
    border-radius: 50px;
    width: max-content;
}

.card .card-header ul li
{
	list-style: none;

}

.card .card-header ul li a
{
	text-decoration: none;
}

.card-body .tab-content p
{
	text-align: justify;
}
.card-body .tab-content h2
{
	color: var(--atrio-primary);
    font-size: 28px;
    text-align: left;
}

.sub-cont h2
{
	color: var(--atrio-primary);
    font-size: 28px;
    text-align: left;
}

.card-body .tab-content ul, .sub-cont ul
{
	list-style: inside;
	margin-left: 0px;
}
.sub-cont ol
{
	padding-inline-start: 50px;
	list-style: decimal;
	margin-bottom: 25px;
}
.card-body .tab-content ul li, .sub-cont ul li, .sub-cont ol li
{
	text-align: left;
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: 500;
	color: #115e67;
	line-height: 28px;
}
.doc-links
{
	margin-top: 15px;
    margin-bottom: 15px;
}

.doc-links ul
{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	list-style: inside;
}
.doc-links ul li
{
	width: 48%;
	text-align: left;
	margin-bottom: 8px;
}

.card-body .tab-content ul li a , .sub-cont ul li a, .sub-cont ol li a  
{
	color: var(--atrio-primary);
	font-size: 17px;
	font-weight: 400;
	text-decoration: underline;
}
.card-body .tab-content a, .sub-cont a
{
	color: var(--atrio-primary);
	/*text-decoration: underline;*/
}
.card-body .tab-content p a, .sub-cont p a
{
    color: var(--atrio-primary);
	text-decoration: underline;
}
.card-body .tab-content h3, .sub-cont h3
{
	color: #115e67;
	font-size: 24px;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 15px;
}
.card-body .tab-content ul li p, .sub-cont ul li p
{
	padding-left: 0px;
	font-weight: 400;
	margin: 5px 0px;
}

.blog-preview p {
    padding-left: 0px !important;
    color: #115e67;
}
.blog-preview .blog-preview-link {
    color: #115e67;
}

.blog-preview h6
{
    color: brown;
}
.card-body .tab-content ul li ul, .sub-cont ul li ul
{
	margin-top: 15px;
	margin-bottom: 15px;
}
.card-body .tab-content ul li ul li, .sub-cont ul li ul li
{
	font-weight: 400;
}

.card-body h4, .sub-cont h4
{
	font-size: 22px;
	font-weight: 600;
	color: #115e67;
	margin-bottom: 20px;
}

.card-body h5, .sub-cont h5
{
	font-size: 20px;
	font-weight: 600;
	color: #115e67;
}
.imp
{
	border: 5px double #000;
    padding: 30px;
    margin-top: 40px;
	margin-bottom: 20px;
}
.imp ul li
{
	font-weight: 400;
}
.sub-cont .btn-atrio {
    border: 1px solid #115e67;
    margin-top: 10px;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;
    color: #fff;
}
.sub-cont .btn-atrio-inverted {
    padding: 10px 30px;
    font-weight: 600;
}
.sub-cont .btn-atrio:hover
{
	background-color: #115e67;
	border:1px solid #115e67;
	color: #fff;
	/*text-decoration: underline;*/
}
.addr
{
	margin-top: 20px;
}

.addr p
{
	margin: 0;
	font-style: italic;
}

.top-links a
{
	display: block;
}
.top-links ul
{
	margin-top: 15px;
}
.top-links ul li a
{
	display: contents;
}
.sub-cont hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e9ecef;
    margin: 2.45em 0;
    padding: 0;
}

.div-clickable {
    cursor: pointer;
    text-decoration: underline;
    padding: 10px 0 10px 0;
}

.div-clickable:hover {
    font-weight: bolder;
    color:var(--atrio-primary);
}

.form-area {
    width: 65%;
    height: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    float: left;
    padding-bottom: 35px;
    background-color: #fff;
}
.form-body .heading h1
{
    margin-top:5%;
    margin-bottom:5%;
    font-family: Arial, Helvetica, sans-serif;
    font-size:32px;
    font-weight:600;
    color:#000;
    text-align:left;
    padding-left:5%;
    padding-right:5%;
}

.heading hr
{
    width:100%;
    margin:0px;
    
}
.form-area h4
{
padding-top:2%;
padding-left:5%;
padding-bottom:2%;
text-align:left;
font-size:20px;
font-weight:600;
}

 hr{
    width:90%;
    margin-left:4%; 
    margin-right:4%;
}


label.umbraco-forms-label {
font-weight: 700;
display: block;
background: 0 0 !important;
padding-left: 0px;
}
label{
 /* width:30%; */
 font-size:15px;
 font-weight:500;
 padding-left:5%;

 
}

.umbraco-forms-indicator {
    color:red;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=date],
input[type=number],
.umbraco-forms-page select {
    width:95%;
    height: 30px;
    border-style: solid;
    border-radius: 5px;
    border: 1px solid #bbb;
}


/*.form-label {*/
    /* width:30%; */
    /*font-size: 15px;*/
    /*font-weight: 500;*/
/*}
.form-label-required {*/
    /* width:30%; */
    /*font-size: 15px;*/
    /*font-weight: 500;*/
/*}*/
.form-label-required:after {
    width: 1px;
    content: " *";
    color: red;
}

.umbraco-forms-field.requesttype.dropdown.mandatory {
    padding: 0px;
}

select[name="15cb7b6f-b416-4985-87ad-1f3ebd843e37"]:not(:checked) {
    color: grey;
}

select[name="15cb7b6f-b416-4985-87ad-1f3ebd843e37"] option {
    color: black;
}

.umbraco-forms-page {
    border: 1px solid black;
    padding: 20px;
    margin-top: 20px;
    width: 85%;
}

    .umbraco-forms-page legend {
        background-color: #a7c097;
        padding: 10px 0 10px 0;
        font-weight: bold;
        font-size:15px;
        margin: 10px 0 10px 0;
    }

input#ProviderNpi {
    width: 20%;
    height: 50px;
    padding: 0 15px 0 15px;
    margin: 10px 0;
    border-style: solid;
    border-radius: 5px;
    border: 1px solid #dbd9d9;
}

div.divNPISearchResults {
    display: flex;
    flex-wrap: wrap;
}

div.divNPISearchResults&gt;div {
    flex-grow: 1;
    max-width: 33%;
    padding-right: 15px;
}

.form-body .row
{
    align-items: center;
}

.form-body span
{
    color: #464d5f;
    font-size: 12px;
}
.form-body textarea

{
    width: 100%;
    border: 1px solid #dbd9d9;
}

.radio-but
{
   align-items: unset !important;
}
.radio-but input[type=radio] 
{
float: left;
margin-top: 5px;

}
.radio-but label
{
    padding-left: 0px;
}
.radio-but label::after
{
    width: 0px;
    content: "";
  
}


.upload-files-container {
	width: 100%;
	padding: 30px 30px;
	border-radius: 40px;
	display: flex;
   	align-items: center;
   	justify-content: center;
	flex-direction: column;
}
.drag-file-area {
	border: 1px dashed #000;
	border-radius: 40px;
	margin: 10px 0 15px;
	padding: 30px 70px;
	width: 100%;
	text-align: center;
}
.drag-file-area .upload-icon {
	font-size: 18px;
}
.drag-file-area h3 {
	font-size: 18px;
	margin: 15px 0;
}
.drag-file-area label {
	font-size: 19px;
}
.drag-file-area label .browse-files-text {
	color: #000;
	font-weight: bolder;
	cursor: pointer;
}
.browse-files span {
	position: relative;
	top: -25px;
}
.default-file-input {
	opacity: 0;
}
.cannot-upload-message {
	background-color: #ffc6c4;
	font-size: 17px;
	display: flex;
	align-items: center;
	margin: 5px 0;
	padding: 5px 10px 5px 30px;
	border-radius: 5px;
	color: #BB0000;
	display: none;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.cannot-upload-message span, .upload-button-icon {
	padding-right: 10px;
}
.cannot-upload-message span:last-child {
	padding-left: 20px;
	cursor: pointer;
}
.file-block {
	color: #f7fff7;
	background-color: aliceblue;
  	transition: all 1s;
	width: 390px;
	position: relative;
	display: none;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0 15px;
	padding: 10px 20px;
	border-radius: 25px;
	cursor: pointer;
}
.file-info {
	display: flex;
	align-items: center;
	font-size: 15px;
}
.file-icon {
	margin-right: 10px;
}
.file-name, .file-size {
	padding: 0 3px;
}
.remove-file-icon {
	cursor: pointer;
}
.progress-bar {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 4.5%;
	width: 0;
	height: 5px;
	border-radius: 25px;
	background-color: #4BB543;
}
.sub {
	
	background-color: #18bd5b;
	color: #f7fff7;
	display: flex;
	align-items: center;
	font-size: 18px;
	border: none;
	border-radius: 5px;
	margin: 10px;
	padding: 7.5px 50px;
	cursor: pointer;
    margin: 0 auto;
    display: block;
}
.drag-file-area label:after
{
  content: none;
  width: 0px;
}
.bg-grey
{
    background-color: #f3f3fe;
}
ul.flexx {
    display: flex;
    list-style: none;
    width: 100%;
}

    ul.flexx li {
        flex-basis: calc(33.33%);
    }

.d-data {
    background-color: #e9ecef;
    padding: 25px 35px;
    width: 90%;
    height: 100%;
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
}

    .d-data h6 {
        color: #115e67;
        font-size: 22px;
        font-weight: 600;
    }

    .d-data p {
        text-align: left !important;
        padding-right: 40px;
        margin-top: 5px;
        margin-bottom: 70px;
    }

    .d-data a {
        position: absolute;
        bottom: 10px;
    }

.img-link {
    width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .img-link img {
        width: 100%;
    }


.faq {
    padding-bottom: 40px;
}

    .faq .card {
        padding-bottom: 0px;
    }

    .faq .faq-list {
        margin-top: 30px;
    }

        .faq .faq-list ul {
            padding: 0;
            list-style: none;
            margin-top: 20px;
            margin-left: 0px;
        }

        .faq .faq-list li + li {
            margin-top: 15px;
        }

        .faq .faq-list li {
            padding: 20px 20px;
            background: #fff;
            border-radius: 4px;
            position: relative;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }

        .faq .faq-list a {
            display: block;
            position: relative;
            font-size: 16px !important;
            color: #115e67 !important;
            line-height: 24px;
            font-weight: 500 !important;
            padding: 0 35px;
            outline: none;
            cursor: pointer;
            text-decoration: none !important;
        }

        .faq .faq-list p a {
            display: contents;
            font-weight: 400;
            color: #007bff;
        }

        .faq .faq-list .icon-help {
            font-size: 24px;
            position: absolute;
            right: 0;
            left: 20px;
            color: #4fa046;
        }

        .faq .faq-list .icon-show,
        .faq .faq-list .icon-close {
            font-size: 24px;
            position: absolute;
            right: 0;
            top: 5;
        }

        .faq .faq-list p {
            margin-bottom: 0;
            padding: 10px 0 0 0;
        }

        .faq .faq-list .icon-show {
            display: none;
        }

        .faq .faq-list a.collapsed {
            color: #115e67;
            transition: 0.3s;
        }

            .faq .faq-list a.collapsed:hover {
                color: #4fa046;
            }

            .faq .faq-list a.collapsed .icon-show {
                display: inline-block;
            }

            .faq .faq-list a.collapsed .icon-close {
                display: none;
            }

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


.bg-content {
    background: rgba(17, 68, 80, 0.8);
    padding: 30px;
    border-radius: 8px;
    margin: 80px 0px 55px;
}

    .bg-content h3 {
        font-size: 35px !important;
    }

    .bg-content p {
        font-size: 16px !important;
    }

    .bg-content .btn-atrio {
        border: 1px solid #115e67;
        margin-top: 10px;
        padding: 7px 25px;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 15px;
        margin-top: 25px;
    }

        .bg-content .btn-atrio:hover {
            background-color: #115e67;
            border: 1px solid #115e67;
            color: #fff;
            text-decoration: underline;
        }

.d-box .d-data a {
    color: white;
    text-decoration: none;
}

.row .col-lg-8 a {
    color: white;
    text-decoration: none;
}

.blog-content a {
    color: var(--atrio-primary) !important;
}

.row-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.row-item {
    flex-basis: calc(33.33%);
    padding: 10px;
    border-bottom: 1px solid #e9ecef;
}

.call-out {
    background-color: #e9ecef;
    line-height: 1.5;
    color: var(--atrio-secondary);
    padding: 0.3em 1.7em;
}

.custom-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px;
    color: #115e67;
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.badge {
    position: relative;
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    background-color: #115e67;
}

    /*ul li {
    padding: 10px 0px;
}*/

    .badge .badge-title {
        color: #ffffff;
        font-size: 3em;
        line-height: 1.6;
    }

.primary-color {
    color: #115e67;
}



.row-item {
    flex-basis: calc(50%);
}

.faq-card {
    background-color: #ffffff;
    border-radius: 8px;
    color: #115e67;
    text-decoration: none;
    cursor: pointer;
    justify-content: space-between;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.accordion .faq-card .collapsed .close {
    transform: rotate(0deg);
}

.accordion .faq-card .close {
    transform: rotate(180deg);
}

.accordion .faq-card .fa-plus {
    display: none;
}

.accordion .faq-card .fa-minus {
    display: block;
}

.accordion .faq-card .collapsed .fa-minus {
    display: none;
}

.accordion .faq-card .collapsed .fa-plus {
    display: block;
}
/*---about us Start--- */


@media (max-width: 768px) {
    .row-container {
	display: block;
	
    }

    .row-item {
        flex-basis: calc(50%);
    }
    ul.footer-links {
        padding: 0 0 30px;
        text-align: center;
    }
    .footer-bottom {
        display: flex;
        justify-content: space-around;
        padding: 10px 0 ;
    }
    .separator {
        display: none;
    }
    
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
    ul.footer-links {
        padding: 0 0 30px;
    }
     .footer-bottom {
        display: flex;
        justify-content: space-around;
        padding: 10px 0 ;
    }
    .separator {
        display: none;
    }
}
.img-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.img-item {
    flex-basis: calc(33.33%);
    padding: 0px;
    border-bottom: 1px solid #e9ecef;
}

@media (max-width: 550px) {
    .img-container {
        display: flex;
    }

    .img-item {
        flex-basis: calc(100%);
    }
}

@media (max-width: 1024px) and (min-width: 550px) {
    .img-container {
        display: flex;
    }

    .img-item {
        flex-basis: calc(50%);
    }
}


.about-fig {
    height: 300px;

}

.about-fig2 {
    max-width: 800px;
    height: 460px;

}

.about-img {
    /*border-top-left-radius: 8px;*/
    /*border-top-right-radius: 8px;*/
    width: 100%;
    height: 100%;
}

.about-data {
    background-color: white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
/*-----------about us end -----------------*/

.preloader {
    position: relative;
    width: 80px;
    height: 80px;
}

    .preloader div {
        animation: preloader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .preloader div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #fff;
            margin: -4px 0 0 -4px;
        }

        .preloader div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .preloader div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .preloader div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .preloader div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .preloader div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .preloader div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .preloader div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .preloader div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .preloader div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .preloader div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .preloader div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .preloader div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .preloader div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .preloader div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .preloader div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .preloader div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.preloaderOverlay {
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1100;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.75); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.preloaderOverlay .preloaderCustomText {
    color: white;
}





</pre></body></html>