/*
Template Name: Global Communities
Version: 1.5.3
*/


/*      TABLE OF CONTENTS:
=========================================================

1. Elements
2. Site Header
3. Main Content
4. Site Footer
5. Homepage
6. Our Impact Page
7. About Us Page
8. Resources Page
9. SVG charts
10. Media Queries


/*------------------------------------------------------*/
/*                  1.0 ELEMENTS                        */
/*------------------------------------------------------*/

img { 
    max-width: 100%;
    height: auto; }

.rounded {
    border-radius: .75em !important; }

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

input[type=submit],
button {
    cursor: pointer; }

/* --- typograhpy and colors --- */

body { 
    font-family: 'Open Sans', sans-serif;
    color: #222; }

.h1, .h2, .h3, .h4, .h5, .h6, h1:not(.page-title), h2:not(.fancy-title), h3, h4, h5, h6 {
    font-weight: bold; }

#site-header *,
.page-header *,
.page-header h1, 
.page-header h2, 
.fancy-title,
.callout-box h2,
.callout-box h3,
.callout-box h4,
.callout-box h5,
.callout-box h6,
.callout-box h5,
.financial-table th,
.colored-title,
.grid-block,
h2.accordion-title,
.resource-title {
    font-family: 'Varela Round', sans-serif;
    font-weight: normal; }


h3{ font-size: 1.3rem; }
h4{ font-size: 1.2rem; }
h5{ font-size: 1.1rem; }
h6{ font-size: 1rem; }


a {
    color: #006ba3; }



/*------------------------------------------------------*/
/*                   2. SITE HEADER                     */
/*------------------------------------------------------*/


#site-header,
.sticky-wrapper{
    position: absolute; 
    width: 100%;
    z-index: 2;
}

#site-header.stuck {
    background: rgba(0,0,0,.8);
    transition: .2s all;}

#site-logo  {
    margin-top: 2em; 
    margin-left: 1em; 
    display: block; }

#site-logo img {
    max-width: 250px; }


/* --- navigation --- */

.header-navigation {
    float: right;
    clear: both;
    text-align: right;
    margin-right: 0;
    padding-right: 0; }

.header-navigation  li {
    display: inline-block;}

.header-navigation  a {
    color: white; }

.top-navigation  {
    margin: .75em 4em .75em 0; }


.main-navigation {
    float: right;
    font-size: 1.2em; 
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 0 1em 0 .5em;
    border-left: 1px solid white;
    position: relative; }

.main-navigation > .current-menu-item > a {
    border-left: 1px solid white;
    border-right: 1px solid white; }

.main-navigation > .current-menu-item:first-child > a {
    border-left: none; }

.main-navigation > .current-menu-item:last-child > a,
.main-navigation > .current-menu-item:nth-last-child(2) > a {
    border-right: none; }


.main-navigation ul {
    padding: 0; }

.header-navigation .submenu {
    top: 2.95em;
    color: white;
    text-align: left;
    padding: 1em; 
    left: 0;
    font-size: 1rem;
    overflow: hidden;
}



@media only screen and (min-width: 992px) {
    
   .header-navigation .submenu {
    position: absolute;
    left: -110px;
    opacity: 0;
    visibility: hidden;
    transition: .2s opacity;
    border: 1px solid white;
    background: rgba(0,0,0,.55);
} 
    .top-navigation li {
        margin: 0 .5em; }
    
    .top-navigation .submenu {
        left: auto;
        right: 1em; 
        background: rgba(0,0,0,.95);
        z-index: 3;
        top: 2.3em;
    }

    
   .submenu.mega-menu,
    .submenu.mega-menu > li > ul > li {
       display: flex; 
    }
    
    
    
    /* sticky header */

    #site-header.stuck .main-navigation {
        margin-bottom: .25em;
    }

    #site-header.stuck .top-navigation {
        margin-bottom: .25em; }
    
    #site-header.stuck .header-navigation .donate-link a {
        color: #f57f01;
        border: 2px solid;
        position: relative;
        margin-top: -10px;
        margin-bottom: -10px;
        padding: .15em .75em;
    }

    #site-header.stuck #site-logo {
        margin-top: 1em;
        margin-bottom: .75em;
    }
        
    #site-header.stuck #site-logo img {
        max-width: 200px; } 
    
    #site-header.stuck .main-navigation > .current-menu-item > a {
        border: none; }    

}

.submenu.mega-menu.four-columns {
    width: auto;
    right: 1em;
    left: auto;
}
    

.submenu.mega-menu > li {
    width: 100%;
    min-width: 240px;
    padding: 0 .5em; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.submenu.mega-menu > li {
		min-width: 200px;
	}
}	
	
	
#site-header ul.submenu.level--2.mega-menu li a{
    font-weight: bold;
}
#site-header ul.submenu.level--2.mega-menu li ul li a{
    font-weight: normal;
}

.top-navigation > li:hover .submenu,
.main-navigation > li:hover .submenu  {
    opacity: 1;
    visibility: visible; }

.mega-menu > li > a {
    border-bottom: 1px solid white;
    margin-bottom: .5em;
    padding-bottom: .2em;
    width: 100%;
    display: block;
    font-size: 1.1rem;
}

.current-menu-item,
.current-menu-item > a { color: #f57f01; }

.main-navigation  > li > a {
    display: block; 
    padding: .5em; }

.header-navigation  .donate-link a {
    color: #f57f01;
    border: 2px solid;
    position: relative;
    margin-top: -10px;
    margin-bottom: -10px;
    padding: .75em; }



.navigation-toggler { 
    background: none;
    border: none;
    position: absolute;
    color: white;
    right: 2.5em;
    top: .2em; 
    font-size: 1.5em;
    display: none;
}




/* --- header search --- */

#header-search-form {
    position: absolute;
    right: 1em;
    top: 2.5em;
    background: rgba(0,0,0,.9);
    border: 1px solid white;
    padding: 1em;
    z-index: 2;
    display: none;
}

#header-search-form input[type=search] {
    border: none;
    background: none;
    color: white;
    padding: .2em 0;
    border-bottom: 1px solid;
}

#header-search-form input[type=search]::placeholder {
    color:white; }


#header-search-form input[type=submit] {
    background: #f57f01;
    border: none;
    color: white;
    padding: .3em .5em;
}

