/*
Theme Name: devdmbootstrap4-child
Theme URI: https://devdmbootstrap.com
Author: Ashley Qhimngqoshe
Author URI: http://devdm.com/
Description: A devdmbootstrap4 child theme.
Version: 1.71
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: devdmbootstrap4
*/


/* 2021-07-04 Implementing additional styles for site updates */
@import "style2.css";

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
.checked{
    display:inline-block!important;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.uncheck{
    display:none!important;
}

/* Ajax Search Lite */
div[id*='ajaxsearchlite'].wpdreams_asl_container {
    width: 30%!important;
    float: right!important;
    height: 38px!important;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
    height: 38px!important;
    background-color: #F0F0F0!important;
    background-image: radial-gradient(ellipse at center,#F0F0F0,#F0F0F0)!important;
}

/*div.asl_w .probox .promagnifier .innericon svg {*/
/*    fill: rgba(17, 0, 0, 0.65)!important;*/
/*}*/

#button, div.asl_w .probox .promagnifier .innericon svg {
    display: none!important;
}

div.asl_w .probox .promagnifier {
    height: 38px!important;
    width: 38px!important;
    background-color: #F0F0F0!important;
    background-image: radial-gradient(ellipse at center,#F0F0F0,#F0F0F0)!important;
}

div.asl_r.vertical {
    background: #F0F0F0!important;
    z-index: 9999;
}

.asl_image {
    display: none!important;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    height: 38px!important;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {font-size: 16px!important;}

div.asl_w .probox .proinput input.orig::-webkit-input-placeholder { /* Edge */
    color: rgba(17, 0, 0, 0.65)!important;
    text-transform: uppercase;
    font-weight: 600!important;
    font-family: 'Montserrat', sans-serif!important;
}

div.asl_w .probox .proinput input.orig:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(17, 0, 0, 0.65)!important;
    text-transform: uppercase;
    font-weight: 600!important;
    font-family: 'Montserrat', sans-serif!important;
}

div.asl_w .probox .proinput input.orig::placeholder {
    color: rgba(17, 0, 0, 0.65)!important;
    text-transform: uppercase;
    font-weight: 600!important;
    font-family: 'Montserrat', sans-serif!important;
}

div.asl_w .probox .proinput input {
    color: rgba(17, 0, 0, 0.65)!important;
}

/* end of Ajax Search Lite */

/* Colour Palette */
.colour-black {
    color: #110000;
}
.colour-light-black {
    color: #261414;
}

a:hover {
    text-decoration: none;
}

.colour-darker-grey {
    color: #413529;
}

.colour-mild-grey {
    color: #443F3F;
}

.colour-dark-grey {
    color: #313131;
}

.colour-light-grey {
    color: #E3E5E3;
}

.colour-lighter-grey {
    color: #EBEBEB;
}

.colour-grey {
    color: #F0F0F0;
}

.colour-light-beige {
    color: #F6F6F6;
}

.colour-dark-black {
    color: #2E251C;
}

.colour-orange {
    color: #DE9255;
}

.colour-yellow {
    color: #EFC981;
}
/* End of Colour Palette */


.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 160px;
}

/* font-family */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
}

