/*
Theme Name: ISR Theme
Author: Manvitha Vaduguru
*/

*{
    box-sizing: border-box;
}

html {

    font-family: sans-serif; /* 1 */
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
}

body {
    /*font-family: "Poppins",Open Sans,Arial,sans-serif;*/
    font-family: Open Sans,Arial,sans-serif;
    color: #333;
    background-color: #fff;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    /*color: #333333;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}

/*html, body {
    max-width: 100%;
    overflow-x: hidden;
    overflow-wrap: break-word;
    hyphens: auto;
}*/

/*
    Nav Bar
*/

.navbar .navbar-toggler-icon {
    /*background-image: url(data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000…p='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);*/
    /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,203,11, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");*/
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/*data:image/svg+xml,%3csvg xmlns='http://www.w3.org…dth='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e*/
.logo-container {
    width: 80%;
    margin: 0 auto;
}

.custom-container-70{
    width: 70%;
    margin: 0 auto;
}

.custom-container-80{
    width: 80%;
    margin: 0 auto;
}

.custom-container{
    width: 80%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 30px;
}
footer .custom-container{
    padding-top: 30px!important;
}

.container-fluid {
    padding: 0px;
}
#main-header {
    background-color: rgba(0,39,76,0);
    font-weight: 500;
}

#main-header {
    box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
}

#top-header {
    background-color: #00274c!important;
}

#top-header .container,
#top-menu-nav,
#main-header #menu-primary-menu .nav-link,
#main-header #menu-primary-menu .dropdown-item {
    font-weight: 600;
}

#top-header a {
    color: #fff;
    font-size: 16px;
}

#main-header #logo_container {
    height: 90px!important;
}

#logo {
    max-height: 64%;
}

#logo_mobile {
    max-height: 64%;
}

#menu-primary-menu > li > a {
    padding-bottom: 2em;
}

#top-menu-nav > ul > li > a:hover {
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#main-header #menu-primary-menu li {
    font-size: 14px;
}

.dropdown-item {
    white-space: unset;
}

#main-header #menu-primary-menu li a,
#main-header #menu-primary-menu .nav-link,
#main-header #menu-primary-menu .dropdown-item {
    font-size: 16px;
}

#main-header #menu-primary-menu li ul {
    background-color: rgba(0,39,76,0.9);
}

#main-header #menu-primary-menu li li {
    padding: 0 20px;
    margin: 0;
}

a:focus {
    outline: 5px auto #ffcb05;
}


#logo_container img {
    width: auto;
    margin-top: 25px;
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
    #logo_container img {
        /*max-width: 500px;*/
        max-width: 60%;
        height: auto;
    }
}

/*#main-header {
    !*#main-header #logo_container {*!
    !*    background: rgba(0,39,76,0.8);*!
    background-color: #2f65a7;
}*/

@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        top: 50%!important;
    }
}

/*@media only screen and (max-width: 981px) {*/
@media only screen and (max-width: 992px) {

    /*#main-header #menu-primary-menu {
        background-color: rgba(47,101,167,0.9)!important;
    }*/

    #main-header #menu-primary-menu li a:hover,
    #main-header #menu-primary-menu li li a:hover,
    #main-header #menu-primary-menu li li li a:hover,
    #main-header #menu-primary-menu .dropdown-item:hover {
        background-color: inherit;
        text-decoration: underline;
    }

    #main-header #menu-primary-menu li a:hover {
        color: white!important;
    }

    #main-header #menu-primary-menu li.current-menu-ancestor>a,
    #main-header #menu-primary-menu li.current-menu-item>a,
    #main-header #menu-primary-menu li.current_page_item>a {
        background-color: inherit!important;
        color: #ffcb05!important;
    }

}

.gsc-control-cse {
    background-color: unset !important;
    border-color: unset !important;
}

