    /*
TABLE OF CONTENTS
=================
 * CH01 - TYPOGRAPHY AND UNIVERSALS
 * CH02 - LAYOUT & STRUCTURE
 * CH03 - HEADER AND NAVIGATION
 * CH04 - MAIN CONTENT
 * CH05 - SIDEBAR CONTENT
 * CH06 - MULTIMEDIA & GRAPHICS
 * CH07 - FOOTER
 * CH08 - MISCELLANEOUS*/


/****************************/


/*CH01 - TYPOGRAPHY AND UNIVERSALS*/


/*Fonts*/

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:400,400i,700);
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400i);

/*General*/

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: #333333;
}

*:focus {
    outline: none;
}

.bold {
    font-weight: 700;
}

.content .intro p {
    color: #646464;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    max-width: 680px;
    margin-top: 20px;
    font-size: 20px;
}

@media screen and (min-width: 600px) {
    body,
    p {
        font-size: 16px;
    }
}

@media screen and (min-width: 992px) {
    body,
    p {
        font-size: 20px;
    }
}

p,
.paragraph {
    max-width: 100%;
    margin-bottom: 20px;
}

body {
    padding-top: 88px;
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 0px;
    }
}


/*Hero */

.hero a {
    color: #fff;
}

.hero a:hover {
    text-decoration: underline;
}



/*Headings*/

h1 {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    letter-spacing: 1.5px;
    color: #545454;
}

h2 {
    font-family: 'Roboto Slab', serif;
}

h3 {
    font-family: 'Roboto Slab', serif;
}

h4 {
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 20px;
    font-weight: bold;
}


.title-article{

    color: #545454;
    margin: 40px 0 30px 0;
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px;
    font-size: 46px;

}

/*Heading for mobile*/
@media only screen and (max-width : 480px) {

    h1{
        font-size: 28px;
    }
     h2{
        font-size: 26px;
    }
     h3{
        font-size: 22px;
    }

}


/*Special text styles*/

.quote {
    font-family: 'Crimson Text', serif;
    font-size: 24px;
    text-align: center;
    padding: 0.5em 10px;
    margin-top: 3em;
    margin-bottom: -1.2em;
    quotes: "\201C""\201D""\2018""\2019";
}

.quote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    display: block;
}

.quote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    display: block;
}

.quote:after {
    color: #ccc;
    content: close-quote;
    font-size: 4em;
    line-height: 1.3em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    display: block;
}

.highlighted-block {
/*with icon> see icon-mission styles*/
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 35px;
    border-bottom: 2px dotted #CCDDE2;
    border-top: 2px dotted #CCDDE2;
    padding: 31px  0 25px 0;
}


/*Buttons & Links*/


/*--general buttons*/


.btn,
.form-submit,
.contact-form div .form-actions #edit-submit {
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 20px;
    line-height: 48px;
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 1.2;
    webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    border: none;
    border-radius: 4px;
    background: none;
    border: solid 1px #418FDE;
    color: #418FDE;
    margin-bottom: 20px;
    outline: none !important;
}


.btn:hover,
.btn:focus,
.form-submit:hover,
.form-submit:focus,
.contact-form div .form-actions #edit-submit:hover,
.contact-form div .form-actions #edit-submit:focus{
    background: -moz-linear-gradient( 110deg, rgb(65, 143, 222) 50%, rgba(167, 169, 172, 0.95) 135%) ;
    background: -webkit-linear-gradient( 110deg, rgb(65, 143, 222) 50%, rgba(167, 169, 172, 0.95) 135%) ;
    background: -ms-linear-gradient( 110deg, rgb(65, 143, 222) 50%, rgba(167, 169, 172, 0.95) 135%);
    color: #ffffff;
}



/*
.btn:hover,
.btn:focus {
    background: -moz-linear-gradient( 110deg, rgb(2, 108, 182) 50%, rgba(167, 169, 172, 0.95) 135%);
    background: -webkit-linear-gradient( 110deg, rgb(2, 108, 182) 50%, rgba(167, 169, 172, 0.95) 135%);
    background: -ms-linear-gradient( 110deg, rgb(2, 108, 182) 50%, rgba(167, 169, 172, 0.95) 135%);
    color: #ffffff;
}
*/


/*--white buttons*/

.btn-white {
    color: #ffffff;
    border-color: #ffffff;
}

.btn-white:hover,
.btn-white:focus {
    background: #ffffff;
    color: #418FDE;
}


/*--blue buttons*/

.btn-blue {
    color: #ffffff;
    border: none;
    background: #418FDE;
}

.btn-blue:hover,
.btn-blue:focus {
    background: #ffffff;
    color: #418FDE;
}


/*--donate button:*/


/*--------1nav*/

.donate-top-button {
    margin-top: 3px;
    padding: 10px 15px !important;
    background: #fa575d;
    border: none !important;
}

@media only screen and (max-width: 992px) {
    .donate-top-button {
        text-align: center;
        margin: 20px auto;
        width: 90%;
    }
}

#donate:hover,
#donate:focus {
    opacity: .95;
    color: #545454 !important;
    background: #ff5352;
}


/*--------2footer*/

.donate-footer-button {
    padding: 7px 35px !important;
}



/*--search button*/

.form-submit {
    color: #ffffff;
    border-color: #ffffff;
}

.form-submit:hover {
    background: #ffffff;
    color: #418FDE;
}


/*--subscribe button with icon*/

.newsletter-icon {
    width: 50px;
    margin-right: 10px;
}



/*--links*/

a{
    color: #418FDE;
}

h4 a{
    font-weight: normal !important;
}


/*--Links in heading*/

h3 a {
    font-weight: normal;
}




/*///////////////////////////////////////*/


/*CH02 - LAYOUT & STRUCTURE*/


/*General*/

body {
    overflow-x: hidden;
}


/*Cards -media centre-*/

.pane-reliefweb-map-infographics-block a img {
    max-height: 155px;
    width: auto !important;
}


/*Utilities*/

.end-of-section {
    margin-bottom: 20px;
}


/*Responsive utilities*/

