/* general */
body{
    font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 18px;
    color: #111;
    font-weight: 400;
}

a{
    text-decoration: none;
}

.pointer{
    cursor: pointer;
}

p a, ul a{
    text-decoration: underline;
}

table.table{
    --bs-table-striped-bg: #f8f8f8;
}

table.table thead tr{
    border-bottom: 2px solid #C4C4C4;
}

table.table th{
    font-weight: 400;
    font-size: 1.2em;
}

@media (max-width:800px){

        /* Force table to not be like tables anymore in mobile */
           .table_list .table, .table_list .table thead, .table_list .table tbody, .table_list .table th,.table_list .table td, .table_list .table tr { 
                display: block; 
        }
            
        /* Hide table headers (but not display: none;, for accessibility) */
        .table_list .table thead tr { 
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .table_list .table tr { border: 1px solid #ccc; }
            
        .table_list .table td { 
            /* Behave  like a "row" */
            border: none;
            border-bottom: 1px solid #eee; 
            position: relative;
            padding-left: 40%; 
        }

        .table_list .table td:before { 
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%; 
            padding-right: 10px; 
            white-space: nowrap;
        }

        .table_list .table td{
            width:inherit !important;
            font-size:100% !important;
        }

        .table_list .table tr{
            margin-top:20px;
        }    

        .table_list .table td{
            padding-left:20px;
        }
}




/* header text */
h1{
    color: #0A225F;
    font-size: 30px;
    line-height: 32px;
}

h2{
    color: #195994;
    font-weight: 600;
    letter-spacing: -0.5px;
}

h3{
    font-weight: 500;
}


h4{
    font-weight: 200;
    color: #0A225F;
}

@media (min-width:400px){
    h1{
        font-size: 36px;
        line-height: 38px;
    }  
    h2{
        font-size: 32px;
        line-height: 34px;
    }  
    h3{
        font-size: 26px;
        line-height: 30px;
    }  
}

@media (min-width:500px){
    h1{
        font-size: 38px;
        line-height: 40px;
    } 
    h2{
        font-size: 34px;
        line-height: 38px;
    }  
    h3{
        font-size: 28px;
        line-height: 32px;
    }       
}





@media (min-width:992px){
    h1{
       font-size: 3.25rem;
       line-height: 3.5rem;
    }  
    h2{
        font-size: 2.5rem;
        line-height: 2.75rem;
    }  
    h3{
        font-size: 2rem;
        line-height: 2rem;
    }     
}

/* images */
img{
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0;
}

/* header */
header{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items:stretch;
    margin: 15px 0 10px 0;
}

header .logo{    
    border-right: none;
    padding: 0;
    max-width: 150px;
    margin-right: auto;
    z-index: 9999;
    min-height: 44px;
}

/* nav */

/*top nav*/
header .nav_container .top_nav{
    text-align: right;
    font-size: 12px;
    display:none;
}

header .nav_container .top_nav ul{
    margin-bottom: 0px;
    display: inline;
}

header .nav_container .top_nav ul li{
    list-style-type: none;
    display: inline;
    padding-right: 10px;
}

header .nav_container .top_nav ul li a{
    text-decoration: none;
    color: #333;
}

header .nav_container .top_nav .social-icons{
    margin-right: 10px;
}

.facebook-icon{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" fill="currentColor" class="bi bi-facebook" viewBox="0 0 16 16"><path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z"/></svg>');    
    content: "";
    height: 13px;
    width: 13px;    
    vertical-align: middle;
    display: inline-block;
}

.twitter-icon{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" fill="currentColor" class="bi bi-twitter" viewBox="0 0 16 16"><path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"/></svg>');    
    content: "";
    height: 13px;
    width: 13px;    
    vertical-align: middle;
    display: inline-block;    
}

.linked-in-icon{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16"><path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"/></svg>');    
    content: "";
    height: 13px;
    width: 13px;    
    vertical-align: middle;
    display: inline-block;
}


/* main nav */
header nav{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0; 
    font-size: 16px;
}

header .nav_container{
    margin-top: -55px;
    width: 100%;
}

.navbar-light .navbar-toggler{
    margin-left:auto;
}

header .nav_container ul{
    background: #fff;
    height: auto;
}


header .nav_container ul li ul li{
    border-bottom: 1px solid #ddd;
}

header .nav_container ul li ul li:last-child {
    border-bottom: 0;
}


header .nav_container .dropdown-menu{
    padding: 0;
    border-radius: 0;
    border: 0;
}

header .nav_container .dropdown-menu li{
    border-radius: 0;
}

header .nav_container .dropdown-menu li a{
    padding:8px;
    display: block;
}

ul.dropdown-menu.dropdown-submenu.depth_1 a{
    padding-left: 1.5rem;
}

ul.dropdown-item:focus, .dropdown-item:hover {
    color: #2079ca;
    background-color: inherit;
}


.dropdown-item.active{
    background-color: inherit;
    color: #212529;
}
.dropdown-item:active,.dropdown-item:hover{
    background-color: inherit;
    color: #2079ca !important;
}

.navbar-light .navbar-nav .nav-link,.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    color: rgba(0,0,0,.9);
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding-right:.5rem;
    padding-left:.5rem;
}


@media (max-width:991px){

    header #main-menu{
        margin-top:20px;
    }

    header .nav_container .dropdown-toggle:after{
        font-size: 1.75rem;
        float: right;
        margin: 10px;
        color: rgba(0,0,0,.9);
    }


    .navbar-light .navbar-nav .nav-link {
        color: #444;
        font-size: 18px;
        font-weight: 600;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        padding: 20px 0;
    }



}

@media (min-width:992px){

    header .nav_container .dropdown-menu{
        border: 1px solid #ddd;
        border-top:0;
        font-size: .95rem;
    }

    .dropdown-menu[data-bs-popper] {
        left: auto;
    }

    .menu-item-has-children:hover > .dropdown-menu, .menu-item-has-children:active > .dropdown-menu{
        display:block !important; 
    }
    

    header .nav_container .dropdown-menu li a{
        padding: .25rem .1rem;
    }

    header .nav_container .navbar-nav .dropdown-menu.depth_0{
        margin-top: 0;
        padding: 0 20px 5px 20px;
        background-color: rgba(250, 250, 250, .98);
        border-radius: 0rem 0rem .5rem .5rem;        
    }

    header .nav_container ul li ul{
        border: 1px solid #ccc;
    }

    ul.dropdown-menu.dropdown-submenu.depth_1{
        margin-left:0;
        position:absolute;
        top:0;
        margin-top:-1px;
        right:100%;
    }


    /*manually adjust specific menu item*/
    #menu-item-37391 ul.dropdown-menu.dropdown-submenu.depth_1{
        margin-left:-99%;
    }


    header .nav_container{
        margin-top: -30px;
        width: auto;
    }

    header .nav_container ul{
        height: auto;
    }

    header .nav_container .top_nav{
        display: block;
    }
    header nav,header .nav_container .dropdown-menu{
        font-size: 14px;
    }


}