.search-toggler {
    background: none;
    position: absolute;
    display: block;
    right: 1em;
    top: .6em;
    border: none !important;
    outline:none !important; }

.search-toggler,
.navigation-toggler {
    padding: 2px 4px;
    overflow: hidden; }




.search-toggler-icon {
    display: block;
    width: 21px;
    height: 21px;
    background: url(../images/search-icon.png) center no-repeat;
    background-position: 0 0; }


.search-toggler.active .search-toggler-icon {
    background: url(../images/search-icon.png) center no-repeat; 
    background-position: 1px -21px;
}



/*-------------------------------------------------------*/
/*                   3. MAIN CONTENT                     */
/*-------------------------------------------------------*/

/* --- page header --- */

.page-header { 
    height: 100vh; 
    background-size: cover;
    background-position: center;
	margin-bottom: 3em;
    color: white;
    position: relative;
}

.page-header-overlay {
    height: 100vh; 
    z-index: 1;
    position: relative;
    background: rgba(0,0,0,.3); 
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,.3) 30%, rgba(0,0,0,.3) 100%);    
 }
    

.page-title { 
    font-size: 4em;
    margin: 0 2%; }

.page-slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.page-slider .slide-item {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-size: cover !important;
    background-position: center!important;
}

.page-slider .map-slider {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: url('/sites/all/themes/gc/images/gc_covid_map.png');
    background-size: cover !important;
    background-position: center!important;
}
.owl-stage,
.page-slider { 
    height: 100vh; 
    overflow: hidden; }

.owl-carousel {
    z-index: inherit; }


.owl-dots {
    position:absolute;
    bottom:2em;
    padding:0;
    z-index:1;
    display: block; 
    text-align: center;
    width: 100%;
    margin-bottom:0 !important;	}		

.owl-dot  {
    display: inline-block; }

.owl-dots span {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: white;
    display: inline-block;
    margin: 0 .5em;
}

.owl-dots .active span { 
    background:#f57f01; }




/* --- page entry --- */

/* titles */

.fancy-title {
    color: #006ba3;
    display: inline-block;
    padding: .5em 2em;
    text-align: center;
    border-left: 1px solid;
    border-right: 1px solid;
    position: relative;
    margin: 0 auto 1em;}

.fancy-title:before,
.fancy-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #006ba3;
    position: absolute;}

.fancy-title:before {
    top: 0;
    right: 0; }

.fancy-title:after {
    bottom: 0;
    left: 0; }

h2.colored-title {
    color: #96b22a;
    text-align: center;
    margin-bottom: 1em;
    font-weight: normal; }


.page-entry img {
    margin: 1em 0; }

.page-entry h3,
.page-entry h4,
.page-entry h5,
.page-entry h6 {
    margin-top: 2rem; 
    margin-bottom: 1rem; }

.page-entry blockquote {
    border-top: 1px solid #96b22a; 
    border-bottom: 1px solid #96b22a;
    font-size: 1.5em;
    font-style: italic;
    font-weight: bold;
    padding: 1em 2em;
    position: relative;
    margin: 2em 0;
    min-height: 100px; }

.page-entry blockquote:before {
    height: 200px;
    width: 200px;
    content: '';
    background: url(../images/quote-bg.png) no-repeat; 
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px; }