body{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
.contact-details iframe {
    position: relative;
    bottom: -6px;
}

.tz-gallery a.lightbox {
    display: block;
    height: 270px;
    background-size: cover;
    background-position: center center;
}

.card-img-top {
    width: 100%;
    height: 100%;
}

/* end of font-family */

/* Spacing */

/* Padding-5 */
.pt5 { padding-top: 5px; }
.pb5 { padding-bottom: 5px; }
.pl5 { padding-left: 5px; }
.pr5 { padding-right: 5px; }
.p-5-0 { padding: 5px 0px 5px 0px; }
.p-0-5 { padding: 0 5px 0 5px; }

.mt5 { margin-top: 5px; }
.mb5 { margin-bottom: 5px; }
.ml5 { margin-left: 5px; }
.mr5 { margin-right: 5px; }
.m-5-0 { margin: 5px 0px 5px 0px; }
.m-0-5 { margin: 0 5px 0 5px; }


/* Padding-10 */
.pt10 { padding-top: 10px; }
.p10 { padding: 10px; }
.pb10 { padding-bottom: 10px; }
.pl10 { padding-left: 10px; }
.pr10 { padding-right: 10px; }
.p-10-0 { padding: 10px 0px 10px 0px; }
.p-0-10 { padding: 0 10px 0 10px; }

/* Margin-10 */
.mt10 { margin-top: 10px; }
.mb10 { margin-bottom: 10px; }
.ml10 { margin-left: 10px; }
.mr10 { margin-right: 10px; }
.m-10-0 { margin: 10px 0px 10px 0px; }
.m-0-10 { margin: 0 10px 0 10px; }


/* padding-10-15 */
.p-10-15 {
    padding: 10px 15px 10px 15px;
}

/* Padding-15 */
.pt15 { padding-top: 15px; }
.pb15 { padding-bottom: 15px; }
.pl15 { padding-left: 15px; }
.p15 { padding: 15px; }
.pr15 { padding-right: 15px; }
.p-15-0 { padding: 15px 0px 15px 0px; }
.p-0-15 { padding: 0 15px 0 15px; }

.mt15 { margin-top: 15px; }
.m15 { margin: 15px; }
.mb15 { margin-bottom: 15px; }
.ml15 { margin-left: 15px; }
.mr15 { margin-right: 15px; }
.m-15-0 { margin: 15px 0px 15px 0px; }
.m-0-15 { margin: 0 1px 0 15px; }

/* Padding-20 */
.pt20 { padding-top: 20px; }
.pb20 { padding-bottom: 20px; }
.p20 { padding: 20px; }
.pl20 { padding-left: 20px; }
.pr20 { padding-right: 20px; }
.p-20-0 { padding: 20px 0px 20px 0px; }
.p-0-20 { padding: 0 20px 0 20px; }

/* Margin-20 */
.mt20 { margin-top: 20px; }
.mb20 { margin-bottom: 20px; }
.ml20 { margin-left: 20px; }
.mr20 { margin-right: 20px; }
.m-20-0 { margin: 20px 0px 20px 0px; }
.m-0-20 { margin: 0 20px 0 20px; }

/* Padding-25 */
.pt25 { padding-top: 25px; }
.pb25 { padding-bottom: 25px; }
.p25 { padding: 25px; }
.pl25 { padding-left: 25px; }
.pr25 { padding-right: 25px; }
.p-25-0 { padding: 25px 0px 25px 0px; }
.p-0-25 { padding: 0 25px 0 25px; }

/* Margin-25 */
.mt25 { margin-top: 25px; }
.mb25 { margin-bottom: 25px; }
.ml25 { margin-left: 25px; }
.mr25 { margin-right: 25px; }
.m-25-0 { margin: 25px 0px 25px 0px; }
.m-0-25 { margin: 0px 25px 0px 25px; }


/* Margin-30 */
.mt30 { margin-top: 30px; }
.mb30 { margin-bottom: 30px; }
.ml30 { margin-left: 30px; }
.mr30 { margin-right: 30px; }
.m-30-0 { margin: 30px 0px 30px 0px; }
.m-0-30 { margin: 0 30px 0 30px; }

/* padding-30 */
.pt30 { padding-top: 30px; }
.pb30 { padding-bottom: 30px; }
.p30 { padding: 30px; }
.pl30 { padding-left: 30px; }
.pr30 { padding-right: 30px; }
.p-30-0 { padding: 30px 0px 30px 0px; }
.p-0-30 { padding: 0px 30px 0px 30px; }

/* Padding-40 */
.p40 { padding: 40px; }
.pt40 { padding-top: 40px; }
.pb40 { padding-bottom: 40px; }
.pl40 { padding-left: 40px; }
.pr40 { padding-right: 40px; }
.p-40-0 { padding: 40px 0px 40px 0px; }
.p-0-40 { padding: 0px 40px 0px 40px; }

/* Margin-40 */
.mt40 { margin-top: 40px; }
.mb40 { margin-bottom: 40px; }
.ml40 { margin-left: 40px; }
.mr40 { margin-right: 40px; }
.m-40-0 { margin: 40px 0px 40px 0px; }
.m-0-40 { margin: 0 40px 0 40px; }

/* Padding-50 */
.pt50 { padding-top: 50px; }
.pb50 { padding-bottom: 50px; }
.pl50 { padding-left: 50px; }
.pr50 { padding-right: 50px; }
.p-50-0 { padding: 50px 0px 50px 0px; }
.p-0-50 { padding: 0px 50px 0px 50px; }

/* Margin-50 */
.mt50 { margin-top: 50px; }
.mb50 { margin-bottom: 50px; }
.ml50 { margin-left: 50px; }
.mr50 { margin-right: 50px; }
.m-50-0 { margin: 50px 0px 50px 0px; }
.m-0-50 { margin: 0 50px 0 50px; }

/* Padding-60 */
.pt60 { padding-top: 60px; }
.pb60 { padding-bottom: 60px; }
.pl60 { padding-left: 60px; }
.pr60 { padding-right: 60px; }
.p-60-0 { padding: 60px 0px 60px 0px; }
.p-0-60 { padding: 0px 60px 0px 60px; }

/* Margin-60 */
.mt60 { margin-top: 60px; }
.mb60 { margin-bottom: 60px; }
.ml60 { margin-left: 60px; }
.mr60 { margin-right: 60px; }
.m-60-0 { margin: 60px 0px 60px 0px; }
.m-0-60 { margin: 0 60px 0 60px; }

.pt80 { padding-top: 80px; }
.pb80 { padding-bottom: 80px; }
.pl80 { padding-left: 80px; }
.pr80 { padding-right: 80px; }
.p-80-0 { padding: 80px 0px 80px 0px; }
.p-0-80 { padding: 0px 80px 0px 80px; }

.pt90 { padding-top: 90px; }
.pb90 { padding-bottom: 90px; }
.pl90 { padding-left: 90px; }
.pr90 { padding-right: 90px; }
.p-90-0 { padding: 90px 0px 90px 0px; }
.p-0-90 { padding: 0px 90px 0px 90px; }

.pb-100 {
    padding-bottom: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}



/* End of Spacing */

/* width */

.w-30 {
    width: 30%;
}
.w-40 {
    width: 40%;
}
.w-49 {
    width: 49%;
}
.w-55 {
    width: 55%;
}
.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}
/* end of width */

/* height */
.h-10 {
    height: 10%;
}

.h-15 {
    height: 15%;
}

.h-20 {
    height: 20%;
}

.h-30 {
    height: 30%;
}

.h-35 {
    height: 35%;
}

.h-40 {
    height: 40%;
}

.h-45 {
    height: 45%;
}

.h-60 {
    height: 60%;
}

.h-70 {
    height: 70%;
}
/* end of height */

/* font-size */
.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}
.font-17 {
    font-size: 17px;
}
.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
}

.font-35 {
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.font-300 { font-weight: 300; }
.font-400 { font-weight: 400; }
.font-500 { font-weight: 500; }
.font-600 { font-weight: 600; }
.font-700 { font-weight: 700; }
.font-800 { font-weight: 800; }
.font-900 { font-weight: 900; }

/* buttons */
.btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
}

.btn-yellow {
    background: rgba(239, 201, 129, 0.9);
    color: rgba(49, 49, 49, 0.9);
}
.btn-yellow:hover {
    background: #EFC981;
    color: #313131;
}

.btn-orange {
    background: rgba(222, 146, 85, 0.9);
    color: #FFFFFF;
}
.btn-orange:hover {
    background: #DE9255;
    color: #FFFFFF;
}

.btn-white {
    background: rgba(246, 246, 246, 0.9);
    color: rgba(222, 146, 85, 0.9);
}
.btn-white:hover {
    background: #F6F6F6;
    color: #DE9255;
}