@media (min-width:992px){
    header .nav_container{
        margin-top: 0px;
    }
    header .nav_container .top_nav{
        margin-top: -30px;
    }
    .navbar-expand-lg .navbar-nav .nav-item:first-of-type .nav-link{
        padding-left: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-item:last-child .dropdown-menu{
        left: -100px;
    }
    .navbar-expand-lg .navbar-nav .nav-item:nth-last-child(2) .dropdown-menu{
        left: -280px;
    }


}

@media (min-width: 1200px){
    header nav,header .nav_container .dropdown-menu{
        font-size: 16px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-right:.75rem;
        padding-left:.75rem;
    }
    
}

@media (min-width: 1400px){
    header .nav_container .top_nav{
        margin-top: 0px;
    }
}


/*helpful*/
#helpful{
    margin-top: 30px;
    padding:10px;
}


/* footer */
.footer_cap {
    background: #fff url(https://www.registerednursing.org/wp-content/themes/registerednursing/inc/assets/images/template/footer_logo_cap.png) no-repeat right 5% top;
    height: 60px;
    opacity: .3;
    margin-top:50px;
}

footer{
    padding: 60px 0px;
    background-color: #0A225F;    
}

footer h5{
    color:#fff;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: -.5px;
    margin-bottom: 0;
    margin-top: 10px;
}

footer .top_footer p{
    color: #fff;
}

footer ul.footer_menu{
    padding: 0 15px;
}

footer ul li{
    color:#fff;
    line-height: 15px;
    padding-top: 10px;
}

footer ul.footer_menu li.menu-item a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

footer .lower_footer{
    display:block !important;
    margin-bottom: 5px;
}

footer .footer-logo{
    padding-right: 30px;
    margin-right: 30px;
    margin-bottom: 5px;

}

footer .top_footer .mission p{
    font-size: 12px;
}

footer .top_footer h5 a{
    color: #fff;
}



footer .footer-lower-text p{
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px;
}

footer .footer-lower-text p a{
    color: #fff;
}

@media (min-width:992px){
    footer .lower_footer{
        padding-top:1.5rem;
        padding-bottom: 1.5rem;
        margin-top:1.5rem;
        margin-bottom:1.5rem;
        display: flex !important;
    }

    footer .footer-logo{
        border-right:1px solid #fff;
    }

    footer ul.footer_menu li.menu-item a{
        font-size:12px;
    }

    footer h5{
        margin-top: 0px;
    }

}

@media (min-width:1200px){
    footer ul.footer_menu li.menu-item a{
        font-size:14px;
    }

}

footer .share_icons{
    margin-top: 10px;
}

footer .share_icons span{
    display: none;
}

footer .share_icons a div{
    background:none;
}

footer .share_icons a div div{
    fill:#fff;
}

footer .share_icons a div:hover, footer .share_icons a div:hover{
    background: none;
}

/*breadcrumb*/
.breadcrumb{
    color: #C4C4C4;
    font-size: 14px;
    margin-bottom: 0;
}

.breadcrumb a{
    color: #0A225F;
    text-decoration: none;
}



/*page specific *****************/
/*homepage*/

#page-homepage h1{
    font-weight:700;
    margin-top:30px;
}

#page-homepage section .container{
    margin-top:50px;
}

#page-homepage .homepage_banner{
    margin-bottom:50px;
}

#page-homepage .homepage_banner img{
    position: absolute;
    top: 150px;
    z-index: -2;
    width: 100%;
    right: 0;
    opacity: .15;
}


#page-homepage .homepage_box .row.gx-3{
    display: block;
}

#page-homepage .homepage_box div.col{
    margin-bottom:20px;
}

age-homepage .homepage_box .btn{
    padding: 0.375rem 0.9rem;
}


@media (min-width:768px){


    #page-homepage section .container{
        margin-top:100px;
    }

    #page-homepage .homepage_banner{
        margin-bottom:50px;
    }
    

    #page-homepage .homepage_banner img{
        position: absolute;
        top: 150px;
        z-index: -2;
        width: 70%;
        right: 100px;
    } 


    #page-homepage .homepage_box p{
        width: 50%;
    }
    
    #page-homepage .homepage_box div.col{
        margin-bottom:20px;
    }



    #page-homepage .homepage_banner{
        margin-bottom:120px;
    }
}

@media (min-width:992px){

    #page-homepage h1{
        max-width: 600px;
        margin-top: 100px;
    }

    #page-homepage .homepage_box{
        width: 40%;
        max-width: 600px;
    }

    #page-homepage .homepage_box p{
        width: 100%;
    }

    #page-homepage .homepage_box .row.gx-3{
        display: flex;
    }

    #page-homepage .homepage_banner img{
        top:130px;
        width:70%;
        max-width:899px;
        position: relative;
        float: right;
        margin-top:-500px;
        right:0;
        opacity: 1;
    }   
    
}

/*state pages*/
.single-state .in_content_full_width_panel{
    min-height: 300px;
    padding: 20px 0;
    margin: 30px 0;
}

.single-state .in_content_full_width_panel .esy_widget_container{
    margin-bottom: 0;
}

.single-state .in_content_full_width_panel .image_container{
    display: flex;
    justify-content: center;
    align-items: center;    
}

.single-state .in_content_full_width_panel img{
    opacity: .2;
    max-height: 300px;
}

.single-state .in_content_full_width_panel .city_list{
    padding: 0;
}

.single-state .in_content_full_width_panel .city_list li{
    list-style:none;
    display: inline;
}

.single-state .in_content_full_width_panel .city_list li:not(:first-child):before {
    content: "|";
    padding: 0 10px;
}

.single-state .ranking_badge{
    float: none;
    text-align: center;
    margin: 20px auto;
}




@media (min-width:992px){
    .single-state .ranking_badge{
        float: right;
    }
    
}

/*career page*/
.career_list_panel h2{
    margin-top: 30px;
}

.career_item{
    margin-bottom:30px;
}

.career_list_panel .icon{
    text-align: center;
    margin-bottom: 40px;
}

.career_list_panel .icon a{ 
    font-weight: 500;
    color: #242424;
    font-size: 1.1rem;
}