@media only screen and (min-width: 992px) {

    #___gcse_0 {
        position: absolute;
        /*display: inline-block;*/
        width: 20%;
        top: 50px;
        margin-bottom: 0;
        float: right;
        z-index: 80;
        right: 16%;
    }

    #mobile-header {
        display: none;
    }

    #main-header div#top-navigation-mobile,
    #main-header div#top-navigation {
        background: rgba(47,101,167,0.9)!important;
        border-top: 1px solid rgba(255,255,255,0.4)!important;
        border-bottom: 1px solid rgba(255,255,255,0.4)!important;
    }

    #main-header div#top-navigation-mobile nav,
    #main-header div#top-navigation nav {
        padding: 0;
    }

    #main-header #menu-primary-menu li {
        padding-right: 0!important;
        border: 1px solid rgba(255,255,255,0.4)!important;
        float: left!important;
        background: rgba(47,101,167,0.9)!important;
    }

    #main-header #menu-primary-menu li a {
        padding: 12px 20px!important;
        line-height: 1.3;
        color: #ffffff;
    }

    #main-header #menu-primary-menu li ul {
        border-top: none;
        padding: 0;
        width: auto;
        border-color: #2f65a7;
    }

    #main-header #menu-primary-menu li li {
        padding: 0;
        width: 100%;
    }

    #main-header #menu-primary-menu li li {
        width: 250px;
    }

    #main-header #menu-primary-menu li.current-menu-item a,
    #main-header #menu-primary-menu li.current-menu-ancestor {
        background: rgba(0,39,76,0.7)!important;
    }

    #main-header #menu-primary-menu li.current-menu-ancestor>a,
    #main-header #menu-primary-menu li.current-menu-item>a,
    #main-header #menu-primary-menu li.current_page_item>a {
        color: #ffcb05;
    }

    #main-header #menu-primary-menu li:hover,
    #main-header #menu-primary-menu li li:hover,
    #main-header #menu-primary-menu li li li:hover,
    #main-header #menu-primary-menu .dropdown-item:hover:hover {
        background: rgba(0,39,76,0.7)!important;
    }

    #main-header #menu-primary-menu li a:hover {
        color: white!important;
    }
}
/*@media only screen and (min-width: 981px) {*/
@media only screen and (min-width: 992px) {

    /*body{
        padding-top: 197px;
    }*/
	body {
		font-size: 16px;
	}
    .fixed-header-color {
        background-color: #2f65a7!important;
    }
    #main-header #logo_container {
        background: rgba(0,39,76,0.8);
    }
    /*Test Class*/
    .logo_container_test {
        background: rgba(0,39,76,0.8);
    }

    .fixed-lg-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }



    #menu-secondary-menu li a {
        padding: 0 10px 0 10px!important;
    }

    #top-header {
        border-bottom: 1px solid rgba(0,0,51,0.8);
    }



    #logo_mobile,
    #logo {
        height: 45px;
        max-height: 50%;
        /*margin-top: 25px;*/
        /*margin-left: 10%;*/
    }



}

/*@media screen and (max-width: 981px) {*/
@media screen and (max-width: 991px) {
/*@media screen and (max-width: 998px) {*/

    #main-header {
        display: none;
    }
	body {
		font-size: 18px;
	}
    #logo_mobile,
    #logo {
        max-height: 60px;
        width: 100%!important;
    }

    #mobile-header #mobile_logo_container {
        /*height: 90px!important;*/
        /*max-height: 100px;*/
        background: #00274C !important;
        padding-top: 2em!important;
    }

    /*span.logo_helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        width: 0;
    }*/

    #mobile-header .tablet-mobile-only-navigation {
        background: #00274C !important;
        padding-bottom: 1.5em!important;
    }

    #mobile-header .tablet-mobile-only-navigation .navbar-brand {
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
    }

    #mobile-header .tablet-mobile-only-navigation .navbar-toggler.custom-toggler {
        color: #ffffff!important;
    }

    /*.tablet-mobile-only-navigation .navbar-expand-lg {
        background: #00274C !important;
    }*/


    .mobile-container {
        /*background-clip: content-box!important;*/
        background: rgba(47, 101, 167, 0.9);
        border-width: 1px !important;
        border-style: solid !important;
        border-color: rgba(255, 255, 255, 0.4) !important;
        border-image: initial !important;
		padding: 0 12px !important;
    }

    div#mobileMenu {
        position: absolute;
        top: 53px!important;
        background-color: rgba(47, 101, 167, 0.95);
        width: 80%;
        align-items: center;
        opacity: 1;
        left: 10%;
        z-index: 9999;

    }

    ul#menu-mobile-menu {
        list-style-type: none;
    }

    ul#menu-mobile-menu li ul.sub-menu {
        list-style-type: none;
        padding-left: 0;
        visibility: visible;
    }

    ul#menu-mobile-menu li {
        border-top: 1px solid rgba(255, 255, 255, 0.4) !important;
    }

    ul#menu-mobile-menu li a {
        font-size: 18px !important;
        text-align: center !important;
        border-bottom: 1px solid rgba(0,0,0,.03);
        color: #ffffff;
        padding: 10px 5%;
        display: block;
        transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    }

    ul#menu-mobile-menu li.menu-item-has-children>a {
        font-weight: 700;
    }

    ul#menu-mobile-menu li a:hover,
    ul#menu-mobile-menu li ul.sub-menu li a:hover {
        text-decoration: underline;
    }
}