.visible-big,
.visible-medium {
    display: none;
}

@media screen and (min-width: 1441px) {
    .visible-big {
        display: block;
    }
}


/*--adjusting bootstrap responsive classes*/

@media screen and (max-width: 992px) {
    .hidden-sm {
        display: none;
    }
}

@media screen and (min-width: 993px) {
    .hidden-md {
        display: none !important;
    }
}


/*Backgrounds*/

.parallax {
    background-image: url(/sites/unocha/files/ilustrated-background.png);
    height: 100%;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: contain;
}

#donor-list{
    background: transparent !important;
}

.section-about-us #donor-list {
    height:500px;
    overflow:hidden;
}

/*News home*/
@media only screen and (max-width : 1199px) {
    .news-thumbnail .field-slideshow-wrapper .field-slideshow{
        margin: 0 auto;
    }
    .thumbnail{
        text-align: center;
    }

}

/*Feedback button*/

.feedback {
    background: #ffffff;
    z-index: 100;
    height: auto;
    width: 250px;
    position: fixed;
    left: 15px;
    top: 50%;
    padding: 20px;
    display: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}


.feedback:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.feedback-icon{
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -44px;
    width: 50px;
}


.feedback-action-item{
    margin-bottom: 5px;
    text-decoration: none;
    color: #418FDE;
    text-transform: uppercase;
    text-align: right;
    cursor: pointer;

}

.feedback-action-item:hover{
    text-decoration: none;
}


.send-it-far{
    position: absolute;
    left: 10000000000px;
    visibility: hidden;
    display: none !important;
}
/*----small close X in blue*/
.close-blue::before,
.close-blue::after{
    background:#418FDE !important;
}
.close-small::before,
.close-small::after{
    width: 50% !important;
    top: 15px !important;
    right: 0 !important;
    left: auto !important;
}

/*Where we work page*/
@media only screen and (max-width: 992px) {
    #ocha-map {
        display: none !important;
    }
}

@media only screen and (max-width: 780px) {
    .ocha-presence-menus {
        display: block !important;
    }
}


/*Aide memoire page*/
#edit-field-theme-issue-tid{
    max-width: 100%;
}

/*Helping classes*/
.margin-top-40 {
    margin-top: 40px;
}

/*Publications page*/
.view-filters{
    margin-bottom: 40px;
}

/*///////////////////////////////////////*/

/*CH03 - HEADER AND NAVIGATION*/

/*NavBar*/

.navbar {
    background: #418FDE;
}

.nav li {
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .hero-content {
        min-height: 400px;
    }
}

@media screen and (max-width: 450px) {
    .hero-content {
        min-height: 200px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .navbar-brand {
        max-width: 240px;
    }
}


/*--nav for mobile*/

#block-superfish-1 .sf-accordion-toggle {
    display: none;
}

#superfish-1-accordion {
    left: auto !important;
    top: auto !important;
}

#superfish-1 {
    float: none;
    /* padding-top: 12px; */
}

@media screen and (max-width: 992px) {
    #superfish-1 {
        float: none;
    }
    #superfish-1 li {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        border-bottom: 1px #4396e8 solid;
    }
    #superfish-1 li:hover {
        background: #4396e8;
    }
    #superfish-1 li a:hover {
        text-decoration: none;
    }
}


/*--logo section*/

@media only screen and (min-width: 1201px) {
    .navbar-brand {
        padding: 0;
    }
}

@media only screen and (max-width: 992px) {
    .navbar-brand img {
        max-width: 280px;
    }
}
@media only screen and (max-width: 480px) {
    .navbar-brand img {
        max-width: 200px;
    }
}



/*--search section*/

.expSearchBox {
    margin: 10px 0 0 20px;
}

.search-open .input-group {
    box-shadow: none;
}

.form-item-search-block-form input {
    width: 100%;
    height: 80px;
    background: none;
    border: none;
    border-bottom: 2px solid #ffffff;
    font-size: 38px;
    color: #ffffff;
    font-family: 'Roboto';
    border-radius: 0 !important;
}

@media only screen and (max-width: 992px) {
    .form-item-search-block-form input {
        width: 60%;
        height: auto;
        font-size: 16px;
    }
}

.search-bk {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000000;
    opacity: .8;
}

.search-open {
    z-index: 999999;
    position: relative;
    margin: 0 auto;
    width: 600px;
    display: none;
    border-radius: 0;
    height: 200px !important;
}

.search-box-container {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translate(0%, -50%);
}

.no-scroll {
    overflow: hidden;
}

.close {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    opacity: 1;
    z-index: 999999999;
}

.close:hover::before,
.close:hover::after {
    background: #418FDE;
}

.close::before,
.close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #ffffff;
}

.close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close.thick::before,
.close.thick::after {
    height: 4px;
    margin-top: -2px;
}

.close-search {
    position: absolute;
    top: -80px;
    right: 0;
}


/*--search form in mobile*/

#search-mobile {
    display: none;
}

@media only screen and (max-width: 992px) {
    #search-mobile {
        display: block;
        margin: 0 auto;
        width: 100%;
        float: left;
    }
    #search-mobile .l-region .l-region .search-open {
        display: block !important;
        float: left;
        height: auto !important;
        margin: 0 auto;
        width: 100%;
    }
}


/*----search in mobile with no animation */

@media only screen and (max-width: 992px) {
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
}


/*--Search button for internet exporter*/

.expSearchBox .search-icon {
    display: none;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .expSearchBox .search-icon {
        display: block;
        position: absolute;
        top: 10px;
        left: 18px;
    }
}


/*Hero Home*/


.hero_mobile{
  display: none;
}
.hero-container{
  display: block;
}
@media screen and (max-width: 992px) {
    .hero_mobile {
          display: block;
          background: rgba(65,143,222,0.7);
          color: white;
          font-family: 'Roboto';
          font-size: 16px;
          padding-left: 15px;
          margin: 0 auto;
          text-align: center;
          padding-right: 15px;
          height: 90px;

    }
    .hero-container{
      display: none;
    }
}

.hero-img img {
    width: 100%;
}