.career_list_panel img{
    display: block;
    margin: 10px auto;
    max-height: auto;
    width: 80%;
}

@media (min-width:992px){
    .career_list_panel img{
        max-height: 160px;
        width: auto;
    }

    .career_list_panel .icon a{ 
        font-weight: 500;
        color: #242424;
        font-size: 1rem;
    }
}

/*template sections **********************************/

/*rankings*/

.program_rankings{
    margin-bottom: 80px;
}

.program_rankings .program_ranking_intro{
    margin-top: 30px;
}

.program_ranking_intro img{
    margin: 0 auto 20px auto;
    display: block;
}

.degree_rankings_container{
    border-bottom: 1px solid rgba(0,0,0,.125);    
}

.rankings_container .card{
    border-radius: 0;
    margin-bottom: 30px;
    border: 0;
}

.rankings_container .ranking_body .card-body{
    padding: 0;
}

.rankings_container .ranking_number{
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 20px;
    padding: 10px;
    background: aliceblue;
}


.rankings_container .ranking_number span {
    padding: 0px;
    display: block;
    text-align: center;
    font-size: 3.5rem;
    line-height: 3.5rem;
    color: #0A225F;
}

.rankings_container .ranking_body .card-title{
    padding: 0;
}

.rankings_container .ranking_body .card-title h3{
    margin: 0;
    color: #0A225F;
}

.rankings_container .ranking_body .score{
    padding: 0 10px;
}

.rankings_container .ranking_body .card-title a{
     color: #0A225F;
     text-decoration: none;
}

.rankings_container .ranking_body .card-text{
    font-size: 16px;
    margin:10px 0;
}

.rankings_container .ranking_body .card-text p{
    padding: 0 0 10px 0;
    margin: 0;
}

.rankings_container .ranking_body .card-text u{
    font-weight: 400;
    font-size: 16px;
}


.rankings_container .ranking_number{
    border-top: 1px solid rgba(0,0,0,.125);    
}

.rankings_container .ranking_details{
    padding: 10px;
}

.rankings_container .ranking_details ul li{
    font-size: 14px;
    font-weight: 200;
}

.rankings_container .ranking_details img{
    display: block;
    margin:0 auto;
    max-height: 120px;
}

.rankings_container .ranking_details h5{
    font-size:1.1rem;
    font-weight: 400;
}

.rankings_container .ranking_details ul{
    padding-left: 20px;
}

.rankings_container .program_details{
    color: #aaa;
}





@media (min-width:992px){
    .rankings_container .ranking_number{
        border-top: 0;
        border-bottom: 0;
        margin-bottom: 0;
        padding: 10px;
        background: aliceblue;
    }

    .rankings_container .ranking_details{
    }

    .rankings_container .ranking_body .card-body{
        padding: 20px;
    }

    .rankings_container .ranking_body .score{
        padding: 10px 0px;
    }

    .rankings_container .ranking_body .card-title{
        padding: 0;
    }
}


/*standard listings*/
table.standard-listings.table-striped>tbody>tr:nth-of-type(odd)>*{
    background-color: #F8F8F8;
}

table.standard-listings tr th:first-child{
    width: 5%;
}

table.standard-listings tr td{
    padding-top:20px;
    padding-bottom: 20px;
    font-size: 14px;
}

table.standard-listings tr td:first-child{
    padding: 20px;
    font-size: 1.4em;
    color: #c4c4c4;
    text-align: center;
}

table.standard-listings tr td a{
    color: #0A225F;
}

table.standard-listings tr td .name a{
    font-size: 1.2em;
}

table.standard-listings tr td .location{
    color: #aaa;
}

/*accordion listings*/
.accordion_listings{
    margin-top: 60px;
}

.accordion_listings .accordion-body{
    padding: 0 0 20px 0;
}

.accordion-button:not(.collapsed){
    box-shadow: none;
    background: none;
}

.accordion_listings.multiple_states .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.accordion_listings.multiple_states .accordion-item{
    border-left: 0;
    border-right: 0;
}

body .accordion_listings h3{
    background: #f0f8ff;
    padding: 5px 2px;
    margin-top: 40px;
}

.accordion_listings h4 a{
    font-weight: 300;
    font-size: 1.35rem;
    padding-left: 0px;    
    color: #0d6efd;
}

body .accordion_listings ul{
    padding-left: 1rem;
}

.accordion_listings .department{
    font-weight: 600;
    font-size: 18px;
}

.accordion_listings .address{
    font-weight: 200;
    font-size: 16px;
}

/*page content*/
.page_content{
    margin-top: 0px;
}

.page_content h2{
    font-weight: 600;
    margin-top:70px;
}

.page_content h2 span{
}

.page_content h3{
    margin-top: 25px;
}

.page_header_image{
    text-align: center;
    margin-bottom: 5px;
}

.page_header h1{
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 20px;
}

.page_content p:first-child{
    margin-top:20px;
}

.page_content p iframe{
    width: 100%;
    min-height: 400px;
    padding: 20px 2%;
}

.page_content ul li {
    margin-bottom: 10px;
    line-height: 1.4rem;
}

@media (min-width:992px){

    .page_header h1{
        margin-right: 20px;
        margin-bottom: 20px;
        margin-top:0;

    }

    .page_header_image{
        margin-bottom: 0px;
        text-align: right;
    }


    .page_header_image img{
        max-height:400px;
        min-height: 290px;
    }
}

/*general page_elements*/
.page_element p .btn{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    width: fit-content;
}

.page_element div .btn{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    width: fit-content;
}

@media (min-width:992px){
    .page_element p .btn{
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
        margin-bottom:10px;
    }  
    
    .page_element div .btn{
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
        margin-bottom:10px;
    }

}


/*in content full width panel*/
.in_content_full_width_panel{
    padding: 0;
    margin: 0;
}

/*jump to section*/

.content_links .section_btn{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23555' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E") no-repeat 95% 50%;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 10px 40px 10px 10px;
    width: 100%;
    text-align: left;
    max-width: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
}


#section_links li{
    margin: 7px 0;
 }



/*last updated*/
.last_updated{
    text-align: right;
    font-size: 12px;
    color: #666;
}

.page_author_last_updated{
    margin-top: 20px;
    color: #555;
    font-size:14px;
}

.page_author_last_updated .min_read{
    clear: both;
    font-weight: 600;
    padding: 15px 0 0 0;
}


.page_author_last_updated .author_image{
    float: left;
    margin-right: 10px;
}

.page_author_last_updated .author_image img{
    width: 42px;
    height: 42px;
}