/*
To make NavBar Submenu open on hover
https://codepen.io/codingyaar/pen/wvxyqmb
 */

@media screen and (min-width: 769px) {
    /*.dropend .dropdown-toggle {
        margin-left: 1em;
    }*/

    .dropdown:hover > .dropdown-menu,
    .dropend:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
        /*margin-left: 0.125em;*/
    }
}
@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }
    /*.dropend .dropdown-toggle {
        margin-left: 0.5em;
    }*/
}



/*
Main Content - SideBar & Page Title
 */

/*#main-content {
    background-color: #fff;
}*/

#main-content {
    background-color: transparent;
}

/*
Footer
 */
@media screen and (max-width: 980px){
    .social-media-links{
        float: right;
    }
}
@media screen and (min-width: 769px){
    .wrap{
        /*
        521px without admin header
        553px with admin header
         */
        /*min-height: calc(100vh - 521px); !*view port height - 553px*!*/
        min-height: calc(100vh - 363px); /*view port height - 553px*/
        /*min-height: calc(100vh - 252px);*/
    }
}

/*@media (min-width: 769px){
    .social-media-links {
        margin-top: ;
    }
}*/

footer,
footer a{
    background-color: #00274c!important;
    color: #ffffff!important;
    font-size: 14px;
}

#footer-block .contact li:first-child a{
    display: inline-block;
}

.footer-logo {
    margin-right: 20px!important;
}

.textwidget,
.footer-logo,
.footer-logo aside.widget,
.footer-logo-info aside.widget {
    display: inline-block;
}

.footer-logo aside.widget {
    display: inline-block;
}

footer a{
    text-decoration: none;
}

footer a:hover {
    color: #FFCB05!important;
    text-decoration: underline;
}

footer a:focus {
    outline: 5px auto #ffcb05;
}

.social-media-links {
    list-style-type: none;
}

ul.social-media-links li {
    padding-top: 5px;
    margin-bottom: 8px;
}

.social-media-links li a {
   margin-right: 8px;
}

i.fa-facebook-f,
i.fa-twitter,
i.fa-youtube,
i.fa-linkedin-in {
    color: #ffffff;
    font-size: 21px;
/*     height: 42px; */
    width: 42px;
}

/*
.social-media-links li a {
    height: 42px;
    width: 42px;
}*/

/*
    Main Content - Header
 */