.btn-transparent {
    background-color: transparent;
    color: rgba(49, 49, 49, 0.9);
}
.btn-transparent:hover {
    color: #313131;
}

/* End of Buttons */

/* Breadcrumb */
.post_type li.breadcrumb-item a:hover,
.all-media li.breadcrumb-item a:hover,
.mistra_research li.breadcrumb-item a:hover
{
    color: #DE9255;
}

.single-mistra_reports li.breadcrumb-item a:hover,
.single-mistra_com_reports li.breadcrumb-item a:hover,
.single-mistra_publications li.breadcrumb-item a:hover,
.mistra_special_research li.breadcrumb-item a:hover,
.masthead li.breadcrumb-item a:hover {
    color: #EFC981;
}


/* End of Breadcrumb */

/* Background Colours */
.bg-dark-grey {
    background-color: #313131;
}

.bg-dark-grey-opacity {
    background-color: rgba(49, 49, 49, 0.22);
}

.research.bg-grey {
    background: rgba(227, 229, 227, 0.6) 0% 0% no-repeat padding-box;
}

.research .colour-dark-grey {
    color: #313131;
    opacity: 1;
}

.bg-grey {
    background-color: #F0F0F0;
}

.bg-light-beige {
    background-color: #F6F6F6;
}

.bg-lightest-grey {
    background-color: #EBEBEB;
}

.research .bg-light-orange {
    background: #EFD2B7 0% 0% no-repeat padding-box;
    opacity: 1;
}

.bg-light-orange {
    background-color: rgba(228, 181, 135, 0.65);
}

.bg-yellow {
    background-color: rgba(239, 201, 129, 1.0);
}

.bg-lighter-yellow {
    background-color: rgba(239, 201, 129, 0.65);
}

.bg-light-yellow {
    background-color: rgba(239, 201, 129, 0.44);
}


/* End of Background Colours */