/* video box */
.video-box {
    padding: 2em;
    background: #f1f1f1;}

.page-entry .video-box h3,
.page-entry .video-box img {
    margin-top: 0; }

.related-content {
    margin: 3em 0; }

.related-content h4 {
    margin-bottom: .5em; }

.related-content h5 {
    border-top: 1px solid #999;
    margin-top: 0;
    padding-top: .5em;
    font-size: 1.05rem; }

.video-entry {
    position: relative; }

.video-entry:before {
    content: '';
    display: block;
    height: 82px;
    width: 82px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -41px;
    margin-top: -41px;
    background: url(../images/video-icon.png) center no-repeat;
    background-size: 80%; }


/* callout box */

.callout-box {
    padding: 2em; 
    margin-top: 3em;
    background: #006ba3;
    color: white; }

.callout-box h2,
.callout-box h3,
.callout-box h4,
.callout-box h5,
.callout-box h6,
.callout-box h5 { 
    color: #e6d056;
    font-weight: normal;
    margin-top: 0; }

.callout-box h4 {
    font-size: 2em; }

.callout-box p { 
    font-style: italic;
    font-size: .9em; }

.callout-box .email-icon {
    background: url(../images/email-icon.png) no-repeat center; 
    background-size: 70%;
    display: block;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border:1px solid white; 
    }

.button {
    background: #f57f01;
    padding: .75em 1.75em; 
    border-radius: 50px;
    text-align: center;
    color: white;
    margin-top: .5em;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid white;
    font-weight: bold;
    font-size: .9em; }

.button:hover {
    text-decoration: none;
    color: white; }

.button.transparent {
    background: transparent;
    color: #006ba3;
    border-color:#006ba3; }

.button.transparent:hover,
.button.light:hover {
    color: #f57f01;
    border-color:#f57f01;
}

figcaption:not(.strong) {
    font-style: italic;
    font-size: .9em; }

figcaption.strong {
    font-weight: bold;
    text-align: center; }



/* tables */

.table-wrapper {
    border:1px solid #b7b7b7;
    padding: 1em;
    margin-bottom: 2em; }

.financial-table {
    width: 100%;
    margin-bottom: 2em;
    font-weight: bold; }

.table-wrapper .financial-table:last-child { margin-bottom: 0; }

.financial-table th {
    color: #006ba3;
    background: #d4e6ef;
    font-size: 1.3em;
    text-align: center;
    font-weight: normal;
    padding: .25rem .5rem; }

.financial-table td {
    padding: .5rem; }

.financial-table td:nth-child(2) {
    text-align: right; }
    
.financial-table .table-subtitle {
    color: #006ba3;
    padding-top: 1em;
    font-size: 1.25em; 
    font-weight: bold;}
    
.financial-table .total {
    font-weight: 800; }

.total.colored  {
    color: #f57f01; }


hr {
    border-top: 2px solid #999;
    margin: 3rem 0; }


/* statements */

.statement-link {
    text-align: center;
    display: block;
    font-weight: bold; }

.statement-link .paper-icon {
    display: inline-block;
    background: url(../images/paper-icon.png) no-repeat;
    background-size: contain;
    width: 100px;
    height: 136px;
    margin-bottom: 1em; }
    
.statement-link .pdf-icon,
.inline-pdf .pdf-icon {
    display: inline-block;
    background: url(../images/pdf-icon.png) no-repeat; 
    background-size: contain;
    width: 40px;
    height: 45px;
    opacity: .5;
    margin-top: 1em;  }

.statement-link .pdf-icon {
    display: block;
    margin-left: auto;
    margin-right: auto; }


.inline-pdf .pdf-icon.light { 
    background-image: url(../images/pdf-icon-light.png);
    opacity: 1; }

.statement-link:hover .pdf-icon,
.inline-pdf:hover .pdf-icon {
    opacity: 1; }

.inline-pdf {
    display: inline-block; 
    margin-right: 2em; }

.inline-pdf .pdf-icon {
    position: relative;
    margin-top: 0;
    margin-left: 1em;
    bottom: -12px; }

/* logo section */

.logo-section {
    text-align: center;
    margin-bottom: 2.5em;
}

.logo-section > div {
    margin-bottom: 1em; }

.logo-wrapper {
    border: 1px solid;
    border-radius: 10px;
    padding: 2em 1em;
}

.logo-wrapper img {
    margin: 0;
    filter: grayscale(100%);
    transition: .2s filter;
    max-height: 110px;}

.logo-section a:hover img {
    filter: grayscale(0); }


.logo-section span {
    margin-top: 1em;
    display: block; }

    
    
/* --- sidebar --- */


.sidebar-title,
.regions-title {
    text-align: center; }

.sidebar-title {
    color: #006ba3;
    font-weight: normal;
    padding-bottom: .5em;
    margin-bottom: .5em; 
    border-bottom: 1px solid #999; }

.regions-title {
    font-size: 1rem;
    margin-bottom: 2em; }

.regions {
    list-style: none;
    text-align: center;
    padding: 0 0 1em 0;
    margin: 0; }
    
.regions li {
    margin-bottom: 1em; }

.regions img {
    max-width: 60px;
	max-height: 60px; }

.regions li:not(.current) img {
    filter: grayscale(100%); }

.regions span, 
.other-regions a {
    display: block;
    width: 100%;
    font-weight: bold;
    margin-top: .5em;
    font-size: .85em; }

.other-regions {
    border-top: 1px solid #999;
    padding-top: .5em; }

.other-regions a {
    display: block;
    clear: both;
    margin-bottom: .5em; }


.sidebar-box {
    background: #f1f1f1;
    padding: 2em;
    margin: 2em 0;
}
.sidebar-box .sidebar-title {
    border-bottom: none; 
    font-size: 1.8em;
    padding-bottom: 0; }
    
.sidebar-box img {
    margin-bottom: 1em; }

.sidebar-box p {
    font-size: .9em;
    font-style: italic; }
    
/*-------------------------------------------------------*/
/*                  4. SITE FOOTER                       */
/*-------------------------------------------------------*/

#site-footer {
    background: #222 url(../images/footer-bg.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top;
    color: white; 
    padding: 2.5em 0; }

.footer-title {
    color: #006ba3;
    border-bottom: 1px solid white;
    padding-bottom: .5em;
    margin-bottom: 1em; }

#site-footer ul {
    list-style: none;
    padding: 0; }

#site-footer ul li a {
    color:#ccc; }

#site-footer ul li a:hover {
    color: white; }

.footer-links li {
    margin-bottom: .5em; }

#site-footer .about-us strong {
    display: inline-block;
    margin-bottom: .5em; }

#site-footer .about-us {
    line-height: 1.75; }

#site-footer .social-icons li {
    display: inline-block;
    margin: 0 0 10px 5px; }


#site-footer .social-icons a {
    color:#222;
    display: block;
    background: #153d52;
    border-radius: 50%;
    font-size: 1.25em;
    height: 2.2em;
    width: 2.2em;
    line-height: 2.2em;
    text-align: center;
    transition: .2s background; }

#site-footer .social-icons a:hover  {
    background: #006ba3; }

.footer-columns {
    border-bottom: 1px solid;
}

.copyright-notice {
    text-align: center; 
    width: 100%;
    margin-top: 1em; 
    font-size: .9em; }


/*-------------------------------------------------------*/
/*                   5. HOMEPAGE                         */
/*-------------------------------------------------------*/


/* home header */

.home .page-header {
    background-position: center top;
    margin-bottom: 0; }

.home .page-header {
    position: relative; }

.home .page-header:before  {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 25em;
    left: 0;
    bottom: 0;
    background:  linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); }

.home-titles-group { 
    margin: 0 5%; }

.home-title,
.home-subtitle {
    max-width: 500px;
    line-height: 1; }

.home-title {
    font-size: 5.2em;
    letter-spacing: -.02em;}

.home-subtitle { 
    color: #e1fd78;
    font-size: 2.2em; }

.fancy-title.light {
    color: white; }

.fancy-title.light:before,
.fancy-title.light:after {
    background: white; }

.home-subtitle-bottom  {
    font-size: 2em; 
    margin-bottom: 1em;
    max-width: 750px; }

.home-titles-group.d-flex.flex-column {
    flex-grow: 2; }




/* home section 1 (Here's how we do it) */

body.home { 
    overflow-x: hidden; }

