*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**
 * 3.0 Typography
 */

body {
    background-size: 100% auto;
    color: #333333;
    font-size: 24px;
    line-height: 29px;
    margin: 0;
    font-family: "Franklin";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

button,
input,
select,
textarea {
    color: #465162;
    font-size: 14px;
    line-height: 17px;
}

button,
input {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Franklin";
    font-weight: 400;
    color: #888888;
}

h1 {
    font-size: 42px;
    line-height: 58px;
    color: #888888;
}

h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
    color: #888888;
}

h3 {
    font-size: 43px;
    line-height: 35px;
}

h4 {
    font-size: 35px;
    line-height: 37px;
}

h5 {
    font-size: 21px;
    line-height: 23px;
}

h6 {
    font-size: 28px;
    line-height: 27px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

p {
    font-size: 17px;
    line-height: 22px;
    color: #434343;
    margin-bottom: 30px;
    font-family: "Franklin";
}

b,
strong {
    font-weight: 700;
}

ul {
    margin: 0 0 28px 0;
    padding: 0;
    list-style: disc;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #707070;
    outline: 0 none;
}

.wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
    padding: 0 60px;
    overflow: hidden;
}

.content-outer {
    float: left;
    width: 100%;
}

/*--------------- Header --------------------*/

.header-container {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 125px;
}

.header-container.with-banner {
    margin-bottom: 0;
}

.header-language .styled-select select {
    background: transparent;
    width: 50px;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    height: 30px;
    -webkit-appearance: none;
    color: #989999;
    text-transform: capitalize;
}

.header-language .styled-select {
    width: 50px;
    overflow: hidden;
    line-height: 28px;
    margin-right: 15px;
    margin-left: 15px;
    text-transform: capitalize;
}

.videoDialog {
    display: none;
    position: fixed;
    z-index: 10000101;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
}

.videoDialog.active {
    display: block;
}

.videoWrapper {
    max-width: 1280px;
    max-height: 720px;
    position: relative;
    overflow: hidden;
    margin: auto;
    padding: 25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    z-index: 5;
    position: relative;
}

.play-button-slider {
    position: absolute;
    left: 50%;
    height: 100px;
    width: 100px;
    background: rgba(0, 0, 0, 0.5);
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    line-height: 100px;
    text-align: center;
    font-size: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.play-button-slider i.fa.fa-play {
    top: 5px;
    position: relative;
    left: 3px;
}

.videoWrapper .vjs-controls-disabled .vjs-poster,
.videoWrapper .vjs-using-native-controls .vjs-poster {
    display: block;
}

.close-popup {
    position: absolute;
    right: 4px;
    color: white;
    font-size: 29px;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 38px;
    height: 39px;
    line-height: 34px;
    z-index: 1;
    text-align: center;
    margin-top: -16px;
    background: #333;
    cursor: pointer;
}

.close-popup:hover {
    border-color: #ccc;
    color: #ccc;

}

.with-banner .header-menu ul li a {
}

.with-banner .header-menu ul.menu2 li a {
    color: #989999
}

.with-banner .search-btn {
    color: #989999;
}

.menu1, .menu2 {
    float: left;
    width: auto;
}

.menu1 {
    border-right: 1px solid #eee;
}

.header-container.with-banner .menu1 {
    border-color: #b8b8b8;
}

.header-container .header-navmenu {
    margin: 0;
    list-style-type: none;
}

.header-container .header-navmenu .menu-item {
    display: inline-block;
}

.header-container .header-navmenu .menu-item-has-children .sub-menu {
    display: none;
    min-width: 202px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 8px 0px;
    background: #35bfea;
    list-style-type: none;
    margin: 0;
    position: absolute;
}

.header-container .header-navmenu .menu-item-has-children .expand-submenu-button {
    display: none;
}

.header-container .header-navmenu .menu-item-has-children .sub-menu::before {
    content: "";
    left: 38px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 6px 6.5px;
    border-color: transparent transparent #35c0ea transparent;
    transform: translateY(-100%);
    position: absolute;
}

@media only screen and (min-width: 768px) {
    .header-container .header-navmenu .menu-item.menu-item-has-children:hover .sub-menu {
        display: block;
    }
}

.header-container .header-navmenu .menu-item-has-children .sub-menu .menu-item {
    text-align: left;
    display: block;
}

.header-container .header-navmenu .menu-item-has-children .sub-menu .menu-item a {
    color: #fff;
    font-size: 14px;
    line-height: normal;
    padding: 13px 14px 10px;
    transition: all 0.2s ease-in-out;
    display: block;
}

.header-container .header-navmenu .menu-item-has-children .sub-menu .menu-item a:hover {
    color: #35bfea;
    background: #fff;
}

.header-container .header-navmenu .menu-item-has-children .sub-menu .menu-item:first-child a:hover {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.header-container .header-navmenu .menu-item-has-children .sub-menu .menu-item:last-child a:hover {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.menu2 .ss-icon {
    font-size: 13px;
}

.menu2 .ss-icon:before {
    top: 1px;
    position: relative;
}

.search-btn {
    color: #b8b8b8;
    font-size: 20px;
    float: right;
    line-height: 34px;
}

.search-btn:hover, .search-btn:focus, .with-banner .search-btn:hover {
    color: #3ecaee;
}

.searchform {
    cursor: default;
    display: -webkit-inline-box;
    height: 50px;
    line-height: 40px;
    padding: 5px 15px;
    position: absolute;
    right: -15px;
    top: -5px;
    width: 280px;
    z-index: 1;
    display: none;
}

#search {
    width: 100%;
    float: left;
    display: block;
    position: relative;
}

#search i {
    position: absolute;
    float: right;
    right: 10px;
    font-size: 16px;
    top: 13px;
    color: #ccc;
}

.header-search #search i {
    top: -1px;
}

#search input {
    border: 1px solid #eaeaea;
    border-radius: 2px;
    color: #9A9A9A;
    float: left;
    font-size: 14px;
    height: 41px;
    margin: 0;
    padding: 0 15px;
    width: 100%;
    color: #333;
    font-weight: 400;
    outline: none;
    margin-top: -4px;
}

.sbtn {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: block;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 12px;
    color: #888888;
}

.button.mob-view {
    background: none;
    display: none;
    left: 15px;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 40px;
    width: 24px;
    cursor: pointer;
    z-index: 99999;
    border: 0;
}

.button.mob-view span {
    background: #888888;
    display: block;
    height: 2px;
    margin-top: 3px;
}

/*--------------- Footer --------------------*/
.footer-container {
    float: left;
    width: 100%;
}

.footer-top {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 58px 0 60px;
    color: #FFFFFF;
    border-top: 1px solid #eee;
}

.footer-list-block {
    float: left;
    width: 100%;
    max-width: 650px;
}

.footer-list-block ul {
    list-style-type: none;
    margin: 0;
}

.footer-list-block ul li h6 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 22px;
    padding-bottom: 8px;
    font-weight: normal;
}

.footer-list-block > ul > li {
    float: left;
    width: 25%;
}

.footer-list-block > ul > li a {
    color: #9A9A9A;
    font-size: 14px;
    line-height: 24px;
}

.footer-list-block > ul > li a:hover, .footer-list-block > ul > li a:hover .sbToggle:before {
    color: #fff;
}

.footer-list-block ul li ul li {
    float: left;
    width: 100%;
    line-height: 14px;
}

.footer-list-block ul li ul li span {
    font-size:
}

.footer-list-block .ss-icon {
    position: relative;
    top: 1px;
}

.footer-top-right {
    float: right;
    max-width: 510px;
    width: 100%;
}

.footer-social-links {
    float: left;
    width: 100%;
}

.footer-social-links ul {
    list-style-type: none;
    margin: 0;
    float: right;
}

.footer-social-links ul li {
    float: left;
    width: auto;
    padding: 0 12px;
    line-height: 14px;
}

.footer-social-links ul li:first-child {
    padding-left: 0;
}

.footer-social-links ul li a {
    font-size: 20px;
    color: #888888;
    line-height: 14px;
}

.footer-social-links ul li a:hover {
    color: #35a6cb;
}

.sign-up-block {
    float: left;
    width: 100%;
    padding-top: 28px;
    text-align: right;
}

.sign-up-block .gform_body {
    width: 75%;
    display: inline-block;
    float: left;
}

.sign-up-block .gform_footer {
    width: 22%;
    display: inline-block;
}

.gravity-forms .validation_error {
    display: none;
}

.gforms_confirmation_message {
    color: #888;
    font-size: 14px;
}

.gravity-forms .gfield_description.validation_message {
    font-size: 16px;
    color: red;
    display: inline-block;
    float: left;
}

.gravity-forms .gform_ajax_spinner {
    position: absolute;
    margin-left: 8px;
    margin-top: 16px;
}

.gravity-forms ul {
    list-style: none;
    margin: 0px;
}

.gravity-forms .input-box label {
    display: none;
}

.gravity-forms .gfield_description {
    display: none;
}

.gravity-forms .input-box input, .gravity-forms .input-box textarea {
    line-height: 28px;
    padding: 9px 15px 11px;
    background: #ffffff;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #424242;
    font-size: 16px;
    width: 100%;
    border: 1px solid #E6E6E6;
    margin-bottom: 20px;
}