/*nursing resources icon panel*/
.icon_panel_without_border .row{
    display: block;
}

.icon_panel_without_border .row img{
    max-width: 50px;
    display: inline;
    margin-right: 10px;
}


.icon_panel_without_border h2,.icon_panel_without_border p{
    text-align: center;
    padding: 0 10vw;
}

.icon_panel_without_border a{
    color: #242424;
    font-weight: 700;
    text-decoration: none;
}

.icon_panel_without_border .p-3{
    padding: .5rem !important;
}

@media (min-width:768px){
    .icon_panel_without_border .row{
        display: flex;
    }
    .icon_panel_without_border .row img{
        display: block;
        max-width: 100px;
        margin: 0px auto;
    }

    .icon_panel_without_border .p-3{
        padding: .5rem !important;
    }
    
}

/*nursing pathway*/
.linkouts.with_arrow{
    background: url("https://www.registerednursing.org/wp-content/themes/registerednursing/inc/assets/images/template/homepage_down_arrow.png") no-repeat right 4% center;
}

.linkouts h3{
    font-size: 1.25rem;
    font-weight: 600;
    margin: 20px 0 0 0;
}

.linkouts h3:first-of-type{
    margin-top:0;
}


.linkouts .btn{
    margin-top: 15px;
    margin-bottom: 10px;
}

.linkouts h3 a{
    color: #242424;
}


@media (min-width:992px){
  .linkouts h2,.linkouts p{
        text-align: left;
   }
}


@media (min-width:1600px){
    .linkouts.with_arrow{
           background: url("https://www.registerednursing.org/wp-content/themes/registerednursing/inc/assets/images/template/homepage_down_arrow.png") no-repeat right 12% center;
      }  
}


/* call to action panel */
.single_cta_panel{
    background: #F8F8F8;
}

.single_cta_panel > h2,.single_cta_panel > p{
    text-align: center;
}

.single_cta_panel .left h2,.single_cta_panel .left p{
    padding: 0 10vw;
}

.single_cta_panel .right h2,.single_cta_panel .right p{
    padding: 0 10vw;
    text-align: center;
}

.single_cta_panel .right h2{
    padding-top: 40px;
}

.single_cta_panel .container .row{
    align-items: center;
}

.single_cta_panel .container .row img {
    float: none;
    opacity: .2;
    height: 200px;
    position: absolute;
    margin-top: -200px;
    right: 0;
}

.single_cta_panel .container{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-bottom:0;
}

@media (min-width:992px){


    .single_cta_panel .container{
        margin: 0px auto;
    }

    .single_cta_panel .right h2,.single_cta_panel .right p{
        padding: 0 0 0 40px;
        text-align: left;
    }

    .single_cta_panel .left h2,.single_cta_panel .left p{
        padding: 0;
        text-align: left;
    }

    .single_cta_panel .container .row img{
        float: right;
        margin-top:0;
        opacity: 1;
        height: auto;
        position: relative;        
    }
}

/*cards_vs*/
.cards_vs .card{
    color: #fff;
}

.cards_vs .card h3{
    text-align: center;
}

.cards_vs .card h4,.cards_vs .card h3{
    color: #fff;
}

.cards_vs .card h4:before{
    margin-right: 5px;
    vertical-align: bottom;
    height:28px;
    width:28px; 
    display: inline-block;
    content: " ";    
}

.cards_vs .card h4:nth-of-type(1)::before{
    background: url("https://www.registerednursing.org/wp-content/themes/registerednursing/images/bootstrap-icons.php?icon_name=1-circle-fill.svg&color=fff&size=28"); 
}

.cards_vs .card h4:nth-of-type(2)::before{
    background: url("https://www.registerednursing.org/wp-content/themes/registerednursing/images/bootstrap-icons.php?icon_name=2-circle-fill.svg&color=fff&size=28"); 
}

.cards_vs .card h4:nth-of-type(3)::before{
    background: url("https://www.registerednursing.org/wp-content/themes/registerednursing/images/bootstrap-icons.php?icon_name=3-circle-fill.svg&color=fff&size=28"); 
}

.cards_vs .card h4:nth-of-type(4)::before{
    background: url("https://www.registerednursing.org/wp-content/themes/registerednursing/images/bootstrap-icons.php?icon_name=4-circle-fill.svg&color=fff&size=28"); 
}

.cards_vs .card h4:nth-of-type(5)::before{
    background: url("https://www.registerednursing.org/wp-content/themes/registerednursing/images/bootstrap-icons.php?icon_name=5-circle-fill.svg&color=fff&size=28"); 
}


.cards_vs .card1{
    background-color: #338017b3;
}

.cards_vs .card2{
    background-color: #2079ca;

}

.cards_vs .card3{
    background-color: #bf2727b3;

}

.cards_vs ul{
    padding: 0;
}

/*multiple icons*/
.multiple_icons div img{
    width: 1.75em;
}

/*multiple cards*/
.multiple_cards .icon{
    margin-bottom: 40px;
    width: 100%;
}

.multiple_cards .icon div {
    min-height: 200px;
    max-width: 80%;
    margin: 0 auto;
}

