@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700|Noto+Sans:400|Permanent+Marker");
/*@import url(font-awesome.css);
@import url(sdg_modal.css);
@import url(slick.css);
@import url(slick-theme.css);
@import url(easy-responsive-tabs.css);*/
@import url("https://fonts.googleapis.com/css?family=Permanent+Marker");

#body-cont {
	max-width:1000px;
	margin:0 auto;
}

.gwm_ts_wrapper {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    width: 100%
}

.horiz_sharing {
    position: absolute;
    right: 0;
    z-index: 1
}

.horiz_sharing a {
    margin: 0 0 5px !important;
    background-color: #4c9f38 !important
}

.horiz_sharing .at-icon-wrapper {
    background-color: none !important
}

a .at-icon-wrapper {
    background-color: #4c9f38 !important
}

.gwm_ts_wrapper p,
.gwm_ts_wrapper li {
    font-size: 20px;
    line-height: 32px
}

.Drawer {
    background-color: #2c2d2d;
    border-bottom: 1px solid #ccc;
    color: #fff;
    display: none;
    position: relative
}

.Drawer-close {
    background-color: transparent;
    background-image: none;
    border: 0;
    cursor: pointer;
    display: inline-block;
    transition: all 150ms ease-in-out;
    color: #fff;
    position: absolute;
    right: 24px;
    top: 24px
}

.Drawer-inner {
    padding: 24px
}

.Drawer-section {
    display: none;
    min-height: 400px
}

.Drawer-section p {
    margin: 0
}

.main_header {
    position: relative;
    z-index: 400
}

.main_breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px
}

.main_breadcrumb li {
    float: left;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 700
}

.main_breadcrumb li a {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 700
}

.main_breadcrumb li:before {
    content: "/";
    margin: 0 7px;
    color: #fff;
    font-weight: 400
}

.main_breadcrumb li:first-child:before {
    content: none
}

@media screen and (max-width: 767px) {
    .main_breadcrumb {
        display: none
    }
}

.floating_socials {
    position: fixed;
    display: none;
    top: 50%;
    left: 0;
    z-index: 20;
    margin: 0;
    padding: 0;
    transform: translateY(-50%)
}

.floating_socials ul {
    margin: 0;
    padding: 0
}

.floating_socials ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.floating_socials ul li a {
    display: block;
    background-color: #4c9f38;
    color: #fff;
    padding: 10px
}

.floating_socials ul li a:hover {
    background-color: #3a782a
}

.mobile_header {
    display: none
}

.gwm_ts_header {
    margin: 0;
    position: relative
}

.GlobalNav {
    margin: 0 0 0 20px;
    padding: 0
}

.GlobalNav ul {
    margin: 0;
    padding: 0;
    color: #ffffff
}

.GlobalNav ul li {
    list-style: none;
    display: inline;
    margin: 0 1px
}

.GlobalNav ul li a {
    color: #fff;
    padding: 0 1em;
    line-height: 40px;
    font-size: 14px;
    display: inline-block
}

.GlobalNav ul li a:hover {
    background: rgba(112, 101, 101, 0.6)
}

.GlobalNav ul li.bc a {
    background: rgba(112, 101, 101, 0.6)
}

.GlobalNav ul>li.globalnav-dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f078";
    font-size: 14px;
    margin-left: 5px
}

@media screen and (max-width: 767px) {
    .GlobalNav ul>li.globalnav-dropdown {
        content: "\f054"
    }
}

.GlobalNav ul>li.active.globalnav-dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f077";
    font-size: 14px;
    margin-left: 5px
}

.GlobalNav ul li.globalnav-dropdown {
    position: relative
}

.GlobalNav ul li.globalnav-dropdown ul {
    position: absolute;
    left: 0;
    width: auto;
    min-width: 120px;
    z-index: 500;
    background: #0084b4;
    display: none
}

.GlobalNav ul li.globalnav-dropdown ul li {
    display: block
}

.GlobalNav ul li.globalnav-dropdown ul li a {
    display: block;
    position: relative;
    vertical-align: top;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    padding: 10px 20px;
    width: auto;
    height: auto;
    transition: all 200ms ease;
    font-family: Roboto, sans-serif;
    color: #fff;
    line-height: 18px
}

.GlobalNav ul li.globalnav-dropdown ul li a:hover {
    background-color: rgba(0, 0, 0, 0.1)
}

.GlobalNav ul li.globalnav-dropdown:hover>a {
    background: rgba(112, 101, 101, 0.6)
}

.GlobalNav ul li.active a>i.fa {
    transform-style: preserve-3d;
    transform: rotateX(0deg) rotateY(0deg) rotateZ(180deg)
}

.GlobalNav ul li.active ul {
    display: block
}

.Header {
    background-color: #242424;
    height: 40px;
    position: relative
}

.Header:after {
    clear: both;
    content: '';
    display: table
}

.UtilityNav {
    bottom: 0;
    font-size: 0;
    position: absolute;
    right: 0;
    margin: 0 60px 0 0
}

.UtilityNav-button {
    background-color: transparent;
    background-image: none;
    border: 0;
    cursor: pointer;
    display: inline-block;
    transition: all 150ms ease-in-out;
    background-color: #000;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
    padding: 13px 10px;
    text-align: center;
    font-size: 14px;
    transition: all 300ms ease-in-out;
    vertical-align: bottom
}

.UtilityNav-button:focus {
    outline: none
}

.UtilityNav-button i.fa {
    margin-left: 15px
}

.UtilityNav-button[data-drawer-button="resources"] {
    background-color: #6c9c3e;
    border-top: 1px solid #6c9c3e
}

.UtilityNav-button[data-drawer-button="events"] {
    background-color: #3f704d;
    border-top: 1px solid #3f704d
}

.UtilityNav-button.-active {
    padding-bottom: 45px
}

.MainNavigation {
    position: relative;
    padding: 0 0 0 30px;
    background-color: #fff
}

.header_shadow {
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.15)
}

.MainNav {
    float: right;
    width: auto
}

.MainNav>ul {
    margin: 0;
    padding: 0;
    right: 0;
    display: inline-block
}

.MainNav>ul>li.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f078";
    font-size: 14px;
    margin-left: 5px
}

.MainNav>ul>li.active.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f077";
    font-size: 14px;
    margin-left: 5px
}

.MainNav>ul>li {
    list-style: none;
    display: inline;
	font-family:'Roboto' !important;
}

.MainNav li {
	font-family:'Roboto' !important;
}

.MainNav>ul>li .mainnav_sub {
    position: absolute;
    left: 0;
    top: 78px;
    background: #0084b4;
    width: 100%;
    color: #fff;
    z-index: 300;
    display: none
}

.MainNav>ul>li .mainnav_sub_wrap {
    max-width: 1000px;
    margin: 1em auto;
    padding: 40px 40px 60px;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap
}

.MainNav>ul>li .mainnav_sub_wrap .mainnav_sub_section {
    padding-right: 30px
}

.MainNav>ul>li .mainnav_sub_wrap .mainnav_sub_section ul {
    margin: 0;
    padding: 0;
    background: none;
}

.MainNav>ul>li .mainnav_sub_wrap .mainnav_sub_section ul li.bc a {
    background-color: rgba(0, 0, 0, 0.1)
}

.MainNav>ul>li .mainnav_sub_wrap .mainnav_sub_section ul li {
    display: block;
    list-style: none;
    border: none;
    margin-bottom: 5px;
    break-inside: avoid
}

.MainNav>ul>li .mainnav_sub_wrap .mainnav_sub_section ul li a {
    border: none;
    display: block;
    color: #fff;
    font-size: 18px !important;
    font-weight: 400;
    float: none;
    transition: all 200ms ease;
    padding: 10px;
    line-height: 1.1em;
    height: auto
}

.MainNav>ul>li .mainnav_sub_wrap .mainnav_sub_section ul li a:hover {
    background-color: rgba(0, 0, 0, 0.1)
}

.MainNav>ul>li .mainnav_sub_wrap .mainnav_sub_section:first-child {
    /*width: 100%*/
}

.MainNav>ul>li .mainnav_sub_wrap .mainnav_sub_section:nth-child(2) {
    /*width: 25%;*/
    padding-right: 0;
    padding-left: 0px;
}

.MainNav>ul>li .mainnav_sub_wrap .mainnav_sub_section:nth-child(2) h4 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400
}

.MainNav>ul>li .mainnav_sub_wrap .featured {
    font-size: 18px;
	width:25%;
}

.MainNav>ul>li .mainnav_sub_wrap .featured a {
    border: none;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    float: none;
    transition: all 200ms ease;
    padding: 0;
    height: auto
}

.MainNav>ul>li .mainnav_sub_wrap .featured a img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border: none
}

.MainNav>ul>li .mainnav_sub_wrap .featured a:hover {
    color: rgba(255, 255, 255, 0.7)
}

.MainNav>ul>li .mainnav_sub_wrap .featured a .nav-featured-content-text {
    line-height: 20px;
	font-size:18px !important;
}

.MainNav>ul>li .mainnav_sub_wrap .featured a .nav-featured-content-text:after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 5px;
    font-size: 0.8em;
    display: inline-block
}

.MainNav>ul>li a {
    float: left;
    line-height: 52px;
    height: 53px;
    border-left: 0px solid #D6D6D6;
    border-bottom: 1px solid #fff;
    border-top: 3px solid #fff;
    padding: 0.5em 1em;
    color: #656565;
    font-weight: 400;
    margin: 0;
    font-size: 22px !important;
}

.MainNav>ul>li a:hover {
    background: rgba(239, 228, 228, 0.3)
}

.MainNav>ul>li a i.fa {
    font-size: 14px
}

.MainNav>ul>li span {
    float: left;
    line-height: 78px;
    height: 75px;
    border-left: 0px solid #D6D6D6;
    border-bottom: 1px solid #fff;
    border-top: 3px solid #fff;
    padding: 0.5em 1em;
    color: #656565;
    font-weight: 400;
    margin: 0
}

.MainNav>ul>li span form {
    position: relative;
    width: inherit;
    height: 54px;
    z-index: 510;
    width: auto;
    overflow: hidden
}

.MainNav>ul>li span form input[type="text"] {
    display: block;
    float: left;
    overflow: hidden;
    width: 65px;
    height: 75px;
    line-height: 78px;
    font-size: 18px;
    font-style: italic;
    border: none;
    font-weight: 100;
    transition: all .3s ease 1s
}

.MainNav>ul>li span form input[type="text"]:focus {
    outline: none;
    width: 150px;
    transition: all .3s ease .1s
}

.MainNav>ul>li span form input[type="submit"] {
    display: none
}

.MainNav>ul>li span:before {
    content: '\f002';
    font-family: 'FontAwesome';
    font-weight: 100;
    float: left;
    margin-right: 0.2em;
    font-size: 22px;
    color: #00ADEF
}

.MainNav>ul>li.bc a {
    background: rgba(239, 228, 228, 0.3)
}

.MainNav>ul>li.active a {
    background: rgba(239, 228, 228, 0.3);
    border-bottom: 3px solid #0084b4
}

.MainNav>ul>li.active a i.fa {
    transform-style: preserve-3d;
    transform: rotateX(0deg) rotateY(0deg) rotateZ(180deg)
}

.MainNav>ul>li.active .mainnav_sub {
    display: block
}

.MainNav>ul>li.active .mainnav_sub a {
    background: none
}

.MainNav .inline-search {
    float: right;
    height: 104px;
    line-height: 64px;
    position: relative;
    padding: 0 1em;
    border-left: 1px solid #D6D6D6
}

.MainNav .inline-search form {
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 20px
}

.MainNav .inline-search form input[type="submit"] {
    display: none
}

.MainNav .inline-search form input[type="search"] {
    width: 100px;
    font-size: 18px;
    font-style: italic;
    font-weight: 100;
    padding: 5px;
    color: #656565;
    transition: all .3s ease .1s;
    border: none
}

.MainNav .inline-search form input[type="search"]:focus {
    outline: none;
    width: 180px;
    transition: all .3s ease .1s
}

.MainNav .inline-search:before {
    content: '\f002';
    font-family: 'FontAwesome';
    font-weight: 100;
    float: left;
    margin-right: 0.2em;
    font-size: 22px;
    color: #00ADEF;
    line-height: 100px
}

.UNEPlogo {
    overflow: hidden
}

.UNEPlogo img {
    display: inline-block;
    margin: 10px 5px
}

.SiteSearch {
    float: right;
    border-left: 1px solid #D6D6D6
}

.SiteSearch a {
    float: left;
    line-height: 78px;
    height: 75px;
    border-left: 0px solid #D6D6D6;
    border-bottom: 1px solid #fff;
    border-top: 3px solid #fff;
    padding: 0.5em 1em;
    color: #656565;
    font-weight: 400;
    margin: 0;
    font-size: 18px;
    font-style: italic
}

.SiteSearch a i.fa {
    font-size: 22px;
    color: #00ADEF
}

.gwm_ts_body {
    background-color: #fff;
    clear: both
}

.Main {
    padding: 0 24px
}

.Main h1,
.Main p {
    display: none
}

.Footer {
    color: #fff;
    padding: 2em 1em 0 2em;
    background: #0083B3;
    position: relative;
    min-height: 270px
}

@media screen and (max-width: 767px) {
    .Footer {
        padding: 2em 1em
    }
}

.Footer a {
    color: #fff
}

.Footer a:hover {
    color: rgba(255, 255, 255, 0.8)
}

.Footer_inner {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.Footer_inner .footer_right {
    float: right;
    width: 40%;
    margin-left: 30px
}

@media screen and (max-width: 767px) {
    .Footer_inner .footer_right {
        float: none;
        width: 100%;
        margin-left: 0
    }
}

.Footer_inner .footer_right .factbox {
    margin: 5px;
    border: 10px solid #fff;
    padding: 1% 20% 2% 5%;
	position:relative;
}

@media screen and (max-width: 767px) {
    .Footer_inner .footer_right .factbox {
        margin: 0 0 10px 0;
        padding: 1% 0% 2% 5%;
        overflow: hidden
    }
    .Footer_inner .footer_right .factbox p {
        overflow: hidden
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Footer_inner .footer_right .factbox {
        padding: 1% 35% 2% 5%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .Footer_inner .footer_right .factbox {
        padding: 1% 35% 2% 5%
    }
}

.Footer_inner .footer_right .factbox h3 {
    font-weight: 700;
    font-size: 24px;
    margin: 10px 0 5px 0
}

.Footer_inner .footer_right .factbox p {
    font-weight: 300;
    font-size: 1.1em;
	width: 80%;
}

.Footer_inner .footer_left {
    overflow: hidden;
    padding-right: 5px
}

@media screen and (max-width: 767px) {
    .Footer_inner .footer_left {
        margin-top: 20px
    }
}

.Footer_inner .footer_left .footer_left_level_1 {
    height: 107px;
    border-bottom: 1px solid rgba(213, 213, 213, 0.3);
    margin-bottom: 1.5em
}

@media screen and (max-width: 767px) {
    .Footer_inner .footer_left .footer_left_level_1 {
        padding-bottom: 10px
    }
}

.Footer_inner .footer_left .footer_left_level_1 .footer_logo {
    margin: 0;
    padding: 0;
    float: left
}

@media screen and (max-width: 767px) {
    .Footer_inner .footer_left .footer_left_level_1 .footer_logo {
        float: none;
        text-align: center
    }
}

.Footer_inner .footer_left .footer_left_level_1 .footer_languages {
    text-align: right;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .Footer_inner .footer_left .footer_left_level_1 .footer_languages {
        display: none
    }
}

.Footer_inner .footer_left .footer_left_level_1 .footer_languages ul {
    margin: 0;
    padding: 0;
    color: #ffffff
}

.Footer_inner .footer_left .footer_left_level_1 .footer_languages ul li {
    list-style: none;
    display: inline
}

.Footer_inner .footer_left .footer_left_level_1 .footer_languages ul li a {
    font-size: 0.8em;
    line-height: 60px;
    font-weight: 300
}

@media (max-width: 1150px) {
    .Footer_inner .footer_left .footer_left_level_1 {
        height: 65px;
        margin-bottom: 1em
    }
}

.Footer_inner .footer_left .footer_left_level_2 {
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .Footer_inner .footer_left .footer_left_level_2 {
        display: none
    }
}

.Footer_inner .footer_left .footer_left_level_2 .menu_1,
.Footer_inner .footer_left .footer_left_level_2 .menu_2 {
    overflow: hidden
}

.Footer_inner .footer_left .footer_left_level_2 .menu_1 {
    margin: 0 0 20px;
    padding: 0
}

.Footer_inner .footer_left .footer_left_level_2 .menu_1 ul {
    margin: 0;
    padding: 0
}

.Footer_inner .footer_left .footer_left_level_2 .menu_1 ul li {
    list-style: none;
    display: inline
}

.Footer_inner .footer_left .footer_left_level_2 .menu_1 ul li a {
    float: left;
    padding: 0;
    font-weight: 300;
    margin: 0 1.2em 0 0;
    font-size: 1.2em
}

@media (max-width: 1150px) {
    .Footer_inner .footer_left .footer_left_level_2 .menu_1 {
        margin: 0 0 10px 0
    }
    .Footer_inner .footer_left .footer_left_level_2 .menu_1 li {
        font-size: 16px
    }
    .Footer_inner .footer_left .footer_left_level_2 .menu_1 li a {
        margin: 0 1em 0 0 !important
    }
}

.Footer_inner .footer_left .footer_left_level_2 .menu_2 {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden
}

.Footer_inner .footer_left .footer_left_level_2 .menu_2 ul {
    margin: 0;
    padding: 0;
    float: left
}

.Footer_inner .footer_left .footer_left_level_2 .menu_2 ul li {
    list-style: none;
    display: inline;
    float: left;
    padding: 0 7px;
    line-height: 16px;
    border-left: 1px solid #fff
}

.Footer_inner .footer_left .footer_left_level_2 .menu_2 ul li:first-child {
    border-left: none;
    padding: 0 10px 0 0
}

.Footer_inner .footer_left .footer_left_level_2 .menu_2 ul li a {
    font-size: 0.85em
}

@media (max-width: 1150px) {
    .Footer_inner .footer_left .footer_left_level_2 .menu_2 ul li {
        float: none;
        font-size: 14px
    }
}

@media (max-width: 1150px) {
    .Footer_inner .footer_left .footer_left_level_2 .menu_2 ul {
        float: none;
        display: block;
        margin-bottom: 1em
    }
}

@media (max-width: 930px) {
    .Footer_inner .footer_left .footer_left_level_2 .menu_2 ul {
        display: none
    }
}

.Footer_inner .footer_left .footer_left_level_2 .menu_2 .social_links {
    float: right
}

.Footer_inner .footer_left .footer_left_level_2 .menu_2 .social_links ul li {
    border: none
}

@media (max-width: 1150px) {
    .Footer_inner .footer_left .footer_left_level_2 .menu_2 .social_links {
        float: none;
        display: block
    }
}

.Footer_inner .footer_left .footer_left_level_3 {
    margin-top: 2em
}

@media screen and (max-width: 767px) {
    .Footer_inner .footer_left .footer_left_level_3 {
        text-align: center
    }
}

.Footer_inner .footer_left .footer_left_level_3 p {
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.8em
}

.Footer_inner .footer_left .footer_left_level_3 p a {
    display: inline-block;
    margin: 0 5px;
    color: rgba(255, 255, 255, 0.3)
}

.Footer_inner .footer_left .footer_left_level_3 p a:before {
    content: "\007C";
    padding-right: 10px;
    cursor: text;
    color: rgba(255, 255, 255, 0.3)
}

.Footer_inner .footer_left .footer_left_level_3 p a:hover {
    color: rgba(255, 255, 255, 0.8)
}

@media screen and (max-width: 767px) {
    .Footer_inner .footer_left .footer_left_level_3 p a {
        display: block
    }
    .Footer_inner .footer_left .footer_left_level_3 p a:before {
        content: none
    }
}

@media (max-width: 1150px) {
    .Footer_inner .footer_left .footer_left_level_3 {
        margin-top: 0.5em
    }
}

.Footer .footer_img {
    position: absolute;
	right: 0px;
	bottom: -5px;
	width: 143px;
	}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .Footer .footer_img {
        top: auto !important;
        bottom: -1.5%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Footer .footer_img {
        top: auto !important;
        bottom: -1.5%
    }
}

@media screen and (max-width: 767px) {
    .Footer .footer_img {
        position: relative;
        overflow: hidden;
        float: right;
        max-width: 40%
    }
    .Footer .footer_img img {
        width: 100%;
        height: auto
    }
}

.Footer .footer_img img {
    width: 100%;
    height: auto
}

@media (max-width: 930px) {
    .Footer {
        padding-bottom: 10px
    }
}

.mobile_header {
    background: #fff;
    position: relative;
    margin: 0;
    padding: 0
}

@media screen and (max-width: 900px) {
    .mobile_header {
        position: fixed;
        z-index: 5;
        background: #fff;
        right: 0;
        left: 0;
        box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.2)
    }
}

.mobile_header .main_nav {
    margin: 0;
    padding: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: no-wrap;
    flex-flow: no-wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mobile_header .main_nav .logo {
    padding: 10px 0 0 15px
}

.mobile_header .main_nav .logo img {
    height: 30px;
    width: auto
}

.mobile_header .main_nav_menu {
    margin: 0;
    padding: 0
}

.mobile_header .main_nav_menu ul {
    margin: 0;
    padding: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mobile_header .main_nav_menu ul li {
    list-style: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 30px;
    color: #0084b4;
    transition: all 200ms ease;
    cursor: pointer
}

.mobile_header .main_nav_menu ul li:hover {
    background-color: rgba(0, 0, 0, 0.05)
}

.mobile_header .main_nav_menu ul li.close-btn {
    padding: 10px 16px;
    background-color: rgba(0, 0, 0, 0.05)
}

.mobile_header .main_nav_menu ul li.hidden {
    display: none
}

.mobile_header .mobile_menu {
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 0;
    right: 0;
    background: #0084b4;
    color: #fff;
    padding: 20px;
    display: none;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.2)
}

.mobile_header .mobile_menu a {
    color: #fff
}

.mobile_header .mobile_menu li.mobile-subnav-back {
    background: rgba(47, 21, 134, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 30px 20px 5px 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    padding-right: 5px !important;
    display: inline-block
}

.mobile_header .mobile_menu li.mobile-subnav-back a {
    padding: 10px
}

.mobile_header .mobile_menu .mobile_menu_nav {
    margin: 0;
    padding: 0
}

.mobile_header .mobile_menu .mobile_menu_nav ul {
    margin: 0;
    padding: 0
}

.mobile_header .mobile_menu .mobile_menu_nav ul li {
    list-style: none;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin: 10px 0
}

.mobile_header .mobile_menu .mobile_menu_nav ul li a {
    display: block;
    padding: 10px
}

.mobile_header .mobile_menu .mobile_menu_nav ul li:hover {
    border: 1px solid rgba(255, 255, 255, 0.7)
}

.mobile_header .mobile_menu .mobile_menu_nav ul li i.fa {
    float: right;
    line-height: 40px
}

.mobile_header .mobile_menu .mobile_menu_nav .mainnav_sub_section.featured {
    display: none
}

.mobile_header .mobile_menu .mobile_menu_nav li.navItem.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f054";
    float: right
}

.mobile_header .mobile_menu .mobile_menu_nav li.navItem.dropdown ul.main_subnav_menu {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    min-height: calc(100%);
    background-color: #0083b3;
    overflow: hidden;
    transition: all 1s ease
}

.mobile_header .mobile_menu .mobile_menu_nav li.navItem.dropdown ul.main_subnav_menu li.mobile-subnav-back {
    padding: 0
}

.mobile_header .mobile_menu .mobile_menu_nav li.navItem.dropdown ul.main_subnav_menu li.mobile-subnav-back a {
    padding: 5px;
    margin: 0
}

.mobile_header .mobile_menu .mobile_menu_nav li.navItem.dropdown ul.main_subnav_menu li.mobile-subnav-back i.fa {
    float: none
}

.mobile_header .mobile_menu .mobile_menu_nav li.navItem.dropdown ul.main_subnav_menu li {
    list-style: none;
    border: none;
    margin: 10px 0
}

.mobile_header .mobile_menu .mobile_menu_nav li.navItem.dropdown ul.main_subnav_menu li .mainnav_sub_wrap {
    margin: 0 20px 0 30px
}

.mobile_header .mobile_menu .mobile_menu_nav li.navItem.dropdown ul.main_subnav_menu li .mainnav_sub_wrap ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mobile_header .mobile_menu .mobile_menu_nav li.navItem.dropdown ul.main_subnav_menu li .mainnav_sub_wrap ul li {
    width: 48%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 5px 0
}

.mobile_header .mobile_menu .mobile_menu_nav li.navItem.dropdown ul.main_subnav_menu li .mainnav_sub_wrap ul li a {
    padding: 5px;
    text-transform: capitalize;
    font-size: 0.9em
}

.mobile_header .mobile_menu .mobile_menu_nav li.navItem.dropdown ul.main_subnav_menu li:nth-child(2) {
    max-height: 300px;
    overflow: scroll
}

.mobile_header .mobile_menu .mobile_menu_drawer {
    margin: 0;
    padding: 0;
    margin: 30px 0
}

.mobile_header .mobile_menu .mobile_menu_drawer ul {
    margin: 0;
    padding: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mobile_header .mobile_menu .mobile_menu_drawer ul li {
    list-style: none;
    margin: 10px 0;
    width: 48%
}

.mobile_header .mobile_menu .mobile_menu_drawer ul li a {
    display: block;
    padding: 10px;
    font-weight: 700
}

.mobile_header .mobile_menu .mobile_menu_drawer ul li i.fa {
    float: right;
    line-height: 40px
}

.mobile_header .mobile_menu .mobile_menu_drawer ul li ul {
    display: none
}

.mobile_header .mobile_menu .mobile_menu_drawer ul li.resources {
    background-color: #6c9c3e;
    border-top: 1px solid #6c9c3e;
    padding: 0 !important
}

.mobile_header .mobile_menu .mobile_menu_drawer ul li.resources:hover {
    background-color: rgba(108, 156, 62, 0.8)
}

.mobile_header .mobile_menu .mobile_menu_drawer ul li.events {
    background-color: #3f704d;
    border-top: 1px solid #3f704d;
    padding: 0 !important
}

.mobile_header .mobile_menu .mobile_menu_drawer ul li.events:hover {
    background-color: rgba(63, 63, 63, 0.8)
}

.mobile_header .mobile_menu .mobile_menu_drawer ul li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: calc(100%);
    background-color: #222;
    overflow: hidden;
    transition: all 1s ease;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.2)
}

.mobile_header .mobile_menu .mobile_menu_drawer ul li ul li {
    margin: 0 0 20px 0;
    padding: 0 20px;
    width: auto;
    font-size: 15px;
    max-height: 370px;
    overflow: scroll
}

.mobile_header .mobile_menu .mobile_menu_drawer ul li ul li i.fa {
    float: none;
    line-height: 40px
}

.mobile_header .mobile_menu .mobile_menu_drawer ul li ul li.mobile-subnav-back {
    margin: 20px;
    padding: 0;
    background: #0084b4;
    border: 1px solid rgba(255, 255, 255, 0.2)
}

.mobile_header .mobile_menu .mobile_menu_drawer ul li ul li.mobile-subnav-back a {
    padding: 5px;
    display: block
}

.mobile_header .mobile_menu .mobile_menu_drawer ul li ul .mobile_drawer_subview {
    margin: 0;
    padding: 0
}

.mobile_header .mobile_menu .mobile_menu_utility {
    margin: 0;
    padding: 0;
    margin-bottom: 30px
}

.mobile_header .mobile_menu .mobile_menu_utility ul {
    margin: 0;
    padding: 0
}

.mobile_header .mobile_menu .mobile_menu_utility ul li {
    list-style: none
}

.mobile_header .mobile_menu .mobile_menu_utility ul li a {
    display: inline;
    font-size: 14px
}

.mobile_header .mobile_menu .mobile_menu_utility ul li a i.fa {
    line-height: 20px;
    font-size: 14px
}

.mobile_header .mobile_menu .mobile_menu_utility ul li ul {
    display: none
}

.mobile_header .mobile_menu .mobile_menu_utility ul li.globalnav-link.globalnav-dropdown:after {
    font-family: 'FontAwesome';
    content: "\f054";
    margin-left: 3px;
    font-size: 10px
}

.mobile_header .mobile_menu .mobile_menu_utility ul li.langs {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin: 10px 0;
    padding: 5px
}

.mobile_header .mobile_menu .mobile_menu_utility ul li.langs i.fa {
    float: right
}

.mobile_header .mobile_menu .mobile_menu_utility ul li.langs a {
    display: block
}

.mobile_header .mobile_menu .mobile_menu_utility ul li.langs ul li i.fa {
    float: none
}

.mobile_header .mobile_menu .mobile_menu_utility ul li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: calc(100%);
    background-color: #0083b3;
    overflow: hidden;
    transition: all 1s ease
}

.mobile_header .mobile_menu .mobile_menu_utility ul li ul li {
    margin: 20px 20px 20px 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: auto;
    font-size: 15px
}

.mobile_header .mobile_menu .mobile_menu_utility ul li ul li a {
    padding: 5px;
    display: block
}

.homepage .mobile_header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10
}

.homepage .mobile_header .mobile_menu {
    top: 50px
}

@media screen and (max-width: 767px) {
    .homepage .footer_left_level_3 {
        display: none
    }
}

@media screen and (max-width: 991px) {
    p {
        font-size: 16px;
        line-height: 22px
    }
    h1 {
        font-size: 50px;
        line-height: 55px;
        font-weight: 700
    }
    h2 {
        font-size: 26px;
        line-height: 32px;
        font-weight: 400
    }
    h3 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 700
    }
    h4 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400
    }
    h5 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700
    }
    h6 {
        font-size: 14px;
        line-height: 16px;
        font-weight: 700
    }
}

@media screen and (max-width: 767px) {
    .gwm_ts_wrapper p,
    .gwm_ts_wrapper li,
    .gwm_ts_wrapper i {
        font-size: 16px;
        line-height: 22px
    }
    h1 {
        font-size: 45px;
        line-height: 48px;
        font-weight: 700
    }
    h2 {
        font-size: 26px;
        line-height: 32px;
        font-weight: 400
    }
    h3 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 700
    }
    h4 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400
    }
    h5 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700
    }
    h6 {
        font-size: 14px;
        line-height: 16px;
        font-weight: 700
    }
    .main_header {
        display: none
    }
    .mobile_header {
        display: block
    }
    .home_fake_header {
        height: 50px !important
    }
    .mobile_menu_nav li {
        margin: 5px 0
    }
    .mobile_menu_nav a {
        padding: 0px
    }
    .mobile_menu_nav i.fa {
        line-height: 24px !important
    }
    .mobile_menu_drawer {
        margin: 10px 0 !important
    }
    .mobile_menu_drawer i.fa {
        line-height: 24px !important
    }
    .mobile_menu_utility li {
        text-transform: uppercase;
        font-size: 12px;
        margin: 5px 0;
        width: 45%
    }
    .mobile_menu_utility ul {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width: 479px) {
    .gwm_ts_wrapper p,
    .gwm_ts_wrapper li {
        font-size: 16px;
        line-height: 20px
    }
    h1 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 700
    }
    h2 {
        font-size: 26px;
        line-height: 32px;
        font-weight: 400
    }
    h3 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 700
    }
    h4 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400
    }
    h5 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700
    }
    h6 {
        font-size: 14px;
        line-height: 16px;
        font-weight: 700
    }
    .main_header {
        display: none
    }
    .mobile_header {
        display: block
    }
    .home_fake_header {
        height: 50px !important
    }
}

.btn {
    padding: 10px 15px;
    text-align: center;
    margin: 2px
}

.btn-green {
    background: #6C9C3E;
    display: inline-block
}

.btn-green:hover {
    background: #587f32;
    transition: all 0.3s ease;
    cursor: pointer
}

.btn-green:active {
    background: #2d411a
}

.btn-green a {
    color: #fff
}

.btn-green a:hover {
    color: #fff;
    opacity: 0.8
}

@media only screen and (max-width: 480px) {
    .btn-green {
        display: inline-block
    }
}

.hrd_resource {
    margin: 0 auto;
    max-width: 1240px;
    overflow: hidden
}

.hrd_top {
    margin-bottom: 40px
}

.hrd_top h3 {
    font-weight: 400;
    margin: 0 20px 0 0;
    display: inline-block
}

.hrd_top select {
    margin-right: 20px;
    color: #fff;
    display: inline-block;
    position: relative;
    text-align: left;
    padding: 9px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.3);
    transition: all 200ms ease;
    font-weight: 400;
    min-width: 160px;
    background: transparent
}

.hrd_top select option {
    background-color: #dddddd;
    padding: 5px 8px;
    color: #222222
}

.hrd_top select:hover {
    opacity: 0.7;
    cursor: pointer
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hrd_top h3 {
        display: block;
        margin-right: 0
    }
    .hrd_top select {
        margin: 15px 0
    }
    .hrd_top .advanced_search {
        display: block
    }
}

@media only screen and (max-width: 480px) {
    .hrd_top h3 {
        display: block;
        margin-right: 0
    }
    .hrd_top select {
        display: block;
        margin: 12px auto
    }
    .hrd_top .advanced_search {
        display: block;
        text-align: center
    }
}

.hrd_resourcetype {
    overflow: hidden
}

.hrd_resourcetype_results {
    float: left;
    width: 66.66%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hrd_resourcetype_results .hrd_resource_item {
    width: 43.2%
}

.hrd_resourcetype_events {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hrd_resourcetype_events .hrd_resource_item {
    width: 28.4%
}

.hrd_resourcetype_links {
    overflow: hidden;
    padding-left: 30px
}

.hrd_resourcetype_links h4 {
    font-size: 1.375em;
    line-height: 28px;
    font-weight: 400;
    margin: 0
}

.hrd_resourcetype_links h5 {
    margin: 25px 0 12px 0;
    color: #999;
    text-transform: uppercase;
    font-size: .875em;
    font-weight: 600
}

.hrd_resourcetype_links a {
    color: #fff
}

.hrd_resourcetype_links a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.hrd_resourcetype_links a:hover {
    color: #fff;
    opacity: 0.8
}

.hrd_resourcetype_links a {
    display: block;
    font-size: .9375em;
    line-height: 21px;
    margin: 0 0 12px 0;
    padding: 0;
    color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hrd_resourcetype_results .hrd_resource_item {
        width: 41.7%
    }
    .hrd_resourcetype_events .hrd_resource_item {
        width: 29.8%;
        margin: 0 0 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hrd_resourcetype_results .hrd_resource_item {
        width: 100%
    }
    .hrd_resourcetype_events .hrd_resource_item {
        width: 45.5%;
        margin: 0 0 30px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hrd_resourcetype_results {
        width: 56.66%
    }
    .hrd_resourcetype_results .hrd_resource_item {
        width: 100%;
        margin: 0 20px 20px 0
    }
    .hrd_resourcetype_events .hrd_resource_item {
        width: 43%;
        margin: 0 0 30px
    }
    .hrd_resourcetype_links {
        padding-left: 20px
    }
}

@media only screen and (max-width: 480px) {
    .hrd_resourcetype_results {
        float: none;
        width: 100%;
        border-right: 0
    }
    .hrd_resourcetype_results .hrd_resource_item {
        width: 100%;
        margin: 0 0 20px 0
    }
    .hrd_resourcetype_events .hrd_resource_item {
        width: 100%;
        margin: 0 0 30px
    }
    .hrd_resourcetype_links {
        padding: 0 20px
    }
}

.hrd_resource_item {
    margin: 0 30px 30px 0;
    background: #fff;
    padding: 10px;
    overflow: hidden;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.hrd_resource_item:hover {
    background: #cfcfcf
}

.hrd_resource_item_images {
    max-width: 100px;
    overflow: hidden;
    float: right
}

.hrd_resource_item_images img {
    display: block;
    width: 100%;
    height: auto
}

.hrd_resource_item_text {
    width: 65%;
    margin-right: 10px;
    font-size: 1em;
    font-weight: 600;
    color: #222
}

.hrd_resource_item_text .hrd_resourcetype_meta {
    text-transform: uppercase;
    color: #666;
    font-size: .875em;
    font-weight: 600;
    margin-bottom: 5px
}

.hrd_resource_item_text .hrd_resourcetype_date,
.hrd_resource_item_text .hrd_resourcetype_venue {
    font-style: italic;
    font-weight: 400;
    line-height: 22px
}

.hrd_resource_item_text .hrd_resourcetype_date {
    margin-top: 10px
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hrd_resource_item_images {
        float: none;
        max-width: none
    }
    .hrd_resource_item_text {
        width: auto;
        margin-right: 0
    }
}

@media only screen and (max-width: 480px) {
    .hrd_resource_item_images {
        float: none;
        max-width: none
    }
    .hrd_resource_item_images img {
        width: 100% !important;
        float: none;
        padding: none
    }
    .hrd_resource_item_text {
        width: auto;
        margin-right: 0
    }
}

.hrd_resourceresults {
    overflow: hidden
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hrd_resourceresults {
        text-align: center
    }
}

@media only screen and (max-width: 480px) {
    .hrd_resourceresults {
        text-align: center
    }
}

.homepage .main_header {
    position: absolute;
    left: 0;
    right: 0
}

.homepage .main_header .gwm_ts_header .header_shadow {
    height: 4px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.15)
}

.homepage .gwm_ts_footer {
    position: absolute;
    bottom: 0
}

.homepage .gwm_ts_footer .Footer {
    background: none;
    min-height: 20px;
    padding: 0 1em
}

.homepage .gwm_ts_footer .Footer .Footer_inner .footer_right {
    display: none
}

.homepage .gwm_ts_footer .Footer .Footer_inner .footer_left .footer_left_level_1,
.homepage .gwm_ts_footer .Footer .Footer_inner .footer_left .footer_left_level_2 {
    display: none
}

.homepage .gwm_ts_footer .Footer .Footer_inner .footer_left .footer_left_level_3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 400
}

.homepage .gwm_ts_footer .Footer .Footer_inner .footer_left .footer_left_level_3 p {
    color: rgba(204, 204, 204, 0.8);
    font-size: 0.8em;
    text-shadow: 0px 0px 10px #000
}

.homepage .gwm_ts_footer .Footer .Footer_inner .footer_left .footer_left_level_3 p a {
    display: inline-block;
    margin: 0 5px;
    color: rgba(204, 204, 204, 0.8);
    text-shadow: 0px 0px 10px #000
}

.homepage .gwm_ts_footer .Footer .Footer_inner .footer_left .footer_left_level_3 p a:before {
    content: "\007C";
    padding-right: 10px;
    cursor: text;
    color: rgba(204, 204, 204, 0.8);
    text-shadow: 0px 0px 10px #000
}

.homepage .gwm_ts_footer .Footer .Footer_inner .footer_left .footer_left_level_3 p a:hover {
    color: #ccc
}

.home {
    overflow: hidden
}

.home_flood_area {
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .home_flood_area {
        height: auto
    }
}

.home_fake_header {
    width: 100%;
    height: 115px;
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.home_content_wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 700px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width: 767px) {
    .home_content_wrap {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.home_content_wrap .home_cell {
    position: relative;
    height: 50%;
    background-position: 50% 50%;
    background-size: cover;
    margin: 0;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 767px) {
    .home_content_wrap .home_cell {
        overflow: hidden;
        background: none !important
    }
    .home_content_wrap .home_cell_image img {
        display: block !important;
        width: 100%;
        height: auto
    }
}

.home_content_wrap .home_cell_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.54);
    z-index: 0
}

@media screen and (max-width: 767px) {
    .home_content_wrap .home_cell_overlay {
        display: none
    }
}

.home_content_wrap .home_cell_text {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 65%;
    padding: 30px;
    border: 4px solid #fff;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 300ms ease;
    font-family: Roboto, sans-serif;
    color: #fff;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    margin: 0;
    display: block
}

@media screen and (max-width: 767px) {
    .home_content_wrap .home_cell_text {
        bottom: 0;
        left: 0;
        right: 0;
        width: auto !important;
        border: none;
        background-color: rgba(0, 0, 0, 0.6);
        position: relative
    }
}

.home_content_wrap .home_cell_text:hover {
    background-color: rgba(0, 0, 0, 0.6)
}

.home_content_wrap .home_cell_text h1 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 8px
}

@media screen and (max-width: 767px) {
    .home_content_wrap .home_cell_text h1 {
        font-size: 20px;
        line-height: 24px
    }
}

.home_content_wrap .home_cell_text_cta a {
    font-size: 15px;
    font-weight: 400;
    color: #fff
}

.home_content_wrap .home_cell_text_cta a:hover {
    color: rgba(255, 255, 255, 0.6)
}

.home_content_wrap .home_cell_text_cta a:after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 5px;
    font-size: 0.8em
}

.home_content_wrap .home_cell .cta_play {
    position: absolute;
    bottom: 20px;
    right: 20px
}

.home_content_wrap .home_left_column {
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 1;
    flex: 1;
    background-color: #0084b4
}

@media screen and (max-width: 767px) {
    .home_content_wrap .home_left_column {
        width: 100%;
        display: block;
        background-color: #0084b4
    }
}

.home_content_wrap .home_left_column .home_cell:first-child {
    height: 60%
}

@media screen and (max-width: 767px) {
    .home_content_wrap .home_left_column .home_cell:first-child {
        height: auto
    }
}

.home_content_wrap .home_left_column .home_cell:first-child .home_cell_text_type {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 1em
}

@media screen and (max-width: 767px) {
    .home_content_wrap .home_left_column .home_cell:first-child .home_cell_text_type {
        font-size: 12px
    }
}

.home_content_wrap .home_left_column .home_cell:first-child .home_cell_text_cta {
    display: none
}

.home_content_wrap .home_left_column .home_cell:first-child .home_cell_text h1 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 36px;
    line-height: 42px
}

@media screen and (max-width: 767px) {
    .home_content_wrap .home_left_column .home_cell:first-child .home_cell_text h1 {
        font-size: 24px;
        line-height: 28px
    }
}

.home_content_wrap .home_left_column .home_cell:first-child .home_cell_text a {
    color: #fff
}

.home_content_wrap .home_left_column .home_cell:first-child .home_cell_text a:hover {
    color: rgba(255, 255, 255, 0.6)
}

.home_content_wrap .home_left_column .home_cell:nth-child(2) {
    height: 40%
}

@media screen and (max-width: 767px) {
    .home_content_wrap .home_left_column .home_cell:nth-child(2) {
        height: auto
    }
}

.home_content_wrap .home_left_column .home_cell:nth-child(2) .home_cell_text {
    position: absolute;
    bottom: 15%;
    left: 0;
    border: none;
    background-color: transparent;
    margin: 0 60px;
    width: auto;
    left: 0;
    padding: 0;
    background: url(../img/home-rule.png) top left no-repeat;
    padding-top: 30px
}

@media screen and (max-width: 767px) {
    .home_content_wrap .home_left_column .home_cell:nth-child(2) .home_cell_text {
        position: relative;
        top: 25%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        background: none;
        padding: 5%;
        background-color: rgba(0, 0, 0, 0.4)
    }
}

.home_content_wrap .home_left_column .home_cell:nth-child(2) .home_cell_text_type {
    display: none
}

.home_content_wrap .home_left_column .home_cell:nth-child(2) .home_cell_text h1 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300
}

@media screen and (max-width: 767px) {
    .home_content_wrap .home_left_column .home_cell:nth-child(2) .home_cell_text h1 {
        font-size: 26px;
        line-height: 30px
    }
}

.home_content_wrap .home_right_column {
    width: 40%;
    background-color: #3ccc64
}

@media screen and (max-width: 767px) {
    .home_content_wrap .home_right_column {
        width: 100%;
        border: 10px solid #333;
        background-color: #333;
        display: block;
        height: auto
    }
}

.home_content_wrap .home_right_column .home_cell_text {
    width: 54%
}

.home_content_wrap .home_right_column .home_cell_text_type {
    display: none
}

.content_container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    border: 0px solid #000
}

@media screen and (max-width: 479px) {
    .content_container {
        width: 100%
    }
}

.article_header {
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    background-size: cover;
    background-position: 50%, 50%
}

.article_header .main_breadcrumb {
    position: absolute;
    width: 100%;
    top: 1em;
    left: 2em;
    z-index: 10
}

.article_header_image {
    position: relative;
    margin: 0;
    padding: 0;
    height: 630px
}

.article_header_image img {
    display: none
}

.article_header_image::before {
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=.8);
    position: absolute;
    width: 100%;
    height: 100%
}

.article_header_meta {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    color: #fff;
    text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.8)
}

.article_header_meta .article_header_meta_wrap {
    margin-left: 60px;
    width: 70%
}

.article_header_meta_info {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1em
}

.article_header_meta_info span {
    padding: 0
}

.article_header_meta_info span:after {
    content: "|";
    padding: 0 0.6em;
    color: rgba(254, 252, 252, 0.7)
}

.article_header_meta_info span a {
    color: #fff
}

.article_header_meta_info span:last-child {
    border-right: none
}

.article_header_meta_info span:last-child:after {
    content: none
}

.article_header_meta_title {
    margin: 0;
    padding: 0 0 1em 0
}

.article_header_meta_title h1 {
    margin: 0;
    padding: 0
}

@media screen and (max-width: 767px) {
    .article_header .article_header_image {
        height: 300px
    }
    .article_header .article_header_meta {
        bottom: 10%
    }
    .article_header .article_header_meta .article_header_meta_wrap {
        margin-left: 0;
        width: 90%;
        margin: auto
    }
}

@media screen and (max-width: 479px) {
    .article_header .article_header_image {
        height: 300px
    }
    .article_header .article_header_meta {
        bottom: 3%
    }
    .article_header .article_header_meta .article_header_meta_wrap {
        margin-left: 0;
        width: 90%;
        margin: auto
    }
}

.article_content {
    padding: 24px 0
}

.article_content .document_topics {
    margin-left: 0
}

.article_content .content_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.article_content .content_wrap:before,
.article_content .content_wrap:after {
    content: "";
    display: table;
    clear: both
}

.article_content .content_wrap .content_main {
    float: left;
    min-width: 300px;
    width: calc(100% - 340px);
    margin-right: 40px
}

@media screen and (max-width: 767px) {
    .article_content .content_wrap .content_main {
        float: none;
        min-width: none;
        width: 100%;
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .article_content .content_wrap .content_main .content_main_container {
        margin-left: 5%;
        margin-right: 5%
    }
}

.article_content .content_wrap .content_main .content_main_container p,
.article_content .content_wrap .content_main .content_main_container li,
.article_content .content_wrap .content_main .content_main_container .document_topics,
.article_content .content_wrap .content_main .content_main_container figure {
    margin-left: 60px
}

.article_content .content_wrap .content_main .content_main_container figure {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px
}

.article_content .content_wrap .content_main .content_main_container figure img {
    width: 100%;
    height: auto;
    margin: 0
}

.article_content .content_wrap .content_main .content_main_container figure figcaption {
    font-size: 0.8em;
    color: rgba(51, 51, 51, 0.7)
}

.article_content .content_wrap .content_main .content_main_container .document_topics li {
    margin-left: 0 !important
}

.article_content .content_wrap .content_main .content_main_container .quote_content {
    margin-left: 10px !important;
    margin-bottom: 0 !important
}

.article_content .content_wrap .content_main .content_main_container .quote_content p {
    margin-left: 0 !important
}

.article_content .content_wrap .content_main .content_main_container table {
    width: 100%;
    background: none;
    border-collapse: collapse;
    margin: 2em 0
}

.article_content .content_wrap .content_main .content_main_container table tr {
    border-bottom: 1px solid #d7d7d7
}

.article_content .content_wrap .content_main .content_main_container table tr td,
.article_content .content_wrap .content_main .content_main_container table tr th {
    padding: 1em
}

.article_content .content_wrap .content_main .content_main_container table tr th {
    background: #0083b3;
    color: #fff;
    text-align: left
}

.article_content .content_wrap .content_main .content_main_container li {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: 300
}

@media screen and (max-width: 767px) {
    .article_content .content_wrap .content_main .content_main_container li {
        font-size: 16px;
        line-height: 22px
    }
}

.article_content .content_wrap .content_main .content_main_container .sdg_container {
    margin: 0;
    padding: 0;
    margin-left: 60px
}

.article_content .content_wrap .content_main .content_main_container .sdg_container .ep_sdg_text {
    width: 100%
}

.article_content .content_wrap .content_main .content_main_container .sdg_container .ep_sdg_grid_item {
    width: 45%
}

.article_content .content_wrap .content_main .content_main_container .sdg_container h3 {
    font-weight: 400
}

.article_content .content_wrap .content_main .content_main_container .sdg_container .sdg_items {
    overflow: hidden
}

.article_content .content_wrap .content_main .content_main_container .sdg_container .sdg_items .sdg_item {
    width: 50%;
    min-width: 300px;
    float: left;
    display: table;
    height: 100%
}

@media screen and (max-width: 767px) {
    .article_content .content_wrap .content_main .content_main_container .sdg_container .sdg_items .sdg_item {
        width: 100%;
        min-width: 100px;
        float: none;
        display: block;
        overflow: hidden;
        margin-bottom: 1em
    }
}

.article_content .content_wrap .content_main .content_main_container .sdg_container .sdg_items .sdg_item:after {
    clear: both
}

.article_content .content_wrap .content_main .content_main_container .sdg_container .sdg_items .sdg_item_image {
    float: left;
    margin-right: 1em;
    width: 100px;
    height: 100px;
    position: relative
}

.article_content .content_wrap .content_main .content_main_container .sdg_container .sdg_items .sdg_item_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.article_content .content_wrap .content_main .content_main_container .sdg_container .sdg_items .sdg_item_body {
    display: table-cell;
    vertical-align: middle;
    padding: 1em 1em 1em 0;
    overflow: hidden;
    width: 100%
}

.article_content .content_wrap .content_main .content_main_container .sdg_container .sdg_items .sdg_item_body span {
    display: block;
    font-weight: 700
}

.article_content .content_wrap .content_main .content_main_container .sdg_container .sdg_items .sdg06 .sdg_item_image {
    background-color: #11bde3
}

.article_content .content_wrap .content_main .content_main_container .sdg_container .sdg_items .sdg06 span {
    color: #11bde3
}

.article_content .content_wrap .content_main .content_main_container .sdg_container .sdg_items .sdg12 .sdg_item_image {
    background-color: #bf8f22
}

.article_content .content_wrap .content_main .content_main_container .sdg_container .sdg_items .sdg12 span {
    color: #bf8f22
}

.article_content .content_wrap .content_main .content_main_container .media_contact {
    margin: 0;
    padding: 0;
    margin-top: 3em;
    overflow: hidden
}

.article_content .content_wrap .content_main .content_main_container .media_contact h3 {
    font-weight: 400
}

.article_content .content_wrap .content_main .content_main_container .media_contact_image {
    float: left;
    margin-right: 1em;
    max-width: 150px
}

@media screen and (max-width: 767px) {
    .article_content .content_wrap .content_main .content_main_container .media_contact_image {
        width: 20%
    }
}

.article_content .content_wrap .content_main .content_main_container .media_contact_image img {
    width: 100%;
    height: auto;
    margin: 0
}

.article_content .content_wrap .content_main .content_main_container .media_contact_body {
    overflow: hidden
}

.article_content .content_wrap .content_main .content_main_container .media_contact_body_name {
    font-weight: 700;
    color: #0083b3;
    font-size: 1.375em
}

@media screen and (max-width: 479px) {
    .article_content .content_wrap .content_main .content_main_container .media_contact_body_name {
        font-size: 1.175em
    }
}

.article_content .content_wrap .content_main .content_main_container .media_contact_body_title {
    font-size: 1.125em
}

@media screen and (max-width: 479px) {
    .article_content .content_wrap .content_main .content_main_container .media_contact_body_title {
        font-size: 1em
    }
}

.article_content .content_wrap .content_main .content_main_container .media_contact_body_info {
    margin-top: 1.5em
}

@media screen and (max-width: 479px) {
    .article_content .content_wrap .content_main .content_main_container .media_contact_body_info {
        margin-top: 0.5em

    }
}

.article_content .content_wrap .content_main .content_main_container .media_contact_body_info_phone:before {
    font-family: FontAwesome;
    content: "\f095";
    margin-right: 10px;
    color: #bbb
}

.article_content .content_wrap .content_main .content_main_container .media_contact_body_info_email:before {
    font-family: FontAwesome;
    content: "\f0e0";
    margin-right: 10px;
    color: #bbb
}

.article_content .content_wrap .content_main p {
    line-height: 1.5em;
    font-weight: 300
}

.article_content .content_wrap .content_sidebar {
    float: right;
    width: 300px
}

@media screen and (max-width: 767px) {
    .article_content .content_wrap .content_sidebar {
        float: none;
        width: 100%;
        position: relative
    }
}

.article_content .content_wrap .content_sidebar .content_sidebar_highlight {
    background-color: #4b9f37;
    color: #fff;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.article_content .content_wrap .content_sidebar .content_sidebar_highlight h5,
.article_content .content_wrap .content_sidebar .content_sidebar_highlight h3 {
    margin: 0;
    padding: 0
}

.article_content .content_wrap .content_sidebar .content_sidebar_highlight_title {
    margin: 2em;
    margin-bottom: 0
}

.article_content .content_wrap .content_sidebar .content_sidebar_highlight_title h3 {
    font-size: 1.6em !important;
    margin: 0 !important;
    line-height: 1em !important
}

.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_new {
    padding: 0 2em 2em 2em
}

.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_new .content_sidebar_highlight_item_links ul li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-left: none
}

.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_new .content_sidebar_highlight_item_links ul li a {
    margin: 0 !important;
    font-size: 0.9em !important
}

.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item {
    display: block;
    margin: 2em
}

.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_label h3 {
    font-size: 1.250em;
    font-weight: 300
}

.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_title h5 {
    font-weight: 700;
    font-size: 1.5em
}

.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links {
    overflow: hidden;
    margin-top: 1em
}

.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul {
    margin: 0;
    padding: 0
}

.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li {
    list-style: none;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.3)
}

.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    display: block;
    margin: 0 1em
}

.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li a:hover {
    color: #fff
}

.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li:first-child {
    border-left: none
}

.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li:first-child a {
    margin: 0 1em 0 0
}

.article_content .interstitial {
    margin: 0;
    padding: 0;
    margin: 1em 0
}

@media screen and (max-width: 767px) {
    .article_content .interstitial {
        margin: 2em 0 0.5em 0
    }
}

.article_content .interstitial .content_main {
    float: none;
    width: 100%
}

.article_content .interstitial .content_main .content_factbox {
    margin: 0;
    padding: 0;
    min-width: 500px;
    width: calc(100% - 400px);
    height: 100%;
    display: table
}

.article_content .interstitial .content_main .content_factbox_image {
    float: left;
    margin-right: 1em
}

.article_content .interstitial .content_main .content_factbox_image img {
    width: 100%;
    height: auto
}

.article_content .interstitial .content_main .content_factbox_body {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle
}

.article_content .interstitial .content_main .content_factbox_body .fact_text p {
    color: #01724c;
    font-size: 1.875em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    padding: 0.3em 0;
    background: url("../img/fact_line.png") top left no-repeat;
    padding-top: 1em
}

@media screen and (max-width: 767px) {
    .article_content .interstitial .content_main .content_factbox_body .fact_text p {
        font-size: 1.475em;
        line-height: 1.2em
    }
}

.article_content .interstitial .content_main .content_factbox_body .fact_source p {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    display: inline-block
}

@media screen and (max-width: 767px) {
    .article_content .interstitial .content_main .content_factbox {
        min-width: 100px;
        margin: 0 auto;
        width: 90% !important
    }
}

.article_content .interstitial .content_main .content_quotebox {
    margin: 0;
    padding: 0;
    min-width: 600px;
    width: calc(100% - 300px);
    height: 100%;
    display: table
}

.article_content .interstitial .content_main .content_quotebox_body {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle
}

.article_content .interstitial .content_main .content_quotebox_body .fact_text p {
    color: #01724c;
    font-size: 1.875em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    padding: 0.3em 0;
    background: url("../img/quote_rule.png") top left no-repeat;
    padding-top: 1em
}

@media screen and (max-width: 767px) {
    .article_content .interstitial .content_main .content_quotebox_body .fact_text p {
        font-size: 1.475em;
        line-height: 1.2em
    }
}

.article_content .interstitial .content_main .content_quotebox_body .fact_source p {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    display: inline-block
}

@media screen and (max-width: 767px) {
    .article_content .interstitial .content_main .content_quotebox {
        min-width: 100px;
        margin: 0 auto;
        width: 90% !important
    }
}

.article_content .interstitial .content_main .content_map {
    width: 100%;
    height: 100%;
    display: table;
    background-color: #0083b3;
    padding: 2em
}

@media screen and (max-width: 767px) {
    .article_content .interstitial .content_main .content_map {
        display: block;
        padding: 1em 0 !important
    }
}

.article_content .interstitial .content_main .content_map_image {
    float: left;
    margin-right: 2em;
    width: 570px
}

.article_content .interstitial .content_main .content_map_image img {
    width: 100%;
    height: auto
}

@media screen and (max-width: 767px) {
    .article_content .interstitial .content_main .content_map_image {
        float: none;
        margin-right: 0;
        width: 90%;
        margin: 0 auto
    }
}

.article_content .interstitial .content_main .content_map_body {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle
}

@media screen and (max-width: 767px) {
    .article_content .interstitial .content_main .content_map_body {
        display: block;
        width: 90%;
        margin: 0 auto
    }
}

.article_content .interstitial .content_main .content_map_body .fact_text p {
    color: #fff;
    font-size: 1.221em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    padding: 0.3em 0
}

.article_content .interstitial .content_main .content_map_body .fact_source p {
    margin: 0;
    padding: 0;
    margin-top: 1em;
    font-size: 0.9em;
    display: inline-block
}

.article_content .interstitial .content_main .content_map_body .fact_source p a {
    color: #fff;
    text-decoration: underline
}

.content_image {
    float: left;
    margin: 1em 1.5em 0 0;
    max-width: 400px
}

@media screen and (max-width: 479px) {
    .content_image {
        float: none;
        margin: 1em 0;
        max-width: 400px;
        width: 100%
    }
}

.content_image img {
    display: block;
    width: 100%;
    height: auto
}

.content_image_caption {
    display: block;
    color: #656565;
    font-size: 0.7em;
    line-height: 1.4em
}

@media screen and (max-width: 479px) {
    .content_image_caption {
        font-size: 0.9em;
        line-height: 1.4em;
        margin: 0.5em 0
    }
}

.content_image_credit {
    display: block;
    font-style: italic;
    font-size: 0.7em
}

@media screen and (max-width: 479px) {
    .content_image_credit {
        text-align: right;
        margin-bottom: 1em
    }
}

.content_image_credit:before {
    font-family: FontAwesome;
    content: "\f030";
    margin-right: 7px;
    font-style: normal
}

.article_related {
    margin: 2em 0
}

.article_related .content_container .content_wrap {
    margin: 0 60px;
    border-top: 1px solid rgba(59, 83, 101, 0.15)
}

@media screen and (max-width: 767px) {
    .article_related .content_container .content_wrap {
        margin: 0 5%
    }
}

.article_related_items {
    overflow: hidden;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.article_related_items .article_related_item {
    width: 48%;
    margin-bottom: 1em
}

@media screen and (max-width: 479px) {
    .article_related_items .article_related_item {
        width: 100%
    }
}

.article_related_items .article_related_item:after {
    clear: both
}

.article_related_items .article_related_item .article_related_item_image {
    margin-bottom: 1em
}

.article_related_items .article_related_item .article_related_item_image img {
    display: block;
    width: 100%;
    height: auto
}

.article_related_items .article_related_item .article_related_item_body {
    margin: 0;
    padding: 0
}

.article_related_items .article_related_item .article_related_item_body_tag {
    color: #656565;
    font-size: 0.875em;
    text-transform: uppercase
}

.article_related_items .article_related_item .article_related_item_body_title {
    font-weight: 700;
    font-size: 1.5em
}

.article_related_items .article_related_item .article_related_item_body_title a {
    color: #000
}

.newsletter_signup {
    background: url("../img/signup_bg_image_opacity_10.png") 50% 10% no-repeat;
    height: 400px;
    background-size: cover
}

@media screen and (max-width: 767px) {
    .newsletter_signup {
        height: auto;
        padding-bottom: 2em
    }
}

.newsletter_signup_wrap {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    display: table
}

@media screen and (max-width: 767px) {
    .newsletter_signup_wrap {
        display: block
    }
}

.newsletter_signup_wrap .newsletter_signup_box {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

@media screen and (max-width: 767px) {
    .newsletter_signup_wrap .newsletter_signup_box {
        display: block;
        width: 90%;
        margin: 30px auto 0 auto
    }
}

.newsletter_signup_wrap .newsletter_signup_box_wrap {
    display: inline-block
}

.newsletter_signup_wrap .newsletter_signup_box_wrap .newsletter_signup_icon {
    width: 102px;
    float: left;
    margin-right: 2em
}

@media screen and (max-width: 767px) {
    .newsletter_signup_wrap .newsletter_signup_box_wrap .newsletter_signup_icon {
        float: none;
        margin-right: 0;
        margin: 0 auto
    }
}

.newsletter_signup_wrap .newsletter_signup_box_wrap .newsletter_signup_icon .signup_icon {
    fill: #01adef
}

.newsletter_signup_wrap .newsletter_signup_box_wrap .newsletter_signup_icon svg {
    width: 100%;
    height: auto;
    fill: #01adef
}

.newsletter_signup_wrap .newsletter_signup_box_wrap .newsletter_signup_body {
    overflow: hidden;
    text-align: left
}

@media screen and (max-width: 767px) {
    .newsletter_signup_wrap .newsletter_signup_box_wrap .newsletter_signup_body {
        text-align: center;
        margin: 1em 0
    }
}

.newsletter_signup_wrap .newsletter_signup_box_wrap .newsletter_signup_body .newsletter_signup_title {
    margin: 0;
    padding: 0
}

.newsletter_signup_wrap .newsletter_signup_box_wrap .newsletter_signup_body .newsletter_signup_title h3 {
    font-size: 2em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #004159;
    line-height: 1.1em
}

.newsletter_signup_wrap .newsletter_signup_box_wrap .newsletter_signup_body .newsletter_signup_form {
    margin: 0;
    padding: 0;
    margin-top: 1.0em
}

.newsletter_signup_wrap .newsletter_signup_box_wrap .newsletter_signup_body .newsletter_signup_form form {
    margin: 0;
    padding: 0
}

.newsletter_signup_wrap .newsletter_signup_box_wrap .newsletter_signup_body .newsletter_signup_form form input[type=text] {
    border-collapse: collapse;
    border: none;
    background: #fff;
    font-size: 1.125em;
    padding: 14px;
    width: 320px;
    color: #656565
}

@media screen and (max-width: 767px) {
    .newsletter_signup_wrap .newsletter_signup_box_wrap .newsletter_signup_body .newsletter_signup_form form input[type=text] {
        text-align: center;
        width: 90%;
        margin-bottom: 1em
    }
}

.newsletter_signup_wrap .newsletter_signup_box_wrap .newsletter_signup_body .newsletter_signup_form form input[type=submit] {
    border-collapse: collapse;
    border: none;
    background: #4b9f37;
    color: #fff;
    font-size: 1.125em;
    padding: 14px;
    text-transform: uppercase;
    margin-left: 0.7em
}

.newsletter_signup_wrap .newsletter_signup_box_wrap .newsletter_signup_body .newsletter_signup_form form input[type=submit]:hover {
    background: rgba(75, 159, 55, 0.9)
}

.topic {
    position: relative
}

.topic .feed-icon {
    display: none
}

.topic .main_breadcrumb {
    position: absolute;
    top: 1em;
    left: 0;
    z-index: 10
}

.topic .main_breadcrumb ul {
    list-style: none
}

.topic_hero {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 620px;
    background-color: #fff;
    background-position: 50% 50%, 0px 0px;
    background-size: cover, 1440px 630px;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, scroll;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5)
}

.topic_hero::before {
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, transparent 59%, transparent 75%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=.7);
    position: absolute;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 767px) {
    .topic_hero {
        height: 300px;
        margin-top: 50px
    }
}

.topic_hero_content_wrap {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 30%;
    width: 80%;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto
}

@media screen and (max-width: 767px) {
    .topic_hero_content_wrap {
        width: 90%;
        margin: 0 auto
    }
}

@media screen and (max-width: 767px) {
    .topic_hero_content_wrap {
        bottom: 30px
    }
}

.topic_hero_content_wrap .topic_hero_content_text {
    margin: 0;
    padding: 0
}

.topic_hero_content_wrap .topic_hero_content_text h1 {
    color: #fff;
    text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.8)
}

.topic_hero_content_wrap .topic_hero_content_text h3 {
    color: #fff;
    text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.8);
    width: 69%;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .topic_hero_content_wrap .topic_hero_content_text h3 {
        width: 100%;
        font-size: 18px;
        line-height: 22px;
        text-shadow: 1px 1px 4.9px #000
    }
}

.topic_hero_content_wrap .topic_hero_content_text_cta {
    margin: 0;
    padding: 0;
    display: inline-block
}

.topic_hero_content_wrap .topic_hero_content_text_cta a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin: 0;
    background: #4c9f38 url(../img/icon_play.png) no-repeat;
    background-position: 18px 50%;
    padding: 14px 18px 14px 48px
}

@media screen and (max-width: 767px) {
    .topic_hero_content_wrap .topic_hero_content_text_cta a {
        padding: 7px 18px 7px 48px;
        font-size: 14px
    }
}

.topic_hero_content_wrap .topic_hero_content_text_cta a:hover {
    background: #3a782a url(../img/icon_play.png) no-repeat;
    background-position: 18px 50%
}

.topic_hero_content_wrap .topic_hero_content_banner img {
    display: none
}

.topic_social {
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: none
}

.topic_social_wrap {
    float: right;
    margin: 0;
    padding: 0
}

.topic_social_wrap ul {
    margin: 0;
    padding: 0
}

.topic_social_wrap ul li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0
}

.topic_social_wrap ul li a {
    display: block;
    background-color: #4c9f38;
    color: #fff;
    padding: 10px
}

.topic_social_wrap ul li a:hover {
    background-color: #3a782a
}

@media screen and (max-width: 767px) {
    .topic_social .topic_social_wrap {
        float: none
    }
    .topic_social .topic_social_wrap ul {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: nowrap;
        flex-flow: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .topic_social .topic_social_wrap ul li {
        width: 20%;
        float: none;
        text-align: center
    }
}

.topic_intro_nav {
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin: 1em 0
}

.topic_intro_nav_container {
    width: 80%;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .topic_intro_nav_container {
        width: 90%;
        margin: 0 auto
    }
}

.topic_intro_nav_container .topic_nav {
    float: right;
    width: 30%;
    margin-left: 2em
}

.topic_intro_nav_container .topic_nav h3 {
    margin: 15px 0 0 0
}

.topic_intro_nav_container .topic_intro {
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .topic_intro_nav {
        margin: 0.5em 0
    }
    .topic_intro_nav .topic_intro_nav_container {
        padding-bottom: 15px
    }
    .topic_intro_nav .topic_intro_nav_container .topic_nav {
        float: none;
        width: 100%;
        margin-left: 0em
    }
    .topic_intro_nav .topic_intro_nav_container .topic_nav h3 {
        margin: 15px 0
    }
    .topic_intro_nav .topic_intro_nav_container .topic_nav ul {
        column-count: 2;
        margin: 0;
        padding: 0
    }
    .topic_intro_nav .topic_intro_nav_container .topic_nav ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block
    }
    .topic_intro_nav .topic_intro_nav_container .topic_nav ul li a {
        display: block;
        background: #f5f5f5;
        padding: 5px
    }
}

.topic_latest {
    padding-top: 2em
}

.topic_latest .topic_latest_content_wrap {
    width: 80%;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 50px
}

@media screen and (max-width: 767px) {
    .topic_latest .topic_latest_content_wrap {
        width: 90%;
        margin: 0 auto
    }
}

.topic_latest .topic_latest_content_wrap .topic_latest_content_title {
    display: inline-block;
    margin-bottom: 50px
}

@media screen and (max-width: 767px) {
    .topic_latest .topic_latest_content_wrap .topic_latest_content_title {
        display: block;
        margin-bottom: 20px
    }
}

.topic_latest .topic_latest_content_wrap .topic_latest_content_title h2 {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 1em
}

.topic_latest .topic_latest_content_wrap .topic_latest_content_title .topic_latest_filter {
    display: inline-block
}

@media screen and (max-width: 767px) {
    .topic_latest .topic_latest_content_wrap .topic_latest_content_title .topic_latest_filter {
        display: block;
        margin-top: 1em
    }
}

.topic_latest .topic_latest_content_wrap .topic_latest_content_title .topic_latest_filter form {
    margin: 0;
    padding: 0;
    height: 100%;
    display: inline-block
}

.topic_latest .topic_latest_content_wrap .topic_latest_content_title .topic_latest_filter form select {
    background: transparent;
    border: none;
    font-size: 18px;
    color: #01724c;
    font-weight: bold;
    margin: 10px
}

@media screen and (max-width: 767px) {
    .topic_latest .topic_latest_content_wrap .topic_latest_content_title .topic_latest_filter form select {
        font-size: 14px;
        margin: 5px
    }
}

.topic_latest .topic_latest_content_wrap .topic_latest_content_title:after {
    clear: both
}

.topic_latest .topic_latest_content_wrap .topic_latest_content_items {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.topic_latest .topic_latest_content_wrap .single .topic_latest_content_item {
    overflow: hidden;
    width: 100%
}

.topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-child(1) {
    margin-bottom: 2em;
    background-color: #0084b2
}

.topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-child(1) .topic_latest_content_item_image {
    width: 57%;
    float: left;
    margin-right: 30px
}

@media screen and (max-width: 767px) {
    .topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-child(1) .topic_latest_content_item_image {
        float: none;
        margin-right: 0;
        width: 100%
    }
}

.topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-child(1) .topic_latest_content_item_image img {
    display: block;
    width: 100%;
    height: auto
}

.topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-child(1) .topic_latest_content_item_text {
    overflow: hidden;
    padding: 30px 30px 30px 0;
    color: #fff
}

@media screen and (max-width: 767px) {
    .topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-child(1) .topic_latest_content_item_text {
        padding: 20px
    }
}

.topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-child(1) .topic_latest_content_item_text_type {
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-child(1) .topic_latest_content_item_text_type {
        font-size: 12px
    }
}

.topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-child(1) .topic_latest_content_item_text h3 {
    margin: 0;
    padding: 0;
    margin-top: 0.4em
}

.topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-child(1) .topic_latest_content_item_text a {
    color: #fff
}

.topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-child(1) .topic_latest_content_item_text a:hover {
    color: rgba(255, 255, 255, 0.9)
}

.topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-child(n+2) {
    margin: 0;
    padding: 0;
    margin-bottom: 2em;
    max-width: 346px;
    width: 31.3%;
    margin-right: 30px
}

@media screen and (max-width: 767px) {
    .topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-child(n+2) {
        max-width: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em
    }
}

.topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-child(n+2) .topic_latest_content_item_image {
    width: 100%
}

.topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-child(n+2) .topic_latest_content_item_image img {
    display: block;
    width: 100%;
    height: auto
}

.topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-child(n+2) .topic_latest_content_item_text {
    padding: 0.5em 0;
    font-size: 14px
}

.topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-child(n+2) .topic_latest_content_item_text_type {
    color: #656565;
    font-size: 14px;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-child(n+2) .topic_latest_content_item_text_type {
        font-size: 12px
    }
}

.topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-child(n+2) .topic_latest_content_item_text h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    margin-top: 0.5em
}

@media screen and (max-width: 767px) {
    .topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-child(n+2) .topic_latest_content_item_text h3 {
        margin-top: 0;
        font-size: 22px;
        line-height: 28px
    }
}

.topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-child(n+2) .topic_latest_content_item_text a {
    color: #000
}

.topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-child(n+2) .topic_latest_content_item_text a:hover {
    color: rgba(0, 132, 178, 0.9)
}

.topic_latest .topic_latest_content_wrap .single .topic_latest_content_item:nth-of-type(3n+4) {
    margin-right: 0
}

.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item {
    overflow: hidden;
    width: 100%
}

.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(1),
.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(2) {
    margin-bottom: 2em;
    width: 49%;
    max-width: 600px;
    display: inline-block;
    vertical-align: top
}

@media screen and (max-width: 767px) {
    .topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(1),
    .topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(2) {
        width: 100%;
        display: block;
        margin-bottom: 1em
    }
}

.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(1) .topic_latest_content_item_image,
.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(2) .topic_latest_content_item_image {
    width: 100%
}

.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(1) .topic_latest_content_item_image img,
.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(2) .topic_latest_content_item_image img {
    display: block;
    width: 100%;
    height: auto
}

.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(1) .topic_latest_content_item_text,
.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(2) .topic_latest_content_item_text {
    overflow: hidden;
    font-size: 14px;
    padding: 20px 0
}

@media screen and (max-width: 767px) {
    .topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(1) .topic_latest_content_item_text,
    .topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(2) .topic_latest_content_item_text {
        padding: 10px 0
    }
}

.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(1) .topic_latest_content_item_text_type,
.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(2) .topic_latest_content_item_text_type {
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(1) .topic_latest_content_item_text_type,
    .topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(2) .topic_latest_content_item_text_type {
        font-size: 12px
    }
}

.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(1) .topic_latest_content_item_text h3,
.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(2) .topic_latest_content_item_text h3 {
    margin: 0;
    padding: 0;
    margin-top: 0.2em
}

.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(1) .topic_latest_content_item_text a,
.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(2) .topic_latest_content_item_text a {
    color: #000
}

.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(1) .topic_latest_content_item_text a:hover,
.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(2) .topic_latest_content_item_text a:hover {
    color: rgba(0, 132, 178, 0.9)
}

.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(2) {
    float: right
}

@media screen and (max-width: 767px) {
    .topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(2) {
        float: none
    }
}

.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(n+3) {
    margin: 0;
    padding: 0;
    margin-bottom: 2em;
    float: left;
    max-width: 385px;
    width: 30%;
    margin-right: 30px
}

@media screen and (max-width: 767px) {
    .topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(n+3) {
        float: none;
        margin-bottom: 1em;
        max-width: none;
        width: 100%;
        margin-right: 0
    }
}

.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(n+3) .topic_latest_content_item_image {
    width: 100%
}

.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(n+3) .topic_latest_content_item_image img {
    display: block;
    width: 100%;
    height: auto
}

.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(n+3) .topic_latest_content_item_text {
    padding: 0.5em 0
}

.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(n+3) .topic_latest_content_item_text_type {
    color: #656565;
    font-size: 14px;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(n+3) .topic_latest_content_item_text_type {
        font-size: 12px
    }
}

.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(n+3) .topic_latest_content_item_text h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    margin-top: 0.5em
}

@media screen and (max-width: 767px) {
    .topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(n+3) .topic_latest_content_item_text h3 {
        font-size: 22px;
        line-height: 28px;
        margin-top: 0
    }
}

.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(n+3) .topic_latest_content_item_text a {
    color: #000
}

.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-child(n+3) .topic_latest_content_item_text a:hover {
    color: rgba(0, 132, 178, 0.9)
}

.topic_latest .topic_latest_content_wrap .double .topic_latest_content_item:nth-of-type(3n+5) {
    margin-right: 0
}

.topic_latest .topic_latest_content_wrap .topic_latest_loadmore {
    text-align: center;
    padding: 1em
}

.topic_latest .topic_latest_content_wrap .topic_latest_loadmore a {
    display: inline-block;
    margin: 0;
    padding: 0.7em 1em;
    background-color: #4c9f38;
    color: #fff
}

.topic_latest .topic_latest_content_wrap .topic_latest_loadmore a:hover {
    background-color: #3a782a
}

.topic_research {
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
    position: relative
}

.topic_research_wallpaper {
    position: absolute;
    z-index: 0;
    height: 32px;
    background-color: #01724C;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e5e5e5
}

.topic_research_content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.topic_research_content_wrap {
    width: 80%;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .topic_research_content_wrap {
        width: 90%;
        margin: 0 auto
    }
}

.topic_research_content_wrap .topic_research_item {
    margin-bottom: 2em;
    overflow: hidden;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto
}

.topic_research_content_wrap .topic_research_item_image {
    float: left;
    margin-right: 2em
}

@media screen and (max-width: 767px) {
    .topic_research_content_wrap .topic_research_item_image {
        float: none;
        margin-right: 0;
        text-align: center
    }
}

.topic_research_content_wrap .topic_research_item_image img {
    max-width: 215px;
    height: auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48)
}

.topic_research_content_wrap .topic_research_item_body {
    overflow: hidden;
    margin-top: 4em
}

@media screen and (max-width: 767px) {
    .topic_research_content_wrap .topic_research_item_body {
        margin-top: 1em
    }
}

.topic_research_content_wrap .topic_research_item_body_meta {
    text-transform: uppercase;
    font-size: 18px;
    color: #656565
}

@media screen and (max-width: 767px) {
    .topic_research_content_wrap .topic_research_item_body_meta {
        font-size: 14px
    }
}

.topic_research_content_wrap .topic_research_item_body h3 {
    color: #01724c;
    margin: 0;
    padding: 0;
    margin: 0.7em 0
}

@media screen and (max-width: 767px) {
    .topic_research_content_wrap .topic_research_item_body h3 {
        margin: 0.5em 0
    }
}

.topic_research_content_wrap .topic_research_item_body a {
    font-weight: 300
}

.topic_research_content_wrap .topic_research_item_body a span:after {
    content: "\BB";
    margin-left: 5px
}

.topic_research_content_wrap .topic_research_item_body a:hover {
    color: #000
}

.topic_research:after {
    clear: both;
    overflow: hidden
}

.topic_impact {
    margin: 0;
    padding: 0;
    background-color: #01724c;
    min-height: 480px;
    overflow: hidden;
    position: relative;
    color: #fff
}

.topic_impact_content {
    margin: 0;
    padding: 0;
    padding: 2em 0;
    position: relative
}

.topic_impact_content_wrap {
    width: 80%;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto
}

@media screen and (max-width: 767px) {
    .topic_impact_content_wrap {
        width: 90%;
        margin: 0 auto
    }
}

.topic_impact_content_wrap .topic_impact_content_challenge {
    width: 40%
}

@media screen and (max-width: 767px) {
    .topic_impact_content_wrap .topic_impact_content_challenge {
        width: 100%
    }
}

.topic_impact_content_wrap .topic_impact_content_challenge_title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .topic_impact_content_wrap .topic_impact_content_challenge_title {
        font-weight: 700
    }
}

.topic_impact_content .topic_impact_content_slider {
    position: absolute;
    top: 2em;
    left: 45%;
    width: 55%
}

@media screen and (max-width: 767px) {
    .topic_impact_content .topic_impact_content_slider {
        position: relative;
        left: 0;
        width: 100%
    }
}

.topic_impact_content .topic_impact_content_slider_wrap {
    position: relative
}

.topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative
}

@media screen and (max-width: 767px) {
    .topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container {
        margin-bottom: 30px
    }
}

.topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_nav {
    margin-right: 2em;
    position: absolute;
    top: 0;
    bottom: 0
}

@media screen and (max-width: 767px) {
    .topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_nav {
        position: relative;
        display: none;
        margin-right: 4%
    }
}

.topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_nav .nav_buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5px
}

@media screen and (max-width: 767px) {
    .topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_nav .nav_buttons {
        position: relative;
        transform: translateY(0)
    }
    .topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_nav .nav_buttons .nav_next {
        margin-left: 10px !important
    }
}

.topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_nav .nav_buttons .nav_prev,
.topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_nav .nav_buttons .nav_next {
    margin: 1em 0;
    font-size: 2em
}

@media screen and (max-width: 767px) {
    .topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_nav .nav_buttons .nav_prev,
    .topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_nav .nav_buttons .nav_next {
        display: inline-block;
        margin: 0
    }
}

.topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_nav .nav_buttons a {
    color: #fff
}

.topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_nav .nav_buttons a:hover {
    color: rgba(255, 255, 255, 0.85)
}

.topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_items_wrap {
    height: 355px;
    margin-left: 50px
}

@media screen and (max-width: 767px) {
    .topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_items_wrap {
        width: 90%;
        margin: auto;
        height: auto;
        overflow: hidden
    }
}

.topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_items_wrap .topic_impact_content_slider_title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_items_wrap .topic_impact_content_slider_title {
        font-weight: 700
    }
}

.topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_items_wrap .topic_impact_content_slider_items {
    margin-top: 2em;
    position: absolute;
    width: 720px
}

@media screen and (max-width: 767px) {
    .topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_items_wrap .topic_impact_content_slider_items {
        position: relative;
        margin-bottom: 30px
    }
}

.topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_items_wrap .topic_impact_content_slider_items .topic_impact_content_slider_item {
    float: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #fff;
    color: #000;
    width: 395px;
    max-width: 395px !important;
    margin: 0 2em 0 0
}

@media screen and (max-width: 767px) {
    .topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_items_wrap .topic_impact_content_slider_items .topic_impact_content_slider_item {
        width: 360px
    }
}

.topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_items_wrap .topic_impact_content_slider_items .topic_impact_content_slider_item_image {
    margin: 0;
    padding: 0
}

.topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_items_wrap .topic_impact_content_slider_items .topic_impact_content_slider_item_image img {
    display: block;
    width: 100%;
    height: auto
}

.topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_items_wrap .topic_impact_content_slider_items .topic_impact_content_slider_item_body {
    margin: 1em
}

.topic_impact_content .topic_impact_content_slider_wrap .topic_impact_content_slider_container .topic_impact_content_slider_items_wrap .topic_impact_content_slider_items .topic_impact_content_slider_item_body h5 {
    margin: 0;
    padding: 0
}

.topic_dynamic {
    margin: 0;
    padding: 0
}

@media screen and (max-width: 767px) {
    .topic_dynamic {
        padding: 30px 0
    }
}

.topic_dynamic_content_wrap {
    width: 80%;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3em;
    margin-bottom: 3em;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .topic_dynamic_content_wrap {
        width: 90%;
        margin: 0 auto
    }
}

.topic_dynamic_campaign {
    float: left;
    width: 63%;
    margin-right: 3em
}

@media screen and (max-width: 767px) {
    .topic_dynamic_campaign {
        float: none;
        width: 100%;
        margin-right: 0
    }
}

.topic_dynamic_campaign_banner {
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-bottom: 1em
}

.topic_dynamic_campaign_banner img {
    width: 100%;
    height: auto
}

.topic_dynamic_campaign_body {
    color: #656565
}

.topic_dynamic_campaign_footer {
    margin-top: 1em
}

.topic_dynamic_campaign_footer .topic_dynamic_campaign_share_links a {
    display: block;
    width: calc(50% - 1em);
    background-color: #4c9f38;
    color: #fff;
    float: left;
    text-align: center;
    padding: 1em 0;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .topic_dynamic_campaign_footer .topic_dynamic_campaign_share_links a {
        float: none;
        width: 100%;
        margin-top: 10px
    }
}

.topic_dynamic_campaign_footer .topic_dynamic_campaign_share_links a:hover {
    background-color: #3a782a
}

.topic_dynamic_campaign_footer .topic_dynamic_campaign_share_links a .fa {
    font-size: 1.5em;
    vertical-align: baseline;
    margin-right: 10px
}

.topic_dynamic_campaign_footer .topic_dynamic_campaign_share_links a:last-child {
    float: right
}

@media screen and (max-width: 767px) {
    .topic_dynamic_campaign_footer .topic_dynamic_campaign_share_links a:last-child {
        float: none
    }
}

.topic_dynamic_experts {
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .topic_dynamic_experts {
        margin: 30px 0
    }
}

.topic_dynamic_experts h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 1em
}

.topic_dynamic_experts .topic_dynamic_experts_conversation {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.topic_dynamic_experts .topic_dynamic_experts_conversation .speech_item {
    margin-bottom: 1em;
    position: relative;
    border: 1px solid transparent
}

.topic_dynamic_experts .topic_dynamic_experts_conversation .speech_item_body {
    background-color: #f2f2f2;
    position: relative;
    width: 80%;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #f2f2f2
}

.topic_dynamic_experts .topic_dynamic_experts_conversation .speech_item_body_question {
    margin: 1em;
    color: #0084b4;
    font-size: 18px
}

.topic_dynamic_experts .topic_dynamic_experts_conversation .speech_item_body_name {
    margin: 0 1em 1em 1em;
    color: #656565;
    font-size: 16px;
    font-weight: 300
}

.topic_dynamic_experts .topic_dynamic_experts_conversation .speech_item_body:after {
    height: 30px
}

.topic_dynamic_experts .topic_dynamic_experts_conversation .speech_item_arrow {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid #f2f2f2;
    border-bottom: 30px solid transparent;
    position: absolute;
    bottom: 0;
    right: 19.5%
}

.topic_dynamic_experts .topic_dynamic_experts_conversation .speech_item_avatar {
    position: absolute;
    width: 15%;
    bottom: 0;
    right: 0
}

.topic_dynamic_experts .topic_dynamic_experts_conversation .answer {
    margin-bottom: 1em;
    position: relative;
    border: 1px solid transparent
}

.topic_dynamic_experts .topic_dynamic_experts_conversation .answer .speech_item_body {
    background-color: #f2f2f2;
    position: relative;
    width: 80%;
    top: 0;
    right: 0;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: 20%;
    border: 1px solid #f2f2f2
}

.topic_dynamic_experts .topic_dynamic_experts_conversation .answer .speech_item_body_question {
    margin: 1em;
    color: #0084b4;
    font-size: 18px
}

.topic_dynamic_experts .topic_dynamic_experts_conversation .answer .speech_item_body_name {
    margin: 0 1em 1em 1em;
    color: #656565;
    font-size: 16px;
    font-weight: 300
}

.topic_dynamic_experts .topic_dynamic_experts_conversation .answer .speech_item_body:after {
    height: 30px
}

.topic_dynamic_experts .topic_dynamic_experts_conversation .answer .speech_item_arrow {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid transparent;
    border-left: 30px solid #f2f2f2;
    border-bottom: 30px solid transparent;
    position: absolute;
    bottom: 0;
    left: 20.1%
}

.topic_dynamic_experts .topic_dynamic_experts_conversation .answer .speech_item_avatar {
    position: absolute;
    width: 15%;
    bottom: 0;
    left: 0
}

.topic_dynamic_experts_cta {
    text-align: center
}

.topic_dynamic_experts_cta a {
    display: block;
    width: calc(50% - 1em);
    background-color: #4c9f38;
    color: #fff;
    text-align: center;
    padding: 1em 0;
    text-transform: uppercase;
    margin: 0 auto
}

.topic_dynamic_experts_cta a:hover {
    background-color: #3a782a
}

.topic_getinvolved {
    min-height: 400px;
    background: url("../img/signup_bg_image_opacity_10.png") 50% 0% no-repeat;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0)
}

@media screen and (max-width: 767px) {
    .topic_getinvolved {
        min-height: 200px
    }
}

.topic_getinvolved_content_wrap {
    width: 80%;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px
}

@media screen and (max-width: 767px) {
    .topic_getinvolved_content_wrap {
        width: 90%;
        margin: 0 auto
    }
}

.topic_getinvolved_content_wrap .topic_getinvolved_items {
    overflow: hidden;
    text-align: center;
    margin-top: 3em
}

@media screen and (max-width: 767px) {
    .topic_getinvolved_content_wrap .topic_getinvolved_items {
        margin-top: 0em
    }
}

.topic_getinvolved_content_wrap .topic_getinvolved_items .topic_getinvolved_item {
    display: inline-block;
    margin: 0 4%;
    width: 245px;
    vertical-align: top;
    text-align: center
}

@media screen and (max-width: 767px) {
    .topic_getinvolved_content_wrap .topic_getinvolved_items .topic_getinvolved_item {
        display: block;
        margin: 20px auto;
        width: auto;
        overflow: hidden
    }
}

.topic_getinvolved_content_wrap .topic_getinvolved_items .topic_getinvolved_item_image {
    width: 130px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .topic_getinvolved_content_wrap .topic_getinvolved_items .topic_getinvolved_item_image {
        width: 70px;
        float: left;
        margin-right: 30px
    }
}

.topic_getinvolved_content_wrap .topic_getinvolved_items .topic_getinvolved_item_image svg {
    width: 100%;
    height: auto;
    fill: #01adef;
    position: relative;
    left: 100%;
    transform: translateX(-50%)
}

@media screen and (max-width: 767px) {
    .topic_getinvolved_content_wrap .topic_getinvolved_items .topic_getinvolved_item_image svg {
        left: 0%;
        transform: translateX(0%)
    }
}

.topic_getinvolved_content_wrap .topic_getinvolved_items .topic_getinvolved_item_text {
    font-size: 32px;
    line-height: 38px;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .topic_getinvolved_content_wrap .topic_getinvolved_items .topic_getinvolved_item_text {
        font-size: 20px;
        line-height: 24px;
        text-align: left;
        padding-top: 20px
    }
    .topic_getinvolved_content_wrap .topic_getinvolved_items .topic_getinvolved_item_text br {
        display: none
    }
}

.topic_getinvolved_content_wrap .topic_getinvolved_items .topic_getinvolved_item_text a {
    color: #00425a
}

.topic_getinvolved_content_wrap .topic_getinvolved_items .topic_getinvolved_item_text a i.fa {
    font-size: 26px;
    font-weight: 300;
    color: rgba(0, 66, 90, 0.6);
    display: inline
}

@media screen and (max-width: 767px) {
    .topic_getinvolved_content_wrap .topic_getinvolved_items .topic_getinvolved_item_text a i.fa {
        display: none
    }
}

.topic_getinvolved_content_wrap .topic_getinvolved_items .topic_getinvolved_item_text a:hover {
    opacity: 0.8
}

.expert {
    margin: 0;
    padding: 0
}

.expert .expert_content_wrap {
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 767px) {
    .expert .expert_content_wrap {
        width: 90%
    }
}

.expert .expert_content_wrap .expert_content {
    width: 100%;
    max-width: 1115px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 30px
}


@media screen and (max-width: 767px) {
    .expert .expert_content_wrap .expert_content {
        width: 100%
    }
}

.expert .expert_content_wrap .expert_content h1,
.expert .expert_content_wrap .expert_content h2,
.expert .expert_content_wrap .expert_content h3,
.expert .expert_content_wrap .expert_content h4,
.expert .expert_content_wrap .expert_content h5,
.expert .expert_content_wrap .expert_content p,
.expert .expert_content_wrap .expert_content .expert_content_latest_item_type {
    padding-left: 50px;
    width: 710px;
    padding-right: 30px
}

@media screen and (max-width: 767px) {
    .expert .expert_content_wrap .expert_content h1,
    .expert .expert_content_wrap .expert_content h2,
    .expert .expert_content_wrap .expert_content h3,
    .expert .expert_content_wrap .expert_content h4,
    .expert .expert_content_wrap .expert_content h5,
    .expert .expert_content_wrap .expert_content p,
    .expert .expert_content_wrap .expert_content .expert_content_latest_item_type {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.expert .expert_content_wrap .expert_content h1,
.expert .expert_content_wrap .expert_content h2,
.expert .expert_content_wrap .expert_content h3,
.expert .expert_content_wrap .expert_content h4,
.expert .expert_content_wrap .expert_content h5,
.expert .expert_content_wrap .expert_content h6 {
    margin: 0
}

.expert .expert_content_wrap .expert_content ul,
.expert .expert_content_wrap .expert_content hr {
    margin-left: 50px;
    width: 710px;
    margin-right: 30px
}

@media screen and (max-width: 767px) {
    .expert .expert_content_wrap .expert_content ul,
    .expert .expert_content_wrap .expert_content hr {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

.expert .expert_content_wrap .expert_content hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 767px) {
    .expert .expert_content_wrap .expert_content hr {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.expert .expert_content_wrap .expert_content h2 {
    color: #333;
    font-size: 28px;
    margin-bottom: 60px
}

@media screen and (max-width: 767px) {
    .expert .expert_content_wrap .expert_content h2 {
        font-size: 18px;
        margin-bottom: 20px
    }
}

.expert .expert_content_wrap .expert_content h4 {
    font-weight: 700
}

.expert .expert_content_wrap .expert_content p.expert_quote {
    padding-left: 0;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    margin: 1em 0;
    color: #01724c;
    background: url(../img/Brown_Rule.png) top left no-repeat;
    padding-top: 20px
}

@media screen and (max-width: 767px) {
    .expert .expert_content_wrap .expert_content p.expert_quote {
        font-size: 20px;
        line-height: 26px;
        padding-top: 30px
    }
}

.expert .expert_content_wrap .expert_content p.expert_quote span {
    font-size: 16px;
    line-height: 22px;
    margin-top: 1em;
    display: block
}

.expert .expert_content_wrap .expert_content p.expert_quote span:before {
    content: "\2013";
    margin-right: 5px
}

.expert .expert_content_wrap .expert_content_bio {
    position: relative
}

.expert .expert_content_wrap .expert_content_bio .expert_contacts {
    position: absolute;
    right: 0;
    top: 0;
    width: 289px;
    background-color: #f2f2f2
}

@media screen and (max-width: 767px) {
    .expert .expert_content_wrap .expert_content_bio .expert_contacts {
        position: relative;
        width: 100%
    }
}

.expert .expert_content_wrap .expert_content_bio .expert_contacts_image {
    display: block;
    width: 100%
}

.expert .expert_content_wrap .expert_content_bio .expert_contacts_image img {
    display: block;
    width: 100%;
    height: auto
}

.expert .expert_content_wrap .expert_content_bio .expert_contacts_body {
    padding: 30px;

    font-size: 16px
}

.expert .expert_content_wrap .expert_content_bio .expert_contacts_body p {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    width: auto
}

.expert .expert_content_wrap .expert_content_bio .expert_contacts_body_phone:before,
.expert .expert_content_wrap .expert_content_bio .expert_contacts_body_email:before,
.expert .expert_content_wrap .expert_content_bio .expert_contacts_body_linkedin:before,
.expert .expert_content_wrap .expert_content_bio .expert_contacts_body_twitter:before,
.expert .expert_content_wrap .expert_content_bio .expert_contacts_body_facebook:before,
.expert .expert_content_wrap .expert_content_bio .expert_contacts_body_instagram:before {
    font-family: FontAwesome;
    margin-right: 20px;
    font-style: normal;
    color: #333;
    font-size: 18px;
    line-height: 30px
}

.expert .expert_content_wrap .expert_content_bio .expert_contacts_body_phone:before {
    content: "\f095"
}

.expert .expert_content_wrap .expert_content_bio .expert_contacts_body_email:before {
    content: "\f0e0"
}

.expert .expert_content_wrap .expert_content_bio .expert_contacts_body_linkedin:before {
    content: "\f0e1"
}

.expert .expert_content_wrap .expert_content_bio .expert_contacts_body_twitter:before {
    content: "\f099"
}

.expert .expert_content_wrap .expert_content_bio .expert_contacts_body_facebook:before {
    content: "\f230"
}

.expert .expert_content_wrap .expert_content_bio .expert_contacts_body_instagram:before {
    content: "\f16d"
}

.expert .expert_content_wrap .expert_content_bio .expert_contacts_body a:hover {
    text-decoration: underline
}

.expert .expert_content_wrap .expert_content_expertise {
    margin: 0;
    padding: 0
}

.expert .expert_content_wrap .expert_content_expertise ul {
    padding: 0
}

.expert .expert_content_wrap .expert_content_expertise ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0
}

.expert .expert_content_wrap .expert_content_expertise ul li a {
    display: block;
    border: 2px solid #0084b4;
    background-color: rgba(0, 132, 180, 0.102);
    padding: 0.5em;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .expert .expert_content_wrap .expert_content_expertise ul li a {
        font-size: 14px;
        padding: 0.2em 0.3em
    }
}

.expert .expert_content_wrap .expert_content_expertise ul li a:hover {
    background-color: rgba(0, 132, 180, 0.2)
}

@media screen and (max-width: 767px) {
    .expert .expert_content_wrap .expert_content_latest h4 {
        font-size: 24px
    }
}

.expert .expert_content_wrap .expert_content_latest_items {
    margin-top: 30px
}

.expert .expert_content_wrap .expert_content_latest_items .expert_content_latest_item {
    margin: 1.5em 0
}

.expert .expert_content_wrap .expert_content_latest_items .expert_content_latest_item_type {
    font-size: 14px;
    color: #656565;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .expert .expert_content_wrap .expert_content_latest_items .expert_content_latest_item_type {
        font-size: 12px;
        margin-bottom: 5px
    }
}

.expert .expert_content_wrap .expert_content_latest p {
    color: #656565;
    margin: 0;
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .expert .expert_content_wrap .expert_content_latest p {
        font-size: 14px;
        margin-top: 10px
    }
}

.expert .expert_content_wrap .expert_content_latest .readall a:after {
    font-family: FontAwesome;
    content: "\f105";
    padding-left: 5px
}

.expert .expert_content_wrap .expert_content_latest a:hover {
    opacity: 0.7
}

.expert .expert_content_wrap .expert_content_staff {
    margin-left: 50px;
    width: 925px;
    margin-top: 60px;
    padding: 60px 0 90px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 767px) {
    .expert .expert_content_wrap .expert_content_staff {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
        padding: 20px 0 50px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1)
    }
}

.expert .expert_content_wrap .expert_content_staff h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .expert .expert_content_wrap .expert_content_staff h4 {
        font-size: 24px
    }
}

.expert .expert_content_wrap .expert_content_staff_wrap {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .expert .expert_content_wrap .expert_content_staff_wrap {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.expert .expert_content_wrap .expert_content_staff_wrap h6 {
    color: #0084b4
}

@media screen and (max-width: 767px) {
    .expert .expert_content_wrap .expert_content_staff_wrap h6 {
        font-size: 20px
    }
}

.expert .expert_content_wrap .expert_content_staff_wrap .expert_content_staff_item {
    margin: 0;
    max-width: 290px
}

@media screen and (max-width: 767px) {
    .expert .expert_content_wrap .expert_content_staff_wrap .expert_content_staff_item {
        margin-bottom: 30px;
        width: 100%
    }
    .expert .expert_content_wrap .expert_content_staff_wrap .expert_content_staff_item .staff_title {
        text-transform: uppercase;
        margin-top: 5px;
        font-size: 12px
    }
}

.expert .expert_content_wrap .expert_content_staff_wrap .expert_content_staff_item .staff_contacts {
    margin-top: 20px
}

@media screen and (max-width: 767px) {
    .expert .expert_content_wrap .expert_content_staff_wrap .expert_content_staff_item .staff_contacts {
        margin-top: 5px
    }
}

.expert .expert_content_wrap .expert_content_staff_wrap .expert_content_staff_item .staff_contacts_email {
    color: #0084b4
}

.expert .expert_content_wrap .expert_content_staff_wrap .expert_content_staff_item .staff_contacts_email a:hover {
    text-decoration: underline
}

.expert .expert_content_wrap .expert_content_staff_wrap .expert_content_staff_item .staff_contacts_phone:before,
.expert .expert_content_wrap .expert_content_staff_wrap .expert_content_staff_item .staff_contacts_email:before {
    font-family: FontAwesome;
    margin-right: 10px;
    font-style: normal;
    color: rgba(51, 51, 51, 0.4);
    font-size: 18px;
    line-height: 20px
}

.expert .expert_content_wrap .expert_content_staff_wrap .expert_content_staff_item .staff_contacts_phone:before {
    content: "\f095"
}

.expert .expert_content_wrap .expert_content_staff_wrap .expert_content_staff_item .staff_contacts_email:before {
    content: "\f0e0"
}

.search {
    margin: 0;
    padding: 0
}

.search_content_wrap {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 767px) {
    .search_content_wrap {
        max-width: none;
        width: 90%
    }
}

.search_header {
    background-color: #0084b4;
    padding: 50px 0;
    border: 1px solid #0084b4
}

@media screen and (max-width: 767px) {
    .search_header {
        padding: 20px 0
    }
}

.search_header .header_searchbox {
    float: right
}

@media screen and (max-width: 767px) {
    .search_header .header_searchbox {
        float: none;
        display: none
    }
}

.search_header .header_searchbox form {
    margin: 0;
    padding: 0
}

.search_header .header_searchbox form input[type="text"] {
    line-height: 50px;
    padding: 0 5px;
    font-size: 18px;
    font-weight: bold
}

.search_header .header_searchbox form input[type="submit"] {
    line-height: 50px;
    padding: 0 20px;
    font-size: 18px;
    text-transform: uppercase;
    border-collapse: collapse;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background-color: #4c9f38;
    display: inline-block;
    margin-left: -5px;
    color: #fff
}

.search_header .header_searchbox form input[type="submit"]:hover {
    background-color: rgba(76, 159, 56, 0.8)
}

.search_header .header_title {
    overflow: hidden
}

.search_header .header_title h1 {
    color: #fff;
    margin: 0;
    padding: 0
}

@media screen and (max-width: 767px) {
    .search_header .header_title h1 {
        font-size: 30px;
        line-height: 34px
    }
}

.search_header .header_title p {
    color: #fff
}

.search_body {
    margin: 0;
    padding: 30px 0
}

.search_body .list_content_columns {
    overflow: hidden
}

.search_body .list_content_columns .list_content_column_left {
    float: left;
    width: 270px;
    margin-right: 20px
}

@media screen and (max-width: 767px) {
    .search_body .list_content_columns .list_content_column_left {
        float: none;
        width: 100%;
        margin-right: 0
    }
}

.search_body .list_content_columns .list_content_column_right {
    overflow: hidden;
    padding: 0 35px
}

@media screen and (max-width: 767px) {
    .search_body .list_content_columns .list_content_column_right {
        margin-top: 30px;
        padding: 0
    }
}

.search_body .list_content_columns .list_content_column_right p.result_filter {
    text-align: right;
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .search_body .list_content_columns .list_content_column_right p.result_filter {
        text-align: left
    }
}

.search_body .list_content_columns .list_content_column_right p.result_filter a {
    font-weight: bold
}

.list_facet_filter_wrap {
    background-color: #f2f2f2;
    padding: 25px
}

@media screen and (max-width: 767px) {
    .list_facet_filter_wrap {
        padding: 20px
    }
}

.list_facet_filter_wrap .list_facet_filter_title {
    margin-bottom: 10px
}

.list_facet_filter_wrap .list_facet_filter_title h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px
}

.list_facet_filter_wrap .list_facet_filter_body input[type="text"],
.list_facet_filter_wrap .list_facet_filter_body select {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    color: #656565;
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .list_facet_filter_wrap .list_facet_filter_body input[type="text"],
    .list_facet_filter_wrap .list_facet_filter_body select {
        font-size: 14px !important;
        line-height: 16px !important;
        margin-bottom: 10px;
        padding: 5px 10px
    }
}

.list_facet_filter_wrap .list_facet_filter_body input[type="text"] {
    max-width: 195px;
    padding: 10px
}

.list_facet_filter_wrap .list_facet_filter_body label {
    display: block;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    text-transform: uppercase
}

.list_facet_filter_wrap .list_facet_filter_body select {
    padding: 0px
}

.list_facet_filter_wrap .list_facet_filter_body select option {
    padding: 0px
}

.list_facet_filter_wrap .list_facet_filter_body input[type="submit"] {
    border: none;
    border-collapse: collapse;
    background: none;
    padding: 0;
    font-size: 14px;
    line-height: 2.349;
    color: #0084b4;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 20px
}

@media screen and (max-width: 767px) {
    .list_facet_filter .list_facet_filter_body input[type="text"],
    .list_facet_filter .list_facet_filter_body select {
        width: 100%;
        max-width: none;
        display: block;
        margin-bottom: 15px;
        font-size: 18px;
        color: #656565;
        line-height: 1.833;
        padding: 5px;
        background-color: #fff
    }
    .list_facet_filter .list_facet_filter_body input[type="text"] {
        max-width: calc(100% - 10px)
    }
}

.result_items {
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .result_items {
        margin-top: 30px
    }
}

.result_items .result_item {
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 30px;
    margin-bottom: 40px
}

.result_items .result_item_meta {
    color: #656565;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.result_items .result_item_meta .date,
.result_items .result_item_meta .type {
    margin-right: 10px
}

.result_items .result_item_meta .type:before {
    content: "\007C";
    margin-right: 10px
}

.result_items .result_item_body {
    overflow: hidden
}

.result_items .result_item_body .result_item_image {
    float: right;
    max-width: 216px;
    border: 1px solid #e2e2e2;
    margin-left: 20px
}

.result_items .result_item_body .result_item_image img {
    display: block;
    width: 100%;
    height: auto
}

.result_items .result_item_body .result_item_text {
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .result_items .result_item_body .result_item_text {
        overflow: visible
    }
}

.result_items .result_item_body .result_item_text h5 {
    margin: 0;
    padding: 0
}

.result_items .result_item_body .result_item_text p {
    font-size: 16px;
    line-height: 20px
}

.result_items .result_item_body .result_item_text a.readmore:after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 5px;
    font-size: 0.8em
}

.result_items .result_item_body .result_item_text .result_item_tags a {
    font-weight: bold
}

.result_items .result_item_body .result_item_text .result_item_tags a:after {
    content: ", "
}

.result_items .result_item_body .result_item_text .result_item_tags a:last-child:after {
    content: " "
}

.result_items .result_item_body .result_item_text .result_item_tags p {
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .result_items .result_item_body .result_item_text .result_item_tags p {
        display: none
    }
}

.result_items .result_item a {
    color: #0084b4
}

.result_items .result_item a:hover {
    color: rgba(0, 132, 180, 0.7)
}

@media screen and (max-width: 767px) {
    .result_items .result_item {
        padding-bottom: 20px;
        margin-bottom: 30px
    }
    .result_items .result_item_meta {
        font-size: 12px;
        margin-bottom: 10px
    }
    .result_items .result_item_meta .date,
    .result_items .result_item_meta .type {
        margin-right: 5px
    }
    .result_items .result_item_body .result_item_image {
        display: inline-block;
        float: right;
        max-width: none;
        width: 30%;
        border: none;
        margin-left: 10px;
        margin-bottom: 10px
    }
    .result_items .result_item_body .result_item_image img {
        display: block;
        width: 100%;
        height: auto
    }
}

.items_pager {
    margin: 0;
    padding: 0;
    text-align: center
}

.items_pager .item-list {
    display: inline-block;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .items_pager .item-list {
        display: block
    }
}

.items_pager .item-list ul.pager {
    margin: 0;
    padding: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .items_pager .item-list ul.pager {
        width: 100%
    }
}

.items_pager .item-list ul.pager li {
    list-style: none;
    margin: 0;
    padding: 5px 10px
}

@media screen and (max-width: 767px) {
    .items_pager .item-list ul.pager li {
        padding: 5px
    }
}

.items_pager .item-list ul.pager li a {
    display: block;
    padding: 0 5px
}

@media screen and (max-width: 767px) {
    .items_pager .item-list ul.pager li a {
        padding: 0 3px;
        text-transform: uppercase;
        font-size: 12px
    }
}

@media screen and (max-width: 767px) {
    .items_pager .item-list ul.pager li.pager-item,
    .items_pager .item-list ul.pager li.pager-ellipsis {
        display: none
    }
}

.items_pager .item-list ul.pager li.pager-current {
    color: #fff;
    background-color: #0084b4
}

.items_pager .item-list ul.pager li.is-active {
    color: #fff;
    background-color: #0084b4
}

.items_pager .item-list ul.pager li.is-active a {
    color: #fff
}

.report {
    margin: 0;
    padding: 0
}

.report_body_wrap {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 30px
}

@media screen and (max-width: 767px) {
    .report_body_wrap {
        width: 90%;
        padding-top: 30px
    }
    .report_body_wrap h4 {
        font-size: 22px;
        line-height: 24px;
        font-weight: 700
    }
}

.report_header {
    margin-left: 105px;
    margin-bottom: 100px;
    max-width: 1000px
}

@media screen and (max-width: 767px) {
    .report_header {
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    .report_header {
        margin-bottom: 30px
    }
}

.report_header_meta {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700
}

.report_header_title h1 {
    margin: 0;
    padding: 0;
    margin: 5px 0
}

.report_header_author {
    color: #383939;
    margin-top: 20px
}

.report_header_author span.label {
    font-weight: 700
}

.report_body {
    margin: 0;
    padding: 0;
    position: relative
}

.report_body .featured_image {
    margin-left: 105px;
    max-width: 820px
}

@media screen and (max-width: 767px) {
    .report_body .featured_image {
        margin-left: 0
    }
}

.report_body .featured_image img {
    width: 100%;
    height: auto
}

.report_body .resource_image {
    display: inline-block;
    float: left;
    margin-left: 105px;
    margin-right: 20px;
    margin-bottom: 10px
}

@media screen and (max-width: 767px) {
    .report_body .resource_image {
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    .report_body .resource_image {
        max-width: 150px
    }
}

.report_body .resource_image img {
    margin-top: 7px;
    width: 200px;
    height: auto
}

@media screen and (max-width: 767px) {
    .report_body .resource_image img {
        width: 100%;
        height: auto
    }
}

.report_body h3,
.report_body h5,
.report_body p,
.report_body ul,
.report_body ol {
    margin-left: 105px;
    max-width: 818px
}

@media screen and (max-width: 767px) {
    .report_body h3,
    .report_body h5,
    .report_body p,
    .report_body ul,
    .report_body ol {
        margin-left: 0
    }
}

.report_body ul,
.report_body ol {
    max-width: 770px
}

.quote_content {
    margin: 40px 0;
    margin-left: 52px;
    color: #01724c;
    background: url(../img/Brown_Rule.png) top left no-repeat;
    padding: 30px 0 0 0
}

@media screen and (max-width: 767px) {
    .quote_content {
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    .quote_content {
        margin: 30px 0
    }
}

.quote_content p {
    margin: 0;
    padding-bottom: 20px;
    max-width: 870px;
    font-size: 30px
}

@media screen and (max-width: 767px) {
    .quote_content p {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 10px;
        font-weight: 300
    }
}

.interstitial_map_content {
    margin: 40px 0;
    margin-left: 52px;
    background-color: #0084b4;
    color: #fff;
    overflow: hidden;
    padding: 30px
}

@media screen and (max-width: 767px) {
    .interstitial_map_content {
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    .interstitial_map_content {
        margin: 30px 0;
        padding: 20px
    }
}

.interstitial_map_content .interstitial_map_image {
    float: left;
    margin-right: 30px;
    max-width: 570px
}

@media screen and (max-width: 767px) {
    .interstitial_map_content .interstitial_map_image {
        float: none;
        margin-right: 0;
        max-width: none;
        width: 100%
    }
}

.interstitial_map_content .interstitial_map_image img {
    display: block;
    width: 100%;
    height: auto
}

.interstitial_map_content .interstitial_map_text {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.interstitial_map_content .interstitial_map_text p {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    font-size: 19px
}

@media screen and (max-width: 767px) {
    .interstitial_map_content .interstitial_map_text p {
        font-size: 16px;
        margin-top: 15px
    }
}

.interstitial_map_content .interstitial_map_text p a {
    color: #fff;
    text-decoration: underline
}

.content_sidebar {
    width: 288px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #4c9f38
}

@media screen and (max-width: 767px) {
    .content_sidebar {
        position: relative;
        width: 100%
    }
}

.content_sidebar h3,
.content_sidebar h5,
.content_sidebar ul,
.content_sidebar ol,
.content_sidebar p {
    margin: 0;
    padding: 0
}

.content_sidebar .content_sidebar_highlight {
    color: #fff;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.content_sidebar .content_sidebar_highlight h5,
.content_sidebar .content_sidebar_highlight h3 {
    margin: 0;
    padding: 0
}

.content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item {
    display: block;
    margin: 2em
}

@media screen and (max-width: 767px) {
    .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item {
        margin: 1.5em
    }
}

.content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_label h3 {
    font-size: 1.250em;
    font-weight: 300
}

.content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_title h5 {
    font-weight: 700;
    font-size: 1.5em
}

.content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links {
    overflow: hidden;
    margin-top: 1em
}

.content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul {
    margin: 0;
    padding: 0
}

.content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li {
    list-style: none;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.3)
}

.content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    display: block;
    margin: 0 1em
}

@media screen and (max-width: 767px) {
    .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li a {
        line-height: 30px
    }
}

.content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li a:hover {
    color: #fff
}

.content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li:first-child {
    border-left: none
}

.content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li:first-child a {
    margin: 0 1em 0 0
}

.content_sidebar .content_sidebar_highlight_languages {
    background-color: #f2f2f2;
    padding: 35px
}

@media screen and (max-width: 767px) {
    .content_sidebar .content_sidebar_highlight_languages {
        padding: 1.5em
    }
}

.content_sidebar .content_sidebar_highlight_languages li,
.content_sidebar .content_sidebar_highlight_languages p {
    font-size: 17px
}

.content_sidebar .content_sidebar_highlight_languages li {
    list-style: none
}

@media screen and (max-width: 767px) {
    .content_sidebar .content_sidebar_highlight_languages li {
        margin: 10px 0
    }
}

.content_sidebar .content_sidebar_highlight_languages li a:after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 5px;
    font-size: 0.8em
}

.publishing_info {
    margin: 40px 0;
    margin-left: 105px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 820px
}

@media screen and (max-width: 767px) {
    .publishing_info {
        margin-left: 0
    }
}

.publishing_info p {
    margin: 0;
    padding: 0
}

.document_topics {
    margin: 40px 0;
    margin-left: 105px;
    clear: both
}

@media screen and (max-width: 767px) {
    .document_topics {
        margin-left: 0
    }
}

.document_topics p {
    margin: 0;
    padding: 0
}

.document_topics ul {
    margin: 0;
    padding: 0
}

.document_topics ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 20px
}

.document_topics ul li:nth-child(n+2) {
    border-right: 1px solid #959595
}

.document_topics ul li:last-child {
    border-right: none
}

.document_topics ul li a {
    font-size: 18px;
    color: #0084b4;
    font-weight: bold;
    line-height: 1.833;
    padding: 12px;
    margin-right: 10px
}

@media screen and (max-width: 767px) {
    .document_topics ul li a {
        font-size: 14px;
        padding: 0.2em 0.3em
    }
}

.document_topics ul li a:hover {
    color: rgba(6, 76, 101, 0.7)
}

@media screen and (max-width: 767px) {
    .document_topics ul li {
        margin-bottom: 10px
    }
}

.document_topics ul li.current a {
    border-style: solid;
    border-width: 2px;
    border-color: #0084b4;
    background-color: rgba(0, 132, 180, 0.102)
}

@media screen and (max-width: 767px) {
    .document_topics ul li.current a {
        font-size: 14px;
        padding: 0.2em 0.3em
    }
}

.document_topics ul li.current a:hover {
    color: #0084b4;
    background-color: rgba(0, 132, 180, 0.302)
}

.sdg_container {
    margin: 40px 0;
    margin-left: 105px;
    max-width: 820px
}

@media screen and (max-width: 767px) {
    .sdg_container {
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    .sdg_container {
        margin: 20px 0
    }
}

.sdg_container .sdg_items {
    overflow: hidden
}

.sdg_container .sdg_items .sdg_item {
    width: 50%;
    min-width: 300px;
    float: left;
    display: table;
    height: 100%
}

@media screen and (max-width: 767px) {
    .sdg_container .sdg_items .sdg_item {
        width: 100%;
        float: none;
        display: block;
        overflow: hidden;
        margin-bottom: 20px
    }
}

.sdg_container .sdg_items .sdg_item:after {
    clear: both
}

.sdg_container .sdg_items .sdg_item_image {
    float: left;
    margin-right: 1em;
    width: 100px;
    height: 100px;
    position: relative
}

.sdg_container .sdg_items .sdg_item_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.sdg_container .sdg_items .sdg_item_body {
    display: table-cell;
    vertical-align: middle;
    padding: 1em 1em 1em 0;
    overflow: hidden;
    width: 100%
}

.sdg_container .sdg_items .sdg_item_body span {
    display: block;
    font-weight: 700
}

.sdg_container .sdg_items .sdg06 .sdg_item_image {
    background-color: #11bde3
}

.sdg_container .sdg_items .sdg06 span {
    color: #11bde3
}

.sdg_container .sdg_items .sdg12 .sdg_item_image {
    background-color: #bf8f22
}

.sdg_container .sdg_items .sdg12 span {
    color: #bf8f22
}

.report_related {
    margin: 40px 0;
    margin-left: 105px;
    max-width: 1030px;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 767px) {
    .report_related {
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    .report_related {
        margin: 20px 0
    }
}

.report_related .report_related_items {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .report_related .report_related_items {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        width: 100%
    }
}

.report_related .report_related_items .report_related_item {
    max-width: 325px
}

@media screen and (max-width: 767px) {
    .report_related .report_related_items .report_related_item {
        max-width: none;
        width: 100%;
        margin-bottom: 30px
    }
    .report_related .report_related_items .report_related_item .report_related_item_meta {
        font-size: 12px;
        text-transform: uppercase;
        margin-top: 10px
    }
}

.report_related .report_related_items .report_related_item h6 {
    margin: 0;
    padding: 0;
    margin-top: 10px
}

@media screen and (max-width: 767px) {
    .report_related .report_related_items .report_related_item h6 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 0
    }
}

.report_related .report_related_items .report_related_item img {
    width: 100%;
    height: auto
}

.inner_image {
    float: left;
    margin: 1em 1.5em 1em 0;
    max-width: 400px;
    overflow: hidden
}

.inner_image img {
    display: block;
    width: 100%;
    height: auto
}

.inner_image_caption {
    display: block;
    color: #656565;
    font-size: 0.7em
}

.inner_image_credit {
    display: block;
    font-style: italic;
    font-size: 0.7em
}

.inner_image_credit:before {
    font-family: FontAwesome;
    content: "\f030";
    margin-right: 7px;
    font-style: normal
}

@media only screen and (max-width: 480px) {
    .inner_image {
        float: none !important;
        margin: 1em 0 !important;
        display: block
    }
}

.cover_image {
    float: left;
    margin: 1em 1.5em 1em 0;
    max-width: 240px;
    overflow: hidden
}

.cover_image img {
    display: block;
    width: 100%;
    height: auto
}

@media only screen and (max-width: 480px) {
    .cover_image {
        float: none !important;
        margin: 1em 0 !important;
        display: block
    }
}

.asn {
    margin: 0;
    padding: 0
}

.asn .ep_sdg_grid_item {
    width: 45%
}

.asn_hero {
    margin: 0;
    padding: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px
}

.asn_hero::before {
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, transparent 59%, transparent 75%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=.8);
    position: absolute;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 767px) {
    .asn_hero {
        height: 280px;
        margin-top: 50px
    }
}

.asn_hero .asn_banner {
    margin: 0;
    padding: 0
}

.asn_hero .asn_banner img {
    display: none
}

.asn_hero .asn_pagetitle {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    width: 70%
}

.asn_hero .asn_pagetitle h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.8)
}

.asn_body {
    overflow: hidden
}

.asn .asn_content_wrap {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px
}

@media screen and (max-width: 767px) {
    .asn .asn_content_wrap {
        width: 90%;
        padding-top: 30px
    }
}

.asn .report_related .report_related_items {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.asn .report_related .report_related_items .report_related_item {
    margin-bottom: 50px
}

.asn .report_related .report_related_items .report_related_item_meta {
    color: #656565;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 400
}

.asn .report_related .report_related_items .report_related_item:nth-child(1),
.asn .report_related .report_related_items .report_related_item:nth-child(2) {
    max-width: 485px;
    width: 485px
}

.asn .report_related .report_related_items .report_related_item:nth-child(n+3) {
    max-width: 393px;
    width: 31.7%
}

.asn .report_related .report_related_items .report_related_item h6 {
    margin: 0;
    padding: 0;
    margin-top: 10px
}

.asn .report_related .report_related_items .report_related_item h6 a {
    color: #000
}

.asn .report_related .report_related_items .report_related_item h6 a:hover {
    color: rgba(0, 0, 0, 0.7)
}

.asn .report_related .report_related_items .report_related_item img {
    width: 100%;
    height: auto
}

.asn .report_related .report_item_loadmore {
    text-align: center;
    margin: 0 auto;
    padding: 1em
}

.asn .report_related .report_item_loadmore a {
    display: inline-block;
    margin: 0;
    padding: 0.7em 1em;
    background-color: #4c9f38;
    color: #fff
}

.asn .report_related .report_item_loadmore a:hover {
    background-color: #3a782a
}

@media screen and (max-width: 767px) {
    .asn .report_related .report_related_items .report_related_item {
        width: 100% !important;
        max-width: none !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .asn .report_related .report_related_items .report_related_item:nth-child(1),
    .asn .report_related .report_related_items .report_related_item:nth-child(2) {
        width: 48%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .asn .report_related .report_related_items .report_related_item:nth-child(1),
    .asn .report_related .report_related_items .report_related_item:nth-child(2) {
        width: 48%
    }
}

.asn_breadcrumb {
    position: absolute;
    top: 1em;
    left: 35px;
    font-size: 15px
}

@media screen and (max-width: 767px) {
    .asn_breadcrumb {
        display: none
    }
}

.content_sidenav {
    position: relative;
    right: 0;
    top: 0;
    width: 280px;
    float: right
}

@media screen and (max-width: 767px) {
    .content_sidenav {
        position: relative;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 30px
    }
}

.content_sidenav_title {
    font-style: italic;
    margin-bottom: 10px;
    font-size: 20px
}

.content_sidenav_menu {
    margin: 0;
    padding: 0
}

.content_sidenav_menu ul {
    margin: 0;
    padding: 0
}

.content_sidenav_menu ul li {
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px 0
}

.content_sidenav_menu ul li a {
    display: block
}

.content_sidenav_menu ul li a.is-active {
    display: inline
}

.content_sidenav_menu ul li a.is-active:before {
    font-family: 'FontAwesome';
    content: "\f04b";
    display: inline-block;
    font-size: 14px;
    margin-right: 7px;
    color: #0084b4
}

.content_sidenav_menu ul li .subnav_menu li.bc a {
    display: inline;
    font-weight: bold
}

.content_sidenav_menu ul li .subnav_menu li.bc a:before {
    font-family: 'FontAwesome';
    content: "\f04b";
    display: inline-block;
    font-size: 14px;
    margin-right: 7px;
    color: #0084b4
}

.content_sidenav_menu ul li.current {
    display: block
}

.content_sidenav_menu ul li.current:before {
    font-family: 'FontAwesome';
    content: "\f04b";
    display: inline-block;
    font-size: 14px;
    margin-right: 7px;
    color: #0084b4
}

.content_sidenav_menu ul li.current a {
    display: inline
}

.content_sidenav_menu ul.subnav {
    margin-left: 20px
}

.content_sidenav_menu ul.subnav li {
    border: none
}

.content_sidenav_menu ul li ul {
    margin-left: 20px
}

.content_sidenav_menu ul li ul li {
    border: none;
    font-size: 18px
}

.related_pub_info {
    width: 70%;
    margin: 40px 0;
    margin-left: 105px;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .related_pub_info {
        margin-left: 0
    }
}

.related_pub_info h4 {
    font-weight: 600
}

.related_pub_info_image {
    float: left;
    max-width: 216px;
    margin: 0 30px 0 0
}

.related_pub_info_image img {
    width: 100%;
    height: auto;
    display: block
}

.related_pub_info_text {
    overflow: hidden
}

.related_pub_info_text h4 {
    font-weight: 400;
    margin: 0 0 10px 0
}

.related_pub_info_text a {
    color: #0084b4
}

.related_pub_info_text a:hover {
    color: rgba(0, 132, 180, 0.8)
}

.related_pub_info_text .related_pub_info_meta {
    color: #656565;
    font-size: 16px;
    margin-bottom: 20px
}

.related_pub_info_text a.seemore {
    color: #0084b4;
    font-weight: 400
}

.related_pub_info_text a.seemore:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 400
}

.related_pub_info_text a.seemore:hover {
    color: rgba(0, 132, 180, 0.8);
    opacity: 0.8
}

@media screen and (max-width: 767px) {
    .related_pub_info {
        width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .related_pub_info {
        width: 80%
    }
}

.red {
    color: #e81f35
}

.green {
    color: #3d7f41
}

.yellow {
    color: #fa9e0b
}

.blue {
    color: #0869a1
}

.darkblue {
    color: #0e486c
}

.red-bg {
    background-color: #e81f35
}

.green-bg {
    background-color: #3d7f41
}

.yellow-bg {
    background-color: #fa9e0b
}

.blue-bg {
    background-color: #0869a1
}

.darkblue-bg {
    background-color: #0e486c
}

.ep_sdg_grid,
.cpr_contentwrap,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body,
.topics_items_list .topic_item,
.abp_contentwrap,
.abp_contentwrap .abp_content_text_left .abp_quote_body,
.gi_action_wrap,
.gi_sdg_grid,
.regions_challenge,
.regions_challenge_wrap,
.regions_work,
.regions_campaign,
.regions_campaign_wrap,
.ey_contentwrap,
.ey_globe_wrap,
.ey_blurb_wrap {
    *zoom: 1
}

.ep_sdg_grid:before,
.cpr_contentwrap:before,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:before,
.topics_items_list .topic_item:before,
.abp_contentwrap:before,
.abp_contentwrap .abp_content_text_left .abp_quote_body:before,
.gi_action_wrap:before,
.gi_sdg_grid:before,
.regions_challenge:before,
.regions_challenge_wrap:before,
.regions_work:before,
.regions_campaign:before,
.regions_campaign_wrap:before,
.ey_contentwrap:before,
.ey_globe_wrap:before,
.ey_blurb_wrap:before,
.ep_sdg_grid:after,
.cpr_contentwrap:after,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:after,
.topics_items_list .topic_item:after,
.abp_contentwrap:after,
.abp_contentwrap .abp_content_text_left .abp_quote_body:after,
.gi_action_wrap:after,
.gi_sdg_grid:after,
.regions_challenge:after,
.regions_challenge_wrap:after,
.regions_work:after,
.regions_campaign:after,
.regions_campaign_wrap:after,
.ey_contentwrap:after,
.ey_globe_wrap:after,
.ey_blurb_wrap:after {
    content: "";
    display: table
}

.ep_sdg_grid:after,
.cpr_contentwrap:after,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:after,
.topics_items_list .topic_item:after,
.abp_contentwrap:after,
.abp_contentwrap .abp_content_text_left .abp_quote_body:after,
.gi_action_wrap:after,
.gi_sdg_grid:after,
.regions_challenge:after,
.regions_challenge_wrap:after,
.regions_work:after,
.regions_campaign:after,
.regions_campaign_wrap:after,
.ey_contentwrap:after,
.ey_globe_wrap:after,
.ey_blurb_wrap:after {
    clear: both
}

.hmfixed {
    max-width: 1240px;
    width: 100%
}

.ep_header {
    margin: 0;
    padding: 0;
    position: relative;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat
}

.ep_header .main_breadcrumb {
    position: absolute;
    z-index: 5;
    top: 1em;
    left: 18px;
    right: 0
}

.ep_header_image {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.ep_header_image img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 400px;
    max-height: 400px
}

.ep_header_image::before {
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=.8);
    position: absolute;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 767px) {
    .ep_header_image {
        margin: 0;
        padding: 0
    }
    .ep_header_image img {
        width: 100%;
        height: auto
    }
}

.ep_header_breadcrumb {
    font-size: .9375em;
    line-height: 1.125em;
    font-weight: 400;
    color: #fff;
    position: absolute;
    font-weight: 700;
    left: 35px;
    top: 20px
}

.ep_header_breadcrumb a {
    color: #fff
}

.ep_header_breadcrumb a:hover {
    color: #fff;
    opacity: 0.8
}

.ep_header_breadcrumb a {
    padding: 0 10px
}

.ep_header_breadcrumb a:first-child {
    padding-left: 0
}

.ep_header_textwrap {
    margin: 0 auto;
    max-width: 1240px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    border: 0px solid #fff
}

.ep_header_textwrap .ep_header_text {
    width: 50%;
    text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.8);
    color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ep_header_textwrap {
        left: 2.4%
    }
    .ep_header .ep_header_text h1 {
        font-size: 3.25em !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ep_header_breadcrumb {
        font-size: 0.8em;
        line-height: 1em
    }
    .ep_header_textwrap {
        left: 2.4%
    }
    .ep_header_text h1 {
        font-size: 2.25em !important;
        line-height: 1.375em !important
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ep_header_breadcrumb {
        font-size: 0.8em;
        line-height: 1em;
        left: 2.6%
    }
    .ep_header_textwrap {
        left: 2.4%
    }
    .ep_header_text {
        width: 80% !important
    }
    .ep_header_text h1 {
        font-size: 1.625em !important;
        line-height: 1.125em !important
    }
}

@media only screen and (max-width: 480px) {
    .ep_header {
        height: 300px
    }
    .ep_header_breadcrumb {
        font-size: 0.8em;
        line-height: 1.2em;
        left: 2.6%;
        top: 10px
    }
    .ep_header_textwrap {
        left: 2.4%
    }
    .ep_header_text {
        width: 80% !important
    }
    .ep_header_text h1 {
        font-size: 1.5em !important;
        line-height: .9375em !important;
        margin-top: 30px
    }
}

.ep_about {
    overflow: hidden
}

.ep_about_wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1240px;
    padding: 6.4516% 0 4.0323% 0;
    border-bottom: 1px solid #808181;
    overflow: hidden
}

.ep_about_text {
    float: left;
    width: 47.29%;
    margin-right: 5.7742%
}

.ep_about_text h3 {
    color: #0084b4;
    margin-top: 0
}

.ep_about_image {
    float: right;
    position: relative;
    width: 46.9355%;
    margin-top: 50px;
    z-index: 0
}

.ep_about_image img {
    display: block;
    width: 100%;
    height: auto
}

.ep_about_image .img_floater {
    position: absolute;
    transform: translate(-15%, -49%);
    z-index: 999
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ep_about_wrap {
        padding: 6.4516% 2.4% 4.0323% 2.4%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ep_about_wrap {
        padding: 6.4516% 2.4% 4.0323% 2.4%
    }
    .ep_about_text h3 {
        font-size: 1.625em !important
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ep_about_wrap {
        padding: 6.4516% 2.4% 4.0323% 2.4%
    }
    .ep_about_text {
        float: none;
        width: auto;
        margin-right: 0
    }
    .ep_about_text h3 {
        font-size: 1.625em !important
    }
    .ep_about_image {
        float: none;
        width: 100%;
        margin-bottom: 140px
    }
    .ep_about_image .img_floater {
        width: 50%
    }
}

@media only screen and (max-width: 480px) {
    .ep_about_wrap {
        padding: 6.4516% 2.4% 4.0323% 2.4%
    }
    .ep_about_text {
        float: none;
        width: auto;
        margin-right: 0
    }
    .ep_about_text h3 {
        font-size: 1.5em !important
    }
    .ep_about_image {
        float: none;
        width: 100%;
        margin-bottom: 95px
    }
    .ep_about_image .img_floater {
        width: 50%
    }
}

.ep_sdg {
    margin: 4.5139% 0 6.25% 0
}

.ep_sdg_wrap {
    margin: 0 auto;
    max-width: 1240px;
    overflow: hidden
}

.ep_sdg_text {
    width: 60%;
    margin-bottom: 20px
}

.ep_sdg_text h4 {
    margin-top: 0
}

.ep_sdg_grid_item {
    width: 30.33333%;
    vertical-align: top;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    float: left;
    margin-right: 3%;
    margin-bottom: 30px;
    min-height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ep_sdg_grid_item:nth-child(3n) {
    margin-right: 0
}

.ep_sdg_grid_item_image {
    min-width: 100px;
    max-width: 0;
    -ms-flex-item-align: center;
    align-self: center;
    width: 0;
    display: -ms-flexbox;
    display: flex
}

.ep_sdg_grid_item_image img {
    display: block;
    max-width: 100%;
    height: auto
}

.ep_sdg_grid_item_text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 55%;
    max-width: 55%;
    margin: 10px 0;
    padding-left: 20px
}

.ep_sdg_grid_item_text h3 {
    font-size: 1.125em;
    line-height: 1.375em;
    text-transform: uppercase;
    margin: 0
}

.ep_sdg_grid_item_text .grid_text_description {
    font-size: 1em;
    line-height: 1.375em;
    color: #2b2d2d
}

.ep_sdg_grid_item_button {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 15%;
    max-width: 15%
}

.ep_sdg_grid_item_button a.gridlink {
    border-left: 1px solid #bbb;
    color: #3d7f41;
    display: block;
    font-size: 1.875em;
    font-weight: 700;
    height: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 20px;
    padding: 10px 5px 10px 0;
    text-align: center;
    text-decoration: none;
    width: 100%
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ep_sdg {
        margin: 4.5139% 2.4% 6.25% 2.4%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ep_sdg {
        margin: 4.5139% 2.4% 6.25% 2.4%
    }
    .ep_sdg_text h4 {
        font-weight: 600
    }
    .ep_sdg .ep_sdg_grid_item {
        width: 47%;
        vertical-align: top;
        margin-bottom: 20px
    }
    .ep_sdg .ep_sdg_grid_item:nth-child(2n) {
        margin-right: 0
    }
    .ep_sdg .ep_sdg_grid_item:nth-child(3n) {
        margin-right: 3%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ep_sdg {
        margin: 4.5139% 2.4% 6.25% 2.4%
    }
    .ep_sdg_text {
        width: auto
    }
    .ep_sdg .ep_sdg_grid_item {
        width: 97%;
        vertical-align: top;
        margin-bottom: 20px
    }
    .ep_sdg .ep_sdg_grid_item:nth-child(n) {
        margin-right: 0
    }
    .ep_sdg .ep_sdg_grid_item:nth-child(3n) {
        margin-right: 3%
    }
}

@media only screen and (max-width: 480px) {
    .ep_sdg {
        margin: 4.5139% 2.4% 6.25% 2.4%
    }
    .ep_sdg_text {
        width: auto
    }
    .ep_sdg .ep_sdg_grid_item {
        width: 97%;
        vertical-align: top;
        margin-bottom: 20px
    }
    .ep_sdg .ep_sdg_grid_item:nth-child(n) {
        margin-right: 0
    }
    .ep_sdg .ep_sdg_grid_item:nth-child(3n) {
        margin-right: 3%
    }
    .ep_sdg .ep_sdg_grid_item_text {
        padding: 0 10px
    }
}

.ep_whatwedo {
    background-color: #01724c
}

.ep_whatwedo_wrap {
    padding: 5% 0;
    color: #fff;
    overflow: hidden
}

.ep_whatwedo_header {
    margin: 0 auto;
    max-width: 1240px;
    overflow: hidden
}

.ep_whatwedo_header h2 {
    margin-top: 0
}

.ep_whatwedo .slider_padding {
    padding-left: 20px
}

@media screen and (max-width: 767px) {
    .ep_whatwedo .slider_padding {
        padding: 0
    }
}

.ep_whatwedo .ep_slider_content {
    margin: 0 auto;
    max-width: 1240px;
    overflow: hidden;
    position: relative
}

.ep_whatwedo .ep_slider_content .ep_slider_nav_left {
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.ep_whatwedo .ep_slider_content .ep_slider_nav_left img {
    cursor: pointer
}

.ep_whatwedo .ep_slider_content .ep_slider_nav_right {
    float: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.ep_whatwedo .ep_slider_content .ep_slider_nav_right img {
    cursor: pointer
}

.ep_whatwedo .ep_slider_content .ep_slider_slides {
    overflow: hidden;
    max-width: 1180px;
    position: relative;
    left: 35px;
    right: 25px
}

@media screen and (max-width: 767px) {
    .ep_whatwedo .ep_slider_content {
        margin: 0
    }
    .ep_whatwedo .ep_slider_content .ep_slider_nav_left {
        display: none
    }
    .ep_whatwedo .ep_slider_content .ep_slider_nav_right {
        display: none
    }
    .ep_whatwedo .ep_slider_content .ep_slider_slides {
        left: 0;
        right: 0
    }
}

.ep_whatwedo .ep_whatwedo_slideitem {
    max-width: 415px;
    margin-right: 25px;
    margin-bottom: 30px;
    border: 0px solid #333;
    min-height: 100px;
    background-color: #f2f2f2
}

.ep_whatwedo .ep_whatwedo_slideitem_image {
    overflow: hidden
}

.ep_whatwedo .ep_whatwedo_slideitem_image img {
    display: block;
    width: 100%;
    height: auto
}

.ep_whatwedo .ep_whatwedo_slideitem_text {
    padding: 6.0240% 6.2650%
}

.ep_whatwedo .ep_whatwedo_slideitem_text h5 {
    margin: 0
}

.ep_whatwedo .ep_whatwedo_slideitem_text a {
    color: #000
}

.ep_whatwedo .ep_whatwedo_slideitem_text a:hover {
    color: #0084b4
}

@media screen and (max-width: 767px) {
    .ep_whatwedo .ep_whatwedo_slideitem {
        margin-right: 0
    }
}

.ep_whatwedo .slick-prev-button {
    width: 30px;
    height: 59px;
    background: transparent url("../img/small-chevron-white.png") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1000;
    top: 33%;
    left: 3%
}

.ep_whatwedo .slick-prev-button:hover {
    cursor: pointer;
    opacity: 0.7
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ep_whatwedo_wrap {
        padding: 5.5555% 2.4%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ep_whatwedo_wrap {
        padding: 5.5555% 2.4%
    }
    .ep_whatwedo_header h2 {
        font-size: 1.875em
    }
    .ep_whatwedo .ep_whatwedo_slideitem_text h5 {
        font-size: 1.375em
    }
    .ep_whatwedo .ep_whatwedo_slideitem_text p {
        font-size: 1.375em
    }
    .ep_whatwedo .slick-prev-button {
        left: 0
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ep_whatwedo_wrap {
        padding: 5.5555% 2.4%
    }
    .ep_whatwedo_header h2 {
        font-size: 1.875em
    }
    .ep_whatwedo .ep_whatwedo_slideitem {
        max-width: 300px !important
    }
    .ep_whatwedo .ep_whatwedo_slideitem_text h5 {
        font-size: 1.375em
    }
    .ep_whatwedo .ep_whatwedo_slideitem_text p {
        font-size: 1.375em
    }
    .ep_whatwedo .slick-prev-button {
        left: 0
    }
}

@media only screen and (max-width: 480px) {
    .ep_whatwedo_wrap {
        padding: 5.5555% 2.4%
    }
    .ep_whatwedo_header h2 {
        font-size: 1.75em
    }
    .ep_whatwedo .ep_whatwedo_slideitem_text h5 {
        font-size: 1.375em
    }
    .ep_whatwedo .ep_whatwedo_slideitem_text p {
        font-size: 16px
    }
    .ep_whatwedo .slick-prev-button {
        left: 0
    }
}

.ep_map {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    background-image: url(../img/Map_Pins_Orange.png);
    background-size: cover;
    min-height: 900px;
    color: #fff
}

.ep_map_wrap {
    margin: 0 auto;
    max-width: 1240px;
    overflow: hidden;
    padding: 5% 0
}

.ep_map .ep_map_header {
    width: auto;
    float: left
}

.ep_map .ep_map_filter {
    float: left;
    margin: 10px 10px 10px 30px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ep_map_wrap {
        padding: 7.2581% 2.4%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ep_map {
        min-height: 600px
    }
    .ep_map_wrap {
        padding: 3.2581% 2.4%
    }
    .ep_map_header h2 {
        font-size: 1.875em
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ep_map {
        min-height: 600px
    }
    .ep_map_wrap {
        padding: 3.2581% 2.4%
    }
    .ep_map_header h2 {
        font-size: 1.875em
    }
}

@media only screen and (max-width: 480px) {
    .ep_map {
        min-height: 600px
    }
    .ep_map_wrap {
        padding: 3.2581% 2.4%
    }
    .ep_map .ep_map_header {
        float: none !important
    }
    .ep_map .ep_map_header h2 {
        font-size: 1.875em
    }
    .ep_map .ep_map_filter {
        float: none !important
    }
}

.ep_map .form-select {
    border: 3px solid #fff;
    color: #fff;
    overflow: hidden;
    height: 40px;
    width: 274px;
    position: relative;
    display: block;
    margin: 20px 0
}

.ep_map .form-select select {
    font-size: 1.25em;
    line-height: 1.75em;
    font-weight: 700;
    color: #fff;
    height: 40px;
    padding: 5px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
    width: 274px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.ep_map .form-select select option {
    font-size: 1.125em;
    line-height: 1.25em;
    font-weight: 400;
    color: #656565;
    text-transform: uppercase;
    color: #656565;
    text-shadow: none;
    border: none;
    background-color: #f2f2f2
}

.ep_map .form-select:focus,
.ep_map .form-select:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2)
}

.ep_map .form-select:after {
    content: "\25BC";
    padding: 12px 8px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ep_map .form-select {
        width: 200px
    }
    .ep_map .form-select select {
        width: 200px
    }
}

@media only screen and (max-width: 480px) {
    .ep_map .form-select {
        width: 200px
    }
    .ep_map .form-select select {
        width: 200px
    }
}

.ep_people {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #f2f2f2
}

.ep_people_wrap {
    padding: 6.4516% 0;
    margin: 0 auto;
    max-width: 1240px;
    color: #2b2d2d;
    overflow: hidden
}

.ep_people_wrap h2 {
    margin-top: 0
}

.ep_people_text {
    float: left;
    width: 68.5484%;
    padding: 0 1.6129% 0 0
}

.ep_people_text ul {
    padding: 0;
    list-style: inside
}

.ep_people_text li {
    margin: 0 0 7px 0
}

.ep_people_text a {
    color: #0084b4
}

.ep_people_text a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.ep_people_text a:hover {
    color: #0084b4;
    opacity: 0.8
}

.ep_people_sidebar {
    overflow: hidden;
    padding: 0 0 0 6.0484%;
    border-left: 1px solid #808181
}

.ep_people_sidebar_item {
    overflow: hidden;
    margin-bottom: 30px
}

.ep_people_sidebar_item .sidebar_item_image {
    max-width: 100px;
    float: left;
    margin-right: 10px
}

.ep_people_sidebar_item .sidebar_item_image img {
    display: block;
    max-width: 100%;
    height: auto
}

.ep_people_sidebar_item .sidebar_item_text {
    font-style: italic
}

.ep_people_sidebar_item .sidebar_item_text h3 {
    font-size: 1.125em;
    line-height: 1.375em;
    color: #0084b4;
    margin: 0 0 10px 0;
    font-style: normal
}

.ep_people_sidebar_item .sidebar_item_text a {
    color: #0084b4
}

.ep_people_sidebar_item .sidebar_item_text a:hover {
    color: #0084b4;
    opacity: 0.8
}

.ep_people_sidebar a {
    color: #0084b4
}

.ep_people_sidebar a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.ep_people_sidebar a:hover {
    color: #0084b4;
    opacity: 0.8
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ep_people_wrap {
        padding: 6.4516% 2.4%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ep_people_wrap {
        padding: 6.4516% 2.4%
    }
    .ep_people_wrap h2 {
        font-size: 1.875em
    }
    .ep_people_text {
        width: 61.5484%
    }
    .ep_people_sidebar {
        padding: 0 0 0 5.0484%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ep_people_wrap {
        padding: 6.4516% 2.4%
    }
    .ep_people_wrap h2 {
        font-size: 1.875em
    }
    .ep_people_text {
        width: auto;
        padding: 0 0 15px 0
    }
    .ep_people_sidebar {
        clear: both;
        padding: 15px 0 0 0;
        border-left: 0px solid #808181;
        border-top: 1px dotted #808181
    }
}

@media only screen and (max-width: 480px) {
    .ep_people_wrap {
        padding: 6.4516% 2.4%
    }
    .ep_people_wrap h2 {
        font-size: 1.875em
    }
    .ep_people_text {
        width: auto;
        padding: 0 0 15px 0
    }
    .ep_people_sidebar {
        clear: both;
        padding: 15px 0 0 0;
        border-left: 0px solid #808181;
        border-top: 1px dotted #808181
    }
    .ep_people td {
        padding: 5px
    }
}

.ep_sdg_grid,
.cpr_contentwrap,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body,
.topics_items_list .topic_item,
.abp_contentwrap,
.abp_contentwrap .abp_content_text_left .abp_quote_body,
.gi_action_wrap,
.gi_sdg_grid,
.regions_challenge,
.regions_challenge_wrap,
.regions_work,
.regions_campaign,
.regions_campaign_wrap,
.ey_contentwrap,
.ey_globe_wrap,
.ey_blurb_wrap {
    *zoom: 1
}

.ep_sdg_grid:before,
.cpr_contentwrap:before,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:before,
.topics_items_list .topic_item:before,
.abp_contentwrap:before,
.abp_contentwrap .abp_content_text_left .abp_quote_body:before,
.gi_action_wrap:before,
.gi_sdg_grid:before,
.regions_challenge:before,
.regions_challenge_wrap:before,
.regions_work:before,
.regions_campaign:before,
.regions_campaign_wrap:before,
.ey_contentwrap:before,
.ey_globe_wrap:before,
.ey_blurb_wrap:before,
.ep_sdg_grid:after,
.cpr_contentwrap:after,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:after,
.topics_items_list .topic_item:after,
.abp_contentwrap:after,
.abp_contentwrap .abp_content_text_left .abp_quote_body:after,
.gi_action_wrap:after,
.gi_sdg_grid:after,
.regions_challenge:after,
.regions_challenge_wrap:after,
.regions_work:after,
.regions_campaign:after,
.regions_campaign_wrap:after,
.ey_contentwrap:after,
.ey_globe_wrap:after,
.ey_blurb_wrap:after {
    content: "";
    display: table
}

.ep_sdg_grid:after,
.cpr_contentwrap:after,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:after,
.topics_items_list .topic_item:after,
.abp_contentwrap:after,
.abp_contentwrap .abp_content_text_left .abp_quote_body:after,
.gi_action_wrap:after,
.gi_sdg_grid:after,
.regions_challenge:after,
.regions_challenge_wrap:after,
.regions_work:after,
.regions_campaign:after,
.regions_campaign_wrap:after,
.ey_contentwrap:after,
.ey_globe_wrap:after,
.ey_blurb_wrap:after {
    clear: both
}

.abp_info_item,
.regions_news .regions_news_title h2,
.regions_news .regions_news_filter {
    display: inline-block;
    vertical-align: top
}

a.readmore {
    color: #0084b4;
    font-weight: 700
}

a.readmore:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

a.readmore:hover {
    color: #0084b4;
    opacity: 0.8
}

.abp_header {
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    position: relative
}

.abp_header_image {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 400px
}

.abp_header_image img {
    display: block;
    width: 100%;
    height: auto
}

.abp_header_image::before {
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=.8);
    position: absolute;
    width: 100%;
    height: 100%
}

.abp_header_textwrap {
    margin: 0 auto;
    max-width: 1240px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -o-transform: translateY(-60%)
}

.abp_header_textwrap .abp_header_text {
    width: 65%;
    text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.8);
    color: #fff
}

.abp_header_textwrap .abp_header_text p {
    font-size: 1.875em;
    line-height: 2.375em;
    font-weight: 400
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .abp_header_image {
        height: 400px
    }
    .abp_header_textwrap {
        margin: 0 2% !important
    }
    .abp_header_textwrap .abp_header_text {
        width: 80%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .abp_header_image {
        height: 400px
    }
    .abp_header_textwrap {
        margin: 0 2% !important
    }
    .abp_header_textwrap .abp_header_text {
        width: 80%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .abp_header_image {
        height: 400px
    }
    .abp_header_textwrap {
        margin: 0 2% !important
    }
    .abp_header_textwrap .abp_header_text {
        width: 80%
    }
    .abp_header_textwrap .abp_header_text h1 {
        font-size: 2.25em !important;
        line-height: 1.375em !important
    }
}

@media only screen and (max-width: 480px) {
    .abp_header_image {
        height: 330px
    }
    .abp_header_textwrap {
        margin: 0 2% !important
    }
    .abp_header_textwrap .abp_header_text h1 {
        font-size: 1.5em !important;
        line-height: .9375em !important
    }
}

.abp_breadcrumb {
    font-size: .9375em;
    line-height: 1.125em;
    font-weight: 400;
    color: #fff;
    position: absolute;
    left: 35px;
    top: 20px;
    font-weight: 700
}

.abp_breadcrumb a {
    color: #fff
}

.abp_breadcrumb a:hover {
    color: #fff;
    opacity: 0.8
}

.abp_breadcrumb a:first-child {
    padding-left: 0
}

.abp_breadcrumb a:after {
    margin: 0 3px;
    cursor: text
}

.abp_breadcrumb a:last-child:after {
    content: ""
}

.abp_breadcrumb a:hover {
    color: rgba(255, 255, 255, 0.8)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .abp_breadcrumb {
        font-size: 0.8em;
        line-height: 1em
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .abp_breadcrumb {
        font-size: 0.8em;
        line-height: 1em;
        left: 2.6%
    }
}

@media only screen and (max-width: 480px) {
    .abp_breadcrumb {
        font-size: 0.8em;
        line-height: 1.2em;
        left: 2.6%;
        top: 5px
    }
}

.cpr_contentwrap {
    margin: 3.8194% 0
}

.cpr_contentwrap .cpr_content_text {
    margin: 0 auto;
    max-width: 1240px
}

.cpr_contentwrap .cpr_content_text h2 {
    margin-top: 0;
    text-transform: capitalize
}

.cpr_contentwrap .cpr_content_text_left {
    overflow: hidden
}

.cpr_contentwrap .cpr_content_text_left p {
    margin-top: 0
}

.cpr_contentwrap .cpr_content_text_left h4 {
    font-weight: 700;
    margin: 0 0 0.8529% 0;
    padding-left: 2.1322%
}

.cpr_contentwrap .cpr_content_text_left li {
    font-size: 1.25em;
    margin: 0 0 0.7463% 2.1322%
}

.cpr_contentwrap .cpr_content_text_left a {
    color: #0084b4
}

.cpr_contentwrap .cpr_content_text_left a:hover {
    color: #0084b4;
    opacity: 0.8
}

.cpr_contentwrap .cpr_content_text_left .cpr_quote_body {
    padding-bottom: 2.1322%
}

.cpr_contentwrap .cpr_content_text_left .cpr_quote_body .cpr_quote_text {
    background: transparent url("../img/fact_line.png") no-repeat scroll left top;
    color: #01724c;
    font-size: 1.875em;
    line-height: 2.375em;
    padding: 2.1322% 0 1.0661% 0;
    margin: 0
}

.cpr_contentwrap .cpr_content_text_right {
    width: 27.5%;
    margin-left: 2.5%;
    float: right
}

.cpr_contentwrap .cpr_content_text_right_image {
    margin: 0;
    padding: 0
}

.cpr_contentwrap .cpr_content_text_right_image img {
    display: block;
    width: 100%;
    height: auto
}

.cpr_contentwrap .cpr_content_text_right_text {
    padding: 9.9379%;
    background-color: #f2f2f2
}

.cpr_contentwrap .cpr_content_text_right_text h4 {
    margin-top: 0;
    font-size: 1.375em;
    font-weight: 700;
    color: #0084b4;
    margin-bottom: 5px
}

.cpr_contentwrap .cpr_content_text_right_text .cpr_content_text_meta {
    font-size: 1.125em;
    color: #383939
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .cpr_contentwrap {
        margin: 3.8194% 1.5873%
    }
    .cpr_contentwrap .cpr_content_text h2 {
        padding: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cpr_contentwrap {
        margin: 3.8194% 2.5%
    }
    .cpr_contentwrap .cpr_content_text h2 {
        padding: 0
    }
    .cpr_contentwrap .cpr_content_text_right {
        width: auto
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .cpr_contentwrap {
        margin: 3.8194% 2.5%
    }
    .cpr_contentwrap .cpr_content_text {
        padding: 0
    }
    .cpr_contentwrap .cpr_content_text h2 {
        font-size: 1.875em;
        padding: 0
    }
    .cpr_contentwrap .cpr_content_text_right {
        width: 30.5%
    }
}

@media only screen and (max-width: 480px) {
    .cpr_contentwrap {
        margin: 3.8194% 4.5%
    }
    .cpr_contentwrap .cpr_content_text {
        padding: 0
    }
    .cpr_contentwrap .cpr_content_text h2 {
        font-size: 1.75em;
        padding: 0
    }
    .cpr_contentwrap .cpr_content_text_left {
        clear: both;
        padding: 0
    }
    .cpr_contentwrap .cpr_content_text_left p {
        padding-left: 0
    }
    .cpr_contentwrap .cpr_content_text_left .cpr_quote_body .cpr_quote_text {
        line-height: 1.25em;
        padding: 8% 0
    }
    .cpr_contentwrap .cpr_content_text_right {
        float: none;
        width: auto;
        margin-left: 0;
        margin-bottom: 5%
    }
}

.content_sidenav {
    position: relative;
    right: 0;
    top: 0;
    width: 280px;
    float: right
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .content_sidenav {
        position: relative;
        width: 100%;
        margin: 5px 0
    }
}

@media only screen and (max-width: 480px) {
    .content_sidenav {
        position: relative;
        width: 100%;
        margin: 30px 0
    }
}

.content_sidenav_title {
    font-style: italic;
    margin-bottom: 10px;
    font-size: 20px;
    color: #868484
}

.content_sidenav_menu {
    margin: 0;
    padding: 0
}

.content_sidenav_menu ul {
    margin: 0;
    padding: 0
}

.content_sidenav_menu ul li {
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px 0
}

.content_sidenav_menu ul li a {
    display: block;
    color: #4F4E4E
}

.content_sidenav_menu ul li.current {
    display: block
}

.content_sidenav_menu ul li.current:before {
    font-family: 'FontAwesome';
    content: "\f04b";
    display: inline-block;
    font-size: 14px;
    margin-right: 7px;
    color: #0084b4
}

.content_sidenav_menu ul li.current a {
    display: inline
}

.content_sidenav_menu ul.subnav {
    margin-left: 20px
}

.content_sidenav_menu ul.subnav li {
    border: none;
    font-size: 18px
}

.abp_history {
    background-color: #0084b4;
    overflow: hidden
}

.abp_history_wrap {
    margin: 0 auto;
    max-width: 1240px;
    overflow: hidden;
    margin: 2.4355% auto
}

.abp_history_image {
    float: left;
    width: 31.77%;
    margin-right: 2.5%
}

.abp_history_image img {
    width: 100%;
    display: block;
    height: auto
}

.abp_history_text {
    overflow: hidden;
    color: #fff
}

.abp_history_text a {
    color: #fff
}

.abp_history_text a:hover {
    color: #fff;
    opacity: 0.8
}

.abp_history_text a {
    font-weight: 700
}

.abp_history_text .abp_history_text_meta {
    font-size: 1.125em;
    color: #fff;
    text-transform: uppercase
}

.abp_history_text h3 {
    margin: 5px 0
}

.abp_history_text h3 a {
    color: #fff
}

.abp_history_text h3 a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.abp_history_text h3 a:hover {
    color: #fff;
    opacity: 0.8
}

.abp_history_text p {
    margin: 5px 0 !important
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .abp_history_wrap {
        margin: 2.4355% 1.5873%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .abp_history_wrap {
        margin: 2.4355% 2.5%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .abp_history_wrap {
        margin: 2.4355% 2.5%
    }
}

@media only screen and (max-width: 480px) {
    .abp_history_wrap {
        margin: 2.4355% 4.5%
    }
    .abp_history_image {
        float: none;
        width: 100%;
        margin-right: 0
    }
    .abp_history_text {
        margin-top: 4.4355%
    }
    .abp_history_text h3 {
        font-size: 1.5em !important
    }
}

.abp_governance {
    padding: 3.6452% 0
}

.abp_governance_wrap {
    margin: 0 auto;
    max-width: 1240px;
    overflow: hidden;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex
}

.abp_governance_wrap a {
    color: #fff
}

.abp_governance_wrap a:hover {
    color: #fff;
    opacity: 0.8
}

.abp_governance h2 {
    margin-top: 0;
    color: #000
}

.abp_governance_left {
    -ms-flex: 1;
    flex: 1;
    width: 46.04%;
    padding-right: 4.032%;
    border-right: 0px solid #e2e6e8
}

.abp_governance_left li {
    margin: 0 0 0.7463% 2.1322%
}

.abp_governance_right {
    -ms-flex: 1;
    flex: 1;
    padding-left: 4.032%;
    overflow: hidden
}

.abp_governance_right li {
    font-size: 1.125em;
    margin: 0 0 0.7463% 2.1322%
}

.abp_governance_right .work_pubitem {
    overflow: hidden
}

.abp_governance_right .work_pubitem_image {
    float: left;
    margin: 0 1em 1em 0;
    max-width: 150px
}

.abp_governance_right .work_pubitem_image a:after {
    content: ""
}

.abp_governance_right .work_pubitem_image img {
    width: 100%;
    height: auto
}

.abp_governance_right .work_pubitem_text {
    overflow: hidden
}

.abp_governance_right .work_pubitem_text p {
    font-size: 17px;
    line-height: 28px;
    margin-top: 0
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .abp_governance_wrap {
        padding: 0 1.5873%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .abp_governance_wrap {
        padding: 0 2.5%
    }
    .abp_governance_left .governance_item_image {
        float: none
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .abp_governance h2 {
        font-size: 1.875em
    }
    .abp_governance_wrap {
        padding: 0 2.5%
    }
    .abp_governance_left .governance_item_image {
        float: none;
        display: block
    }
}

@media only screen and (max-width: 480px) {
    .abp_governance_wrap {
        padding: 0 4.5%;
        display: block;
        background: none
    }
    .abp_governance_left {
        float: none;
        width: auto;
        border-right: 0;
        padding: 0 0 3% 0
    }
    .abp_governance_left h2 {
        font-size: 1.75em
    }
    .abp_governance_left .governance_item_image {
        float: none
    }
    .abp_governance_left .governance_item_text h6 {
        font-size: 1.25em
    }
    .abp_governance_left .governance_item_text p {
        font-size: 1em
    }
    .abp_governance_right {
        padding: 0
    }
    .abp_governance_right h2 {
        font-size: 1.75em
    }
    .abp_governance_right .program_item_image {
        width: 100%
    }
}

.abp_clrbg {
    background-color: #01724c;
    color: #fff
}

.abp_clrbg h2 {
    color: #fff !important
}

.abp_clrbg .abp_governance_left {
    color: #fff !important
}

.abp_clrbg .abp_governance_left li a {
    color: #fff
}

.abp_clrbg .abp_governance_left li a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.abp_clrbg .abp_governance_left li a:hover {
    color: #fff;
    opacity: 0.8
}

.abp_clrbg .abp_governance_right li a {
    color: #fff
}

.abp_clrbg .abp_governance_right li a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.abp_clrbg .abp_governance_right li a:hover {
    color: #fff;
    opacity: 0.8
}

.abp_clrbg .abp_governance_right a {
    color: #fff !important
}

.gov_tiles {
    overflow: hidden
}

.gov_tiles_title {
    font-size: 1.125em;
    color: #656565;
    text-transform: uppercase;
    margin-bottom: 10px
}

.gov_tiles_items {
    display: block;
    overflow: hidden;
    margin: 1.7513% 0;
    padding: 1.7513%;
    background-color: #f2f2f2
}

.gov_tiles_items a {
    color: #1e1e1e
}

.gov_tiles_items a:hover {
    color: #0084b4;
    opacity: 0.8
}

.gov_tiles_items_image {
    float: right;
    overflow: hidden;
    max-width: 102px
}

.gov_tiles_items_image img {
    width: 100%;
    height: auto;
    display: block
}

.gov_tiles_items_text {
    float: left;
    width: 75.352%;
    margin: 0 2.751% 0 1.751%;
    overflow: hidden
}

.gov_tiles_items_text h6 {
    margin: 5px 0 10px 0
}

.gov_tiles_items_text p {
    font-size: 1.125em;
    margin: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gov_tiles .gov_tiles_items_image {
        float: none
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .gov_tiles .gov_tiles_items_image {
        float: none
    }
}

@media only screen and (max-width: 480px) {
    .gov_tiles .gov_tiles_items_image {
        float: none
    }
    .gov_tiles .gov_tiles_items_text h6 {
        font-size: 1.125em;
        line-height: 1.25em
    }
    .gov_tiles .gov_tiles_items_text p {
        font-size: 1em
    }
}

.program_item {
    overflow: hidden
}

.program_item_image {
    margin: 0;
    padding: 0;
    display: block;
    max-height: 250px;
    overflow: hidden
}

.program_item_image img {
    width: 100%;
    display: block;
    height: auto
}

.program_item_text {
    overflow: hidden
}

.program_item_text a {
    color: #0084b4
}

.program_item_text a:hover {
    color: #0084b4;
    opacity: 0.8
}

.program_item_text p {
    font-size: 17px;
    line-height: 28px
}

@media only screen and (max-width: 480px) {
    .program_item .program_item_image {
        width: 100%
    }
}

.program_report {
    overflow: hidden
}

.program_report_image {
    float: left;
    margin-right: 4.516%;
    max-width: 221px
}

.program_report_image img {
    width: 100%;
    display: block;
    height: auto
}

.program_report_text {
    overflow: hidden;
    font-size: 1.125em
}

.program_report_text_meta {
    font-size: 1.125em;
    color: #656565;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff !important
}

.program_report_text a {
    color: #fff
}

.program_report_text a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.program_report_text a:hover {
    color: #fff;
    opacity: 0.8
}

.program_report_text h3 {
    margin-top: 0
}

@media only screen and (max-width: 480px) {
    .program_report_image {
        max-width: 150px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .program_report_image {
        max-width: 120px
    }
}

.abp_reports {
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative
}

.abp_reports .abp_reports_overlay {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    height: 34px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.abp_reports .abp_reports_content {
    height: 100%;
    width: 100%;
    display: block
}

.abp_reports .abp_reports_content .abp_reports_item {
    margin: 0 12.98%;
    overflow: hidden;
    padding-bottom: 4.4355%
}

.abp_reports .abp_reports_content .abp_reports_item_image {
    float: left;
    margin-right: 4.516%;
    max-width: 221px
}

.abp_reports .abp_reports_content .abp_reports_item_image img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.48)
}

.abp_reports .abp_reports_content .abp_reports_item_text {
    overflow: hidden;
    margin-top: 100px
}

.abp_reports .abp_reports_content .abp_reports_item_text_meta {
    font-size: 1.125em;
    color: #656565;
    text-transform: uppercase;
    margin-bottom: 10px
}

.abp_reports .abp_reports_content .abp_reports_item_text h3 {
    margin-top: 0
}

.abp_reports .abp_reports_content .abp_reports_item_text a {
    color: #01724c
}

.abp_reports .abp_reports_content .abp_reports_item_text a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.abp_reports .abp_reports_content .abp_reports_item_text a:hover {
    color: #01724c;
    opacity: 0.8
}

.abp_reports .abp_reports_content .abp_reports_item_text .form-select {
    margin: 0;
    width: 150px !important
}

.abp_reports .abp_reports_content .abp_reports_item_text .form-select select {
    width: 150px !important;
    background-color: #f2f2f2 !important
}

.abp_reports_wrap {
    margin: 0 auto;
    max-width: 1240px;
    z-index: 1;
    position: relative
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .abp_reports .abp_reports_content .abp_reports_item {
        margin: 0 6.45%
    }
    .abp_reports .abp_reports_content .abp_reports_item_text h3 {
        font-size: 1.625em !important
    }
}

@media only screen and (max-width: 480px) {
    .abp_reports .abp_reports_overlay {
        height: 54px
    }
    .abp_reports .abp_reports_content .abp_reports_item_image {
        float: none;
        margin-right: 0
    }
    .abp_reports .abp_reports_content .abp_reports_item_text {
        margin-top: 30px
    }
    .abp_reports .abp_reports_content .abp_reports_item_text h3 {
        font-size: 1.5em !important
    }
}

.form-select {
    color: #01724c;
    overflow: hidden;
    height: 40px;
    width: 274px;
    position: relative;
    display: block;
    margin: 20px 0
}

.form-select select {
    font-size: 1.125em;
    line-height: 1.75em;
    font-weight: 700;
    color: #01724c;
    height: 40px;
    padding: 5px;
    background-color: #fff;
    border: 0;
    cursor: pointer;
    outline: none;
    width: 274px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-select select option {
    font-size: 1.125em;
    line-height: 1.25em;
    font-weight: 400;
    color: #656565;
    text-transform: uppercase;
    color: #656565;
    text-shadow: none;
    border: none;
    background-color: #f2f2f2
}

.form-select:focus,
.form-select:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2)
}

.form-select:after {
    content: "\25BC";
    padding: 12px 8px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box
}

.abp_structure {
    background-color: #01724c;
    overflow: hidden;
    color: #fff
}

.abp_structure a {
    color: #fff
}

.abp_structure a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.abp_structure a:hover {
    color: #fff;
    opacity: 0.8
}

.abp_structure_wrap {
    margin: 0 auto;
    max-width: 1240px;
    margin: 3.6452% auto;
    overflow: hidden
}

.abp_structure_wrap h2 {
    color: #fff;
    margin-top: 0
}

.abp_structure_text {
    float: left;
    width: 59.758%
}

.abp_structure_text ul {
    padding: 0;
    list-style: inside
}

.abp_structure_text li {
    font-size: 1.25em;
    margin: 0 0 0.9447% 0
}

.abp_structure_ambassador {
    float: right;
    width: 31.774%
}

.abp_structure_ambassador_title {
    overflow: hidden;
    position: relative
}

.abp_structure_ambassador_title h2 {
    display: inline-block;
    margin: 0
}

.abp_structure_ambassador_title .ambassador_readmore {
    font-size: 1em;
    margin-left: 10px;
    position: absolute;
    bottom: 5px;
    right: 0
}

.abp_structure_ambassador_text {
    overflow: hidden;
    position: relative
}

.abp_structure_ambassador_text blockquote {
    position: relative;
    font-size: 1.75em;
    line-height: 36px;
    font-weight: 300;
    padding: 5px
}

.abp_structure_ambassador_text blockquote:before {
    content: "\201C";
    font-weight: bold;
    font-size: 70px;
    color: #4c9f38;
    position: absolute;
    top: 0.3em;
    left: -0.5em;
    font-family: 'Georgia'
}

.abp_structure_ambassador_text img {
    float: right;
    margin-top: -1.2em
}

.abp_structure_ambassador_text .ambassador_quote {
    font-size: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .abp_structure_wrap {
        padding: 0 1.5873%
    }
    .abp_structure_ambassador {
        width: 34%
    }
    .abp_structure_ambassador_title .ambassador_readmore {
        position: absolute;
        bottom: 0
    }
    .abp_structure_ambassador_text blockquote {
        margin: 0 35px
    }
    .abp_structure_ambassador_text img {
        float: none;
        margin: 0 auto
    }
    .abp_structure_ambassador_text .ambassador_quote {
        position: relative
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .abp_structure_wrap {
        padding: 0 1.5873%
    }
    .abp_structure_ambassador {
        width: 34%
    }
    .abp_structure_ambassador_title .ambassador_readmore {
        position: relative;
        float: right;
        margin-top: 5px
    }
    .abp_structure_ambassador_text blockquote {
        font-size: 1.5em;
        margin: 0 35px
    }
    .abp_structure_ambassador_text img {
        float: none;
        margin: 0 auto
    }
    .abp_structure_ambassador_text .ambassador_quote {
        position: relative
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .abp_structure_wrap {
        padding: 0 1.5873%
    }
    .abp_structure_wrap h2 {
        font-size: 1.875em
    }
    .abp_structure_ambassador {
        width: 36%
    }
    .abp_structure_ambassador_title .ambassador_readmore {
        position: relative;
        float: right;
        margin-top: 5px
    }
    .abp_structure_ambassador_text blockquote {
        font-size: 1.25em;
        margin: 0 35px
    }
    .abp_structure_ambassador_text img {
        float: none;
        margin: 0 auto
    }
    .abp_structure_ambassador_text .ambassador_quote {
        position: relative
    }
}

@media only screen and (max-width: 480px) {
    .abp_structure_text {
        float: none;
        width: auto;
        padding: 0 1.5873% 3% 1.5873%
    }
    .abp_structure_text h2 {
        font-size: 1.75em
    }
    .abp_structure_ambassador {
        float: none;
        width: auto;
        padding: 0 1.5873% 1% 1.5873%
    }
    .abp_structure_ambassador_title h2 {
        font-size: 1.75em
    }
    .abp_structure_ambassador_text blockquote {
        font-size: 1.5em
    }
    .abp_structure_ambassador_text img {
        float: none;
        margin: 0 auto
    }
    .abp_structure_ambassador_text .ambassador_quote {
        font-size: 1em;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        padding-left: 0;
        text-align: center
    }
}

.abp_info {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.abp_info_wrap {
    margin: 0 auto;
    max-width: 1240px;
    margin: 3.6452% auto;
    padding: 0;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex
}

.abp_info_item {
    -ms-flex: 1;
    flex: 1;
    padding: 25px;
    border: 5px solid #0084b4;
    width: 31.7%;
    box-sizing: border-box
}

.abp_info_item a {
    color: #0084b4
}

.abp_info_item a:hover {
    color: #0084b4;
    opacity: 0.8
}

.abp_info_item:last-child {
    margin: 0
}

.abp_info_item h2 {
    margin-top: 0;
    color: #0084b4
}

.abp_info_item ul {
    padding: 0;
    list-style: none
}

.abp_info_item li {
    margin: 0 0 1.7812% 0;
    color: #1e1e1e;
    font-size: 20px
}

.abp_info_item li a {
    color: #0084b4
}

.abp_info_item li a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.abp_info_item li a:hover {
    color: #0084b4;
    opacity: 0.8
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .abp_info_wrap {
        padding: 0 1.5873%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .abp_info_wrap {
        padding: 0 2.5%
    }
    .abp_info_item {
        width: 31.6%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .abp_info_wrap {
        padding: 0 2.5%;
        display: block
    }
    .abp_info_item {
        width: 48.6%;
        margin-bottom: 5%
    }
    .abp_info_item:nth-child(2) {
        margin-right: 0
    }
    .abp_info_item:last-child {
        display: block;
        width: auto;
        margin-right: 0
    }
    .abp_info_item h2 {
        font-size: 1.875em
    }
}

@media only screen and (max-width: 480px) {
    .abp_info_wrap {
        margin: 11.2% 4.5% 5.6452% 4.5%;
        display: block
    }
    .abp_info_item {
        width: 100%;
        margin: 0 0 5% 0 !important
    }
    .abp_info_item h2 {
        font-size: 1.75em
    }
}

.ep_sdg_grid,
.cpr_contentwrap,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body,
.topics_items_list .topic_item,
.abp_contentwrap,
.abp_contentwrap .abp_content_text_left .abp_quote_body,
.gi_action_wrap,
.gi_sdg_grid,
.regions_challenge,
.regions_challenge_wrap,
.regions_work,
.regions_campaign,
.regions_campaign_wrap,
.ey_contentwrap,
.ey_globe_wrap,
.ey_blurb_wrap {
    *zoom: 1
}

.ep_sdg_grid:before,
.cpr_contentwrap:before,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:before,
.topics_items_list .topic_item:before,
.abp_contentwrap:before,
.abp_contentwrap .abp_content_text_left .abp_quote_body:before,
.gi_action_wrap:before,
.gi_sdg_grid:before,
.regions_challenge:before,
.regions_challenge_wrap:before,
.regions_work:before,
.regions_campaign:before,
.regions_campaign_wrap:before,
.ey_contentwrap:before,
.ey_globe_wrap:before,
.ey_blurb_wrap:before,
.ep_sdg_grid:after,
.cpr_contentwrap:after,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:after,
.topics_items_list .topic_item:after,
.abp_contentwrap:after,
.abp_contentwrap .abp_content_text_left .abp_quote_body:after,
.gi_action_wrap:after,
.gi_sdg_grid:after,
.regions_challenge:after,
.regions_challenge_wrap:after,
.regions_work:after,
.regions_campaign:after,
.regions_campaign_wrap:after,
.ey_contentwrap:after,
.ey_globe_wrap:after,
.ey_blurb_wrap:after {
    content: "";
    display: table
}

.ep_sdg_grid:after,
.cpr_contentwrap:after,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:after,
.topics_items_list .topic_item:after,
.abp_contentwrap:after,
.abp_contentwrap .abp_content_text_left .abp_quote_body:after,
.gi_action_wrap:after,
.gi_sdg_grid:after,
.regions_challenge:after,
.regions_challenge_wrap:after,
.regions_work:after,
.regions_campaign:after,
.regions_campaign_wrap:after,
.ey_contentwrap:after,
.ey_globe_wrap:after,
.ey_blurb_wrap:after {
    clear: both
}

.topics_items_grid .topic_item_text p {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    position: absolute
}

.topics_header {
    margin: 0;
    padding: 0;
    background-color: #0084b4
}

.topics_header_content {
    margin: 0 auto;
    max-width: 1240px;
    padding: 4.8611% 0
}

.topics_header_content h1 {
    color: #fff;
    margin: 0
}

.topics_header_content p {
    color: #fff;
    font-size: 1.375em;
    line-height: 1.875em;
    font-weight: 400
}

@media only screen and (max-width: 480px) {
    .topics_header_content {
        padding: 4.8611% 4.5%
    }
    .topics_header_content h1 {
        font-size: 1.625em !important;
        line-height: .9375em !important
    }
    .topics_header_content p {
        color: #fff;
        font-size: 1.125em
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .topics_header_content {
        padding: 4.8611% 2.5%
    }
    .topics_header_content h1 {
        font-size: 2.25em !important;
        line-height: 1.375em !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .topics_header_content {
        padding: 4.8611% 2.5%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .topics_header_content {
        padding: 4.8611% 1.5873%
    }
}

.topics_wrap {
    margin: 0;
    padding: 0;
    padding: 3.3333% 0
}

.topics_wrap_content {
    margin: 0 auto;
    max-width: 1240px
}

.topics_wrap .header {
    margin: 0;
    padding: 0;
    position: relative
}

.topics_wrap .header .gridswitch {
    font-size: 1.25em;
    line-height: 1.75em;
    font-weight: 400;
    float: right;
    padding: 10px 0 0 0
}

.topics_wrap .header .gridswitch a {
    color: #656565
}

.topics_wrap .header .gridswitch a:first-child {
    padding-right: 15px
}

.topics_wrap .header .gridswitch a.active {
    color: #01724C
}

.topics_wrap .header .gridswitch a.active svg path {
    fill: #01724C
}

.topics_wrap .header .gridswitch:hover {
    color: #01724C
}

.topics_wrap .header .gridswitch:hover svg path {
    fill: #01724C
}

.topics_wrap .header .gridswitch svg path {
    fill: #656565;
    width: 22px;
    height: 22px
}

@media only screen and (max-width: 480px) {
    .topics_wrap {
        padding: 3.3333% 4.5%
    }
    .topics_wrap h2 {
        font-size: 1.75em
    }
    .topics_wrap .header .gridswitch {
        float: none;
        display: block;
        width: 100%;
        text-align: right
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .topics_wrap {
        padding: 3.3333% 2.5%
    }
    .topics_wrap h2 {
        font-size: 1.875em
    }
    .topics_wrap .gridswitch {
        float: none;
        display: block;
        width: 100%;
        text-align: right;
        padding: 0 0 10px 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .topics_wrap {
        padding: 3.3333% 2.5%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .topics_wrap {
        padding: 3.3333% 1.5873%
    }
}

#topics_items_wrap {
    margin: 0;
    padding: 0;
    overflow: hidden
}

#topics_items_wrap a {
    color: #000
}

#topics_items_wrap a:hover {
    color: #0084b4
}

.topics_items_grid .topic_item {
    width: 23.97%;
    display: inline-block;
    padding: .5%;
    vertical-align: top;
    transition: all .5s ease-in-out
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .topics_items_grid .topic_item {
        width: 23.85%
    }
}

.topics_items_grid .topic_item:nth-child(4n+1) {
    padding-left: 0
}

.topics_items_grid .topic_item:nth-child(4n) {
    padding-right: 0
}

.topics_items_grid .topic_item_image {
    overflow: hidden;
    max-height: 165px
}

.topics_items_grid .topic_item_image img {
    display: block;
    width: 100%;
    height: auto
}

.topics_items_grid .topic_item_text {
    padding: 3.3333% 7.3333%;
    background-color: #f2f2f2;
    min-height: 65px
}

.topics_items_grid .topic_item_text h5 {
    font-size: 1.5em;
    margin: 0
}

@media only screen and (max-width: 480px) {
    .topics_items_grid .topic_item {
        width: 98.97%;
        display: inline-block;
        padding: 0;
        vertical-align: top;
        width: 100%;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 480px) and (min-width: 768px) and (max-width: 991px) {
    .topics_items_grid .topic_item {
        width: 98.85%
    }
}

@media only screen and (max-width: 480px) {
    .topics_items_grid .topic_item_image {
        max-height: none !important
    }
    .topics_items_grid .topic_item_text {
        min-height: 40px
    }
    .topics_items_grid .topic_item_text h5 {
        font-size: 1.25em
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .topics_items_grid .topic_item {
        width: 48.97%;
        display: inline-block;
        padding: .4%;
        vertical-align: top;
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .topics_items_grid .topic_item {
        width: 48.85%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .topics_items_grid .topic_item_text {
        min-height: 50px
    }
    .topics_items_grid .topic_item_text h5 {
        font-size: 1.375em
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .topics_items_grid .topic_item {
        width: 32.11%;
        padding: 0.4%;
        margin-bottom: 20px
    }
    .topics_items_grid .topic_item:nth-child(3n) {
        padding-right: 0
    }
    .topics_items_grid .topic_item:nth-child(4n) {
        padding-right: 0.49% !important
    }
    .topics_items_grid .topic_item:nth-child(4n+1) {
        padding-left: 0.49% !important
    }
}

.topics_items_list .topic_item {
    display: block;
    margin: 0 0 15px 0;
    transition: all .5s ease-in-out
}

.topics_items_list .topic_item_image {
    overflow: hidden;
    float: left;
    width: 30%;
    max-width: 300px;
    margin-right: 1.6129%
}

.topics_items_list .topic_item_image img {
    width: 100%;
    height: auto;
    display: block
}

.topics_items_list .topic_item_text {
    overflow: hidden
}

.topics_items_list .topic_item_text h5 {
    font-size: 1.5em;
    margin: 0
}

@media only screen and (max-width: 480px) {
    .topics_items_list .topic_item {
        margin: 0 0 20px
    }
    .topics_items_list .topic_item_image {
        float: none;
        width: 100%;
        margin-bottom: 7px;
        max-width: none;
        margin-right: 0
    }
    .topics_items_list .topic_item_text h5 {
        font-size: 1.25em
    }
    .topics_items_list .topic_item_text p {
        font-size: 1em
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .topics_items_list .topic_item_image {
        margin-right: 2.5%
    }
    .topics_items_list .topic_item_text h5 {
        font-size: 1.375em
    }
    .topics_items_list .topic_item_text p {
        font-size: 1.125em
    }
}

.ep_sdg_grid,
.cpr_contentwrap,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body,
.topics_items_list .topic_item,
.abp_contentwrap,
.abp_contentwrap .abp_content_text_left .abp_quote_body,
.gi_action_wrap,
.gi_sdg_grid,
.regions_challenge,
.regions_challenge_wrap,
.regions_work,
.regions_campaign,
.regions_campaign_wrap,
.ey_contentwrap,
.ey_globe_wrap,
.ey_blurb_wrap {
    *zoom: 1
}

.ep_sdg_grid:before,
.cpr_contentwrap:before,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:before,
.topics_items_list .topic_item:before,
.abp_contentwrap:before,
.abp_contentwrap .abp_content_text_left .abp_quote_body:before,
.gi_action_wrap:before,
.gi_sdg_grid:before,
.regions_challenge:before,
.regions_challenge_wrap:before,
.regions_work:before,
.regions_campaign:before,
.regions_campaign_wrap:before,
.ey_contentwrap:before,
.ey_globe_wrap:before,
.ey_blurb_wrap:before,
.ep_sdg_grid:after,
.cpr_contentwrap:after,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:after,
.topics_items_list .topic_item:after,
.abp_contentwrap:after,
.abp_contentwrap .abp_content_text_left .abp_quote_body:after,
.gi_action_wrap:after,
.gi_sdg_grid:after,
.regions_challenge:after,
.regions_challenge_wrap:after,
.regions_work:after,
.regions_campaign:after,
.regions_campaign_wrap:after,
.ey_contentwrap:after,
.ey_globe_wrap:after,
.ey_blurb_wrap:after {
    content: "";
    display: table
}

.ep_sdg_grid:after,
.cpr_contentwrap:after,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:after,
.topics_items_list .topic_item:after,
.abp_contentwrap:after,
.abp_contentwrap .abp_content_text_left .abp_quote_body:after,
.gi_action_wrap:after,
.gi_sdg_grid:after,
.regions_challenge:after,
.regions_challenge_wrap:after,
.regions_work:after,
.regions_campaign:after,
.regions_campaign_wrap:after,
.ey_contentwrap:after,
.ey_globe_wrap:after,
.ey_blurb_wrap:after {
    clear: both
}

.abp_info_item,
.regions_news .regions_news_title h2,
.regions_news .regions_news_filter {
    display: inline-block;
    vertical-align: top
}

.abp_header {
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    position: relative
}

.abp_header_image {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 400px
}

.abp_header_image img {
    display: block;
    width: 100%;
    height: auto
}

.abp_header_image::before {
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=.8);
    position: absolute;
    width: 100%;
    height: 100%
}

.abp_header_breadcrumb {
    font-size: .9375em;
    line-height: 1.125em;
    font-weight: 400;
    color: #fff;
    position: absolute;
    font-weight: 700;
    z-index: 5;
    top: 1em;
    left: 35px;
    right: 0
}

.abp_header_breadcrumb a {
    color: #fff
}

.abp_header_breadcrumb a:hover {
    color: #fff;
    opacity: 0.8
}

.abp_header_breadcrumb a {
    padding: 0 10px
}

.abp_header_breadcrumb a:first-child {
    padding-left: 0
}

.abp_header_textwrap {
    margin: 0 auto;
    max-width: 1240px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -o-transform: translateY(-60%)
}

.abp_header_textwrap .abp_header_text {
    width: 65%;
    text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.8);
    color: #fff
}

.abp_header_textwrap .abp_header_text p {
    font-size: 1.875em;
    line-height: 2.375em;
    font-weight: 400
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .abp_header_image {
        height: 400px
    }
    .abp_header_textwrap {
        margin: 0 2% !important
    }
    .abp_header_textwrap .abp_header_text {
        width: 80%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .abp_header_image {
        height: 400px
    }
    .abp_header_breadcrumb {
        font-size: 0.8em;
        line-height: 1em
    }
    .abp_header_textwrap {
        margin: 0 2% !important
    }
    .abp_header_textwrap .abp_header_text {
        width: 80%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .abp_header_image {
        height: 400px
    }
    .abp_header_breadcrumb {
        font-size: 0.8em;
        line-height: 1em;
        left: 2.6%
    }
    .abp_header_textwrap {
        margin: 0 2% !important
    }
    .abp_header_textwrap .abp_header_text h1 {
        font-size: 2.25em !important;
        line-height: 1.375em !important
    }
}

@media only screen and (max-width: 480px) {
    .abp_header_image {
        height: 330px
    }
    .abp_header_breadcrumb {
        font-size: 0.8em;
        line-height: 1.2em;
        left: 15px
    }
    .abp_header_textwrap .abp_header_text h1 {
        font-size: 1.5em !important;
        line-height: .9375em !important
    }
}

.abp_contentwrap {
    margin: 3.8194% 0
}

.abp_contentwrap .abp_content_text {
    margin: 0 auto;
    max-width: 1240px
}

.abp_contentwrap .abp_content_text h2 {
    margin-top: 0;
    text-transform: capitalize;
    padding-left: 1.5873%
}

.abp_contentwrap .abp_content_text_left {
    float: left;
    width: 74.44%;
    margin-right: 2.5%
}

.abp_contentwrap .abp_content_text_left p {
    margin-top: 0;
    padding-left: 2.1322%
}

.abp_contentwrap .abp_content_text_left h4 {
    font-weight: 700;
    margin: 0 0 0.8529% 0;
    padding-left: 2.1322%
}

.abp_contentwrap .abp_content_text_left li {
    font-size: 1.25em;
    margin: 0 0 0.7463% 2.1322%
}

.abp_contentwrap .abp_content_text_left li a {
    color: #0084b4
}

.abp_contentwrap .abp_content_text_left li a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.abp_contentwrap .abp_content_text_left li a:hover {
    color: #0084b4;
    opacity: 0.8
}

.abp_contentwrap .abp_content_text_left a {
    color: #0084b4
}

.abp_contentwrap .abp_content_text_left a:hover {
    color: #0084b4;
    opacity: 0.8
}

.abp_contentwrap .abp_content_text_left .abp_quote_body {
    padding-bottom: 2.1322%
}

.abp_contentwrap .abp_content_text_left .abp_quote_body a {
    color: #0084b4
}

.abp_contentwrap .abp_content_text_left .abp_quote_body a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.abp_contentwrap .abp_content_text_left .abp_quote_body a:hover {
    color: #0084b4;
    opacity: 0.8
}

.abp_contentwrap .abp_content_text_left .abp_quote_body .abp_quote_text {
    background: transparent url("../img/fact_line.png") no-repeat scroll left top;
    color: #01724c;
    font-size: 1.875em;
    line-height: 2.375em;
    padding: 2.1322% 0 1.0661% 0;
    margin: 0
}

.abp_contentwrap .abp_content_text_right {
    overflow: hidden
}

.abp_contentwrap .abp_content_text_right_image {
    margin: 0;
    padding: 0
}

.abp_contentwrap .abp_content_text_right_image img {
    display: block;
    width: 100%;
    height: auto
}

.abp_contentwrap .abp_content_text_right_text {
    padding: 9.9379%;
    background-color: #f2f2f2
}

.abp_contentwrap .abp_content_text_right_text h4 {
    margin-top: 0;
    font-size: 1.375em;
    font-weight: 700;
    color: #0084b4;
    margin-bottom: 5px
}

.abp_contentwrap .abp_content_text_right_text .abp_content_text_meta {
    font-size: 1.125em;
    color: #383939
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .abp_contentwrap {
        margin: 3.8194% 1.5873%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .abp_contentwrap {
        margin: 3.8194% 2.5%
    }
    .abp_contentwrap .abp_content_text_left {
        width: 70%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .abp_contentwrap {
        margin: 3.8194% 2.5%
    }
    .abp_contentwrap .abp_content_text h2 {
        font-size: 1.875em;
        padding: 0
    }
    .abp_contentwrap .abp_content_text_left {
        width: 70%
    }
}

@media only screen and (max-width: 480px) {
    .abp_contentwrap {
        margin: 3.8194% 4.5%
    }
    .abp_contentwrap .abp_content_text h2 {
        font-size: 1.75em;
        padding: 0
    }
    .abp_contentwrap .abp_content_text_left {
        float: none;
        width: auto;
        margin-right: 0;
        padding: 0
    }
    .abp_contentwrap .abp_content_text_left p {
        padding-left: 0
    }
    .abp_contentwrap .abp_content_text_left .abp_quote_body .abp_quote_text {
        line-height: 1.25em;
        padding: 8% 0
    }
}

.abp_history {
    background-color: #0084b4;
    overflow: hidden
}

.abp_history_wrap {
    margin: 0 auto;
    max-width: 1240px;
    overflow: hidden;
    margin: 2.4355% auto
}

.abp_history_image {
    float: left;
    width: 31.77%;
    margin-right: 2.5%
}

.abp_history_image img {
    width: 100%;
    height: auto;
    display: block
}

.abp_history_text {
    overflow: hidden;
    color: #fff
}

.abp_history_text a {
    color: #fff
}

.abp_history_text a:hover {
    color: #fff;
    opacity: 0.8
}

.abp_history_text a {
    font-weight: 700
}

.abp_history_text .abp_history_text_meta {
    font-size: 1.125em;
    color: #fff;
    text-transform: uppercase
}

.abp_history_text h3 {
    margin: 5px 0
}

.abp_history_text h3 a {
    color: #fff
}

.abp_history_text h3 a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.abp_history_text h3 a:hover {
    color: #fff;
    opacity: 0.8
}

.abp_history_text p {
    margin: 5px 0 !important
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .abp_history_wrap {
        margin: 2.4355% 1.5873%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .abp_history_wrap {
        margin: 2.4355% 2.5%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .abp_history_wrap {
        margin: 2.4355% 2.5%
    }
}

@media only screen and (max-width: 480px) {
    .abp_history_wrap {
        margin: 2.4355% 4.5%
    }
    .abp_history_image {
        float: none;
        width: 100%;
        margin-right: 0
    }
    .abp_history_text {
        margin-top: 4.4355%
    }
    .abp_history_text h3 {
        font-size: 1.5em !important
    }
}

.abp_governance {
    padding: 3.6452% 0
}

.abp_governance_wrap {
    margin: 0 auto;
    max-width: 1240px;
    overflow: hidden;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex
}

.abp_governance h2 {
    margin-top: 0;
    color: #000
}

.abp_governance_left {
    -ms-flex: 1;
    flex: 1;
    width: 46.04%;
    padding-right: 4.032%;
    border-right: 0px solid #e2e6e8;
    color: #1e1e1e
}

.abp_governance_left .governance_title {
    font-size: 1.125em;
    color: #656565;
    text-transform: uppercase;
    margin-bottom: 10px
}

.abp_governance_left .governance_item {
    display: block;
    overflow: hidden;
    margin: 1.7513% 0;
    padding: 1.7513%;
    background-color: #f2f2f2
}

.abp_governance_left .governance_item a {
    color: #1e1e1e
}

.abp_governance_left .governance_item a:hover {
    color: #0084b4;
    opacity: 0.8
}

.abp_governance_left .governance_item_image {
    float: right;
    overflow: hidden;
    max-width: 102px
}

.abp_governance_left .governance_item_image img {
    width: 100%;
    height: auto;
    display: block
}

.abp_governance_left .governance_item_text {
    float: left;
    width: 75.352%;
    margin: 0 2.751% 0 1.751%;
    overflow: hidden
}

.abp_governance_left .governance_item_text h6 {
    margin: 5px 0 10px 0
}

.abp_governance_left .governance_item_text p {
    font-size: 1.125em;
    margin: 0
}

.abp_governance_right {
    -ms-flex: 1;
    flex: 1;
    padding-left: 4.032%;
    overflow: hidden
}

.abp_governance_right .program_item {
    overflow: hidden
}

.abp_governance_right .program_item_image {
    margin: 0;
    padding: 0;
    display: block;
    max-height: 250px;
    overflow: hidden
}

.abp_governance_right .program_item_image img {
    width: 100%;
    height: auto;
    display: block
}

.abp_governance_right .program_item_text {
    overflow: hidden
}

.abp_governance_right .program_item_text a {
    color: #0084b4
}

.abp_governance_right .program_item_text a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.abp_governance_right .program_item_text a:hover {
    color: #0084b4;
    opacity: 0.8
}

.abp_governance_right .program_item_text p {
    font-size: 17px;
    line-height: 28px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .abp_governance_wrap {
        padding: 0 1.5873%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .abp_governance_wrap {
        padding: 0 2.5%
    }
    .abp_governance_left .governance_item_image {
        float: none
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .abp_governance h2 {
        font-size: 1.875em
    }
    .abp_governance_wrap {
        padding: 0 2.5%
    }
    .abp_governance_left .governance_item_image {
        float: none
    }
}

@media only screen and (max-width: 480px) {
    .abp_governance_wrap {
        display: block;
        padding: 0 4.5%;
        background: none
    }
    .abp_governance_left {
        float: none;
        width: auto;
        border-right: 0;
        padding: 0 0 3% 0
    }
    .abp_governance_left h2 {
        font-size: 1.75em
    }
    .abp_governance_left .governance_item_image {
        float: none
    }
    .abp_governance_left .governance_item_text h6 {
        font-size: 1.125em;
        line-height: 1.25em
    }
    .abp_governance_left .governance_item_text p {
        font-size: 1em
    }
    .abp_governance_right {
        padding: 0 1.5873%
    }
    .abp_governance_right h2 {
        font-size: 1.75em
    }
    .abp_governance_right .program_item_image {
        width: 100%
    }
}

.abp_reports {
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative
}

.abp_reports .abp_reports_overlay {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    height: 34px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.abp_reports .abp_reports_content {
    height: 100%;
    width: 100%;
    display: block
}

.abp_reports .abp_reports_content .abp_reports_item {
    margin: 0 12.98%;
    overflow: hidden;
    padding-bottom: 4.4355%
}

.abp_reports .abp_reports_content .abp_reports_item_image {
    float: left;
    margin-right: 4.516%;
    max-width: 221px
}

.abp_reports .abp_reports_content .abp_reports_item_image img {
    width: 100%;
    display: block;
    height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.48)
}

.abp_reports .abp_reports_content .abp_reports_item_text {
    overflow: hidden;
    margin-top: 100px
}

.abp_reports .abp_reports_content .abp_reports_item_text_meta {
    font-size: 1.125em;
    color: #656565;
    text-transform: uppercase;
    margin-bottom: 10px
}

.abp_reports .abp_reports_content .abp_reports_item_text h3 {
    margin-top: 0
}

.abp_reports .abp_reports_content .abp_reports_item_text a {
    color: #01724c
}

.abp_reports .abp_reports_content .abp_reports_item_text a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.abp_reports .abp_reports_content .abp_reports_item_text a:hover {
    color: #01724c;
    opacity: 0.8
}

.abp_reports .abp_reports_content .abp_reports_item_text .form-select {
    border: 3px solid #01724c;
    margin: 0;
    width: 150px !important
}

.abp_reports .abp_reports_content .abp_reports_item_text .form-select select {
    width: 150px !important;
    background-color: #f2f2f2 !important
}

.abp_reports_wrap {
    margin: 0 auto;
    max-width: 1240px;
    z-index: 1;
    position: relative
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .abp_reports .abp_reports_content .abp_reports_item {
        margin: 0 6.45%
    }
    .abp_reports .abp_reports_content .abp_reports_item_text h3 {
        font-size: 1.625em !important
    }
}

@media only screen and (max-width: 480px) {
    .abp_reports .abp_reports_overlay {
        height: 54px
    }
    .abp_reports .abp_reports_content .abp_reports_item_image {
        float: none;
        margin-right: 0
    }
    .abp_reports .abp_reports_content .abp_reports_item_text {
        margin-top: 30px
    }
    .abp_reports .abp_reports_content .abp_reports_item_text h3 {
        font-size: 1.5em !important
    }
}

.form-select {
    color: #01724c;
    overflow: hidden;
    height: 40px;
    width: 274px;
    position: relative;
    display: block;
    margin: 20px 0
}

.form-select select {
    font-size: 1.125em;
    line-height: 1.75em;
    font-weight: 700;
    color: #01724c;
    height: 40px;
    padding: 5px;
    background-color: #fff;
    border: 0;
    cursor: pointer;
    outline: none;
    width: 274px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-select select option {
    font-size: 1.125em;
    line-height: 1.25em;
    font-weight: 400;
    color: #656565;
    text-transform: uppercase;
    color: #656565;
    text-shadow: none;
    border: none;
    background-color: #f2f2f2
}

.form-select:focus,
.form-select:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2)
}

.form-select:after {
    content: "\25BC";
    padding: 12px 8px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box
}

.abp_structure {
    background-color: #01724c;
    overflow: hidden;
    color: #fff
}

.abp_structure a {
    color: #fff
}

.abp_structure a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.abp_structure a:hover {
    color: #fff;
    opacity: 0.8
}

.abp_structure_wrap {
    margin: 0 auto;
    max-width: 1240px;
    margin: 3.6452% auto;
    overflow: hidden
}

.abp_structure_wrap h2 {
    color: #fff;
    margin-top: 0
}

.abp_structure_text {
    float: left;
    width: 59.758%
}

.abp_structure_text ul {
    padding: 0;
    list-style: inside
}

.abp_structure_text li {
    font-size: 1.25em;
    margin: 0 0 0.9447% 0
}

.abp_structure_ambassador {
    float: right;
    width: 31.774%
}

.abp_structure_ambassador_title {
    overflow: hidden;
    position: relative
}

.abp_structure_ambassador_title h2 {
    display: inline-block;
    margin: 0
}

.abp_structure_ambassador_title .ambassador_readmore {
    font-size: 1em;
    margin-left: 10px;
    position: absolute;
    bottom: 5px;
    right: 0
}

.abp_structure_ambassador_text {
    overflow: hidden;
    position: relative
}

.abp_structure_ambassador_text blockquote {
    position: relative;
    font-size: 1.75em;
    line-height: 36px;
    font-weight: 300;
    padding: 5px
}

.abp_structure_ambassador_text blockquote:before {
    content: "\201C";
    font-weight: bold;
    font-size: 70px;
    color: #4c9f38;
    position: absolute;
    top: 0.3em;
    left: -0.5em;
    font-family: 'Georgia'
}

.abp_structure_ambassador_text img {
    float: right;
    margin-top: -1.2em
}

.abp_structure_ambassador_text .ambassador_quote {
    font-size: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .abp_structure_wrap {
        padding: 0 1.5873%
    }
    .abp_structure_ambassador {
        width: 34%
    }
    .abp_structure_ambassador_title .ambassador_readmore {
        position: absolute;
        bottom: 0
    }
    .abp_structure_ambassador_text blockquote {
        margin: 0 35px
    }
    .abp_structure_ambassador_text img {
        float: none;
        margin: 0 auto
    }
    .abp_structure_ambassador_text .ambassador_quote {
        position: relative
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .abp_structure_wrap {
        padding: 0 2.5%
    }
    .abp_structure_ambassador {
        width: 34%
    }
    .abp_structure_ambassador_title .ambassador_readmore {
        position: absolute;
        bottom: 0;
        margin-top: 5px
    }
    .abp_structure_ambassador_text blockquote {
        font-size: 1.5em;
        margin: 0 35px
    }
    .abp_structure_ambassador_text img {
        float: none;
        margin: 0 auto
    }
    .abp_structure_ambassador_text .ambassador_quote {
        position: relative
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .abp_structure_wrap {
        padding: 0 2.5%
    }
    .abp_structure_wrap h2 {
        font-size: 1.875em
    }
    .abp_structure_ambassador {
        width: 36%
    }
    .abp_structure_ambassador_title .ambassador_readmore {
        position: absolute;
        bottom: 0;
        margin-top: 5px
    }
    .abp_structure_ambassador_text blockquote {
        font-size: 1.25em;
        margin: 0 35px
    }
    .abp_structure_ambassador_text img {
        float: none;
        margin: 0 auto
    }
    .abp_structure_ambassador_text .ambassador_quote {
        position: relative
    }
}

@media only screen and (max-width: 480px) {
    .abp_structure_wrap {
        padding: 0 4.5%
    }
    .abp_structure_text {
        float: none;
        width: auto;
        padding: 0 0 3% 0
    }
    .abp_structure_text h2 {
        font-size: 1.75em
    }
    .abp_structure_ambassador {
        float: none;
        width: auto;
        padding: 0 1.5873% 1% 1.5873%
    }
    .abp_structure_ambassador_title h2 {
        font-size: 1.75em
    }
    .abp_structure_ambassador_text blockquote {
        font-size: 1.5em
    }
    .abp_structure_ambassador_text img {
        float: none;
        margin: 0 auto
    }
    .abp_structure_ambassador_text .ambassador_quote {
        font-size: 1em;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        padding-left: 0;
        text-align: center
    }
}

.abp_info {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.abp_info_wrap {
    margin: 0 auto;
    max-width: 1240px;
    margin: 3.6452% auto;
    overflow: hidden;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex
}

.abp_info_item {
    padding: 25px;
    border: 5px solid #0084b4;
    margin-right: 2.0161%;
    width: 31.7%;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box
}

.abp_info_item a {
    color: #0084b4
}

.abp_info_item a:hover {
    color: #0084b4;
    opacity: 0.8
}

.abp_info_item:last-child {
    margin: 0
}

.abp_info_item h2 {
    margin-top: 0;
    color: #0084b4
}

.abp_info_item ul {
    padding: 0;
    list-style: none
}

.abp_info_item li {
    margin: 0 0 1.7812% 0;
    font-size: 20px
}

.abp_info_item li a {
    color: #0084b4
}

.abp_info_item li a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.abp_info_item li a:hover {
    color: #0084b4;
    opacity: 0.8
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .abp_info_wrap {
        padding: 0 1.5873%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .abp_info_wrap {
        padding: 0 2.5%
    }
    .abp_info_item {
        width: 31.6%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .abp_info_wrap {
        display: block;
        padding: 0 2.5%
    }
    .abp_info_item {
        width: 48.6%;
        margin-bottom: 5%
    }
    .abp_info_item:nth-child(2) {
        margin-right: 0
    }
    .abp_info_item:last-child {
        display: block;
        width: auto;
        margin-right: 0
    }
    .abp_info_item h2 {
        font-size: 1.875em
    }
}

@media only screen and (max-width: 480px) {
    .abp_info_wrap {
        display: block;
        padding: 0 4.5%
    }
    .abp_info_item {
        width: 100%;
        margin: 0 0 5% 0 !important
    }
    .abp_info_item h2 {
        font-size: 1.75em
    }
}

.ep_sdg_grid,
.cpr_contentwrap,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body,
.topics_items_list .topic_item,
.abp_contentwrap,
.abp_contentwrap .abp_content_text_left .abp_quote_body,
.gi_action_wrap,
.gi_sdg_grid,
.regions_challenge,
.regions_challenge_wrap,
.regions_work,
.regions_campaign,
.regions_campaign_wrap,
.ey_contentwrap,
.ey_globe_wrap,
.ey_blurb_wrap {
    *zoom: 1
}

.ep_sdg_grid:before,
.cpr_contentwrap:before,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:before,
.topics_items_list .topic_item:before,
.abp_contentwrap:before,
.abp_contentwrap .abp_content_text_left .abp_quote_body:before,
.gi_action_wrap:before,
.gi_sdg_grid:before,
.regions_challenge:before,
.regions_challenge_wrap:before,
.regions_work:before,
.regions_campaign:before,
.regions_campaign_wrap:before,
.ey_contentwrap:before,
.ey_globe_wrap:before,
.ey_blurb_wrap:before,
.ep_sdg_grid:after,
.cpr_contentwrap:after,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:after,
.topics_items_list .topic_item:after,
.abp_contentwrap:after,
.abp_contentwrap .abp_content_text_left .abp_quote_body:after,
.gi_action_wrap:after,
.gi_sdg_grid:after,
.regions_challenge:after,
.regions_challenge_wrap:after,
.regions_work:after,
.regions_campaign:after,
.regions_campaign_wrap:after,
.ey_contentwrap:after,
.ey_globe_wrap:after,
.ey_blurb_wrap:after {
    content: "";
    display: table
}

.ep_sdg_grid:after,
.cpr_contentwrap:after,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:after,
.topics_items_list .topic_item:after,
.abp_contentwrap:after,
.abp_contentwrap .abp_content_text_left .abp_quote_body:after,
.gi_action_wrap:after,
.gi_sdg_grid:after,
.regions_challenge:after,
.regions_challenge_wrap:after,
.regions_work:after,
.regions_campaign:after,
.regions_campaign_wrap:after,
.ey_contentwrap:after,
.ey_globe_wrap:after,
.ey_blurb_wrap:after {
    clear: both
}

.news_greyarea {
    margin: 0;
    padding: 0;
    background-color: #2b2d2d
}

.news_greyarea_wrap {
    margin: 0 auto;
    max-width: 1440px;
    padding: 4.1667% 0 1.3889% 0;
    overflow: hidden
}

.news_greyarea .news_header {
    margin: 0 auto;
    max-width: 1240px;
    color: #fff
}

.news_greyarea .news_header h1 {
    margin-top: 0
}

.news_greyarea .news_header ul {
    margin: 0;
    padding: 0
}

.news_greyarea .news_header li {
    list-style-type: none;
    display: inline-block;
    font-size: 22px
}

.news_greyarea .news_header li a {
    color: #fff;
    padding: 14px 18px
}

.news_greyarea .news_header li a:hover {
    border-radius: 3px;
    font-weight: 600;
    background-color: #4c9f38;
    color: #fff
}

.news_greyarea .news_header li a.current {
    border-radius: 3px;
    font-weight: 600;
    background-color: #4c9f38;
    color: #fff
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .news_greyarea .news_header h1,
    .news_greyarea .news_header ul {
        text-align: center
    }
    .news_greyarea .news_header li a {
        padding: 10px 18px
    }
}

@media only screen and (max-width: 480px) {
    .news_greyarea .news_header h1 {
        font-size: 36px;
        line-height: 46px;
        text-align: center
    }
    .news_greyarea .news_header li {
        display: block;
        border-bottom: 1px solid #808181;
        text-align: center;
        font-size: 20px
    }
    .news_greyarea .news_header li a {
        color: #fff;
        padding: 14px 18px
    }
    .news_greyarea .news_header li a:hover {
        border-radius: 3px;
        font-weight: 600;
        background-color: #808181;
        color: #fff
    }
    .news_greyarea .news_header li a.current {
        border-radius: 3px;
        font-weight: 600;
        background-color: #808181;
        color: #fff
    }
    .news_greyarea .news_header li a {
        display: block
    }
}

.news_greyarea .news_featured {
    overflow: hidden;
    margin: 2.7778% 0;
    border: 0px solid #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news_greyarea .news_featured_item {
    background-position: 50% center, 50% center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0
}

.news_greyarea .news_featured_item_image {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 575px
}

.news_greyarea .news_featured_item_image img {
    display: block;
    width: 100%;
    height: auto
}

.news_greyarea .news_featured_item_text {
    position: absolute;
    width: 42%;
    color: #fff;
    padding: 1.955%;
    border: 4px solid #fff;
    left: 4%;
    bottom: 5%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
    font-size: 36px;
    line-height: 46px
}

.news_greyarea .news_featured_item_text a {
    color: #fff
}

.news_greyarea .news_featured_item_text a:hover {
    color: rgba(255, 255, 255, 0.8)
}

.news_greyarea .news_featured_item_text_meta {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px
}

.news_greyarea .news_featured_item:first-child {
    width: 71.042%
}

.news_greyarea .news_featured_item:last-child {
    width: 26.181%;
    padding-right: 0 !important
}

.news_greyarea .news_featured_item:last-child .news_featured_item_text {
    position: absolute;
    width: 65%;
    color: #fff;
    padding: 4.7745%;
    border: 4px solid #2b2d2d;
    left: 0;
    bottom: 0;
    background: #2b2d2d;
    z-index: 100;
    font-size: 32px;
    line-height: 40px;
    padding-left: 0
}

.news_greyarea .news_featured_item:last-child .news_featured_item_text_meta {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #808181;
    text-transform: uppercase;
    margin-bottom: 15px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .news_greyarea .news_featured .news_featured_item:first-child .news_featured_item_text {
        width: 65%
    }
    .news_greyarea .news_featured .news_featured_item:last-child .news_featured_item_text {
        width: 80%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news_greyarea .news_featured .news_featured_item_text_meta {
        font-size: 13px
    }
    .news_greyarea .news_featured .news_featured_item:first-child .news_featured_item_text {
        width: 65%;
        font-size: 30px;
        line-height: 38px
    }
    .news_greyarea .news_featured .news_featured_item:last-child .news_featured_item_text {
        width: 80%;
        font-size: 28px;
        line-height: 32px
    }
    .news_greyarea .news_featured .news_featured_item:last-child .news_featured_item_text_meta {
        font-size: 13px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .news_greyarea .news_featured .news_featured {
        display: block !important
    }
    .news_greyarea .news_featured .news_featured_item:first-child,
    .news_greyarea .news_featured .news_featured_item:last-child {
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 20px
    }
    .news_greyarea .news_featured .news_featured_item:first-child .news_featured_item_text,
    .news_greyarea .news_featured .news_featured_item:last-child .news_featured_item_text {
        width: 80%;
        font-size: 28px;
        line-height: 32px;
        padding-left: 2.2222% !important
    }
    .news_greyarea .news_featured .news_featured_item:first-child .news_featured_item_text_meta,
    .news_greyarea .news_featured .news_featured_item:last-child .news_featured_item_text_meta {
        font-size: 13px
    }
    .news_greyarea .news_featured .news_featured_item:first-child {
        padding-bottom: 20px
    }
    .news_greyarea .news_featured .news_featured_item:first-child .news_featured_item_text {
        bottom: 8%
    }
}

@media only screen and (max-width: 480px) {
    .news_greyarea .news_featured .news_featured {
        display: block !important
    }
    .news_greyarea .news_featured .news_featured_item:first-child,
    .news_greyarea .news_featured .news_featured_item:last-child {
        width: auto !important;
        padding-right: 0 !important;
        margin-bottom: 20px
    }
    .news_greyarea .news_featured .news_featured_item:first-child .news_featured_item_image,
    .news_greyarea .news_featured .news_featured_item:last-child .news_featured_item_image {
        height: 300px !important
    }
    .news_greyarea .news_featured .news_featured_item:first-child .news_featured_item_text,
    .news_greyarea .news_featured .news_featured_item:last-child .news_featured_item_text {
        position: relative !important;
        bottom: 0;
        left: 0;
        width: auto;
        font-size: 28px;
        line-height: 32px;
        padding-left: 2.2222%
    }
    .news_greyarea .news_featured .news_featured_item:first-child .news_featured_item_text_meta,
    .news_greyarea .news_featured .news_featured_item:last-child .news_featured_item_text_meta {
        font-size: 13px
    }
    .news_greyarea .news_featured .news_featured_item:first-child {
        padding-bottom: 20px
    }
}

.news_greyarea .news_secondtier {
    overflow: hidden;
    margin-bottom: 4.1667%
}

.news_greyarea .news_secondtier .news_mediacontact {
    float: left;
    width: 23.0556%;
    margin: 0 2.0833% 0 0;
    padding: 2.4306% 2.2222%;
    background: #0084b4
}

.news_greyarea .news_secondtier .news_mediacontact_wrap {
    overflow: hidden
}

.news_greyarea .news_secondtier .news_mediacontact_wrap h6 {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 18px;
    color: #a3c8dc;
    text-transform: uppercase
}

.news_greyarea .news_secondtier .news_mediacontact .mediacontact {
    border-bottom: 1px solid #49a5c7;
    margin-bottom: 9.0361%;
    overflow: hidden
}

.news_greyarea .news_secondtier .news_mediacontact .mediacontact_image {
    float: left;
    width: 30.1205%;
    margin: 0 6.6265% 3% 0
}

.news_greyarea .news_secondtier .news_mediacontact .mediacontact_image img {
    width: 100%;
    display: block;
    height: auto
}

.news_greyarea .news_secondtier .news_mediacontact .mediacontact_text {
    overflow: hidden;
    color: #fff
}

.news_greyarea .news_secondtier .news_mediacontact .mediacontact_text h5 {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 600
}

.news_greyarea .news_secondtier .news_mediacontact .mediacontact_text p {
    margin: 0;
    font-size: 16px;
    line-height: 28px
}

.news_greyarea .news_secondtier .news_mediacontact .mediacontact ul {
    padding: 0 0 10px 0;
    display: block;
    color: #fff;
    clear: both
}

.news_greyarea .news_secondtier .news_mediacontact .mediacontact ul li {
    margin-bottom: 10px
}

.news_greyarea .news_secondtier .news_mediacontact .mediacontact ul li i {
    margin-right: 8px
}

.news_greyarea .news_secondtier .news_mediacontact .mediacontact ul a {
    color: #fff
}

.news_greyarea .news_secondtier .news_mediacontact .mediacontact ul a:hover {
    color: rgba(255, 255, 255, 0.8)
}

.news_greyarea .news_secondtier .news_mediacontact .mediacontact:last-child {
    border-bottom: 0px solid #49a5c7;
    margin-bottom: 0 !important
}

.news_greyarea .news_secondtier .news_mediacontact .mediaresources {
    overflow: hidden
}

.news_greyarea .news_secondtier .news_mediacontact .mediaresources h5 {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 600
}

.news_greyarea .news_secondtier .news_mediacontact .mediaresources ul {
    padding: 0;
    margin: 0;
    display: block;
    color: #fff
}

.news_greyarea .news_secondtier .news_mediacontact .mediaresources ul a {
    color: #fff
}

.news_greyarea .news_secondtier .news_mediacontact .mediaresources ul a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.news_greyarea .news_secondtier .news_mediacontact .mediaresources ul a:hover {
    color: #fff;
    opacity: 0.8
}

.news_greyarea .news_secondtier .news_mediacontact .mediaresources ul li {
    padding-bottom: 10px
}

.news_greyarea .news_secondtier .secondnewslist {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news_greyarea .news_secondtier .secondnewslist_item {
    position: relative;
    padding-right: 2.778%;
    z-index: 0
}

.news_greyarea .news_secondtier .secondnewslist_item img {
    display: block;
    width: 100%;
    height: auto
}

.news_greyarea .news_secondtier .secondnewslist_item_text {
    font-size: 32px;
    line-height: 40px
}

.news_greyarea .news_secondtier .secondnewslist_item_text a {
    color: #fff
}

.news_greyarea .news_secondtier .secondnewslist_item_text a:hover {
    color: rgba(255, 255, 255, 0.8)
}

.news_greyarea .news_secondtier .secondnewslist_item_text_meta {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #808181;
    text-transform: uppercase;
    margin-bottom: 4.4118%
}

.news_greyarea .news_secondtier .secondnewslist_item:first-child {
    width: 33.3951%
}

.news_greyarea .news_secondtier .secondnewslist_item:first-child img {
    display: none;
    height: auto
}

.news_greyarea .news_secondtier .secondnewslist_item:first-child .secondnewslist_item_text_meta {
    background: transparent url("../img/white_Rule.png") no-repeat scroll left bottom;
    padding-bottom: 8.8235%
}

.news_greyarea .news_secondtier .secondnewslist_item:last-child {
    width: 63.8%;
    padding-right: 0 !important
}

.news_greyarea .news_secondtier .secondnewslist_item:last-child img {
    margin-bottom: 6.5502%;
    height: auto
}

.news_greyarea .news_secondtier .secondnewslist_item:last-child .secondnewslist_item_text {
    position: absolute;
    width: 65%;
    color: #fff;
    padding: 2.62%;
    border: 4px solid #2b2d2d;
    left: 0;
    bottom: -5%;
    background: #2b2d2d;
    z-index: 100;
    padding-left: 0
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .news_greyarea .news_secondtier .news_mediacontact .mediacontact_image {
        float: none !important;
        margin: 0 auto;
        width: 50%
    }
    .news_greyarea .news_secondtier .news_mediacontact .mediacontact_text {
        margin-top: 2%
    }
    .news_greyarea .news_secondtier .news_mediacontact .mediacontact_text h5 {
        margin: 0 0 2px !important
    }
    .news_greyarea .news_secondtier .secondnewslist_item:last-child .secondnewslist_item_text {
        width: 80%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news_greyarea .news_secondtier .news_mediacontact .mediacontact_image {
        float: none !important;
        width: auto;
        margin-right: 0 !important
    }
    .news_greyarea .news_secondtier .news_mediacontact .mediacontact_text {
        margin-top: 2%;
        word-wrap: break-word
    }
    .news_greyarea .news_secondtier .news_mediacontact .mediacontact_text h5 {
        margin: 0 0 2px !important
    }
    .news_greyarea .news_secondtier .news_mediacontact .mediacontact ul {
        word-wrap: break-word
    }
    .news_greyarea .news_secondtier .news_mediacontact .mediacontact ul li {
        font-size: 16px
    }
    .news_greyarea .news_secondtier .secondnewslist_item_text {
        font-size: 30px;
        line-height: 38px
    }
    .news_greyarea .news_secondtier .secondnewslist_item_text_meta {
        font-size: 13px
    }
    .news_greyarea .news_secondtier .secondnewslist_item:first-child {
        width: 36.3951% !important
    }
    .news_greyarea .news_secondtier .secondnewslist_item:first-child .secondnewslist_item_text_meta {
        padding-bottom: 13%
    }
    .news_greyarea .news_secondtier .secondnewslist_item:last-child {
        width: 60.8% !important
    }
    .news_greyarea .news_secondtier .secondnewslist_item:last-child .secondnewslist_item_text {
        width: 80%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .news_greyarea .news_secondtier .news_mediacontact {
        float: none;
        margin: 0 0 2.0833% 0;
        width: auto
    }
    .news_greyarea .news_secondtier .news_mediacontact .mediacontact {
        float: left;
        width: 45%;
        margin-right: 3%;
        padding-right: 20px;
        border-right: 1px solid #49a5c7;
        border-bottom: 0px solid #49a5c7
    }
    .news_greyarea .news_secondtier .news_mediacontact .mediacontact:last-child {
        margin-right: 0 !important;
        border-right: 0px !important;
        padding-right: 0 !important
    }
    .news_greyarea .news_secondtier .news_mediacontact .mediacontact_image {
        max-width: 150px;
        width: auto !important
    }
    .news_greyarea .news_secondtier .secondnewslist_item {
        width: 100% !important;
        padding-right: 0 !important
    }
    .news_greyarea .news_secondtier .secondnewslist_item_text {
        font-size: 30px;
        line-height: 38px
    }
    .news_greyarea .news_secondtier .secondnewslist_item_text_meta {
        font-size: 13px
    }
    .news_greyarea .news_secondtier .secondnewslist_item:first-child {
        padding: 20px 2.2222%
    }
    .news_greyarea .news_secondtier .secondnewslist_item:first-child .secondnewslist_item_text_meta {
        padding-bottom: 4%
    }
    .news_greyarea .news_secondtier .secondnewslist_item:last-child .secondnewslist_item_text {
        width: 80%;
        padding-left: 2.2222% !important
    }
}

@media only screen and (max-width: 480px) {
    .news_greyarea .news_secondtier .news_mediacontact {
        float: none;
        width: auto;
        margin: 0 0 4% 0
    }
    .news_greyarea .news_secondtier .news_mediacontact .mediacontact_image {
        max-width: 150px;
        width: auto !important
    }
    .news_greyarea .news_secondtier .secondnewslist_item_text {
        font-size: 30px;
        line-height: 38px
    }
    .news_greyarea .news_secondtier .secondnewslist_item_text_meta {
        font-size: 13px
    }
    .news_greyarea .news_secondtier .secondnewslist_item:first-child,
    .news_greyarea .news_secondtier .secondnewslist_item:last-child {
        width: auto;
        padding: 0 0 20px 0 !important
    }
    .news_greyarea .news_secondtier .secondnewslist_item:first-child {
        padding-left: 2.2222% !important
    }
    .news_greyarea .news_secondtier .secondnewslist_item:last-child img {
        margin-bottom: 0;
        height: auto
    }
    .news_greyarea .news_secondtier .secondnewslist_item:last-child .secondnewslist_item_text {
        position: relative;
        bottom: 0;
        width: auto;
        padding-left: 2.2222% !important
    }
}

.news_whitearea {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.news_whitearea_wrap {
    padding: 4.1667% 0;
    margin: 0 auto;
    max-width: 1240px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news_whitearea_wrap .news_whitearea_item {
    position: relative;
    margin-bottom: 50px
}

.news_whitearea_wrap .news_whitearea_item_text a {
    color: #000
}

.news_whitearea_wrap .news_whitearea_item_text a:hover {
    color: rgba(0, 0, 0, 0.6)
}

.news_whitearea_wrap .news_whitearea_item img {
    width: 100%;
    display: block;
    height: auto
}

.news_whitearea_wrap .news_whitearea_item:nth-child(1),
.news_whitearea_wrap .news_whitearea_item:nth-child(2) {
    width: 49%;
    max-width: 600px
}

.news_whitearea_wrap .news_whitearea_item:nth-child(1) img,
.news_whitearea_wrap .news_whitearea_item:nth-child(2) img {
    margin-bottom: 15%;
    height: auto
}

.news_whitearea_wrap .news_whitearea_item:nth-child(1) .news_whitearea_item_text,
.news_whitearea_wrap .news_whitearea_item:nth-child(2) .news_whitearea_item_text {
    position: absolute;
    width: 75%;
    color: #fff;
    padding: 3%;
    border: 4px solid #fff;
    left: 0;
    bottom: -5%;
    background: #fff;
    z-index: 100;
    font-size: 32px;
    line-height: 40px;
    padding-left: 0
}

.news_whitearea_wrap .news_whitearea_item:nth-child(1) .news_whitearea_item_text_meta,
.news_whitearea_wrap .news_whitearea_item:nth-child(2) .news_whitearea_item_text_meta {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #808181;
    text-transform: uppercase;
    margin-bottom: 4.41175%
}

.news_whitearea_wrap .news_whitearea_item:nth-child(n+3) {
    width: 31.7%;
    max-width: 393px
}

.news_whitearea_wrap .news_whitearea_item:nth-child(n+3) .news_whitearea_item_text {
    padding: 5.0891% 0;
    font-size: 26px;
    line-height: 34px
}

.news_whitearea_wrap .news_whitearea_item:nth-child(n+3) .news_whitearea_item_text_meta {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #808181;
    text-transform: uppercase;
    margin-bottom: 4.41175%
}

.news_whitearea_wrap .news_loadmore {
    text-align: center;
    margin: 0 auto;
    padding: 1em
}

.news_whitearea_wrap .news_loadmore a {
    display: inline-block;
    margin: 0;
    padding: 0.7em 1em;
    background-color: #4c9f38;
    color: #fff
}

.news_whitearea_wrap .news_loadmore a:hover {
    background-color: #3a782a
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .news_whitearea .news_whitearea_item_text {
        padding-left: 3% !important
    }
    .news_whitearea .news_whitearea_item:nth-child(1) .news_whitearea_item_text,
    .news_whitearea .news_whitearea_item:nth-child(2) .news_whitearea_item_text {
        width: 80%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news_whitearea .news_whitearea_item {
        margin-bottom: 40px
    }
    .news_whitearea .news_whitearea_item_text {
        padding-left: 3% !important
    }
    .news_whitearea .news_whitearea_item:nth-child(1) img,
    .news_whitearea .news_whitearea_item:nth-child(2) img {
        margin-bottom: 0 !important;
        height: auto
    }
    .news_whitearea .news_whitearea_item:nth-child(1) .news_whitearea_item_text,
    .news_whitearea .news_whitearea_item:nth-child(2) .news_whitearea_item_text {
        width: auto;
        position: relative !important;
        bottom: 0 !important;
        font-size: 30px;
        line-height: 38px
    }
    .news_whitearea .news_whitearea_item:nth-child(1) .news_whitearea_item_text_meta,
    .news_whitearea .news_whitearea_item:nth-child(2) .news_whitearea_item_text_meta {
        font-size: 13px
    }
    .news_whitearea .news_whitearea_item:nth-child(n+3) .news_whitearea_item_text {
        font-size: 24px;
        line-height: 32px
    }
    .news_whitearea .news_whitearea_item:nth-child(n+3) .news_whitearea_item_text_meta {
        font-size: 13px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .news_whitearea .news_whitearea_item {
        margin-bottom: 40px
    }
    .news_whitearea .news_whitearea_item:nth-child(1) img,
    .news_whitearea .news_whitearea_item:nth-child(2) img {
        margin-bottom: 0 !important;
        height: auto
    }
    .news_whitearea .news_whitearea_item:nth-child(1) .news_whitearea_item_text,
    .news_whitearea .news_whitearea_item:nth-child(2) .news_whitearea_item_text {
        width: auto;
        position: relative !important;
        bottom: 0 !important;
        font-size: 30px;
        line-height: 38px;
        padding-left: 3% !important
    }
    .news_whitearea .news_whitearea_item:nth-child(1) .news_whitearea_item_text_meta,
    .news_whitearea .news_whitearea_item:nth-child(2) .news_whitearea_item_text_meta {
        font-size: 13px
    }
    .news_whitearea .news_whitearea_item:nth-child(n+3) .news_whitearea_item_text {
        width: auto;
        font-size: 24px;
        line-height: 32px;
        padding: 5.0891% 3% !important
    }
    .news_whitearea .news_whitearea_item:nth-child(n+3) .news_whitearea_item_text_meta {
        font-size: 13px
    }
}

@media only screen and (max-width: 480px) {
    .news_whitearea .news_whitearea_item:nth-child(1),
    .news_whitearea .news_whitearea_item:nth-child(2),
    .news_whitearea .news_whitearea_item:nth-child(n+3) {
        width: auto;
        max-width: none
    }
    .news_whitearea .news_whitearea_item:nth-child(1) img,
    .news_whitearea .news_whitearea_item:nth-child(2) img,
    .news_whitearea .news_whitearea_item:nth-child(n+3) img {
        margin-bottom: 0;
        height: auto
    }
    .news_whitearea .news_whitearea_item:nth-child(1) .news_whitearea_item_text,
    .news_whitearea .news_whitearea_item:nth-child(2) .news_whitearea_item_text,
    .news_whitearea .news_whitearea_item:nth-child(n+3) .news_whitearea_item_text {
        position: relative;
        bottom: 0;
        width: auto;
        padding: 3% !important
    }
}

.news_whitearea_additional {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: opacity 1.5s ease-out
}

.news_whitearea_additional_wrap {
    padding: 0 0 4.1667% 0;
    margin: 0 auto;
    max-width: 1240px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news_whitearea_additional_wrap .news_whitearea_additional_item {
    position: relative;
    margin-bottom: 50px;
    width: 31.7%;
    max-width: 393px
}

.news_whitearea_additional_wrap .news_whitearea_additional_item .news_whitearea_item_text {
    padding: 5.0891% 0;
    font-size: 26px;
    line-height: 34px
}

.news_whitearea_additional_wrap .news_whitearea_additional_item .news_whitearea_item_text .news_whitearea_item_text_meta {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #808181;
    text-transform: uppercase;
    margin-bottom: 4.41175%
}

.news_whitearea_additional_wrap .news_whitearea_additional_item .news_whitearea_item_text a {
    color: #000
}

.news_whitearea_additional_wrap .news_whitearea_additional_item .news_whitearea_item_text a:hover {
    color: rgba(0, 0, 0, 0.6)
}

.news_whitearea_additional_wrap .news_whitearea_additional_item img {
    width: 100%;
    display: block;
    height: auto
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news_whitearea_additional .news_whitearea_additional_item {
        margin-bottom: 40px
    }
    .news_whitearea_additional .news_whitearea_additional_item_text {
        padding-left: 3% !important
    }
    .news_whitearea_additional .news_whitearea_additional_item .news_whitearea_item_text {
        font-size: 24px;
        line-height: 32px
    }
    .news_whitearea_additional .news_whitearea_additional_item .news_whitearea_item_text_meta {
        font-size: 13px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .news_whitearea_additional .news_whitearea_additional_item {
        margin-bottom: 40px
    }
    .news_whitearea_additional .news_whitearea_additional_item .news_whitearea_item_text {
        width: auto;
        font-size: 24px;
        line-height: 32px;
        padding: 5.0891% 3% !important
    }
    .news_whitearea_additional .news_whitearea_additional_item .news_whitearea_item_text_meta {
        font-size: 13px
    }
}

@media only screen and (max-width: 480px) {
    .news_whitearea_additional .news_whitearea_additional_item {
        width: auto;
        max-width: none
    }
    .news_whitearea_additional .news_whitearea_additional_item img {
        margin-bottom: 0;
        height: auto
    }
    .news_whitearea_additional .news_whitearea_additional_item .news_whitearea_item_text {
        position: relative;
        bottom: 0;
        width: auto;
        padding: 3% !important
    }
}

body {
    background: #fff
}

.pm_event_banner {
    overflow: hidden;
    margin: 10px 0;
    padding: 0;
    position: relative
}

.pm_event_banner p {
    font-size: 16px;
    line-height: 28px
}

.pm_event_banner .banner_info {
    overflow: auto;
    width: 95%;
    background-color: #0083b3;
    padding-left: 5%
}

.pm_event_banner .banner_info .banner_img {
    margin: 0;
    padding: 0;
    float: right;
    width: 50%
}

.pm_event_banner .banner_info img {
    position: relative;
    display: block;
    width: 100%;
    height: 452px;
    object-fit: cover
}

.pm_event_banner .title {
    text-transform: uppercase;
    color: #fff
}

.pm_event_banner .taxonomy {
    text-transform: uppercase;
    color: #fff;
    background: #024256;
    padding: 7px;
    font-size: 14px
}

.pm_event_banner .site_title {
    color: #fff
}

.pm_event_banner .site_title h1 {
    margin: 10px 0;
    padding: 0
}

.pm_event_banner .event_date {
    color: #fff;
    font-size: 24px
}

.pm_event_banner .location {
    color: #fff;
    font-size: 24px
}

.pm_event_banner .event_details {
    margin-top: 7%
}

.rule {
    border-bottom: 1px solid #d7d7d7;
    position: absolute;
    z-index: 9;
    top: 62px;
    left: 1px;
    width: 100%
}

.event_page {
    position: relative;
    padding: 0 10% 0 5%
}

.event_page .event_page_left {
    width: 70%;
    float: left;
    margin-right: 5%
}

.event_page .event_page_left h5 {
    font-size: 26px
}

.event_page .event_page_left h6 {
    font-size: 30px;
    margin-bottom: 21px;
    margin-top: 63px
}

.event_page .event_page_right {
    width: 25%;
    float: right;
    padding-top: 10%
}

.event_page h5 {
    clear: both;
    margin-bottom: 20px
}

.event_page .intro {
    font-size: 30px;
    line-height: 40px;
    padding-top: 77px;
    display: block
}

.event_page .twitter {
    margin-top: 10px
}

.event_page .twitter .title {
    color: #4791d8
}

.content_sidebar_highlight {
    background-color: #4b9f37;
    color: #fff;
    margin: 20px 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px
}

.content_sidebar_highlight img {
    width: 100%;
    height: 205px;
    object-fit: cover
}

.content_sidebar_highlight h3 {
    margin: 0.5em 0
}

.content_sidebar_highlight_item {
    display: block;
    margin: 2em
}

.content_sidebar_highlight_item .btn {
    padding: 10px;
    background: #fff;
    text-transform: uppercase;
    font-weight: bold;
    color: #4b9f37;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin: 20px 0
}

.content_sidebar_highlight_item .btn:hover {
    background: #4b9f37;
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff
}

.content_sidebar_highlight_item .content_sidebar_highlight_item_title {
    font-weight: 100
}

.content_sidebar_highlight_item ul li {
    list-style: none;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.3)
}

.speakers {
    margin-bottom: 20px;
    overflow: auto
}

.speakers ul {
    margin-left: 0;
    padding-left: 0 !important
}

.speakers ul li {
    list-style: none;
    width: 30%;
    padding-right: 3%;
    float: left;
    margin-bottom: 20px
}

.speakers img {
    float: left;
    width: 45%;
    height: 100px;
    object-fit: cover;
    padding-right: 10px
}

.speakers a {
    display: block;
    font-weight: bold;
    font-size: 16px
}

.speakers .speaker_info {
    font-size: 14px;
    font-style: italic;
    line-height: 22px;
    display: block
}

.taxonomy_pack {
    padding-bottom: 40px;
    display: block
}

.taxonomy_pack a {
    background: #e5f3f6;
    border: 1px solid #0083b3;
    padding: 10px;
    font-weight: bold;
    margin-top: 2em;
    font-size: 18px;
    display: inline-block
}

.other_events {
    border-top: 1px solid #ccc;
    clear: both
}

.other_events div {
    background: #f2f2f2;
    width: 30%;
    display: inline-block;
    padding: 10px 0 10px 10px;
    margin-right: 2%
}

.other_events div:last-child {
    margin-right: 0
}

.other_events .o_event_info {
    width: 100%
}

.other_events img {
    float: right;
    padding-left: 10px;
    width: 40%
}

.other_events .toptitle {
    text-transform: uppercase;
    display: block
}

.other_events .e_title {
    font-weight: bold;
    padding-top: 10px;
    display: block
}

.other_events .e_dates {
    padding-top: 10px;
    font-style: italic;
    display: block
}

.other_events .see_all_e {
    text-align: right;
    display: block;
    padding-top: 10px;
    font-size: 14px
}

.schedule_list {
    border: 2px solid #4791d8;
    padding: 10px;
    color: #4791d8;
    font-weight: bold
}

.schedule table {
    width: 100%;
    background: none;
    border-collapse: collapse;
    margin: 2em 0
}

.schedule table tr {
    border-bottom: 1px solid #d7d7d7
}

.schedule table tr:last-child {
    border-bottom: 0 solid #d7d7d7
}

.schedule table tr th {
    padding: 1em;
    background: #0083b3;
    color: #fff;
    text-align: left
}

.schedule table td {
    vertical-align: top
}

.schedule table th:first-child {
    width: 20%
}

.schedule .info {
    padding-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

.schedule .info img {
    float: left;
    width: 15%;
    padding-right: 20px
}

.schedule .info img:after {
    clear: both
}

.schedule .info .title_1 {
    font-weight: bold;
    display: block
}

.schedule .info .role {
    font-style: italic;
    display: block
}

.schedule .info .role::after {
    clear: both
}

.schedule .info .title_2 {
    margin-top: 10px;
    display: block;
    font-weight: bold
}

.schedule .info .cont {
    width: 82%;
    margin-left: 18%;
    display: block
}

.schedule .info p {
    clear: both;
    margin-top: 10px
}

.schedule .info .add_this_e {
    margin-top: 10px;
    font-size: 14px;
    margin-left: 18%;
    padding-bottom: 20px;
    display: block
}

.schedule .info .add_this_e ul {
    display: inline-block;
    margin: 0;
    padding: 0
}

.schedule .info .add_this_e ul li:last-child {
    border-right: 0
}

.schedule .info .add_this_e li {
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #ccc
}

.news,
.events,
.exhibits {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    overflow: auto;
    font-size: 20px
}

.news img,
.events img,
.exhibits img {
    float: right;
    padding-left: 10px;
    padding-top: 20px;
    width: 25%
}

.news .news_title,
.news .events_title,
.news .exhibits_title,
.events .news_title,
.events .events_title,
.events .exhibits_title,
.exhibits .news_title,
.exhibits .events_title,
.exhibits .exhibits_title {
    font-weight: bold;
    display: block
}

.news .news_date,
.news .events_date,
.news .exhibits_date,
.events .news_date,
.events .events_date,
.events .exhibits_date,
.exhibits .news_date,
.exhibits .events_date,
.exhibits .exhibits_date {
    font-style: italic;
    margin-bottom: 10px;
    display: block
}

.news:last-child,
.events:last-child,
.exhibits:last-child {
    border-bottom: 0
}

.gwm_ts_footer {
    clear: both
}

@media screen and (max-width: 767px) {
    .mobile_header {
        position: relative
    }
    .pm_event_banner .banner_info .banner_img,
    .pm_event_banner .banner_info .event_details {
        margin: 0;
        padding: 0;
        float: none;
        width: 100%;
        display: block
    }
    .rule {
        display: none
    }
    .speakers img {
        float: left;
        width: 100%
    }
    .event_page_left,
    .event_page_right {
        width: 100% !important;
        display: block !important;
        float: none
    }
    .event_page .intro {
        padding-top: 0px !important
    }
    .pm_event_banner .banner_info {
        width: 100%;
        padding: 0
    }
    .pm_event_banner .banner_info {
        padding-bottom: 5%
    }
    .pm_event_banner .banner_info .event_details {
        padding: 5%;
        width: 90%
    }
    .pm_event_banner .site_title h1 {
        font-size: 36px
    }
    .speakers ul li {
        width: 45%;
        padding-right: 5%
    }
    .event_page .event_page_left h6,
    .event_page .event_page_left h5 {
        line-height: 32px
    }
    .other_events div {
        width: 100%;
        display: block;
        margin-bottom: 15px;
        overflow: auto
    }
    .schedule td:first-child {
        width: 35%
    }
    .news img,
    .exhibits img {
        float: none;
        width: 100%
    }
    .news,
    .exhibits {
        overflow: hidden
    }
}

@media screen and (max-width: 1007px) {
    .rule {
        display: none
    }
}

@media screen and (min-width: 768px) and (max-width: 1006px) {
    .resp-tabs-list li {
        font-size: 18px;
        display: inline-block;
        padding: 13px 10px
    }
}

@media screen and (min-width: 768px) and (max-width: 1264px) {
    .pm_event_banner .banner_info img {
        width: auto;
        height: 452px;
        object-fit: cover
    }
    .pm_event_banner .site_title h1 {
        font-size: 2.6em
    }
}

.event-news-billboard-image img {
    height: 125px;
    max-width: 300px;
    object-fit: cover
}

.news-title a {
    font-size: 20px;
    font-weight: bold
}

.event-news-wrapper .event-news-row .views-field-created span {
    margin-bottom: 20px;
    display: block;
    margin-top: 20px;
    font-weight: 300;
    text-transform: uppercase
}

.event-news-wrapper .event-news-row:nth-child(odd) {
    min-height: 220px;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey
}

.event-news-wrapper .event-news-row:nth-child(odd) .event-news-body {
    float: left;
    max-width: calc(100% - 300px)
}

.event-news-wrapper .event-news-row:nth-child(odd) .views-field-field-article-billboard-image {
    float: right
}

.event-news-wrapper .event-news-row:nth-child(even) .event-news-billboard-image {
    display: none
}

.event-materials-wrapper .event-news-row {
    min-height: 5px !important
}

.event-schedule .event-speaker-item img {
    height: 85px;
    width: 150px;
    object-fit: cover
}

.event-schedule .event-schedule-timewrapper {
    width: 235px;
    float: left
}

.event-schedule .views-field-field-title {
    float: right;
    width: calc(100% - 390px)
}

.event-schedule .views-field-field-event-item-description {
    float: right;
    width: calc(100% - 390px)
}

.event-speakers-wrapper {
    float: left;
    width: calc(100% - 240px);
    display: block
}

.event-speakers-wrapper img {
    height: 85px;
    width: 150px;
    object-fit: cover;
    float: left;
    margin-right: 20px
}

.event-speakers-wrapper .paragraph {
    min-height: 90px
}

ul.resp-tabs-list {
    margin: 0px;
    padding: 0px
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none
}

.resp-tab-content {
    display: none;
    padding: 15px
}

.resp-tab-active {
    border: 0px solid #0083b3 !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 13px 15px;
    border-top: 0px solid #0083b3 !important;
    border-bottom: 4px solid #0083b3 !important
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff
}

.resp-content-active,
.resp-accordion-active {
    display: block
}

.resp-tab-content {
    border: 0px solid #c1c1c1;
    border-top-color: #5AB1D0
}

h2.resp-accordion {
    font-size: 22px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    font-weight: 700;
    padding: 10px 15px
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #5AB1D0 !important;
    border-left: 4px solid #5AB1D0 !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797
}

h2.resp-tab-active {
    background: #DBDBDB
}

.resp-easy-accordion h2.resp-accordion {
    display: block
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1
}

.resp-jfit {
    width: 100%;
    margin: 0px
}

.resp-tab-content-active {
    display: block
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1
}

@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none
    }
    h2.resp-accordion {
        display: block
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none
    }
    .resp-accordion-closed {
        display: none !important
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important
    }
}

.red {
    color: #e81f35
}

.light-red {
    color: #f0402d
}

.red-wine {
    color: #c8202e
}

.green {
    color: #01724c
}

.yellow {
    color: #fa9e0b
}

.dark-yellow {
    color: #e6b81f
}

.blue {
    color: #0869a1
}

.darkblue {
    color: #0e486c
}

.red-bg {
    background-color: #e81f35
}

.green-bg {
    background-color: #01724c
}

.yellow-bg {
    background-color: #fa9e0b
}

.blue-bg {
    background-color: #0869a1
}

.darkblue-bg {
    background-color: #0e486c
}

.ep_sdg_grid,
.cpr_contentwrap,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body,
.topics_items_list .topic_item,
.abp_contentwrap,
.abp_contentwrap .abp_content_text_left .abp_quote_body,
.gi_action_wrap,
.gi_sdg_grid,
.regions_challenge,
.regions_challenge_wrap,
.regions_work,
.regions_campaign,
.regions_campaign_wrap,
.ey_contentwrap,
.ey_globe_wrap,
.ey_blurb_wrap {
    *zoom: 1
}

.ep_sdg_grid:before,
.cpr_contentwrap:before,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:before,
.topics_items_list .topic_item:before,
.abp_contentwrap:before,
.abp_contentwrap .abp_content_text_left .abp_quote_body:before,
.gi_action_wrap:before,
.gi_sdg_grid:before,
.regions_challenge:before,
.regions_challenge_wrap:before,
.regions_work:before,
.regions_campaign:before,
.regions_campaign_wrap:before,
.ey_contentwrap:before,
.ey_globe_wrap:before,
.ey_blurb_wrap:before,
.ep_sdg_grid:after,
.cpr_contentwrap:after,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:after,
.topics_items_list .topic_item:after,
.abp_contentwrap:after,
.abp_contentwrap .abp_content_text_left .abp_quote_body:after,
.gi_action_wrap:after,
.gi_sdg_grid:after,
.regions_challenge:after,
.regions_challenge_wrap:after,
.regions_work:after,
.regions_campaign:after,
.regions_campaign_wrap:after,
.ey_contentwrap:after,
.ey_globe_wrap:after,
.ey_blurb_wrap:after {
    content: "";
    display: table
}

.ep_sdg_grid:after,
.cpr_contentwrap:after,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:after,
.topics_items_list .topic_item:after,
.abp_contentwrap:after,
.abp_contentwrap .abp_content_text_left .abp_quote_body:after,
.gi_action_wrap:after,
.gi_sdg_grid:after,
.regions_challenge:after,
.regions_challenge_wrap:after,
.regions_work:after,
.regions_campaign:after,
.regions_campaign_wrap:after,
.ey_contentwrap:after,
.ey_globe_wrap:after,
.ey_blurb_wrap:after {
    clear: both
}

.abp_info_item,
.regions_news .regions_news_title h2,
.regions_news .regions_news_filter {
    display: inline-block;
    vertical-align: top
}

.btn {
    padding: 15px 20px;
    text-align: center;
    display: inline-block
}

.btn-white {
    font-size: 1.125em;
    line-height: 1.25em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff !important;
    background: #00AEEF
}

.btn-white:hover {
    background: #ebebeb;
    transition: all 0.3s ease;
    cursor: pointer
}

.btn-white:active {
    background: #005170
}

.btn-white a {
    color: #fff
}

.btn-white a:hover {
    color: #00AEEF;
    opacity: 0.8
}

@media only screen and (max-width: 480px) {
    .btn-white {
        display: inline-block
    }
}

.btn-orange {
    display: inline-block;
    font-size: 1.125em;
    line-height: 1.25em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #ee6318 !important;
    background: #ee6318
}

.btn-orange:hover {
    background: #ce520f;
    transition: all 0.3s ease;
    cursor: pointer
}

.btn-orange:active {
    background: #7d3209
}

.btn-orange a {
    color: #fff
}

.btn-orange a:hover {
    color: #fff;
    opacity: 0.8
}

.gi_header {
    margin: 0;
    padding: 0;
    min-height: 920px;
    background: url(../img/B&W607282090.png);
    background-size: cover;
    background-repeat: no-repeat
}

.gi_header_wrap {
    margin: 0 auto;
    max-width: 1270px;
    padding: 5.55556% 0;
    border: 0px solid #333
}

.gi_header_text {
    margin: 0;
    padding: 0;
    padding: 0 0 0 2.3622%;
    color: #fff
}

.gi_header_text h1 {
    margin: 0
}

.gi_header_text h4 {
    margin-top: 15px
}

.gi_header_text p {
    font-size: 1.875em;
    margin-bottom: 20px
}

.gi_header_stab {
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding: 0 0 0 2.3622%
}

.gi_header_stab_item {
    position: relative;
    display: inline-block
}

.gi_header_stab_item:first-child {
    width: 31.0234%
}

.gi_header_stab_item:first-child .gi_header_stab_item_overlay {
    left: 40px;
    right: 40px
}

.gi_header_stab_item:first-child,
.gi_header_stab_item:nth-child(2) {
    margin: 0 1.9685% 0 0
}

.gi_header_stab_item:nth-child(2),
.gi_header_stab_item:nth-child(3) {
    width: 31.0234%
}

.gi_header_stab_item:nth-child(2) .gi_header_stab_item_overlay,
.gi_header_stab_item:nth-child(3) .gi_header_stab_item_overlay {
    left: 40px;
    right: 40px
}

.gi_header_stab_item:nth-child(3) {
    margin: 0
}

.gi_header_stab_item img {
    display: block;
    width: 100%;
    height: auto
}

.gi_header_stab_item_overlay {
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border: 4px solid #fff;
    padding: 21px;
    bottom: 5%
}

.gi_header_stab_item_overlay a {
    color: #fff
}

.gi_header_stab_item_overlay a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.gi_header_stab_item_overlay a:hover {
    color: #fff;
    opacity: 0.8
}

.gi_header_stab_item_overlay h2 {
    margin: 0 0 10px 0;
    font-weight: 600
}

.gi_header_readmore {
    text-align: right;
    color: #fff;
    margin: 10px 27px 0 0;
    display: block
}

.gi_header_readmore a {
    color: #fff
}

.gi_header_readmore a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.gi_header_readmore a:hover {
    color: #fff;
    opacity: 0.8
}

@media only screen and (max-width: 480px) {
    .gi_header_wrap {
        padding: 3.8194% 4.5%
    }
    .gi_header_text h1 {
        font-size: 2.8125em !important;
        line-height: 1.25em !important
    }
    .gi_header_text p {
        font-size: 1em !important
    }
    .gi_header_stab_item {
        width: auto !important;
        margin: 0 0 1.9685% 0 !important;
        display: block
    }
    .gi_header_stab_item:first-child .gi_header_stab_item_overlay {
        left: 16%;
        right: 10%
    }
    .gi_header_stab_item:nth-child(2) .gi_header_stab_item_overlay,
    .gi_header_stab_item:nth-child(3) .gi_header_stab_item_overlay {
        left: 8%;
        right: 8%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .gi_header_wrap {
        padding: 3.8194% 2.5%
    }
    .gi_header_text h1 {
        font-size: 2.8125em !important;
        line-height: 1.25em !important
    }
    .gi_header_text p {
        font-size: 1.25em !important
    }
    .gi_header_stab_item:first-child,
    .gi_header_stab_item:nth-child(2) {
        width: 48.5% !important;
        margin: 0 1.9685% 1.9685% 0 !important
    }
    .gi_header_stab_item:first-child .gi_header_stab_item_overlay,
    .gi_header_stab_item:nth-child(2) .gi_header_stab_item_overlay {
        left: 16%;
        right: 10%
    }
    .gi_header_stab_item:nth-child(3) {
        display: block;
        width: 100%;
        margin: 0 0 1.9685% 0 !important
    }
    .gi_header_stab_item:nth-child(2) {
        margin: 0 0 1.9685% 0 !important
    }
    .gi_header_stab_item:nth-child(2) .gi_header_stab_item_overlay,
    .gi_header_stab_item:nth-child(3) .gi_header_stab_item_overlay {
        left: 8%;
        right: 8%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gi_header {
        min-height: 620px
    }
    .gi_header_wrap {
        padding: 3.8194% 2.5%
    }
    .gi_header_stab_item:first-child .gi_header_stab_item_overlay {
        left: 40px;
        right: 15px
    }
    .gi_header_stab_item:first-child,
    .gi_header_stab_item:nth-child(2) {
        margin: 0 1.82% 0 0
    }
    .gi_header_stab_item:nth-child(2) .gi_header_stab_item_overlay,
    .gi_header_stab_item:nth-child(3) .gi_header_stab_item_overlay {
        left: 10px;
        right: 10px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .gi_header {
        min-height: 620px
    }
    .gi_header_wrap {
        padding: 3.8194% 1.5873%
    }
    .gi_header_stab_item:first-child,
    .gi_header_stab_item:nth-child(2) {
        margin: 0 1.82% 0 0
    }
}

.gi_action {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.gi_action_wrap {
    background-color: #00AEEF;
    overflow: hidden
}

.gi_action_secondwrap {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1440px;
    position: relative
}

.gi_action_main {
    margin: 0 auto;
    max-width: 1440px;
    border: 8px solid #fff;
    margin: 100px auto;
    min-height: 400px
}

.gi_action_main_text {
    color: #fff;
    float: left;
    width: 51%;
    padding: 4.8611% 6.25% 4.8611% 4.8611%
}

.gi_action_main_text h2 {
    margin-bottom: 10px
}

.gi_action_main_text_meta {
    font-size: 1.25em;
    font-weight: 300;
    text-transform: uppercase
}

.gi_action_main_image {
    position: absolute;
    right: 1%;
    top: 5%;
    overflow: hidden
}

.gi_action_main_image img {
    display: block;
    width: 100%;
    height: auto
}

.gi_action_whitearea {
    margin: 0 auto;
    max-width: 1240px;
    padding: 5.5556% 0;
    overflow: hidden
}

.gi_action_whitearea_item {
    float: left;
    width: 47.9839%;
    overflow: hidden
}

.gi_action_whitearea_item:first-child {
    margin: 0 4.0323% 0 0
}

.gi_action_whitearea_item:last-child {
    margin: 0
}

.gi_action_whitearea_item_image {
    position: relative;
    display: block;
    max-height: 330px
}

.gi_action_whitearea_item_image img {
    display: block;
    width: 100%;
    height: auto
}

.gi_action_whitearea_item_image:before {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background-color: rgba(238, 99, 24, 0.8);
    right: -34%;
    bottom: -71%;
    border-radius: 55%
}

.gi_action_whitearea_item_image .gi_action_whitearea_image_floater {
    position: absolute;
    bottom: 4%;
    right: 2%
}

.gi_action_whitearea_item_text {
    display: block;
    background-color: #f2f2f2;
    padding: 30px
}

.gi_action_whitearea_item_text h2 {
    font-weight: 600;
    margin: 0 0 15px 0
}

.gi_action_whitearea_readmore {
    display: block;
    clear: both;
    text-align: right;
    color: #0084b4;
    padding: 20px 0 0 0
}

.gi_action_whitearea_readmore a {
    color: #0084b4
}

.gi_action_whitearea_readmore a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.gi_action_whitearea_readmore a:hover {
    color: #0084b4;
    opacity: 0.8
}

@media only screen and (max-width: 480px) {
    .gi_action_main {
        min-height: auto !important;
        margin: 20px auto !important
    }
    .gi_action_main_text {
        float: none;
        width: auto
    }
    .gi_action_main_image {
        position: relative
    }
    .gi_action_main_image:before {
        height: 150px;
        width: 150px;
        right: -9%;
        bottom: -24%
    }
    .gi_action_whitearea {
        margin: 3.8194% 4.5%
    }
    .gi_action_whitearea_item {
        float: none;
        width: auto;
        margin: 0 0 10% 0 !important
    }
    .gi_action_whitearea_item_image:before {
        height: 150px;
        width: 150px;
        right: -9%;
        bottom: -24%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .gi_action_main {
        min-height: auto !important;
        overflow: hidden
    }
    .gi_action_main_text {
        width: 45%;
        padding: 4.8611% 2.5% 4.8611% 2.5%
    }
    .gi_action_main_image {
        width: 50%
    }
    .gi_action_main_image:before {
        height: 150px;
        width: 150px;
        right: -5%;
        bottom: -15%
    }
    .gi_action_whitearea {
        margin: 3.8194% 2.5%
    }
    .gi_action_whitearea_item {
        float: none;
        width: auto;
        margin: 0 0 10% 0 !important
    }
    .gi_action_whitearea_item_image:before {
        height: 150px;
        width: 150px;
        right: -5%;
        bottom: -15%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gi_action_main {
        min-height: auto;
        overflow: hidden
    }
    .gi_action_main_image {
        width: 38%
    }
    .gi_action_main_image:before {
        height: 260px;
        width: 260px
    }
    .gi_action_whitearea {
        margin: 3.8194% 2.5%
    }
    .gi_action_whitearea_item_image:before {
        height: 280px;
        width: 280px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .gi_action_main {
        min-height: auto;
        overflow: hidden
    }
    .gi_action_main_image {
        width: 35%
    }
    .gi_action_main_image:before {
        height: 290px;
        width: 290px
    }
    .gi_action_whitearea {
        margin: 3.8194% 1.5873%
    }
    .gi_action_whitearea_item_image:before {
        height: 330px;
        width: 330px
    }
}

.gi_sdg {
    background-color: #01724c;
    overflow: hidden
}

.gi_sdg_wrap {
    margin: 0 auto;
    max-width: 1240px;
    overflow: hidden;
    margin: 4.8611% auto
}

.gi_sdg_text {
    color: #fff;
    width: 75%
}

.gi_sdg_text h2 {
    margin: 0
}

.gi_sdg_text a {
    color: #fff
}

.gi_sdg_text a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.gi_sdg_text a:hover {
    color: #fff;
    opacity: 0.8
}

.gi_sdg_text a {
    font-size: 1em
}

.gi_sdg_grid_item {
    width: 31.33333%;
    vertical-align: top;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    float: left;
    margin-right: 3%;
    margin-bottom: 30px;
    min-height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gi_sdg_grid_item:nth-child(3n) {
    margin-right: 0
}

.gi_sdg_grid_item_image {
    min-width: 100px;
    max-width: 0;
    -ms-flex-item-align: center;
    align-self: center;
    width: 0;
    display: -ms-flexbox;
    display: flex
}

.gi_sdg_grid_item_image img {
    display: block;
    max-width: 100%;
    height: auto
}

.gi_sdg_grid_item_text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 55%;
    max-width: 55%;
    margin: 10px 0;
    padding-left: 20px
}

.gi_sdg_grid_item_text h3 {
    font-size: 1.125em;
    line-height: 1.375em;
    text-transform: uppercase;
    margin: 0
}

.gi_sdg_grid_item_text .grid_text_description {
    font-size: 1em;
    line-height: 1.375em;
    color: #2b2d2d
}

.gi_sdg_grid_item_button {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 15%;
    max-width: 15%
}

@media only screen and (max-width: 480px) {
    .gi_sdg_wrap {
        margin: 3.8194% 4.5%
    }
    .gi_sdg_text {
        width: auto
    }
    .gi_sdg_grid_item {
        float: none;
        width: auto;
        margin: 15px 0
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .gi_sdg_wrap {
        margin: 3.8194% 2.5%
    }
    .gi_sdg_text {
        width: auto
    }
    .gi_sdg_grid_item {
        width: 47%
    }
    .gi_sdg_grid_item:nth-child(2n) {
        margin-right: 0
    }
    .gi_sdg_grid_item:nth-child(3n) {
        margin-right: 3%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gi_sdg_wrap {
        margin: 3.8194% 2.5%
    }
    .gi_sdg_text {
        width: auto
    }
    .gi_sdg_grid_item {
        width: 47%
    }
    .gi_sdg_grid_item:nth-child(2n) {
        margin-right: 0
    }
    .gi_sdg_grid_item:nth-child(3n) {
        margin-right: 3%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .gi_sdg_wrap {
        margin: 3.8194% 1.5873%
    }
}

.ep_sdg_grid,
.cpr_contentwrap,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body,
.topics_items_list .topic_item,
.abp_contentwrap,
.abp_contentwrap .abp_content_text_left .abp_quote_body,
.gi_action_wrap,
.gi_sdg_grid,
.regions_challenge,
.regions_challenge_wrap,
.regions_work,
.regions_campaign,
.regions_campaign_wrap,
.ey_contentwrap,
.ey_globe_wrap,
.ey_blurb_wrap {
    *zoom: 1
}

.ep_sdg_grid:before,
.cpr_contentwrap:before,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:before,
.topics_items_list .topic_item:before,
.abp_contentwrap:before,
.abp_contentwrap .abp_content_text_left .abp_quote_body:before,
.gi_action_wrap:before,
.gi_sdg_grid:before,
.regions_challenge:before,
.regions_challenge_wrap:before,
.regions_work:before,
.regions_campaign:before,
.regions_campaign_wrap:before,
.ey_contentwrap:before,
.ey_globe_wrap:before,
.ey_blurb_wrap:before,
.ep_sdg_grid:after,
.cpr_contentwrap:after,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:after,
.topics_items_list .topic_item:after,
.abp_contentwrap:after,
.abp_contentwrap .abp_content_text_left .abp_quote_body:after,
.gi_action_wrap:after,
.gi_sdg_grid:after,
.regions_challenge:after,
.regions_challenge_wrap:after,
.regions_work:after,
.regions_campaign:after,
.regions_campaign_wrap:after,
.ey_contentwrap:after,
.ey_globe_wrap:after,
.ey_blurb_wrap:after {
    content: "";
    display: table
}

.ep_sdg_grid:after,
.cpr_contentwrap:after,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:after,
.topics_items_list .topic_item:after,
.abp_contentwrap:after,
.abp_contentwrap .abp_content_text_left .abp_quote_body:after,
.gi_action_wrap:after,
.gi_sdg_grid:after,
.regions_challenge:after,
.regions_challenge_wrap:after,
.regions_work:after,
.regions_campaign:after,
.regions_campaign_wrap:after,
.ey_contentwrap:after,
.ey_globe_wrap:after,
.ey_blurb_wrap:after {
    clear: both
}

.abp_info_item,
.regions_news .regions_news_title h2,
.regions_news .regions_news_filter {
    display: inline-block;
    vertical-align: top
}

.btn {
    font-size: 1.125em;
    line-height: 1.25em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
    border: 1px solid #82bc74
}

@media only screen and (max-width: 480px) {
    .btn {
        font-size: .9375em;
        line-height: 1.125em;
        padding: 10px 15px
    }
}

.btn-range {
    display: inline-block;
    width: calc(45.4% - 1em);
    margin: 0 1em 0 0
}

.btn-range:last-child {
    margin: 0
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .btn-range {
        width: calc(42.4% - 1em)
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn-range {
        width: calc(40.4% - 1em)
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .btn-range {
        width: calc(40.4% - 1em)
    }
}

@media only screen and (max-width: 480px) {
    .btn-range {
        width: calc(35.4% - 1em)
    }
}

.btn-green {
    background: #4c9f38
}

.btn-green:hover {
    background: #3e812d;
    transition: all 0.3s ease
}

.btn-green:active {
    background: #1f4117
}

.icon {
    display: block;
    min-height: 22px;
    z-index: 999
}

.icon-phone {
    background-position: 0 20%;
    background-repeat: no-repeat;
    padding: 0 0 10px 28px;
    background-image: url(../img/telephone_icon.png)
}

.icon-mphone {
    background-position: 0 20%;
    background-repeat: no-repeat;
    padding: 0 0 10px 28px;
    background-image: url(../img/mobile_icon.png)
}

.icon-email {
    background-position: 0 20%;
    background-repeat: no-repeat;
    padding: 0 0 10px 28px;
    background-image: url(../img/email_icon.png)
}

.icon-facebook {
    background-position: 0 20%;
    background-repeat: no-repeat;
    padding: 0 0 10px 28px;
    background-image: url(../img/Facebook_icon.png)
}

.icon-twitter {
    background-position: 0 20%;
    background-repeat: no-repeat;
    padding: 0 0 10px 28px;
    background-image: url(../img/Twitter_icon.png)
}



.region .form-select select option {
    font-size: 1.125em;
    line-height: 1.25em;
    font-weight: 400;
    color: #656565;
    text-transform: uppercase;
    color: #656565;
    text-shadow: none;
    border: none;
    background-color: #f2f2f2
}

.region .form-select:focus,
.region .form-select:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2)
}

.region .form-select:after {
    content: "\25BC";
    padding: 12px 8px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .region .form-select {
        margin: 5% auto 8% auto
    }
}

@media only screen and (max-width: 480px) {
    .region .form-select {
        width: 250px;
        margin: 5% auto 8% auto
    }
    .region .form-select select {
        font-size: 1em;
        line-height: 1.25em
    }
    .region .form-select select option {
        font-size: .9375em;
        line-height: 1.125em
    }
}

.regions_header {
    margin: 0;
    padding: 0;
    position: relative;
    background-position: center;
    background-size: cover;
    overflow: hidden
}

.regions_header_image {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.regions_header_image img {
    display: block;
    width: 100%
}

.regions_header_image::before {
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, transparent 59%, transparent 75%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=.7);
    position: absolute;
    width: 100%;
    height: 100%
}

.regions_header_textwrap {
    margin: 0 auto;
    max-width: 1240px;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%
}

.regions_header_textwrap .regions_header_text {
    width: 70%;
    text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.8);
    color: #fff
}

.regions_header_textwrap .regions_header_text p {
    font-size: 1.875em;
    line-height: 38px;
    font-weight: 400
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .regions_header {
        height: 580px
    }
    .regions_header_textwrap {
        margin: 0 1.5873%;
        top: 30%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .regions_header {
        height: 530px
    }
    .regions_header_textwrap {
        margin: 0 2.5%;
        top: 20%
    }
    .regions_header_textwrap .regions_header_text {
        width: 90%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .regions_header {
        height: 430px
    }
    .regions_header_textwrap {
        margin: 0 2.5%;
        top: 20%
    }
    .regions_header_textwrap .regions_header_text {
        width: 90%
    }
    .regions_header_textwrap .regions_header_text h1 {
        font-size: 2.25em !important;
        line-height: 1.375em !important
    }
    .regions_header_textwrap .regions_header_text p {
        font-size: 1.5625em !important;
        line-height: 1.25em !important
    }
}

@media only screen and (max-width: 480px) {
    .regions_header {
        height: 380px
    }
    .regions_header_textwrap {
        margin: 0 4.5%;
        top: 15%
    }
    .regions_header_textwrap .regions_header_text {
        width: 90%
    }
    .regions_header_textwrap .regions_header_text h1 {
        font-size: 2.25em !important;
        line-height: 1.25em !important
    }
    .regions_header_textwrap .regions_header_text p {
        font-size: 1.125em !important;
        line-height: 1.375em !important
    }
}

.regions_facts {
    margin: 0;
    padding: 0;
    background-color: #01724c
}

.regions_facts_wrap {
    margin: 0 auto;
    max-width: 1240px;
    padding: 3.2258% 0
}

.regions_facts_wrap .regions_facts_text {
    display: inline-block;
    width: 44.5%;
    color: #fff;
    font-size: 1.875em;
    line-height: 2.375em;
    font-weight: 400;
    vertical-align: top;
    height: 100%
}

.regions_facts_wrap .regions_facts_text:nth-child(1) {
    border-right: 1px solid #579a84;
    padding-right: 5%
}

.regions_facts_wrap .regions_facts_text:nth-child(2) {
    padding-left: 5%
}

.regions_facts_wrap .regions_facts_text img {
    margin-right: 4%;
    float: left
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .regions_facts_wrap {
        padding: 3.2258% 1.5873%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .regions_facts_wrap {
        padding: 3.2258% 2.5%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .regions_facts_wrap {
        padding: 3.2258% 2.5%
    }
    .regions_facts_wrap .regions_facts_text {
        width: 44%;
        text-align: center
    }
    .regions_facts_wrap .regions_facts_text img {
        float: none;
        margin: 0 auto 10px auto;
        text-align: center;
        display: block
    }
}

@media only screen and (max-width: 480px) {
    .regions_facts_wrap {
        padding: 3.2258% 4.5%
    }
    .regions_facts_wrap .regions_facts_text {
        width: 100%;
        display: block;
        text-align: center
    }
    .regions_facts_wrap .regions_facts_text:first-child,
    .regions_facts_wrap .regions_facts_text:last-child {
        padding: 0;
        border-right: 0px
    }
    .regions_facts_wrap .regions_facts_text:first-child {
        padding-bottom: 30px;
        border-bottom: 1px solid #579a84
    }
    .regions_facts_wrap .regions_facts_text:last-child {
        padding-top: 30px
    }
    .regions_facts_wrap .regions_facts_text img {
        display: block;
        float: none;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 10px
    }
}

.regions_challenge {
    margin-top: 8.3333%
}

.regions_challenge_wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1240px;
    z-index: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8.0645%
}

.regions_challenge_text {
    float: left;
    width: 46.86%;
    margin: 0 4.27% 0 0
}

.regions_challenge_text .regions_challenge_meta {
    font-size: 1.125em;
    line-height: 1.25em;
    font-weight: 400;
    color: #656565;
    text-transform: uppercase
}

.regions_challenge_text h5 {
    color: #0084b4
}

.regions_challenge_image {
    position: relative;
    width: 48.79%;
    float: right;
    z-index: 0
}

.regions_challenge_image img {
    display: block;
    width: 100%
}

.regions_challenge_image .img_floater {
    position: absolute;
    transform: translate(-15%, -59%);
    z-index: 999
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .regions_challenge {
        margin: 8.3333% 1.5873%
    }
    .regions_challenge_image {
        width: 44.79%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .regions_challenge {
        margin: 8.3333% 2.5%
    }
    .regions_challenge_image {
        width: 43.79%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .regions_challenge {
        margin: 8.3333% 2.5% 8.3333% 2.5%
    }
    .regions_challenge_wrap {
        padding-bottom: 17%
    }
    .regions_challenge_text {
        float: none;
        margin: 0 0 10% 0;
        width: 100%
    }
    .regions_challenge_image {
        width: 86%
    }
}

@media only screen and (max-width: 480px) {
    .regions_challenge {
        margin: 8.3333% 4.5% 8.3333% 4.5%
    }
    .regions_challenge_wrap {
        padding-bottom: 27%
    }
    .regions_challenge_text {
        float: none;
        margin: 0 0 10% 0;
        width: 100%
    }
    .regions_challenge_text h5 {
        font-size: 1.375em
    }
    .regions_challenge_text p {
        font-size: 1em;
        line-height: 1.5em
    }
    .regions_challenge_image {
        width: 90%
    }
}

.regions_work {
    margin: 6.9444% 0
}

.regions_work_wrap {
    margin: 0 auto;
    max-width: 1240px;
    z-index: 0;
    overflow: hidden
}

.regions_work_wrap .regions_work_title {
    float: left;
    width: 59.67%;
    margin-right: 17.17%
}

.regions_work_wrap .regions_work_title .meta {
    font-size: 1.125em;
    line-height: 1.25em;
    font-weight: 400;
    color: #656565;
    text-transform: uppercase
}

.regions_work_wrap .regions_work_title h5 {
    color: #0084b4
}

.regions_work_wrap .regions_work_filter {
    overflow: hidden
}

.regions_work_wrap .regions_work_filter .meta {
    font-size: 1.125em;
    line-height: 1.25em;
    font-weight: 400;
    color: #656565;
    text-transform: uppercase;
    text-transform: none
}

.regions_work_slider_wrap {
    padding: 0 0 0 100px;
    overflow: hidden;
    position: relative
}

.regions_work_slider_wrap .regions_work_slideitem {
    display: inline-block;
    width: 415px;
    margin-right: 30px;
    margin-bottom: 30px;
    background-color: #f2f2f2
}

.regions_work_slider_wrap .regions_work_slideitem:last-child {
    margin-right: 0
}

.regions_work_slider_wrap .regions_work_slideitem_image {
    overflow: hidden
}

.regions_work_slider_wrap .regions_work_slideitem_image img {
    display: block;
    width: 100%;
    height: auto
}

.regions_work_slider_wrap .regions_work_slideitem_text {
    padding: 20px 25px;
    background-color: #f2f2f2
}

.regions_work_slider_wrap .regions_work_slideitem_text h5 {
    margin: 0
}

.regions_work_slider_wrap .regions_work_slideitem_text a {
    color: #000
}

.regions_work_slider_wrap .regions_work_slideitem_text a:hover {
    color: #0084b4
}

.regions_work_slider_wrap .slick-prev-button {
    width: 30px;
    height: 59px;
    background: transparent url("../img/large-chevron.png") no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1000;
    top: 33%;
    left: 2.5%
}

.regions_work_slider_wrap .slick-prev-button:hover {
    cursor: pointer;
    opacity: 0.7
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .regions_work {
        margin: 6.9444% 1.5873%
    }
    .regions_work_wrap .regions_work_title {
        margin-right: 0 !important
    }
    .regions_work_wrap .regions_work_filter {
        float: right
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .regions_work {
        margin: 6.9444% 2.5%
    }
    .regions_work_wrap .regions_work_title {
        margin-right: 0 !important
    }
    .regions_work_wrap .regions_work_filter {
        float: right
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .regions_work {
        margin: 6.9444% 2.5%
    }
    .regions_work_wrap .regions_work_title {
        float: none;
        margin-right: 0;
        width: 100%
    }
}

@media only screen and (max-width: 480px) {
    .regions_work {
        margin: 6.9444% 4.5%
    }
    .regions_work_wrap .regions_work_title {
        float: none;
        margin-right: 0;
        width: 100%
    }
    .regions_work_wrap .regions_work_title h5 {
        font-size: 1.375em
    }
    .regions_work_slider_wrap {
        padding: 0 0 0 25px
    }
    .regions_work_slider_wrap .regions_work_slideitem {
        width: 300 !important
    }
    .regions_work_slider_wrap .regions_work_slideitem_text h5 {
        font-size: 1.375em
    }
    .regions_work_slider_wrap .slick-prev-button {
        height: 40px;
        width: 20px;
        left: -0.6%
    }
}

.regions_campaign {
    background-color: #0084b4;
    margin: 0;
    padding: 0
}

.regions_campaign a {
    color: #fff
}

.regions_campaign a:hover {
    color: rgba(255, 255, 255, 0.6)
}

.regions_campaign_wrap {
    margin: 0 auto;
    max-width: 1240px;
    color: #fff;
    margin: 4.8611% auto
}

.regions_campaign_wrap h2 {
    margin-top: 0
}

.regions_campaign .campaign_area {
    float: left;
    width: 62.58%;
    padding: 0 3.225% 0 0;
    border-right: 1px solid #6caec6
}

.regions_campaign .campaign_area_image {
    margin: 0;
    padding: 0
}

.regions_campaign .campaign_area_image img {
    display: block;
    width: 100%;
    height: auto
}

.regions_campaign .campaign_area span {
    font-size: 1.25em;
    line-height: 1.75em;
    font-weight: 400;
    color: #fff
}

.regions_campaign .campaign_area_social {
    margin: 3.225% 0 0 0;
    text-align: center
}

.regions_campaign .campaign_area_social .fa {
    font-size: 1.4em;
    margin-right: 10px;
    vertical-align: baseline
}

.regions_campaign .campaign_resources {
    overflow: hidden;
    padding: 0 0 0 3.225%
}

.regions_campaign .campaign_resources_image {
    margin: 0;
    padding: 0
}

.regions_campaign .campaign_resources_image img {
    display: block;
    width: 100%;
    height: auto
}

.regions_campaign .campaign_resources_text {
    font-size: 1.25em;
    line-height: 1.75em;
    font-weight: 400;
    color: #fff
}

.regions_campaign .campaign_resources_text a {
    color: #fff;
    display: block;
    font-weight: 700;
    margin-top: 10px
}

.regions_campaign .campaign_resources_text a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.regions_campaign .campaign_resources_text a:hover {
    color: rgba(255, 255, 255, 0.8)
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .regions_campaign_wrap {
        margin: 4.8611% 1.5873%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .regions_campaign_wrap {
        margin: 4.8611% 2.5%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .regions_campaign_wrap {
        margin: 4.8611% 2.5%
    }
    .regions_campaign_wrap h2 {
        font-size: 1.875em
    }
    .regions_campaign .campaign_area {
        float: none;
        padding: 0 0 10% 0;
        width: 100%;
        border-right: 0px
    }
    .regions_campaign .campaign_area span {
        font-size: 1em;
        line-height: 1.5625em
    }
    .regions_campaign .campaign_area_social {
        margin: 3.225% 0
    }
    .regions_campaign .campaign_resources {
        padding: 0
    }
}

@media only screen and (max-width: 480px) {
    .regions_campaign_wrap {
        margin: 4.8611% 4.5%
    }
    .regions_campaign_wrap h2 {
        font-size: 1.75em
    }
    .regions_campaign .campaign_area {
        float: none;
        padding: 0 0 10% 0;
        width: 100%;
        border-right: 0px
    }
    .regions_campaign .campaign_area span {
        font-size: 1em;
        line-height: 1.5625em
    }
    .regions_campaign .campaign_area_social {
        margin: 3.225% 0
    }
    .regions_campaign .campaign_area_social .fa {
        margin: 0 0 10px 0;
        display: block
    }
    .regions_campaign .campaign_resources {
        padding: 0
    }
    .regions_campaign .campaign_resources h3 {
        font-size: 1.5em !important
    }
    .regions_campaign .campaign_resources_text {
        font-size: 1em;
        line-height: 1.5625em
    }
}

.regions_news {
    margin: 4.8611% 0
}

.regions_news_wrap {
    margin: 0 auto;
    max-width: 1240px
}

.regions_news .regions_news_title {
    display: block;
    margin-bottom: 45px
}

.regions_news .regions_news_title h2 {
    margin: 0 10px 0 0
}

.regions_news .regions_news_filter .form-select {
    margin: 0;
    width: auto
}

.regions_news .regions_news_filter .form-select select {
    width: auto
}

.regions_news .regions_news_resource_wrap {
    overflow: hidden
}

.regions_news .regions_news_resource_wrap .regions_news_item {
    overflow: hidden;
    width: 100%
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(1),
.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(2) {
    width: 49%;
    max-width: 600px;
    display: inline-block;
    vertical-align: top
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(1) .regions_news_item_image,
.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(2) .regions_news_item_image {
    width: 100%
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(1) .regions_news_item_image img,
.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(2) .regions_news_item_image img {
    display: block;
    width: 100%;
    height: auto
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(1) .regions_news_item_text,
.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(2) .regions_news_item_text {
    overflow: hidden;
    color: #656565;
    padding: 20px 0
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(1) .regions_news_item_text_type,
.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(2) .regions_news_item_text_type {
    font-size: 14px;
    text-transform: uppercase
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(1) .regions_news_item_text h3,
.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(2) .regions_news_item_text h3 {
    margin: 0;
    padding: 0;
    margin-top: 15px
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(1) .regions_news_item_text a,
.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(2) .regions_news_item_text a {
    color: #000
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(1) .regions_news_item_text a:hover,
.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(2) .regions_news_item_text a:hover {
    color: #0084b4
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(1) .regions_news_item_text .regions_news_event_details,
.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(2) .regions_news_item_text .regions_news_event_details {
    color: #000;
    font-size: 16px;
    font-style: italic;
    padding-top: 10px
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(1) .regions_news_readmore,
.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(2) .regions_news_readmore {
    float: right;
    font-size: 16px
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(1) .regions_news_readmore a,
.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(2) .regions_news_readmore a {
    color: #0084b4
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(1) .regions_news_readmore a:after,
.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(2) .regions_news_readmore a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(1) .regions_news_readmore a:hover,
.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(2) .regions_news_readmore a:hover {
    color: rgba(0, 132, 180, 0.8)
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(2) {
    float: right
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(n+3) {
    margin: 0;
    padding: 0;
    float: left;
    margin: 20px 30px 0 0;
    max-width: 393px;
    padding: 0
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(n+3) .regions_news_item_image {
    width: 100%
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(n+3) .regions_news_item_image img {
    display: block;
    width: 100%;
    height: auto
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(n+3) .regions_news_item_text {
    overflow: hidden;
    color: #656565;
    padding: 20px 0
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(n+3) .regions_news_item_text_type {
    font-size: 14px;
    text-transform: uppercase
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(n+3) .regions_news_item_text h5 {
    margin: 0;
    padding: 0;
    margin-top: 15px
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(n+3) .regions_news_item_text a {
    color: #000
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(n+3) .regions_news_item_text a:hover {
    color: #0084b4
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(n+3) .regions_news_item_text .regions_news_event_details {
    color: #000;
    font-size: 16px;
    font-style: italic;
    padding-top: 10px
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(n+3) .regions_news_readmore {
    float: right;
    font-size: 16px;
    margin-top: 10px
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(n+3) .regions_news_readmore a {
    color: #0084b4
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(n+3) .regions_news_readmore a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(n+3) .regions_news_readmore a:hover {
    color: rgba(0, 132, 180, 0.8)
}

.regions_news .regions_news_resource_wrap .regions_news_item:nth-child(5) {
    margin-right: 0
}

.regions_news .regions_news_resource_wrap .bluebg .regions_news_item_text {
    background-color: #0084b4 !important;
    color: #fff !important;
    padding: 20px !important
}

.regions_news .regions_news_resource_wrap .bluebg .regions_news_item_text a {
    color: #fff !important
}

.regions_news .regions_news_resource_wrap .bluebg .regions_news_item_text a:hover {
    color: rgba(255, 255, 255, 0.8) !important
}

.regions_news .regions_news_resource_wrap .regions_events .regions_news_item_image {
    position: relative;
    overflow: hidden;
    z-index: 0
}

.regions_news .regions_news_resource_wrap .regions_events .regions_news_item_image:before {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background-color: rgba(76, 159, 56, 0.9);
    right: -19%;
    bottom: -51%;
    border-radius: 55%
}

.regions_news .regions_news_resource_wrap .regions_events .regions_news_item_image .regions_event_calendar {
    position: absolute;
    right: 4%;
    bottom: 4%;
    background: url(../img/calendar_icon.png) no-repeat;
    background-size: contain;
    margin: 10px;
    width: 120px;
    height: 100px;
    z-index: 9999;
    text-align: center
}

.regions_news .regions_news_resource_wrap .regions_events .regions_news_item_image .regions_event_calendar .regions_calendar_date,
.regions_news .regions_news_resource_wrap .regions_events .regions_news_item_image .regions_event_calendar .regions_calendar_month {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    display: block
}

.regions_news .regions_news_resource_wrap .regions_events .regions_news_item_image .regions_event_calendar .regions_calendar_date {
    font-size: 26px;
    margin-top: 32px
}

.regions_news .regions_news_resource_wrap .regions_events .regions_news_item_image .regions_event_calendar .regions_calendar_month {
    font-size: 16px
}

.regions_news .regions_news_resource_wrap .regions_news_loadmore {
    text-align: center;
    padding: 1em
}

.regions_news .regions_news_resource_wrap .regions_news_loadmore a {
    display: inline-block;
    margin: 0;
    padding: 0.7em 1em;
    background-color: #4c9f38;
    color: #fff
}

.regions_news .regions_news_resource_wrap .regions_news_loadmore a:hover {
    background-color: #3a782a
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .regions_news {
        margin: 4.8611% 1.5873%
    }
    .regions_news .regions_news_resource_wrap .regions_news_item:nth-child(n+3) {
        width: 49%;
        margin: 15px 19px 0 0;
        max-width: 600px
    }
    .regions_news .regions_news_resource_wrap .regions_news_item:nth-child(4) {
        margin-right: 0
    }
    .regions_news .regions_news_resource_wrap .regions_news_loadmore {
        clear: both
    }
    .regions_news .regions_news_resource_wrap .regions_events .regions_news_item_image:before {
        bottom: -69%;
        right: -30%
    }
    .regions_news .regions_news_resource_wrap .regions_events .regions_news_item_image .regions_event_calendar {
        width: 100px;
        bottom: -3%;
        right: 0.5%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .regions_news {
        margin: 4.8611% 2.5%
    }
    .regions_news .regions_news_resource_wrap .regions_news_item:nth-child(n+3) {
        width: 49%;
        margin: 15px 15px 0 0;
        max-width: 600px
    }
    .regions_news .regions_news_resource_wrap .regions_news_item:nth-child(4) {
        margin-right: 0
    }
    .regions_news .regions_news_resource_wrap .regions_news_loadmore {
        clear: both
    }
    .regions_news .regions_news_resource_wrap .regions_events .regions_news_item_image:before {
        bottom: -88%;
        right: -35%
    }
    .regions_news .regions_news_resource_wrap .regions_events .regions_news_item_image .regions_event_calendar {
        width: 100px;
        bottom: -3%;
        right: 0.5%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .regions_news {
        margin: 4.8611% 2.5%
    }
    .regions_news .regions_news_title {
        margin-bottom: 10px
    }
    .regions_news .regions_news_title h2 {
        font-size: 1.875em;
        margin: 0 0 3% 0
    }
    .regions_news .regions_news_filter {
        margin: 0 0 0 1.5%
    }
    .regions_news .regions_news_resource_wrap .regions_news_item .regions_news_item_text h3 {
        font-size: 1.625em !important;
        line-height: 1.25em
    }
    .regions_news .regions_news_resource_wrap .regions_news_item:nth-child(n+3) {
        width: 49%;
        margin: 15px 9px 0 0
    }
    .regions_news .regions_news_resource_wrap .regions_news_item:nth-child(n+3) h5 {
        font-size: 1.375em;
        line-height: 1.25em
    }
    .regions_news .regions_news_resource_wrap .regions_news_item:nth-child(4) {
        margin-right: 0;
        float: right
    }
    .regions_news .regions_news_resource_wrap .regions_news_loadmore {
        clear: both
    }
    .regions_news .regions_news_resource_wrap .regions_events .regions_news_item_image:before {
        display: none
    }
    .regions_news .regions_news_resource_wrap .regions_events .regions_news_item_image .regions_event_calendar {
        display: none
    }
}

@media only screen and (max-width: 480px) {
    .regions_news {
        margin: 4.8611% 4.5%
    }
    .regions_news .regions_news_title h2 {
        font-size: 1.75em;
        line-height: 1.25em;
        margin: 0 0 10% 0
    }
    .regions_news .regions_news_filter {
        display: block
    }
    .regions_news .regions_news_filter .form-select {
        width: auto;
        margin: 0 auto
    }
    .regions_news .regions_news_filter .form-select select {
        width: auto
    }
    .regions_news .regions_news_resource_wrap .regions_news_item {
        width: 100%;
        margin: 0 0 20px 0
    }
    .regions_news .regions_news_resource_wrap .regions_news_item:nth-child(1),
    .regions_news .regions_news_resource_wrap .regions_news_item:nth-child(2),
    .regions_news .regions_news_resource_wrap .regions_news_item:nth-child(n+3) {
        width: 100%;
        margin: 0 0 20px 0;
        max-width: none !important
    }
    .regions_news .regions_news_resource_wrap .regions_news_item .regions_news_item_text h3,
    .regions_news .regions_news_resource_wrap .regions_news_item .regions_news_item_text h5 {
        font-size: 1.5em !important;
        line-height: 1.3125em;
        margin: 7px 0 0 0 !important
    }
    .regions_news .regions_news_resource_wrap .regions_events .regions_news_item_image:before {
        display: none
    }
    .regions_news .regions_news_resource_wrap .regions_events .regions_news_item_image .regions_event_calendar {
        display: none
    }
}

.regions_program {
    padding: 4.8611% 0;
    background-color: #f2f2f2;
    overflow: hidden
}

.regions_program_wrap {
    color: #000;
    margin: 0 auto;
    max-width: 1240px
}

.regions_program_wrap .regions_program_overview {
    float: left;
    width: 69.84%;
    margin: 0 4.59% 0 0;
    font-size: 1.25em
}

.regions_program_wrap .regions_program_contacts {
    overflow: hidden;
    font-size: 1.125em
}

.regions_program_wrap .regions_program_contacts_image {
    width: 100%;
    display: block
}

.regions_program_wrap .regions_program_contacts_image img {
    display: block;
    width: 100%;
    height: auto
}

.regions_program_wrap .regions_program_contacts_text {
    padding: 5px 0
}

.regions_program_wrap .regions_program_contacts_text p {
    font-size: 1.125em
}

.regions_program_wrap .regions_program_contacts ul {
    padding-left: 10px
}

.regions_program_wrap .regions_program_contacts ul a {
    color: #0084b4
}

.regions_program_wrap .regions_program_contacts ul a:hover {
    color: rgba(0, 132, 180, 0.8)
}

.regions_program_wrap .regions_program_contacts .readmore a {
    color: #0084b4
}

.regions_program_wrap .regions_program_contacts .readmore a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.regions_program_wrap .regions_program_contacts .readmore a:hover {
    color: rgba(0, 132, 180, 0.8)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .regions_program_wrap {
        padding: 4.8611% 2.5%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .regions_program_wrap {
        padding: 4.8611% 2.5%
    }
    .regions_program_wrap h2 {
        font-size: 1.5em !important
    }
    .regions_program_wrap .regions_program_overview {
        float: none;
        width: 100%;
        margin: 0
    }
}

@media only screen and (max-width: 480px) {
    .regions_program_wrap {
        padding: 4.8611% 4.5%
    }
    .regions_program_wrap .regions_program_overview {
        float: none;
        width: 100%;
        margin: 0;
        font-size: 1em !important;
        line-height: 1.5em
    }
    .regions_program_wrap .regions_program_overview p,
    .regions_program_wrap .regions_program_overview li {
        font-size: 1em !important;
        line-height: 1.5em
    }
    .regions_program_wrap .regions_program_contacts {
        font-size: 1em !important;
        line-height: 1.5em
    }
    .regions_program_wrap .regions_program_contacts_text p {
        font-size: 1em !important;
        line-height: 1.5em
    }
}

.ep_sdg_grid,
.cpr_contentwrap,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body,
.topics_items_list .topic_item,
.abp_contentwrap,
.abp_contentwrap .abp_content_text_left .abp_quote_body,
.gi_action_wrap,
.gi_sdg_grid,
.regions_challenge,
.regions_challenge_wrap,
.regions_work,
.regions_campaign,
.regions_campaign_wrap,
.ey_contentwrap,
.ey_globe_wrap,
.ey_blurb_wrap {
    *zoom: 1
}

.ep_sdg_grid:before,
.cpr_contentwrap:before,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:before,
.topics_items_list .topic_item:before,
.abp_contentwrap:before,
.abp_contentwrap .abp_content_text_left .abp_quote_body:before,
.gi_action_wrap:before,
.gi_sdg_grid:before,
.regions_challenge:before,
.regions_challenge_wrap:before,
.regions_work:before,
.regions_campaign:before,
.regions_campaign_wrap:before,
.ey_contentwrap:before,
.ey_globe_wrap:before,
.ey_blurb_wrap:before,
.ep_sdg_grid:after,
.cpr_contentwrap:after,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:after,
.topics_items_list .topic_item:after,
.abp_contentwrap:after,
.abp_contentwrap .abp_content_text_left .abp_quote_body:after,
.gi_action_wrap:after,
.gi_sdg_grid:after,
.regions_challenge:after,
.regions_challenge_wrap:after,
.regions_work:after,
.regions_campaign:after,
.regions_campaign_wrap:after,
.ey_contentwrap:after,
.ey_globe_wrap:after,
.ey_blurb_wrap:after {
    content: "";
    display: table
}

.ep_sdg_grid:after,
.cpr_contentwrap:after,
.cpr_contentwrap .cpr_content_text_left .cpr_quote_body:after,
.topics_items_list .topic_item:after,
.abp_contentwrap:after,
.abp_contentwrap .abp_content_text_left .abp_quote_body:after,
.gi_action_wrap:after,
.gi_sdg_grid:after,
.regions_challenge:after,
.regions_challenge_wrap:after,
.regions_work:after,
.regions_campaign:after,
.regions_campaign_wrap:after,
.ey_contentwrap:after,
.ey_globe_wrap:after,
.ey_blurb_wrap:after {
    clear: both
}

.ey_header {
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    position: relative;
    -webkit-animation-duration: 6s;
    -moz-animation-duration: 6s;
    -o-animation-duration: 6s
}

.ey_header_image {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 630px
}

.ey_header_image img {
    display: block;
    width: 100%;
    height: auto
}

.ey_header_image::before {
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=.7);
    position: absolute;
    width: 100%;
    height: 100%
}

.ey_header_textwrap {
    margin: 0 auto;
    max-width: 1240px;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%
}

.ey_header_textwrap .ey_header_text {
    color: #fff;
    width: 42%
}

.ey_header_textwrap .ey_header_text h2 {
    margin: 0 0 5px 0;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s
}

.ey_header_textwrap .ey_header_text h1 {
    font-family: 'Permanent Marker', cursive;
    font-size: 5.75em;
    line-height: 90px;
    margin: 0;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s
}

@media only screen and (max-width: 480px) {
    .ey_header_image {
        height: 330px
    }
    .ey_header_textwrap {
        margin: 0 2% !important
    }
    .ey_header_textwrap .ey_header_text {
        width: 95%
    }
    .ey_header_textwrap .ey_header_text h2 {
        font-size: 1.5em !important;
        line-height: .9375em !important
    }
    .ey_header_textwrap .ey_header_text h1 {
        font-size: 2.1875em !important;
        line-height: .9375em !important
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ey_header_image {
        height: 400px
    }
    .ey_header_textwrap {
        margin: 0 2% !important
    }
    .ey_header_textwrap .ey_header_text {
        width: 80%
    }
    .ey_header_textwrap .ey_header_text h2 {
        font-size: 2.25em !important;
        line-height: .9375em !important
    }
    .ey_header_textwrap .ey_header_text h1 {
        font-size: 3.4375em !important;
        line-height: .9375em !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ey_header_image {
        height: 400px
    }
    .ey_header_textwrap {
        margin: 0 2% !important
    }
    .ey_header_textwrap .ey_header_text {
        width: 80%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ey_header_image {
        height: 500px
    }
    .ey_header_textwrap {
        margin: 0 2% !important
    }
    .ey_header_textwrap .ey_header_text {
        width: 80%
    }
}

.ey_contentwrap {
    margin: 4.8611% 0
}

.ey_contentwrap .ey_content {
    margin: 0 auto;
    max-width: 1240px
}

.ey_contentwrap .ey_content_image {
    float: left;
    width: 50%;
    margin: 0 8.4677% 9.6774% 0;
    z-index: 0
}

.ey_contentwrap .ey_content_image img {
    display: block;
    width: 100%;
    height: auto
}

.ey_contentwrap .ey_content_image .img_floater {
    position: absolute;
    transform: translate(90%, -59%);
    z-index: 100
}

.ey_contentwrap .ey_content_text {
    overflow: hidden;
    padding-top: 9.6774%
}

.ey_contentwrap .ey_content_text h2 {
    color: #01724c;
    font-weight: 600;
    margin: 0;
    line-height: 40px
}

.ey_contentwrap .ey_content_text h2 a {
    color: #01724c
}

.ey_contentwrap .ey_content_text h2 a:hover {
    color: #01724c;
    opacity: 0.8
}

@media only screen and (max-width: 480px) {
    .ey_contentwrap {
        margin: 3.8194% 4.5%
    }
    .ey_contentwrap .ey_content_image {
        float: none;
        width: 85%
    }
    .ey_contentwrap .ey_content_image .img_floater {
        width: 52%
    }
    .ey_contentwrap .ey_content_text {
        padding-top: 11%
    }
    .ey_contentwrap .ey_content_text h2 {
        font-size: 1.75em;
        line-height: 35px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ey_contentwrap {
        margin: 3.8194% 2.5%
    }
    .ey_contentwrap .ey_content_image {
        float: none;
        width: 85%
    }
    .ey_contentwrap .ey_content_image .img_floater {
        width: 52%
    }
    .ey_contentwrap .ey_content_text {
        padding-top: 11%
    }
    .ey_contentwrap .ey_content_text h2 {
        font-size: 1.75em;
        line-height: 35px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ey_contentwrap {
        margin: 3.8194% 2.5%
    }
    .ey_contentwrap .ey_content_image {
        float: none;
        width: 84%
    }
    .ey_contentwrap .ey_content_image .img_floater {
        width: 52%
    }
    .ey_contentwrap .ey_content_text {
        padding-top: 11%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ey_contentwrap {
        margin: 3.8194% 1.5873%
    }
    .ey_contentwrap .ey_content_image {
        width: 45%;
        margin: 0 10.4677% 9.6774% 0
    }
    .ey_contentwrap .ey_content_image .img_floater {
        width: 30%;
        transform: translate(79%, -54%)
    }
    .ey_contentwrap .ey_content_text {
        padding-top: 2.677%
    }
}

.ey_globe_wrap {
    margin: 4.8611% 0
}

.ey_globe_wrap .ey_globearea {
    margin: 0 auto;
    max-width: 1240px;
    position: relative;
    min-height: 660px
}

.ey_globe_wrap .ey_globearea .greenbar {
    width: 140px;
    background-color: #01724c;
    height: 8px;
    margin-bottom: 20px;
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s
}

.ey_globe_wrap .ey_globearea_text {
    float: left;
    color: #01724c;
    width: 38%
}

.ey_globe_wrap .ey_globearea_text h2 {
    font-weight: 600;
    line-height: 38px;
    margin: 0;
    -webkit-animation-delay: 4.2s;
    -moz-animation-delay: 4.2s;
    -o-animation-delay: 4.2s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s
}

.ey_globe_wrap .ey_globearea_text p {
    -webkit-animation-delay: 4.4s;
    -moz-animation-delay: 4.4s;
    -o-animation-delay: 4.4s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s
}

.ey_globe_wrap .ey_globearea_cluster {
    float: right;
    position: relative;
    width: 60%;
    z-index: 100
}

.ey_globe_wrap .ey_globearea_cluster .globicon_image {
    display: block;
    margin: 0 auto 20px auto
}

.ey_globe_wrap .ey_globearea_cluster .globicon_text {
    font-size: 1.25em;
    font-weight: 600;
    color: #000;
    text-align: center
}

.ey_globe_wrap .ey_globearea_cluster .globicon_globe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 40;
    -webkit-animation-delay: 4.9s;
    -moz-animation-delay: 4.9s;
    -o-animation-delay: 4.9s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s
}

.ey_globe_wrap .ey_globearea_cluster .globicon_shadow {
    position: absolute;
    top: 380px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 40;
    -webkit-animation-delay: 4.9s;
    -moz-animation-delay: 4.9s;
    -o-animation-delay: 4.9s
}

.ey_globe_wrap .ey_globearea_cluster .globeicon_icon1 {
    position: absolute;
    top: -10px;
    right: -25px
}

.ey_globe_wrap .ey_globearea_cluster .globeicon_icon2 {
    position: absolute;
    top: 350px;
    right: -5px
}

.ey_globe_wrap .ey_globearea_cluster .globeicon_icon3 {
    position: absolute;
    top: 463px;
    right: 200px
}

.ey_globe_wrap .ey_globearea_cluster .globeicon_icon4 {
    position: absolute;
    top: 440px;
    right: 470px
}

.ey_globe_wrap .ey_globearea_cluster .globeicon_icon5 {
    position: absolute;
    top: 483px;
    left: -270px
}

.ey_globe_wrap .ey_globearea_cluster .globeicon_icon6 {
    position: absolute;
    top: 260px;
    left: -420px
}

.ey_globe_wrap .ey_globearea_cluster .globeicon_icon1,
.ey_globe_wrap .ey_globearea_cluster .globeicon_icon2,
.ey_globe_wrap .ey_globearea_cluster .globeicon_icon3,
.ey_globe_wrap .ey_globearea_cluster .globeicon_icon4,
.ey_globe_wrap .ey_globearea_cluster .globeicon_icon5,
.ey_globe_wrap .ey_globearea_cluster .globeicon_icon6,
.ey_globe_wrap .ey_globearea_cluster .dot-1,
.ey_globe_wrap .ey_globearea_cluster .dot-2,
.ey_globe_wrap .ey_globearea_cluster .dot-3,
.ey_globe_wrap .ey_globearea_cluster .dot-4,
.ey_globe_wrap .ey_globearea_cluster .dot-5,
.ey_globe_wrap .ey_globearea_cluster .dot-6 {
    -webkit-animation-delay: 5.2s;
    -moz-animation-delay: 5.2s;
    -o-animation-delay: 5.2s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s
}

.ey_globe_wrap .ey_globearea_cluster .dots {
    font-size: 1.875em;
    letter-spacing: 8px;
    color: #ccc;
    z-index: 2;
    position: absolute;
    -webkit-animation-delay: 5.2s;
    -moz-animation-delay: 5.2s;
    -o-animation-delay: 5.2s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s
}

.ey_globe_wrap .ey_globearea_cluster .dot-1 {
    transform: rotate(-30deg);
    top: 142px;
    right: 120px
}

.ey_globe_wrap .ey_globearea_cluster .dot-2 {
    transform: rotate(33deg);
    top: 288px;
    right: 104px
}

.ey_globe_wrap .ey_globearea_cluster .dot-3 {
    transform: rotate(-105deg);
    top: 358px;
    right: 215px
}

.ey_globe_wrap .ey_globearea_cluster .dot-4 {
    transform: rotate(-61deg);
    top: 237px;
    right: 275px
}

.ey_globe_wrap .ey_globearea_cluster .dot-5 {
    transform: rotate(-35deg);
    top: 351px;
    left: -163px
}

.ey_globe_wrap .ey_globearea_cluster .dot-6 {
    transform: rotate(-15deg);
    top: 207px;
    left: -269px
}

@media only screen and (max-width: 480px) {
    .ey_globe_wrap {
        margin: 3.8194% 4.5%
    }
    .ey_globe_wrap .ey_globearea {
        min-height: auto !important
    }
    .ey_globe_wrap .ey_globearea_text {
        float: none;
        width: auto
    }
    .ey_globe_wrap .ey_globearea_cluster {
        display: none
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ey_globe_wrap {
        margin: 3.8194% 4.5%
    }
    .ey_globe_wrap .ey_globearea {
        min-height: auto !important
    }
    .ey_globe_wrap .ey_globearea_text {
        float: none;
        width: auto
    }
    .ey_globe_wrap .ey_globearea_cluster {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ey_globe_wrap {
        margin: 3.8194% 4.5%
    }
    .ey_globe_wrap .ey_globearea {
        min-height: 800px
    }
    .ey_globe_wrap .ey_globearea_text {
        float: none;
        width: auto
    }
    .ey_globe_wrap .ey_globearea_cluster {
        float: none;
        width: auto
    }
    .ey_globe_wrap .ey_globearea_cluster .globeicon_icon5 {
        position: absolute;
        top: 281px;
        left: -7px
    }
    .ey_globe_wrap .ey_globearea_cluster .globeicon_icon6 {
        position: absolute;
        top: 43px;
        left: -15px
    }
    .ey_globe_wrap .ey_globearea_cluster .dot-5 {
        transform: rotate(-28deg);
        top: 204px;
        left: 94px
    }
    .ey_globe_wrap .ey_globearea_cluster .dot-6 {
        transform: rotate(7deg);
        top: 102px;
        left: 102px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ey_globe_wrap {
        margin: 3.8194% 1.5873%
    }
    .ey_globe_wrap .ey_globearea {
        min-height: 780px
    }
    .ey_globe_wrap .ey_globearea_text {
        float: none;
        width: auto
    }
    .ey_globe_wrap .ey_globearea_cluster {
        float: none;
        width: auto
    }
    .ey_globe_wrap .ey_globearea_cluster .globeicon_icon1 {
        position: absolute;
        top: -10px;
        right: -4px
    }
    .ey_globe_wrap .ey_globearea_cluster .globeicon_icon5 {
        position: absolute;
        top: 346px;
        left: 11px
    }
    .ey_globe_wrap .ey_globearea_cluster .globeicon_icon6 {
        position: absolute;
        top: 43px;
        left: -15px
    }
    .ey_globe_wrap .ey_globearea_cluster .dot-1 {
        transform: rotate(-15deg);
        top: 85px;
        right: 214px
    }
    .ey_globe_wrap .ey_globearea_cluster .dot-2 {
        transform: rotate(23deg);
        top: 288px;
        right: 177px
    }
    .ey_globe_wrap .ey_globearea_cluster .dot-3 {
        transform: rotate(-130deg);
        top: 383px;
        right: 273px
    }
    .ey_globe_wrap .ey_globearea_cluster .dot-4 {
        transform: rotate(-86deg);
        top: 230px;
        right: 355px
    }
    .ey_globe_wrap .ey_globearea_cluster .dot-5 {
        transform: rotate(-24deg);
        top: 275px;
        left: 145px
    }
    .ey_globe_wrap .ey_globearea_cluster .dot-6 {
        transform: rotate(3deg);
        top: 95px;
        left: 149px
    }
}

.ey_sdg {
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden
}

.ey_sdg_image {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 1000px
}

.ey_sdg_image img {
    display: block;
    width: 100%;
    height: auto
}

.ey_sdg_textwrap {
    margin: 0 auto;
    max-width: 1240px;
    position: absolute;
    left: 0;
    right: 0;
    top: 6%
}

.ey_sdg_text {
    width: 38%;
    float: right;
    color: #fff;
    border: 5px solid #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px
}

.ey_sdg_text a {
    color: #fff
}

.ey_sdg_text a:after {
    content: "\203a";
    margin-left: 5px;
    font-weight: 700
}

.ey_sdg_text a:hover {
    color: #fff;
    opacity: 0.8
}

.ey_sdg_text a {
    font-size: 1.25em;
    line-height: 32px;
    font-weight: 600
}

.ey_sdg_text h2 {
    font-weight: 600;
    margin: 0
}

.ey_sdg_text p {
    font-size: 1.5em
}

@media only screen and (max-width: 480px) {
    .ey_sdg_image {
        height: 700px
    }
    .ey_sdg_textwrap {
        right: 4.5%;
        left: 4.5%
    }
    .ey_sdg_text {
        width: auto
    }
    .ey_sdg_text h2 {
        font-size: 1.5em
    }
    .ey_sdg_text p {
        font-size: 1em
    }
    .ey_sdg_text a {
        font-size: 1em
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ey_sdg_image {
        height: 700px
    }
    .ey_sdg_textwrap {
        right: 4.5%;
        left: 4.5%
    }
    .ey_sdg_text {
        width: auto
    }
    .ey_sdg_text p {
        font-size: 1.25em
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ey_sdg_textwrap {
        right: 4.5%;
        left: 4.5%
    }
    .ey_sdg_text {
        width: 55%
    }
}

.ey_blurb {
    margin: 0 auto;
    max-width: 1240px;
    overflow: hidden
}

.ey_blurb_wrap {
    margin: 6.8548% 0
}

.ey_blurb_wrap h2,
.ey_blurb_wrap p {
    margin: 0
}

.ey_blurb_wrap h2 {
    font-weight: 600
}

.ey_blurb_left {
    float: left;
    width: 38.7097%;
    margin: 0 2.8226% 0 0
}

.ey_blurb_right {
    overflow: hidden
}

@media only screen and (max-width: 480px) {
    .ey_blurb_wrap {
        margin: 3.8194% 4.5%
    }
    .ey_blurb_left {
        float: none;
        width: auto;
        margin: 0 0 2.8226% 0
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ey_blurb_wrap {
        margin: 3.8194% 4.5%
    }
    .ey_blurb_left {
        float: none;
        width: auto;
        margin: 0 0 2.8226% 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ey_blurb_wrap {
        margin: 3.8194% 1.5873%
    }
}

.ey_news {
    overflow: hidden
}

.ey_news_wrap {
    margin: 0 auto;
    max-width: 1240px;
    overflow: hidden
}

.ey_news_item {
    width: 100%;
    overflow: hidden
}

.ey_news_item:nth-child(1) {
    color: #fff;
    display: block;
    max-width: 1240px;
    position: relative;
    margin-bottom: 60px
}

.ey_news_item:nth-child(1) .ey_news_item_image {
    width: 100%
}

.ey_news_item:nth-child(1) .ey_news_item_image img {
    display: block;
    width: 100%;
    height: auto
}

.ey_news_item:nth-child(1) .ey_news_item_text {
    width: 28%;
    border: 4px solid #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 28px;
    position: absolute;
    bottom: 5%;
    left: 5%
}

.ey_news_item:nth-child(1) .ey_news_item_text_meta {
    font-size: .875em;
    text-transform: uppercase;
    font-weight: 600
}

.ey_news_item:nth-child(1) .ey_news_item_text h3 {
    line-height: 35px;
    margin: 0;
    padding: 0;
    margin-top: 15px
}

.ey_news_item:nth-child(1) .ey_news_item_text h3 a {
    color: #fff
}

.ey_news_item:nth-child(1) .ey_news_item_text h3 a:hover {
    color: #fff;
    opacity: 0.8
}

.ey_news_item:nth-child(n+2) {
    width: 49%;
    max-width: 600px;
    display: inline-block;
    vertical-align: top
}

.ey_news_item:nth-child(n+2) .ey_news_item_image {
    width: 100%
}

.ey_news_item:nth-child(n+2) .ey_news_item_image img {
    display: block;
    width: 100%;
    height: auto
}

.ey_news_item:nth-child(n+2) .ey_news_item_text {
    padding: 25px 0
}

.ey_news_item:nth-child(n+2) .ey_news_item_text_meta {
    font-size: .875em;
    text-transform: uppercase;
    font-weight: 600;
    color: #656565
}

.ey_news_item:nth-child(n+2) .ey_news_item_text h3 {
    line-height: 35px;
    margin: 0;
    padding: 0;
    margin-top: 15px
}

.ey_news_item:nth-child(n+2) .ey_news_item_text h3 a {
    color: #000
}

.ey_news_item:nth-child(n+2) .ey_news_item_text h3 a:hover {
    color: #000;
    opacity: 0.8
}

.ey_news_item:nth-child(3) {
    float: right
}

.ey_news .ey_news_loadmore {
    text-align: center;
    padding: 1em
}

.ey_news .ey_news_loadmore a {
    display: inline-block;
    margin: 0;
    padding: 0.7em 1em;
    background-color: #4c9f38;
    color: #fff
}

.ey_news .ey_news_loadmore a:hover {
    background-color: #3a782a
}

@media only screen and (max-width: 480px) {
    .ey_news_item:nth-child(1),
    .ey_news_item:nth-child(n+2) {
        display: block;
        width: 100%;
        margin-bottom: 0
    }
    .ey_news_item:nth-child(1) .ey_news_item_text,
    .ey_news_item:nth-child(n+2) .ey_news_item_text {
        background: none;
        position: relative;
        left: 0;
        bottom: 0;
        width: auto;
        padding: 25px 10px
    }
    .ey_news_item:nth-child(1) .ey_news_item_text_meta,
    .ey_news_item:nth-child(n+2) .ey_news_item_text_meta {
        font-size: .875em;
        text-transform: uppercase;
        font-weight: 600;
        color: #656565
    }
    .ey_news_item:nth-child(1) .ey_news_item_text h3,
    .ey_news_item:nth-child(n+2) .ey_news_item_text h3 {
        line-height: 25px;
        margin: 0;
        padding: 0;
        margin-top: 15px
    }
    .ey_news_item:nth-child(1) .ey_news_item_text h3 a,
    .ey_news_item:nth-child(n+2) .ey_news_item_text h3 a {
        color: #000
    }
    .ey_news_item:nth-child(1) .ey_news_item_text h3 a:hover,
    .ey_news_item:nth-child(n+2) .ey_news_item_text h3 a:hover {
        color: #000;
        opacity: 0.8
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ey_news_item:nth-child(1),
    .ey_news_item:nth-child(n+2) {
        display: block;
        width: 100%;
        max-width: none;
        margin-bottom: 0
    }
    .ey_news_item:nth-child(1) .ey_news_item_text,
    .ey_news_item:nth-child(n+2) .ey_news_item_text {
        background: none;
        position: relative;
        left: 0;
        bottom: 0;
        width: auto;
        padding: 25px 10px
    }
    .ey_news_item:nth-child(1) .ey_news_item_text_meta,
    .ey_news_item:nth-child(n+2) .ey_news_item_text_meta {
        font-size: .875em;
        text-transform: uppercase;
        font-weight: 600;
        color: #656565
    }
    .ey_news_item:nth-child(1) .ey_news_item_text h3,
    .ey_news_item:nth-child(n+2) .ey_news_item_text h3 {
        line-height: 25px;
        margin: 0;
        padding: 0;
        margin-top: 15px
    }
    .ey_news_item:nth-child(1) .ey_news_item_text h3 a,
    .ey_news_item:nth-child(n+2) .ey_news_item_text h3 a {
        color: #000
    }
    .ey_news_item:nth-child(1) .ey_news_item_text h3 a:hover,
    .ey_news_item:nth-child(n+2) .ey_news_item_text h3 a:hover {
        color: #000;
        opacity: 0.8
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ey_news_item:nth-child(2) .ey_news_item_text {
        padding: 25px 10px
    }
}

.hidden_div {
    display: none !important
}

button.load-more {
    margin-bottom: 40px
}

.sdg_modalDialog p {
    margin-left: 0 !important
}

.rhino-image {
    top: 150px !important
}

.ga-indian-section-welcome {
    margin-right: 1em
}

.ga-inclusive-economies .ga-inner-text {
    position: absolute !important;
    height: auto !important
}

.load-more a {
    color: #fff
}

.load-more a:hover {
    color: #f1f1f1
}

.ga-inner-text a,
.ga-cta-text a {
    color: #fff
}

.ga-inner-text a:hover,
.ga-cta-text a:hover {
    color: rgba(255, 255, 255, 0.7)
}

.two-col-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.two-col-flex .otopics {
    max-width: 48%
}

.factbox .contextual-region {
    position: inherit
}

.floating_editorial_menu ul.primary_editorial_nav {
    position: relative;
    z-index: 20;
    right: 0;
    padding: 0 20px;
    background: #333;
    text-align: left
}

.floating_editorial_menu ul.primary_editorial_nav:hover {
    background: #ea4e51
}

.floating_editorial_menu ul.primary_editorial_nav li {
    display: inline-block;
    list-style: none;
    margin: 5px 0 !important
}

.floating_editorial_menu ul.primary_editorial_nav li:after {
    content: "|";
    margin: 10px;
    color: #fff
}

.floating_editorial_menu ul.primary_editorial_nav li:last-child:after {
    content: ""
}

.floating_editorial_menu ul.primary_editorial_nav li a {
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.floating_editorial_menu ul.primary_editorial_nav li a:hover {
    text-decoration: underline
}

.billboard .floating_editorial_menu ul.primary_editorial_nav {
    position: absolute
}

.report_body .floating_editorial_menu ul.primary_editorial_nav {
    position: relative !important;
    border: 1px solid #000;
    display: block;
    overflow: hidden;
    text-align: right
}

.report_body .floating_editorial_menu ul.primary_editorial_nav li {
    float: none;
    display: inline-block;
    list-style: none
}

.report_body .content_sidenav_menu .contextual-region {
    width: auto
}

.report_body .status_messages {
    padding: 20px;
    background: rgba(237, 235, 63, 0.7);
    display: block;
    max-width: 880px
}

.user-login-form {
    padding: 30px 60px;
    text-align: left
}

.user-login-form .description {
    display: none
}

.user-login-form .js-form-item {
    margin: 10px 0
}

.user-login-form input {
    padding: 10px
}

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%
}

#body_div {
    top: 0;
    position: relative;
    height: 200px;
    background-color: green
}

#banner {
    width: 100%;
    height: 273px;
    background-color: gray;
    overflow: hidden
}

#nav_bar {
    border: 0;
    background-color: #202020;
    border-radius: 0px;
    margin-bottom: 0;
    height: 30px;
    padding: 10px;
    text-align: center
}

#nav_bar ul.nav_links {
    margin: 0
}

#nav_bar ul.nav_links li {
    display: inline-block;
    margin-top: 4px
}

#nav_bar ul.nav_links li a {
    padding: 0 15.5px;
    color: #fff;
    text-decoration: none
}

@media screen and (max-width: 767px) {
    #nav_bar {
        height: auto;
        padding: 5px
    }
    #nav_bar ul {
        margin: 0;
        padding: 0;
        width: 100%
    }
    #nav_bar li {
        margin: 0;
        padding: 0;
        list-style: none
    }
    #nav_bar a {
        padding: 0 10px;
        font-size: 14px
    }
}

form[id^="views-exposed-form-topic-news-and-resources-"] {
    margin: 0;
    padding: 0
}

form[id^="views-exposed-form-topic-news-and-resources-"]:after {
    clear: both
}

form[id^="views-exposed-form-topic-news-and-resources-"] input,
form[id^="views-exposed-form-topic-news-and-resources-"] select,
form[id^="views-exposed-form-topic-news-and-resources-"] .form-item-field-associated-region-target-id {
    display: inline-block
}

form[id^="views-exposed-form-topic-news-and-resources-"] .form-item-field-associated-region-target-id {
    border: 3px solid #01724c
}

form[id^="views-exposed-form-topic-news-and-resources-"] input[type="submit"] {
    border: 3px solid #01724c;
    padding: 12px;
    vertical-align: top;
    font-size: 18px;
    text-transform: uppercase;
    display: none !important
}

.stub_item {
    margin: 0;
    padding: 0;
    position: relative
}

.stub_item:hover .stub_item_body .stub_item_body_overlay {
    background: rgba(0, 0, 0, 0.6)
}

.stub_item:hover .stub_item_body .stub_item_body_text {
    bottom: 15%
}

.stub_item_header {
    margin: 0;
    padding: 0
}

.stub_item_body {
    position: relative;
    min-height: 550px;
    background-size: cover;
    background-repeat: no-repeat
}

.stub_item_body_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.45);
    transition: all 0.3s
}

.stub_item_body_text {
    position: absolute;
    z-index: 1;
    bottom: 10%;
    left: 10%;
    right: 10%;
    border: 5px solid #fff;
    padding: 10px;
    color: #fff;
    text-align: center;
    transition: all 0.3s
}

.stub_item_body_text a {
    color: #10f238
}

.stub_item_body_text a.stub_cta {
    display: block;
    padding: 0.5em;
    background: #4c9f38;
    color: #fff
}

.stub_item_body_text a.stub_cta:hover {
    background: #3F852E
}

.stub_item_body_text hr {
    border: 1px solid rgba(255, 255, 255, 0.3)
}

.content_wrap img {
    margin: 10px
}

.factbox .contextual-region {
    position: inherit
}

blockquote {
    margin: 40px 0;
    margin-left: 52px;
    color: #01724c;
    background: url("../img/fact_line.png") top left no-repeat;
    padding: 30px 0 0 0
}

@media screen and (max-width: 767px) {
    blockquote {
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    blockquote {
        margin: 30px 0
    }
}

blockquote p {
    margin: 0;
    padding-bottom: 0px;
    margin-left: 10px !important;
    max-width: 920px !important;
    font-size: 1.4em !important;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    blockquote p {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 10px;
        font-weight: 300
    }
}

.story-inline-tweet {
    background: rgba(243, 205, 205, 0.1);
    padding: 0 1px;
    display: inline
}

.story-inline-tweet:hover {
    text-decoration: none;
    color: rgba(105, 85, 243, 0.8)
}

.story-inline-tweet:after {
    content: url(../img/twitter-bg-hover.png);
    margin-left: 5px
}

.story-inline-tweet:hover:after {
    opacity: 0.8
}

.form-select {
    color: inherit;
    overflow: hidden;
    height: 30px;
    width: auto;
    position: relative;
    display: block;
    margin: 0
}

.abp_content_text_right_image img {
    width: 100%;
    height: auto
}

.abp_structure_ambassador_text blockquote {
    color: #fff
}

.ep_map {
    background-image: none !important;
    background-color: #0083B3
}

.ep_people_sidebar_item .sidebar_item_text {
    font-size: 0.9em;
    overflow: hidden
}

[data-oembed-url] {
    margin-left: 60px;
    border: 1px solid rgba(51, 51, 51, 0.3)
}

li.bc a.wherewework {
    display: inline;
    font-weight: bold
}

li.bc a.wherewework::before {
    font-family: 'FontAwesome';
    content: "\f04b";
    display: inline-block;
    font-size: 14px;
    margin-right: 7px;
    color: #0084b4
}

.search .primary_editorial_nav {
    display: none
}

.search .header_searchbox form {
    margin: 0;
    padding: 0
}

.search .header_searchbox form div {
    display: inline-block
}

.search .header_searchbox form input[type="search"] {
    line-height: 50px;
    border: 1px solid #fff;
    padding: 0px 5px;
    font-size: 18px;
    font-weight: bold;
    width: 250px
}

.news_whitearea_wrap.opened {
    padding: 4.1667% 0 0 0
}

.news_whitearea_wrap.opened .news_loadmore {
    display: none
}

.ep_header_image {
    max-height: 435px
}

.hrd_top form {
    display: inline-block
}

.jobs_iframe {
    border: 1px solid #333;
    min-height: 300px
}

.abp_structure_ambassador {
    display: none !important
}

.padded {
    padding-left: 4.032%;
    padding-right: 0
}

.abp_structure_text {
    width: 100%
}

.two_column {
    background: url(../img/w_strand.png) repeat-y;
    background-position: center center
}

.working_group_events {
    margin-left: 2em
}

.working_group_events .views-exposed-form {
    margin: 1em 0;
    background: rgba(0, 0, 0, 0.1);
    padding: 1em
}

.working_group_events .views-exposed-form select,
.working_group_events .views-exposed-form input,
.working_group_events .views-exposed-form div {
    display: inline-block;
    margin: 0 5px 0 0
}

.working_group_events .views-exposed-form select {
    margin-left: 10px
}

.working_group_events .views-exposed-form input[type="submit"],
.working_group_events .views-exposed-form input[type="reset"] {
    border-collapse: collapse;
    border: 1px solid #000;
    padding: 0.7em;
    font-weight: 700;
    line-height: 1.3em;
    background: rgba(0, 0, 0, 0.07);
    text-transform: uppercase
}

.working_group_events .result_item {
    overflow: hidden;
    border-bottom: 1px solid #333;
    padding: 1em 0
}

.working_group_events .result_item_meta {
    text-transform: uppercase;
    color: #777
}

.working_group_events .result_item_meta .type:before {
    content: "|";
    margin: 0 10px
}

.working_group_events .result_item_body {
    overflow: hidden
}

.working_group_events .result_item_body .result_item_image {
    float: right;
    max-width: 100px
}

.working_group_events .result_item_body .result_item_image img {
    width: 100%;
    height: auto
}

.working_group_events .result_item_body .result_item_text {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.working_group_events .result_item_body .result_item_text .result_item_title {
    margin-top: 1em
}

.working_group_events .result_item_body .result_item_text .result_item_title h5 {
    margin: 0
}

.width100 {
    float: none;
    width: 100%;
    padding: 0
}

.opensearch {
    background-color: rgba(0, 0, 0, 0.05)
}

.mobile_search {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 50px;
    background: #0084b4;
    color: #fff;
    padding: 20px;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.4);
    display: none
}

.mobile_search_container {
    width: 90%;
    margin: 0 auto;
    text-align: center
}

.mobile_search_container form {
    margin: 0 auto;
    display: inline-block
}

.mobile_search_container form div {
    display: inline-block
}

.mobile_search_container input {
    display: inline-block;
    margin: 5px 0
}

.mobile_search_container input[type="search"] {
    height: 30px;
    font-size: 18px;
    font-style: italic;
    border: none;
    font-weight: 100;
    padding: 0 5px
}

.mobile_search_container input[type="submit"] {
    line-height: 30px;
    padding: 0 10px;
    font-size: 16px;
    text-transform: uppercase;
    border-collapse: collapse;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #4c9f38;
    color: #fff
}

.sl_conts, .h_conts, .p_conts {
    z-index: 9 !important;
}
.navbar-static-top {
    z-index: 5 !important;
}
/*# sourceMappingURL=master.css.map */