.has-thumbnail {
    /*background-position: center top;*/
    background-position: center;
    background-blend-mode: multiply!important;
    /*padding-top: 197px;*/
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/*.main-row {*/
/*    background-image: linear-gradient(90deg,#0B243B 20%,rgb(31 74 177 / 20%) 100%);*/
/*}*/

.custom-container .row .default_sidebar {
    padding-left: 0px;
    padding-right: 0px;
}

.custom-container .row .default_specialty_column {
    /*padding-left: 0px;*/
    padding-right: 0px;
}

@media only screen and (max-width: 992px) {
    /*.custom-container .row .default_sidebar {
        padding-left: 0px;
        padding-right: 0px;
    }*/

    .custom-container .row .default_specialty_column {
        padding-left: 0px!important;
        /*padding-right: 0px;*/
    }
}

.default_sidebar ul:first-of-type {
    border: 1px solid rgba(255,255,255,0.4);
}

.default_sidebar ul ul.sub-menu {
    border: none;
}

.main-header .main-row {
    /*padding-top: 197px;*/
    padding-top: 149px;
}

.main-header .main-row .container {
    padding-top: 75px;
    /*padding-bottom: 40px;*/
    padding-bottom: 75px;
}

aside.main-widget,
aside.main-widget div,
aside.main-widget div ul {
    width: 100%;
    max-width: 100%;
}

.main-widget ul {
    list-style: none!important;
    padding: 0!important;
    line-height: inherit!important;
}

/*.main-widget ul li {
    padding: 7px 0;
    margin-bottom: 0!important;
}*/

/*
.main-widget ul li ul.sub-menu {
    padding-top: 7px!important;
}
*/

.main-widget ul li ul.sub-menu li {
    margin-left: 15px;
}

.main-widget ul li a {
    font-size: 16px;
    text-decoration: none;
    color: white!important;

}

.main-widget ul li a:hover {
    text-decoration: underline;
}

.main-widget ul li a:focus {
    outline: 5px auto #ffcb05;
}

.main-widget .current_page_item > a {
    color: #FFCB05!important;
    font-weight: bold!important;
}

.main-widget .current_page_item > a:after {
/*    font-family: "Font Awesome 5 brands";*/
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    content: "\f054";
    padding-left: 1em;
    color: #FFCB05;
    font-weight: bold;
}

/*.main-widget ul li.current-menu-item > a {
    color: #FFCB05!important;
    font-weight: bold!important;
}

.main-widget ul li.current-menu-parent ul li.current-menu-item > a {
    color: #FFCB05!important;
    font-weight: bold!important;
}*/

h1.section-header-title {
    font-weight: 500;
	font-size: 48px !important;
    color: #ffffff!important;
}


.main-text {
    color: #ffffff!important;
    font-size: 18px;
    word-wrap: break-word;
    width: 58%;
}
/*
.menu-about-sidebar {
    list-style: none!important;
    padding: 0!important;
    line-height: inherit!important;
}*/


/*
Wordpress Editor - Custom Color Palette
 */


#news_events .events .month-date {
    font: 700 1.5em/1'Droid Sans',sans-serif;
    text-transform: uppercase;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

ul.events .month {
    font-size: 24px;
}

ul.events .month, ul.events .date {
    color: #00274c;
}

ul.events .month, ul.events .date {
    color: #00274c;
}

ul.events li {
    padding-bottom: 20px;
    overflow: auto;
}

ul.events .month-date {
    background-color: #ffcb05;
    padding: 0.5em;
    width: 4em;
    border-right: none;
}
ul.events .month-date {
    font: 700 1.5em/1'Droid Sans',sans-serif;
    text-transform: uppercase;
    display: block;
    width: 3.5em;
    text-align: center;
    float: left;
    margin: 0 20px 10px 0;
}


.events .month-date .date {
    font-size: 45px;
}

.wp-block-cover img {
    background-blend-mode: screen;
    /*background: linear-gradient(180deg,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%);*/
    /*background-image: linear-gradient(180deg,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%),*/
    /*url('/wp-content/uploads/2023/02/gettyimages-1061809814-170667a_modified.jpg')!important;*/
    background-color: inherit!important;
}
.has-home-page-green-background-color {
    background-color: #75988D;
}

.has-home-page-blue-background-color {
    background-color: #00274C;
}

.has-about-page-blue-background-color {
    background-color: #4C638A;
}

.has-about-page-yellow-background-color {
    background-color: #FFCB05;
}

.has-about-page-orange-background-color {
    background-color: #CC6600;
}

.has-home-page-green-color > a,
.has-home-page-green-color {
    color: #75988D;
}

.has-home-page-blue-color {
    color: #00274C;
}

.has-about-page-blue-color > a,
.has-about-page-blue-color {
    color: #4C638A;
}

hr.has-about-page-yellow-color,
/*.has-about-page-yellow-color > a,*/
.has-about-page-yellow-color {
    color: #FFCB05;
}

.has-about-page-orange-color > a,
.has-about-page-orange-color {
    color: #CC6600;
}

.container-padding {
    padding: 2% 0;
}

/*.wp-block-group__inner-container p {
    padding-top: 1em;
}*/

.custom-text-width p {
    width: 58%;
}

.wp-block-group__inner-container p {
    font-size: 16px;
    line-height: 1.5em;
}

/*.wp-block-group__inner-container p,*/
.wp-block-group__inner-container ul {
    font-size: 18px;
    color: #333333;
    /*padding-bottom: 1em;*/
    line-height: 1.5em;
}

.wp-block-group__inner-container ul li {
    padding: 5px 0 0;
}
.wp-block-group__inner-container p a,
.wp-block-group__inner-container ul li a {
    color: #2f65a7;
    text-decoration: none;
}

.wp-block-group__inner-container p a:hover,
.wp-block-group__inner-container ul li a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.wp-block-group__inner-container p a:focus,
.wp-block-group__inner-container ul li a:focus {
    outline: 5px auto #ffcb05;
}

/*.wp-block-group {
    padding: 2% 0;
}*/

h1, h2, h3, h4, h5, h6 {
    padding-bottom: 10px;
    line-height: 1.1em;
	font-weight: 600 !important;
}

h2.wp-block-heading a {
    text-decoration: none;
}

h3.wp-block-heading a {
    margin-top: 50px;
    font-size: 42px;
    color: #00274c!important;
    text-decoration: none;
    font-weight: 500;
}

h4.wp-block-heading a {
    margin-top: 50px;
    color: #2f65a7;
    font-size: 28px;
    text-decoration: none;
    font-weight: 500;
}

h4.wp-block-heading a:hover {
    text-decoration: underline;
}

.make-gif-btn a,
.wp-block-button__link {
    font-size: 16px;
    background-color: #ffcb05;
    border: 1px solid transparent;
    border-radius: 0px;
    border-color: #00274c!important;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    padding-right: 2em;
    padding-left: 0.7em;
    color: #00274c;
}

.make-gif-btn a:hover,
.wp-block-button__link:hover {
    text-decoration: underline;
    border: 1px solid transparent;
    /*padding: 0.3em 2em 0.3em 0.7em;*/
    border-radius: 0px;
    border-color: #ffcb05!important;
    background-color: #00274c;
    color: #ffcb05!important;
}

.make-gif-btn a {
    padding: 4.8px 11.2px 4.8px 11.2px !important;
}

.newsletter-sign-up-image {
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: initial;
    background-position: right 0px bottom 0px;
    background-image: url('/wp-content/uploads/2023/02/gettyimages-1159046576-170667a-1.jpg');
    background-color: #ffcb05;
    padding-top: 30px!important;
    padding-right: 20px!important;
    padding-bottom: 20px!important;
    padding-left: 20px!important;
}


/*
    HOME PAGE
*/
.home .main-row {
    background-position: 50%;
    /*background-color: rgba(0,39,76,0.5)!important;*/
    /*background-blend-mode: multiply;*/
}

.home-row .main-text {
    width: 85%;
}

.home-row {
    padding-top: 5%;
    padding-bottom: 5%;
}

.home-image-wrap {
    max-width: 1024px;
    margin-bottom: 2%;
}

.home-image-wrap img {
    max-width: 100%;
    height: auto;
}

.home .wp-container-17,
.wp-block-group.container {
    padding: 2% 0;
}

.home .home-featured-news {
    /*padding: 0 30px 30px;*/
    /*background-color: rgba(0,39,76,0.5);*/
    border-width: 1px;
    border-color: rgba(255,255,255,0.4);
}
.home-featured-news .wp-block-group__inner-container p {
    font-size: 18px;
}

.home .home-news-posts .wp-block-column > p:first-of-type {
    padding-bottom: 16px;

}
.home .home-news-posts .wp-block-column > p {
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
    .home .home-featured-news {
        margin-bottom: 5.82%;
    }
}

.wp-block-button {
    margin: auto!important;
}

p.has-text-color > a,
h1.wp-block-heading > a,
h2.wp-block-heading > a,
h3.wp-block-heading > a,
h4.wp-block-heading > a,
h5.wp-block-heading > a,
h6.wp-block-heading > a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}