.hero-img {
    margin: 0 -15px;
}


.hero-container{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.hero-title{
    max-width: 970px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 15px 10px;

}
.hero-subtitle {
    max-width: 400px;
    margin: 0 auto;
    padding: 15px;

}
.hero-subtitle a:hover {
    text-shadow: none !important;
}

/*--Hero img filter*/

.hero-img:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-image: -webkit-linear-gradient(rgba(65, 143, 222, 0.1) 49%, rgba(35, 77, 120, .9) 100%);
    background-image: -o-linear-gradient(rgba(65, 143, 222, 0.1) 49%, rgba(35, 77, 120, .9) 100%);
    background-image: linear-gradient(rgba(65, 143, 222, 0.1) 49%, rgba(35, 77, 120, .9) 100%);
}

@media only screen and (max-width: 992px) {
    .hero-img:before {

        opacity: 0;
    }
}

/*Hero others*/

.l-region--hero .field-slideshow {
    margin: 0 auto;
    width: 100% !important;
    height: auto !important;
}

.l-region--hero-image .field-slideshow {
    margin: 0 auto;
    width: 100% !important;
    height: auto !important;
}

.l-region--hero {
    /*    margin-bottom: -30px;*/
    margin-left: -15px;
    margin-right: -15px;
}

.field-slideshow-slide img {
    width: 100% !important;
}

.canvasjs-chart-credit {
    display: none;
}


/*===========New Hero Slider===========*/



/*===================================================================================================================================================================       COPY HERE THEME CSS ==============================================================================================================================================================================================================================================================================================*/






/*Breadcrumb*/

.breadcrumb {
    padding: 0;
    margin-bottom: 20px;
}


/*Mission section -below hero home-*/

.icon-mission {
    margin-bottom: -37px;
    width: 93px;
}

/*CH04 - MAIN CONTENT*/


/*Articles*/

.date hr {
    display: none;
}

.date{
    text-align: left;
}



.l-region--updated-date:nth-child(2) {
   font-style: italic;
}


/*///////////////////////////////////////*/


/*CH05 - SIDEBAR CONTENT*/


/*Twitter*/

.social {
    max-width: 100%;
}

.social a {
    margin: 7px;
}



/*Side Bar Menu*/

.menu-level-1 .active-trail .active {
    font-weight: bold;
    color: #418FDE !important;
}



/*Accesibility text increaser*/

.l-region--page-accessibility {
    display: none;
}


/*Print button*/

.pane-printfriendly-printfriendly {
    display: none;
}


/*Twitter feed*/
.timeline-Footer{
    display: none !important;
}


/* Related */

.related {
    border-top: 0px dashed #4D4D4F;
    padding-top: 30px;
}

.related,
.related p {
    font-size: 15px;
    color: #777777;
}
.related h2,
.pane-title {
    font-size: 27px;
    color: #545454;
    margin-bottom: 10px;
}

.related h4 {
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
color: #2275af;
}

/*--related links*/


.field--name-field-related-links .field__items .field__item>a::before,
.field--name-field-related-links .field__items .field__item>ul li a::before,
.related>ul li a::before,
.related>a::before {
    content: "";
    display: block;
    background: url("/sites/unocha/files/link_1.jpg") no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 2px 6px 0 0;
    background-size: cover;
}

.field--name-field-related-links .field__items .field__item a,
.field--name-field-related-links .field__items .field__item ul li a,
.related>ul li a,
.related>a {
    font-size: 17px;
    text-transform: uppercase;
}


.field--name-field-basic-page-related-links .field__items .field__item>a::before,
.field--name-field-basic-page-related-links .field__items .field__item>ul li a::before,
.related>ul li a::before,
.related>a::before {
    content: "";
    display: block;
    background: url("/sites/unocha/files/link_1.jpg") no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 2px 6px 0 0;
    background-size: cover;
}

.field--name-field-basic-page-related-links .field__items .field__item a,
.field--name-field-basic-page-related-links .field__items .field__item ul li a,
.related>ul li a,
.related>a {
    font-size: 17px;
    text-transform: uppercase;
}


/*News & Updates*/
.views-field-field-top-stories-updated-date{
    margin-top: 10px;
}



/*///////////////////////////////////////*/


/*CH06 - MULTIMEDIA & GRAPHICS*/

/*Icons*/

.fa-calendar {
    background: url(/sites/unocha/files/calendar_0.png) no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;

}

.fa-calendar::before{
    content: none !important;
}

/*Modals*/

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}


/*Images resposive*/

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


/*Social feed homepage*/

.social-section {
    padding: 0 0 30px 0;
}

.icon-tw {
    font-size: 3em !important;
    margin-left: 20px;
    vertical-align: middle !important;
}

.blue-tw {
    color: #1da1f2 !important;
}

.blue-fb {
    color: #4060A5 !important;
}

.avatar-social-media {
    border-radius: 100%;
    max-width: 90px;
}

.social-block {
    padding-top: 30px;
}

.social-block a:hover {
    text-decoration: none;
    opacity: .8;
}

.social-message-text {
    font-family: 'Crimson Text', serif;
    font-size: 26px;
    text-align: center;
    max-width: 650px;
    margin: 20px auto;
    font-weight: 300;
    word-wrap: break-word;
}

.social-content {
    max-width: 50% !important;
    margin: 0 auto;
    border-top: dotted 1px #CCCCCC;
    padding: 20px;
}

.social-photo {
    max-width: 50% !important;
    margin: 0 0 10px 0;
    display: block;
}

.shared_story .social-photo {
    max-width: 50%;
    margin: 0 20px 10px 0;
    display: block;
    float: left;
}

.social-permalink.boxed {
    display: block;
    text-decoration: none;
    color: inherit;
    text-align: left;
}

.social-permalink.boxed:hover {
    opacity: 0.8;
}

.added-video {
    text-align: left;
}

.social-name {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #666666;
    line-height: 18px;
    margin-bottom: 5px;
}

.social-description,
.social-meta {
    color: #AAAAAA;
    font-size: 12px;
}