.home-section-1 {
    position: relative;
    background-color: #006092; }


.has-top-arrow { 
    position: relative;
    padding-top: 12em; }

.has-top-arrow:before { 
    content: '';
    display: block;
    border-top: 12vh solid #000;
    border-left: 49vw solid transparent;
    border-right: 49vw solid transparent;
    width: 0;
    height: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
    

.do-it-list  {
    padding: 2em 0;
    margin: 0;
    list-style: none;
    overflow: hidden; }

.do-it-list.first {
    border-right: 1px solid white; }

.do-it-list li {
    color: white;
    text-align: center;
    margin-bottom: 1em;
    clear: both; }


.do-it-list.first li:nth-child(1) {
    margin-left: 2em;}

.do-it-list.first li:nth-child(2) {
    float: right;
    margin-right: 4em;
    margin-top: 3em; }

.do-it-list.first li:nth-child(3) {
    margin-right: 3em;}

.do-it-list.first li:nth-child(4) {
    float: left;
    margin-left: 3em;
    margin-top: 3em; }

.do-it-list.first li:nth-child(5) {
    float: right;
    margin-right: 5em;}

.do-it-list.first li:nth-child(6) {
    float: left;
    margin-left: 7em;}




.do-it-list.last li:nth-child(1) {
    float: right;
    margin-top: 2em; }

.do-it-list.last li:nth-child(2) {
    float: left;
    margin-left: 5em; }

.do-it-list.last li:nth-child(3) {
    float: right;
    margin-right: 5em;
    margin-top: 2em; }

.do-it-list.last li:nth-child(4) {
    float: left;
    margin-left: 3.5em; }

.do-it-list.last li:nth-child(5) {
    float: right;
    margin-right: 6em; }


.do-it-list.last li:nth-child(6) {
    float: left;
    margin-left: 4.5em; }




    
.do-it-list li span {
    display: block;
    clear: both;
    margin: 0 auto .5em;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid white;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    position: relative; }

.do-it-list li span:before {
    width: 500px;
    content: '';
    display: block;
    height: 1px;
    background: white;
    position: absolute;
    top: 59px;
}

.do-it-list li:last-child { margin-bottom: 0; }


.do-it-list.first  li span:before { left: 120px; }
.do-it-list.last  li span:before { right: 120px; }
    
    

.agriculture-icon { background-image: url(../images/agriculture-icon.png); }
.financial-icon { background-image: url(../images/financial-icon.png); }
.health-icon { background-image: url(../images/health-icon.png); }
.market-icon { background-image: url(../images/market-icon.png); }
.do-it-list.first li span.water-icon { 
    background-image: url(../images/water-icon.png);
    background-size: 50%; }
.experts-icon { background-image: url(../images/experts-icon.png); }

.community-icon { background-image: url(../images/community-icon.png); }
.do-it-list.last li span.gender-icon { 
    background-image: url(../images/gender-icon.png);
    background-size: 50%; }

.governance-icon { background-image: url(../images/governance-icon.png); }
.humanitarian-icon { background-image: url(../images/humanitarian-icon.png); }
.resilience-icon { background-image: url(../images/resilience-icon.png); }
.youth-icon { background-image: url(../images/youth-icon.png); }


.button.light {
    background: transparent;
    margin-top: 0; }



/* home section 2 (How we make a difference) */

.home-section-2 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    color: white; }

.home-section-2:before {
    border-top-color: #006092; } 


.section-2-title {
    text-align: left;
    font-size: 2.8em;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: .5em;
    border-right: none;
    width: 100%;}

.section-2-title span {
    color: #f57f01;
    display: block; }

.section-2-subtitle {
    padding: 0 10%; }
    
    

.section-2-titles-group { position: relative; }

.section-2-titles-group:after {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    height: 1000px;
    background: white;
}

.section-2-top-border {
    position: relative; }
.section-2-top-border:before {
    content: '';
    display: block;
    height: 200%;
    border-left: 1px solid;
    border-bottom: 1px solid;
    position: absolute;
    bottom: 10em;
    right: 0;
    width: 100%;
    border-bottom-left-radius: 10px; }


.section-2-bottom-arrow {
    position: relative;
    height: 12em; }
.section-2-bottom-arrow:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-style: solid;
    border-width: 12vh 0 0 50vw;
    border-color: transparent transparent transparent #98b42f; }
.section-2-bottom-arrow:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 12vh 50vw;
    border-color: transparent transparent #98b42f transparent; }



#home-chart {
    position: relative;
    width: 97%; 
    margin-top: -5em; }

#home-chart .count {
    position: absolute;
    font-weight: bold;
    left: 25%;
}

#home-chart .count-1 {
    font-size: 3.8vw;
    top: 32%;
    color: #f57f01; }

#home-chart .count-2 {
    font-size: 3.4vw;    
    top: 47%;
    color: #96b22a; }

#home-chart .count-3 {
    font-size: 3vw;    
    top: 62%;
    color: #1d8d80; }



/* home section 3 (What People Are Saying About Us) */

.home-section-3 {
    padding-top: 3em;
    padding-bottom: 3em;
    position: relative;
    background: linear-gradient(to bottom, rgba(152,180,47,1) 0%,rgba(188,206,120,1) 100%); }

.home-section-3 .container { position: relative; }

.section-3-title {
    margin-left: 0;
    margin-right: auto;
}

.section-3-top-border {
    border-bottom: 1px solid white;
    width: 100%;
    border-right: 1px solid white;
    border-bottom-right-radius: 10px;
    position: relative;
    top: -4em;
}


blockquote.home-quote {
    color: #222222; 
    font-size: 1.3rem;
    font-style: italic; 
    text-align: center;
    border-top: 1px solid white;
    border-bottom: 1px solid white; 
    margin: 0;
}

blockquote.home-quote:before {
    content: none; }


blockquote.home-quote cite {
    display: block;
    margin-top: 1em; }
blockquote.home-quote cite:before {
    content: '-';
    margin-right: .2em; }

.testimonial-image {
    padding: 2em;
    margin-top: 3em; 
    border-radius: 50%;
    border: 1px solid white; }

.testimonial-image:after {
    content: '';
    width: 1px;
    height: 10em;
    background: white;
    position: absolute;
    top: 100%;
    left: calc(50% - 1px);
}

.testimonial-image img {
    border-radius: 50%;
    display: block;
    margin: 0;
    box-shadow: 0 0 30px rgba(0,0,0,.3); }

.page-entry {
    z-index: 1; }

.section-3-parallax-image {
    width: 60%;
    position: absolute;
    right: 0;
    bottom: -25em;
    height: 90vh;
}


/* home section 4 (What Are We Up To) */
.home-section-4 {
    position: relative;
    padding-top:12em; 
    padding-bottom: 3em; }

.home-section-4:before {
    border-top-color: #bcce78;
    z-index: -1; } 

.masonry-section {
    background: white;
    margin-bottom: 1em; }

.grid-block {
    margin-bottom: 1.5em; }

.grid-block div {
    position: relative; }

.grid-block img {
    border-radius: 10px;
    width: 100%;
    margin: 0; }