p.has-text-color > a:hover {
    color: inherit;
    text-decoration: underline;
}
/*h1.wp-block-heading > a:hover,
h2.wp-block-heading > a:hover,
h3.wp-block-heading > a:hover,
h4.wp-block-heading > a:hover,
h5.wp-block-heading > a:hover,
h6.wp-block-heading > a:hover {
    color: inherit;
    text-decoration: underline;
}*/

/*.home .home-featured-news h2.wp-block-heading {
    margin-bottom: 0;
}*/


/*
.wp-block-button__link:after {
    font-family: ETmodules!important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    direction: ltr;
    position: absolute;
    text-transform: none;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    content: '9';
    font-size: 16px;
    opacity: 1;
    line-height: 1.7em;
    margin-left: 0.3em;
}*/

article.slug-training-opportunities div.main-featured-image {
    background-position: center top;
}
article.slug-training-opportunities div.main-row {
    background-image: linear-gradient(90deg,#002A5B 20%,rgba(0,51,51,0.42) 100%);
}


.home-news-posts p {
    font-size: 18px;
}

@media (max-width: 576px) {
    .container {
        /*margin-top: 30px;
        margin-bottom: 30px;*/
        padding-left: 10%!important;
        padding-right: 10%!important;
    }
}

@media (min-width: 576px) {
    .is-layout-constrained.container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .is-layout-constrained.container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .is-layout-constrained.container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .is-layout-constrained.container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .is-layout-constrained.container {
        max-width: 1320px;
    }
}

.wp-block-column {
    flex: 1;
}

.custom-wrapper-flex {
    flex: 1!important;
    /*flex-direction: column;*/
    align-items: stretch!important;
}


/*
* Faculty Profiles Single Page
*/

.single-isr_employee .entry-content {
    padding: 2% 0;
}

.single-isr_employee .faculty_name_single h2 {
    font-size: 41px;
}

.single-isr_employee .faculty_positions {
    font-size: 14px;
    color: #666666!important;
    line-height: 1.3em;

}

.single-isr_employee .faculty_contact_single ul {
    list-style-type: none;
    padding: 1em 0 1em 0;
}

.single-isr_employee .faculty_contact_single ul li {
    padding: 5px 0 0;
}

.single-isr_employee .faculty_contact_single ul li a {
    color: #2f65a7;
    text-decoration: none;
}

.single-isr_employee .faculty_contact_single ul li a:hover {
    text-decoration: underline;
}

.single-isr_employee .faculty_bio_single h3 {
    font-size: 24px;
    color: #333333;
}

.single-isr_employee .has-thumbnail {
    background-image: url('/wp-content/uploads/2023/05/ISR-Thompson_building_2023_01a-e1685028048938.jpg');
}

.single-isr_employee .main-text {
    width: 100%
}

.single-isr_employee img {
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 992px) {
    .single-isr_employee img {
        /*max-width: 250px!important;*/
        margin-bottom: 1em;
        margin-left: 15px;
    }
}

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

    .single-isr_employee img {
        width: 100%!important;
        margin-bottom: 1em;
        /*max-width: 100%!important;*/
    }

}