.social-meta {
    font-style: italic;
    margin-bottom: 10px;
    display: block;
}

.social-meta a {
    color: inherit;
}

video:hover {
    cursor: pointer !important;
}


/*Photo-Video Gallery*/

.pager li>a,
.pager li>span {
    border: none;
    border-radius: 0;
}

.modal-content {
    border: none;
}


/*Current emergencies carousel*/

.carousel-control.left,
.carousel-control.right {
    background: none;
}

.carousel-control {
    top: 45%;
    width: 0;
    opacity: 1;
}

#myCarousel .carousel-control {
    display: none;
}

.carousel-indicators li {
    border: none;
    background-color: #9C9D9F;
}




/*

.carousel-indicators {
    top: 100%;
}

.carousel-inner {
    margin: 0 auto;
}

.carousel-indicators .active {
    width: 20px;
    height: 4px;
    background-color: #fff;
    margin: 3px;
}

.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #9C9D9F;
    border: none;
    border-radius: 0;
    border: none;
    border-radius: 0;
    margin: 3px;
}

@media only screen and (max-width: 600px) {
    .carousel-indicators li,
    .carousel-indicators .active {
        width: 12px;
    }
}
*/

.carousel-showmanymoveone .carousel-control {
    /*  width: 4%;*/
    background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
    /*    margin-left: 15px;*/
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: 15px;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -50%;
    }
    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 50%;
    }
    .carousel-showmanymoveone .carousel-inner>.left,
    .carousel-showmanymoveone .carousel-inner>.prev.right,
    .carousel-showmanymoveone .carousel-inner>.active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner>.item.active.right,
    .carousel-showmanymoveone .carousel-inner>.item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.active.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev.right,
    .carousel-showmanymoveone .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -25%;
    }
    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 25%;
    }
    .carousel-showmanymoveone .carousel-inner>.left,
    .carousel-showmanymoveone .carousel-inner>.prev.right,
    .carousel-showmanymoveone .carousel-inner>.active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner>.item.active.right,
    .carousel-showmanymoveone .carousel-inner>.item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.active.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev.right,
    .carousel-showmanymoveone .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}


/*--Circle around and Hover effect*/

.ch-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

.ch-grid:after,
.ch-item:before {
    display: table;
}

.ch-grid:after {
    clear: both;
}

.ch-grid li {
    width: 220px;
    height: 220px;
    display: inline-block;
}

.ch-item {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 rgba(200, 95, 66, 0.4), inset 0 0 0 3px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 0 auto;
}

.ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 36%;
}

.ch-info h3 {
    color: #fff;
    position: relative;
    letter-spacing: 2px;
    font-size: 20px;
    margin: 0 20px;
    padding: 80px 0 0 0;
    height: 110px;
}

.ch-info h3 a {
    color: #fff;
    font-weight: normal;
}

.ch-info p {
    color: #fff;
    padding: 9px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
}

.ch-info p a {
    display: block;
    color: #fff;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding-top: 10px;
}

.ch-info p a:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}


/*--hover current emergencies*/