.grid-block .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: white;
    padding: 1em;
    width: 100%; }

.grid-block.right-caption .caption {
    left: auto;
    right: 0; }


.grid-block .caption a {
    color: white;
    font-size: 1.2em; }

.section-4-top-border {
    width: calc(50% + 10px);
    border-bottom: 1px solid #006ba3;
    border-left: 1px solid #006ba3;
    height: 10em;
    margin-top: -8em;
    border-bottom-left-radius: 10px;
/*
    margin-right: -50%;
*/
    position: relative;
    left: calc(50% - 10px);
}

.grid-block.social > div {
    background: #e8e8e8;
    border-radius: 10px;
    padding: 2em; }

.grid-block.social.vertical header {
    margin-bottom: 1em; }

.grid-block.social header i {
    font-size: 3em;
    margin-bottom: .5rem;
    color: white; }


.grid-block.social header,
.grid-block.social footer {
    text-align: center; }

.grid-block.social header span {
    display: block; }

.grid-block.social footer {
    margin-top: 2em;
    font-size: .9em;}

.grid-block.social .social-body {
    font-size: 1.2em; }


/* scroll down animations */



/*-------------------------------------------------------*/
/*                   6. OUR IMPACT PAGE                  */
/*-------------------------------------------------------*/

body.our-impact {
    overflow-x: hidden; }


.overview-block-2 span,
.overview-block-3 span,
.overview-block-4 span,
.overview-block-5 span {
    font-weight: bold;
    font-size: 1.2em; }

.overview-block-2 span { color: #96b22a; }
.overview-block-3 span { color: #006ba3; }
.overview-block-4 span { color: #e6d056; }
.overview-block-5 span { color: #f57f01; }

#annual-report {
    color: white;
    padding-top: 12em;
    background: linear-gradient(to bottom, rgba(0,107,163,1) 0%,rgba(0,86,130,1) 100%); }

#annual-report * {
    color: white; }

#annual-report:before {
    border-top-color: white; }


#awards:before {
    border-top-color:  #005682; }

#shareable-content {
    background: #f1f1f1; }

#shareable-content:before {
     border-top-color: white; }

#whitepapers:before {
     border-top-color: #f1f1f1; }


.whitepaper,
.infographic {
    text-align: center;
    margin-bottom: 2em; }

.whitepaper img {
    max-height: 410px;
    display: inline-block;
 }