/*
* Faculty Profiles Single Page - Publications Accordion
*/

.faculty-pubs-single.accordion {
    width: 100%;
    border: 1px solid #d9d9d9;
}



/*
* Projects Single Page
*/

.single-isr_projects .entry-content {
    padding: 2% 0;
}

.single-isr_projects .has-thumbnail {
    background-image: url('/wp-content/uploads/2023/04/HomeLab_3-1.jpg');
}

.single-isr_projects img {
    max-width: 100%;
    height: auto;
}
/*.gsc-control-cse {
    padding: 2em 0!important;
}*/
.single-isr_projects .project_photo_single img {
    width: 300px;
    display: inline;
    float: left;
    margin-right: 15px;
    /*margin-left: 15px;*/
}

@media only screen and (max-width: 991px) {
    .custom-container .row {
        padding-left: 0;
        padding-right: 0;
    }
    .gsc-control-cse {
        padding: 2em 0 1em!important;
    }
    .mobile-header-padding {
        padding-left: 10%!important;
        padding-right: 10%!important;
    }
}
@media only screen and (max-width: 575px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .single-isr_projects .project_photo_single img {
        width: 100%;
        margin-bottom: 1em;
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) {
    .single-isr_projects .project_photo_single img {
        margin-bottom: 1em;
    }
}

.single-isr_projects h2.project_single {
    padding-top: 0;
    padding-bottom: 15px;
    font-size: 36px;
}

.single-isr_projects .project_topic_single {
    padding-bottom: 15px;
}

.single-isr_projects .project_info h3,
.single-isr_projects .project_center {
    padding: 15px 0;
    border-top: 1px solid #ccc;
}

.single-isr_projects .project_info h3 {
    font-size: 21px;
}

.single-isr_projects .back_to_link {
    font-weight: bold;
    margin-top: 15px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
}

.single-isr_projects .back_to_link a {
    color: #2f65a7;
    text-decoration: none;
}

.single-isr_projects .back_to_link a:hover {
    text-decoration: underline;
}


/*
* News Single Page
*/

.single-isr_news .entry-content {
    padding: 2% 0;
}

.single-isr_news .has-thumbnail {
    background-image: url('/wp-content/uploads/2023/04/gettyimages-1140728159-170667a.jpg');
}

.single-isr_news img {
    max-width: 100%;
    height: auto;
}

.single-isr_news .news_photo_single img {
    width: 300px;
    display: inline;
    float: left;
    margin-right: 15px;
    /*margin-left: 15px;*/
}

@media only screen and (max-width: 991px) {
    .single-isr_news .news_photo_single img {
        width: 100%;
        margin-bottom: 1em;
        margin-right: 0;
    }
}
@media only screen and (min-width: 992px) {
    .single-isr_news .news_photo_single img {
        margin-bottom: 1em;
    }
}

.single-isr_news h2.news_single {
    padding-top: 0;
    padding-bottom: 15px;
    font-size: 36px;
}


/*
    Faculty Profiles - Home & About Page
 */

@media only screen and (max-width: 767px) and (min-width: 576px)  {

    .fprofiles_about_row .card-group {
        display: block;
    }

}

.faculty_profile_about {
    height: auto;
    border: 1px solid #dedede!important;
}

.faculty_profile_about_photo img {
    max-width: 100%;
    height: auto;
}

.faculty_about_description {
    padding: 0 15px 15px 15px;
}

h3.faculty_home_name,
h3.faculty_about_name {
    font-size: 24px;
    color: #024794!important;
    padding-top: 10px;
}

h3.faculty_home_name a,
h3.faculty_about_name a {
    color: inherit;
    text-decoration: none;
}

h3.faculty_home_name a:hover,
h3.faculty_about_name a:hover {
    text-decoration: underline;
}

.faculty_home_positions,
.faculty_about_positions {
    font-size: 14px;
    color: #666666!important;
    line-height: 1.3em;
    padding-bottom: 15px;
}


/*
    Projects - Research Page
 */

.topics__card {
    background-color: inherit;
}
.topics__container {
    padding: 0 8%;
}

.research-topics-title {
    color: #ffffff;
    padding-left: 24px;
    font-size: 42px;
}

ul.research-topics-list {
    color: #ffffff;
    text-transform: uppercase;
}

ul.research-topics-list li {
    padding: 10px !important;
}

ul.research-topics-list a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

ul.research-topics-list a:hover {
    text-decoration: underline;
}

ul.research-topics-list li i.fas.fa-long-arrow-alt-right {
    color: #FFCB05 !important;
}

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

    .projects_research_row .card-group {
        display: block;
    }

}