.gravity-forms .input-box .gf_name_has_2 input {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.gravity-forms .input-box .gf_name_has_2 :last-child input {
    float: right;
    margin-right: 0;
    margin-left: 2%;
}

.sign-up-block input::-webkit-input-placeholder {
    color: !important;

}

.sign-up-block input::-moz-placeholder {
    color: #424242 !important;
    opacity: 1;
}

.sign-up-block input:-moz-placeholder {
    color: #424242 !important;

    opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

.sign-up-block input:-ms-input-placeholder {
    color: #424242 !important;
}

.gravity-forms .gform_button {
    line-height: 26px;
    padding: 10px 10px 12px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;

    background: rgba(249, 162, 25, 0.80);
    border: 1px solid #F9A21A;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    float: right;
}

.sign-up-block .gform_button {
    width: 100%;
    float: none;
}

.gravity-forms .gform_button:hover {
    opacity: 0.75;
}

.footer-bottom {
    float: left;
    width: 100%;
    background: #F7F7F7;
    padding: 15px 0 5px 0;
    overflow: hidden;
}

.footer-bottom p {
    margin: 0;
    color: #9A9A9A;
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
}

.footer-bottom-left {
    float: left;
    width: 50%;
    height: 35px;
    line-height: 35px;
}

.footer-bottom-left a {
    float: left;
}

.footer-bottom-right {
    float: right;
    width: 50%;
    text-align: right;
    height: 35px;
}

.footer-bottom-right > a {
    float: right;
    padding-left: 10px;
    margin-top: -3px;
}

/*--------------- Content --------------------*/
/*--------------- Home --------------------*/
.content-container {
    float: left;
    width: 100%;
}

.banner-container {
    width: 100%;
    float: left;
    margin-top: 128px;
    z-index: 3;
    position: relative;
}

.banner {
    width: 100%;
    float: left;
    position: relative;
}

.slider-item.slick-slide {
    float: left;
    position: relative;
    width: 100%;
}

.slider-content {
    left: 35px;
    position: absolute;
    bottom: 35px;
    width: auto;
    z-index: 99999;
    padding: 15px 20px;
}

.banner img {
    display: block;
    width: 100%;
}

.slider-content h2 {
    font-size: 42px;
    color: #ffffff;
    line-height: 48px;
    font-family: 'YanoneKaffeesatz';
    text-transform: uppercase;
    margin-bottom: 0px;
}

.slick-prev.slick-arrow {
    background: rgba(255, 255, 255, .4);
    color: #ffffff;
    border: none;
    font-size: 24px;
    bottom: 40px;
    position: absolute;
    left: 0;
    padding: 20px 0 25px;
    cursor: pointer;
    z-index: 9999;
}

.slick-next.slick-arrow {
    background: rgba(255, 255, 255, .4);
    color: #ffffff;
    border: none;
    font-size: 24px;
    bottom: 70px;
    position: absolute;
    right: 0;
    padding: 25px 0px;
    cursor: pointer;
    text-transform: lowercase;
    height: 40px;
    line-height: 9px;
    width: 50px;
}

/* ------------------- Main Content Section -------------------*/
.main-content {
    width: 100%;
    float: left;
    padding: 65px 0 50px;
}

.main-content-left {
    width: 34%;
    float: left;
    min-height: 1px;
}

.main-content-left .ss-icon {
    padding-right: 8px;
    position: relative;
    top: 2px;
}

.main-content-right {
    width: 66%;
    float: right;
    position: relative;
}

.main-content.main-content-contact .main-content-left {
    width: 25% !important;
}

.main-content.main-content-contact .main-content-right {
    width: 75% !important;
}

.main-content h1 {
    color: #888888;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: 'YanoneKaffeesatz';
    text-transform: uppercase;
    margin-top: -15px;
    font-size: 80px;
    line-height: 80px;
    -ms-word-break: break-word;
    word-break: break-word;
/ / Non standard for webkit word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.main-content h2 {
    color: #9A9A9A;
    margin-bottom: 15px;
}

.main-content-left h1 {
    padding-right: 15px;
}

.main-content h4 {

    font-weight: 600;
    font-family: 'YanoneKaffeesatz';
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.main-content a {
    color: #3ECAEE;
}

.main-content a:hover {
    color: #9A9A9A;
}

.main-content p {
    color: #424242;
    font-size: 21px;
    line-height: 28px;
}

.contact-right {
    margin: 0px 0px 0px 100px;
    font-size: 19px;
}

.contact-wrapper {
    display: table;
    width: 100%;
    color: #3b3b3b;
    font-size: 16px;

}

.contact-wrapper h3 {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 12px;
}

.contact-left, .contact-right {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.contact-top {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 25px;
}

.contact-bottom {
    display: table;
    width: 100%;
}

.contact-bottom-left {
    display: table-cell;
    width: 50%;
}

.contact-map {
    display: block;
    text-transform: uppercase;
    font-size: 16px !important;
    margin: 5px 0px 15px;
}

.contact-bottom-right {
    display: table-cell;
    width: 50%;
}

.contact-bottom-right-item {
    display: table;
    width: 100%;
}

.contact-bottom-right-item-title {
    display: table-cell;
    width: 100px;
}

.contact-bottom-right-item-value {
    display: table-cell;
    color: #333 !important;
}

.contact-social {
    margin-top: 15px;
}

.contact-social a {
    margin-right: 15px;
    font-size: 20px;
}

/* ------------------- Recent Project -------------------*/

.recent-project-outer {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    float: left;
    padding: 75px 0 30px;
}

.recent-title-content {
    width: 100%;
    margin: 0 auto;
    max-width: 770px;
}

.recent-title-content > h2 {
    font-weight: 600;
    font-family: 'YanoneKaffeesatz';
    text-transform: uppercase;
    font-size: 42px;
    margin-bottom: 25px;
}

.recent-title-content > p {
    font-size: 21px;
    line-height: 28px;
}

.recent-project-outer ul {
    width: 101.7%;
    list-style-type: none;
    margin: 15px 0 0 -20px;
    padding: 0;
    float: left;
    overflow: hidden;
    clear:both;
}
.recent-project-outer .news-button {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.recent-project-outer ul li {
    width: 31.6%;
    float: left;
    margin-left: 20px;
}

.quote-single {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.quote-single:hover:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(122, 122, 122, 0.2);
    -moz-box-shadow: 0px 2px 10px 0px rgba(122, 122, 122, 0.2);
    box-shadow: 0px 2px 10px 0px rgba(122, 122, 122, 0.2);

}

.quote-image {
    width: 100%;
    float: left;
    position: absolute;
    top: 0px;
    bottom: 0px;
}

.quote-image img {
    display: block;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    -webkit-filter: grayscale(100%) brightness(150%); /* Chrome, Safari, Opera */
    filter: grayscale(100%) brightness(150%);
}

.quote-content {
    width: 100%;
    padding: 25px;
    position: relative;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: left;
    position: relative;
    height: 260px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 100%;
    min-height: 300px;
}

.curriculum-quote .quote-content {
    position: relative;
}

.quote-content.yellow {
    background: #fab456;
}

.quote-content.purple {
    background: #a968aa;
}

.quote-content.red {
    background: #ed545f;
}

.quote-content.green {
    background: #69bf74;
}

.quote-content.blue {
    background: #36BFEA;
}

.color-yellow {
    color: #fab456 !important;
}

.color-purple {
    color: #a968aa !important;
}

.color-red {
    color: #ed545f !important;
}

.color-green {
    color: #69bf74 !important;
}

.color-blue {
    color: #36BFEA !important;
}

.background-yellow {
    background: #fab456 !important;
}

.background-purple {
    background: #a968aa !important;
}

.background-red {
    background: #ed545f !important;
}

.background-green {
    background: #69bf74 !important;
}

.background-blue {
    background: #36BFEA !important;
}

.quote-content > p {
    color: #ffffff;
    font-size: 42px;
    line-height: 42px;
    font-family: 'Franklin-Demi';
    text-transform: uppercase;
}

.quote-content span {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
    max-width: 65%;
    line-height: 18px;

}

.recent-project-outer ul li {
    margin-bottom: 25px;
}

.quote-single .common-btn {
    position: relative;
    width: 80%;
    margin-top: 0px;
}

.quote-single .quote-button {
    height: 75px;
    bottom: -75px;
    position: absolute;
    padding-top: 15px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.recent-project-outer ul li:hover .quote-single .quote-button {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transition: visibility 0.3s, opacity 0.3 linear;
    -webkit-transition: visibility 0.3s, opacity 0.3 linear;
}

/* ---------------- Banner Bottom ------------------*/

.banner.bottom .slider-content {
    right: 80px;
    text-align: left;
    left: inherit;
    max-width: 500px;
}

.banner.bottom .slider-content h2 {
    font-size: 32px;
    line-height: 34px;
    padding-bottom: 20px;
    font-family: 'Franklin';
    text-transform: none;
}

.banner.bottom .slider-content span {
    color: #ffffff;
    font-size: 24px;
    opacity: 0.6;
}

/* ---------------- Join Us ------------------*/

.info-box {
    margin: 0 auto;
    padding: 36px 40px;
    display: inline-block;
    background: #35bfea;
    width: 100%;
    max-width: 580px;
    display: table;
}

.method-container .info-box,
.curriculum-outer .info-box {
    width: 50%;
}

.info-box-left {
    color: #fff;
    padding-top: 6px;
    line-height: 28px;
    display: inline-block;
}

.info-box-left p {
    margin: 0;
    color: #ffffff;
    text-align: right;
    font-size: 23px;
    line-height: 33px;
    font-family: "Franklin";
}

.info-box-right {
    margin-top: 10px;
    display: inline;
    margin-left: 15px;
}

.info-box-right a {
    color: #35bfea;
    background: #ffffff;
    font-family: "Franklin";
    padding: 13px 45px 8px;
    font-size: 16px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    vertical-align: middle;
}

.info-box-right a:hover, .info-box-right a:focus, .info-box-right a:active {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.main-content .custom-counter li a.roadmap-link:hover {
    text-decoration: underline;
}

/* ---------------- Result ------------------*/

.main-content.results {
    padding: 62px 0;
}

.results h2 {
    color: #888888;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    font-family: 'YanoneKaffeesatz';
    font-size: 42px;
}

.results .main-content-left h2 {
    margin-bottom: 15px;
}

.results .main-content-left .btn {
    margin-bottom: 15px;
}

.results.half-width h2 {
    margin-top: -15px;
    font-size: 70px;
    line-height: 80px;
}

.results .main-content-right ul {
    list-style-type: none;
    float: left;
    width: 100%;
    margin: 0;
}

.results .main-content-right ul li {
    float: left;
    width: 25%;
}

.results .main-content-right ul li.half-width {
    width: 50%;
}

.results .main-content-right ul li span {
    color: #151515;
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
}

.results .main-content-right ul li span.green {
    color: #40B95C;
    font-weight: 600;
}

.results .main-content-right ul li p {
    color: #424242;
    font-size: 18px;
    margin: 0;
}

.results.half-width .main-content-left {
    width: 50%;
}

.results.half-width .main-content-left h2 {
    padding-bottom: 20px;
}

.results.half-width .main-content-left p {
    color: #9A9A9A;
    font-size: 32px;
}

.results.half-width .main-content-right {
    width: 50%;
}

.results.half-width {
    padding: 55px 0 55px;
}

.results.half-width h1 {
    margin-bottom: 10px;
    text-transform: capitalize;
}

.results.half-width .result-content {
    max-width: 365px;
}

.results.half-width .main-content-left p {
    line-height: 42px;
    margin: 0;
}

.results .main-content-right ul li.half-width {
    padding-bottom: 22px;
}

.results.half-width .main-content-right {
    padding-top: 90px;
}

/*-------------- Latest News ------------*/

.main-content.latest-news {
    padding: 80px 0;
    border-top: 1px solid #e9e9e9;
}

.latest-news h2 {
    margin: 0;
    color: #888888;
    font-weight: 700;
    line-height: 42px;
    font-family: 'YanoneKaffeesatz';
    text-transform: uppercase;
    font-size: 42px;
    /* float: left; */
    /* width: 100%; */
    padding-bottom: 25px;
    display: block;
}

#list-item-outer {
    width: 100%;
    margin: 0px;
    display: block;
    margin-bottom: 25px;
}

#news-list {
    float: left;
    width: 100%;
    margin: 40px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-item {
    width: 33.3%;
    float: left;
    padding: 20px;
}

.news-item-featured {
    padding: 0px;
}

.news-item.half-width {
    width: 50%;
    padding: 20px;
}

.news-item.half-width .single-item-content p {
}

.news-item.half-width .single-item-content h6 {
    padding-bottom: 10px;
}

.news-item.half-width .blue .single-item-content p {
    font-size: 21px;
    line-height: 31px;
}

.single-item-block {
    float: left;
    width: 100%;
    border: 1px solid #e8e8e8;
    text-align: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.single-item-content {
    float: left;
    width: 100%;
    padding: 30px 60px 30px 25px;
}

.single-item-content h6 {
    font-size: 14px;
    color: #888888;
    font-weight: normal;
    padding-bottom: 6px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'Franklin-med';
    letter-spacing: 1px;
}

.single-item-content p {
    color: #151515;
    font-size: 21px;
    margin: 0;
    line-height: 31px;
}

.single-item-block > img {
    width: 100%;
    display: block;
}

.single-item-content h6 span {
    color: #fff;
    font-family: 'Franklin-med';
    letter-spacing: 1px;
}

.all-news ul li {
    width: 50%;
}

.single-item-block.colored {
    border: none;
    background: #000;
}

.single-item-block.colored p, .single-item-block.colored h6, .single-item-block.colored h6 span {
    color: #fff;
}

.single-item-block.colored.red {
    background: #ed545f;
}

.single-item-block.colored.blue {
    background: #68ccee;
}

.single-item-block.colored.yellow {
    background: #fab456;
}

.common-btn {
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #3ECAEE;
    font-size: 16px;
    text-align: center;
    width: 19%;
    padding: 19px 0 15px;
    background: #fff;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    -webkit-box-shadow: 0 0 2px 0 rgba(232, 232, 232, 1);
    -moz-box-shadow: 0 0 2px 0 rgba(232, 232, 232, 1);
    box-shadow: 0 0 2px 0 rgba(232, 232, 232, 1);
    font-size: 19px;
    line-height: 19px;
}

.common-btn:hover {
    background: #3ECAEE !important;
    color: #fff !important;
}

.single-item-block.trending span {
    color: #EE3E38;
}

/*---------- Support -----------*/
.main-content.supporter {
    min-height: 300px;
}

.supporter-link {
    cursor: pointer;
}

.main-content.supporter .main-content-left {
    padding: 0;
}

.main-content.supporter h1 {
    font-size: 42px;
    margin-bottom: 15px;
    line-height: 42px;
    margin-top: 0px;
}

.supporter-slider {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    position: relative;
}

.supporter-slider .slick-slide:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.supporter-slider .slick-slide {
    border-left: 1px solid #e8e8e8;
    height: 190px;
}

.supporter-slider .slick-next.slick-arrow,
.supporter-slider .slick-prev.slick-arrow {
    z-index: 100;
    background: white;
    color: #36BFEA;
    border: 1px solid #E6E6E6;
    border-right: 0px;
    width: 40px;
    height: 40px;
    line-height: 47px;
    padding: 0px;
    bottom: 50%;
    margin-bottom: -20px;
    border-radius: 2px 0px 0px 2px;
}

.supporter-slider .slick-prev.slick-arrow {
    border-right: 1px solid #e6e6e6;
    border-radius: 0px 2px 2px 0px;
}

.supporter-slider .slick-list.draggable {
    border: 1px solid #e8e8e8;
    border-left: 0px;
}

.main-content-left .common-btn {
    display: inline-block;
    font-size: 16px;
    width: 50%;
    line-height: 20px;
    padding-top: 20px;
    margin-top: 15px;
}

.supporter-slider .slick-arrow:hover {

    color: white !important;
    border-color: #36BFEA !important;
    background: #36BFEA !important;
}

/*--------------- Goals ----------------------*/

.goal-head {
    float: left;
    width: 100%;
    padding: 20px 0 0 0;
}

.goal-head h2 {
    width: 100%;
    font-weight: 600;
    padding: 0 0 20px;
    text-align: left;
    font-family: 'YanoneKaffeesatz';
    text-transform: uppercase;
    font-size: 42px;
    margin-bottom: 30px;
}

.goal-outer {
    float: left;
    width: 100%;
}

.goal-outer ul {
    float: left;
    width: 100%;
    margin-left: -10px;
    list-style: none;
}

.goal-outer li {
    float: left;
    width: 50%;
    padding: 0 0 30px 20px;
}

.single-goal {
    float: left;
    width: 100%;
    height: 275px;
    text-align: left;
    position: relative;
}

.goal-button {
    /* width: 100%; */
    display: block;
    /* float: left; */
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Franklin-Med';
}

.goal-item {
    float: left;
    width: 100%;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out;
    -webkit-transition: transform .2s ease-in-out;
    display: table;
}

.goal-item-left {
    display: table-cell;
    width: 100px;
    vertical-align: top;
    text-align: center;
    padding-right: 20px;
}

.goal-item-left i {
    font-size: 65px;
}

.main-content-right img.icon {
    max-width: 100%;
    margin-bottom: 5px;
}

.goal-item-left img {
    max-width: 100%;
    margin-top: -15px;
}

.goal-item-right {
    display: table-cell;
    vertical-align: top;
}

.single-goal h1 {
    float: left;
    width: 100%;
    font-size: 80px;
    line-height: 80px;
}

.single-goal.blue h1 {
    color: #3ECAEE;
}

.single-goal.red h1 {
    color: #EE3E38;
}

.single-goal.green h1 {
    color: #40B95C;
}

.single-goal.yellow h1 {
    color: #FCB120;
}

.single-goal.purple h1 {
    color: #A552A4;
}

.single-goal h5 {
    padding: 0;
    height: auto;
    font-family: 'YanoneKaffeesatz';
    text-transform: uppercase;
    font-size: 32px;
    display: block;
    margin: 0px;
    line-height: 32px;
    min-height: 75px;
}

.single-goal p {
    /* float:left; */
    /* width:100%; */
    height: auto;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
    display: block;
}

.single-goal p a:hover {
    color: #333;
}

.single-goal a {
    display: block;
}

.goal-iconouter {
    float: left;
    width: 100%;
    position: absolute;
    bottom: -140px;
    transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    opacity: 0;
    visibility: hidden;
}

.single-goal:hover .goal-iconouter {
    transition: visibility 0.1s linear;
    -webkit-transition: visibility 0.1s linear;
    visibility: visible;
}

.goal-outer li:hover .goal-iconouter {
    opacity: 1;
    transform: translate3d(0px, -30px, 0px);
    -ms-transform: translate3d(0px, -30px, 0px);
    -webkit-transform: translate3d(0px, -30px, 0px);
    transition: visibility 0s, opacity 1s linear;
    -webkit-transition: visibility 0s, opacity 1s linear;
}

.goal-icon {
    float: left;
    padding: 0 5px;
    width: 25%;
}

.goal-icon img {
    float: left;
    max-width: 100%;
}

/*--------------- Goal ----------------------*/

.single-nocolor {
    padding-top: 0px !important;
}

.main-content.color {
    background: #fff5e9;
    padding: 65px 0 50px;
}

.main-content.nocolor {
    padding: 65px 0 0;
}

.main-content.blue {
    background: #e9f8fc;
}

.main-content.green {
    background: #eaf7ed;
}

.main-content.purple {
    background: #f7edf5;
}

.main-content.red {
    background: #feebeb;
}

.main-content.yellow {
    background: #fff5e9;
}

.main-content.nocolor .main-content-left,
.main-content.color .main-content-left,
.main-content.single .main-content-left {
    width: 24%;
}

.main-content.color .main-content-right,
.main-content.nocolor .main-content-right,
.main-content.single .main-content-right {
    width: 76%;
}

.main-content.nocolor .main-content-left a,
.main-content.color .main-content-left a,
.main-content-left a.small-grey-link {
    font-size: 16px;
    color: #9a9a9a;
    line-height: 18px;
    float: left;
    margin-top: 10px;
}

.main-content.nocolor .main-content-right i,
.main-content.color .main-content-right i {
    font-size: 60px;
    display: block;
    margin-bottom: 15px;
    color: #a552a4;
    height: 54px;
    line-height: 54px;
    margin-top: 15px;
}

.main-content.nocolor .main-content-right h2,
.main-content.color .main-content-right h2 {
    font-size: 60px;
    color: #151515;
    line-height: 60px;
    max-width: 600px;
    font-weight: 600;
    font-family: 'YanoneKaffeesatz';
    text-transform: uppercase;
}

.main-content.nocolor .main-content-right h2 .subtitle,
.main-content.color .main-content-right h2 .subtitle {
    margin-top: 10px;
    font-family: "Franklin";
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-transform: none;
}

.single-section {
    width: 100%;
    float: left;
    padding: 37px 0;
}

.file-content-inner > p.intro {
    font-size: 21px;
}

.file-content-inner > p {
    line-height: 28px;
}

.file-content-inner .quote {
    color: #9A9A9A;
    max-width: 590px;
    font-size: 32px;
    line-height: 38px;
    margin-left: -100px;
}

.file-content-inner .quote span {
    color: #151515;
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
}

.featured-project-outer {
    width: 100%;
    float: left;
}

.featured-image {
    width: 59.3%;
    float: left;
}

.featured-image img {
    width: 100%;
    display: block;
}

.featured-content {
    width: 40.7%;
    background: #ed545f;
    float: left;
    padding: 38px 42px 0;
    position: relative;
}

.featured-content > h6 {
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.featured-content.common-height > h6:last-child {
    bottom: 20px;;
    position: absolute;
}

.featured-content > h2 {
    color: #ffffff;
    padding-bottom: 40px;
    line-height: 42px;
    font-weight: 400;
}

.featured-content > span {
    color: #ffffff;
}

.recent-project-outer.notfeatured .recent-title-content {
    max-width: none;
}

.recent-project-outer.notfeatured {
    padding: 0 0 30px;
    border: none;
}

.single .recent-project-outer.notfeatured {

    /* margin-left: -12%; */

    /* width: 125%; */
}

.related-sdg-section {
    width: 100%;
    float: left;
    text-align: center;
}

.related-sdg-inner {
    width: 100%;
}

.related-sdg-inner > h2 {
    font-weight: 600;
    text-align: left;
    color: #000;
    font-size: 42px;
    font-family: 'YanoneKaffeesatz';
    line-height: 42px;
    margin-bottom: 30px;
}

.related-sdg-inner > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.related-sdg-inner li {
    width: 100%;
    display: table;
    margin: 0 0 20px;
}

.related-sdg-inner .icon-block {
    display: table-cell;
    width: 125px;
    vertical-align: middle;
}

.related-sdg-inner .icon-block img {
    width: 100%;
    display: block;
}

.related-sdg-inner .icon-info {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0 20px;
}

.related-sdg-inner .icon-info > p {
    font-size: 24px;
    line-height: 29px;
    margin: 0;
}

/*--------------- Method ----------------------*/

.method-container {
    margin-bottom: 50px;
}

.method-page {
    float: left;
    width: 100%;
}

.method-page img {
    width: 100%;
}

.method-list {
    float: left;
    width: 100%;
    padding-bottom: 92px;
}

.custom-counter {
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
}

.custom-counter li {
    counter-increment: step-counter;
    font-family: "Franklin";
    float: left;
    list-style: outside none none;
    padding-left: 9px;
    position: relative;
    width: 33.33%;
    padding: 20px 20px 20px 75px;
    margin-bottom: 50px;
}

.custom-counter li.no-icons::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background: #ffffff;
    font-family: "Franklin";
    color: #F9A21A;
    border: 1px solid #F9A21A;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    text-align: center;
    padding-top: 10px;
    width: 52px;
    height: 52px;
    left: 0px;
    top: 16px;
    position: absolute;
    font-weight: 600;
    line-height: 40px;
}

.custom-counter li.icons .icon-box {

    margin-right: 5px;

    font-size: 80%;

    background: #ffffff;

    font-family: "Franklin";

    color: #F9A21A;

    border: 1px solid #F9A21A;

    -webkit-border-radius: 30px;

    -moz-border-radius: 30px;

    border-radius: 30px;

    display: block;

    text-align: center;

    padding-top: 0px;

    width: 52px;

    height: 52px;

    left: 0px;

    top: 16px;

    position: absolute;

    font-weight: 600;

    line-height: 40px;
}

.method-list li h5 {
    margin-bottom: 35px;
    padding-top: 14px;
    color: #F9A21A;
    text-transform: uppercase;
    font-size: 25px;

    font-weight: 700;
    font-family: 'Franklin';
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
}

.method-list li h5 a {
    color: #F9A21A;
}

.method-list li a.roadmap-link {
    color: #3ecaee;
    font-size: 14px;
    font-family: "Franklin-Med";
    font-weight: 400;
    letter-spacing: 1px;
}

.method-list li a.roadmap-link:hover {
    text-decoration: underline;
}

.method-list li p {
    line-height: 27px;
    margin-bottom: 5px;
    font-family: "Franklin";
    font-size: 16px;
    color: #424242;
}

.info-box-outer {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}

/*--------------- How we do - Home  ----------------------*/

.main-content.how-we-do {
    background: #eef9fd;
    position: relative;
    padding: 90px 0;
}

.main-content.how-we-do .custom-counter li::before {
    border-color: #35bfea;
    color: #35bfea;
}

.main-content.how-we-do h1 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 15px;
}

.main-content.how-we-do .custom-counter li:before {
    background: transparent;
}

.main-content.how-we-do .custom-counter li {
    width: 100%;
    max-width: 510px;
    margin: 0 0 15px 5.2%;
    padding-top: 12px;
    padding-bottom: 0px;
}

.main-content.how-we-do .main-content-left {
    padding: 0 65px 0 0;
}

.main-content.how-we-do .main-content-right {
    padding: 0 0 0 70px;
    width: 61.5%;
    float: right;
}

.main-content.how-we-do .custom-counter li h5 {
    font-weight: 700;
    margin-top: 21px;
    margin-bottom: 10px;
    font-family: 'YanoneKaffeesatz';
    font-family: 'Franklin';
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    color: #35bfea;
}

.main-content .custom-counter li p {
    font-size: 16px;
    margin-bottom: 15px;
}

.main-content .custom-counter li a.roadmap-link {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.main-content.how-we-do .info-box {
    bottom: -70px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 99999;
}

.recent-project-outer .quote-content {
    position: relative;
}

/*--------------- Curricula -----------------------------*/

.curriculum-outer {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}

.topimage-block {
    float: left;
    width: 100%;
    margin-bottom: 100px;
}

.topimage-block img {
    width: 100%;
}

.curriculum-content {
    float: left;
    width: 100%;
}

.curriculum-content ul {
    float: left;
    width: 100%;
    list-style: none;
}

.curriculum-content ul li {
    float: left;
    width: 100%;
    margin-top: 60px;
}

.curriculum-logo {
    float: left;
    width: 25%;
    padding-right: 15px;
    min-height: 1px;
}

.curriculum-description {
    float: left;
    width: 51%;
    padding-right: 15px;
}

.curriculum-description span {
    float: left;
    width: 100%;
    padding-bottom: 15px;
    font-family: 'YanoneKaffeesatz';
    text-transform: uppercase;
    font-size: 26px;
}

.curriculum-description a {
    line-height: 16px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Franklin-Med';
    color: #36BFEA;
}

.curriculum-quote {
    float: left;
    width: 24%;
}

.curriculum-quote .quote-single:hover:before {
    display: none;
}

/*--------- Core Value ---------*/
.corevalue-outer {
    float: left;
    width: 100%;
}

.core-outer {
    float: left;
    width: 100%;
}

.core-outer li {
    float: left;
    width: 100%;
    list-style: none;
    background: #ffffff;
    padding: 0;
}

.core-outer li.corevideo-block {
    padding: 50px 75px 50px 0;
}

.core-outer li.coreimage-block {
}

.core-outer li.corecontent-block {
    padding: 90px 50px;
}

.core-image {
    float: left;
    width: 53.5%;
    position: relative;
    padding: 25px 0px;
    text-align: center;
}

.core-outer li.corevideo-block .core-image {
    padding-left: 60px;
}

.core-image img {
    width: auto;
    max-width: 100%;
}

.core-content {
    float: left;
    width: 46.5%;
    padding: 45px 0 25px 60px;
}

.corecontent-block .core-content {
    padding: 0 50px 25px 50px;
    width: 50.5%;
}

.coreimage-block .core-content {
    padding: 50px;
}

.core-content span {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

.core-content h2 {
    padding-bottom: 16px;
    font-weight: 700;
}

.core-content p {
    line-height: 25px;
}

.core-content span.core-red {
    color: #EF4039;
}

.core-content span.core-orange {
    color: #FCB11F;
}

.core-content span.core-green {
    color: #44B75D;
}

.core-quote {
    float: left;
    width: 49.5%;
    padding: 60px 120px 0 120px;
}

.core-quote h2 {
    color: #9A9A9A;
    line-height: 40px;
}

.core-quote a {
    background: #66be72;
    border: none;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    line-height: 26px;
    padding: 14px 30px 10px;
    width: auto;
    margin-top: 10px;
    float: left;
}

.core-quote a:hover {
    opacity: 0.7;
}

.video {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
}

.video img {
    float: left;
    width: 100%;
    position: relative;
    z-index: 999;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(255, 0, 0, 0.6);
    z-index: 9999;
}

.video.hide:before {
    display: none;
}

.video-button {
    width: 100%;
    z-index: 9999;
    text-align: center;
    height: 100%;
    top: 50%;
    left: 20px;
    position: absolute;
    -webkit-transform: translateY(-7%);
    -ms-transform: translateY(-7%);
    transform: translateY(-7%);
    cursor: pointer;
}

.play-button {
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    border: 3px;
    width: 100%;
}

.play-button i {
    font-size: 25px;
    border-radius: 50%;
    border: 1px solid #FFF;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(0, 0, 0, .2);
}

.video-button span {
    text-align: center;
    font-size: 14px;
    color: #fff
}

/*--------------------- News page -----------------*/

.main-content.news {
    padding: 55px 0 70px;
    position: relative;
}

.news .filter-items-outer {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(237, 237, 237, 1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(237, 237, 237, 1);
    box-shadow: 0px 1px 0px 0px rgba(237, 237, 237, 1);
    position: absolute;
    top: 70px;
    right: 0px;
    width: 75% !important;
}

.news .filter-items {
    float: left;
    width: 65%;
    position: relative;
    top: 2px;
}

.news .filter-label {
    float: left;
    width: auto;
    color: #9A9A9A;
    font-size: 16px;
    padding: 0 0 15px;
    margin-right: 30px;
}

.news .filter-label.active {
    color: #424242;
    border-bottom: 2px solid #3ECAEE;
}

.news .filter-items .filter-label:first-child {
    padding-left: 0;
}

.news .map-search.search-news {
    padding: 0;
}

.instagram-outer {
    float: left;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.instagram-outer h2 {
    font-weight: 700;
    color: #888888;
    margin-bottom: 30px;
    font-family: 'YanoneKaffeesatz';
    text-transform: uppercase;
    font-size: 42px;
}

.instagram-outer ul {
    list-style-type: none;
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    background: blue;
}

.instagram-outer ul li {
    width: 33.3%;
    display: inline-block;
    float: left;
}

.instagram {
    display: block;
    position: relative;
    padding: 0px 20px;
}

.instagram .overlay {
    top: 0px;
}

.instagram-content {
    position: absolute;
    bottom: 20px;
    padding-left: 20px;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 18px;
    text-transform: uppercase;
    display: none;
    z-index: 15;
    font-weight: 600;
}

.instagram-content i {
    font-size: 22px;
    vertical-align: middle;
    top: 0px;
    position: relative;
    margin-right: 5px;
}

.instagram:hover .overlay, .instagram:hover .instagram-content {
    display: inline-block;
}

.instagram-image:hover img {

    -webkit-filter: grayscale(100%) brightness(150%);
    filter: grayscale(100%) brightness(150%);
}

.overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    text-align: center;
    width: 100%;
    display: none;
    border: none;
    overflow: hidden;
    z-index: 10;
    left: 0;
}

.overlay span {
    color: #fff;
    font-size: 14px;
}

.instagram:hover .single-item-block:before {
    border: 8px solid #21a636;
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
}

.instagram:hover .overlay {
    display: block;
}

.featured-project-item.full-width,
.news-item.full-width {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    padding-bottom: 35px;
}

.featured-project-item.full-width .image-block,
.news-item.full-width .image-block {
    width: 50%;
    float: left;
}

.featured-project-item.full-width .image-block img,
.news-item.full-width .image-block img {
    width: 100%;
    display: block;
}

.featured-project-item.full-width .single-item-content,
.news-item.full-width .single-item-content {
    width: 50%;
    padding: 50px 60px 0 55px;
    float: right;
    z-index: 10;
    position: relative;
}

.featured-project-item.full-width h2,
.news-item.full-width h2 {
    color: #fff;
    margin-bottom: 24px;
    line-height: 42px;
    font-family: 'YanoneKaffeesatz';
    text-transform: uppercase;
    font-size: 42px;
    margin-bottom: 50px;
}

.featured-project-item.full-width p,
.news-item.full-width p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

.featured-project-item.full-width .single-item-content h6,
.news-item.full-width .single-item-content h6 {
    padding-bottom: 10px;
    color: #fff;
}

/*--------------- Result --------------------*/

.numbers-block {
    float: left;
    width: 100%;
    padding-bottom: 65px;
}

.numbers-block.results h2 {
    padding-bottom: 33px;
    font-weight: 700;
}

.numbers-block .main-content-right {
    width: 100%;
}

.numbers-block.results .main-content-right ul {
    margin-left: -2%;
    width: 102%;
}

.numbers-block.results .main-content-right li {
    width: 33.33%;
    padding-left: 20px;
}

.numbers-block.results .single-result-right {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding-right: 10px;
    margin-bottom: 35px;
    padding-bottom: 20px;
}

.map-search .sbtn {
    color: #ed545f;
}

/*---------------- About  ---------------------*/
.about-wrapper {
    float: left;
    width: 100%;
    background: #f9f5f9 url(../images/globe.png) no-repeat left top;
    background-size: cover;
    height: auto;
}

/* .about-wrapper .wrapper{
    padding:0;
} */
.about-main-content {
    float: left;
    width: 100%;
    /* background:#f7f7f7;  */
    /*  padding: 0 60px;*/
}

.jobs {
    float: left;
    width: 100%;
    padding: 107px 0 99px;
}

.jobs-top {
    margin: 0 auto 60px;
    max-width: 570px;
    width: 100%;
}

.jobs-top h2 {
    font-weight: 700;
}

.jobs-bottom {
    float: left;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 4px 7px 8px 0 #f0edf0;
    -moz-box-shadow: 4px 7px 8px 0 #f0edf0;
    box-shadow: 4px 7px 8px 0 #f0edf0;
}

.jobs-bottom ul {
    float: left;
    width: 100%;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.jobs-bottom ul li {
    list-style: none;
    float: left;
    width: 100%;
    border-top: 1px solid #e6e6e6;

}

.left-job-info {
    float: left;
    width: 50%;
    padding: 41px 0 16px 3.4%;
}

.left-job-info h5 {
    padding-bottom: 19px;
    font-weight: bold;
}

.left-job-info p {
    line-height: 24px;
}

.middle-job-info {
    float: left;
    padding: 76px 3% 38px;
    width: 26.2%;
}

.job-row {
    float: left;
    width: 100%;
}

.job-attribute {
    float: left;
    font-size: 14px;
    color: #9A9A9A;
    width: 33%;
    line-height: 24px;
}

.job-value {
    float: left;
    font-size: 14px;
    color: #424242;
    width: 67%;
    line-height: 24px;
}

.right-job-info {
    float: right;
    width: 23.8%;
    position: relative;
    line-height: 1px;
    overflow: hidden;
    min-height: 100px;
}

.right-job-info img {
    line-height: 1px;
}

.job-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 1;
}

.job-with-overlay {
    background: rgba(147, 59, 149, 0.8);
}

.job-overlay a {
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #923a93;
    background: #a861a9;
    text-align: center;
    display: inline-block;
    line-height: 18px;
    padding: 18px 0px 13px;
    width: 75%;
}

.job-overlay a:hover {
    text-decoration: underline;
}

.job-overlay-inner {
    display: table;
    height: 100%;
    width: 100%;
}

.job-overlay-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.map-header.about {
    border-bottom: 1px solid #e6e6e6;
}

.map-header.about .map-menu ul li {
    padding: 0 12px;
}

.map-header.about .map-menu ul li:first-child {
    padding-left: 0;
}

.map-header.about .map-menu ul li a {
    font-size: 14px;
    padding: 10px 0;
}

.map-header.about .map-menu ul li a:before {
    top: inherit;
    bottom: 0;
}

.about-content {
    float: left;
    width: 100%;
    padding: 55px 0 30px;
}

.about-left {
    float: left;
    width: 50%;
}

.about-left h1 {
    font-family: 'YanoneKaffeesatz';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 70px;
    line-height: 80px;
    margin-top: -15px;
    margin-bottom: 15px;
}

.about-left p {
    font-size: 32px;
    line-height: 40px;
}

.about-right {
    float: left;
    width: 50%;
    padding: 0 0 0 9.8%;
}

.about-right p {
    font-size: 18px;
    margin: 5px 0px 5px;
    line-height: 24px;
}

.about-right a {
    color: #888888;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: "Franklin-Med";
}

.about-right strong {
    font-weight: 600;
    font-size: 19px;
}

.about-right ul {
    float: left;
    width: 100%;
    list-style: none;
}

.about-right ul li {
    float: left;
    width: 100%;
    font-size: 21px;
    margin-bottom: 12px;
}

.about-right ul li p {
    margin-bottom: 5px;
    line-height: 28px;
}

.about-right ul li a {
    color: #3ecaee;
    font-size: 14px;
    font-weight: 600;
}

.text-buttons {
    margin-bottom: 15px;
}

.secretariat-outer, .board-outer {
    width: 100%;
    float: left;
}

.about-team {
    width: 100%;
    background: #f7f7f7;
    float: left;
}

.team-inner {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0;
}

.team-inner h1 {
    font-weight: 600;
    padding: 50px 0 55px;
    font-family: 'YanoneKaffeesatz';
    text-transform: uppercase;
    font-weight: 600;
}

.team-inner ul {
    width: 101.7%;
    margin: 0 0 0 -20px;
    padding: 0;
    list-style-type: none;
}

.team-inner ul li {
    width: 23.3%;
    float: left;
    margin-left: 20px;
    margin-bottom: 30px;
}

.team-profile {
    width: 100%;
    float: left;
    position: relative;
}

.team-image img {
    width: 100%;
    display: block;
}

.team-image a:hover img {
    opacity: 0.75;
}

.linkedin {
    color: #ffffff;
    font-size: 20px;
    left: 15px;
    position: absolute;
    top: 20px;
}

.linkedin:hover {
    color: #3ecaee;
}

.team-info {
    width: 100%;
    background: #ffffff;
    float: left;
    padding: 20px;
    text-align: left;
    color: #fff;
}

.team-info h5 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    font-family: 'YanoneKaffeesatz';
    text-transform: uppercase;
    font-weight: 600;
}

.team-info span {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    line-height: 15px;
    margin-top: 10px;
}

.team-info > h6 {
    font-size: 14px;
    padding: 7px 0 0;
    color: #fff;
    font-family: "Franklin-Med";
}

.team-info > h6 a {
    color: #fff;
}

.team-info > h6 a.green {
    color: #40B95C;
}

.team-info > h6 a.blue {
    color: #3ECAEE;
}

.team-info > h6 a.red {
    color: #EE3E38;
}

.team-info > h6 a.orange,
.team-info > h6 a.yellow {
    color: #FCB120;
}

.team-info > p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 9px;
}

.team-info > a {
    color: #fff;
}

/*---------------- About  ---------------------*/

.map-header {
    width: 100%;
    float: left;
    border-top: 1px solid #e6e6e6;
}

.map-menu {
    vertical-align: top;
    display: block;
    float: left;
}

.map-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.map-menu ul li {
    float: left;
    padding: 0 15px !important;
    text-align: left !important;
    height: auto;
}

.map-menu ul li:first-child {
    padding-left: 0;
}

.map-menu ul li a {
    color: #9A9A9A;
    font-size: 16px;
    padding: 7px 0;
    position: relative;
    display: inline-block;
}

.map-menu ul li a:hover,
.map-menu ul li a.active {
    color: #424242;
}

.map-menu ul li a:before {
    background: #f9a119;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 0;
}

.map-menu ul li a:hover:before {
    left: 0;
    width: 100%;
}

.map-menu ul li a.classone:before,
.map-menu ul li a.active:before {
    left: 0;
    width: 100%;
}

.map-search {
    padding: 9px 0 0;
    display: inline-block;
    float: left;
    margin-left: 15px;
}

.map-search .sbtn {
    float: right;
    padding: 0;
    right: 5px;
    border-radius: 4px;
    font-size: 20px;
    height: 40px;
    top: 7px;
    margin-top: -8px;
    margin-left: -30px;
    width: 35px;
    text-align: center;
    color: #888888;
}

.map-search #search input {
    max-width: 200px;
    float: right;
}

.map-outer {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 50px;
}

#map {
    height: 600px;
    width: 100%;
    position: relative;
}

.main-content-left .common-btn:hover {
    color: #ffffff;
}

.map-popup {
    width: 380px;
    background: #FFFFFF;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 99999;

}

.map-popup .map-content {
    max-height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}

.map-popup .map-close {
    width: 40px;
    height: 40px;
    position: absolute;
    background: inherit;
    margin-left: -40px;
    border-right: none;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
    padding-left: 3px;
    font-size: 18px;
}

.map-popup .map-close i {
    top: 3px;
    position: relative;
}

.map-image img {
    width: 100%;
    display: block;
}

.map-details {
    width: 100%;
    float: left;
    -webkit-box-shadow: 0 0 2px 0 rgba(232, 232, 232, 1);
    -moz-box-shadow: 0 0 2px 0 rgba(232, 232, 232, 1);
    box-shadow: 0 0 2px 0 rgba(232, 232, 232, 1);
    padding: 18px 30px;
}

.map-details h5 {
    font-weight: normal;
    margin-bottom: 18px;
    color: #fff;
}

.map-details h6.map-details-partner {
    position: relative;
    height: 40px;
    font-size: 14px;
    line-height: 46px;
    font-family: 'Franklin-Med';
    right: 0;
    top: -23px;
    margin-top: -35px;
    padding: 0px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.map-details h6.map-details-partner img {
    height: 32px;

    vertical-align: middle;
    margin-right: 5px;
}

.map-details h6.map-details-partner span.right {
    float: right;
}

.map-details p.map-details-excerpt {
    margin-bottom: 10px;
}

.map-details .map-details-excerpt h3 {
    margin-top: 15px;
    font-weight: normal;
    font-size: 20px;
    line-height: 35px;
    color: #FFFFFF;
}

.map-details p {
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.map-details p a {
    color: #FFFFFF;
    text-decoration: underline;
}

.map-details .common-btn {
    width: 100%;
}

.jumper-wrapper {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;

}

.jumper-wrapper a {
    color: #9A9A9A;
    font-size: 16px;
    padding: 12px 0 8px 0;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid transparent;
    position: relative;
    top: 1px;
    margin-right: 26px;
}

.jumper-wrapper a.active {
    font-weight: bold;
    border-bottom: 1px solid #37AF4A;
    color: #000;
}

.content-inset-block {
    float: left;
    padding: 107px 60px 99px 0px;
    width: 100%;
    background: #FFF;
}

.content-inset-left {
    float: left;
    padding: 0px 30px 0 0;
    width: 67%;
}

.content-inset-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.content-table-row {
    display: table-row;
    overflow: hidden;
    table-layout: fixed;
}

.content-table-column {
    display: table-cell;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    position: relative;
    table-layout: fixed;
    padding: 15px;
    height: 125px;
    line-height: 125px;
    text-align: center;
}

.content-table-column:hover:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #f7f7f7;
}

.column-content-expanded {
    display: none;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 201%;
    background: #f7f7f7;
    padding: 15px;
    z-index: 10;
    margin-left: -1px;
    text-align: left;
    line-height: 20px;
}

.content-table-row:first-child .content-table-column:last-child .column-content-expanded {
    /* display: block !important; */
}

.content-table-column:hover .column-content-expanded {
    /* display: block; */
}

.content-table-column.column-left .column-content-expanded {
    left: 101%;
}

.content-table-column.column-right .column-content-expanded {
    right: 101%;
}

.content-table-column img {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    max-height: 125px;
    width: auto;
    max-width: 100%;
}

.column-content-expanded h5 {
    color: #232323;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.column-content-expanded p {
    color: #4e4e4e;
    font-size: 14px;
    margin-bottom: 10px;
}

.column-content-expanded a {
    color: #232323;
    font-size: 14px;
    position: relative;
    display: block;
    float: left;
    display: inline;
    margin: 0px;
    line-height: 20px;
}

.column-content-expanded a:after {
    content: " >";
}

.column-content-expanded a:hover {
    color: #36bfea;
}

.column-content-expanded a.close-trigger {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 26px;
    height: 26px;
    z-index: 100;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NDkuNDg1IiBoZWlnaHQ9IjU1MC40MDQiIHZpZXdCb3g9IjI5LjMzMyAxMjAuNzUzIDU0OS40ODUgNTUwLjQwNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAyOS4zMzMgMTIwLjc1MyA1NDkuNDg1IDU1MC40MDQiPjxwYXRoIGZpbGw9IiM4ODg4ODgiIGQ9Ik0zMTguNTYyIDQwMy44M2wyNjAuMjQ2LTI2MC44NDgtMTUuOTI2LTE1LjQ4NC0yNjAuMTcgMjYwLjc3NUw0NS4xOSAxMjAuNzUzIDI5LjMzMyAxMzYuNjFsMjU3LjUzMyAyNjcuNTM0LTI0My4wNjMgMjQ0Ljg4IDE1LjkyNiAxNS40ODRMMzAyLjcyIDQxOS43bDI2MC4yNCAyNTEuNDU3TDU3OC44MiA2NTUuM3oiLz48L3N2Zz4=);
    background-size: 13px 13px;
    background-position: center;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    background-repeat: no-repeat;
}

.close-trigger:after {
    display: none;
}

.content-inset-right {
    float: left;
    padding: 0px 0 0 30px;
    width: 33%;
}

.widget-block h4 {
    margin-bottom: 14px;
    font-family: 'YanoneKaffeesatz';
    text-transform: uppercase;
    font-weight: 600;
}

.common-button {
    background: #5eccee;
    border: none;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 30px;
    width: 22%;
}

.common-button:hover {
    color: #ffffff;
    opacity: 0.7;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.overlay span .ss-icon {
    left: -3px;
    position: relative;
    top: 3px;
}

.single-item-content span .ss-icon {
    left: -3px;
    position: relative;
    top: 3px;
}

/*Select box section*/

.sbHolder {
    background: none;
    border: none;
    font-family: 'Helvetica';
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    position: relative;
    width: 45px;
}

.sbSelector {
    display: block;
    height: 31px;
    left: 0;
    line-height: 31px;
    outline: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 15px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #b8b8b8;
    outline: none;
    text-decoration: none;
}

.sbToggle {
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    color: #b8b8b8;
    top: -1px;
}

.sbToggleOpen: {

}

.sbHolderDisabled {
    background: none;
    border: solid 1px #515151;
}

.sbOptions {
    background: rgba(255, 255, 255, 0.9);
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 1;
    overflow-y: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.sbOptions li {
    padding: 0 7px;
}

.sbOptions a {
    display: block;
    outline: none;
    padding: 3px 0;
    font-size: 13px;
    line-height: 21px !important;
}

.sbOptions a:link, .sbOptions a:visited {
    color: #777;
    text-decoration: none;
}

.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
    color: #3ecaee !important;
}

.sbOptions li.last a {
    border-bottom: none;
}

.sbOptions .sbDisabled {
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
    padding-left: 17px;
}

.sbOptions li {
    width: 100% !important;
    text-align: lef !important;
    padding: 0 5px !important;
}

.sbToggle:before {
    content: '\00F501';
    font-family: "SSGizmo";
    line-height: 38px;
    margin: 0 0 0 8px;
}

.sbToggleOpen:before {
    content: '\00F500';
    color: #3ecaee;
    font-family: "SSGizmo";
    line-height: 38px;
    margin: 0 0 0 8px;
}

.map-menu .sbHolder {
    display: inline-block;
    width: 120px;
    height: 46px;
    top: 13px;
}

.footer-container .sbHolder {
    width: 75px;
    color: #888888;
    margin-top: 10px;
}

.footer-container .sbOptions li {
    text-align: left !important;
}

.footer-container .sbToggleOpen:before {
    color: #ffffff;
}

.footer-container .sbSelector {
    line-height: 30px !important;
    font-size: 14px;
    color: #888888;
}

/*Select box section*/

.hidden {
    display: none;
}

.share-button {
    display: block;
    background: black;
    color: white;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    border-radius: 2px;
    margin-bottom: 5px;
}

.share-button i {
    top: 5px;
    color: white;
    position: relative;
}

.share-button-facebook {
    background: #3B5998;
}

.share-button-twitter {
    background: #55ACEE;
}

.share-button-linkedin {
    background: #0077B5;
}

.share-button-envelope {
    background: #36BFEA;
}

.share-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    font-family: 'Franklin-med';
    font-weight: 600;
}

.author {
    margin-top: -110px;
    margin-bottom: 25px;
    width: 180px;
}

.author-image {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
    border: 5px solid white;
}

.author-image img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.author-name {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 21px;
}

.author-biography {
    color: #888888;
    font-size: 14px;
    line-height: 24px;
}

.post-details {
    color: #888888 !important;
    text-transform: uppercase;
    font-size: 15px !important;
    margin: 0px !important;
}

.info-box-large .info-box {

    width: 100%;

    max-width: none !important;
}

.info-box-large {
    margin-bottom: 0px !important;
}

.international-partners {
    padding: 55px 0 80px;
}

.international-partners .international-partners__title {
    color: #FAA21B;
    font-size: 42px;
    font-weight: 600;
    font-family: 'YanoneKaffeesatz';
    text-transform: uppercase;
    margin-bottom: 42px;
}

.international-partners .international-partners__accordions .partners-accordion {
    background: #f7f7f7;
}

.international-partners .international-partners__accordions .partners-accordion:not(:last-child) {
    margin-bottom: 32px;
}

.international-partners .international-partners__accordions .partners-accordion.open .partners-accordion__header .icon svg {
    transform: rotate(90deg);
}

.international-partners .international-partners__accordions .partners-accordion.open .partners-accordion__inner {
    display: block;
}

.international-partners .international-partners__accordions .partners-accordion__header {
    cursor: pointer;
    padding: 31px 30px 32px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.international-partners .international-partners__accordions .partners-accordion__header .text {
    color: black;
    font-size: 24px;
    font-weight: bold;
    font-family: "Arial";
}

.international-partners .international-partners__accordions .partners-accordion__header .icon svg {
    width: 30px;
    height: 30px;
    transition: all 0.2s ease-in-out;
    display: block;
}

.international-partners .international-partners__accordions .partners-accordion__inner {
    display: none;
    padding: 0 30px 10px;
}

@media screen and (min-width: 992px) {
    .international-partners .international-partners__accordions .partners-accordion__inner {
        padding: 0 30px 45px;
    }

    .international-partners .international-partners__accordions .partners-accordion__inner {
        column-count: 2;
    }
}

.international-partners .international-partners__accordions .partners-accordion__inner .country-block {
    margin: 0 0 31px;
}

.international-partners .international-partners__accordions .partners-accordion__inner .country-block__name {
    color: black;
    font-size: 18px;
    font-weight: bold;
    font-family: "Arial";
    margin: 0 0 9px;
}

.international-partners .international-partners__accordions .partners-accordion__inner .country-block__links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.international-partners .international-partners__accordions .partners-accordion__inner .country-block__links li a {
    color: black;
    font-size: 16px;
    font-family: "Arial";
    border-bottom: 1px solid rgb(214, 214, 214);
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.international-partners .international-partners__accordions .partners-accordion__inner .country-block__links li a:hover .icon svg {
    transform: translateX(4px);
}

.international-partners .international-partners__accordions .partners-accordion__inner .country-block__links li a .icon svg {
    top: 5px;
    fill: #35bfea;
    width: 20px;
    height: 20px;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.block-row .block {
    width: 48%;
    display: inline-block;
    margin: 15px 0px;
    vertical-align: top;
}

.block-row .block:first-child {
    padding-right: 4%;
}

.block-row .block h2 {
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0px 10px;
}

.block-row .block p {
    font-size: 17px;
    margin-bottom: 15px;
}

.btn {
    display: inline-block;
    margin-right: 5px;
    height: 50px;
    line-height: 55px;
    padding: 0px 35px;
    font-size: 16px !important;
    -webkit-border-radius: 2px;
    color: #fff !important;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: "Franklin-Med";
    cursor: pointer;
}

.btn:hover, .btn:active {
    color: white !important;
}

.btn-green {
    background: #37AF4A;
    color: white;
}

.btn-blue {
    background: #36BFEA;
    color: white;
}

.btn-purple {
    background: #923A93;
    color: white;
}

.btn-orange {
    background: rgba(249,162,26,0.9);
    color: white;
}

.btn-orange:hover {
    background: #E39C2E;
}

.post-type-tweets {
    cursor: pointer;
}

.post-type-tweets a,
.post-type-tweets a:hover {
    color: #FFFFFF;
}

.search-top {
    border-bottom: 1px solid #ccc;
    padding-top: 135px;
}

.search-top-left {
    display: inline-block;
    width: 30%;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    line-height: 80px;
    font-size: 42px;
    font-family: 'YanoneKaffeesatz';
    text-transform: uppercase;
    margin-top: -15px;
    font-size: 70px;
    line-height: 80px;
}

.search-top-right {
    display: inline-block;
    width: 50%;
    margin: 0px;
    padding: 0px;
    font-family: 'YanoneKaffeesatz';
    text-transform: uppercase;
    margin-top: -15px;
    font-size: 70px;
    line-height: 80px;
}

.search-top-right input {
    height: 100px;
    border: 0px;
    border-bottom: 2px solid #333333;
    outline: none;
    color: #111111;
    font-family: 'YanoneKaffeesatz';
    text-transform: uppercase;
    margin-top: -15px;
    font-size: 70px;
    line-height: 80px;
}

.search-bottom-div {
    width: 100%;
    display: table;
}

.search-bottom-left {
    width: 40%;
    display: table-cell;
    border-right: 1px solid #ccc;
    padding: 40px 0px;
    padding-right: 20px;
}

.search-bottom-center {
    width: 30%;
    display: table-cell;
    border-right: 1px solid #ccc;
    padding: 40px 0px;
    padding-left: 20px;
    background: #F7F7F7;
}

.search-bottom-right {
    width: 30%;
    display: table-cell;
    padding: 40px 0px;
    padding-left: 20px;
}

.search-results {
    position: relative
}

.search-results .news-item {
    position: relative !important;
    width: 100% !important;
    display: block !important;
    padding: 10px 0 10px 0;
}

.search-results .quote-single {
    width: 90%;
}

.search-results-title {
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 25px;
}

.search-results-title span {
    font-size: 18px;
    font-weight: normal;
    margin-left: 10px;
}

.search-results-page {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 5px 0px;
    font-size: 16px;
}

.search-results.search-results-projects {
    padding: 0px;
}

.search-results.search-results-projects ul {
    list-style-type: none;
    margin: 10px 0 0 -20px;
    padding: 0;
    float: left;
    overflow: hidden;
    width: 100%;
}

.search-results.search-results-projects ul li {
    float: left;
    padding: 0 0 20px 20px;
    width: 100%;
}

.search-results.search-results-projects ul li .quote-single {
    width: 100%;
}

.search-results.search-results-projects ul li .quote-content {
    position: relative;
}

.job-details {
    margin-top: 50px;
    font-size: 14px;
}

.job-detail {
    display: table;
    width: 90%;
    line-height: 24px;
}

.job-detail-title {
    width: 100px;
    display: table-cell;
    color: #888888;
    vertical-align: top;
}

.job-detail-value {
    display: table-cell;
    vertical-align: top;
    color: #333333;
}

.job-details .btn {
    margin-top: 15px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.single_blocks .info-box-div {
    width: 100%;
}

.single_blocks .info-box {
    width: 100%;
    margin: 0;
}

.single_block {
    display: block;
    margin: 15px 0px;
    width: 90%;
    float: left;
}

.single_block_image img {
    width: 110%;
}

.single_block_image .caption {
    font-size: 14px;
    color: #888888;
    line-height: 18px;
}

.single_block_image {
    margin: 25px 0px;
}

.single_block_buttons {
    margin: 15px 0px 30px;
}

.single_block_list {
    margin: 5px 0px 15px 40px;
}

.single_block_list ul {
    font-size: 19px;
}

.single_block_quote {
    margin: 30px 0px;
}

.single_block_text p, .single_block_text p, .single_block_text ul li {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 19px;
}

.single_block_text .intro, .single_block_text .intro p {
    font-size: 32px;
    line-height: 42px;
    color: #888888;
}

.single_block_text .small, .single_block_text .small p {
    font-size: 17px;
    line-height: 25px;
}

.single_block_title {
    margin: 15px 0px 0px;
    font-weight: 600;
}

.single_block_title h5 {
    font-size: 20px;
    font-weight: 700;
}

.single_block_projects {
    margin-top: 25px;
}

.single_block_image_featured {
    margin: 30px 0px;
}

.single_block_projects .recent-project-outer ul li {
    width: 30%;
}

.single_block_project {
    margin-left: -100px;
    width: 110%;
}

.single_block_projects .recent-title-content h2 {
    color: #000;
    margin-bottom: 0px;
    font-size: 30px;
}

.main-content-right-specs {
}

.spec {
    display: block;
    float: left;
    margin-right: 30px;
}

.spec-top {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888888;
}

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

.main-content-smallpadding {
    padding: 15px 0px;
}

.related-sdg-inner ul {
    margin-bottom: 60px;
}

.image_wrapper {
    margin-bottom: 10px;
}

.image_featured {
    display: table;
    margin-left: -15%;
    width: 115%;
}

.image_featured_left {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.image_featured_left img {
    max-width: 90%;
    width: 90%;
}

.image_featured_right {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.image_featured_right p {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 0px;
}

.image_featured_right strong {
    margin-bottom: 10px;
}

header #search input {
}

header #search {
}

.news-item-featured .single-item-block {
    border: 0px !important;
}

.footer-columns {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.footer-column {
    display: table-cell;
}

.footer-column h6,
.sign-up-block h6 {
    font-size: 14px;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Franklin-Med';
    margin-bottom: 5px;
    text-align: left;
}

.footer-column ul {
}

.footer-column ul li {
    line-height: 23px;
}

.footer-column ul li a {
    color: #888888;
    font-size: 14px;
}

.footer-column ul li a:hover {
    color: #333;
}

.single_block_image_large {
    width: 100%;
    margin: 25px 0px 30px;
    max-height: 500px;
    overflow: hidden;
    position: relative;
    float: left;
    display: block;
    height: 500px;
}

.single_block_image_large img {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    min-width: 100%;
    width: auto !important;
    width: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.main-content.post {
    background: #36BFEA;
}

.main-content.post .main-content-right h2 {
    color: white;
    font-size: 60px;
    line-height: 60px;
}

.main-content.post .main-content-left a {
    color: white;
}

.main-content.post .post-details {
    color: white !important;
}

.bg-trans-purple {
    background: rgba(146, 58, 147, 0.85) !important;
}

.bg-trans-yellow {
    background: rgba(249, 162, 26, 0.85) !important;
}

.bg-trans-green {
    background: rgba(55, 175, 74, 0.85) !important;
}

.bg-trans-blue {
    background: rgba(54, 191, 234, 0.85) !important;
}

.bg-trans-red {
    background: rgba(231, 38, 43, 0.85) !important;
}

.bg-trans-orange {
    background: rgba(249, 162, 26, 0.85) !important;
}

.bg-trans-apple {
    background: rgba(175, 204, 63, 0.85) !important;
}

.bg-trans-pink {
    background: rgba(243, 174, 187, 0.85) !important;
}

.bg-purple {
    background: #923A93 !important;
}

.bg-yellow {
    background: #ffcd2c !important;
}

.bg-green {
    background: #37AF4A !important;
}

.bg-blue {
    background: #36BFEA !important;
}

.bg-red {
    background: #E7262B !important;
}

.bg-pink {
    background: #F3AEBB !important;
}

.bg-orange {
    background: #F9A21A !important;
}

.bg-apple {
    background: #AFCC3F !important;
}

.color-purple, .clr-purple {
    color: #923A93 !important;
}

.color-yellow, .clr-yellow {
    color: #ffcd2c !important;
}

.color-orange, .clr-orange {
    color: #F9A21A !important;
}

.color-green, .clr-green {
    color: #37AF4A !important;
}

.color-blue, .clr-blue {
    color: #36BFEA !important;
}

.color-red, .clr-red {
    color: #E7262B !important;
}

.color-pink, .clr-pink {
    color: #F3AEBB !important;
}

.color-apple, .clr-apple {
    color: #AFCC3F !important;
}

.featured-alt {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0px 0px 60px;
    overflow: hidden;
    position: relative;
}

.featured-alt .back-image {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    min-width: 100%;
    width: auto !important;
    width: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;

}

.featured-alt-content-overlay {
    width: 60%;
    left: -10%;
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    position: absolute;
    top: -100px;
    bottom: -100px;
    overflow: hidden;
}

.featured-alt-content {
    padding: 75px 0px;
    position: relative;
    z-index: 1;
    width: 40%;
    color: white;
}

.featured-alt-content strong {
    color: white;
    font-size: 21px;
    line-height: 24px;
}

.featured-alt-content p {
    color: white;
    font-size: 21px;
    line-height: 27px;
}

.featured-alt-content img {
    max-width: 100%;
}

.featured-alt-right .featured-alt-content-overlay {
    right: -10%;
    left: auto;
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.featured-alt-right .featured-alt-content {
    float: right;
}

.contact-wrapper {
    margin-top: 50px;
}

.team-info > a > p {
    color: white;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.info-box-large-in {
    width: 100%;
    text-align: center;
}

.iframe-box {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    margin-bottom: 25px;

}

.iframe-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.supporter-slider .slick-slide {
    border-left: 1px solid #e8e8e8;
    height: 190px;
    width: 190px;
    padding: 0px 15px;
    line-height: 190px;
    outline: none;
}

.slick-slide img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.single-item-block.colored h6 i {
    font-size: 22px;
    vertical-align: middle;
    top: 0px;
    position: relative;
    margin-right: 5px;
}

.programme-logo {
    position: absolute;
    right: 0px;
}

.news-load-container {
    margin: 0px -20px;
}

.search-news #search i {
    top: 8px;
}

.latest-news-wrapper {
    margin: 0px -20px;
    display: block;
    /* float: left; */
    /* width: 100%; */
}

.supporter-slider-div {
    margin-right: -200px;
    position: relative;
}

.blocks-two-columns {
    margin-bottom: 75px;
}

.news-button {
    text-align: center;
}

.select-styled {
    padding: 0px;
    margin: 0;
    border: 1px solid #ccc;
    width: auto;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    border-radius: 2px;
    font-family: ITCFranklinGothicStd-Med;
    font-size: 16px;
    color: #36BFEA;
    letter-spacing: 0.3px;
    line-height: 20px;
    display: inline-block;
    font-weight: 600;
    padding: 5px 0px;
    position: relative;
}

.select-styled select {
    padding: 0px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #36BFEA;
    font-weight: 600;
    padding-right: 35px;
    line-height: 38px;
    padding-left: 15px;
    z-index: 1000000;
    position: relative;
}

.select-styled select:focus {
    outline: none;
}

.buttons div {
    vertical-align: top;
}

.form-modal {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1000000000;
    height: 100%;
    overflow: scroll;
}

.form-modal-back {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
}

.form-modal-modal {
    background: #36BFEA;
    width: 880px;
    display: block;
    margin: 100px auto;
    position: relative;
}

.form-modal-modal-in {
    display: table;
    padding: 40px;
    color: white;
    width: 100%;
}

.form-modal-modal-left {
    display: table-cell;
    width: 250px;
    vertical-align: top;
}

.form-modal-modal-right {
    display: table-cell;
    padding-top: 40px;
    vertical-align: top;
}

.form-modal-modal-left h3 {
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 15px;
}

.form-modal-modal-left p {
    font-size: 16px;
    color: white;
    margin-bottom: 0px;
}

.form-modal-close {
    background: #36BFEA;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: -40px;
    line-height: 40px;
    color: white;
    font-size: 19px;
    border-radius: 2px 2px 0px 0px;
    cursor: pointer;
}

.form-modal .gforms_confirmation_message {
    color: #FFFFFF;
    font-size: 16px;
}

.form-modal .gravity-forms .gform_button {
    background: #FFFFFF;
    color: #36BFEA;
    border: none;
    font-weight: bold;
    padding: 12px 34px;
}

.form-modal-close i {
    top: 3px;
}

.form-modal-close {
    background: #36BFEA;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    Ãƒâ€šÃ‚Â right: 0px;
    Ãƒâ€šÃ‚Â top: -40px;
    Ãƒâ€šÃ‚Â line-height: 40px;
    Ãƒâ€šÃ‚Â color: white;
    Ãƒâ€šÃ‚Â font-size: 19px;
    Ãƒâ€šÃ‚Â border-radius: 2px 2px 0px 0px;
    Ãƒâ€šÃ‚Â cursor: pointer;
}

.form-modal .gforms_confirmation_message {
    Ãƒâ€šÃ‚Â color: #FFFFFF;
    Ãƒâ€šÃ‚Â font-size: 16px;
}

.form-modal .gravity-forms .gform_button {
    Ãƒâ€šÃ‚Â background: #FFFFFF;
    Ãƒâ€šÃ‚Â color: #36BFEA;
    Ãƒâ€šÃ‚Â border: none;
    Ãƒâ€šÃ‚Â font-weight: bold;
    Ãƒâ€šÃ‚Â padding: 12px 34px;
}

.form-modal-close {
    background: #36BFEA;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: -40px;
    line-height: 40px;
    color: white;
    font-size: 19px;
    border-radius: 2px 2px 0px 0px;
    cursor: pointer;
}

.form-modal .gforms_confirmation_message {
    color: #FFFFFF;
    font-size: 16px;
}

.form-modal .gravity-forms .gform_button {
    background: #FFFFFF;
    color: #36BFEA;
    border: none;
    font-weight: bold;
    padding: 12px 34px;
}

.form-modal-close i {
    top: 3px;
    position: relative;
}

.instagram-image {
    position: relative;
    max-width: 100%;
}

.instagram-image img {
    max-width: 100%;
}

.form-modal-modal-right textarea {
    max-height: 100px !important;
    outline: none !important;
}

.quote-more-link {
    right: 25px;
    font-weight: 600;
    font-family: 'Franklin-Med';
    letter-spacing: 1px;
}

position: relative

;
}
.instagram-image {
    position: relative;
    max-width: 100%;
}

.instagram-image img {
    max-width: 100%;
    display: block;
    min-width: 100%;
}

.form-modal-modal-right textarea {
    max-height: 100px !important;
    outline: none !important;
}

.quote-more-link {
    right: 25px;
    font-weight: 600;
    font-family: 'Franklin-Med';
    letter-spacing: 1px;
}

.featured-project-item.full-width {
    float: left;
    margin: 0px 0px 60px;
}

.featured-project-item.featured-alt-right .featured-alt-content-overlay {

    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}

.featured-project-item.full-width h2 {
    margin-bottom: 50px;
}

.featured-project-location {
    color: #fff;
    font-family: 'Franklin-med';
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}

.recent-project-outer-related {
    padding-top: 0px;
    border-top: 0px;
}

.recent-project-outer-related .recent-title-content {
    max-width: 100%;
    padding-left: 24%;
}

.recent-project-outer-related ul li {
    width: 23.3%;
}

.wrapper-resources {
    max-width: 920px;
}

.main-content-error {
    padding-bottom: 65px !important;
}

.main-content-error ul {
    list-style: none;
    margin: 25px 0px 30px;
    font-size: 19px;
    color: #F9A21A !important;
}

.main-content-error ul li a {

    color: #F9A21A !important;
}

.contact-right textarea {
    max-height: 200px;
    outline: none !important;
}

.supporter-slider-wrapper {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.supporter-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */

    position: absolute;
    width: 150px;
    height: 100%;
    top: 0px;
    right: 0px;
}

.map-search #search input {
    margin-top: 0px;
}

.map-search #search i {
    top: 16px;
}

.icon-box-image {
    border: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    line-height: 20px !important;
    height: auto !important;
    text-align: center;
    background: transparent !important;
}

.icon-box-image img {
    max-width: 100%;
    width: auto !important;
}

.curriculum-quote .quote-content > p,
.recent-project-outer-related .quote-content > p {

    font-size: 36px;
    line-height: 36px;
}

.news .map-search #search {
    margin-top: -10px;
}

.news .map-search #search i {
    top: 12px;
}

.nopaddingtop {
    padding-top: 0px;
}

.nopaddingbottom {
    padding-bottom: 0px;
}

.resource-link {
    display: block;
    font-size: 27px;
    color: black !important;
    margin-top: 10px;
    font-weight: 600;
}

.resource-link:hover {
    color: #AFCC3F !important;
}

.wrapper-resources .main-content {
    padding: 40px 0px;
}

.jumper-wrapper-out.fixed .jumper-wrapper {
    position: fixed;
    background: white;
    z-index: 100000;
}

.jumper-wrapper-out,
.jumper-wrapper {
    height: 52px;
}

.banner-slider .slick-prev {
    display: none !important;
}

.block_quote {
    float: left;
    padding: 50px 0px;
    color: #9A9A9A;
    font-size: 32px;
    line-height: 36px;
}

.block_quote span {
    color: #151515;
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
}

.event-information {
    margin-bottom: 25px;
}

.event-information-item {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    display: block;
}

.event-information-item span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-family: 'Franklin-med';
    display: block;
    font-weight: 600;
}

.loader-div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 100000;
    background: #fff;
}

.loader-div .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    margin: 2px;
    border: 2px solid #9A9A9A;
    border-bottom-color: transparent;
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top;
    -25 px;
    background: 0 0 !important;
    -webkit-animation: rotate .75s 0s linear infinite;
    -ms-animation: rotate .75s 0s linear infinite;
    animation: rotate .75s 0s linear infinite;
}

.map-menu-selects {
    display: block;
    float: left;
}

.backtotop {
    position: fixed;
    right: 0px;
    background: white;
    bottom: -40px;
    z-index: 100000;
    width: 40px;
    height: 40px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    line-height: 50px;
    text-align: center;
    color: #36BFEA;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.backtotop.visible {
    bottom: 0px;
}

.backtotop i {
    position: relative;
    top: 4px;
    font-size: 20px;
}

.map-featured-project {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.programme-img {
    max-width: 100%;
}

.main-content-left .programme-img {
    max-width: 80%;
}

.fixed-join {
    position: fixed;
    background: #36BFEA;
    right: 0px;
    top: 200px;
    color: white;
    padding: 7px 20px;
    z-index: 100000;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotate(90deg) translate(50%, 50%);
    -moz-transform: rotate(90deg) translate(50%, 50%);
    -ms-transform: rotate(90deg) translate(50%, 50%);
    -o-transform: rotate(90deg) translate(50%, 50%);
    transform: rotate(90deg) translate(50%, 50%);
    font-size: 18px;
    font-weight: 600;
}

.fixed-join i {
    top: 3px;
    position: relative;
    margin-right: 3px;
}

.fixed-join:hover,
.fixed-join:active,
.fixed-join:focus {
    color: #36BFEA !important;
    background: white !important;
}

.search-news {
    margin: 0px !important;
    width: 35% !important;
}

.form-modal-modal-left h3 {
    color: #fff;
}

.body-without-banner .content-container .wrapper:first-child .main-content {
    padding-top: 25px;
}

.download-book-link {
    font-size: 17px;
    margin-top: 10px;
    display: block;
}

.main-content-right h2.intro {
    font-size: 26px !important;
    line-height: 32px !important;
    width: 75%;
}

.second_text_short {
    padding-top: 0px;
    margin-top: -40px;
}

.map-details-outreach {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
}

.map-details-outreach:hover {
    text-decoration: underline;
    color: #fff;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes rotate {
    0% {
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.milestones-top .title {
    font-family: 'YanoneKaffeesatz';
    font-size: 42px;
    color: #E7262B;
    letter-spacing: 0.5px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
}

.milestones-top {
    margin-bottom: 40px;
}

.milestones-in {
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}

.milestone {
    width: 50%;
    float: left;
    padding: 0px 30px 0px 42px;
    position: relative;
    margin-bottom: 10px;
}

.milestone-in {
    background-color: #AFCC3F;
    padding: 6px 30px 10px 50px;
    display: table;
    width: 100%;
}

.milestone-in p {
    font-family: 'YanoneKaffeesatz';
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 0;
    vertical-align: middle;
    display: table-cell;
}

.milestone-image {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #AFCC3F;
    left: 14px;
    top: 9px;
    background: white;
}

.milestone-image img {
    max-width: 100%;
}

.featured-numbers-in {
    padding-top: 60px;
    margin: 0 -10px;
}

.featured-number {
    display: inline-block;
    box-sizing: border-box;
    width: 33.333%;
    padding: 0 10px;
    float: left;
}

.featured-number-in {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0px 20px 20px;
}

.featured-number-content {
    font-family: 'YanoneKaffeesatz';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    min-width: 220px;
    background-color: rgba(231, 38, 43, 0.85);
    padding: 15px 20px;
}

.featured-number-content .title {
    font-size: 31px;
    letter-spacing: 0.37px;
    line-height: 28px;
}

.featured-number-content .subtitle span {
    opacity: 0.5;
}

.featured-number-under {
    padding-top: 20px;
}

.featured-number-under p {
    font-size: 15px;
    color: #888888;
    letter-spacing: 0.21px;
    line-height: 23px;
    font-weight: 300;
}

.header-buttons .btn {
    height: 40px;
    line-height: 45px;
    vertical-align: top;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.block.block-featured-numbers .title {
    font-family: 'YanoneKaffeesatz';
    font-weight: 400;
    font-size: 44px;
    letter-spacing: 0.52px;
    line-height: 42px;
    text-transform: uppercase;
}

.block-featured-numbers .main-content {
    border-top: 1px solid #E6E6E6;
}

.header-outer {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: auto;
    padding: 0px;
    background-color: #FFF;
    background-size: 100% 5px;
    background-repeat: no-repeat;
    height: auto;
}

.header-in {
    display: block;
    width: 100%;
}

.header-left {
    display: table-cell;
    width: 225px;
    vertical-align: bottom;
}

.header-right {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.header-nav, .header-buttons,
.header-top-nav, .header-language, .header-search {
    display: block;
}

.header-buttons .btn {
    margin: 0;
}

.header-nav a {
    font-size: 16px;
    display: inline-block;
    padding: 0 15px;
    line-height: 45px;
    color: #888;
}

.header-top {
    padding-bottom: 10px;
}

.header-top-nav a {
    font-size: 15px;
    opacity: 0.5;
    padding: 0 8px;
}

.header-nav a:hover,
.header-nav a.active {
    color: #333;
}

.header-top-in {
    text-align: right;
}

.header-language {
    cursor: pointer;
    padding: 0 10px;
    opacity: 0.5;
    width: 53px;
    position: relative;
    display: inline-block;
}

.header-language select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    text-transform: capitalize;
}

.header-language:after {
    content: '\00F501';
    font-family: "SSGizmo";
    font-size: 12px;
    position: absolute;
    right: 9px;
    top: 1px;
    pointer-events: none;
}

/*IE10*/
.header-language select::-ms-expand {
    display: none;
}

.header-search {
    position: relative;
    width: 220px !important;
    padding-left: 10px;
    margin-bottom: 10px;
}

.header-search button {
    position: absolute;
    font-size: 16px;
    height: 100%;
    top: -2px;
    right: 10px;
    color: #888;
    opacity: 0.5;
    background: transparent;
    border: none;
    cursor: pointer;
}

.header-search button:hover {
    opacity: 1;
    color: #3ecaee;
}

.header-search input {
    border-radius: 0;
    border: 1px solid #e6e6e6;
    padding: 0px 10px;
    height: 30px;
    width: 100%;
    margin-top: -5px;
    -webkit-appearance: none;
}

.header-search input::-webkit-search-cancel-button {
    display: none;
}

.header-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 0.4;
}
.header-search input::-moz-placeholder { /* Firefox 19+ */
    opacity: 0.4;
}
.header-search input:-ms-input-placeholder { /* IE 10+ */
    opacity: 0.4;
}
.header-search input:-moz-placeholder { /* Firefox 18- */
    opacity: 0.4;
}

.header-buttons, .header-search {
}

.header-left a {
    position: relative;
    display: inline-block;
    top: -20px;
}

.header-outer.scroll {
    -webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 0px 5px 0px
}

.mobile-toggle {
    display: none;
}

.mobile-search-toggle {
    display: none;
}

.header-buttons-in {
    display: table;
    width: 220px;
    table-layout: fixed !important;
}

.header-button {
    display: table-cell;
    padding-left: 10px;
}

.header-buttons-in .btn {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    text-align: center;
}

.header-in-content {
    display: table;
    width: 100%;
    height: 120px;
    margin-top: 5px;
}

.header-right-in {
    display: table;
    width: 100%;
}

.header-right-left {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}

.header-right-right {
    display: table-cell;
    vertical-align: middle;
    width: 210px;
}

.header-top-nav {
    margin-bottom: 8px;
    margin-top: 5px;
}