.whitepaper a,
.infographic a {
    color: #222; }

.whitepaper.pdf a {
    position: relative; }

.whitepaper.pdf a:after {
    content: '';
    display: inline-block;
    background: url(../images/pdf-icon.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 45px;
    opacity: .5; }

.whitepaper a:hover:after {
    opacity: 1; }


.awards  {
    margin: 2em 0 5em 0; }


.awards > div {
    position: relative;
    padding-bottom: 40px; }

.award-logo-wrapper {
    height: 120px;
    overflow: hidden;
    text-align: center;
    padding: 1em;
    margin-bottom: 1em; }

.award-logo-wrapper img {
    max-height: 70px; }

.awards .bottom-border {
    height: 25px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
        
.awards .award-1 { border-left: 1px solid #ffc852; }
.awards .award-2,
.awards .award-3 { border-left: 1px solid #9fc150; }
.awards .award-4 { 
    border-left: 1px solid #52b0be; 
    border-right: 1px solid #52b0be; }

.awards .award-1 .bottom-border { 
    background:#ffc852;
    left: -10px;
    width: calc(100% + 10px);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px; }
.awards .award-2 .bottom-border,
.awards .award-3 .bottom-border { background:#9fc150; }

.awards .award-2 .bottom-border {
    left: -10px;
    width: calc(100% + 10px);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px; }


.awards .award-4 .bottom-border { 
    background:#52b0be;
    left:-10px;
    width: calc(100% + 20px);
    border-radius: 25px;}


.awards > div:before,
.awards .award-4:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0; 
    border-radius: 50%;
    border: 7px solid;
    background: white; }

.awards > div:before { left: -15px; }

.awards .award-4:after {
    right: -15px;
    border-color:#52b0be; }



.awards .award-1:before { border-color: #ffc852; }
.awards .award-2:before,
.awards .award-3:before{ border-color: #9fc150; }
.awards .award-4:before { border-color: #52b0be; }

.awards .bottom-border:before,
.awards .award-4 .bottom-border:after { 
    content: '';
    display: block;
    width: 20px;
    position: absolute;
    height: 20px;
    bottom: 2px;
    border-radius: 50%;
    background: white;
 }
 
.awards .award-3 .year {
	color: #9fc150;	
}

.awards .award-1 .bottom-border:before,
.awards .award-2 .bottom-border:before,
.awards .award-4 .bottom-border:before {
    left: 2px;
}
    
.awards .award-3 .bottom-border:before {
    left: -10px; }

.awards .award-1 .bottom-border:before {
    box-shadow: 0 0 0 12px rgba(255, 200, 82, 0.75); }

.awards .award-2 .bottom-border:before,
.awards .award-3 .bottom-border:before {
    box-shadow: 0 0 0 12px rgba(159, 193, 80, 0.75); }

.awards .award-4 .bottom-border:before,
.awards .award-4 .bottom-border:after { 
    box-shadow: 0 0 0 12px rgba(82, 176, 190, 0.75); }

.awards .award-4 .bottom-border:after { 
    right: 2px; }

.sub-navigation {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #222222;
    z-index: 1;
}
.sub-navigation  {
    color: white; }

.sub-navigation ul  {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;}

.sub-navigation ul li {
    display: inline-block; }

.sub-navigation ul li a {
    display: block; 
    padding: .75em 2em;
    position: relative;
    text-decoration: none;
    color: white; }

.sub-navigation ul .current-section:after,
.sub-navigation ul li a:hover:after {
    width: 80%;
    content: '';
    left: 10%;
    position: absolute;
    display: block;
    border-bottom: 2px solid #f57f01; 
    color: white; }

.awards .year {
    position: absolute;
    bottom: -60px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 2em;
    left: 0;
}

.awards .award-1 .year {
    color: #ffc852; }

.awards .award-2 .year {
    color: #9fc150; }

.awards .award-4 .year {
    color: #52b0be; }


.sub-navigation.stuck,
#site-header.stuck {
    position:fixed;
    top:0;
    bottom: auto;
    z-index: 10;
}



/*-------------------------------------------------------*/
/*                   7. ABOUT US PAGE                    */
/*-------------------------------------------------------*/

.learn-more-section {
    background: #006ba3;
    color: white; 
    text-align: center;
    padding: 4em 0; }
.learn-more-section p {
    font-size: 1.5em;
    margin-left: 5%;
    margin-right: 5%; }

.accordion-title {
    padding-bottom: .2em; 
    margin-bottom: .5em; 
    position: relative;
    border-bottom: 1px solid #999; }

/* .accordion-title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background-image: url(../images/accordion-icons.png); 
    background-repeat: no-repeat; } */

.accordion-title.active:after {
    background-position: 0 -34px; }


#our-vision,
#our-mission,
#our-values { padding-top: 3em; }
#our-values { padding-bottom: 5em; }

#leadership {
    background: #f1f1f1;
    padding: 3em 0; }

.accordion-title {
    color: #006ba3;
    /* cursor: pointer;  */}

/* .accordion-content {
    display: none; } */


/* the team */

.the-team  {
    overflow: hidden;
    padding: 0;
    position: relative; }

.the-team .team-member {
    width: 20%;
    padding: 0 15px;
    margin-bottom: 2em;
    float: left;
    cursor: pointer;
    text-align: center; }

.the-team .team-member h4 {
    font-size: 1em; 
    margin: 0; }

.the-team .team-member span {
    font-size: .9em; 
    line-height: 1.4;
    display: block;
    margin-top: .5em; }

.the-team .team-member * {
    color: #006ba3; }

.the-team .team-member img {
    filter: grayscale(100%);
    transition: filter .2s;
    margin: 0 0 1em 0;}

.the-team .team-member.active img,
.the-team .team-member:hover img {
    filter:grayscale(0%); }

.the-team .team-member .member-details {
    display: none; }

.member-details-popup { 
    width:100%; 
    background: #006ba3;
    color: white;
    padding: 2em 2em 1em 2em;
    margin: .5em 15px 2.5em 15px;
    position: relative;
    float:left;
    column-count: 2; 
    column-gap:30px; }

.member-details-popup h3 {
    margin-top: 0; }

.inlinepopupClose { display: none; }

.inlinepopup_arrow {
    height: 30px;
    position: absolute;
    top: 0px;
    width: 40px; }
.inlinepopup_arrow:before {
    content: '';
    position: absolute;
    top: -30px;
    left: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 30px 40px;
    border-color: transparent transparent #006ba3 transparent; }

#partnerships {
    padding-top: 4em; }


/*-------------------------------------------------------*/
/*                   8. RESOURCES PAGE                   */
/*-------------------------------------------------------*/

.resources-list  {
    padding: 0;
    list-style: none;
    margin: 0 0 2em 0; }

.resources-list img {
    margin: 0;
    float: left; }


.resource-meta {
    font-weight: bold;
    display: block;
    color: #f57f01;
    margin-bottom: .5em; }

h4.resource-title {
    margin: 0;
    font-size: 1.5em;
    color: #222222; }
    
.resources-list li {
    padding: 1em 0;
    border-bottom: 1px solid #e1e1e1; }

.resource-details > a {
    display: block;
    padding-right: 50px;
    background: url(../images/resource-link.png) right center no-repeat;  }

.resource-type {
    border-left: 2px solid; 
    padding-left: .6em;
    margin-left: .5em; }

.resource-details > a:hover {
    text-decoration: none; }

.resource-details > a:hover h4 {
    text-decoration: underline; }

.page-link,
.page-link:hover {
    color: #222; 
}

.page-item.current-page .page-link,
.page-item.disabled.current-page .page-link{
    background: #f48020;
    color: white; }


.resources-form-wrapper {
    background: #006BA3;
    color: white; 
    position: absolute;
    width: 100%;
    padding: 2em 0;
    left: 0;
    bottom: 0;
    z-index: 1;}

.resources-form select {
    width: 100%;
    border:1px solid white;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    height: 39px !important;
    background: transparent;}

.resources-form select option {
    color: #222;
    text-transform: none; }


.resources-form * {
    font-family: 'Open Sans', sans-serif; }

.resource-search {
    position: relative; }

#resource-search {
    width: 100%;
    background: white;
    border:none;
    padding: .5em 2.5em .5em 1em; }
#resource-search-button {
    background: url(../images/resources-search-icon.png) no-repeat center;
    background-size: 60%;
    width: 41px;
    height: 41px;
    position: absolute;
    overflow: hidden;
    text-indent: -200px;
    right: 15px;
    bottom:0;
    border: 0;}


.prettydropdown {
    min-width: 100% !important;
    height: 40px !important; }
.prettydropdown > ul {
    background: transparent;
    border: 1px solid white;
    color: white;
    font: normal 15px 'Open Sans', sans-serif;
}

.prettydropdown > ul.active {
    background: white; 
    color: #222;
    border: 1px solid #e1e1e1 !important;}

.prettydropdown > ul:not(.active) > li {
    color: white;
    font-weight: bold; }

.prettydropdown > ul > li {
    min-width: 40px;
    height: 37px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    color: #222;
    line-height: 35px;
    padding-left: 0.5rem;
}

.prettydropdown > ul.active > li { 
    height: 30px;
    line-height: 28px;}


.prettydropdown > ul.active {
    animation-name: fadeInUp;
    animation-duration: .2s;}


@keyframes fadeInUp {
    from { opacity: 0; margin-top: 1em; }
    to { opacity: 1; margin-top: 0; }
}


.prettydropdown > ul:not(.active) > li {
    text-transform: uppercase; }


.prettydropdown > ul:focus, .prettydropdown:not(.disabled) > ul:hover {
    border-color: white; }

.prettydropdown > ul:hover > li.selected:before,
.prettydropdown.arrow > ul > li.selected:before {
    border-top-color: #ffffff;
}
.prettydropdown.arrow > ul > li.selected:after {
    border-top-color: #016ba2;
}

.active li[data-value="africa"],
.active li[data-value="europe-asia"],
.active li[data-value="midle-east-na"],
.active li[data-value="the-americas"] {
    border-bottom: 2px solid #006BA3 !important;
    margin-top: 5px; }



/*-------------------------------------------------------*/
/*                  9. SVG CHARTS                        */
/*-------------------------------------------------------*/

#ie-home-chart { display: none; }

#gradient-1 {
  stroke-dasharray: 500;
  stroke-dashoffset: -500;
  }

#gradient-2 {
  stroke-dasharray: 400;
  stroke-dashoffset: -400; }

#gradient-3 {
  stroke-dasharray: 350;
  stroke-dashoffset: -350; }

#gradient-4 {
  stroke-dasharray: 550;
  stroke-dashoffset: -550; }

#gradient-1.animated-chart { animation: gradient-fill 2s linear forwards; }
#gradient-1.animated-chart { -ms-animation: none !important; }
#gradient-2.animated-chart { animation: gradient-fill 2.3s linear forwards; }
#gradient-3.animated-chart { animation: gradient-fill 5s linear forwards; }
#gradient-4.animated-chart { animation: gradient-fill 1.75s linear forwards; }

@keyframes gradient-fill {
  to {
    stroke-dashoffset: 0;
  }
}

/* IE fallback */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #gradient-1, 
    #gradient-2, 
    #gradient-3, 
    #gradient-4 {   
        stroke-dasharray: 0;
        stroke-dashoffset: 0; }
    
    #home-chart svg { display: none;}
    #ie-home-chart { display: block;}
}



/*-------------------------------------------------------*/
/*                   10. MEDIA QUERIES                    */
/*-------------------------------------------------------*/


@media only screen and (min-width: 1200px) {
    
    .col-lg-6.grid-block:not(.horizontal) .caption {
        max-width: 70%;
        border-bottom-right-radius: 0; }
    
    .col-lg-6.grid-block.right-caption .caption {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 10px;
    }

    
    .col-lg-6.grid-block.horizontal .caption {
        left: auto;
        right: 0;
        max-height: 100%;
        max-width: 70%;
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px; }
    
    
    #home-chart .count-1 { font-size: 4em; }
    #home-chart .count-2 { font-size: 3em; }
    #home-chart .count-3 { font-size: 2em; }
    

 }

@media only screen and (max-width: 1199px) {

    #site-logo  {
        margin-left: 0; }    
    
    #site-logo img {
        max-width: 200px;
    }   
    
    .main-navigation {
        font-size: 1.05em; }
    
    .main-navigation > li > a {
        padding-left: .35em;
        padding-right: .35em; }
    
    .main-navigation .submenu {
        top: 2.6em; }
    
    .callout-box .email-icon {
        height: 120px;
        width: 120px; }

    
}

@media only screen and (min-width: 992px) {
    
    .header-navigation {
        display: block !important; }
        
}
    
    
@media only screen and (max-width: 991px) {
    

    #site-logo  {
        margin-top: 1em; }  
    
    #site-header.stuck #site-logo {
        max-width: 180px;
        margin-bottom: 1em; }
    
    .navigation-toggler {
        top: 1em; }
    .search-toggler {
        top: 1.8em; }
    
    #header-search-form {
        top: 4em; }
    
    
    .header-navigation {
        background: rgba(0,0,0,.95);
        z-index: 2;
        margin-top: 1em;
        padding-right: 15px;
        display: none;
        position: fixed !important;
        top: 93px;
        overflow-y: scroll !important;
        top:93px; 
        bottom :0;
        margin-top: 0;}
    
    
    .overflow-hidden { overflow: hidden; }
    
    
    .navigation-toggler { 
        display: block; }

    
    .header-navigation ul,
    .header-navigation ul li {
        width:100%;
        text-align: left; }
    
    .top-navigation {
        margin: 1em 0;
        padding: 0; }
    
    .top-navigation a {
        width: 100%;
        display: block; }
		
	.top-navigation .open-submenu {
		right: .35em;
	}
    
    .top-navigation .submenu {
        padding-top: 0;
        padding-bottom: 0; }

        
    .main-navigation {
        border-right: 1px solid white;
		padding-right:.5em; }
    
    .main-navigation > .current-menu-item > a { border: none; }
    
    .header-navigation .donate-link a {
        color: white;
        background: #f57f01;
        border: none;
        margin-top: 0;
        margin-bottom: .5em;
        padding: .5em;
    }
    
        
    .main-navigation  .submenu > li {
        margin-bottom: 1em; }
    
    .header-navigation .open-submenu {
        float: right;
        font-size: 1.5em;
        position: relative;
		top: -.3em;
        display: block;
        width: 35px;
        height: 35px;
        text-align: center;
        border: 1px solid; }
		
    .main-navigation .open-submenu { right: -.35rem; }
 
    .main-navigation > .has-submenu:first-child { margin-top: .5em; }		
		
    .header-navigation .open-submenu:before {
        content: '+'; }
    .header-navigation .open-submenu.active:before {
        content: '-'; }
    
    
    .header-navigation .has-submenu > .submenu {
        display: none; }
    
    
    .callout-box, 
    .sidebar-box {
        text-align: center; }
    
    .callout-box .email-icon {
        margin: 0 auto 1em; }
    
    .video-box .video-wrapper {
        margin-bottom: 1.5em; }
    
    
    
    .section-2-title {
        font-size: 1.9em; }
    
    .section-3-parallax-image {
        width: 100%; }
    
    
    .grid-block .caption a {
        font-size: 1em;
    }

    
    /* hide homepage borders */
    .section-4-top-border {
        display: none; }
    
    
    
    .sub-navigation ul li a { 
        padding-left: 1em;
        padding-right: 1em; }
    
    
    .the-team .team-member { width: 25%; }
    
    .resources-form .country-region,
    .resources-form .publication-type {
        margin-bottom: 1.5em; }

    
}

@media only screen and (min-width: 768px) {
    
    .awards .award-2 .year {width: 200%; }
	.awards .award-3 .year {
		width: 200%;
		margin-left: -100%;
	}
	

    .awards p { margin: 0 5%; }
    
}


@media only screen and (max-width: 767px) {
    
    .page-title { 
        font-size: 3em; }
        
    .home-subtitle-bottom {
        margin-left: 5%;
        margin-right: 5%;
        font-size: 1.3em; }
    
    
    .testimonial-image {
        margin-bottom: 2em; }
    
    .do-it-list li {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important; }

    
    /* hide homepage lines */
    .testimonial-image:after,
    .section-2-titles-group:after {
        content: none; }
    
    .section-2-top-border,
    .section-3-top-border,
    .section-4-top-border {
        display: none; }
    
    
    .section-2-title {
        border-right: 1px solid white; }
    
    .section-2-subtitle {
        padding: 0; }
    
    #home-chart {
        margin-top: 2em;
        width: 100%;}
    
    .sub-navigation { display: none; }
    
    .awards > div:before,
    .awards > div:after { 
        display: none !important; }

    .awards > div {  
        border: none !important;
        margin-bottom: 3em; }
    
    .awards > div .bottom-border {
        border-radius: 25px;
        left: 0 !important;
        width: 100% !important; }
    
    .awards .award-1 .bottom-border:before,
    .awards .award-2 .bottom-border:before,
    .awards .award-3 .bottom-border:before {
        left: 2px; }
    
    .awards .award-1 .bottom-border:after,
    .awards .award-2 .bottom-border:after,
    .awards .award-3 .bottom-border:after {
        content: '';
        display: block;
        width: 20px;
        position: absolute;
        height: 20px;
        bottom: 2px;
        border-radius: 50%;
        background: white;
        right: 2px; }

    .awards .award-1 .bottom-border:after {
        box-shadow: 0 0 0 12px rgba(255, 200, 82, 0.75) }

    .awards .award-2 .bottom-border:after,
    .awards .award-3 .bottom-border:after {
        box-shadow: 0 0 0 12px rgba(159, 193, 80, 0.75) }
    
    .awards  .year {bottom: -50px; }

    
    .the-team .team-member { width: 33.33%; }
    
    .member-details-popup { column-count: 1; }
    
    .overview-block-2 img,
    .overview-block-3 img,
    .overview-block-4 img,
    .overview-block-5 img {
        margin-left: auto;
        margin-right: auto;
        display: block;}

    
    /* resources */
    
    body.resources .page-header,
    body.resources .page-header-overlay {
        height: auto;
        min-height: 50vh; }
    
    .resources-form-wrapper {
        position: relative;
		float: left; }
		
		.resources-list {
			width:100%;
			overflow:hidden;
		}
		

    .resources-form-wrapper .col-lg-3:not(:last-child) {
        margin-bottom: 1.5em; }
    
    .resource-image img { 
        width: 100%; 
        margin-bottom: 2em; }
    

}

@media only screen and (max-width: 576px) {
    
    h3.home-subtitle-bottom {
        font-size: 1.1em; }
    
    .fancy-title {
        font-size: 1.75rem;
        padding: .5em 1em;}
    
     .the-team .team-member { width: 50%; }
    
    .button {
        padding: .75em 1.5em;  }
    
    .page-entry blockquote {
        font-size: 1.2em;
        padding: 1em;
    }
    
    #our-vision, #our-mission, #our-values {
        padding-top: 1em }
    
    #our-values {
        padding-bottom: 3em; }

    
}