.projects_research {
    height: auto;
    border: none!important;
}

.projects_research img {
    max-width: 100%;
    height: auto;
}

.projects_research_description {
    padding: 0 15px 15px 15px;
}

h3.projects_research_title {
    font-size: 21px;
    color: #2f65a7!important;
    padding-top: 10px;
}

h3.projects_research_title a {
    color: inherit;
    text-decoration: none;
}

h3.projects_research_title a:hover {
    text-decoration: underline;
}


/*
    News - News & Events Page
 */

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

    .news_events_row .card-group {
        display: block;
    }

}

.news_events {
    height: auto;
    border: 1px solid #dedede!important;
}

.news_events img {
    max-width: 100%;
    height: auto;
}

.news_events_description {
    padding: 0 15px 15px 15px;
}

h3.news_events_title {
    font-size: 24px;
    color: #024794!important;
    padding-top: 10px;
}

h3.news_events_title a {
    color: inherit;
    text-decoration: none;
}

h3.news_events_title a:hover {
    text-decoration: underline;
}

.news_events_date {
    font-size: 14px;
    color: #666666!important;
    line-height: 1.3em;
    padding-bottom: 15px;
}


/*
 *   "News" Featured Story - Home Page
 */

.featured_news_row img {
    max-width: 100%;
    height: auto;
}
/*@media only screen and (min-width: 1200px) {*/
    .featured_news_row .featured_news_photo_single img {
        width: 300px;
        /*display: inline;*/
        display: block;
        float: left;
        margin-right: 15px;
        /*margin-left: 15px;*/
    }
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*@media only screen and (max-width: 1399px) {*/
@media only screen and (max-width: 1199px) {
    .featured_news_row .featured_news_photo_single img {
        /*width: 100%;*/
        margin-bottom: 1em;
        margin-right: 0px;
        /*max-width: 80%;*/
    }
}
@media only screen and (min-width: 992px) {
    .featured_news_row .featured_news_photo_single img {
        margin-bottom: 1em;
    }
}

.featured_news_row h4.featured_news_single {
    padding-top: 0;
    padding-bottom: 15px;
    font-size: 30px;
    color: #ffcb05!important;
}

.featured_news_row .featured_news_story_more_link a {
    color: #ffcb05;
    text-decoration: underline;
}


/*
 *   "News" Latest Posts - Home Page
 */

.news_home_row img {
    max-width: 100%;
    height: auto;
}

.news_home_row .news_home_photo_single img {
    width: 300px;
    display: inline;
    float: left;
    margin-right: 15px;
    /*margin-left: 15px;*/
}

@media only screen and (max-width: 991px) {
    .news_home_row .news_home_photo_single img {
        width: 100%;
        margin-bottom: 1em;
        margin-right: 0px;
    }
}
@media only screen and (min-width: 992px) {
    .news_home_row .news_home_photo_single img {
        margin-bottom: 1em;
    }
}

.news_home_row h4.news_home_single {
    font-size: 24px;
    color: #ffffff!important;
}

.news_home_row h4.news_home_single a {
    color: inherit;
    text-decoration: none;
}

.news_home_row h4.news_home_single a:hover {
    text-decoration: underline;
}

.news_home_date_single {
    font-size: 16px;
    color: #ffffff!important;
    line-height: 1.3em;
    text-transform: uppercase;
}


/*
Scroll to Top Button
 */
#scroll-to-top {
    text-align: center;
    background: rgba(0,0,0,.4);
    text-decoration: none;
    position: fixed;
    z-index: 99999;
    bottom: 125px;
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    font-size: 30px;
    padding: 5px;
    color: #fff;
}