.multiple_cards .header{
    text-align: center;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.multiple_cards .icon a{
    font-weight: 600;
    font-size: 1.2rem;
    color: #242424;
}

@media (min-width:600px){
    .multiple_cards .icon{
        width: 50%;
    }

    .multiple_cards .icon div {
        min-height: 200px;
        max-width: 250px;
    }
}

@media (min-width:992px){
    .multiple_cards .icon div{
        min-height: 175px;
    }     

    .multiple_cards .icon a{
        font-weight: 600;
        font-size: 1rem;
        color: #242424;
    }

}


@media (min-width:1200px){
    .multiple_cards .icon a{
        font-weight: 600;
        font-size: 1.2rem;
        color: #242424;
    }
}


/*icons container*/
.icons_container{
    text-align: center;
}

.icons_container .row{
    display: block;
}

.icons_container .row .icon.col div{
   max-width: 100%;
   margin: 0;
   text-align: left;    
}


.icons_container .icon a{
    color: #242424;
    font-weight: 600;
    text-decoration: none;
    vertical-align: middle;
    line-height: 35px;
} 

.icons_container img{
    max-width:35px;
    display:block;
    margin: 0 10px 0 0;
    padding-bottom: 0;
    float: left;
}

/*specialty/career pages icons*/
.page_content .icons_container.career_overview .row .icon.col div{
    min-height: 125px;
    background-color: #f0f8ff;
    margin-top: 20px;
    border-radius: .5rem;
}

.icons_container .fact_header{
    font-size: 1.6rem;
    font-weight: 100;
    text-align: center;
    display: block;
    line-height: 1.6rem;
    margin-top: 10px;
}

.icons_container .fact_answer{
    margin-top:18px;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    display: block;
}

@media (min-width:768px){
    .icons_container .row{
        display: flex;
    }

    .icons_container .row .icon.col div{
        min-height: 200px;
        max-width: 400px;
        margin: 10px auto;
        text-align: center;    

    }

    .icons_container .icon a{
        text-align: center;
        line-height: 18px;
    }

    .icons_container img{
        max-width:100px;
        margin: 0 auto;
        float: none;
    }

}

/*nursing divider*/
.nursing_programs_divider{
    min-height: 300px;
    color: #fff;
    background: linear-gradient(to right, #0A225F, #1A47BB 100%); 
}

.nursing_programs_divider h2,.nursing_programs_divider p{
    color: #fff;
    text-align: center;
    padding: 0 10vw;    
}

@media (min-width:550px){
    .nursing_programs_divider{
        background:   
        url("https://www.registerednursing.org/wp-content/themes/registerednursing/inc/assets/images/icons/cross.png") no-repeat  50px 20px,
        url("https://www.registerednursing.org/wp-content/themes/registerednursing/inc/assets/images/icons/cross.png") no-repeat right 50px top 20px,   
        linear-gradient(to right, #0A225F, #1A47BB 100%); 
        background-size: 50px 50px, 50px 50px, 100%;
    }
}

@media (min-width:992px){
    .nursing_programs_divider h2,.nursing_programs_divider p{
        text-align: left;
        padding: 0;    
    }

    .nursing_programs_divider{
        background: 
        url("https://www.registerednursing.org/wp-content/themes/registerednursing/inc/assets/images/icons/cross.png") no-repeat right 100px top 20px,
        url("https://www.registerednursing.org/wp-content/themes/registerednursing/inc/assets/images/icons/cross.png") no-repeat right 150px bottom 40px,
        linear-gradient(to right, #0A225F, #1A47BB 100%); 
        background-size: 50px 50px, 50px 50px, 100%;
    }

}

@media (min-width:1250px){
    .nursing_programs_divider{
        background: 
        url("https://www.registerednursing.org/wp-content/themes/registerednursing/inc/assets/images/icons/cross.png") no-repeat right 100px top 20px,
        url("https://www.registerednursing.org/wp-content/themes/registerednursing/inc/assets/images/icons/cross.png") no-repeat right 10px top 80px,
        url("https://www.registerednursing.org/wp-content/themes/registerednursing/inc/assets/images/icons/cross.png") no-repeat right 150px bottom 40px,
        linear-gradient(to right, #0A225F, #1A47BB 100%); 
        background-size:50px 50px,150px 150px, 50px 50px, 100%;
    }
}

@media (min-width:1520px){
    .nursing_programs_divider{
        background: 
        url("https://www.registerednursing.org/wp-content/themes/registerednursing/inc/assets/images/icons/cross.png") no-repeat -100px 60px,
        url("https://www.registerednursing.org/wp-content/themes/registerednursing/inc/assets/images/icons/cross.png") no-repeat  60px 20px,
        url("https://www.registerednursing.org/wp-content/themes/registerednursing/inc/assets/images/icons/cross.png") no-repeat right 100px top 20px,
        url("https://www.registerednursing.org/wp-content/themes/registerednursing/inc/assets/images/icons/cross.png") no-repeat right 10px top 80px,
        url("https://www.registerednursing.org/wp-content/themes/registerednursing/inc/assets/images/icons/cross.png") no-repeat right 150px bottom 40px,
        linear-gradient(to right, #0A225F, #1A47BB 100%); 
        background-size: 200px 200px,50px 50px, 50px 50px,150px 150px, 50px 50px, 100%;
    }
}



.nursing_programs_divider .container {
    margin-top: 0;
    margin-bottom: 0;
}

/*state city linkout panel*/
.state_city_linkout .state_city_link_container ul, .state_city_linkout .state_city_link_container ol {
    padding: 0;
}

.state_city_linkout .state_links ul li{
    list-style: none;
}


.state_city_linkout .state_links ul li {
    color: #333;
    float: left;
    font-size: 16px;
    font-weight: 300;
    list-style: outside none none;
    padding: 2px 0;
    width: 20%;
}

.state_city_linkout .state_links ul li a{
 color: #333;
 text-decoration: none;
}

.state_city_linkout .state_links ul li a:hover{
 color: #2079ca;
}

.state_city_linkout .state_links ul li  strong {
    color: #2079ca;
    float: left;
    font-weight: 600;
    margin-right: 0;
    width: 30px;
}


.state_city_linkout table.city_list tr td:first-child{width:40%;}


.state_city_linkout .state_city_link_container{
    padding: 30px 100px 30px 0;
}

.state_city_linkout .state_city_link_container p a {
    color: #242424;
    font-size: 1.2rem;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: -1px;
}

.state_city_linkout .state_city_link_container p a span{
    color: #2079ca;
    font-size: 16px;
}

.state_city_linkout .state_city_link_container li a{
    color: #2079ca;
}

.state_city_linkout .state_city_link_container .list-group-flush>.list-group-item:last-child{
    border-bottom-width:1px;
}

@media (min-width:992px){
    .state_city_linkout .state_city_link_container ul, .state_city_linkout .state_city_link_container ol {
        max-height: 125px;
        overflow-y: auto;
    }
}

  
  @media(max-width:1199px){
    .state_city_linkout .state_links ul li{
      width: 25%;
     }
   .state_city_linkout .state_city_link_container p a span{
    display: inline;
}
  }
  
  @media(max-width:768px){
    .state_city_linkout .state_links ul li {
    width: 33%;
   }
  }
  
  @media(max-width:468px){
    .state_city_linkout .state_links ul li {
    width: 50%;
    font-size: 16px;
    line-height: 22px;
   }
   
   .state_city_linkout .state_links ul li strong{
    display:none;
   }
   
  }

/*linkouts_2_section links panel*/

.linkouts_2_section .right{
    text-align: center;
}

.linkouts_2_section .right h4{
    margin: 20px 0; 
}

.linkouts_2_section .right h4 a{
    color: inherit;
}

@media (min-width:992px){
    .linkouts_2_section .left > div{
        border-right: 2px solid #0A225F;
        padding-right: 30px;

    }

    .linkouts_2_section .right > div{
        padding-left: 30px;
    }
    
    .linkouts_2_section .right > div p{
        margin-bottom: 2rem;
    }

}



/*latest articles*/
.latest_articles{
    color: #555;
    margin-top: 50px;
    font-size: 16px;
}

.latest_articles h2,.latest_articles p{
    text-align: center;
    padding: 0 5vw;    
    margin-top: 0;
}

.latest_articles .article figure{
    margin-bottom: 0;
}

.latest_articles .article img{
    width: 100%;
    max-height: 200px;
}

.latest_articles .article .article_title{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.latest_articles .article p{
    font-size: 14px;
}

.latest_articles .article_details{
    margin-bottom: 10px;
}

.latest_articles .article_details .min_read{
    font-weight: 600;
    font-size: 14px;    
}

.latest_articles .article_details .article_date{
    float:right;
    font-size: 14px;
}

.latest_articles .btn{
    margin-bottom: 20px;
}

@media (min-width:500px){

    .latest_articles .article figure {
        margin-bottom: 0;
        float: right;
        width: 150px;
        margin-left: 20px;
    }

}


@media (min-width:992px){
    
    .latest_articles .article figure {
        margin-bottom: 0;
        float: none;
        width: 100%;
        margin-left: 0;
    }
    
    .latest_articles h2,.latest_articles p{
        text-align: left;
        padding: 0;    
    }
}



/*latest rankings section*/
.latest_rankings{
    color: #000;
}

.latest_rankings h2,.latest_rankings p{
    text-align: center;
    padding: 0 5vw;    
}

.latest_rankings .article{
    display: flex;    
    flex-direction: column;
    margin: 0 !important;
}

.latest_rankings .article ul{
    margin: 0;
}

.latest_rankings .article figure{
    margin-bottom: 0;
    width:150px;
    margin: 0 auto;   
}

.latest_rankings .article img{
    width: 100%;
    height: initial;
    display: none;
}

.latest_rankings .article .article_title{
    width: 100%;
    text-align: center;
}

.latest_rankings .article .article_title a{

    line-height: 1.2rem;
}

.latest_rankings .article p{
    font-size: 14px;
}

.latest_rankings .article_details{
    margin-bottom: 10px;
}

.latest_rankings .article_details .min_read{
    font-weight: 600;
    font-size: 14px;    
}

.latest_rankings .article_details .article_date{
    float:right;
    font-size: 14px;
}

.latest_rankings .article li{
    margin-bottom: 16px;
    line-height: 18px;
}


@media (min-width:992px){
    .latest_rankings .article{
        flex-direction: row-reverse;
        margin: auto;
    }

    .latest_rankings .article figure{
        width: 125px;
        margin-bottom: 0;
        margin-top: 0;
        margin-right: 5px;   
        margin-left: 5px;   
    }
    .latest_rankings .article .article_title{
        text-align: left;
    }
    .latest_rankings .article img{
        display: block;
    }
    
}

/*accordion toc */
#toc .accordion-button{
    font-size: inherit;
}


/*accordion answers*/
.answers_list .accordion button{
    background: #f8f8f8;    
}

.answers_list .accordion button:before{
    content: "Q";
    font-size: 2em;
    color: #0A225F;
    font-weight: 500;
    padding-right:20px;
}

.answers_list .accordion .accordion-body{
    background: #f2f2f2;
}

.answers_list .accordion .accordion-item{
    margin-bottom: 20px;
}

/*section spacing*/
section .container{
    margin-top: 0px;
    margin-bottom: 60px;
}

.container section .container{
    padding: 0;
    margin-top: 0;
}

@media (min-width:992px){
    section .container{
        margin-top: 100px;
        margin-bottom: 100px;
    }
}



/*author*/
.author-image {
    border-radius: 20px;
    height: 35px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 35px;
  }
  
  .author-image-container{
    float: left;
  }
  
  .author_details{
    float:left;
    text-align: left;
  }
  
  /*last updated*/
  .last-updated{
    margin-top:7px;
    margin-bottom:7px;
    float:right;
    color: #888;
    font-size: 12px;
  }
  
  .post-template-infographic-with-header-full-width .last-updated,.page-template-infographic-with-header-full-width .last-updated{
    float: none;
    margin: 10px 0;
  }

  .post-template-infographic-with-header-full-width .last-updated .author_details, .page-template-infographic-with-header-full-width .last-updated .author_details{
    float:none;
    text-align: center;
  }


/*related articles in content*/
.related_articles_section {
    padding: 30px;
    background: #f0f8ff;
    margin: 60px 0;
    border: 2px solid #ccc;
}

.page_content .related_articles_section :is(h1, h2, h3, h4, h5, h6) {
    margin-top: 0;
}
  

/*specialized text*/
.header_text{
    color: #0A225F;
    font-weight: 600;
}

.edit_link,.edit_link a{
    font-size: 14px !important;    
}

/* backgrounds */
.bg-hor-gray-gradient{
    background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, #F8F8F8 100%);
}

/*bootstrap adjustments*/
.btn{
    font-weight:600;
    border-radius: 10px;
    padding-left:1.5rem;
    padding-right:1.5rem;
}
.btn-outline-primary{
    color: #0A225F;
    border-color: #0A225F;
    background-color: #fff;
}

.btn-outline-primary:hover,.btn-outline-primary-selected,.btn-outline-primary-selected:hover{
    color: #fff;
    background-color:#0A225F;
    border-color: #0A225F;
}

.btn_long{
    width: 100% !important;
    max-width: 275px;
}

/*quote*/
.blockquote-container{
    margin: 60px 0;
}

.blockquote{
    font-size: 150%;
    padding-left: 30px;
    font-style: italic;
}

.blockquote-footer{
    text-align: right;
}

.blockquote mark{
    padding: 0;
    background: transparent;
}

/*esyoh widget*/
body .esy_type_listings,body .esy_in_content_button_widget{
    margin-top:60px;
    margin-bottom: 60px;
}

body .esy_in_content_button_widget{
    margin-top:40px;
    margin-bottom: 40px;
}


body .esy_widget_container .esy_widget_header{
    font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 0;
}

body .page_header .esy_widget_container{
    min-height: 150px;
}

.single-state .esy_in_content_zip_widget, .single-state .esy_widget.custom_bullet_widget{
    margin: 0;
}

@media (max-width: 768px) {
    body .page_header .esy_widget_container{
        min-height: 200px;
    }
}

/*blue cross*/
.b_cross {
    color: #fff;
    background: url(https://www.registerednursing.org/wp-content/themes/registerednursing/inc/assets/images/icons/b_cross.svg) no-repeat top 0 right -90px,
                url(https://www.registerednursing.org/wp-content/themes/registerednursing/inc/assets/images/icons/b_cross.svg) no-repeat top 0 left 40px,
                url(https://www.registerednursing.org/wp-content/themes/registerednursing/inc/assets/images/icons/b_cross.svg) no-repeat top 130px left 150px;
    position: absolute;
    width: 100%;
    height: 200px;
    opacity: .05;
    background-size: 200px 200px,120px 120px,70px 70px,100%;
    z-index: -1;
}

@media (min-width:992px){
    .b_cross {
        opacity: .05;
    }
}

@media (min-width:1800px){
    .b_cross {
        opacity: 1;
    }
}

/*carousel*/
.carousel{
    padding:30px 0;
    background-color: #f8f8f8;
}

.carousel-caption,.carousel-indicators{
    position: relative;
    left:0;
    right: 0;
}

.carousel .carousel-inner{
    margin: 30px 0;
    padding: 0 100px;
}


.carousel .carousel-header {
    text-align: center;
    margin: 60px auto 0px auto;
    width: 80%;
    max-width: 800px;
}

.carousel-control-prev,.carousel-control-next{
    opacity: .2;
    width: 10%;
}

.carousel-item .left > div{
    text-align: center;
}



@media (min-width:992px){
    .carousel-item .left > div{
        text-align: left;
    }
}

@media (min-width:1200px){

    .carousel-item .left > div{
        margin-top: 100px;
        padding: 0 100px;
    }

    .carousel-control-prev,.carousel-control-next{
        opacity: .5;
    }
    

}



/**salary widget*/
.salary_widget{
    padding: 1em 0;
  }
  
  .small_container.salary_widget{
    padding: 0;
  }
  
  
  .salary_widget .filters_container{
    width:30%;
    float:left;
  }
  
  .salary_widget .filter_container{
    margin-top:10px;
  }
  
  .salary_widget .filter_container select{
    margin-bottom:0;
    padding-bottom:0;
    width: 220px;
    min-height: 30px;
  }
  
  
  .salary_widget h3 img{
      margin-bottom: 10px;
      margin-right: 10px;
      vertical-align: middle;
  }
  
  
  .salary_widget h4 {
      font-size: 24px;
      font-weight: 300;
      margin: 13px 0 3px 0px;
      padding: 0;
      text-decoration: none;
  }
  
  .salary_widget_loader{
    display: block; 
    width: 60%; 
    height: 300px; 
    position: absolute; 
    z-index: -99999;  
  }
  
  .chart_container{
    float:left;
    width:60%;
    margin:20px 3px 0px 30px;
  }
  
  #salary_chart_compare{
    height:350px;
  }
  
  
  
  
  /*salary mobile adjustments*/  
  
  @media (max-width: 768px) {
   
    .salary_widget .filters_container{
      width:100%;
      float:none;
    }  
    
    .chart_container{
      float:none;
      width:100%;
      margin:20px 5px 5px 5px;
    }   
    
    .salary_widget_loader{
      width: 95%; 
    }   
    
            
  }  


/*alerts*/
span[class*="alert-"] a{
    color:inherit;
}

/*wordpress defaults*/
.clear{
    clear:both;
}

b, strong{
    font-weight: 700;
}

figure.aligncenter{
    text-align: center;
}

figure.alignleft,figure.alignright{
    float: none;
    display: block;
    margin: 0 auto;
}

figure.alignleft img,figure.alignright img{
    width: 100%;
}

figure.wp-block-image{
    width:100%;
    margin: 50px auto;
    display: block;
    max-width: 1200px;
}

figure.wp-block-image figcaption{
    padding-top: 10px;
    font-weight: 200;
}

figcaption{
   text-align: center;
}

@media (min-width:768px){
    figure.alignleft{
        float:left;
        padding:0 20px 20px 0;
    }

    figure.alignright{
        float:right;
        padding:0 0 20px 20px;
    }

    figure.alignleft img,figure.alignright img{
        width: auto;
    }
}


/*article pages*/
#page-articles .latest_articles{
    margin-top: 0;
}

#page-articles .article{
    margin:30px 0
}


/*infographic featured_article page template*/  
.featured_article{
    background:#fff;
  }
  
  .featured_article [class*="span"]{
    min-height:0;  
  }
  
  .featured_article .header{
    padding:0;
  }
  
  .featured_article .page_content p,.featured_article .page_content li{
    font-size: 18px;
    line-height: 28px;
    overflow-wrap: break-word;
   }
  
  .featured_article .addthis_inline_share_toolbox{
    text-align:center;margin-bottom:20px;margin-top:5px;
    min-height: 47px;
  }
  
  .infographic-header {
      background-size: cover;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 300px;
      position: relative;
      z-index: 1;
  }
  
  .infographic-header h1 {
      color: #fff;
      text-align: center;
      font-size: 72px;
      font-weight: bold;
      overflow: hidden;
      z-index: 20;
      position: relative;
      z-index: 4;
      max-width: 1200px;
      line-height: 100px;
      text-shadow: 3px 3px #333;
      padding:0 10px;
  }
  
  .featured_article em{
      font-size: 22px;
      padding: 0;
      font-weight: 800;
      display: block;
      margin: 0 auto;
      width: 95%;
      margin-bottom: 20px;
      line-height: 30px;
      color: #666;
  }
  
  .featured_article pre{
    background:none;
    border:none;
    padding:0;
    margin:0;
  }
  
  .featured_article .wp-block-image figure{
    margin: 25px auto;
    width: fit-content;
  }
  
  .featured_article h2{
    margin-top:20px;
    margin-bottom:10px;
  }
  
  .featured_article .well h2{
    font-size: 52px;
    line-height: 60px;
    margin: 0;
    color: #1e507e;
    text-align: center;
  }
  
  .featured_article h3{
    margin-top:10px;  
    margin-bottom:5px;
  }
  
  @media(max-width:1200px){
  
    .infographic-header h1 {
        font-size: 58px;
        line-height: 78px;
         max-width: 1100px;
    }
  
    .featured_article .well h2{
      font-size: 32px;
      line-height: 40px;
    }
  
  }
  
  
  @media(max-width:768px){
    
    .infographic-header h1 {
        font-size: 42px;
        line-height: 62px;
    }
  
  
  }
  



/*  NCLEX Questions */

.questions_container .question_container{
    padding-bottom:40px;   
  }
  
  .questions_container .question_container div.q_headers{  
    color:#1e507e;
    font-size:20px;
    line-height:30px; 
  }
  
  
  .questions_container .question_container div:before{
    display:none;
  }  
  
  body:not(#page-nclex-rn-practice-test-questions) .question_container div.q_headers{
    font-size:18px;
    line-height:26px;                         
  }
  
  .questions_container .question_container div.q_headers ol,.questions_container .question_container div.q_headers ul{
    margin-top:20px;
    font-size:85%;
  }   
  
  .questions_container .question_container div.q_headers li{
    padding-bottom:0px;
  }
  
  .questions_container .question_container ul {
      margin: 8px 0 0 20px;
      padding: 0;
  }
  
  .questions_container .question_container > ul li{
    list-style-type: upper-alpha;
    padding-bottom:10px;
    font-weight:bold;
  }
  
  @media (min-width:700px){
    .questions_container .question_container .question_image img{
      max-width:800px;
      max-height: 500px;
      margin:20px auto;
    }
  }
  
  
  .questions_container .question_container ul li span{
    font-weight:normal;
  }         
  
  .questions_container .question_container .correct_response{
    background: #eee;
    padding:20px;
    display:none;
  }
  
  .questions_container .question_container ul li.correct,.questions_container .question_container ul li.correct span{
    font-weight:bold;
    color:green;
  }
  
  


  /*jobs search header*/
  .jobs_search_header{
    background: #0d74bb; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#0d74bb, #0a578c); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0d74bb, #0a578c); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0d74bb, #0a578c); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0d74bb, #0a578c); /* Standard syntax */
    padding:20px 20px 10px 20px;
    border-bottom:1px solid #aaa;
    border-top:1px solid #aaa;
    margin-bottom:30px;
    min-height: 200px;
  }
  
    .jobs_search_header form{
      margin:0;  
    }
  
  .jobs_search_header form .search_title{
    text-align:center;
    font-size:180%;
    text-transform:uppercase;
    font-weight:100;
    color:#fff;
    line-height:125%;
    padding-bottom:20px;
  }
  
  
  .jobs_search_header form input[type=text] {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 5px;
    border-radius: 0px;
    border: 1px solid #ddd;
    font: inherit;
    color: #686868;
    background: #fff;
    height:45px;
}

  .jobs_search_header form select{
    width:100%;
    border:1px solid #ccc;
    vertical-align:top;
    height:45px;  
    margin: 0 0 20px 0;
    padding: 5px;
    border-radius: 0px;
    color: #686868;
    background: #fff;    
}
  
  .jobs_search_header form input[type=submit]{
    width: 100%;
    background: #444;
    height: 45px !important;
    box-shadow: none;
    font-size: 115%;
    font-weight: 800; 
    text-transform:uppercase; 
    border:3px double #fff;
    border-radius:0;
    color: #fff;
} 
  
  .jobs_search_header form input[type=submit]:hover{
   background:#444;
}  
  
 .jobs_search_header form input, #page-jobs .jobs_search_header form select{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
    
  
@media(max-width:768px){

  .jobs_search_header form .search_title{
     font-size:145%;
  }
} 



  /*jobs search page*/
  #search_page .search_title{
    display:none;
  }
  
  #search_page h1{
    font-size:28px;
    line-height:32px;
  }  
  
  .job_container{
    padding:15px 20px;
    border:1px solid #ddd;
    border-radius:3px;
    margin-bottom:20px;
  } 
  
  .job_container h4{
    margin:5px 0;
    float:left;
    width:80%;
  }  
  
  .job_container .listing_subline{
    clear:both;
    color: #999;
  }  
  
  .job_container .get_details_btn{
    float:right;
  }
  
  .job_container .posted_by{
    font-size:85%;
    color:#999;
    float:right;
  }
 
 
  
.jobs-alert-container input[type="submit"]{
  background: #faa732;
  font-size:16px;
  height:auto !important;
  color: #333 !important;
}

.jobs-alert-container input[type="text"]{
  width:160px;
}

@media(max-width:1200px){


 .jobs-alert-container input[type="text"]{
    padding:10px;
    font-size:14px;
    height:32px;
 }
 
  .jobs_search_rail input[type="text"],.jobs_search_rail select{
     width:100%;
      -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;     
    height:32px;
  }
 
}

@media(max-width:768px){
   .jobs-alert-container input[type="text"],.jobs-alert-container input[type="submit"]{
      width:auto;
   }

  .jobs_search_rail{display:none;}   
}


/*pagination*/
.pagination{
    margin:0;
    padding:0;
    text-align:right;
}
.pagination li{
    display: inline;
    padding: 6px 10px 6px 10px;
    border: 1px solid #ddd;
    margin-right: -1px;  
    background: #FFFFFF;
}
.pagination li a{
    text-decoration:none;
    color: rgb(89, 141, 235);
}
.pagination li.first {
    border-radius: 5px 0px 0px 5px;
}
.pagination li.last {
    border-radius: 0px 5px 5px 0px;
}
.pagination li:hover{
    background: #EEE;
}

.pagination li.current {
    background: #89B3CC;
    border: 1px solid #89B3CC;
    color: #FFFFFF;
}


/*social icons*/


.share_icons span{
    color: #555;
    font-size: 14px;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #333;
  margin: 0;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 3px;
}

.resp-sharing-button span{
    font-size: 12px;
    display:none;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #333;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #333;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #fff
}

.resp-sharing-button--twitter:hover {
  background-color: #fff
}

.resp-sharing-button--facebook {
  background-color: #fff
}

.resp-sharing-button--facebook:hover {
  background-color: #fff
}

.resp-sharing-button--reddit {
  background-color: #fff
}

.resp-sharing-button--reddit:hover {
  background-color: #fff
}

.resp-sharing-button--linkedin {
  background-color: #fff
}

.resp-sharing-button--linkedin:hover {
  background-color: #fff
}


.resp-sharing-button--facebook {
  background-color: #fff;
  border-color: #fff;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #fff;
  border-color: #fff;
}

.resp-sharing-button--twitter {
  background-color: #fff;
  border-color: #fff;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #fff;
  border-color: #fff;
}

.resp-sharing-button--linkedin {
  background-color: #fff;
  border-color: #fff;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #fff;
  border-color: #fff;
}

.resp-sharing-button--reddit {
  background-color: #fff;
  border-color: #fff;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #fff;
  border-color: #fff;
}

/*youtube*/
@media(max-width:530px){
    .wp-block-embed-youtube iframe{
        width: auto;
        width: -webkit-fill-available;
    }
}

/*z-index*/
.z-index-top{
    z-index:50000;
}


/*jumbotron*/
.jumbotron{
    background:#f0f8ff;
}