/*-------------------------------------------------------*/
/*                   ADDED IN V1.4                       */
/*-------------------------------------------------------*/


/* simple dropdown menu */
@media only screen and (min-width: 992px) {
    
    .has-simple-submenu { 
        position: relative; }

    .has-simple-submenu .submenu {
        left: 50%;
        margin-left:-150px; }

    .has-simple-submenu  .submenu > li {
        display: block; }

    .has-simple-submenu .submenu {
        width: 300px; }

    .has-simple-submenu .submenu li {
        font-size: 1.1rem;
        margin-bottom: .5em;
        line-height: 1.3; }
    
}

@media only screen and (max-width: 991px) {
    
   .has-simple-submenu .submenu li {
        margin-bottom: .25em; }

}


/* home slider */

.home .page-header:before {
    display: none; }


.home .slide-item {
    background-position: top center !important; }
.home .slide-item:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 25em;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}

.home-titles-group {
    margin-top: 28vh; }

.home-subtitle-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -375px;
}


@media only screen and (max-width: 767px) {
	
    .home-subtitle-bottom {
        left: 0;
        margin-left: 5%;
    }
	
	 .home-title { font-size: 2em !important; }
    .home-subtitle { font-size: 1.35em !important; }
}


@media only screen and (max-width: 576px) {
    
    .home-title { font-size: 1.6em !important; }
    .home-subtitle { font-size: 1.2em !important; }
    .view-id-Related_sidebar_blocks {text-align: center;}
}