.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

#scroll-to-top:focus {
    outline: none;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #333333;
}

/*.fade-visible {
    opacity: 1;
    !* -webkit-animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1; *!
    !* animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1; *!
}*/

/*
.fade-hidden {
    opacity: 0;
    !*-webkit-animation: fadeOutRight 1s cubic-bezier(.77,0,.175,1) 1;*!
    animation: fadeOutRight 1s cubic-bezier(.77,0,.175,1) 1;
    !*-webkit-transition: width 1000ms ease-in, opacity 1s ease-out;
    -moz-transition: width 1000ms ease-in, opacity 1s ease-out;
    -o-transition: width 1000ms ease-in, opacity 1s ease-out;
    transition: width 1000ms ease-in, opacity 1s ease-out;*!
}*/

/*
* Giving Page
*/

.page-id-71 blockquote p strong {
    font-family: 'Euphoria Script',handwriting;
    font-size: 21px;
}




/*
History: Timeline Page
*/

.isrTimelineDiv {
    background-color: #ffffff!important;
    padding-left: 0!important;
    padding-right: 0!important;
}

section#timeline:before {
    background-color: #ccc!important;
}

section#timeline article div.inner span.date {
    box-shadow: none!important;
}


section#timeline article div.inner h2 {

    background: #9A3324!important;
    color: white!important;

}

section#timeline article:nth-child(5n+2) div.inner h2, section#timeline article:nth-child(5n+2) div.inner h2:after {

    background: #75988d!important;
    color: black!important;

}

section#timeline article:nth-child(5n+3) div.inner h2, section#timeline article:nth-child(5n+3) div.inner h2:after {

    background: #D86018!important;
    color: black!important;

}

section#timeline article:nth-child(5n+4) div.inner h2, section#timeline article:nth-child(5n+4) div.inner h2:after {

    background: #00B2A9!important;
    color: black!important;

}

section#timeline article:nth-child(5n+5) div.inner h2, section#timeline article:nth-child(5n+5) div.inner h2:after {

    background: #702082!important;
    color: white!important;

}


/*
SRO Phone Numbers Information Page
 */

.page-template-template-sro-phone-numbers .has-thumbnail {
    background-image: url('/wp-content/uploads/2023/04/HomeLab_3-1.jpg');
}

.page-template-template-sro-phone-numbers .entry-content {
    padding: 2% 0;
}


/*
Privacy Notice Page
*/

.page-template-template-privacynotice .entry-content {
    padding: 2% 0;
}

.page-template-template-privacynotice .privacy-notice-header {
    width: 70%!important;
}


/*
Custom 70 Page Template
*/

.page-template-template-custom-70 .entry-content {
    padding: 2% 0;
}

/*
 404 Error Page
 */
.error404 .has-thumbnail {
    background-image: url('/wp-content/uploads/2023/07/atrium.jpg');
}

.error404 .entry-content {
    padding: 2% 0;
}

.error404 .entry-content .error-404-img {
    width: 60%;
}