/* Header */
@supports(position:sticky){
    .header{
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
}

.header {
    position: sticky; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    z-index: 9999;
}

.header-strip {
    background-color: #EFC981;
    height: 4px;
}

.subheader {
    background: #F6F6F6;
}
.subheader .form-control {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    padding: 5px 20px;
    font-weight: 600;
    height: 38px;
}
.subheader input {
    border: 0px solid #F0F0F0;
}

.subheader .form-inline {
    display: inline-table;
    float: right;
    background-color: #F0F0F0;
}

.subheader input::placeholder {
    font-size: 11px;
    padding: 10px;
    color: rgba(17, 0, 0, 0.65);
}

.subheader button.btn {
    padding: 5px 10px;
    border: 0px solid #F0F0F0;
}
.subheader .subnav div {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    margin: 0;
}

.subheader .subnav div a{
    opacity: 0.65;
    display: inline-block;
    padding: 0 10px;
    padding-top: 12px;
}

.subheader .subnav div a:hover {
    text-decoration: none;
    color: #110000;
}

.subheader .home a::before {
    content: url('/wp-content/uploads/2019/09/home-2.svg');
    vertical-align: middle;
    padding-right: 5px;
}

.subheader .call-us a::before {
    content: url('/wp-content/uploads/2019/06/map-marker-alt.png');
    vertical-align: sub;
    padding-right: 5px;
}


.navigation {
    background: #FFFFFF;
}

.navigation-links {
    margin: auto 0;
    font-family: 'Montserrat', sans-serif;
    padding-right: 0;
}

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

.navbar-nav .dropdown-menu {
    background-color: #F6F6F6;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #110000;
}

.navbar-light .navbar-nav .active>.nav-link, .dropdown-item {
    color: #110000;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}

.dropdown-toggling:after {
    font-family: "FontAwesome";
    content: '\f054';
    padding-left: 3px;
    font-size: 10px;
}

.nav-item.dropdown.show .dropdown-toggling::after {
    width: 10px;
    display: inline-block;
    font-family: "FontAwesome";
    content: '\f078';
}

.intro-cards .entry-intro {
    min-height: 170px;
}

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

.dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #F6F6F6;
    text-decoration: none;
    background-color: rgba(49, 49, 49, 0.57);
}
.btn.support {
    margin: 0 auto;
    padding: 9px 25px;
    min-height: 38px;
    font-weight: 600;
    float: right;
}
/* End of Header */


/* Hero Banner */
.masthead {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.masthead .overlay {
    background: rgba(17, 0, 0, 0.5);
    width: 100%;
    /*min-height: 100%;*/
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.masthead.support_us_banner .overlay, .upcoming_strategic_banner .overlay,
.masthead.annual_reports_banner .overlay, .masthead.people_banner .overlay,
.masthead.donor_banner .overlay, .masthead.contact_us_banner .overlay,
.masthead.mistra_fellows_banner .overlay, .masthead.past_strategic_banner .overlay,
.masthead.commissioned_research_banner .overlay, .masthead.advisory_services_banner .overlay,
.masthead.all_media_banner .overlay {
    min-height: 100%;
}

.masthead.home_banner {
    min-height: 280px;
    background-position: 100%;
}

.masthead.about_us_banner, .masthead.our_research_banner  {
    min-height: 500px;
    background-position: center;
}

.masthead.media_speeches_banner {
    min-height: 500px;
    background-position: center;
}

.masthead.consultancy_services_banner, .masthead.strategic_reflections_banner {
    min-height: 500px;
    background-position: center;
}

.masthead.publications_banner, .masthead.publications_banner .overlay {
    min-height: 100px;
    background-position: center;
}

.masthead.donor_banner {
    min-height: 155px;
    background-position: center;
}

.masthead.annual_reports_banner, .masthead.mistra_fellows_banner,
.masthead.contact_us_banner, .masthead.upcoming_strategic_banner, .masthead.past_strategic_banner {
    min-height: 150px;
    background-position: center;
}

.masthead.all_media_banner {
    min-height: 170px;
    background-position: center;
}

.masthead.annual_reports_banner, .masthead.mistra_fellows_banner {
    min-height: 150px;
    background-position: center;
}

.masthead.advisory_services_banner, .masthead.advisory_services_banner .overlay,
.masthead.commissioned_research_banner, .masthead.commissioned_research_banner .overlay {
    min-height: 200px;
    background-position: center;
}

.masthead.people_banner {
    min-height: 250px;
    background-position: center;
}

.masthead.research_banner {
    min-height: 143px;
    background-position: center;
}

.masthead.support_us_banner{
    min-height: 300px;
    background-position: center;
}

.masthead .hero-lead-text {
    color: #F6F6F6;
}

.masthead p strong {
    color: #EFC981;
    font-weight: 800;
}

/* End of Hero Banners */

/* Breadcrumb */
.breadcrumb {
    background-color: transparent;
    padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    font-family: "FontAwesome";
    content: '\f054';
}

.post_type .breadcrumb-item+.breadcrumb-item::before, .post_type .breadcrumb-item.active {
    color: #313131;
}
.mistra_special_research .breadcrumb-item.active,
.breadcrumb-item.active, .mistra_report.post_type .breadcrumb-item.active {
    color: #EFC981;
}


a.btn.load-more:after {
    font-family: "FontAwesome";
    content: '\f107';
    padding-left: 7px;
}

.masthead .breadcrumb-item a{
    color: #fff;
    text-decoration: none;
}

.mistra_strategics .breadcrumb-item.active, .mistra_publications .breadcrumb-item.active {
    color: #EFC981;
}
/*.mistra_publications p {font-weight: 800;}*/
.mistra_publications p span { color: #313131; font-weight: 400;}


.mistra_services .breadcrumb-item.active, .mistra_research .breadcrumb-item.active.colour-orange {
    color: #DE9255;
}

.mistra_research .breadcrumb-item.active.colour-yellow {
    color: #EFC981;
}

.all-media .active {
    color: #DE9255;
}

.all-media .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    color: #313131;

}

.image-wrapper img {
    height: 200px;
}

.annual-reports-section .card-columns, .upcoming_strategic-section .card-columns,
.past_strategic-section .card-columns {
    column-count: 3;
    column-gap: 10px;
    orphans: 1;
    widows: 1;
}

.annual-featured-image {
    height: 450px;
    background-position: center;
    background-size: cover;
}

.annual-card-header-image {
    height: 413px;
    background-position: center;
    background-size: cover;
}



.reports .card-body .card-text {
    min-height: 148px;
}

.service-profile-picture {
    margin: 0 auto;
    width: 140px;
    background-size: cover;
    height: 140px;
    border-radius: 50%;
}

/* End of Breadcrumb */

a.btn.learn-more:after, a.btn.read-more:after,
a.btn.all-publication:after, a.btn.rsvp-now:after,
.cta-banner a.btn.sign-up-now:after,
.masthead.home_banner a.btn.learn-more:after,
.date-and-location:after, a.btn.our-research:after,
a.btn.our-legal-status:after, a.btn.see-our-people:after,
.mistra-fellows a.btn:after,
.sidebar-link::after, .research .research-arrow:after,
a.btn.donate-now:after, .contact-us-project:after, .policy-brief:after, .outlet-store:after{
    font-family: "FontAwesome";
    content: '\f054';
    float: right;
}

.our-donors a.btn:after,
.strategic-reflection a.btn:after,
.current-research-projects a.btn.see-current-project:after,
.launched-publication a.btn.see-all-publications:after,
.special-projects a.btn.see-all-publications:after, a.btn.see-all-past-events:after,
.see-all-media:after, .debit-order-btn:after, .strategic-read-more:after,
a.btn.speeches-and-lectures:after, .btn.annual-reports:after, a.btn.all-annual-reports::after{
    font-family: "FontAwesome";
    content: '\f054';
    padding-left: 20px;
}

.recent-media p::after {
    display: none;
}
/* End of Hero Banner */

/* Cards */
.strategic-reflection .card-header-image, .get-involved-more .card-header-image,
.upcoming_strategic-section .card-header-image, .advisory-services-section .card-header-image,
.past_strategic-section .card-header-image {
    width: 100%;
    min-height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.commissioned-research-section .card-header-image {
    width: 100%;
    height: 420px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.research-faculty .col-lg-4 img {
    max-width: 100%;
    width: 20%;
    margin: 0 auto;
}

.mistra_research .commissioned-rr {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.mistra_research .special-research img {
    width: 340px;
}

.strategic-reflections-header-image {
    width: 330px;
    min-height: 209px;
    background-size: cover;
    background-repeat: no-repeat;
}

.special-project-image, .c_services {
    width: 100%;
    min-height: 420px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}


.mistra_research .special-project-image {
    min-height: 360px;
}

.recent-media .col-lg-4 .card {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.special-projects .research-header-and-body {
    min-height: 270px;
}

.special-project img {
    width: 100%;
}

.speech-and-lecture-title, .date-and-location {
    width: 95%;
}

.publications-related {
    width: 205px;
    min-height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Two Column */
.intro-cards .col-lg-6, .mistra-fellows .col-lg-6,
.b-philosophy .col-lg-5, .research .col-lg-6,
.support-us .form-group.col-lg-6, .events-related-projects .col-md-6 {
    padding-right: 7px;
    padding-left: 7px;
}

.recent-media .col-lg-4 .card, .recent-speech .col-lg-4 .card,
.all-my-media .col-lg-4 .card {
    min-height: 277px;
    height: 100%;
}


.pub-heading {
    top: -14px;
    position: relative;
}

.heading p::after {font-size: 25px;
    position: relative;
    bottom: 10px;
}

.recent-media .col-lg-4, .see-all.recent-media .col-lg-4, .recent-speech .col-lg-4,
.strategic-reflection .col-lg-4, .our-people .col-lg-4,
.launched-publication .col-lg-4, .strategic-reflection-past .col-lg-4,
.get-involved-more .col-lg-4, .research-faculty .col-lg-4,
.annual_reports .col-lg-4, .current-research-projects .col-lg-4, .related-media-event .col-lg-4,
.tz-gallery .col-lg-4, .special-projects .col-lg-4, .commisssioned-research .col-lg-4,
.recent-research .col-lg-4, .recent-news-articles .col-lg-4,
.single-mistra_multimedia .projects .col-lg-4, .all-my-media .col-lg-4 {
    padding-left: 7px;
    padding-right: 7px;
}

.see-all.recent-media .col-lg-4, .media-card {
    padding-top: 7px;
}

/*.card-img-top {*/
/*    height: 270px;*/
/*}*/


.intro-cards p.entry-intro {
    min-height: 160px;
}

.card-header-image img, .annual-reports-image img{
    height: 100%;
}

.strategic-reflection .card-header-title {
    font-family: 'Montserrat', sans-serif;
    /*     min-height: 85px; */
}

.strategic-reflection .strategic-header-and-body {
    padding-top: 10px;
    padding-bottom: 0;
    min-height: 365px;
}

#menu-posts {
    display: none;
}

.col-lg-6 .research-header-and-body {
    min-height: 225px;
}

.launched-publication .research-header-and-body {
    min-height: 270px;
}

.single-mistra_research .col-lg-8 {
    padding-right: 30px;
}

.events-related-header-and-body {
    min-height: 345px;
}

.related-media-event .card-body {
    min-height: 277px;
}

.card-date, .card-location {
    margin-bottom: 2px;
}

.recent-media .overlay, .related-media-event .related-media.overlay {
    background-color: rgba(17, 0, 0, 0.55);
}

.recent-research .overlay {
    background-color: rgba(239, 201, 129, 0.65);
}

.recent-news-articles .overlay {
    background-color: #F0F0F0;
}

.recent-media .card {
    min-height: 220px;
}

.recent-media .card, .related-media-event .card {
    min-height: 230px;
}

.recent-speech .card, .recent-research .card, .recent-news-articles .card {
    min-height: 277px;
    height: 100%;
}

.our-people .card {
    min-height: 420px;
}

.team.container, .client.container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.team.container .col, .client.container .col {
    width: 15%;
    display: table;
}

.our-people .card-title {
    min-height: 95px;
}

.mistra-fellows .card {
    min-height: 300px;
}

.related-media-event .category {
    display: block;
}
.related-media-event .heading {
    position: absolute;
    bottom: 0;
}

.recent-speech .overlay, .related-media-event .speech.overlay {
    background-color: rgba(228, 181, 135, 0.64);
}

.recent-speech .overlay.bg-image {
    background-color: rgba(228, 181, 135, 0.8);
}

.media, .recent-speech, .recent-media, .recent-research,
.recent-news-articles {
    display: block;
}

.card-body .heading {
    position: absolute;
    bottom: 0;
    width: 95%;
}

.podcast .heading {
    width: 95%;
}

.projects .card {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 280px;
}

.upcoming_research.projects .card,
.current_research.projects .card{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 190px;
}

.mission-and-vision .card {
    min-height: 270px;
}

.research-faculty .card-title {
    /*min-height: 90px;*/
    margin-bottom: 0;
}

/* End of Cards */

/* CTA Banner */
.cta-banner-overlay {
    background-color: rgba(17, 0, 0, 0.55);
    min-height: 150px;
}

.cta-banner {
    font-family: 'Montserrat', sans-serif;
    min-height: 150px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* End of CTA Banner */

/* Slideshow */
.carousel-item {
    min-height: 250px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.team-picture {
    width: 130px;
    min-height: 130px;
    display: inline-block;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 50%;
    background-position: inherit;
}

.clients {
    width: 130px;
    min-height: 130px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sidebar .form-control {
    font-size: 14px;
}

input[type="checkbox"] {
    background-color: transparent;
    border: 1px solid #313131;
    border-radius: 0;
}

.sidebar .form-check-label {
    padding-left: 15px;
}

.projects .col-lg-9 {
    padding-left: 5px;
    padding-right: 5px;
}

.projects .col-lg-9 .card-columns {
    column-count: 3;
    column-gap: 10px;
}


.form-control {
    height: 45px;
}

.sidebar .card {
    width: 276px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 28px;
    height: 40px;
    background: #313131 no-repeat center center;
    background-size: 100% 100%;

}

.carousel-item .col-lg-3 {
    padding-left: 0;
    padding-right: 25px;
}

.media-featured-project-image {
    width: 450px;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.featured-project-image {
    width: 250px;
    height: 341px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.featured-publication-image  {
    width: 254px;
    height: 365px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 auto;
}

.launched-publication .publications-image {
    height: 436px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.latest-annual-report .annual-feature-image,
.mistra_report .annual-feature-image {
    height: 404px;
    background-size: contain;
}

.annual-feature-image {
    height: 404px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.feature-image img {
    width: 100%;
    height: 100%;
}

.publications-image {
    /*height: 180px;*/
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}


.mistra_publications .publications-bg-image {
    height: 550px;
}

.dropdown-menu.show {
    display: block!important;
}

.publications .carousel-item .btn-transparent{display: none;}
.publications .carousel-item .btn-yellow{width: 60%!important;}


.annual-reports-image {
    width: 273px;
    height: 356px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 auto;
}

.modal-team-picture {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    /*border-radius: 50%;*/
    margin: 0 auto;
}

.modal-content {
    border-radius: 0;
    border: 1px solid #313131;
}
/* End of Modal */


/* End of Flexbox */

.b-philosophy {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
}

.b-philosophy .overlay {
    background-color: rgba(17, 0, 0, 0.55);
    height: 100%;
}

.latest-annual-report .col-lg-4 {
    padding-right: 30px;
}
/* End of Slideshow */

.search-title {
    margin: 8px 0px;
}


/* Modal */
.modal {
    position: fixed;
    top: 20%;
}

.modal-dialog { max-width: 50%; }
.modal-header { border: 0; }

/* Donor List */
.donor-list ul {
    padding-left: 0;
}
.donor-list ul li {
    list-style-type: none;
}

.research-arrow:after {
    top: 5px;
    left: 20px;
}

.research .research-arrow:after {
    position: relative;
    font-size: 30px;
    color: #313131;
}

.sidebar-link::after {
    position: absolute;
    font-size: 30px;
    color: #313131;
    bottom: 25px;
    right: 25px;
}

.sidebar .card.block, .research .current-research-tab-links {
    display: block;
}

.sidebar .card .sidebar-link-text, .research .current-research-tab-text {
    display: inline-block;
    width: 90%;
}

.sidebar .card .sidebar-link-arrow, .research .current-research-tab-arrow {
    display: inline-block;
    width: 5%;
}

.current-research-header-and-body {
    min-height: 180px;
}

.strategic-reflection-past .strategic-category {
    margin-bottom: 0;
}

.strategic-reflection-past .header-and-body {
    margin-bottom: 0;
    min-height: 320px;
}

.strategic-reflection-past .card-text {
    min-height: 130px;
}

.commisssioned-research .card-body {
    min-height: 285px;
}

.d-inline-block-card {
    display: inline-block!important;
}

.advisory-services .card-header-and-content {
    min-height: 310px;
}

.contact-details ul li {
    list-style-type: none;
    text-decoration: none;
}
.contact-details ul li:nth-child(1)::before{
    content: url('/wp-content/uploads/2019/06/phone-solid.svg');
    vertical-align: sub;
    padding-right: 15px;
}
.contact-details ul li:nth-child(2)::before{
    content: url('/wp-content/uploads/2019/06/fax-solid.svg');
    vertical-align: sub;
    padding-right: 15px;
}

.contact-details ul li:nth-child(3)::before{
    content: url('/wp-content/uploads/2019/06/envelope-solid.svg');
    vertical-align: sub;
    padding-right: 15px;
}

/* Donation */
.support-us .form-inline .form-control {
    width: 100%;
    padding: 9px 5px;
    border: 1px solid #313131;
}

.support-us .form-control {
    border-radius: 0;
}
.support-us .form-group select {
    width: 100%;
    padding: 9px 5px;
    border: 1px solid rgba(49, 49, 49, 0.70);
    font-weight: 600;
}
.support-us input::placeholder {
    padding-left: 10px;
    font-size: 20px;
    color: #313131;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}



.support-us select {
    padding-left: 20px;
    font-size: 18px;
    color: #313131;
    font-family: Montserrat, sans-serif;
}

.support-us select, .support-us input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 18px;
    color: #313131;
    font-family: Montserrat, sans-serif;
}

.support-us select, .support-us input::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 18px;
    color: #313131;
    font-family: Montserrat, sans-serif;
}

.events-related-projects .card-header-and-content {
    min-height: 350px;
}
/* Footer */

.footer h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

.social-media span { padding: 0px 4px }

.copyright, .copyright a {
    font-family: 'Montserrat', sans-serif;
    color: #F6F6F6;
    opacity: 0.45;
}

/* Sign Up Now BTN */

a.btn.sign-up:after{
    font-family: "FontAwesome";
    content: '\f054';
    padding: 0px 0px 0px 100px;
}


a .past-strategic .fas {
    position: absolute;
    bottom: 24px;
    right: 28px;
    color: #313131;
    font-size: 30px;
    font-weight: bold;
}

/* Sign Up BTN */

/* Follow Us Social Media */
.social-media span a:hover { text-decoration: none; }
/* Follow Us Social Media */


/* Contact Us */
.contact-us a {
    color: #fff;
}

.contact-us a:hover {
    text-decoration: none;
}

/* End of Footer */
@media only screen and (max-width: 1024px) {
    ul.navbar-nav.font-12 {
        font-size: 10px;
    }

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

    .crr-project .publications-related {
        width: 204px;
    }

    .events-related-projects .events-related-header-and-body {
        min-height: 390px;
    }

    .intro-cards .entry-intro {
        min-height: 190px;
    }

    .strategic-reflection .strategic-header-and-body {
        padding-top: 10px;
        padding-bottom: 0;
        min-height: 390px;
    }

    .dropdown-menu {
        font-size: 10px;
    }

    .font-md-18 {
        font-size: 18px;
    }

	.font-17.responsive-font {
		font-size: 14px;
	}
	.font-14.responsive-font {
		font-size: 12px;
	}
	
    .font-md-16 {
        font-size: 16px;
    }

    .font-md-12 {
        font-size: 12px;
    }

    .font-md-13 {
        font-size: 13px;
    }

    .font-md-22 {
        font-size: 22px;
    }

    .font-md-24 {
        font-size: 24px;
    }

    .w-md-48 {
        width: 48%;
    }

    .media-featured-project-image {
        width: 380px;
    }

    .modal-dialog {
        max-width: 75%;
    }

    .current-research-header-and-body {
        min-height: 200px;
    }

    .launched-publication .publications-image {
        height: 380px;
    }

    .special-projects .research-header-and-body {
        min-height: 310px;
    }

    .projects .col-lg-9 .card-columns {
        column-count: 2;
    }

    .sidebar .card {
        width: 240px;
    }

    .commissioned-research-section .card-header-image {
        height: 320px;
    }

    .strategic-reflection-past .header-and-body {
        min-height: 350px;
    }

    .dropdown-toggling:after {
        font-size: 8px;
    }

}

@media (max-width: 992px) {
	
	.font-17.responsive-font {
		font-size: 14px;
	}
	
    .form-group {
        margin-bottom: 1rem!important;
    }
    .navbar {
        border-right: 0px;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }


    .header {
        position: relative;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    ul.navbar-nav.font-12 {
        font-size: 12px;
    }

    .dropdown-menu {
        display: none !important;
        text-align: left !important;
    }

    .navbar-toggler[aria-expanded="true"]{
        position: relative;
    }

    .navbar-collapse.show {
        position: absolute;
        top: 85px;
        width: 100%;
        background: white;
        padding: 20px;
        z-index: 1;
        left: 0;
    }
}



@media only screen and (max-width: 768px){
	
	.font-17.responsive-font {
		font-size: 14px;
	}
	
    #DonateNow .modal-dialog {
        max-width: 80%;
    }

    div[id*='ajaxsearchlite'].wpdreams_asl_container {
        width: 50%!important;
        float: right!important;
        height: 38px!important;
    }
    .p-sm-10-0 {
        padding: 10px 0px 10px 0px;
    }
    .p-sm-20-0 {
        padding: 20px 0px 20px 0px;
    }

    .p-sm-0 {
        padding: 0px;
    }

    .pb-sm-10 {
        padding-bottom: 10px;
    }

    .ml-sm-0 {
        margin-left: 0px;
    }

    .mt-md-10 {
        margin-top: 10px;
    }

    .mb-md-10 {
        margin-bottom: 10px;
    }

    .mt-md-15 {
        margin-top: 15px;
    }

    .mb-md-15 {
        margin-bottom: 15px;
    }

    .mt-md-20 {
        margin-top: 20px;
    }

    .mb-md-20 {
        margin-bottom: 20px;
    }

    .pt-sm-20 {
        padding-top: 20px;
    }

    .pb-sm-20 {
        padding-bottom: 20px;
    }

    .ml-sm-10 {
        margin-left: 10px;
    }

    .mr-sm-10 {
        margin-right: 10px;
    }

    .mt-sm-10 {
        margin-top: 10px;
    }

    .mb-sm-10 {
        margin-bottom: 10px;
    }

    .our-people .card {
        min-height: 280px;
    }

    .current-research-projects .current-research-header-and-body {
        min-height: 125px;
    }

    .launched-publication .publications-image {
        background-size: contain;
        justify-content: center;
        display: flex;
    }

    .launched-publication .publications-image .img-fluid {
        max-width: 50%;
    }

    .launched-publication .research-header-and-body {
        min-height: 159px;
    }

    .special-projects .research-header-and-body {
        min-height: 145px;
    }

    .commisssioned-research .card-body {
        min-height: 165px;
    }

    .advisory-services .card-header-and-content {
        min-height: 190px;
    }

    .strategic-reflection-past .header-and-body {
        margin-bottom: 0;
        min-height: 220px;
    }

    .modal-dialog {
        max-width: 80%;
    }

    .w-sm-50 {
        width: 50%;
    }

    .join-our-mail {
        text-align: center;
    }

    .featured-publication-image {
        width: 100%;
        background-size: contain;
        margin-bottom: 20px;
    }

    .featured-project-image {
        margin-bottom: 20px;
    }

    .carousel-item {
        height: 100%;
        padding: 40px 0px 40px 0px;
    }

    .carousel-control-prev, .carousel-control-next {
        display: none;
    }

    .h-20 {
        height: 5%;
    }

    .home-slider .carousel-item .btn {
        display: block;
        width: 100%!important;
    }

    /* Two Column */
    .intro-cards .col-lg-6, .mistra-fellows .col-lg-6,
    .b-philosophy .col-lg-5, .research .col-lg-6,
    .support-us .form-group.col-lg-6, .events-related-projects .col-md-6 {
        padding-right: 15px;
        padding-left: 15px;
    }

    /* Three Column */

    .recent-media .col-lg-4, .see-all.recent-media .col-lg-4, .recent-speech .col-lg-4,
    .strategic-reflection .col-lg-4, .our-people .col-lg-4,
    .launched-publication .col-lg-4, .strategic-reflection-past .col-lg-4,
    .get-involved-more .col-lg-4, .research-faculty .col-lg-4,
    .annual_reports .col-lg-4, .current-research-projects .col-lg-4, .related-media-event .col-lg-4,
    .tz-gallery .col-lg-4, .special-projects .col-lg-4, .commisssioned-research .col-lg-4,
    .recent-research .col-lg-4, .recent-news-articles .col-lg-4,
    .single-mistra_multimedia .projects .col-lg-4, .all-my-media .col-lg-4 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .strategic-reflection .card-body {
        min-height: 420px;
    }

    .strategic-reflection .card-header-image {
        min-height: 340px;
    }

    .strategic-reflection .card-header-title {
        min-height: 60px;
    }

    .events-related-header-and-body {
        min-height: 290px;
    }

    .annual-reports-section .card-columns, .upcoming_strategic-section .card-columns,
    .past_strategic-section .card-columns, .advisory-services-section .card-columns, .projects .col-lg-9 .card-columns  {
        column-count: 2;
        column-gap: 10px;
        orphans: 1;
        widows: 1;
    }

    .publications-section .card-columns, .commissioned-research-section .card-columns {
        column-count: 2;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .publications-section .card-columns .card {
        display: inline-block;
        width: 100%;
        margin-bottom: 0.75rem;
    }

    .publications-bg-image {
        background-size: contain;
    }

    .strategic-reflection .strategic-header-and-body {
        min-height: 280px;
    }

    .masthead.people_banner {
        min-height: 340px;
        background-position: center;
    }

    .annual-reports-image {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .home_banner .hero-lead-text p br {
        display: none;
    }
    .intro-content .col-lg-10 div p br {
        display: none;
    }

    .col-lg-7.col-md-6 .publications-related {
        width: 260px;
        min-height: 370px;
        margin: auto 25px;
    }

    .mistra_publications.post_type .col-lg-8.pl40 {
        padding-left: 10px;
        padding-top: 20px;
    }


}

@media (min-width: 576px) {
    .form-inline .form-control {
        display: inline-block;
        width: 180px;
        vertical-align: middle;
    }
	
}

@media only screen and (max-width: 425px) {
    div[id*='ajaxsearchlite'].wpdreams_asl_container {
        width: 60%!important;
        float: right!important;
        height: 38px!important;
    }

    .cta-search {
        display: flex;
        flex-direction: row-reverse;
    }

    .navbar-collapse.show {
        position: fixed;
        top: 190px;
    }

    .header {
        position: fixed;
    }

    .navigation {
        position: fixed;
        width: 100%;
        /*top: 73px;*/
    }

    .subnav {
        min-height: 50px;
    }

    .masthead, .post_type {
        margin-top: 215px;
    }

    .masthead.home_banner {
        min-height: 380px; /* ORIGINAL VAL: 380px*/
    }

    .masthead.media_speeches_banner {
        min-height: 390px;
    }

    .masthead.advisory_services_banner, .masthead.advisory_services_banner .overlay, .masthead.commissioned_research_banner, .masthead.commissioned_research_banner .overlay {
        min-height: 230px;
    }

    .masthead.consultancy_services_banner, .masthead.strategic_reflections_banner {
        min-height: 390px;
    }

    .subheader .form-inline {
        display: flex;
    }
    .subheader .form-control {
        width: 80%;
    }

    .masthead .overlay {
        min-height: 100%;
    }

    .featured-publication-image, .featured-project-image {
        width: 100%;
        height: 200px;
    }

    .home-slider .carousel-control-prev, .home-slider .carousel-control-next {
        position: absolute;
        top: 0;
        bottom: 22%;
    }

    .project-slider .carousel-control-prev, .carousel-control-next {
        position: absolute;
        top: 0;
        bottom: 114px;
    }

    .cta-banner .mt40 {
        margin-top: 20px;
    }

    .h1 {
        font-size: 20px;
    }

    .h3 {
        font-size: 15px;
    }

    .font-14 {
        font-size: 12px;
    }
	
	.font-17.responsive-font {
		font-size: 16px;
	}
	
    .font-30 {
        font-size: 25px;
    }

    /* width */
    .w-30.w-sm-50 {
        width: 70%;
    }
    /*  end of width  */

    .intro-cards.card-img-top {
        height: auto;
    }

    .row.join-our-mail, .row.address, .recent-media .row.justify-content-center,
    .recent-speech .row.justify-content-center , .youtube-video .row, .recent-news-articles .row,
    .see-all.recent-media .row, .recent-research .row, .recent-speech .row {

        margin-left: 0px;
        margin-right: 0px;
    }

    .youtube-video {
        width: 100%;
    }

    a.btn.all-annual-reports::after, a.btn.speeches-and-lectures:after {
        padding-left: 5px;
        font-size: 10px;
    }
    a.btn.all-annual-reports {
        font-size: 10px;
    }

    a.btn.speeches-and-lectures {
        font-size: 9px;
    }

    .b-philosophy .btn {
        margin: 10px 0px;
    }

    .latest-annual-report .w-sm-45 {
        width: 45%!important;
    }

    .council-of-advisors .modal-dialog, .board-of-governors .modal-dialog,
    .management .modal-dialog, .staff .modal-dialog {
        max-width: 100%;
    }
    .council-of-advisors .modal-team-picture, .board-of-governors .modal-team-picture,
    .management .modal-team-picture, .staff .modal-team-picture {
        width: 150px;
        height: 150px;
    }

    .annual-reports-section .card-columns, .upcoming_strategic-section .card-columns,
    .past_strategic-section .card-columns, .advisory-services-section .card-columns, .projects .col-lg-9 .card-columns {
        column-count: 1;
        column-gap: 10px;
        orphans: 1;
        widows: 1;
    }

    .publications-section .card-columns, .commissioned-research-section .card-columns {
        column-count: 1;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .current-research-projects .col-lg-4 , .research .col-lg-6,
    .launched-publication .col-lg-4, .commisssioned-research .col-lg-4,
    .strategic-reflection-past .col-lg-4 {
        margin: 10px 0px;
    }

    .sidebar .card {
        width: 100%;
    }

    .masthead.research_banner {
        min-height: 190px;
        background-position: center;
    }

    .c_services {
        width: 100%;
        min-height: 470px;
    }
    .commissioned-research-section .card-header-image {
        width: 100%;
        height: 470px;
        background-size: cover;
    }

    .commisssioned-research .card-body {
        min-height: 240px;
    }

    .masthead.support_us_banner {
        min-height: 230px;
        background-position: center;
    }

    .publications-section .card-columns .card {
        margin-bottom: .75rem;
    }
    a#DonateNowButton.donate-now.w-50 {
        width: 100% !important;
        margin-left: 10px;
    }

    #Project-coo.pl-0 {
        padding-left: 10px!important;
    }

    #Project-coo.pr-0 {
        padding-right: 10px!important;
    }

    #DonateNow .modal-dialog {
        max-width: 100%;
    }

    .strategic-reflections-header-image {
        margin: 0px 20px;
        width: 100%;
    }

    .mistra_strategics.post_type .col-lg-12.pb60 {
        padding-bottom: 30px;
        margin-left: 20px;
    }

    .masthead.upcoming_strategic_banner, .masthead.past_strategic_banner {
        min-height: 170px;
        background-position: center;
    }

    .mt-sm-20 {
        margin-top: 20px;
    }

    .ml-sm-20 {
        margin-left: 20px;
    }

    .mr-sm-20 {
        margin-right: 20px;
    }

    .pt-sm-20 {
        padding-top: 20px;
    }

    .pl-sm-20 {
        padding-left: 20px;
    }

    #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {font-size: 22px!important;}

}

@media only screen and (max-width: 375px) {
    .masthead.home_banner {
        min-height: 430px;
    }

    #ajaxsearchlite1 .probox, div.asl_w .probox {
        height: 38px!important;
    }

    .media-featured-project-image {
        width: 100%;
    }
    .masthead.media_speeches_banner {
        min-height: 430px;
    }

    .masthead, .post_type {
        margin-top: 230px;
    }

    a.btn.speeches-and-lectures {
        font-size: 12px;
        display: none;
    }
}