/*-------------------------------------------------------*/
/*                   ADDED IN V1.4.5                     */
/*-------------------------------------------------------*/

.do-it-list.first {
    border-right: none;
}

.do-it-list.last {
    border-left: 1px solid white;
}

.do-it-list a,
.do-it-list a:hover { 
    color: white;
    display: inline-block; }

.do-it-list.last li:nth-child(5) {
    margin-top: 3em; }
	
/*-------------------------------------------------------*/
/*                   ADDED IN V1.5                     */
/*-------------------------------------------------------*/	
	
#block-views-related-sidebar-blocks-block-3, 
.view-id-Related_sidebar_blocks {
    margin: 0 0 2em 0;
}



/*-------------------------------------------------------*/
/*                   ADDED IN V1.5.1                     */
/*-------------------------------------------------------*/

.navigation-toggler {
    font-size: 1rem;
    padding-top: 0;
    top: 1.8em;
    right: 3.5em; }

#mapplic {
min-height:680px;
padding-bottom:20px;
}

/*-------------------------------------------------------*/
/*                   ADDED IN V1.5.2                     */
/*-------------------------------------------------------*/
.page-node-33920 .page-entry,
.page-node-33920 .sidebar,
.page-node-38217 .page-entry, 
.page-node-38217 .sidebar { margin-bottom: 3em; }

.header-navigation li a.orange{
color: #f57f01;
}

a.home-subtitle{
color: #e1fd78;
}

/*-------------------------------------------------------*/
/*                   ADDED IN V1.5.3                     */
/*-------------------------------------------------------*/

.show-translate-menu {
    pointer-events: none;
}

.show-translate-menu .open-submenu {
    pointer-events: auto;
	z-index: 10;
}

.header-navigation li a.show-translate-menu {
	color: white;
}