.ch-item:hover {
    box-shadow: inset 0 0 0 110px rgba(250, 87, 93, 0.8), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ch-item:hover .ch-info p a {
    font-size: 14px;
    transition: all .2s;
}

.ch-item:hover .ch-info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/*----fixing responsive position*/

/*
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .carousel {
        margin: 0 -45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1040px) {
    .carousel-control {
        width: 4%;
        margin-left: 30px;
    }
    .carousel-inner {
        width: 90%;
    }
}
*/


/*Tableau*/

.tableauPlaceholder {
    max-width: 100%;
    overflow: scroll;
}

@media only screen and (max-width: 992px) {
    .tableauPlaceholder {
        display: none !important;
    }
}


/*///////////////////////////////////////*/


/* CH07 - FOOTER*/

.partners li a img {
    max-width: 88px;
}

.footer-top h4,
.subscribe-footer {
    display: inline-block;
}


.footer-top h4{
    margin-right: 15px;
}

.footer-top{
    padding: 15px;
}

.contact-icon {
        width: 60px;
}


@media only screen and (max-width : 991px) {
    .footer{
        text-align: center;
    }

    .contact-icon {
        margin: 0 auto;
    }

}


/*///////////////////////////////////////*/


/*CH08 - MISCELANEOUS*/


/*Subscribe form*/

.org-type {
    margin-top: 40px;
    width: 90%;
}

.cs-options ul li{
    font-size: 16px;
}

/*0000000000000*/


/*Content Document Template */

.docheaderbkg {
    border-color: #fff;
    border: 1px;
    background-color: #F0F0F0;
    padding: 10px;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

.docbkg {
    background-color: #f6f6f6;
    border: #fff 3px solid;
    border-width: 3px 0 0;
    padding: 10px;
}


/* Aide Memoire Search Result */

.aide-memoire-table .table-title {
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
    padding-bottom: 20px;
}

.aide-memoire-table .table-section {
    background: rgb(65, 143, 222);
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    font-size: 18px;
}

.aide-memoire-table tbody .aide-memoire-topic {
    font-size: 18px;
    background-color: rgb(223, 239, 255);
    color: rgb(46, 123, 201);
}

.aide-memoire-table tbody tr td {
    padding: 20px;
    font-size: 14px;
    vertical-align: top;
    color: rgb(100, 100, 100);
    border-bottom: 1px solid rgb(223, 239, 255);
}

.aide-memoire-table tbody tr td:last-of-type {
    font-family: 'Roboto Condensed', sans-serif;
}

.aide-memoire-table tbody tr td[rowspan],
.aide-memoire-table tbody tr td[colspan],
.aide-memoire-table tbody tr:last-of-type td {
    border-bottom: 0;
}

.aide-memoire-table tbody tr.table-sizing td:first-of-type {
    width: 25%;
}

.aide-memoire-table tbody tr.table-sizing td:nth-of-type(2) {
    width: 50%;
}

.aide-memoire-table tbody tr.table-sizing td:nth-of-type(3) {
    width: 12.5%;
    font-family: 'Roboto Condensed', sans-serif;
}

.aide-memoire-table tbody tr.table-sizing td:last-of-type {
    width: 12.5%;
    font-size: 12px;
}

/* Document Management System */
.view-dms thead th {
  font-family:'Roboto Slab', serif;
  font-weight:400;
  border-top: 2px solid rgb(200,200,200) !important;
  border-bottom: 2px solid rgb(200,200,200) !important;
  background:none;
}
.view-dms tbody tr.odd, .view-dms tbody tr.even {
  background:none !important;
}
.view-dms tbody td {
  font-size: 16px !important;
  line-height:19px !important;
  background:none !important;
  border-bottom:1px solid rgb(200,200,200);
}

.view-dms tbody td.views-field-title {
  font-weight:700;
}
.view-dms tbody td.views-field-field-document a:first-of-type {
  float:left;
  margin-right:10px;
  margin-bottom:20px;
}


.view-dms tbody td.views-field-created {
  font-style:italic;
}

/* IDP learn more page */
.learn-more-intro {
  text-align:center;
  font-size:20px;
  line-height:24px;
  font-family:'Roboto Slab', serif;
  font-weight:600;
  color:rgb(150,150,150);
  padding:30px;
}
.learn-more-section {
  width:100%;
  border-top:1px solid rgb(200,200,200);
}
.learn-more-section h4 {
  font-family:'Roboto Slab', serif;
  font-weight:400;
  font-size:24px;
  text-transform:uppercase;
}
.learn-more-section table {
  border:0;
  border-collapse:collapse;
  width:100%;
}
.learn-more-section table td {
  width:50%;
  padding:20px;
  vertical-align:top;
}

.learn-more-section table td img {
  max-width:100%;
}

/*---RESPONSIVE ---*/

@media (max-width:980px) {
    .aide-memoire-table tbody tr.table-sizing td:nth-of-type(2) {
        width: 45%;
    }
    .aide-memoire-table tbody tr.table-sizing td:nth-of-type(3),
    .aide-memoire-table tbody tr.table-sizing td:last-of-type {
        width: 15%;
    }
}

@media (max-width:768px) {
    .aide-memoire-table {
        display: block;
        width: 100%;
    }
    .aide-memoire-table tbody tr td {
        float: left;
        width: 100% !important;
        border-left: 4px solid rgb(223, 239, 255);
        border-bottom: 0;
        font-size: 13px;
        line-height: 17px;
    }
    .aide-memoire-table tbody tr {
        border-bottom: 1px solid rgb(223, 239, 255);
    }
    .aide-memoire-table tbody tr.table-sizing td:last-of-type {
        color: rgb(150, 150, 150);
    }
}

@media (max-width:550px) {
    .aide-memoire-table .table-title {
        font-size: 20px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .aide-memoire-table .table-section {
        font-size: 16px;
        line-height: 20px;
    }
    .aide-memoire-table tbody .aide-memoire-topic {
        font-size: 16px;
        line-height: 20px;
    }
}


/* Right side Admin Menu */

.l-region--side-bar .menu a {
    border-bottom: 1px solid #e1e1e1;
    color: #555555;
    padding: 0.35em 0em;
    font-size: 17px;
}

.l-region--side-bar .menu a,
.l-region--side-bar .menu span.nolink {
    display: block;
    position: relative;
    text-decoration: none;
    -o-transition: .3s all;
    -ms-transition: .3s all;
    -moz-transition: .3s all;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.l-region--side-bar .menu a:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.l-region--side-bar .sf-main-menu a:hover {
    text-decoration: underline;
    background: no-presence;
}

.l-region--side-bar .menu a:hover {
    color: #418FDE;
    text-indent: 10px;
    background-color: rgb(233, 233, 233);
}

.l-region--side-bar .menu {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 0;
}

.l-region--side-bar .menu .leaf {
    list-style: none;
    text-indent: 0;
}


/* Right side Admin Menu */

.l-region--menu-block .menu a {
    border-bottom: 1px solid #e1e1e1;
    color: #555555;
    padding: 0.35em 0em;
    font-size: 16px;
}

.l-region--menu-block .menu a:hover {
    background-color: rgb(233, 233, 233);
    color: #418FDE;
    text-indent: 10px;
}

.l-region--menu-block .menu a:before {
    font-family: 'FontAwesome';
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    content: "\f0da ";
    color: #ccc;
    margin-right: 5px;
}

.l-region--menu-block .menu .leaf {
    list-style: none;
    text-indent: 0;
}

.menu .expanded {
    list-style: none;
    text-indent: 0;
}

.l-region--menu-block .menu a,
.l-region--menu-block .menu span.nolink {
    display: block;
    position: relative;
    text-decoration: none;
    -o-transition: .3s all;
    -ms-transition: .3s all;
    -moz-transition: .3s all;
    -webkit-transition: .3s all;
}

.l-region .l-region--menu-block .menu ul {
    margin-left: 10px;
    margin-top: 0px;
}



/* For Related Theme on our work page */

.thumbnail {
    border: 0px;
}


/*====================TEXT INPUTS========================*/

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

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    max-width: 350px;
    width: calc(100% - 2em);
    vertical-align: top;
    margin-left: 0;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    -webkit-appearance: none;
    /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #6a7989;
    font-weight: bold;
    font-size: 80.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #ddd;
    font-size: 150%;
}


/* Hoshi */

.input--hoshi {
    overflow: hidden;
}

.input__field--hoshi {
    margin-top: 1em;
    padding: 0.85em 0.15em;
    width: 100%;
    background: transparent;
    color: #333333;
    font-family: 'Roboto';
    font-size: 18px;
}

.input__label--hoshi {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: calc(100% - 1em);
    text-align: left;
    pointer-events: none;
}

.input__label-content--hoshi {
    position: absolute;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    border-bottom: 1px solid #B9C1CA;
}

.input__label--hoshi::after {
    margin-top: 2px;
    border-bottom: 4px solid red;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label--hoshi-color-1::after {
    border-color: rgb(65, 143, 222);
}


/*
.input__label--hoshi-color-2::after {
    border-color: hsl(160, 100%, 50%);
}

.input__label--hoshi-color-3::after {
    border-color: hsl(20, 100%, 50%);
}
*/

.input__field--hoshi:focus+.input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus+.input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
    -webkit-animation: anim-1 0.3s forwards;
    animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}

@keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}

.footnote,
.asterisk {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
    color: #6a7989;
}


/*====================================================================================================================================================================================================================================================*/


/*====================DROPDOWN========================*/


/* Default custom select styles */

div.cs-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    background: #fff;
    z-index: 100;
    width: 100%;
    max-width: 500px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.cs-select:focus {
    outline: none;
    /* For better accessibility add a style for this in your skin */
}

.cs-select select {
    display: none;
}

.cs-select span {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Placeholder and selected option */

.cs-select>span {
    padding-right: 3em;
}

.cs-select>span::after,
.cs-select .cs-selected span::after {
    speak: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cs-select>span::after {
    content: '\25BE';
    right: 1em;
}

.cs-select .cs-selected span::after {
    content: '\2713';
    margin-left: 1em;
}

.cs-select.cs-active>span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
    z-index: 200;
}


/* Options */

.cs-select .cs-options {
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    visibility: hidden;
}

.cs-select.cs-active .cs-options {
    visibility: visible;
}

.cs-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.cs-select ul span {
    padding: 1em;
}

.cs-select ul li.cs-focus span {
    background-color: #ddd;
}


/* Optgroup and optgroup label */

.cs-select li.cs-optgroup ul {
    padding-left: 1em;
}

.cs-select li.cs-optgroup>span {
    cursor: default;
}


/*//////////*/

div.cs-skin-underline {
    background: transparent;
    /*	font-size: 1.8em;*/
    max-width: 350px;
}


/*
@media screen and (max-width: 30em) {
	div.cs-skin-underline { font-size: 1.2em; }
}
*/

.cs-skin-underline>span {
    padding: 0.5em 3em 0.5em 0em;
    border-bottom: 1px solid #B9C1CA;
    font-weight: bold;
}

.cs-skin-underline>span::after {
    font-family: 'FontAwesome';
    content: '\f00d';
    right: 0.25em;
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.cs-skin-underline.cs-active>span::after {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 270deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 270deg);
}

.cs-skin-underline .cs-options {
    background: #ffffff;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.4s, visibility 0s 0.7s;
    transition: opacity 0.3s 0.4s, visibility 0s 0.7s;
    box-shadow: 2px 5px 22px rgba(201, 201, 201, .3);
}

.cs-skin-underline.cs-active .cs-options {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.cs-skin-underline ul span {
    position: relative;
    text-transform: uppercase;
    font-size: 66%;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 1.2em 0.8em;
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.cs-select ul span::after {
    content: '';
    opacity: 0;
}

.cs-select .cs-selected span::after {
    font-family: 'FontAwesome';
    content: '\f00c';
    opacity: 1;
    -webkit-transition: opacity 0.3s 0.7s;
    transition: opacity 0.3s 0.7s;
}

.cs-skin-underline ul span::before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #f3f3f3;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.cs-skin-underline.cs-active ul span,
.cs-skin-underline.cs-active ul span::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cs-skin-underline li:nth-child(5) span,
.cs-skin-underline li:nth-child(5) span::before,
.cs-skin-underline.cs-active li:first-child span,
.cs-skin-underline.cs-active li:first-child span::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.cs-skin-underline li:nth-child(4) span,
.cs-skin-underline li:nth-child(4) span::before,
.cs-skin-underline.cs-active li:nth-child(2) span,
.cs-skin-underline.cs-active li:nth-child(2) span::before {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.cs-skin-underline li:nth-child(3) span,
.cs-skin-underline li:nth-child(3) span::before {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.cs-skin-underline li:nth-child(2) span,
.cs-skin-underline li:nth-child(2) span::before,
.cs-skin-underline.cs-active li:nth-child(4) span,
.cs-skin-underline.cs-active li:nth-child(4) span::before {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.cs-skin-underline li:first-child span,
.cs-skin-underline li:first-child span::before,
.cs-skin-underline.cs-active li:nth-child(5) span,
.cs-skin-underline.cs-active li:nth-child(5) span::before {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/* more items require more delay declarations */

.cs-skin-underline .cs-options li span:hover,
.cs-skin-underline .cs-options li.cs-focus span,
.cs-skin-underline li.cs-selected span {
    color: rgb(65, 143, 222);
    background: transparent;
}


/*Hover options*/

.cs-options ul li:hover {
    background: #e3e3e3;
}


/*Blue line*/

.cs-options ul:first-child {
    border-top: 3px solid rgb(65, 143, 222);
}


/*Fonts*/

.cs-placeholder {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 80.25%;
    color: #6a7989;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}


/*Magin and position of dropdown Organization type*/

.mc-dropdown {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1.6em 0;
    display: inline-block;
    width: calc(100% - 2em);
    max-width: 350px;
    line-height: 17px;
}


/*Hidden inputs*/

.field-shift {
    left: -9999px;
    position: absolute;
}


/*Selected Organization type*/

.selected-organization {
    color: #333333;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 23px;
    border-bottom: 4px solid rgb(65, 143, 222) !important;
    padding-bottom: 6px !important;
}


/*Highlighted text*/

.highlight {
    /*    background: #f4f4f2;*/
    padding: 2em;
    border-left: 3px solid rgb(65, 143, 222);
    color: rgba(0, 0, 0, .6);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, .1);
    margin: 40px auto;
}

.highlight .btn {
    margin-bottom: 0;
}


/*Regional and country newsletter links*/

.link-list ul li {
    list-style: none;
    padding-top: 10px;
}

.region,
.country {
    border-bottom: 2px solid;
    padding-bottom: 3px;
    font-weight: bold;
}

.region i,
.country i {
    font-weight: bold;
}

.region:focus,
.region:hover,
.country:focus,
.country:hover {
    outline: none !important;
    text-decoration: none;
}

.multi-column {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -moz-column-fill: auto;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -webkit-column-fill: auto;
    column-count: 2;
    column-gap: 20px;
    column-fill: auto;
    list-style-position: inside;
}


/*OCHA Leadership Page*/

.ocha-leadership-page .hp {
    padding: 30px;
}

.ocha-leadership-page div,
.ocha-leadership-page p {
    font-size: 16px;
    line-height: 21px;
    max-width: none;
}

.ocha-leadership-page img {
    width: 100% !important;
    height: auto !important;
    border-radius: 50%;
}

.ocha-leadership-page .hp img {
    width: 70%;
    margin: 0 15%;
}

.hp-title {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.hp-title * {
    text-align: center;
}

.hp-title span {
    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 5px;
    display: block;
}

.lp-title {
    margin-bottom: 20px;
}

.lp-title span {
    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px;
    display: block;
}

.ocha-leadership-page h1 {
    text-align: center;
    margin: 60px 0 30px 0;
}

.leadership-team table tr td:first-of-type {
    width: 20%;
    max-width: 200px;
    min-width: 70px;
}

.leadership-team table tr td:last-of-type {
    padding-left: 20px;
}

hr.wide-rule {
    border-width: 3px;
}

.ocha-leadership-page .hp img {
    width: 70% !important;
    margin: 0 15%;
}

.ocha-leadership-page div,
.ocha-leadership-page p {
    font-size: 16px;
    line-height: 21px;
    max-width: none;
}

.ocha-leadership-page img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}


.ocha-leadership-page .hp img {
    width: 70%;
    margin: 0 15%;

}

.hp-title {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.hp-title * {
    text-align: center;
}

.hp-title span {
    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 5px;
    display: block;
}

.lp-title {
    margin-bottom: 20px;

}

.lp-title span {
    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px;
    display: block;
}

.leadership-team table {
    width: 100%;
}

.leadership-team table tr td:first-of-type {
    width: 20%;
    max-width: 200px;
    min-width: 70px;
    vertical-align: top;
}
.leadership-team table tr td:first-of-type {
        width: 20%;
        max-width: 200px;
        min-width: 70px;

 }
.leadership-team table tr td:last-of-type {
        padding-left: 20px;
    }
hr.wide-rule {
        border-width: 3px;
    }
/* Responsive table */
@media all and (max-width:500px) {
    table {
        width: 100% !important;
    }
    td {
        display: block !important;
        width: 100% !important;
    }
    tr {
        display: block !important;
        margin-bottom: 30px !important;
    }
}

.our-work-title span {
    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 5px;
    display: block;
}
/* OCT API */

#donor-wrap {max-width:1300px; margin:0 auto;}
.donor-row {padding:30px 140px 30px 60px; position:relative;}
.donor-row span {font-family:'Roboto'; font-size:12px; font-weight:900; text-transform:uppercase;}
.donor-flag {position:absolute; left:20px; top:15px; width:40px; height:40px; border-radius:50%; background-position:center center; background-repeat:no-repeat; background-size:cover; -webkit-box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.64); -moz-box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.64); box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.64);}
.donor-country {display:block; top:10px; left:65px; letter-spacing:.05em; position:absolute; color:#9C9D9F;}
.donor-barchart {height:10px; margin:0;}
.donor-percentage {height:100%;}
.donor-total {width:100px; height:30px; background:#cacaca; position:absolute; top:20px; right:20px; box-sizing:border-box; line-height:30px; vertical-align:middle; text-align:center; color:#ffffff;}
.donor-total:before {content:''; display:block; width:10px; height:10px; background:#cacaca; position:absolute; transform: rotate(45deg); left:-5px; top:10px;}
.donor-legend {height:10px; width:30px; background:#cacaca; display:inline-block;}
.donor-earmarked {background:#cacaca;}
.donor-unearmarked {background:#9C9D9F;}


/* publication responsive */


@media (min-width : 320px)
and (max-width : 1024px) {
      .core {
       display:none !important;
      }
      .core_mobile{
        display: block !important;
      }
      .thematic {
       display:none !important;
      }
      .thematic_mobile{
        display: block !important;
      }
}

@media  (min-width : 1025px) {
  .core {
   display: block !important;
  }
  .core_mobile{

    display:none !important;
  }
  .thematic {
  display: block !important;
  }
  .thematic_mobile{

       display:none !important;
  }
}


/* Country CSS */
section:nth-of-type(even) {
				background:#efefef;
			}
			.wrapper {
				max-wi	dth:900px;
				margin:0 auto;
			}
			.main-content {
				padding-top:95px;
			}
			.country-breadcrumb {
				background:#f5f5f5;
			}
			.country-breadcrumb .breadcrumb {
				font-size:14px;
				padding:10px;
				width:100%;
				margin:0;
				border-radius:0;
				background:transparent;
			}
			.country-breadcrumb .col-md-12 {
				padding:0;
			}
			.country-infobox {
				width:420px;
				height:auto;
				background:rgba(0,0,0,0.8);
				box-sizing:border-box;
				padding:30px 60px 60px 60px;
				position:absolute;
				z-index:500;
				left:0;
				right:0;
				bottom:0px;
				margin:0 auto;
			}
			.country-name {
				min-height:60px;
				background:rgb(86,146,206);
				color:rgb(255,255,255);
				text-transform:uppercase;
				text-align:center;
				font-family:'Roboto Slab';
				font-weight:700;
				font-size:24px;
				line-height:28px;
				padding:18px 30px;
				margin-top:-60px;
				margin-bottom:30px;
			}
			.country-description {
				color:rgb(255,255,255);
				font-family:'Roboto Slab';
				font-weight: 100;
				font-size:20px;
				text-align:center;
        margin-bottom: 20px;
			}
			.country-more {
				width:150px;
				position:absolute;
				left:50%;
				margin-left:-75px;
				padding:5px 0;
				color:rgb(255,255,255);
				text-transform:uppercase;

				text-align:center;
				font-size:18px;
				border:1px solid rgb(255,255,255);
        border-radius: 3px;
			}
      .country-more a{
      	color:rgb(255,255,255);
        text-decoration: none;
      }
      .country-more:hover{
        background:#418FDE;
        color:rgb(255,255,255);
        border:1px solid #418FDE;
        -webkit-transition: background-color 1000ms linear;
        -ms-transition: background-color 1000ms linear;
        transition: background-color 1000ms linear;
      }
			.country-main-content, .country-main-content p {
				font-size:16px;
			}
			.country-main-content .row.section {
				padding-top:100px;
			}
			.country-main-content .pane-node-title h1 {
				text-align:center;
				text-transform:uppercase;
				color:rgb(110,110,110);
				letter-spacing:0;
			}
			.country-main-content .pane-node-body h3 {
				font-weight:700;
				text-align:center;
				color:rgb(170,170,170);
				height:60px;
				vertical-align:top;
			}
			.country-content-box {
				box-sizing:border-box;
				padding:20px;
				border:8px solid rgba(134,134,134,0.2);
				margin-bottom:50px;
			}
      .country-content-box-lower {
				box-sizing:border-box;
				padding:20px;
				border:8px solid rgba(134,134,134,0.2);
				margin-bottom:50px;
			}
			.country-content-box ul, .country-content-box p {
				font-family:'Roboto Slab', serif;
				color:rgb(110,110,110);
				font-weight:400;
			}
			.country-content-box ul {
				list-style:none;
				text-indent:0;
				padding:0;
			}
			.country-content-box ul li {
				margin-bottom:7px;
			}
			.country-button {
				font-family:'Roboto Slab', serif;
				text-transform:uppercase;
				display:block;
				position:absolute;
				bottom:0;
				right:14px;
				text-align:right;
				padding:5px 20px;
				color:rgb(255,255,255);
				background:rgb(86,146,206);
				font-weight:bold;
			}
      .country-button a:hover {
        color:rgb(255,255,255);
        text-decoration: underline;
      }
			.country-content-box.slider i {
				font-family:'FontAwesome';
				font-size:20px;
				display:block;
				width:32px;
				height:32px;
				color:rgb(255,255,255);
				background:rgb(160,160,160);
				border-radius:50%;
				text-align:center;
				line-height:32px;
				vertical-align:middle;
				position:absolute;
				top:50%;
			}
			.country-content-box.slider i:hover {
				background:rgb(100,100,100);
				cursor:pointer;
			}
			.country-content-box.slider i.left {
				left:3px;
			}
			.country-content-box.slider i.right {
				right:3px;
			}
			.country-content-box.slider ul li:not(:first-of-type) {
				display:none;
			}
			.country-content-box.slider.funding-documents li, .country-content-box.slider.funding-documents li:not(:first-of-type) {
				display:inline-block;
				padding:20px;
				text-align:center;
			}
			.country-content-box.slider ul li {
				text-align:center;
			}
			.country-content-box.slider ul li p {
				margin-top:20px;
			}
			.country-content-table {
				width:100%;
			}
			.country-content-table thead {
				background:rgba(230,230,230,1);
			}
			.country-content-table tbody {
				background:rgba(230,230,230,.3);
			}
			.country-content-table td {
				padding:0 30px;
			}
			.country-content-table tbody td {
				padding:30px;
				text-align:center;
			}
			.country-content-table h4 {
				font-size:21px;
				font-weight:bold;
				line-height:24px;
				text-align:center;
				font-family:'Roboto Slab', serif;
				color:rgb(110,110,110);
			}
			.country-financing-block h4 {
				text-align:center;
				font-weight:100;
				border-top:1px solid rgb(0,0,0);
				border-bottom:1px solid rgb(0,0,0);
				padding:5px 0;
				font-family:'Roboto Condensed', sans-serif;
				text-transform:uppercase;
			}
			.big-figure {
				color:rgb(86,146,206) !important;
				font-size:45px;
				line-height:50px;
			}
			.country-infotable {
				border:0;
				border-collapse:collapse;
				width:100%;
				font-family:'Roboto Condensed', sans-serif;
				color:rgb(120,120,120);
				text-transform:uppercase;
				font-size:16px;
				line-height:18px;
			}
			.country-infotable tr td {
				border-bottom:1px solid rgb(86,146,206);
			}
			.country-infotable tr:last-of-type td {
				border-bottom:none;
			}
			.country-infotable tr td:first-of-type {
				font-weight:600;
			}
			.country-infotable td {
				padding:5px;
			}
			svg tspan.text {
				font-family:'Roboto Condensed', sans-serif;
				font-size:10px;
				text-transform:uppercase;
			}
			@media(max-width:1685px) {
				.country-infobox {
					width:620px;
				}
			}
			@media(max-width:1360px) {
				.country-infobox {
					bottom:-80px;
				}
			}
			@media(max-width:1065px) {
				.country-name {
					min-height:40px;
					font-size:20px;
					line-height:24px;
					padding:12px 20px;
					margin-top:-40px;
					margin-bottom:20px;
				}
				.country-description {
					font-size:18px;
				}
				.country-more {
          width:150px;
				position:absolute;
				left:50%;
				margin-left:-75px;
				padding:5px 0;
				color:rgb(255,255,255);
				text-transform:uppercase;

				text-align:center;
				font-size:18px;
				border:1px solid rgb(255,255,255);
        border-radius: 3px;
				}
        .country-more a{
        	color:rgb(255,255,255);
          text-decoration: none;
        }
        .country-more:hover{
          background:#418FDE;
          color:rgb(255,255,255);
          border:1px solid #418FDE;
          -webkit-transition: background-color 1000ms linear;
          -ms-transition: background-color 1000ms linear;
          transition: background-color 1000ms linear;
        }
			}
			@media(max-width:992px) {
				.main-content {
					padding-top:105px;
				}
				.country-infobox {
					width:100%;
					position:relative;
					top:0;
					background:rgba(0,0,0,1);
					overflow:visible;
				}
				.country-more {
					bottom:0px;
				}
				.country-main-content .row.section {
					padding-top:0px;
				}
				.country-content-table {
					margin-top:20px;
				}
			}
			@media(max-width:767px) {
				.main-content {
					padding-top:0px;
				}

			}
