/*

INDEX

    * Scaffolding
        - Logo positioning
        - Theme defaults overrides
            - Theme defaults - Footer
    * Header
    * Slim header
    * Social Icons
    * Coloured circles styling
      - Youth Coloured circles
    * Button styles
    * Newsletter
    Pages
        * Homepage
            * Super teaser slider
        * Our work
            * Blog overview
            * Blog detailed pages
        * Foundation
        * Search
    * Widgets + Theme widget overrides
        - Feature media - Foundation blog
        - Breaking news
        - 4 Pillars
        - Prominent Header
        - Cause Search
        - Article slider with image bg
        - News tabs and accordion
        - Team Members
        - Annan @ work buttons
        - Biography
            - Board members
            - Book slider

    * Youth
    * Generic theme settings overrides
    * Third party overrides
      - Li Scroller - breaking news
      - Contact Form 7
      - Events
    * Custom Icons
    * Footer Logos
    * To properly fix later
*/
/*** Scaffolding */
/** colours */
/*** Fonts */
html,
body > * {
  /*font-family: @font-regular, Helvetica, Arial, sans-serif !important;*/
  font-size: 14px;
  color: #3E3E3E;
}
h1,
h2,
h3,
h4,
h5,
h6,
body .gdlr-feature-media-item .feature-media-title,
.kaf-prominent-header {
  color: #726257;
  letter-spacing: 1px !important;
  font-weight: normal !important;
}
strong {
  font-weight: normal;
  font-family: "Praxis SemiBold";
}
/*** Header */
/* Slim header */
.gdlr-header-search .gdl-search-form input[type="submit"] {
  background-repeat: no-repeat;
}
header .gdlr-page-title-wrapper {
  background-repeat: no-repeat;
  padding: 0;
  overflow: hidden;
  height: 300px;
  width: 100%;
}
header .orange-ball .colour-circle {
  opacity: .7;
  width: 500px;
  height: 500px;
  left: -80px;
  bottom: -90px;
}
header .green-ball .colour-circle {
  opacity: .7;
  width: 300px;
  height: 300px;
  left: 230px;
  bottom: -200px;
}
header .gdlr-page-title-wrapper .gdlr-page-title-inner {
  position: relative;
  z-index: 999;
  padding: 80px 0;
  max-width: 360px;
}
header .gdlr-page-title-inner h1.gdlr-page-title,
header .gdlr-page-title-inner h4.gdlr-page-title {
  font-family: "Praxis Regular", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  display: block;
  margin: 0;
  color: #FFF !important;
  padding-bottom: 22px;
}
.header-subheader {
  font-family: "Praxis Regular", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  display: block;
  margin: 0;
  color: #FFF !important;
  padding-bottom: 11px;
  margin-top: 10px;
}
.gdlr-header-search .gdl-search-form {
  margin: 4px 6px 9px 0;
  padding-right: 23px !important;
}
.small-h1 {
  font-size: 24px;
}
header .gdlr-page-title-wrapper .gdlr-page-caption {
  font-family: "Praxis SemiBold", Helvetica, Arial, sans-serif !important;
  font-size: 28px;
  font-style: normal;
  line-height: 1.3;
}
header .gdlr-page-title-wrapper .gdlr-page-caption p {
  font-size: 14px;
  display: block;
  text-align: left;
}
.gdlr-header-search .gdl-search-form input[type="text"],
.gdlr-header-search .gdl-search-form input[type="search"] {
  width: 180px;
  font-family: "Praxis Regular", Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 0 4px 0 0;
  float: right;
  /* TODO consider making search more visible using underline. */
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.gdl-search-form input[type="submit"] {
  right: 0;
}
.top-navigation-wrapper {
  z-index: auto;
}
.gdlr-logo-right-text {
  margin: 0;
}
.gdlr-header-search {
  clear: none;
  width: 175px;
  margin-left: 20px;
}
.gdlr-navigation-substitute {
  height: auto;
}
.gdlr-navigation-wrapper {
  position: relative;
}
.gdlr-header-style-2.gdlr-centered .gdlr-navigation {
  border: 0;
}
.gdlr-navigation,
.gdlr-navigation-wrapper.gdlr-fixed-menu {
  background: #FFF;
}
.gdlr-navigation-wrapper .gdlr-main-menu > li > a {
  padding: 16px;
  font-weight: normal;
  font-family: "Praxis Regular", Helvetica, Arial, sans-serif !important;
}
.gdlr-navigation-wrapper .gdlr-main-menu > li.current-menu-item > a {
  font-family: "Praxis SemiBold", Helvetica, Arial, sans-serif !important;
}
.gdlr-navigation-wrapper .gdlr-main-menu > li > a:hover {
  text-decoration: underline;
}
.kaf-header-logo {
  max-width: 300px;
  transition: all 800ms;
  position: relative;
}
.kaf-header-logo a {
  display: block;
}
.kaf-header-logo img {
  transition: all 500ms;
  max-height: 86px;
  display: inline;
  width: 100%;
}
.kaf-header-logo .kaf-logo-tagline {
  white-space: nowrap;
  transition: all 800ms;
  background: #82786e;
  color: #FFF;
  font-size: 14px;
  padding: 7px 9px 6px 9px;
  opacity: 1;
  position: absolute;
  top: auto;
  left: 108px;
}
@media screen and (min-width: 990px) {
  .youth-initiative .kaf-header-logo .kaf-logo-tagline {
    font-size: 13px;
  }
}
.archive.category-electoral-integrity .kaf-header-logo .kaf-logo-tagline {
  transform: scale(0.8);
  transform-origin: 0 center;
  font-size: 13px;
  left: 65px;
}
@media screen and (max-width: 499px) {
  .archive.category-electoral-integrity .kaf-header-logo .kaf-logo-tagline {
    left: 41px;
  }
}
.top-navigation-wrapper {
  min-height: 20px;
  padding: 10px 0 5px;
}
body .kaf-header-social {
  margin-right: 15px;
}
.kaf-header-social,
.kaf-header-drop-down {
  float: right;
  position: relative;
  z-index: 999;
  margin-right: 4px;
}
.kaf-header-social strong,
.kaf-header-drop-down strong {
  cursor: pointer;
  font-weight: normal;
}
.kaf-header-social strong i,
.kaf-header-drop-down strong i {
  border: 1px solid #A3958A;
  border-radius: 3px;
  padding: 1px 3px;
  margin-left: 9px;
  margin-right: 0;
  position: relative;
  z-index: 1000;
}
.kaf-header-social strong i:hover,
.kaf-header-drop-down strong i:hover {
  background-color: #A3958A;
  color: #ffffff;
}
.kaf-header-social.open strong i,
.kaf-header-drop-down.open strong i {
  padding: 1px 3px 3px;
  border-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.kaf-header-social.open strong i:after,
.kaf-header-drop-down.open strong i:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
}
.kaf-header-social.open .kaf-header-social-links,
.kaf-header-drop-down.open .kaf-header-social-links {
  display: block;
}
.kaf-header-social .kaf-header-drop-down-content,
.kaf-header-drop-down .kaf-header-drop-down-content,
.kaf-header-social .kaf-header-social-links,
.kaf-header-drop-down .kaf-header-social-links {
  display: none;
  position: absolute;
  z-index: 999;
  background: #FFF;
  border: 1px solid #A3958A;
  border-radius: 2px;
  min-width: 202px;
  right: 1px;
  margin-top: -2px;
}
.kaf-header-social-links {
  margin-top: -4px;
}
body .kaf-header-social-links.kaf-header-subscribe {
  min-width: 270px;
  margin-top: -2px;
}
.kaf-header-subscribe input:not([type="submit"]) {
  width: 230px;
  margin-bottom: 15px;
}
.gdlr-fixed-menu {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}
.gdlr-fixed-menu .kaf-logo-tagline {
  opacity: 0;
}
.gdlr-header-style-2.gdlr-centered .gdlr-navigation-wrapper.gdlr-fixed-menu {
  border: 0;
}
.kaf-header-subscribe .kaf-header-drop-down-content {
  padding: 15px 15px 0;
}
.kaf-header-logo .kaf-logo-tagline {
  -webkit-transition: all 0.8s cubic-bezier(0.23, 0.46, 0.08, 0.7);
  -moz-transition: all 0.8s cubic-bezier(0.23, 0.46, 0.08, 0.7);
  -ms-transition: all 0.8s cubic-bezier(0.23, 0.46, 0.08, 0.7);
  -o-transition: all 0.8s cubic-bezier(0.23, 0.46, 0.08, 0.7);
  transition: all 0.8s cubic-bezier(0.23, 0.46, 0.08, 0.7);
}
/* Header pop-down widget  */
/* Google Translate Widget */
body {
  /* Socials - new */
}
body .google-translate-container {
  max-width: 200px;
  float: right;
  margin-right: 20px;
  color: #837468;
  position: relative;
  top: 1px;
}
body .google-translate-container img.goog-te-gadget-icon {
  display: none;
}
body .google-translate-container * {
  color: #837468;
}
body .google-translate-container a {
  text-decoration: none;
  color: #837468;
}
body .google-translate-container .goog-te-gadget-simple {
  padding: 0;
  line-height: normal;
  font-size: 13px;
}
body .google-translate-container .goog-te-gadget-simple .goog-te-menu-value span {
  color: #837468;
  font-size: 13px;
}
body .goog-te-gadget-simple {
  border: 0;
  font-family: "Praxis SemiBold", sans-serif;
  color: #837468;
}
body a.goog-te-menu-value {
  text-decoration: none;
  /* Drop down arrow. */
}
body a.goog-te-menu-value img {
  display: none;
}
body a.goog-te-menu-value img + span {
  display: none;
}
body a.goog-te-menu-value:after {
  font-size: 12px;
  content: "\f0d7";
  margin-left: 9px;
  border-radius: 3px;
  color: #837468;
  font-family: 'FontAwesome';
  padding: 1px 4px !important;
  border: 1px solid #A3958A;
}
body .kaf-header-social-links {
  min-width: 170px;
}
body .kaf-header-social-links .social-icon {
  float: left;
}
body .kaf-header-social-links .social-icon a {
  padding: 10px 16px;
  text-align: center;
  letter-spacing: normal;
  margin-top: 10px;
}
body .kaf-header-social-links .social-icon a i {
  margin-right: 0;
}
body .kaf-header-social-links .social-icon a span {
  display: none;
}
body .kaf-header-social-links .social-icon a span:after {
  content: '';
}
body .kaf-header-social-links .social-icon-heading {
  padding: 10px 10px 0;
  clear: both;
}
body .kaf-header-social-links .gdlr-widget-title {
  font-size: 13px;
  letter-spacing: normal !important;
  padding: 15px 10px 0 !important;
  clear: both;
  margin-bottom: 0;
  font-family: "Praxis Regular";
  font-weight: bold !important;
  color: #837468;
}
.home-slider .home-slider-content h2 {
  line-height: 1.1;
}
@media only screen and (max-width: 1160px) {
  .gdlr-navigation-wrapper .gdlr-main-menu > li > a {
    padding: 16px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-search-submit {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    z-index: 99999;
    top: calc(50% - 20px);
    right: 10px;
    cursor: pointer;
  }
  .show-search .mobile-search-submit {
    display: block;
  }
  .show-search .top-navigation-wrapper .container .gdlr-header-search .gdl-search-form {
    display: block;
  }
  .show-search .top-navigation-wrapper .container .gdlr-header-search .gdl-search-form form {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(163, 149, 138, 0.95);
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .show-search .top-navigation-wrapper .container .gdlr-header-search .gdl-search-form form .clear {
    display: none;
  }
  .show-search .top-navigation-wrapper .container .gdlr-header-search .gdl-search-form form:after {
    content: '\f002';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'FontAwesome';
    opacity: 1;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
  }
  .show-search .top-navigation-wrapper .container .gdlr-header-search .gdl-search-form form .search-text {
    display: block;
  }
  .show-search .top-navigation-wrapper .container .gdlr-header-search .gdl-search-form form input[type="submit"] {
    top: auto;
    right: 14px;
    margin: 0;
    width: 40px;
    height: 40px;
    background-image: none;
  }
  .top-navigation-wrapper .container {
    max-width: 95%;
    display: flex;
    background-color: white;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .top-navigation-wrapper .container .kaf-header-social {
    flex: 0 0 50%;
    max-width: 100px;
    margin: 0 !important;
  }
  .top-navigation-wrapper .container .google-translate-container {
    max-width: 140px;
    float: none;
    color: #837468;
    position: relative;
    top: 1px;
    flex: 0 0 50%;
    margin: 0 !important;
  }
  .top-navigation-wrapper .container .gdl-search-form input[type="submit"] {
    background-position: 1px 0px;
  }
  .top-navigation-wrapper .container .gdlr-header-search {
    clear: none;
    width: 100%;
    text-align: center;
    align-self: center;
    max-width: 15px;
    margin: 0 10px 0 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
  .top-navigation-wrapper .container .gdl-search-form {
    border-bottom: 1px solid transparent;
  }
  .top-navigation-wrapper .container .gdl-search-form form {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
  .top-navigation-wrapper .container .gdl-search-form .search-text {
    display: none;
    width: calc(100% - 50px);
  }
  .top-navigation-wrapper .container .gdl-search-form input[type="text"] {
    width: calc(100% - 40px);
    font-family: "Praxis Regular", Helvetica, Arial, sans-serif;
    font-size: 22px;
    padding: 10px 35px 10px 5px;
    float: none;
    background-color: transparent;
    color: #fff;
    border-bottom: 2px solid #fff;
    position: inherit;
    margin: auto;
    left: auto;
    right: auto;
    top: auto;
  }
  .top-navigation-wrapper .container .gdl-search-form input[type="submit"] {
    margin: -4px 10px 0px;
  }
  .gdl-search-form {
    padding: 5px 20px 5px 0 !important;
    margin: 0 0 14px 0px !important;
    border-bottom: 1px solid;
    float: none;
    align-items: center;
    display: flex;
  }
}
@media screen and (max-width: 599px) {
  .kaf-header-logo img {
    min-width: 0;
  }
  .kaf-header-logo .kaf-logo-tagline {
    font-size: 11px;
    white-space: nowrap;
    margin-left: 0;
  }
}
/* New Mega Menu  2018/07/18 */
.kaf-logo-nav {
  position: relative;
  padding-bottom: 15px;
  margin: 0 auto;
  background-color: white;
  z-index: 100;
  -webkit-transition: height, padding 0.8s cubic-bezier(0.23, 0.46, 0.08, 0.7);
  -moz-transition: height, padding 0.8s cubic-bezier(0.23, 0.46, 0.08, 0.7);
  -ms-transition: height, padding 0.8s cubic-bezier(0.23, 0.46, 0.08, 0.7);
  -o-transition: height, padding 0.8s cubic-bezier(0.23, 0.46, 0.08, 0.7);
  transition: height, padding 0.8s cubic-bezier(0.23, 0.46, 0.08, 0.7);
}
.kaf-logo-nav .logo-nav-flex {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0 5px;
  position: relative;
}
.kaf-logo-nav .logo-nav-flex .mega-menu {
  width: 100%;
  position: relative;
}
.kaf-logo-nav .logo-nav-flex .kaf-header-logo {
  max-width: 300px;
  width: 100%;
  /* Annan commission */
}
@media screen and (min-width: 1129px) {
  .kaf-logo-nav .logo-nav-flex .kaf-header-logo.annan-commission-logo {
    min-height: 86px;
    max-width: 400px;
  }
  .kaf-logo-nav .logo-nav-flex .kaf-header-logo.annan-commission-logo .kaf-logo-tagline {
    left: 64px;
    bottom: -30px;
  }
}
@media screen and (min-width: 1140px) {
  .kaf-logo-nav {
    width: 1140px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1139px) {
  .logo-nav-flex {
    padding: 0 15px;
    max-width: calc(100% - 30px);
  }
}
.floating-nav:not(.annual-report-2017-css) .kaf-logo-nav {
  position: fixed;
  padding-bottom: 0;
  height: 55px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.floating-nav:not(.annual-report-2017-css) .kaf-logo-nav .kaf-header-logo img {
  height: 38px;
  position: relative;
  top: 7px;
  width: auto;
}
.floating-nav:not(.annual-report-2017-css) .kaf-logo-nav .kaf-header-logo .kaf-logo-tagline {
  transform: scale(0);
  bottom: -20px;
  left: -20px;
  opacity: 0;
}
.kaf-logo-nav .logo-nav-flex {
  height: auto;
}
.floating-nav .mega-menu {
  top: 0px;
}
.floating-nav .kaf-logo-nav .logo-nav-flex {
  height: 55px;
}
/*   Mobile menu starts at 1055 because of ET logo. */
@media screen and (min-width: 1055px) {
  .annual-report-2017-css .mega-menu {
    top: 15px;
  }
}
.annual-report-2017-css .kaf-logo-nav .logo-nav-flex {
  height: auto;
}
.annual-report-2017-css.floating-nav .kaf-logo-nav .logo-nav-flex .kaf-header-logo {
  max-height: none;
}
.mega-menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 0px;
  position: relative;
  top: 15px;
  -webkit-transition: top 0.8s cubic-bezier(0.23, 0.46, 0.08, 0.7);
  -moz-transition: top 0.8s cubic-bezier(0.23, 0.46, 0.08, 0.7);
  -ms-transition: top 0.8s cubic-bezier(0.23, 0.46, 0.08, 0.7);
  -o-transition: top 0.8s cubic-bezier(0.23, 0.46, 0.08, 0.7);
  transition: top 0.8s cubic-bezier(0.23, 0.46, 0.08, 0.7);
}
.mega-menu > ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
}
.mega-menu > ul > li {
  display: block;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.mega-menu > ul > li:hover > a,
.mega-menu > ul > li.active > a {
  background-color: inherit;
  text-decoration: none;
  color: inherit;
}
.mega-menu > ul > li > a {
  text-align: center;
  white-space: nowrap;
  font-family: "Praxis Regular", Helvetica, Arial, sans-serif !important;
  text-decoration: none;
  font-size: 13px;
  padding: 2px 8px 0;
  margin: 15px 7px 0;
  border-radius: 3px;
  display: block;
  text-transform: uppercase;
  color: #7b6a5d;
}
.mega-menu > ul > li > .sub-menu-arrow {
  display: none;
}
.mega-menu > ul > li > ul {
  display: block;
  background-color: #f8f7f6;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 53px;
  left: 0;
  padding: 0 70px;
  width: calc(100% - 70px - 70px);
  -webkit-transition: all 0.2s cubic-bezier(0.23, 0.46, 0.08, 0.7);
  -moz-transition: all 0.2s cubic-bezier(0.23, 0.46, 0.08, 0.7);
  -ms-transition: all 0.2s cubic-bezier(0.23, 0.46, 0.08, 0.7);
  -o-transition: all 0.2s cubic-bezier(0.23, 0.46, 0.08, 0.7);
  transition: all 0.2s cubic-bezier(0.23, 0.46, 0.08, 0.7);
}
.mega-menu > ul > li > ul li {
  display: block;
}
.mega-menu > ul > li > ul li a {
  color: #726257;
}
.mega-menu > ul > li > ul > li {
  margin-bottom: 30px;
  width: 100%;
}
.mega-menu > ul > li > ul > li:last-child {
  margin-bottom: 0px;
}
.mega-menu > ul > li > ul > li > a {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(114, 98, 87, 0.8);
  font-size: 14px;
  color: #726257;
  font-family: "Praxis SemiBold";
}
.mega-menu > ul > li > ul > li > a:hover,
.mega-menu > ul > li > ul > li > a:active {
  text-decoration: none;
  color: #4db848;
  border-bottom: 1px solid rgba(77, 184, 72, 0.8);
}
.mega-menu > ul > li > ul > li > a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 24px;
  margin-right: 0px;
  position: absolute;
  right: 0;
  top: -2px;
  line-height: normal;
  font-weight: 900;
}
.mega-menu > ul > li > ul > li > .sub-items-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mega-menu > ul > li > ul > li > .sub-items-container > ul {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
}
@media screen and (min-width: 1056px) {
  .mega-menu > ul > li > ul > li > .sub-items-container > ul {
    width: calc(50% - 14px);
  }
}
.mega-menu > ul > li > ul > li > .sub-items-container > ul > li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: block;
  margin-bottom: 15px;
  line-height: 1.5;
}
.mega-menu > ul > li > ul > li > .sub-items-container > ul > li > a {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  position: relative;
  display: block;
  color: #726257;
  font-size: 14px;
  font-family: "Praxis SemiBold";
  padding-right: 20px;
  padding-bottom: 2px;
  line-height: normal;
}
.mega-menu > ul > li > ul > li > .sub-items-container > ul > li > a:hover {
  color: #4db848;
  text-decoration: underline;
}
.mega-menu > ul > li > ul > li > .sub-items-container > ul > li > a:after {
  opacity: .6;
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 24px;
  margin-right: 0px;
  position: absolute;
  line-height: normal;
  right: 0;
  top: -2px;
  font-weight: 900;
}
.mega-menu > ul > li > ul > li > .sub-items-container > ul > li > ul > li {
  display: block;
}
.mega-menu > ul > li > ul > li > .sub-items-container > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding-bottom: 0px;
  color: #726257;
  padding-right: 20px;
}
.mega-menu > ul > li > ul > li > .sub-items-container > ul > li > ul > li > a:hover {
  color: #4db848;
}
.mega-menu > ul > li > ul > li > .sub-items-container > ul > li > ul > li > a:after {
  opacity: .6;
  top: 0px;
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 24px;
  margin-right: 0px;
  position: absolute;
  right: 0;
  line-height: normal;
  font-weight: 900;
}
.mega-menu ul,
.mega-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1055px) {
  .mega-menu > ul > li:hover > a,
  .mega-menu > ul > li.active > a {
    background-color: #7b6a5d;
    text-decoration: none;
    color: #fff;
  }
  .mega-menu > ul > li > ul {
    height: 0;
    opacity: 0;
  }
  .mega-menu > ul > li > ul > li,
  .mega-menu > ul > li > ul li {
    display: none;
  }
  .mega-menu > ul > li.hover,
  .mega-menu > ul > li:hover {
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
  .mega-menu > ul > li.hover > ul,
  .mega-menu > ul > li:hover > ul {
    padding: 70px;
    height: auto;
    opacity: 1;
  }
  .mega-menu > ul > li.hover > ul > li,
  .mega-menu > ul > li:hover > ul > li {
    display: block;
  }
}
#burger-icon {
  display: none;
  right: -9999px;
  pointer-events: none;
  width: 30px;
  height: 30px;
  position: absolute;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
@media screen and (max-width: 1054px) {
  #burger-icon {
    display: block;
    right: 15px;
    cursor: pointer;
    top: 40px;
    pointer-events: all;
  }
  #burger-icon span {
    display: block;
    height: 4px;
    background-color: #f6861f;
    position: relative;
    width: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
  #burger-icon span:nth-child(2) {
    margin: 5px 0;
  }
  .annual-report-2017-css #burger-icon {
    top: 20px;
  }
  .mega-menu {
    -webkit-box-shadow: 1px 6px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 6px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 6px 10px rgba(0, 0, 0, 0.2);
  }
  .kaf-logo-nav .logo-nav-flex .mega-menu {
    top: 100px;
  }
  .floating-nav #burger-icon {
    top: 15px;
  }
  .floating-nav .kaf-logo-nav .logo-nav-flex .kaf-header-logo {
    max-height: 55px;
  }
  .floating-nav .kaf-logo-nav .logo-nav-flex .mega-menu {
    top: 55px;
  }
  .show-mobile-menu #burger-icon {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -5px;
  }
  .show-mobile-menu #burger-icon span:first-child {
    top: 9px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .show-mobile-menu #burger-icon span:last-child {
    opacity: 0;
  }
  .kaf-logo-nav .logo-nav-flex {
    flex-direction: column;
  }
  .kaf-logo-nav .logo-nav-flex .mega-menu {
    width: calc(100% - 30px);
    right: 0;
    max-width: 300px;
    align-self: flex-end;
    position: absolute;
  }
  .mega-menu {
    display: none;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    padding: 15px;
    height: auto;
    background-color: #f8f7f6;
    max-height: calc(100vh - 250px);
  }
  .mega-menu > ul {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .mega-menu > ul > li {
    position: relative;
    /*&:hover, &:active,*/
  }
  .mega-menu > ul > li > a {
    text-align: left;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .mega-menu > ul > li > a.active {
    background-color: transparent;
    color: #7b6a5d;
    font-family: "Praxis SemiBold";
  }
  .mega-menu > ul > li > a.has-children:after {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    opacity: .6;
    top: 0px;
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 20px;
    margin-right: 0px;
    position: absolute;
    right: 0;
    padding: 0;
    line-height: normal;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #726257;
    width: 25px;
    text-align: center;
    letter-spacing: 0;
    z-index: 5;
    line-height: 26px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mega-menu > ul > li > a.has-children:before {
    position: absolute;
    right: -1px;
    width: 25px;
    content: ' ';
    border: 1px solid #a89e97;
    z-index: 10;
    height: 25px;
    border-radius: 3px;
    pointer-events: none;
  }
  .mega-menu > ul > li > .sub-menu-arrow {
    display: block;
    width: 40px;
    height: 100%;
    z-index: 50;
    position: absolute;
    right: -5px;
    top: 0;
    margin-right: 0;
  }
  .mega-menu > ul > li > ul {
    display: block;
    height: 0;
    padding: 0;
    margin: 0 auto;
    position: inherit;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    top: 4px;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .mega-menu > ul > li > ul > li {
    margin-bottom: 5px;
  }
  .mega-menu > ul > li > ul > li > a {
    border-bottom: 0;
  }
  .mega-menu > ul > li > ul > li > a:hover {
    border-bottom: 0;
  }
  .mega-menu > ul > li > ul > li > a:after {
    display: none;
  }
  .mega-menu > ul > li > ul > li > .sub-items-container {
    flex-direction: column;
  }
  .mega-menu > ul > li > ul > li > .sub-items-container a:after {
    content: '';
    display: none;
  }
  .mega-menu > ul > li > ul > li > .sub-items-container > ul {
    margin-top: 0px;
    margin-left: 20px;
    width: auto;
  }
  .mega-menu > ul > li > ul > li > .sub-items-container > ul:first-child {
    margin-top: 10px;
  }
  .mega-menu > ul > li > ul > li > .sub-items-container > ul > li {
    margin-bottom: 5px;
    line-height: normal;
  }
  .mega-menu > ul > li > ul > li > .sub-items-container > ul > li > ul {
    margin-bottom: 15px;
    margin-left: 15px;
  }
  .mega-menu > ul > li > ul > li > .sub-items-container > ul > li > ul > li a {
    padding-bottom: 0;
  }
  .mega-menu > ul > li > ul > li > .sub-items-container > ul > li > a {
    margin-left: 0;
    margin-bottom: 0;
    font-family: "Praxis Regular";
  }
  .mega-menu > ul > li > ul > li > .sub-items-container > ul > li > a:after {
    font-size: 18px;
    content: '';
    display: none;
  }
  .mega-menu > ul > li > ul > li > ul > li > a:after {
    content: '';
    display: none;
  }
  .mega-menu > ul > li.active > a {
    background-color: transparent;
    color: #7b6a5d;
    font-family: "Praxis SemiBold" !important;
    position: relative;
  }
  .mega-menu > ul > li.active > a.active {
    background-color: transparent;
    color: #7b6a5d;
    font-family: "Praxis SemiBold" !important;
  }
  .mega-menu > ul > li.active > a:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mega-menu > ul > li.active > a.has-children:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .mega-menu > ul > li.active > ul {
    display: block;
    padding: 15px 0px;
    border-bottom: 1px solid #726257;
    margin-bottom: 30px;
    height: auto;
  }
  .mega-menu > ul > li.active > ul > li > a {
    font-family: "Praxis Regular" !important;
  }
}
@media only screen and (max-width: 499px) {
  .kaf-logo-nav .logo-nav-flex {
    max-width: calc(100% - 30px);
  }
  .kaf-logo-nav .logo-nav-flex .kaf-header-logo {
    max-width: 200px;
    width: 100%;
  }
  .kaf-logo-nav .logo-nav-flex .kaf-header-logo img {
    width: 100%;
    height: auto;
  }
  .kaf-logo-nav .logo-nav-flex .mega-menu {
    top: 72px;
  }
  .kaf-header-logo .kaf-logo-tagline {
    left: 72px;
  }
  #burger-icon {
    top: 20px;
  }
  .show-mobile-menu .kaf-logo-nav .kaf-header-logo .kaf-logo-tagline {
    transform: scale(0);
    bottom: -20px;
    left: -20px;
    opacity: 0;
  }
}
/*** Misc */
.new-container {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
/*** Row */
.new-row {
  display: block;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
/*** Cols */
.new-col-12,
.new-col-11,
.new-col-10,
.new-col-9,
.new-col-8,
.new-col-7,
.new-col-6,
.new-col-5,
.new-col-4,
.new-col-3,
.new-col-2,
.new-col-1 {
  float: left;
  box-sizing: border-box;
  padding: 0 15px;
}
.new-col-12 {
  width: 100%;
}
.new-col-11 {
  width: 91.66666666666666%;
}
.new-col-10 {
  width: 83.33333333333334%;
}
.new-col-9 {
  width: 75%;
}
.new-col-8 {
  width: 66.66666666666666%;
}
.new-col-7 {
  width: 58.333333333333336%;
}
.new-col-6 {
  width: 50%;
}
.new-col-5 {
  width: 41.66666666666667%;
}
.new-col-4 {
  width: 33.33333333333333%;
}
.new-col-3 {
  width: 25%;
}
.new-col-2 {
  width: 16.666666666666664%;
}
.new-col-1 {
  width: 8.333333333333332%;
}
.down-white,
.down-gray {
  position: relative;
}
.down-white:after {
  width: 187px;
  height: 23px;
  position: absolute;
  left: 50%;
  margin-left: -93.5px;
  top: 0;
  background-image: url(https://www.kofiannanfoundation.org/app/themes/kaf/css/../images/kaf-2018/down-white.png);
  content: '';
  display: table;
}
.down-gray:after {
  width: 187px;
  height: 23px;
  position: absolute;
  left: 50%;
  margin-left: -93.5px;
  top: 0;
  background-image: url(https://www.kofiannanfoundation.org/app/themes/kaf/css/../images/kaf-2018/down-gray.png);
  content: '';
  display: table;
}
body.category .with-sidebar-container .with-sidebar-content,
.with-sidebar-container .with-sidebar-content.with-sidebar-content-left {
  float: left;
}
body.category .blog-item-holder {
  display: table;
}
.category-content {
  padding-bottom: 40px;
}
.category-content .gdlr-color-wrapper {
  padding-top: 0;
}
.our-video-item {
  width: 100%;
  height: 400px;
  background-color: #efefef;
}
.our-videos .gdlr-shortcode-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.our-videos .gdlr-testimonial-item-wrapper {
  position: relative;
}
.our-videos .gdlr-item-title-wrapper {
  position: absolute;
  right: 0;
  top: -77px;
  font-size: 24px;
}
.our-videos .gdlr-item-title-wrapper i {
  font-size: 24px !important;
}
.our-videos .gdlr-item-title-wrapper .fa-angle-left {
  margin-right: 6px;
}
.our-videos .gdlr-item-title-wrapper .fa-angle-right {
  margin-left: 6px;
}
.column-service-ux a.gdlr-button,
.gdlr-button.without-border {
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .our-initiative-item h3 {
    height: auto !important;
  }
}
@media screen and (max-width: 859px) {
  .new-col-4,
  .new-col-3 {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .new-col-4,
  .new-col-3 {
    width: 100%;
  }
  .our-program-item h3,
  .our-initiative-item h3 {
    height: auto !important;
  }
}
.flex-logos,
.ar-content .full-width-content .kaf-partners .project_logos {
  margin: 0 0 0 -10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-logos .general-logos {
  max-height: 70px;
  margin: 0 10px 10px;
}
/*** Our Programs */
.our-program-title {
  margin-bottom: 40px;
}
.our-program-item {
  margin-bottom: 40px;
}
.our-program-item .content {
  padding-left: 57px;
}
.our-program-item h3 {
  font-size: 20px !important;
  font-family: "Praxis Regular", Helvetica, Arial, sans-serif !important;
  height: 75px;
  line-height: 25px;
}
.our-program-item h3 span {
  display: block;
  font-size: 14px !important;
  line-height: 25px !important;
  color: #B4B4B4 !important;
  margin-top: 5px !important;
}
.our-program-item .icon {
  width: 40px;
  height: 75px;
  float: left;
  margin-right: 17px;
}
.our-program-item .gdlr-button {
  background-color: transparent;
  border: 1px solid #726257;
}
.our-program-item .gdlr-button:hover {
  color: #FFFFFF !important;
  background-color: #726257;
}
.turn-gray .icon {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
/*** Our Programs */
.our-initiative-title {
  margin-bottom: 40px;
}
.our-initiative-item {
  margin-bottom: 40px;
}
.our-initiative-item .content {
  padding-left: 57px;
}
.gdlr-sidebar .our-initiative-item.turn-gray .content {
  padding-left: 57px;
}
.our-initiative-item.turn-gray .content h3 p {
  display: none;
}
.our-initiative-item h3 {
  font-size: 20px !important;
  font-family: "Praxis Regular", Helvetica, Arial, sans-serif !important;
  height: 125px;
  line-height: 25px;
}
.our-initiative-item h3 .the-title {
  display: block;
  margin-bottom: 15px;
}
.our-initiative-item h3 span.ini-desc {
  display: block;
  font-size: 14px !important;
  line-height: 20px !important;
  margin-top: 10px !important;
  color: #726257 !important;
  font-style: italic !important;
}
.our-initiative-item h3 p {
  display: block;
  font-size: 13px !important;
  line-height: 1.7 !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  letter-spacing: normal !important;
  color: #3E3E3E !important;
  text-transform: none !important;
}
.our-initiative-item h3 span.concluded {
  display: block;
  font-size: 14px !important;
  line-height: 25px !important;
  color: #B4B4B4 !important;
  margin-top: 8px !important;
}
.gdlr-sidebar .our-initiative-item .icon {
  height: 35px;
}
.gdlr-sidebar .our-initiative-item .content {
  padding-left: 0;
}
.our-initiative-item .icon {
  width: 40px;
  height: 75px;
  float: left;
  margin-right: 17px;
  margin-top: -4px;
}
.our-initiative-item .gdlr-button {
  background-color: transparent;
  border: 1px solid #726257;
}
.our-initiative-item .gdlr-button:hover {
  color: #FFFFFF !important;
  background-color: #726257;
}
.turn-gray .icon {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.initiative-icon-1 {
  background: url(https://www.kofiannanfoundation.org/app/themes/kaf/images/kaf-2018/init-1.png) no-repeat transparent left;
  width: 32px;
  height: 32px;
  background-size: contain;
  display: block !important;
}
.initiative-icon-2 {
  background: url(https://www.kofiannanfoundation.org/app/themes/kaf/images/kaf-2018/init-2.png) no-repeat transparent left;
  width: 32px;
  height: 32px;
  background-size: contain;
  display: block !important;
}
.initiative-icon-3 {
  background: url(https://www.kofiannanfoundation.org/app/themes/kaf/images/kaf-2018/init-3.png) no-repeat transparent left;
  width: 32px;
  height: 32px;
  background-size: contain;
  display: block !important;
}
.turn-gray .initiative-icon-3 {
  opacity: 0.4;
}
.initiative-icon-4 {
  background: url(https://www.kofiannanfoundation.org/app/themes/kaf/images/kaf-2018/init-4.png) no-repeat transparent left;
  width: 32px;
  height: 32px;
  background-size: contain;
  display: block !important;
}
.related-item-link .fa {
  font-size: 10px;
}
.related-item-link:hover {
  text-decoration: underline;
}
.related-item-link:hover .fa {
  text-decoration: underline;
}
.category-extremely-together .category-intro .icon {
  display: none;
}
/*** Our Programs */
.category-intro {
  padding-bottom: 0px;
}
.category-title {
  padding-right: 4px;
  padding-bottom: 10px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  font-size: 18px;
  color: #383838;
  margin-bottom: 30px;
}
.category-title span {
  font-size: 14px !important;
  line-height: 25px !important;
  color: #B4B4B4 !important;
  margin-top: 5px !important;
  margin-left: 20px;
  font-family: "Praxis Regular";
}
.category-title span.show-button {
  color: #E23435 !important;
  margin-left: auto;
}
.category-title .page-no {
  font-weight: normal;
  font-family: "Praxis Light";
}
.paged-articles .category-title {
  display: flex;
  justify-content: space-between;
}
.category-intro .icon {
  display: table;
  float: left;
  margin-top: -6px;
  margin-right: 10px;
}
.program-cat .icon {
  display: table;
  float: left;
  margin-top: -6px;
  margin-right: 10px;
}
.category-intro .icon i {
  background-position: left !important;
}
.widget_gsdh_follow_initiative h3 {
  text-transform: capitalize;
}
.widget-category-sidebar .our-initiative-item h3 {
  height: auto !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.widget-category-sidebar .gdlr-button {
  display: none;
}
.widget-category-sidebar .gdlr-widget-title {
  padding-bottom: 13px !important;
}
.widget-category-placeholder .image-placeholder {
  width: 100%;
  height: 230px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 60px;
}
.category-graph .gdlr-frame {
  display: table !important;
}
/*** Our Programs */
.new-articles-wrap {
  overflow: hidden;
  display: none;
}
.new-articles-inner {
  display: table;
}
.gdlr-accordion-item + .new-articles-wrap {
  margin-top: 30px;
}
.show-all-articles-opener {
  font-size: 14px;
  font-weight: normal;
  float: none !important;
  margin: 0px 0 0 13px !important;
  top: -2px !important;
}
.show-all-articles {
  font-style: normal;
}
/*** Our Programs */
.header-member {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: table;
}
.members-holder .member-icon {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 20px;
}
.members-holder .accordion-content {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.members-holder .gdlr-accordion-item {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 60px !important;
}
.members-holder .gdlr-button {
  margin-bottom: 25px;
}
.members-holder .accordion-title {
  height: 80px;
  position: relative;
  padding: 0 !important;
  background-color: #FFFFFF !important;
}
.members-holder .accordion-tab {
  position: relative;
}
.members-holder .accordion-tab:after {
  display: table;
  width: 100%;
  height: 1px;
  background-color: #efefef;
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
}
.members-holder .accordion-tab:last-child :after {
  display: none;
}
.members-holder .accordion-title i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent !important;
}
.members-holder .accordion-title i.icon-plus:before {
  content: "\f0d7" !important;
  font-family: "FontAwesome", arial, serif;
  font-size: 11px;
  color: #837468;
}
.members-holder .accordion-title i.icon-minus:before {
  content: "\f0d8" !important;
  font-family: "FontAwesome", arial, serif;
  font-size: 11px;
  color: #837468;
}
.category-page-members .testimonial-author-image {
  background-position: center;
  background-size: cover;
}
.widget-partners-sidebar {
  margin-bottom: 45px;
}
.widget-partners-sidebar .kaf-partners {
  background-color: transparent !important;
  border: none;
}
.widget-partners-sidebar .kaf-partners img {
  height: 45px;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
.display-block {
  display: block;
}
.member-name a img {
  position: relative;
  top: -1px;
}
.member-items {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .member-items {
    flex-direction: column;
  }
}
.member-item {
  padding: 15px 0;
  border-bottom: 2px solid #f3f3f3;
  width: 100%;
  max-width: 48%;
  margin: 0 1%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .member-item {
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 375px) {
  .member-item {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.member-item .member-img {
  height: 70px;
  width: 70px;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  min-width: 70px;
  margin-right: 25px;
}
@media screen and (max-width: 375px) {
  .member-item .member-img {
    margin: 0 auto 15px;
  }
}
.member-item .member-img img {
  height: 100%;
  max-width: 200%;
}
.member-item .text {
  position: relative;
}
.member-item .text p.member-text {
  margin-bottom: 0;
  padding-right: 11px;
}
.member-item .text span.role {
  color: #6cbd45;
  font-size: 14px;
  font-family: "Praxis Regular";
}
.has-featured-member .member-item:first-child {
  max-width: none;
  align-items: center;
  display: flex;
  padding: 0 0 30px;
  font-family: "Praxis SemiBold";
}
.has-featured-member .member-item:first-child .text {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Praxis Regular";
}
.has-featured-member .member-item:first-child .text .member-name {
  min-width: 180px;
}
/* - Team Members */
.gdlr-nav-carousel {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .foundation-team-members .gdlr-item-title-wrapper.pos-left {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 989px) {
  .foundation-team-members {
    margin-bottom: 80px !important;
  }
}
.foundation-team-members .gdlr-personnel-item-wrapper {
  overflow: hidden;
  transition: max-height 0.3s;
}
@media screen and (min-width: 1140px) {
  .foundation-team-members .gdlr-personnel-item-wrapper {
    min-height: 365px;
  }
}
.foundation-team-members .gdlr-personnel-item-wrapper i {
  cursor: pointer;
}
.foundation-team-members .gdlr-personnel-item .personnel-info {
  margin-top: 6px;
  text-align: left;
  font-family: "Praxis SemiBold";
}
.foundation-team-members .gdlr-personnel-item .personnel-author,
.foundation-team-members .gdlr-personnel-item .personnel-position {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
.foundation-team-members .gdlr-personnel-item .personnel-item {
  margin-bottom: 45px;
}
.foundation-team-members .gdlr-personnel-item .personnel-author:after {
  content: "";
  display: none;
}
/* - Team Members */
.foundation-team-members .gdlr-item-title-wrapper i {
  cursor: pointer;
}
.foundation-team-members .gdlr-personnel-item-wrapper {
  height: 306px;
  overflow: hidden;
  transition: max-height 0.3s;
}
/*.foundation-team-members .gdlr-personnel-item-wrapper.show {
    max-height: 1800px;
}*/
.foundation-team-members .gdlr-personnel-item .personnel-info {
  margin-top: 6px;
  text-align: left;
  font-family: "Praxis SemiBold";
}
.foundation-team-members .gdlr-personnel-item .personnel-author,
.foundation-team-members .gdlr-personnel-item .personnel-position {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
.foundation-team-members .gdlr-personnel-item .personnel-author:after {
  content: "|";
  margin: 0 4px;
}
.gdlr-personnel-item-wrapper.show .clear {
  pointer-events: none;
}
/*? Single Page*/
.single-member {
  background-color: #fff;
}
.single-member header.gdlr-header-wrapper,
.single-member .footer-wrapper,
.single-member .breadcrumb-container {
  display: none;
}
.single-member .member-wrap {
  text-align: center;
  padding: 160px 60px 75px;
}
@media screen and (max-width: 420px) {
  .single-member .member-wrap {
    padding: 80px 60px 75px;
  }
}
.single-member .member-wrap h1 {
  color: #726257;
  font-size: 24px;
  margin-bottom: 0px;
}
.single-member .member-wrap small {
  color: #948a85;
  font-size: 16px;
}
.single-member .member-wrap small:last-child {
  margin-bottom: 20px;
  display: block;
}
.single-member .member-wrap .content {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .single-member .member-wrap .content .columned-text {
    column-count: 2;
    text-align: left;
    line-height: 1.5;
    column-gap: 40px;
  }
}
.type-newsletter_archive {
  /*  h3.gdlr-blog-title {

      margin-bottom: 5px;

    }*/
}
.type-newsletter_archive .gdlr-blog-thumbnail {
  margin-bottom: 30px;
}
body form .mc4wp-form input[type="text"],
body form .mc4wp-form input[type="email"],
body form .mc4wp-form select {
  padding: 8px;
  min-width: 300px;
  background-color: #f7f7f7;
}
body form .mc4wp-form select {
  background-position: 280px 50%;
}
.gdlr-content-item input[type="email"] {
  width: 100%;
}
/* Our Work Areas Page Builder widget */
.single-work_area_page .section-container {
  padding-top: 15px;
}
.single-overview h4.accordion-title,
.single-work_area_page h4.accordion-title {
  width: 100%;
}
.single-overview .accordion-content a.gdlr-button,
.single-work_area_page .accordion-content a.gdlr-button {
  background-color: #6cbd45 !important;
}
.single-overview p.project_logos img.general-logos,
.single-work_area_page p.project_logos img.general-logos {
  max-width: 32%;
}
.gdlr-our-work-areas h3 {
  border: 0;
}
.gdlr-our-work-areas .gdlr-item-title-wrapper.pos-left {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.member-items.gdlr-item.gdlr-content-item {
  display: flex;
  flex-wrap: wrap;
}
.home .gdlr-our-work-areas {
  margin-top: 60px;
}
.our-work-areas-widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.our-work-areas-widget ul {
  width: 100%;
  max-width: calc(50% - 15px);
  display: block;
}
.our-work-areas-widget ul,
.our-work-areas-widget ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.our-work-areas-widget ul li a {
  position: relative;
  color: #726257;
  display: block;
  padding-right: 20px;
}
.our-work-areas-widget ul li a:hover {
  text-decoration: none;
}
.our-work-areas-widget ul li a:after {
  position: absolute;
  font-size: 14px;
  content: "\f054";
  font-family: 'FontAwesome';
  top: calc(50% - 9px);
  right: 0;
}
.our-work-areas-widget ul li ul {
  width: 100%;
  max-width: none;
}
.our-work-areas-widget ul > li {
  font-size: 22px;
  font-family: "Praxis Regular";
  padding-top: 15px;
  padding-bottom: 75px;
}
.our-work-areas-widget ul > li li {
  font-size: 18px;
  font-family: "Praxis Light";
}
.our-work-areas-widget ul > li li,
.our-work-areas-widget ul > li li:first-child {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.our-work-areas-widget ul > li li a:after {
  opacity: .6;
}
.our-work-areas-widget ul > li:first-child {
  border-top: 4px solid #5cade0;
}
.our-work-areas-widget ul > li:first-child a:hover {
  color: #5cade0;
}
.our-work-areas-widget ul > li:first-child + li {
  border-top: 4px solid #49b540;
}
.our-work-areas-widget ul > li:first-child + li a:hover {
  color: #49b540;
}
.our-work-areas-widget ul > li:first-child + li + li {
  border-top: 4px solid #f68218;
}
.our-work-areas-widget ul > li:first-child + li + li a:hover {
  color: #f68218;
}
.our-work-areas-widget ul + ul > li:first-child {
  border-top: 4px solid #82786e;
}
.our-work-areas-widget ul + ul > li:first-child a:hover {
  color: #82786e;
}
.our-work-areas-widget ul + ul > li:first-child + li {
  border-top: 4px solid #ef3f32;
}
.our-work-areas-widget ul + ul > li:first-child + li a:hover {
  color: #ef3f32;
}
.our-work-areas-widget ul + ul > li:first-child + li + li {
  border-top: 4px solid #49c7ed;
}
.our-work-areas-widget ul + ul > li:first-child + li + li a:hover {
  color: #49c7ed;
}
.our-work-areas-widget ul > li > ul li {
  border-top: 0 !important;
}
h3.gdlr-item-title.gdlr-skin-title.gdlr-skin-border {
  padding-right: 4px;
  padding-bottom: 10px;
  font-size: 18px;
  margin-bottom: 30px;
}
div#custom_html-4 h3.gdlr-widget-title {
  color: #726257 !important;
}
.annan-commission-pages h3.intro {
  color: #4db848;
  display: inline-block;
  margin-bottom: 0;
}
.annan-commission-pages h3.intro span {
  font-size: 14px;
  color: #777777;
  padding-bottom: 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .our-work-areas-widget {
    flex-direction: column;
  }
  .our-work-areas-widget ul {
    max-width: none;
  }
  .our-work-areas-widget ul > li {
    padding-bottom: 40px;
    font-size: 18px;
  }
  .our-work-areas-widget ul > li li {
    font-size: 14px;
  }
  .our-work-areas-widget ul > li ul > li {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .member-item {
    width: 100%;
    margin: 0;
  }
}
.widget_kafworkareamenu ul {
  padding: 0;
  margin: 0;
}
.widget_kafworkareamenu li {
  list-style: none;
}
.widget_kafworkareamenu li a {
  padding: 14px 0;
  display: block;
  border-top: 3px solid #f3f3f3;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  color: #777;
  font-family: "Praxis SemiBold";
  position: relative;
}
.widget_kafworkareamenu li a.active,
.widget_kafworkareamenu li a:hover {
  color: #ea4246;
  text-decoration: none;
}
.widget_kafworkareamenu li:first-child a {
  border-top: none;
}
.widget_kafworkareamenu li a:after {
  position: absolute;
  font-size: 14px;
  content: "\f054";
  font-family: 'FontAwesome';
  top: 0;
  right: 0;
  color: inherit;
  bottom: 0;
  margin: auto;
  height: 20px;
}
.pad-20 {
  margin-top: -30px;
}
div#kafworkareamenu-2 {
  margin-top: 5px;
}
.mobi-btn {
  display: none;
  cursor: pointer;
}
.single-work_area_page .section-container {
  padding-top: 15px;
}
.single-overview h4.accordion-title,
.single-work_area_page h4.accordion-title {
  width: 100%;
}
.single-overview .accordion-content a.gdlr-button,
.single-work_area_page .accordion-content a.gdlr-button {
  background-color: #6cbd45 !important;
}
.single-overview p.project_logos img.general-logos,
.single-work_area_page p.project_logos img.general-logos {
  max-width: 32%;
}
div#custom_html-4 h3.gdlr-widget-title {
  color: #726257 !important;
}
/* Social links on Contact page  */
.social-links {
  display: flex;
  flex-direction: row;
}
.social-links .socials-grouped {
  width: 50%;
}
.social-links .socials-grouped .social-icon {
  display: inline-block;
  font-size: 14px;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  #kafworkareamenu-2 {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .annan-commission-pages:not(.floating-nav) .content-wrapper {
    z-index: 100;
  }
  .annan-commission-pages #back-to-top.show {
    bottom: 30px;
  }
}
/* Menu */
.show-commission-nav .breadcrumb-container {
  z-index: 1;
}
.show-commission-nav #back-to-top {
  display: none;
}
.show-commission-nav .widget_kafworkareamenu {
  bottom: 80px;
}
.financial-slides .flexslider .slides img {
  width: auto;
  max-width: 100%;
}
/* KAF special styling on members slider */
#testimonial-tab-kofi-annan-flag-countrygh .testimonial-author-image {
  border-color: #f5f5f5;
}
#testimonial-tab-kofi-annan-flag-countrygh .testimonial-item-inner {
  background-color: #837468;
}
#testimonial-tab-kofi-annan-flag-countrygh .testimonial-content,
#testimonial-tab-kofi-annan-flag-countrygh .testimonial-author {
  color: #fff;
}
.grid-item {
  width: 340px;
  margin-bottom: 20px;
  max-width: 100%;
}
.logo {
  border: 0;
}
.twitter-tweet,
.fb_iframe_widget {
  display: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.fb_iframe_widget span {
  max-width: 100%;
}
.twitter-tribute .twitter-tweet {
  display: block !important;
}
.facebook-tribute .fb_iframe_widget {
  display: block !important;
}
.masonry-grid {
  width: 100%;
}
.load-more-button,
.wallsio-load-more-button {
  margin: 0 auto;
  display: block;
  font-size: 16px;
  text-align: center;
  max-width: 200px;
}
.load-more-button .fa {
  opacity: 0;
}
.loading-masonry .load-more-button .fa.fa-spin {
  opacity: 1;
}
/* Facebook */
.fb_iframe_widget iframe,
.tribute-card iframe {
  max-width: 340px;
}
@media screen and (max-width: 419px) {
  .fb_iframe_widget iframe,
  .tribute-card iframe {
    max-width: 100%;
  }
}
.tribute-card {
  border: 0;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 0px 0px 10px 5px rgba(204, 204, 204, 0.5);
  box-shadow: 0px 0px 10px 5px rgba(204, 204, 204, 0.5);
  display: flex;
  flex-direction: column;
}
.tribute-card.invisible {
  visibility: hidden;
}
.tribute-card.visible {
  visibility: visible;
}
.tribute-card > img {
  width: 100%;
  height: auto;
}
.tribute-card .featured-image {
  order: 1;
}
.tribute-card .featured-image img {
  width: 100%;
  height: auto;
}
.tribute-card .card-text {
  order: 2;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.tribute-card h3 {
  order: 2;
  font-size: 14px;
  letter-spacing: normal !important;
}
.tribute-card .author-handle {
  color: #738390;
  font-size: 14px;
  text-transform: none;
  display: block;
}
.tribute-card .media_provider {
  order: 1;
  text-transform: uppercase;
  color: #736258;
  font-family: "Praxis SemiBold";
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: normal;
  margin-bottom: 30px;
  text-decoration: none;
}
.tribute-card .media_provider .logo {
  width: 55px;
  height: 55px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tribute-card .media_provider .logo img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 100%;
}
.tribute-card .excerpt {
  order: 3;
}
.tribute-card .read-more-link {
  order: 10;
  text-decoration: underline;
  font-family: "Praxis SemiBold";
}
.tribute-card.twitter-tribute h3 {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0;
}
.tribute-card.twitter-tribute .card-text {
  order: 1;
}
.tribute-card.twitter-tribute .featured-image {
  order: 2;
}
.tribute-card.twitter-tribute .media_provider .provider {
  text-transform: none;
  color: #000;
  font-size: 20px;
}
.tribute-card.twitter-tribute .media_provider .logo {
  border: 0;
}
.browser-msie .tribute-card {
  display: block;
}
.gdlr-page-caption h1 {
  color: #fff;
}
.gdlr-page-caption h1 span {
  display: block;
  font-family: "Praxis Regular";
}
/* Make Walls.io button like gdlr */
.wallsio-load-more-button {
  padding: 16px 30px;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  background-color: #5daee1;
}
/* KA Page Teaser */
.circle.rip-circle {
  width: 50%;
  float: right;
  position: relative;
  padding: 15px 30px 0;
}
@media screen and (max-width: 767px) {
  .circle.rip-circle {
    width: 70%;
    padding: 15px 0px 0 30px;
  }
}
@media screen and (max-width: 419px) {
  .circle.rip-circle {
    width: 90%;
  }
}
.circle.rip-circle:before {
  background-color: #5daad9;
  display: block;
  position: absolute;
  width: 585px;
  height: 585px;
  content: ' ';
  opacity: 0.8;
  border-radius: 100%;
  top: -150px;
  left: -30px;
}
.circle.rip-circle a.gdlr-button {
  margin-bottom: 0;
}
.circle.rip-circle p {
  padding-right: 60px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .circle.rip-circle p {
    padding-right: 0px;
  }
}
.circle.rip-circle h3 {
  color: #fff;
}
@media screen and (min-width: 1599px) {
  .rest-in-peace-css,
  .ka-tributes-css {
    overflow-x: hidden;
  }
  .rest-in-peace-css .content-wrapper:before,
  .ka-tributes-css .content-wrapper:before,
  .rest-in-peace-css .content-wrapper:after,
  .ka-tributes-css .content-wrapper:after {
    opacity: 0.6;
    z-index: 0;
    content: ' ';
    position: absolute;
    width: 60vh;
    height: 60vh;
    background-image: url(/app/themes/kaf/images/annual-report/dots-circle.svg);
    background-size: 100%;
    top: -35vh;
    right: -10vw;
    display: block;
    border-radius: 100%;
    overflow: hidden;
  }
  .rest-in-peace-css .content-wrapper:after,
  .ka-tributes-css .content-wrapper:after {
    top: auto;
    right: auto;
    bottom: -35vh;
    left: -10vw;
  }
}
.footer-wrapper {
  position: relative;
  z-index: 0;
}
.gdlr-content {
  position: relative;
  z-index: 100;
}
.annan-commission-pages,
.kofi-annan-commission-pages {
  /* General -  lists */
  /* Members */
  /* General Press and COntact */
}
.annan-commission-pages .category-content ul,
.kofi-annan-commission-pages .category-content ul {
  list-style: none;
}
.annan-commission-pages .category-content ul li,
.kofi-annan-commission-pages .category-content ul li {
  padding-bottom: 15px;
}
.annan-commission-pages .category-content ul li:before,
.kofi-annan-commission-pages .category-content ul li:before {
  content: "•";
  color: #5daad9;
  margin-left: -20px;
  margin-right: 10px;
}
.annan-commission-pages .category-content ol,
.kofi-annan-commission-pages .category-content ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.annan-commission-pages .category-content ol li,
.kofi-annan-commission-pages .category-content ol li {
  counter-increment: my-awesome-counter;
  padding-bottom: 15px;
}
.annan-commission-pages .category-content ol li:before,
.kofi-annan-commission-pages .category-content ol li:before {
  content: counter(my-awesome-counter) ". ";
  color: #5daad9;
  font-weight: bold;
  margin-left: -20px;
  margin-right: 5px;
}
.annan-commission-pages .member-name,
.kofi-annan-commission-pages .member-name {
  margin-bottom: 0;
}
.annan-commission-pages .member-text .title,
.kofi-annan-commission-pages .member-text .title {
  line-height: 1.4;
  margin-top: 5px;
}
.annan-commission-pages .expanded-members .member-item,
.kofi-annan-commission-pages .expanded-members .member-item {
  max-width: 100%;
}
.annan-commission-pages .expanded-members .member-item .text,
.kofi-annan-commission-pages .expanded-members .member-item .text {
  width: 100%;
}
.annan-commission-pages .expanded-members .member-item:first-child .text,
.kofi-annan-commission-pages .expanded-members .member-item:first-child .text {
  display: block;
}
.annan-commission-pages .forced-check .tab-title-wrapper,
.kofi-annan-commission-pages .forced-check .tab-title-wrapper {
  display: none;
}
.annan-commission-pages div.wpcf7-response-output,
.kofi-annan-commission-pages div.wpcf7-response-output {
  margin: -2em 0em 2em;
}
.annan-commission-pages img.wpcf7-form-control.wpcf7-captchac,
.kofi-annan-commission-pages img.wpcf7-form-control.wpcf7-captchac {
  width: 140px;
}
.annan-commission-pages .wpcf7 input[type="submit"],
.kofi-annan-commission-pages .wpcf7 input[type="submit"] {
  padding: 15px 25px;
  float: left;
}
.annan-commission-pages .forced-check .disabled-tab,
.kofi-annan-commission-pages .forced-check .disabled-tab {
  position: relative;
  display: flex;
  flex-direction: column;
}
.annan-commission-pages .forced-check .disabled-tab::after,
.kofi-annan-commission-pages .forced-check .disabled-tab::after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  z-index: 1111;
}
.annan-commission-pages .forced-check .disabled-tab,
.kofi-annan-commission-pages .forced-check .disabled-tab {
  position: relative;
}
.annan-commission-pages .forced-check .disabled-tab::after,
.kofi-annan-commission-pages .forced-check .disabled-tab::after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  z-index: 1111;
}
.annan-commission-pages input.newcheck[type="checkbox"],
.kofi-annan-commission-pages input.newcheck[type="checkbox"] {
  display: none;
}
.annan-commission-pages input.newcheck[type="checkbox"] + span,
.kofi-annan-commission-pages input.newcheck[type="checkbox"] + span {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #ccc;
  position: relative;
  top: 2px;
  margin-right: 6px;
  border: 2px solid #fff;
}
.annan-commission-pages input.newcheck[type="checkbox"]:checked + span,
.kofi-annan-commission-pages input.newcheck[type="checkbox"]:checked + span {
  background-color: #5daad9;
}
.annan-commission-pages span.wpcf7-not-valid-tip,
.kofi-annan-commission-pages span.wpcf7-not-valid-tip {
  margin-top: 10px;
}
.annan-commission-pages .social-links,
.kofi-annan-commission-pages .social-links {
  flex-direction: column;
}
.annan-commission-pages .social-links .socials-grouped,
.kofi-annan-commission-pages .social-links .socials-grouped {
  width: 100%;
  max-width: 100%;
}
.annan-commission-pages .social-links .socials-grouped + .socials-grouped,
.kofi-annan-commission-pages .social-links .socials-grouped + .socials-grouped {
  margin-top: 30px;
}
.annan-commission-pages .social-links .socials-grouped .social-icon,
.kofi-annan-commission-pages .social-links .socials-grouped .social-icon {
  font-size: 14px;
}
.annan-commission-pages .social-links .socials-grouped .social-icon.facebook,
.kofi-annan-commission-pages .social-links .socials-grouped .social-icon.facebook {
  padding-left: 0;
}
.annan-commission-pages .social-links .socials-grouped .gdlr-widget-title,
.kofi-annan-commission-pages .social-links .socials-grouped .gdlr-widget-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.annan-commission-pages h3.gdlr-item-title.gdlr-skin-title.gdlr-skin-border,
.kofi-annan-commission-pages h3.gdlr-item-title.gdlr-skin-title.gdlr-skin-border {
  padding-right: 4px;
  padding-bottom: 10px;
  font-size: 18px;
  color: #383838;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .annan-commission-pages h3.gdlr-item-title.gdlr-skin-title.gdlr-skin-border,
  .kofi-annan-commission-pages h3.gdlr-item-title.gdlr-skin-title.gdlr-skin-border {
    margin-bottom: 30px;
  }
}
.annan-commission-pages h3.intro,
.kofi-annan-commission-pages h3.intro {
  margin-bottom: 0 !important;
}
.annan-commission-pages .wpcf7-form-control-wrap select,
.kofi-annan-commission-pages .wpcf7-form-control-wrap select {
  background-position: calc(100% - 15px) center !important;
}
.annan-commission-pages div.wpcf7-response-output,
.kofi-annan-commission-pages div.wpcf7-response-output {
  margin: -2em 0em 2em;
}
@media screen and (max-width: 768px) {
  .annan-commission-pages .member-item,
  .kofi-annan-commission-pages .member-item {
    max-width: 100%;
  }
  .annan-commission-pages .widget_kafworkareamenu li a,
  .kofi-annan-commission-pages .widget_kafworkareamenu li a {
    padding: 14px 20px 14px 0;
    line-height: 1.5rem;
  }
}
.annan-commission-pages .has-featured-member .member-item:first-child .text,
.kofi-annan-commission-pages .has-featured-member .member-item:first-child .text {
  display: block;
}
.annan-commission-pages h3.intro {
  color: #4db848;
  display: inline-block;
}
.annan-commission-pages h3.intro span {
  font-size: 14px;
  color: #777777;
  padding-bottom: 20px;
  display: inline-block;
}
.annan-commission-pages .widget_kafworkareamenu li a {
  color: #726257;
}
.annan-commission-pages .widget_kafworkareamenu li a:hover,
.annan-commission-pages .widget_kafworkareamenu li a.active {
  color: #ea4246;
}
/* Active tab*/
h4.tab-title.active {
  color: #3b3b3b !important;
  background-color: #fff;
}
.wpcf7 span.wpcf7-form-control-wrap.your-subject {
  padding-right: 23px;
}
.wpcf7 .mc4wp-checkbox {
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
}
/* Error*/
.error {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: none;
  margin: 10px 0;
}
.error.active {
  display: block;
}
/* Base theme correction : */
body .wpcf7 span.wpcf7-form-control-wrap,
body .wpcf7 span.wpcf7-form-control-wrap.country {
  padding-right: 0;
}
.small-width {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .small-width {
    padding-right: 30px;
  }
}
.small-width + .small-width {
  padding-right: 0;
}
.page-id-77 textarea {
  height: 157px;
}
.contact-page-socials .social-icon span {
  display: none;
}
.contact-page-socials .social-icon i.fa {
  color: #726257;
  font-size: 150%;
}
.contact-page-socials .social-icon {
  float: left;
  margin: 0 10px 30px 0;
  color: #726257;
}
.page-id-77 select {
  background-position: calc(100% - 15px) center;
}
.contact-css .forced-check .tab-title-wrapper {
  display: none;
}
.contact-css .forced-check .disabled-tab form {
  position: relative;
}
.contact-css .forced-check .disabled-tab form::after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1111;
}
.contact-css input.newcheck[type="checkbox"] {
  display: none;
}
.contact-css input.newcheck[type="checkbox"] + span {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #ccc;
  position: relative;
  top: 2px;
  margin-right: 6px;
  border: 2px solid #fff;
}
.contact-css input.newcheck[type="checkbox"]:checked + span {
  background-color: #5daad9;
}
.contact-css span.wpcf7-not-valid-tip {
  margin-top: 10px;
  display: none !important;
}
.contact-css .wpcf7-form-control-wrap select {
  background-position: calc(100% - 15px) center !important;
}
.contact-css div.wpcf7-response-output {
  margin: -2em 0em 2em;
}
.contact-css img.wpcf7-form-control.wpcf7-captchac {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .contact-css .member-item {
    max-width: 100%;
  }
  .contact-css .widget_kafworkareamenu li a {
    padding: 14px 20px 14px 0;
    line-height: 1.5rem;
  }
}
.contact-form-selector {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 599px) {
  .contact-form-selector {
    flex-direction: column;
  }
}
.contact-form-selector .checkboxes {
  display: flex;
  flex-direction: row;
}
.contact-form-selector .checkboxes br {
  display: none;
}
@media screen and (min-width: 600px) {
  .contact-form-selector .checkboxes {
    margin-left: 30px;
  }
}
@media screen and (max-width: 599px) {
  .contact-form-selector .checkboxes {
    margin: 5px 0 0 0;
  }
}
@media screen and (max-width: 499px) {
  .contact-form-selector .checkboxes {
    flex-direction: column;
  }
}
.contact-form-selector .checkboxes label {
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .contact-form-selector .checkboxes label {
    margin: 0 0 5px;
  }
}
.contact-form-selector .checkboxes label:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 599px) {
  .gdlr-tab-item.horizontal > .tab-title-wrapper .tab-title {
    padding: 12px 10px;
  }
}
span.wpcf7-form-control-wrap.receiveupdates {
  pointer-events: none;
}
span.wpcf7-form-control-wrap.receiveupdates * {
  pointer-events: all;
}
.disabled-tab {
  height: 100%;
}
.wpcf7-form {
  display: table;
  width: 100%;
}
.home-slider {
  max-height: 490px;
  overflow: hidden;
}
.home-slider-navigate span {
  margin: 0;
}
.home-content-boxes h3.column-service-title {
  color: #726257;
  height: 50px;
  display: table;
}
span.nav_arrows {
  margin: 0 !important;
  float: right;
}
/* Four Pillars */
.arrow-right {
  background-image: url("https://www.kofiannanfoundation.org/app/themes/kaf/css/layouts/images/pillars/arrow-right.png");
  width: 35px;
  height: 76px;
  position: absolute;
  top: 205px;
  z-index: 100;
}
.kaf-pillars-wrapper li,
.kaf-pillars-wrapper li * {
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
.kaf-pillars-wrapper li .message {
  opacity: 0;
  bottom: -20px;
  min-height: 100px;
  font-size: 120%;
}
.number_icon {
  width: 105px;
  height: 105px;
  text-align: center;
  color: #fff;
  text-shadow: none;
  font-size: 55px;
  line-height: 105px;
  font-family: "Praxis SemiBold";
  margin: 190px auto 0;
  display: block;
  border-radius: 105px;
  left: 0;
  right: 0;
  position: absolute;
}
#panel-1 .number_icon {
  background-color: rgba(233, 44, 46, 0.5);
}
#panel-2 .number_icon {
  background-color: rgba(77, 184, 72, 0.5);
}
#panel-3 .number_icon {
  background-color: rgba(246, 134, 31, 0.5);
}
#panel-4 .number_icon {
  background-color: rgba(117, 201, 218, 0.5);
}
.blur-background {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  box-shadow: inset 0 -230px 190px -140px rgba(0, 0, 0, 0.9);
}
.message {
  display: table;
  width: 100%;
  height: 160px;
}
.message-container {
  height: 160px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.kaf-pillars-wrapper li.hover .blur-background,
.kaf-pillars-wrapper li.hover .message {
  opacity: 1;
}
.kaf-pillars-wrapper li.hover .message {
  bottom: 0px;
}
.kwicks .pillar-icon-img {
  margin: 170px auto 0;
  display: block;
}
.kwicks {
  font-size: 19px;
  line-height: normal;
  text-shadow: 1px 1px 3px #333;
}
/* Search */
input#search-cause-s {
  min-height: 43px;
}
/* New Blog post styling */
.single-post .gdlr-blog-full .blog-content-wrapper h1.gdlr-blog-title {
  color: #383838;
  margin: 44px 0;
  line-height: 150%;
}
.single-post .gdlr-blog-content {
  color: #837468;
  font-family: "Praxis Regular";
}
.single-post .gdlr-blog-content a {
  color: #ea4246;
}
.single-post .gdlr-blog-content h2,
.single-post .gdlr-blog-content h3 {
  color: #383838;
  margin: 32px 0;
  font-size: 19px;
}
.single-post .gdlr-blog-content h3 {
  font-size: 16px;
}
.single-post .gdlr-blog-content strong,
.single-post .gdlr-blog-content b {
  color: #5daee1;
  font-family: "Praxis SemiBold";
}
.single-post .gdlr-blog-content .intro-paragraph {
  font-family: "Praxis SemiBold";
}
.single-post .gdlr-blog-content p {
  margin-bottom: 20px;
  font-size: 15px;
  letter-spacing: -0.3px;
}
.single-post .gdlr-blog-content blockquote {
  background-image: url('https://www.kofiannanfoundation.org/app/themes/kaf/css/layouts/images/kaf-icons/blue-quote-left.png');
  background-size: auto auto;
  font-family: "Praxis Regular";
  color: #383838;
  padding: 25px 20px 15px 70px;
  background-position: 14px 25px;
  line-height: 150%;
  margin-bottom: 35px;
}
.single-post .gdlr-blog-content blockquote p {
  margin-bottom: 20px;
  font-size: 17.5px;
}
.single-post .gdlr-blog-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 35px 70px;
}
.single-post .gdlr-blog-content ul li {
  padding-left: 30px;
  text-indent: -24px;
}
.single-post .gdlr-blog-content ul li:before {
  content: "• ";
  color: #ed1c24;
  width: 20px;
  height: 40px;
  margin: 0 10px 0 0;
}
.single-post .gdlr-blog-content ol {
  counter-reset: item;
  margin: 0 0 35px 70px;
}
.single-post .gdlr-blog-content ol li {
  display: block;
  padding-left: 30px;
  text-indent: -24px;
}
.single-post .gdlr-blog-content ol li:before {
  content: counter(item) ") ";
  counter-increment: item;
  color: #4db848;
  margin: 0 8px 0 0;
}
.single-post .gdlr-blog-full .gdlr-blog-thumbnail img {
  width: 100%;
}
.single-post hr {
  color: #eeeeee;
  height: 1px;
  background-color: #eee;
  margin: 1em 0 35px;
}
/* End New Blog post styling */
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
     We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
.mc-field-group.hidden.input-group {
  display: none;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  font-weight: normal;
  z-index: 1;
  color: #e92c2e;
  background-color: transparent;
  padding: 2px 6px;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 1px solid #e92c2e;
  background-color: transparent;
}
#mc_embed_signup #mce-error-response {
  display: none;
  color: #e92c2e;
}
#mc_embed_signup #mce-success-response {
  color: #4db848;
  display: none;
}
#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0;
}
.hidden {
  display: none;
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  pointer-events: none;
  display: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.modal-container.loading {
  background-color: rgba(0, 0, 0, 0);
}
.modal-container .modal {
  background-color: #fff;
  width: 80%;
  height: 80%;
  max-height: 980px;
  max-width: 660px;
  padding: 20px;
  position: relative;
  z-index: 100;
  pointer-events: all;
}
.modal-container .modal * {
  pointer-events: all;
}
.modal-container .modal iframe {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.show-modal .modal-container {
  display: flex;
}
.close-modal,
.arrow-modal {
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: #fff;
  font-size: 20px;
  letter-spacing: normal;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-modal:hover,
.arrow-modal:hover {
  text-decoration: none;
}
.close-modal .fa,
.arrow-modal .fa {
  margin: 0;
}
.arrow-modal {
  bottom: auto;
  top: calc(50% - 30px);
  left: auto;
  right: auto;
  font-size: 40px;
  background-color: transparent;
  color: #fff;
  /* TODO finish arrows */
}
.arrow-modal.previous {
  left: -40px;
}
.arrow-modal.next {
  right: -40px;
}
/* Full width images */
.ar-content .full-width-content img {
  min-width: calc(100% + 65px + 65px);
  display: block;
  left: -65px;
  position: relative;
  margin: 0 !important;
  height: auto /*!important*/;
  /* Fight with Safari. */
}
.ar-content .full-width-content .kaf-partners img {
  min-width: 0;
  left: auto;
  position: inherit;
  height: auto;
  max-height: 50px;
  margin: 0 10px 15px 0px !important;
}
.ar-content .full-width-content .kaf-partners .project_logos {
  margin: 0 0 15px 0;
}
.modal-header.modal-controls {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
.modal-header.modal-controls a {
  color: #b5b5b5;
  font-size: 20px;
  top: 7px;
  position: relative;
}
.modal-header.modal-controls a.close-button {
  top: 0px;
  font-size: 27px;
}
.modal-header.modal-controls a:hover {
  color: #fff;
}
.modal-footer.modal-navigation {
  max-width: 930px;
  float: right;
  width: 100%;
  padding: 15px 15px;
  background-color: #fff;
  border-top: 1px solid #948a85;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.modal-footer.modal-navigation a {
  color: #726257;
  font-size: 14px;
}
.modal-footer.modal-navigation a .fa {
  color: #b5b5b5;
  margin: 0 15px;
}
.loading .modal-footer.modal-navigation {
  visibility: hidden;
}
#modal-image {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
#modal-image img {
  pointer-events: none;
}
/* Moved from Modals.les... */
.show-modal:not(.loading-modal-layer) {
  overflow: hidden;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  touch-action: none;
}
.show-modal:not(.loading-modal-layer) .modal-container,
.show-modal:not(.loading-modal-layer) .modal-container * {
  pointer-events: all;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  touch-action: auto;
}
@media screen and (min-width: 989px) {
  .show-modal:not(.loading-modal-layer) #floating-nav-container {
    left: -10px;
  }
}
.show-modal * {
  pointer-events: none;
}
.show-modal .content-wrapper {
  z-index: auto;
}
.show-modal .modal-container {
  overflow: auto;
  height: auto;
}
.show-modal .modal-container .modal {
  background-color: transparent;
  padding: 0;
  width: 100%;
  max-width: 1170px;
}
@media screen and (max-width: 1169px) {
  .show-modal .modal-container .modal {
    max-width: 100%;
  }
}
.show-modal .modal-container .modal iframe {
  overflow: hidden;
}
.show-modal .modal-container,
.show-modal .modal-container * {
  pointer-events: all;
}
.modal-container[data-modal-class="member-modal"] .modal-controls .previous,
.modal-container[data-modal-class="member-modal"] .modal-controls .next {
  display: none;
}
@media screen and (min-height: 767px) {
  .modal-container[data-modal-class="member-modal"] {
    padding-top: 50px;
  }
}
.modal-container[data-modal-class="member-modal"] .modal-footer.modal-navigation {
  width: 100%;
  box-sizing: border-box;
  float: none;
}
.modal-container[data-modal-class="member-modal"] .modal {
  background-color: transparent;
}
.modal-container[data-modal-class="member-modal"] .modal.container {
  max-width: 950px;
}
.modal-container[data-modal-class="member-modal"] #modal-image {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 8px solid #f6861f;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: -60px auto 0;
  max-width: 200px;
  text-align: center;
  overflow: hidden;
}
.modal-container[data-modal-class="member-modal"] #modal-image img {
  width: auto;
  height: auto;
  max-width: none;
  min-width: 200px;
  min-height: 200px;
  max-height: 100%;
  margin-left: -35px;
}
@media screen and (max-width: 420px) {
  .modal-container[data-modal-class="member-modal"] #modal-image {
    width: 140px;
    height: 140px;
  }
  .modal-container[data-modal-class="member-modal"] #modal-image img {
    min-width: 140px;
    min-height: 140px;
    margin-left: -25px;
  }
}
.modal-container[data-modal-class="member-modal"] .modal-footer.modal-navigation {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .modal-container[data-modal-class="member-modal"] .modal-footer.modal-navigation {
    flex-direction: column;
  }
  .modal-container[data-modal-class="member-modal"] .modal-footer.modal-navigation a {
    text-align: center;
    padding: 15px 0;
  }
}
a.modal-link[data-modal-class="member-modal"] {
  text-transform: none;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  margin-top: 10px;
}
a.modal-link[data-modal-class="member-modal"]:hover {
  text-decoration: none;
}
/* Decorations */
.checkbox-select {
  width: 100%;
  max-width: 300px;
  border: 1px solid #eee;
  padding: 5px 10px;
  position: relative;
  z-index: 100;
  background-color: #f7f7f7;
  color: #b5b5b5;
}
.checkbox-select > .label {
  cursor: pointer;
}
.checkbox-select > .label .down-arrow {
  display: block;
  width: 20px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0;
  margin-top: 2px;
  float: right;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.checkbox-select:hover ul {
  display: block;
}
.checkbox-select ul {
  background-color: #f7f7f7;
  position: absolute;
  top: 33px;
  left: -1px;
  right: 0;
  width: calc(100% - 20px);
  display: none;
  border: 1px solid #eee;
  padding: 5px 10px !important;
}
.checkbox-select ul,
.checkbox-select ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.checkbox-select ul li label {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  padding: 8px 0;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  color: #b5b5b5;
}
.checkbox-select ul li label input[type="checkbox"] {
  display: none;
}
.checkbox-select ul li label input[type="checkbox"] + em {
  display: block;
  border: 1px solid #ccc;
  position: relative;
  font-size: 15px;
  padding: 3px;
  text-align: center;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  order: 1;
  border-radius: 3px;
}
.checkbox-select ul li label input[type="checkbox"] + em:after {
  top: -3px;
  left: 1px;
  font-family: 'FontAwesome';
  font-size: 16px;
  content: "\f00c";
  position: absolute;
  opacity: 0;
  color: #726257;
}
.checkbox-select ul li label input[type="checkbox"]:checked + em {
  /*  + .text {
                  font-weight: bold;
                }*/
}
.checkbox-select ul li label input[type="checkbox"]:checked + em:after {
  opacity: 1;
}
.checkbox-select ul li:last-child label {
  border-bottom: 0;
}
.breadcrumb-container {
  background-color: transparent;
  padding: 15px 0;
  font-size: 12px;
  font-family: "Praxis SemiBold";
  opacity: 1;
  color: #726257;
}
.breadcrumb-container a,
.breadcrumb-container .separator {
  color: #b7b7b7;
  font-family: "Praxis SemiBold";
  opacity: 1;
}
.kaf-video-thumbnail {
  display: block;
  position: absolute;
  min-height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.kaf-video-thumbnail:after {
  opacity: .8;
  content: '\f16a';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0%;
  right: 0%;
  top: calc(50% - 45px);
  font-size: 60px;
  text-align: center;
  line-height: normal;
  color: #000;
  display: block;
  margin: 0 auto;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.kaf-video-thumbnail:hover:after {
  color: #ea4246;
  opacity: 1;
}
.kaf-video-container {
  padding-top: 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}
.kaf-video-container img {
  position: relative;
  visibility: hidden;
}
.tabs-widget nav {
  display: block;
  clear: both;
  height: 70px;
}
.tabs-widget nav ul,
.tabs-widget nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs-widget nav li {
  color: #736258;
  float: left;
}
.tabs-widget nav li a {
  display: block;
  padding: 0 15px 0 0;
  font-size: 18px;
  color: #c0bbb7;
  font-family: "Praxis SemiBold";
}
.tabs-widget nav li a.active,
.tabs-widget nav li a:hover {
  color: #736258;
}
.tabs-widget nav li + li {
  position: relative;
}
.tabs-widget nav li + li a {
  padding: 0 15px 0 30px;
}
.tabs-widget nav li + li:before {
  content: '|';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  margin-right: 10px;
}
.tabs-widget .tab {
  display: none;
}
.tabs-widget .tab.active {
  display: block;
}
@media screen and (max-width: 699px) {
  .tabs-widget nav li a,
  .tabs-widget nav li + li:before {
    font-size: 14px;
  }
}
#wpadminbar {
  position: fixed;
  top: -25px;
  opacity: 0;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
#wpadminbar:hover {
  opacity: 1;
  top: 0px;
}
html[lang] {
  margin-top: 0px !important;
}
.breadcrumb-container {
  z-index: 90;
}
.show-search .breadcrumb-container {
  opacity: 0;
}
.tagged-articles-container {
  padding: 1rem;
}
.tagged-articles-container .item {
  border-bottom: 1px #F3F2F0 solid;
  border-left: 3px transparent solid;
  color: #3E3E3E;
  display: flex;
  padding: 15px;
  transition: 0.1s;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .tagged-articles-container .item {
    flex-direction: column;
    padding: 15px 0;
  }
}
.tagged-articles-container .item .article-type {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tagged-articles-container .item .article-type {
    max-width: 15%;
    padding: 0 15px;
  }
}
.tagged-articles-container .item .title {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  font-family: "Praxis SemiBold", helvetica, arial, sans-serif;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .tagged-articles-container .item .title {
    max-width: 70%;
  }
}
.tagged-articles-container .item .title a {
  color: #3E3E3E;
}
.tagged-articles-container .item .read-more {
  width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .tagged-articles-container .item .read-more {
    max-width: 20%;
    text-align: right;
  }
}
.tagged-articles-container :after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 768px) {
  .tagged-articles-container .item {
    background-color: #f8f8f8;
  }
  .tagged-articles-container .item:nth-child(2n) {
    background-color: #ffffff;
  }
  .tagged-articles-container .item:hover {
    background: #eeeeee;
    border-left: 3px #ea4246 solid;
  }
}
.tagged-articles-container .item.header-row {
  background-color: #baaea3;
  color: #fff;
  border-left: 3px transparent solid !important;
}
@media screen and (max-width: 767px) {
  .tagged-articles-container .item.header-row {
    display: none;
  }
}
.tagged-articles-container .item.header-row:hover {
  background-color: #baaea3;
  border-left: 3px transparent solid !important;
}
.tagged-articles-container .item.header-row .title {
  font-weight: 600;
}
.tagged-articles-container .item.header-row .article-type {
  font-weight: 600;
}
.tagged-articles-list {
  margin-top: 40px;
}
.tagged-articles-list article {
  margin: 0px 15px 67px;
}
.tagged-articles-list article h3.gdlr-blog-title {
  margin-top: 25px;
}
.tagged-articles-list article a.excerpt-read-more {
  margin-top: 25px;
  margin-bottom: 0px;
  display: block;
}
.tagged-articles-list article:after {
  content: "";
  display: block;
  clear: both;
}
body select::-ms-expand {
  display: none;
}
body select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  background-color: #fff;
  background-image: url('https://www.kofiannanfoundation.org/app/themes/kaf/images/down.gif');
  /*background-position: 75% 50%;*/
  background-position: 90% 50%;
  background-repeat: no-repeat;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"],
.wpcf7 textarea,
body input[type=text],
body input[type=email] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"],
.wpcf7 textarea,
body input[type="text"],
body input[type="email"] {
  border: 1px solid #eee;
  color: #b5b5b5;
  padding: 14px 10px 14px 14px;
  font-size: 100%;
}
body input[type="text"],
body input[type="email"],
body input[type="tel"],
body input[type="url"],
select {
  padding: 2px 6px;
  color: #b5b5b5;
}
select {
  font-family: "Praxis Regular", arial, sans-serif;
  border: 1px solid #ddd;
  color: #b5b5b5;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  margin-top: 15px;
  margin-right: 60px;
  right: 0;
}
.page .gdlr-cause-search-wrapper input[type=text],
.page .gdlr-cause-search-wrapper input[type=submit],
.page .gdlr-cause-search-wrapper .gdlr-combobox {
  float: left;
  width: 28%;
  margin-left: 0;
  margin-right: 0;
}
.page .gdlr-cause-search-wrapper .gdlr-combobox {
  width: 32%;
  margin: 0 3.5%;
}
.page .gdlr-cause-search-wrapper .gdlr-combobox select {
  padding: 2px 10px 2px 14px;
}
.wpcf7-form-control-wrap select {
  padding: 14px 10px 14px 14px;
}
#hmpg-search .gdlr-cause-input-wrapper {
  position: absolute;
  bottom: 30px;
  width: 92%;
}
select.wpcf7-form-control {
  border: 1px solid #eee;
}
.gdlr-cause-search-wrapper input[type="text"] {
  padding: 13px 0 12px 2.5%;
  width: 97.5%;
}
select#kaf-cat-dropdown {
  padding: 15px 25px 15px 15px;
  background-position: 95% 50%;
  outline: none;
  padding: 8px;
  border-color: #82786e;
  color: #333333;
}
select#kaf-cat-dropdown::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #82786e;
  opacity: 1;
  /* Firefox */
}
select#kaf-cat-dropdown option {
  color: #82786e;
}
body #hmpg-search .gdlr-cause-input-wrapper {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}
#search-cause-submit {
  font-size: 100%;
}
#search-cause-submit:hover {
  background-color: #d46425 !important;
}
@media screen and (max-width: 767px) {
  input#search-cause-s {
    width: 100%;
    padding: 13px 0 12px 15px;
    display: block;
    box-sizing: border-box;
    min-height: 45px;
  }
  .page .gdlr-cause-search-wrapper .gdlr-combobox {
    width: 100% !important;
    display: table !important;
    clear: both;
    float: none;
    margin: 0 0 10px;
  }
  #search-cause-submit {
    clear: both;
    width: auto;
  }
}
.body-mc-form [type=email] {
  margin-bottom: 20px;
}
#back-to-top {
  opacity: 0;
  position: fixed;
  bottom: 20px;
  right: 30px;
  background-color: #50b848;
  color: #fff;
  font-size: 120%;
  padding: 6.8px 10px 10px;
  border-radius: 100%;
  line-height: 20px;
  height: 20px;
  display: block;
  z-index: 100;
  text-decoration: none;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
#back-to-top.show {
  opacity: 0.6;
  bottom: 60px;
}
#back-to-top.show:hover {
  opacity: 1;
}
/* Project (Category) Logos */
.project_logos {
  margin: 0;
}
.project_logos img {
  max-height: 140px;
}
.project_logos .logos-row-1 {
  max-height: 139px;
}
.project_logos .logos-row-2 {
  max-height: 104px;
}
.project_logos .logos-row-3 {
  max-height: 132px;
}
.project_logos .logos-row-4 {
  max-height: 122px;
}
.footer-partners .container.padding-top {
  padding-top: 0;
}
.project_logos .general-logos {
  max-height: 131px;
}
.project_logos .short-logo {
  max-height: 107px;
}
.partner-logos-row-3 {
  max-height: 110px !important;
}
.partner-logos-row-4 {
  max-height: 132px !important;
}
.ui-tooltip,
.arrow:after {
  background-color: #f3f2f0;
  border: 1px solid white;
}
.ui-tooltip {
  padding: 10px 20px;
  color: #726257;
  border-radius: 5px;
  text-align: center;
  margin-top: 80px;
  box-shadow: 0 0 2px #ccc;
  font-family: "Praxis Regular", arial;
  font-size: 13px;
  font-weight: bold;
  background: #f3f2f0;
  border: 2px solid white;
}
.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.arrow.top {
  top: -16px;
  bottom: auto;
}
.arrow.left {
  left: 20%;
}
.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow.top:after {
  bottom: -20px;
  top: auto;
}
body .kaf-handshake-icon {
  background-size: 100%;
  background-image: url('/app/themes/kaf/images/kaf-icons/kaf-handshake-icon-150.png');
}
body .kaf-volume-up-icon {
  background-size: 100%;
  background-image: url('/app/themes/kaf/images/kaf-icons/kaf-volume-up-icon-150.png');
}
body .kaf-triangle-icon {
  background-size: 100%;
  background-image: url('/app/themes/kaf/images/kaf-icons/kaf-triangle-icon-150.png');
}
body .kaf-comment-icon {
  background-size: 100%;
  background-image: url('/app/themes/kaf/images/kaf-icons/kaf-comment-icon-150.png');
}
body .kaf-peace-icon_large {
  background-image: url("/app/themes/kaf/images/kaf-icons/icon-peace-150.png");
  background-size: 116px 116px;
}
body .kaf-gear-icon {
  background-image: url("/app/themes/kaf/images/kaf-icons/icon-cogs-150.png");
  background-size: 116px 116px;
}
body .kaf-justice-icon {
  background-image: url("/app/themes/kaf/images/kaf-icons/icon-justice-150.png");
  background-size: 116px 116px;
}
/* KA Cross / Crucifix Icon */
.cross-icon,
.has-featured-member .member-item:first-child .text .member-name .cross-i {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  top: 3px;
  margin-left: 0;
  margin-right: 0;
  background-size: contain;
}
.cross-icon:before,
.has-featured-member .member-item:first-child .text .member-name .cross-i:before {
  content: "";
  background: url(/app/themes/kaf/images/cross.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 100%;
  display: block;
}
.cross-icon.white-cross:before,
.has-featured-member .member-item:first-child .text .member-name .cross-i.white-cross:before {
  background-image: url(/app/themes/kaf/images/cross-white.svg);
}
/* Foundation Page */
.kaf-faq.style-1 .accordion-title i.icon-minus:before {
  content: "\f068";
  font-family: "FontAwesome", arial, serif;
  position: relative;
  bottom: 0;
}
.kaf-faq.style-1 .accordion-title i.icon-plus:before {
  content: "\f067";
  font-family: "FontAwesome", arial, serif;
  position: relative;
  bottom: 0;
}
/*** Social Icons */
.fa-linkedinfluencer {
  background: url(/app/themes/kaf/images/influencer.png) no-repeat transparent;
  display: inline-block;
  height: 15px;
  width: 58px;
  position: relative;
  top: 3px;
}
.kaf-header-social-links {
  min-width: 170px;
}
.kaf-header-social-links .linkedinfluencer a:after {
  content: "Fluencer";
}
.kaf-header-social-links .linkedinfluencer span {
  display: none;
}
.kaf-header-social-links a {
  color: #A3958A;
  display: block;
  padding: 10px 20px;
  margin-left: 0;
  font-weight: normal;
}
.kaf-header-social-links a .fa-linkedinfluencer {
  background: none;
  width: auto;
  height: auto;
  position: static;
}
.kaf-header-social-links a .fa-linkedinfluencer:before {
  content: "\f08c";
}
.kaf-header-social-links a:hover {
  background: #5DAEE1;
  color: #FFF !important;
  text-decoration: none;
}
.kaf-social-contact {
  display: inline-block;
  margin-right: 6px;
}
.kaf-social-contact i {
  color: #726257;
}
.kaf-social-contact i:hover {
  color: #a0a0a0;
}
.kaf-social-contact .fa-linkedinfluencer {
  background-image: url(/app/themes/kaf/images/influencer_dark.png);
}
.kaf-social-contact .fa-linkedinfluencer:hover {
  background-image: url(/app/themes/kaf/images/influencer_grey.png);
}
/*Custom Icons*/
.kaf-unity-icon {
  background: url(/app/themes/kaf/images/kaf-icons/kaf-unity-icon.png) no-repeat transparent;
  width: 32px;
  height: 32px;
  display: block !important;
}
.kaf-syringe-icon {
  background: url(/app/themes/kaf/images/kaf-icons/kaf-syringe-icon.png) no-repeat transparent;
  width: 32px;
  height: 32px;
  display: block !important;
}
.kaf-election-ballot-icon {
  background: url(/app/themes/kaf/images/kaf-icons/kaf-election-ballot-icon.png) no-repeat transparent;
  width: 32px;
  height: 32px;
  display: block !important;
}
.kaf-leaf-icon {
  background: url(/app/themes/kaf/images/kaf-icons/kaf-leaf-icon.png) no-repeat transparent;
  width: 32px;
  height: 32px;
  display: block !important;
}
.kaf-man-icon {
  background: url(/app/themes/kaf/images/kaf-icons/kaf-man-icon.png) no-repeat transparent;
  width: 32px;
  height: 32px;
  display: block !important;
}
.kaf-peace-icon {
  background: url(/app/themes/kaf/images/kaf-icons/kaf-peace-icon.png) no-repeat transparent;
  width: 32px;
  height: 32px;
  display: block !important;
}
.kaf-comment-icon {
  background: url(/app/themes/kaf/images/kaf-icons/kaf-comment-icon.png) no-repeat transparent;
  width: 70px;
  height: 70px;
  display: block !important;
}
.kaf-handshake-icon {
  background: url(/app/themes/kaf/images/kaf-icons/kaf-handshake-icon.png) no-repeat transparent;
  width: 70px;
  height: 70px;
  display: block !important;
}
.kaf-volume-up-icon {
  background: url(/app/themes/kaf/images/kaf-icons/kaf-volume-up-icon.png) no-repeat transparent;
  width: 70px;
  height: 70px;
  display: block !important;
}
.kaf-triangle-icon {
  background: url(/app/themes/kaf/images/kaf-icons/kaf-triangle-icon.png) no-repeat transparent;
  width: 70px;
  height: 70px;
  display: block !important;
}
.kaf-peace-icon_large {
  background: url(/app/themes/kaf/images/kaf-icons/kaf-peace-icon_large.png) no-repeat transparent;
  width: 116px;
  height: 116px;
  display: block !important;
}
.kaf-justice-icon {
  background: url(/app/themes/kaf/images/kaf-icons/kaf-justice-icon.png) no-repeat transparent;
  width: 116px;
  height: 116px;
  display: block !important;
}
.kaf-gear-icon {
  background: url(/app/themes/kaf/images/kaf-icons/kaf-gear-icon.png) no-repeat transparent;
  width: 116px;
  height: 116px;
  display: block !important;
}
.fa-email:before {
  content: "\f0e0";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-left,
.fa-angle-right {
  font-weight: 900;
}
.sitemap-css .heading-links {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  position: relative;
  display: block;
  margin-right: 30px;
  border-color: #726257;
  margin-top: 50px;
  margin-bottom: 20px;
}
.sitemap-css .heading-links h4 {
  margin-bottom: 0;
}
.sitemap-css .heading-links:after {
  position: absolute;
  font-size: 14px;
  content: "\f054";
  font-family: 'FontAwesome';
  top: 0;
  right: 0;
  color: #837468;
}
.sitemap-css .heading-links:hover {
  text-decoration: none !important;
}
.sitemap-css ul ul {
  margin-bottom: 0;
}
.sitemap-css div#search-2 {
  margin-bottom: 0;
}
.sitemap-css div#search-2 input#searchsubmit {
  top: 0;
  padding: 34px 50px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute !important;
  z-index: 99;
}
.sitemap-css div#search-2 .gdl-search-form input[type="text"] {
  width: 100%;
}
.sitemap-css ul.sublinks {
  margin: 0;
}
.sitemap-css ul.sublinks li {
  list-style: none;
}
.sitemap-css ul.sublinks a {
  color: #726257;
  padding: 0 0 16px 0;
  display: block;
  position: relative;
}
.sitemap-css ul.sublinks a:after {
  position: absolute;
  font-size: 11px;
  content: "\f054";
  font-family: 'FontAwesome';
  top: 1px;
  right: 32px;
  color: #837468;
}
.sitemap-css ul.sublinks ul {
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
  margin-top: -10px;
}
.sitemap-css ul.sublinks ul li a {
  opacity: 0.5;
  padding: 0;
  position: relative;
}
.sitemap-css .main-content-container {
  margin-bottom: 70px;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.accordion-opener {
  position: absolute;
  top: 0;
  font-size: 22px;
  color: #837468;
  right: 0;
  padding-top: 0;
}
.accordion-opener i {
  font-style: normal;
}
.accordion-opener:hover {
  text-decoration: none;
}
.accordion-opener .minus {
  display: none;
}
.accordion-opener .plus {
  display: inline-block;
}
.accordion-opener.show-all-opener {
  color: #E23435;
  font-size: 14px !important;
  line-height: 25px !important;
  font-family: "Praxis Regular";
  float: left;
  right: auto;
  position: relative;
  left: auto;
  letter-spacing: 1px;
  margin: 0px 0 0 23px;
  font-weight: normal;
}
.accordion-opener.show-all-opener > i {
  margin-left: 6px;
  font-weight: normal;
  font-family: "Praxis Regular";
}
.accordion-opener.show-all-opener:hover.show-all-opener > i {
  text-decoration: underline;
}
.key-publications {
  margin-bottom: 30px;
  padding-top: 0;
}
.key-publications .accordion-header {
  font-size: 18px;
  width: 100%;
  font-weight: bold;
  border-bottom-width: 2px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  padding-top: 0;
}
.key-publications .item {
  border-color: #ececec;
  background-color: #ffffff;
  padding: 0;
  border-left: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  flex-direction: row;
}
.key-publications .item:nth-child(2n) {
  background-color: #ffffff;
}
.key-publications .item.accordion-header {
  padding: 0 0 10px;
  height: auto;
  opacity: 1;
}
.key-publications .item.first-child,
.key-publications .item:nth-child(2),
.key-publications .item:nth-child(3),
.key-publications .item:nth-child(4) {
  padding: 15px 0;
  height: auto;
  opacity: 1;
}
.key-publications .item:hover {
  border-left: 0;
  background-color: #ffffff;
}
.key-publications .item span {
  margin-right: 5px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #5DAEE1;
  color: #FFF;
  text-align: center;
  height: 30px;
  min-width: 30px;
  overflow: hidden !important;
  line-height: 30px;
  display: inline-block;
}
@media screen and (max-width: 449px) {
  .key-publications .item span {
    margin: 0 auto 15px;
  }
}
.key-publications .item .title a {
  color: #837468;
}
.key-publications .item .read-more {
  padding-right: 0;
  max-width: 100px;
  margin: 10px 0 0;
  align-self: flex-start;
  padding-left: 0;
}
.key-publications .item .read-more a {
  padding-right: 0;
}
.key-publications .item .read-more a:hover {
  text-decoration: underline;
}
.key-publications .item .blog-date {
  color: #837468;
  font-size: 10px;
}
@media screen and (max-width: 449px) {
  .key-publications .item {
    flex-direction: column;
  }
}
.key-publications.show-all-items .accordion-opener .minus {
  display: inline-block;
}
.key-publications.show-all-items .accordion-opener .plus {
  display: none;
}
.key-publications.show-all-items .item {
  opacity: 1;
  padding: 15px 0;
  height: auto;
}
.key-publications.show-all-items .item.accordion-header {
  padding: 0 0 10px;
}
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 10px 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: .5em;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
}
.cc-banner .cc-message {
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 1em;
  max-width: 1050px;
}
.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: .5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
.cc-btn {
  text-decoration: none;
}
.cc-btn:hover {
  text-decoration: none;
}
.footer-wrapper .kaf-logo {
  display: block;
  max-width: 100%;
  margin: -20px 0 20px 0;
}
@media screen and (min-width: 1300px) {
  .footer-wrapper .kaf-logo {
    margin-left: -75px;
  }
}
/* - Theme defaults - Footer */
.footer-wrapper a {
  text-decoration: none;
}
.footer-wrapper h3.gdlr-widget-title {
  color: #FFF !important;
  font-size: 18px !important;
}
#footer-widget-4 .textwidget div {
  border-bottom: 1px solid #363636;
  padding-bottom: 12px;
  margin-bottom: 12px;
  line-height: 1.43;
}
/* Footer socials */
.footer-wrapper h4.gdlr-widget-title {
  font-family: "Praxis Regular";
  margin-bottom: 10px;
  font-size: 14px;
}
.footer-wrapper .socials-grouped {
  margin-bottom: 15px !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
.footer-wrapper .socials-grouped:last-child {
  margin-bottom: 0 !important;
}
.footer-wrapper div.social-icon {
  display: inline-block;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 4px 0 0 !important;
}
.footer-wrapper div.social-icon a {
  line-height: 1;
  font-size: 16px;
}
.footer-wrapper div.social-icon span {
  display: none;
}
/* Footer Logos */
.footer-custom h2 {
  color: #a3958a;
}
.footer-contacts span {
  padding-right: 30px;
}
.footer-contacts span.e-class {
  padding-right: 18px;
}
body.single-post .footer-custom-logos-section {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Footer CSS */
  .footer-wrapper .three {
    width: 100%;
    float: none;
    display: block;
  }
  /* Contact form */
  .small-width {
    width: 100%;
    float: none;
  }
  #wpcf7-f7-o2.wpcf7 input[type="submit"],
  #wpcf7-f7-o2.wpcf7 input[type="submit"] + img {
    float: none;
  }
}
@media only screen and (max-width: 959px) {
  /* Footer Logos */
  .kaf-partners .container {
    max-width: none;
  }
}
a[class*='button']:hover {
  text-decoration: none;
}
/* Button styles */
.column-service-ux a.gdlr-button,
.gdlr-button.without-border {
  padding: 13px 30px;
}
.gdlr-button.small.without-border {
  padding: 8px 16px;
}
.gdlr-button,
.wallsio-load-more-button {
  font-family: "Praxis SemiBold";
  font-weight: normal;
  font-size: 13px;
}
.gdlr-styled-box-body.has-kaf-button {
  padding-bottom: 90px;
}
.gdlr-styled-box-body.has-kaf-button .kaf-share-position-abs,
.gdlr-styled-box-body.has-kaf-button a.gdlr-button {
  position: absolute;
  margin: 0;
  bottom: 30px;
  z-index: 9;
}
/* - Share buttons */
.kaf-share-button-wrapper {
  white-space: nowrap;
  display: inline-block;
}
.kaf-share-button-wrapper span,
.kaf-share-button-wrapper a {
  display: inline-block;
  margin-right: 1px;
  font-size: 13px;
  padding: 13px 20px;
  background-color: #F3F2F0;
  color: #726257;
  text-align: center;
  min-width: 52px;
  box-sizing: border-box;
}
.kaf-share-button-wrapper span {
  cursor: default;
  text-transform: uppercase;
  font-size: 14px;
  padding: 13px 20px 12px 15px;
}
.kaf-share-button-wrapper span i {
  margin-right: 18px;
}
.kaf-share-button-wrapper a i {
  margin: 0;
}
.kaf-share-button-wrapper a:hover {
  color: #F3F2F0;
}
.kaf-share-button-wrapper a.facebook:hover {
  background-color: #3c5a99;
}
.kaf-share-button-wrapper a.twitter:hover {
  background-color: #28a9e0;
}
.kaf-share-button-wrapper a.gplus:hover {
  background-color: #d01717;
}
.kaf-share-button-wrapper a.mailtoLink:hover {
  background-color: #726257;
}
.container .four .kaf-share-button-wrapper span {
  display: none;
}
.gdlr-button.kaf-btn-orange {
  background-color: #f6861f;
}
.gdlr-button.kaf-btn-orange.kaf-btn-darker {
  background-color: #9a3a00;
}
.gdlr-button.kaf-btn-orange.kaf-btn-lighter {
  background-color: #f8a050;
}
.gdlr-button.kaf-btn-green {
  background-color: #4db848;
}
.gdlr-button.kaf-btn-green.kaf-btn-darker {
  background-color: #3d9439;
}
.gdlr-button.kaf-btn-green.kaf-btn-lighter {
  background-color: #71c66d;
}
.gdlr-button.kaf-btn-blue {
  background-color: #5daad9;
}
.gdlr-button.kaf-btn-blue.kaf-btn-darker {
  background-color: #005d86;
}
.gdlr-button.kaf-btn-blue.kaf-btn-lighter {
  background-color: #86c0e3;
}
.gdlr-button.kaf-btn-transparent {
  background-color: #5daad9;
}
.gdlr-button.kaf-btn-transparent.kaf-btn-darker {
  background-color: #3494cf;
}
.gdlr-button.kaf-btn-transparent.kaf-btn-lighter {
  background-color: #86c0e3;
}
.kaf-styled-box-body-no-bg .gdlr-button {
  margin-bottom: 0;
}
.column-service-ux a.gdlr-button {
  background-color: transparent;
  border: 1px solid #726257;
}
.column-service-ux a.gdlr-button:hover {
  background-color: #726257;
  color: #ffffff !important;
}
.gdlr-button:active,
.kaf-share-button-wrapper a:active,
.content-wrapper input[type="submit"]:active {
  position: relative;
  top: 2px;
}
.transparent-button .gdlr-button {
  border: 1px solid #ffffff;
  background: transparent;
}
.transparent-button .gdlr-button:hover {
  background-color: #ffffff !important;
  color: #3e3e3e !important;
}
.button-fix a.gdlr-button {
  margin-top: -6px;
}
@media only screen and (min-width: 959px) {
  .gdlr-button + .kaf-share-button-wrapper {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* - Share buttons */
  .kaf-share-button-wrapper {
    white-space: normal;
  }
  .kaf-share-button-wrapper span {
    display: none;
  }
  .kaf-share-button-wrapper a,
  .kaf-share-button-wrapper span:hover,
  .kaf-share-button-wrapper a:hover {
    padding: 14px 18px;
    margin-bottom: 6px;
  }
}
/* Buttons */
.page-id-69 .donate-button {
  display: none;
  background-color: #F3F2F0;
}
.page-id-69 .gdlr-styled-box-body.has-kaf-button {
  padding-bottom: 30px;
}
.page-id-69 .gdlr-styled-box-body.has-kaf-button .kaf-button-elements {
  display: flex;
  justify-content: space-between;
}
.page-id-69 .gdlr-styled-box-body.has-kaf-button .kaf-button-elements .kaf-share-position-abs,
.page-id-69 .gdlr-styled-box-body.has-kaf-button .kaf-button-elements a.gdlr-button {
  position: inherit;
  bottom: 0;
  margin-top: 40px;
}
.page-id-69 .kaf-styled-box-body-with-bg .donate-button {
  display: block;
}
.page-id-69 .kaf-styled-box-body-with-bg .donate-button:hover {
  color: #fff !important;
}
.home .gdlr-button.brown,
.home .gdlr-button.kaf-button-brown,
.home .gdlr-button.kaf-btn-brown {
  background-color: #736258;
}
.gdlr-button.show-all-opener {
  margin: 20px auto !important;
  display: block;
  padding: 0;
}
.gdlr-button.show-all-opener:hover * {
  text-decoration: none !important;
}
.gdlr-button.show-all-opener > i {
  padding: 13px 30px;
  display: block;
  color: #fff;
}
.kaf-article-slider-with-image .kaf-nav-arrows {
  margin-left: -60px;
  padding-right: 15px;
}
.kaf-article-slider-with-image .kaf-nav-arrows .gdlr-flex-prev,
.kaf-article-slider-with-image .kaf-nav-arrows .gdlr-flex-next,
.kaf-article-slider-with-image .kaf-nav-arrows .flex-next i,
.kaf-article-slider-with-image .kaf-nav-arrows .flex-prev i {
  background-color: transparent;
  margin-right: 0;
  margin-left: 0;
  font-size: 20px !important;
}
/** - Logo positioning */
.kaf-brandmark-white {
  display: inline-block;
  background: url(https://www.kofiannanfoundation.org/app/themes/kaf/css/../images/brandmark-white.png) no-repeat transparent;
  width: 139px;
  height: 139px;
}
.colour-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
}
.colour-circle-orange {
  background: #f6861f;
}
.colour-circle-blue {
  background: #5daad9;
}
.colour-circle-green {
  background: #4db848;
}
.colour-circle-red {
  background: #e92c2e;
}
.colour-circle-image {
  background-size: cover;
  background-position: 50% 50%;
}
/** - Theme defaults overrides */
a:hover {
  text-decoration: underline;
}
.blog-info {
  font-weight: normal;
  letter-spacing: 1px;
}
.gdlr-item-title-wrapper.pos-left .gdlr-right-text-link:hover:before {
  text-decoration: none;
  display: inline-block;
}
.gdlr-styled-box-body {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.kaf-styled-box-body-no-bg {
  padding-left: 0;
  padding-right: 0;
}
.gdlr-parallax-wrapper {
  background-size: cover;
}
/*** Coloured circles styling */
.gdlr-styled-box-body .colour-circle-size-big {
  opacity: .9;
  /* ANNAN COMMISSION */
  width: 400px;
  height: 400px;
  top: -100px;
  left: -10px;
  z-index: 4;
}
.gdlr-styled-box-body .colour-circle-size-medium {
  width: 260px;
  height: 260px;
  margin-left: -130px;
  opacity: .7;
  z-index: 2;
  /* Annan Commission */
  bottom: -190px;
  left: 30%;
}
.gdlr-styled-box-body .colour-circle-size-small {
  width: 105px;
  height: 105px;
  margin-left: 50px;
  opacity: .7;
  z-index: 2;
  /* Annan commission */
  right: auto;
  left: 330px;
  top: -60px;
}
.gdlr-styled-box-body .gdlr-styled-box-caption {
  display: inline-block;
  font-family: "Praxis Light";
  font-size: 25px;
  border-bottom: 1px solid #FFF;
  padding-bottom: 0;
  margin-bottom: 12px;
  line-height: 1.42;
}
.gdlr-styled-box-body h3 {
  font-family: "Praxis SemiBold";
  font-size: 25px;
}
.gdlr-styled-box-body .gdlr-styled-box-caption,
.gdlr-styled-box-body h3,
.gdlr-styled-box-body p {
  position: relative;
  z-index: 5;
}
.annan-box-circles .gdlr-styled-box-body {
  min-height: 180px;
}
.annan-box-circles .colour-circle-image {
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  opacity: 1;
  z-index: 1;
}
.annan-box-circles .colour-circle-size-medium {
  margin: 0;
  z-index: 3;
  right: -30px;
  left: auto;
}
.annan-box-circles .colour-circle-size-small {
  left: 50%;
  margin-left: -10px;
  top: -30px;
  width: 180px;
  height: 180px;
}
.annan-image-circles .colour-circle-image {
  top: 0;
  left: 10%;
  width: 250px;
  height: 250px;
  opacity: 1;
  z-index: 1;
}
.annan-image-circles .colour-circle-size-small {
  left: 48%;
  margin-left: 0;
  top: 59%;
  width: 105px;
  height: 105px;
}
.annan-image-circles .colour-circle-size-medium {
  width: 150px;
  height: 150px;
  bottom: -100px;
  left: 72%;
  top: 0;
}
.annan-image-circles .colour-circle-size-big {
  width: 250px;
  height: 250px;
  top: 0;
  left: 40px;
}
.annan-image-circles a {
  position: relative;
  z-index: 999;
  top: 60px;
  left: 56px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .annan-box-circles .gdlr-styled-box-body {
    min-height: 180px !important;
  }
  .annan-box-circles .colour-circle-size-medium {
    right: -60px;
  }
}
@media only screen and (max-width: 419px) {
  .annan-box-circles .colour-circle-size-medium {
    right: -200px;
    bottom: -160px;
  }
  .annan-box-circles .colour-circle-size-small {
    margin-left: 70px;
    top: -70px;
  }
}
/* - Youth Coloured circles */
.gdlr-page-title-container .kaf-youth-circle-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 1000px;
  height: 1000px;
  opacity: .8;
  position: absolute;
  top: -840px;
  left: -1060px;
}
.gdlr-page-title-container .kaf-youth-circle-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  border: 117.39130435px solid transparent;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.gdlr-page-title-container .kaf-youth-circle-wrapper .circle-1,
.gdlr-page-title-container .kaf-youth-circle-wrapper.loaded .circle-1 {
  margin: 156.52173913px 0 0 108.69565217px;
}
.gdlr-page-title-container .kaf-youth-circle-wrapper .circle-2,
.gdlr-page-title-container .kaf-youth-circle-wrapper.loaded .circle-2 {
  margin: 82.60869565px 0 0 260.86956522px;
}
.gdlr-page-title-container .kaf-youth-circle-wrapper .circle-3,
.gdlr-page-title-container .kaf-youth-circle-wrapper.loaded .circle-3 {
  margin: 0 0 0 113.04347826px;
}
.gdlr-page-title-container .kaf-youth-circle-wrapper .circle-4,
.gdlr-page-title-container .kaf-youth-circle-wrapper.loaded .circle-4 {
  margin: 82.60869565px 0 0 0;
}
.gdlr-page-title-container .kaf-youth-circle-wrapper .circle-red {
  border-color: #e92c2e;
}
.gdlr-page-title-container .kaf-youth-circle-wrapper .circle-orange {
  border-color: #f6861f;
}
.gdlr-page-title-container .kaf-youth-circle-wrapper .circle-green {
  border-color: #4db848;
}
.gdlr-page-title-container .kaf-youth-circle-wrapper .circle-blue {
  border-color: #5daad9;
}
.kaf-youth-hp-teaser .kaf-youth-circle-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 1000px;
  height: 1000px;
  opacity: .8;
  position: absolute;
  top: -840px;
  left: -1060px;
}
.kaf-youth-hp-teaser .kaf-youth-circle-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  border: 117.39130435px solid transparent;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.kaf-youth-hp-teaser .kaf-youth-circle-wrapper .circle-1,
.kaf-youth-hp-teaser .kaf-youth-circle-wrapper.loaded .circle-1 {
  margin: 156.52173913px 0 0 108.69565217px;
}
.kaf-youth-hp-teaser .kaf-youth-circle-wrapper .circle-2,
.kaf-youth-hp-teaser .kaf-youth-circle-wrapper.loaded .circle-2 {
  margin: 82.60869565px 0 0 260.86956522px;
}
.kaf-youth-hp-teaser .kaf-youth-circle-wrapper .circle-3,
.kaf-youth-hp-teaser .kaf-youth-circle-wrapper.loaded .circle-3 {
  margin: 0 0 0 113.04347826px;
}
.kaf-youth-hp-teaser .kaf-youth-circle-wrapper .circle-4,
.kaf-youth-hp-teaser .kaf-youth-circle-wrapper.loaded .circle-4 {
  margin: 82.60869565px 0 0 0;
}
.kaf-youth-hp-teaser .kaf-youth-circle-wrapper .circle-red {
  border-color: #e92c2e;
}
.kaf-youth-hp-teaser .kaf-youth-circle-wrapper .circle-orange {
  border-color: #f6861f;
}
.kaf-youth-hp-teaser .kaf-youth-circle-wrapper .circle-green {
  border-color: #4db848;
}
.kaf-youth-hp-teaser .kaf-youth-circle-wrapper .circle-blue {
  border-color: #5daad9;
}
/* Blog overview */
h3.gdlr-blog-title {
  font-size: 20px !important;
  line-height: 1.3;
}
h3.gdlr-blog-title a:hover {
  color: #EB4246;
}
/* Newsletter */
form .mc4wp-form input[type="email"],
form input[type="email"] {
  padding: 16px;
}
form .mc4wp-form input {
  margin-top: 2px;
}
#mc4wp-form-1 form input[type="submit"] {
  margin-top: -10px;
}
/*** Homepage */
/*** Super teaser slider */
.kaf-glide-slider {
  position: relative;
  color: #FFF;
}
li.glide__slide:before {
  content: "";
  display: block;
  background: linear-gradient(transparent 0%, rgba(17, 17, 17, 0.6) 100%);
  width: 100%;
  height: 180px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.home-slider {
  color: #FFF;
}
.home-slider h2 {
  color: #FFF;
}
.home-slider .home-slider-content {
  padding: 60px 40px;
  max-height: 400px;
}
.home-slider .home-slider-content h2 {
  font-size: 28px;
}
.home-slider-navigate {
  font-size: 16px;
  margin-bottom: 30px;
}
.home-slider-navigate span {
  margin-right: 20px;
}
.home-slider-navigate i {
  cursor: pointer;
}
.kaf-glide-slider,
.kaf-glide-slider .glide__wrapper li,
.kaf-glide-slider .glide__wrapper li > .container,
.kaf-glide-slider ul.glide__track {
  height: 490px;
}
.kaf-glide-slider ul.glide__track {
  padding: 0;
  margin: 0;
  list-style: none;
}
.kaf-glide-slider ul.glide__track .colour-circle {
  z-index: 1;
}
.kaf-glide-slider ul.glide__track .columns {
  z-index: 3;
}
.kaf-glide-slider li {
  background-position: top center;
}
.glide__bullets {
  margin: 0;
}
.glide__slide {
  position: relative;
  background-size: cover;
}
.glide__slide .colour-circle-primary {
  opacity: .6;
  width: 555px;
  height: 555px;
  top: -11px;
  right: -80px;
}
.glide__slide .colour-circle-secondary {
  opacity: .8;
  width: 364px;
  height: 364px;
  bottom: -105px;
  right: -340px;
}
.glide__slide .colour-circle-tertiary {
  opacity: .8;
  width: 284px;
  height: 284px;
  top: -226px;
  right: -130px;
}
.glide .topics {
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 10;
}
.glide .topics ol {
  position: absolute;
  z-index: 2;
}
.glide .topics li {
  display: inline-block;
  cursor: pointer;
  margin-right: 18px;
  transition: all 1s;
}
.glide .topics li:before {
  content: "";
  width: 11px;
  height: 11px;
  margin: 3px 6px 0 0;
  display: inline-block;
  float: left;
  border: 2px solid;
  border-radius: 50%;
}
.glide--slideshow .glide__slide {
  pointer-events: none;
}
.glide--slideshow .glide__slide.active {
  pointer-events: all;
}
.glide .topics li span {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.glide .topics li:hover span {
  border-bottom: 2px solid transparent;
}
.glide .topics li.topic-color-blue:hover span,
.glide .topics li.topic-color-blue:before {
  border-color: #5daad9;
}
.glide .topics li.topic-color-blue.active:before {
  background-color: #5daad9;
}
.glide .topics li.topic-color-orange:hover span,
.glide .topics li.topic-color-orange:before {
  border-color: #f6861f;
}
.glide .topics li.topic-color-orange.active:before {
  background-color: #f6861f;
}
.glide .topics li.topic-color-green:hover span,
.glide .topics li.topic-color-green:before {
  border-color: #4db848;
}
.glide .topics li.topic-color-green.active:before {
  background-color: #4db848;
}
.glide .topics li.topic-color-red:hover span,
.glide .topics li.topic-color-red:before {
  border-color: #e92c2e;
}
.glide .topics li.topic-color-red.active:before {
  background-color: #e92c2e;
}
.home-content-boxes h3.column-service-title {
  color: #726257;
}
@media only screen and (max-width: 1170px) {
  .kaf-glide-slider .four {
    min-width: 371px;
  }
  .kaf-glide-slider .eight {
    width: 50%;
  }
  .glide__slide .colour-circle-primary {
    left: 50%;
    margin-left: -100px;
  }
  .glide__slide .colour-circle-secondary {
    left: 50%;
    margin-left: 350px;
  }
  .glide__slide .colour-circle-tertiary {
    left: 50%;
    margin-left: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .kaf-glide-slider .four {
    min-width: 0;
    margin: auto;
  }
  .kaf-glide-slider .eight {
    display: none;
  }
  .glide__slide .colour-circle-primary {
    margin-left: -295px;
  }
  .glide__slide .colour-circle-secondary {
    margin-left: 175px;
  }
  .glide__slide .colour-circle-tertiary {
    margin-left: 50px;
  }
  .gdlr-feature-media-item .gdlr-video {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 419px) {
  .home-slider .home-slider-content {
    padding: 50px 20px;
  }
  .home-slider .home-slider-content h2 {
    font-size: 18px;
  }
  .home-slider .topics {
    display: none;
  }
}
/* Our work */
.our-work-custom-icons .gdlr-column-service-item.gdlr-type-2 .column-service-icon,
.our-work-pillars .gdlr-column-service-item.gdlr-type-2 .column-service-icon {
  background-color: transparent !important;
}
.our-work-pillars .gdlr-column-service-item.gdlr-type-2 .column-service-icon {
  width: 116px;
}
.our-work-custom-icons .gdlr-column-service-item.gdlr-type-2 .column-service-icon {
  width: 70px;
  height: 45px;
}
.our-work-pillars .gdlr-column-service-item.gdlr-type-2 .column-service-icon {
  width: 116px;
  height: 85px;
}
.our-work-custom-icons h3.column-service-title {
  font-family: "Praxis SemiBold", Helvetica, Arial, sans-serif !important;
  font-size: 17px !important;
}
.our-work-custom-icons .mediation h3 {
  letter-spacing: 0 !important;
}
.our-work-pillars h3.column-service-title {
  font-family: "Praxis SemiBold", Helvetica, Arial, sans-serif !important;
  font-size: 25px !important;
  color: #5E5E5E !important;
}
.our-work-pillars .gdlr-item-title-wrapper.pos-left {
  border: 0;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
.current-projects .gdlr-column-service-item.gdlr-type-image .column-service-image {
  display: block;
  float: none;
  max-width: 100%;
}
.current-projects .column-service-content a {
  font-size: 18px;
  color: #3E3E3E;
  line-height: 1;
}
.current-projects .column-service-content a:hover {
  color: #EB4246;
  text-decoration: underline;
}
.kaf-faq.gdlr-accordion-item.style-1 .accordion-title {
  line-height: 1 !important;
  font-weight: normal;
  font-size: 14px;
}
.kaf-faq.gdlr-accordion-item.style-1 .accordion-title i {
  box-sizing: border-box;
  font-style: normal;
  font-family: "Praxis Light";
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  padding: 0;
}
.kaf-faq.gdlr-accordion-item.style-1 .accordion-title i:before {
  margin-left: 2px;
}
/*** Search */
.page-not-found-block {
  text-align: left;
}
.content-wrapper .page-not-found-search {
  margin: 0;
}
.content-wrapper .page-not-found-search input[type=submit] {
  margin-right: 6px;
}
.content-wrapper .page-not-found-search input[type=submit]:active {
  position: absolute;
  top: 50%;
}
.content-wrapper .page-not-found-search input[type=text] {
  border: 1px solid #837468;
}
/*Sidebar CSS*/
.sidebar-social-icons a {
  float: left;
}
.sidebar-social-icons a i {
  font-size: 28px;
  color: grey;
}
.screen-reader-text {
  display: none;
}
.widget select {
  outline: none;
  padding: 8px;
}
.widget.widget_archive select {
  outline: none;
  padding: 8px;
  border-color: #82786e;
  color: #333333;
}
.widget.widget_archive select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #82786e;
  opacity: 1;
  /* Firefox */
}
.widget.widget_archive select option {
  color: #82786e;
}
.widget.gdlr-widget {
  clear: both;
}
/*** Widgets + Theme widget overrides */
/*Testimonial*/
.gdlr-testimonial-item.round-style .testimonial-item-inner {
  text-align: center;
}
.gdlr-testimonial-item.round-style .testimonial-info {
  margin-top: 0;
  margin-bottom: 15px;
}
.gdlr-testimonial-item span.testimonial-author {
  color: #7B6A5D;
}
/* Feature media - Foundation blog */
.gdlr-feature-media-item .feature-media-title {
  text-transform: none;
  font-weight: normal;
  font-size: 28px;
  letter-spacing: 1px;
}
.foundation-blog .gdlr-styled-box-title,
.foundation-blog h3 {
  color: #FFF !important;
}
.headline-padding-top .feature-media-title {
  padding-top: 10px;
}
.headline-padding-top .gdlr-styled-box-body {
  padding-top: 7px;
}
.home-foundation h3 {
  max-width: 350px;
}
.gdlr-feature-media-item .feature-media-content {
  margin-top: 20px;
}
/*.gdlr-styled-box-body .gdlr-styled-box-title {
    font-family: @font-light;
    text-decoration: underline;
}*/
.foundation-blog #regular-headline-font h3.gdlr-styled-box-title {
  font-family: "Praxis Light", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}
#hmpg-search {
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
#hmpg-search .gdlr-cause-input-wrapper {
  position: absolute;
  bottom: 30px;
}
#hmpg-search .gdlr-cause-input-wrapper form {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  #hmpg-search {
    padding-bottom: 190px;
  }
}
.gdlr-cause-search-wrapper input[type="submit"] {
  background-color: #f27936 !important;
}
/* - Breaking news */
.kaf-breaking-news-wrapper,
.kaf-breaking-news-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.kaf-breaking-news-wrapper {
  background: #5daad9;
  padding: 17px 0;
  line-height: 1;
}
.kaf-breaking-news-wrapper .container {
  padding: 0 15px;
}
.kaf-breaking-marquee {
  width: 950px;
  display: none;
  overflow: hidden;
  top: 3px;
  position: relative;
}
.kaf-breaking-marquee a {
  margin: 0 250px;
  color: #FFF;
}
@media only screen and (max-width: 1170px) {
  .kaf-breaking-marquee {
    width: 800px;
  }
}
@media only screen and (max-width: 1024px) {
  .kaf-breaking-marquee {
    width: 580px;
  }
}
@media only screen and (max-width: 767px) {
  .kaf-breaking-marquee {
    width: 100%;
    display: block;
  }
}
/* - 4 Pillars */
.home #content-section-3 .gdlr-full-size-wrapper {
  padding-bottom: 0;
}
.kwicks {
  width: 100%;
  clear: both;
}
.kwicks,
.kwicks * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.kwicks > li {
  box-shadow: inset 0 -230px 190px -140px rgba(0, 0, 0, 0.9);
  background: transparent 50% 50% no-repeat;
  border-bottom: 2px solid #FFF;
  float: none;
}
.kwicks > li:after {
  position: absolute;
  height: 100%;
  width: 100%;
}
.kwicks > li > img {
  margin: 80px auto 0;
  display: block;
}
.kwicks .message {
  color: #FFF;
  padding: 40px 20px;
  min-height: 160px;
}
.kwicks .message p {
  width: 90%;
  margin: auto;
}
.pillar-container {
  width: 100%;
}
#panel-1 {
  background-image: url(https://www.kofiannanfoundation.org/app/themes/kaf/css/../images/pillars/1.jpg);
}
#panel-2 {
  background-image: url(https://www.kofiannanfoundation.org/app/themes/kaf/css/../images/pillars/2.jpg);
}
#panel-3 {
  background-image: url(https://www.kofiannanfoundation.org/app/themes/kaf/css/../images/pillars/3.jpg);
}
#panel-4 {
  background-image: url(https://www.kofiannanfoundation.org/app/themes/kaf/css/../images/pillars/4.jpg);
}
@media screen and (max-width: 767px) {
  .kwicks .message p {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .kwicks,
  .kwicks > li {
    height: 500px;
    max-height: 500px;
    overflow: hidden;
  }
  .kwicks > li {
    width: 25%;
    float: left;
    position: relative;
    transition: all 400ms;
    border-bottom: 0;
    border-left: 2px #FFF solid;
  }
  .kwicks > li:first-child {
    border-left: 0;
  }
  .kwicks.hover > li {
    width: 23.33%;
  }
  .kwicks.hover > li.hover {
    width: 30%;
  }
  .kwicks .message {
    min-height: 170px;
    height: auto;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .kwicks {
    position: relative;
    height: 799px;
    width: 100%;
  }
  .kwicks.hover {
    height: 978px;
  }
  .kaf-pillars-wrapper li,
  .kaf-pillars-wrapper li * {
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  .kaf-pillars-wrapper li {
    height: 200px;
    position: relative;
    background-position: top center;
    border-bottom: 2px solid #F3F2F0;
    box-shadow: none;
  }
  .kaf-pillars-wrapper li,
  .kwicks > li {
    box-shadow: none !important;
    border-bottom: 2px solid #F3F2F0;
  }
  #panel-1,
  #panel-1 .blur-background {
    background-position: top center;
  }
  .kaf-pillars-wrapper li .arrow-right {
    background-image: url("https://www.kofiannanfoundation.org/app/themes/kaf/css/../images/header-arrow-light.png");
    width: 100%;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .kaf-pillars-wrapper li:first-child .arrow-right {
    background-image: none;
  }
  .kaf-pillars-wrapper li .message {
    height: auto;
    position: absolute;
    min-height: 0;
    text-align: center;
    font-size: 100%;
    bottom: -200px;
  }
  .kaf-pillars-wrapper li .message .message-container {
    height: 80px;
  }
  .kaf-pillars-wrapper li .number_icon {
    margin: 50px auto 0;
  }
  .kaf-pillars-wrapper li.hover {
    height: 380px;
  }
  .kaf-pillars-wrapper .pillar-icon-img {
    margin: 70px auto 0;
  }
}
/* - Prominent Header */
h3.kaf-prominent-header {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 30px 0;
  font-size: 28px;
}
h3.kaf-prominent-header:after {
  content: "";
  width: 200px;
  height: 24px;
  position: absolute;
  z-index: 9;
  bottom: -24px;
  left: 50%;
  margin-left: -100px;
}
h3.kaf-prominent-header-light {
  background: #F3F2F0;
}
h3.kaf-prominent-header-light:after {
  background: url(https://www.kofiannanfoundation.org/app/themes/kaf/css/../images/header-arrow-light.png);
}
h3.kaf-prominent-header-dark {
  background: #A3958A;
  color: #FFF !important;
}
h3.kaf-prominent-header-dark:after {
  /*background: url(https://www.kofiannanfoundation.org/app/themes/kaf/css/../images/header-arrow-dark.svg); background-position: top center; background-repeat: no-repeat;*/
  background-image: url(https://www.kofiannanfoundation.org/app/themes/kaf/css/../images/header-arrow-dark.svg) !important;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
/* - Cause Search*/
.gdlr-cause-search-wrapper {
  background-color: #7B6A5D !important;
}
.cause-search-title {
  color: #FFF !important;
}
/* - Article slider with image bg */
.kaf-article-slider-with-image ul.slides li,
.kaf-article-slider-with-image ul.slides li > div {
  height: 490px;
  background-position: top center;
  background-size: cover;
}
.kaf-article-slider-with-image .gdlr-caption {
  background: transparent;
}
.kaf-article-slider-with-image .gdlr-caption-wrapper {
  top: 20px;
  bottom: auto;
}
.kaf-article-slider-with-image .gdlr-caption-wrapper .gdlr-caption {
  padding-top: 44px;
}
.kaf-article-slider-with-image .kaf-nav-arrows {
  margin-left: -60px;
}
.kaf-article-slider-with-image .kaf-nav-arrows i {
  margin-right: 15px;
}
.kaf-article-slider-with-image .gdlr-caption-wrapper.post-slider .gdlr-caption {
  margin-left: 60px;
  /*text-shadow: 1px 1px 2px rgba(0,0,0,.3);*/
}
.kaf-article-slider-with-image .gdlr-caption .gdlr-caption-title {
  font-size: 40px;
  width: 65%;
}
.kaf-article-slider-with-image .gdlr-caption-feature {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 2px;
  display: inline-block;
  font-size: 40px;
  font-family: "Praxis Light";
}
.kaf-article-slider-with-image .gdlr-caption-feature .gdlr-left {
  border-bottom: 1px solid;
}
.kaf-article-slider-with-image .gdlr-caption-title a {
  margin-top: 30px;
}
.kaf-nav-arrows i {
  cursor: pointer;
}
.kaf-article-slider-with-image .gdlr-caption-wrapper {
  overflow: hidden;
}
.kaf-article-slider-with-image .gdlr-caption-wrapper .gdlr-caption-inner {
  position: relative;
}
.kaf-article-slider-with-image .colour-circle {
  z-index: -1;
}
.kaf-article-slider-with-image .colour-circle-primary {
  opacity: .8;
  width: 655px;
  height: 655px;
  top: -250px;
  left: -50px;
}
.kaf-article-slider-with-image .colour-circle-secondary {
  opacity: .7;
  width: 364px;
  height: 364px;
  top: -185px;
  left: -360px;
}
@media only screen and (max-width: 767px) {
  .kaf-article-slider-with-image ul.slides li,
  .kaf-article-slider-with-image ul.slides li > div {
    height: auto;
    min-height: 300px;
    background-position: top center;
  }
  /*.kaf-article-slider-with-image .gdlr-caption-wrapper .gdlr-caption .gdlr-caption-title {
      font-size: 30px;
  }*/
  .kaf-article-slider-with-image .gdlr-caption-feature {
    font-size: 20px;
  }
  .kaf-article-slider-with-image .gdlr-caption-title {
    font-size: 16px;
  }
  .kaf-article-slider-with-image .gdlr-caption-title a {
    margin-top: 18px;
  }
  .kaf-article-slider-with-image .kaf-nav-arrows {
    margin-left: -46px;
  }
}
/*- News tabs and accordion */
.gdlr-tab-item.vertical > .tab-title-wrapper .tab-title {
  border-bottom: 1px solid #FFF;
  padding: 11px 30px 11px 11px;
  color: #3b3b3b !important;
  font-family: "Praxis Regular" !important;
  font-weight: normal !important;
}
.gdlr-tab-item.vertical > .tab-title-wrapper .tab-title.active {
  color: #3E3E3E !important;
}
.gdlr-tab-item.vertical > .tab-title-wrapper .tab-title i {
  width: 22px;
}
.news-releases-tab .gdlr-accordion-item {
  display: none;
}
.news-releases-tab .gdlr-tab-item.vertical > .tab-title-wrapper {
  text-align: left;
  width: 20%;
}
.news-releases-tab .gdlr-item-title-wrapper.pos-left {
  margin-bottom: 0;
}
ul.kaf-news-tabs {
  max-height: 400px;
  min-height: 200px;
  overflow: auto;
  margin-left: 15px;
  list-style-type: none;
}
ul.kaf-news-tabs * {
  box-sizing: border-box;
}
ul.kaf-news-tabs li a {
  border-bottom: 1px #F3F2F0 solid;
  border-left: 3px transparent solid;
  color: #3E3E3E;
  padding: 20px 0;
  display: block;
}
ul.kaf-news-tabs li:last-child a {
  border-bottom: 0;
}
ul.kaf-news-tabs li a strong {
  font-weight: normal;
  font-family: "Praxis SemiBold", helvetica, arial, sans-serif;
  display: inline-block;
  width: 440px;
}
ul.kaf-news-tabs li a span,
ul.kaf-news-tabs li a strong,
ul.kaf-news-tabs li a em {
  margin: 0 20px;
}
ul.kaf-news-tabs li a aside {
  display: inline;
  margin: 0 20px;
  color: red;
}
ul.kaf-news-tabs li a span {
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #5DAEE1;
  color: #FFF;
  width: 30px;
  height: 30px;
  overflow: hidden !important;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}
ul.kaf-news-tabs li a span.image-tab {
  line-height: 0;
}
ul.kaf-news-tabs li a em {
  width: 110px;
}
ul.kaf-news-tabs li a:hover {
  background: #FEFBF3;
  border-left: 3px #5DAEE1 solid;
}
ul.kaf-news-tabs li:hover span {
  background-color: #f6861f;
}
ul.kaf-news-tabs li:hover aside {
  text-decoration: underline;
}
ul.kaf-news-tabs li a:hover {
  text-decoration: none;
}
.opinion-pieces-box .gdlr-styled-box-icon {
  text-align: left;
}
.interview .gdlr-button {
  margin-bottom: 0;
}
input[type="button"],
input[type="submit"] {
  font-family: "Praxis SemiBold";
  font-weight: inherit;
}
/* - Biography */
.kaf-biography-slider .gdlr-item-title-wrapper.pos-icon {
  margin-bottom: 20px;
  border-bottom-style: none;
}
.kaf-biography-slider .gdlr-testimonial-item.plain-style .testimonial-author:before {
  content: "" !important;
}
.kaf-biography-slider .testimonial-info {
  margin: 30px 0 50px 0;
}
.kaf-biography-slider .gdlr-testimonial-item.plain-style .testimonial-info {
  margin-top: 7px !important;
}
.kaf-biography-wrapper.kaf-biography-years {
  display: inline-block;
  font-size: 20px;
  width: 84px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  border-radius: 50%;
  background-color: #f6861f;
  color: #FFF;
  font-family: "Praxis SemiBold", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.biography-wrapper:before {
  content: "";
  position: absolute;
  top: 170px;
  left: 0;
  height: 1px;
  width: 100%;
  background: url(https://www.kofiannanfoundation.org/app/themes/kaf/css/../images/bio-line.png);
}
/*Board members*/
.board-members .gdlr-testimonial-item.round-style .testimonial-item-inner {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.board-members .gdlr-testimonial-item .testimonial-item {
  padding-bottom: 85px;
}
.board-members .gdlr-testimonial-item .testimonial-author-image {
  border-color: #f6861f;
  border-width: 6px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  left: 45%;
  bottom: -80px;
}
/*- Book slider */
.book-slider .flex-direction-nav li a {
  font-size: 0;
  color: transparent;
}
.book-slider .flex-direction-nav li a.flex-prev {
  background: url("https://www.kofiannanfoundation.org/app/themes/kaf/css/../images/bookSlider/arrow-prev.png") no-repeat;
}
.book-slider .flex-direction-nav li a.flex-next {
  background: url("https://www.kofiannanfoundation.org/app/themes/kaf/css/../images/bookSlider/arrow-next.png") no-repeat;
}
.book-slider-navigation .container,
.book-slider .container {
  padding: 20px 60px;
}
.book-slider-navigation .container {
  padding-top: 0;
  padding-bottom: 0;
}
.book-slider.flexslider .slides img {
  width: auto;
  max-width: 100%;
}
.kafBookSlider h3 {
  font-size: 28px;
}
.kafBookSlider h4 {
  font-family: "Praxis Regular";
  font-size: 18px;
  color: #3e3e3e;
}
.book-slider p {
  padding: 20px 0;
  color: #3e3e3e;
}
.kaf-amazon-link a.link-txt {
  color: #DFDFDF;
}
.book-slider-navigation {
  text-align: center;
  padding-bottom: 40px;
}
.book-slider-navigation a {
  padding: 0 6px;
  color: #3e3e3e;
  white-space: nowrap;
  display: inline-block;
}
.book-slider-navigation a.active {
  color: #5DAEE1;
}
.book-slider-navigation a:after {
  content: " | ";
  padding-left: 10px;
  display: inline-block;
  color: #3e3e3e;
}
.book-slider-navigation a:last-child:after {
  content: "";
}
.book-slider-navigation a.active:after,
.book-slider-navigation a:hover:after {
  text-decoration: none;
  color: #3e3e3e;
}
.kaf-social-share-wrapper {
  margin-top: 40px;
}
/**** Youth ****/
/**** Youth ****/
.kaf-glide-slider li.glide__slide,
body.youth-initiative .gdlr-page-title-wrapper {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #B4ABA4;
}
/** - Youth Video Slider **/
#kaf-video-slider-wrapper {
  margin: 0 15px;
}
#kaf-video-slider-description {
  margin: 0 15px;
  padding: 20px 10px 10px 30px;
  background: #f3f3f3;
}
#kaf-video-slider-description strong {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
}
.kaf-video-slider-slides {
  position: relative;
  /*max-width: 640px;*/
  margin: 0 15px 40px;
  background: #f3f3f3;
  padding: 15px 0;
}
.kaf-video-slider-slides .flex-viewport {
  margin: 0 30px;
}
.kaf-video-slider-slides .slides {
  display: none;
}
.kaf-video-slider-slides .slides li {
  position: relative;
  cursor: pointer;
  margin-left: 15px;
  width: 140px;
  padding-bottom: 2px;
}
.kaf-video-slider-slides .slides li figure {
  background-color: #fff;
  padding: 5px;
  box-shadow: 2px 2px 2px rgba(15, 70, 100, 0.12);
  text-align: center;
  line-height: 1;
}
.kaf-video-slider-slides .slides li figure img {
  display: inline;
  vertical-align: middle;
}
.kaf-video-slider-slides .slides li figure:hover {
  background-color: #5daad9;
  color: #FFF;
}
.kaf-video-slider-slides .slides li figcaption {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: none;
}
.kaf-video-slider-slides .slides li:first-child {
  margin-left: 0;
}
.kaf-video-slider-slides .slides li.active figure {
  background-color: #f6861f;
  color: #FFF;
}
.kaf-video-slider-slides .flex-viewport .slides {
  display: block;
}
.kaf-video-slider-slides .flex-next,
.kaf-video-slider-slides .flex-prev {
  color: #666;
  opacity: 1;
  background-color: transparent;
  font-size: 32px;
  padding: 0;
  margin-top: -22px;
}
.kaf-video-slider-slides .flex-prev {
  margin-left: 7px;
}
.kaf-video-slider-slides .flex-next {
  margin-right: 7px;
}
.kaf-video-slider-slides .flex-next:hover,
.kaf-video-slider-slides .flex-prev:hover {
  color: #000;
}
.kaf-video-slider-slides .flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
}
.kaf-youth-participants .gdlr-testimonial-item .testimonial-author-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  bottom: -52.5px;
  margin-left: -52.5px;
}
.archive .testimonial-author-image {
  background-size: cover !important;
  background-position: center;
}
.archive .testimonial-author-image img {
  display: none;
}
@media only screen and (min-width: 768px) {
  .kaf-youth-participants .gdlr-testimonial-item .testimonial-content p:first-child {
    min-height: 207px;
  }
  .archive .kaf-youth-participants .gdlr-testimonial-item .testimonial-content p:first-child {
    min-height: 170px;
  }
}
.kaf-youth-participants .gdlr-testimonial-item.round-style .testimonial-item {
  padding-bottom: 55px;
}
.kaf-youth-participants .gdlr-testimonial-item.round-style .testimonial-item-inner {
  padding-left: 20px;
  padding-right: 20px;
}
#twitter-widget-0 {
  border: 1px solid rgba(15, 70, 100, 0.12) !important;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(15, 70, 100, 0.12);
}
.kaf-youth-update-bar {
  width: auto;
  position: static;
  margin: 0 15px 20px;
}
.kaf-youth-update-bar .kaf-breaking-marquee {
  width: 100%;
}
.kaf-youth-update-bar .kaf-breaking-marquee a,
.kaf-youth-update-bar .kaf-breaking-marquee span {
  color: #FFF;
}
.kaf-youth-update-bar .kaf-breaking-marquee a {
  margin: 0 30px 0 0;
}
.kaf-youth-update-bar .kaf-breaking-marquee a + span {
  display: inline-block;
  margin-right: 30px;
}
.countdown-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.count-down-button {
  padding-top: 20px;
}
.bottom-margin-20 {
  margin-bottom: 20px;
}
.bottom-margin-40 {
  margin-bottom: 40px;
}
.bottom-margin-60 {
  margin-bottom: 60px;
}
.bottom-margin-80 {
  margin-bottom: 80px;
}
#kaf-youth-countdown-wrapper {
  text-align: left;
  font-family: "Praxis Light", sans-serif;
  margin-top: 55px;
}
#kaf-youth-countdown-wrapper.countdown-wrapper {
  margin-top: 0;
}
#kaf-youth-countdown-wrapper .kaf-youth-countdown-clock {
  margin-left: 0;
  text-transform: capitalize;
  font-size: 18px;
  color: #6aade4;
  margin-top: 19px;
}
#kaf-youth-countdown-wrapper .kaf-youth-countdown-clock div {
  display: inline-block;
  margin: 0 26px 0 0;
  text-align: center;
}
#kaf-youth-countdown-wrapper .kaf-youth-countdown-clock div:last-child {
  margin-right: 0;
}
#kaf-youth-countdown-wrapper .kaf-youth-countdown-clock div b {
  font-family: "Praxis Regular", sans-serif;
  font-size: 30px;
  display: block;
  line-height: 1;
  float: left;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.et-slider {
  overflow: hidden;
}
.et-slider,
.et-slider .kaf-glide-slider,
.et-slider .kaf-glide-slider .glide__wrapper li,
.et-slider .kaf-glide-slider .glide__wrapper li > .container,
.et-slider .kaf-glide-slider ul.glide__track {
  height: 300px;
}
.et-slider .home-slider-content {
  padding: 30px 40px;
  max-height: 240px;
}
.et-slider .slider-date-time {
  display: none;
}
.et-slider span.nav_arrows {
  /*    position: absolute;
        left: 280px;
        width: 40px;*/
  /*Remove date; left align arrows */
  position: relative;
  left: 0;
  width: 40px;
  float: none;
}
.et-slider h2 {
  color: #FFF;
}
.et-slider time {
  font-size: .9em;
}
.et-slider .home-slider-navigate {
  margin-bottom: 20px;
  margin-top: 10px;
  position: relative;
}
.et-slider .kaf-youth-circle-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 1000px;
  height: 1000px;
  opacity: .8;
  position: absolute;
  top: -840px;
  left: -1060px;
}
.et-slider .kaf-youth-circle-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  border: 117.39130435px solid transparent;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.et-slider .kaf-youth-circle-wrapper .circle-1,
.et-slider .kaf-youth-circle-wrapper.loaded .circle-1 {
  margin: 156.52173913px 0 0 108.69565217px;
}
.et-slider .kaf-youth-circle-wrapper .circle-2,
.et-slider .kaf-youth-circle-wrapper.loaded .circle-2 {
  margin: 82.60869565px 0 0 260.86956522px;
}
.et-slider .kaf-youth-circle-wrapper .circle-3,
.et-slider .kaf-youth-circle-wrapper.loaded .circle-3 {
  margin: 0 0 0 113.04347826px;
}
.et-slider .kaf-youth-circle-wrapper .circle-4,
.et-slider .kaf-youth-circle-wrapper.loaded .circle-4 {
  margin: 82.60869565px 0 0 0;
}
.et-slider .kaf-youth-circle-wrapper .circle-red {
  border-color: #e92c2e;
}
.et-slider .kaf-youth-circle-wrapper .circle-orange {
  border-color: #f6861f;
}
.et-slider .kaf-youth-circle-wrapper .circle-green {
  border-color: #4db848;
}
.et-slider .kaf-youth-circle-wrapper .circle-blue {
  border-color: #5daad9;
}
@media screen and (min-width: 600px) {
  .et-slider .five.columns {
    min-width: 474px;
  }
}
@media screen and (max-width: 599px) {
  .et-slider h2 {
    font-size: 20px;
  }
  .et-slider .home-slider-navigate {
    margin-bottom: 20px;
  }
  .et-slider .home-slider-navigate span.nav_arrows {
    font-size: 43px;
    width: 56px;
    top: -23px;
    left: 190px;
  }
  .et-slider .home-slider-navigate span:first-child {
    margin-top: 0;
  }
  .et-slider,
  .et-slider .kaf-glide-slider,
  .et-slider .kaf-glide-slider .glide__wrapper li,
  .et-slider .kaf-glide-slider .glide__wrapper li > .container,
  .et-slider .kaf-glide-slider ul.glide__track {
    height: 335px;
    background-size: cover;
  }
}
/* Landing page specific stuffz */
@media only screen and (min-width: 768px) {
  .page-id-4737 .with-sidebar-left.eight.columns {
    width: 63%;
    margin-right: 3.66%;
  }
}
@media only screen and (max-width: 559px) {
  .page-id-4737 .gdlr-sidebar .gdlr-widget-title .gdlr-right-text-link {
    display: inline-block;
    margin-left: 0;
  }
}
.post-type-archive-event .gdlr-item.gdlr-blog-full {
  border-bottom: 1px solid #CCC;
  margin-bottom: 13px;
  padding-bottom: 13px;
}
/* Generic theme settings overrides */
.gdlr-item.gdlr-blog-grid {
  margin-bottom: 10px;
}
.blog-item-wrapper .gdlr-blog-content {
  padding-bottom: 30px;
}
.blog-item-wrapper .gdlr-blog-content .excerpt-read-more {
  position: absolute;
  bottom: 0;
}
.gdlr-accordion-item.style-1 .accordion-title i {
  font-style: normal;
}
.portfolio-thumbnail .portfolio-icon i {
  margin: 0;
  font-size: 35px;
  padding: 0 2px;
}
.gdlr-modern-portfolio .portfolio-thumbnail .portfolio-overlay-content,
.gdlr-modern-portfolio .portfolio-thumbnail .portfolio-overlay-content * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gdlr-modern-portfolio .portfolio-thumbnail .portfolio-overlay-content .portfolio-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -18px;
}
.gdlr-modern-portfolio .portfolio-thumbnail .portfolio-overlay-content .portfolio-title {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.gdlr-modern-portfolio .portfolio-thumbnail .portfolio-overlay-content,
.gdlr-modern-portfolio .portfolio-thumbnail .portfolio-overlay-content a {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
}
.gdlr-modern-portfolio .portfolio-thumbnail .portfolio-overlay-content a {
  padding-top: 30px;
}
.gdlr-modern-portfolio .portfolio-title {
  color: #FFF;
}
.gdlr-blog-full .excerpt-read-more,
.gdlr-blog-grid .excerpt-read-more {
  font-weight: normal;
}
.excerpt-read-more,
.read-more {
  font-weight: normal !important;
}
/* Third party overrides */
img.flag {
  display: inline !important;
  vertical-align: middle;
  margin-left: 6px;
}
/* - Li Scroller - breaking news */
.tickercontainer {
  display: inline-block;
  width: 738px;
  height: 26px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: left;
}
.tickercontainer .mask {
  /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;
  left: 10px;
  top: 0;
  width: 718px;
  overflow: hidden;
}
ul.newsticker {
  /* that's your list */
  position: relative;
  left: 750px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.newsticker li {
  float: left;
  /* important: display inline gives incorrect results when you check for elem's width */
  margin: 0;
  padding: 0;
}
ul.newsticker a {
  white-space: nowrap;
  padding: 0;
  margin: 0 350px 0 0;
}
ul.newsticker span {
  margin: 0 10px 0 0;
}
/* - Contact page - */
.contact-page-socials .socials-grouped {
  display: table;
  width: 100%;
}
/* - Contact Form 7 */
.wpcf7 span.wpcf7-form-control-wrap.country {
  padding-right: 6px;
}
.wpcf7-form-control-wrap select {
  padding: 14px 20px;
  width: 100%;
  font-size: 14px;
  background-color: #f7f7f7;
  color: #b5b5b5;
}
.wpcf7 div.clear + p {
  display: none;
}
.small-width {
  width: 50%;
  float: left;
}
#wpcf7-f7-o2.wpcf7 input[type="submit"],
#wpcf7-f7-o2.wpcf7 input[type="submit"] + img {
  float: left;
}
.receiveupdates {
  padding-top: 9px;
}
/* - Events */
body > .eo-event-meta {
  margin: 10px 0;
}
.gdlr-column-service-item .column-service-title {
  font-size: 20px !important;
  font-family: "Praxis Regular", Helvetica, Arial, sans-serif !important;
}
@media only screen and (max-width: 767px) {
  .previous-nav a span {
    display: none;
  }
  .previous-nav a:after {
    content: 'Previous Post';
  }
  .next-nav a span {
    display: none;
  }
  .next-nav a:before {
    content: 'Next Post';
  }
}
/** Sidebar Titles **/
.gdlr-sidebar .gdlr-widget-title {
  position: relative;
}
.gdlr-sidebar .gdlr-widget-title .gdlr-right-text-link {
  font-size: 14px;
  margin-right: 12px;
}
.gdlr-sidebar .gdlr-widget-title .gdlr-right-text-link:before {
  content: '\\';
  margin: 0 8px 0 12px;
  display: inline-block;
}
.kaf-partners {
  background-color: #F3F2F0;
  border-top: 1px solid #BEBEBE;
}
.kaf-partners img {
  margin: 0 5px;
}
/* Kaf partners hover effect */
.copyright-right a {
  text-decoration: underline;
  font-size: 14px;
}
body.page-id-73,
body.page-id-75,
body.page-id-77,
body.page-id-83,
body.category,
body.page-id-77 .below-sidebar-wrapper .gdlr-full-size-wrapper {
  padding-bottom: 0 !important;
}
/*  */
@media screen and (max-width: 419px) {
  .google-translate-container {
    display: none;
  }
}
.google-translate-container {
  padding-bottom: 10px;
  position: relative;
}
.google-translate-container * {
  font-weight: normal;
}
.google-translate-container .google-translate-tooltip {
  pointer-events: none;
  position: absolute;
  opacity: 0;
  height: 90px;
  width: 305px;
  background-color: #f3f2f0;
  color: #726257;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 3px solid #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  z-index: 101;
  padding: 10px;
  top: 40px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.google-translate-container .google-translate-tooltip:after {
  content: ' ';
  display: block;
  width: 70px;
  height: 50px;
  background-color: #f3f2f0;
  position: absolute;
  margin: 0 auto;
  left: 23px;
  right: auto;
  top: 0;
  z-index: -1;
}
.google-translate-container .google-translate-tooltip:before {
  content: ' ';
  display: block;
  width: 30px;
  height: 30px;
  background-color: #f3f2f0;
  border: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  margin: 0 auto;
  left: 40px;
  right: auto;
  top: -10px;
  z-index: -1;
}
.google-translate-container:hover .google-translate-tooltip {
  opacity: 1;
}
@media only screen and (max-width: 1170px) {
  ul.kaf-news-tabs li a strong {
    width: 340px;
  }
}
@media only screen and (max-width: 1024px) {
  /* News tabs and accordion */
  .news-releases-tab .gdlr-tab-item {
    display: none;
  }
  .news-releases-tab .gdlr-accordion-item {
    display: block;
  }
  .news-releases-tab .gdlr-accordion-item.style-1 .accordion-title i.icon-minus,
  .news-releases-tab .gdlr-accordion-item.style-1 .accordion-title i.icon-plus,
  .news-releases-tab .gdlr-accordion-item ul.kaf-news-tabs li a span {
    display: none !important;
  }
  .news-releases-tab .gdlr-accordion-item.style-1 .accordion-content {
    margin-left: 0;
  }
  .news-releases-tab .gdlr-item-title-wrapper.pos-left .gdlr-right-text-link {
    display: block;
  }
  ul.kaf-news-tabs li {
    padding-left: 5px;
  }
  .news-releases-tab .gdlr-accordion-item .gdlr-item-title-wrapper.pos-left .gdlr-item-title {
    font-size: 20px !important;
  }
  .news-releases-tab .gdlr-accordion-item ul.kaf-news-tabs li a strong,
  .news-releases-tab .gdlr-accordion-item ul.kaf-news-tabs li a em,
  .news-releases-tab .gdlr-accordion-item ul.kaf-news-tabs li a aside {
    margin: 10px 5px;
  }
  .news-releases-tab .gdlr-accordion-item ul.kaf-news-tabs li a em,
  .news-releases-tab .gdlr-accordion-item ul.kaf-news-tabs li a aside {
    display: block;
  }
  .news-releases-tab h4.accordion-title + .gdlr-accordion-item.style-1 .accordion-title i {
    display: none;
  }
  .glide .topics ol {
    position: absolute;
    z-index: 2;
    margin-top: -20px;
    width: 28%;
    top: -130px;
    left: -10px;
  }
  .transcript.accordion-header {
    width: 94% !important;
  }
}
/* Mobile */
@media only screen and (max-width: 767px) {
  .gdlr-color-wrapper,
  .gdlr-parallax-wrapper,
  .gdlr-full-size-wrapper {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .gdlr-item,
  .gdlr-item.gdlr-blog-grid {
    margin-bottom: 10px;
  }
  /* Book Slider */
  .book-slider .container {
    padding: 10px 20px;
  }
  .book-slider-navigation {
    display: none;
  }
  .kaf-amazon-link a {
    display: block;
    text-align: center;
    margin-bottom: 6px;
  }
  .kaf-amazon-link a:last-child {
    padding: 6px 0;
  }
  /* News releases */
  ul.kaf-news-tabs {
    margin: 0 0 12px;
  }
  ul.kaf-news-tabs li {
    padding-left: 0;
  }
  ul.kaf-news-tabs li a {
    padding: 10px 0;
  }
  ul.kaf-news-tabs li a strong {
    display: block;
    width: auto;
  }
  .news-releases-tab .gdlr-accordion-item ul.kaf-news-tabs li a strong,
  .news-releases-tab .gdlr-accordion-item ul.kaf-news-tabs li a em,
  .news-releases-tab .gdlr-accordion-item ul.kaf-news-tabs li a aside {
    margin: 0 0 6px;
  }
  .eqh-styles-boxes .columns:nth-child(2) {
    display: none;
  }
  /* Testimonial slider */
  .kaf-biography-slider .gdlr-item-title-wrapper.pos-icon {
    margin-bottom: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .biography-wrapper:before {
    top: 128px;
  }
  /* Footer Logos */
  .kaf-partners {
    padding-bottom: 0;
  }
  .kaf-partners div {
    display: block;
  }
  .kaf-partners div p {
    white-space: nowrap;
    overflow: auto;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  /* Contact form */
  .small-width {
    width: 100%;
    float: none;
  }
  #wpcf7-f7-o2.wpcf7 input[type="submit"],
  #wpcf7-f7-o2.wpcf7 input[type="submit"] + img {
    float: none;
  }
  .gdlr-item-title-wrapper.pos-left {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: row;
  }
  .gdlr-item-title-wrapper.pos-left h3 {
    margin-bottom: 0;
  }
  .gdlr-item-title-wrapper.pos-left .clear {
    display: none;
  }
  .transcript.accordion-header {
    width: 92% !important;
  }
}
@media only screen and (max-width: 480px) {
  .biography-wrapper:before {
    top: 160px;
  }
  .small-width {
    width: 100%;
    float: none;
  }
  .transcript.accordion-header {
    width: 90% !important;
  }
  .home-slider .topics {
    display: none;
  }
}
/* Image captions in articles */
body .wp-caption .wp-caption-text {
  font-size: 12px;
  margin: 10px auto 0;
}
body .wp-caption.alignleft {
  margin: 5px 20px 10px 0;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.hidden-section {
  display: none;
}
/*Tabs ok KA page */
h4.tab-title {
  text-align: left;
}
ul.kaf-news-tabs.tab-tweets {
  max-height: none;
}
ul.kaf-news-tabs li.tweet-item a {
  padding: 12px 0;
}
ul.kaf-news-tabs li.tweet-item a {
  padding: 12px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* Gallery on KA page */
/* Lightbox */
#lightbox {
  top: 0 !important;
  left: 0px;
  position: fixed;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#lightbox * {
  border-radius: 0 !important;
  border: 0 !important;
}
.lb-data .lb-caption {
  display: none !important;
}
.page-id-73 .lb-data .lb-caption {
  font-size: 12px;
  line-height: 2;
  font-weight: normal;
  display: inline !important;
}
.lb-number {
  display: none !important;
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  opacity: 1;
}
.lb-closeContainer {
  position: fixed;
  right: 3%;
  top: 5%;
}
/* TODO Change to above: */
.NOTYET-kofi-annan-css .type-modern-portfolio {
  /* Captions under thumbnails */
}
.NOTYET-kofi-annan-css .type-modern-portfolio .portfolio-thumbnail {
  position: relative;
}
.NOTYET-kofi-annan-css .type-modern-portfolio .portfolio-thumbnail .portfolio-overlay-content {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
}
.NOTYET-kofi-annan-css .type-modern-portfolio .portfolio-thumbnail .portfolio-overlay-content .portfolio-overlay-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.NOTYET-kofi-annan-css .type-modern-portfolio .portfolio-thumbnail .portfolio-overlay-content .portfolio-overlay-wrapper:after {
  content: attr(title);
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0;
  text-align: left;
  width: 100%;
}
.NOTYET-kofi-annan-css .type-modern-portfolio .gdlr-modern-portfolio .portfolio-thumbnail .portfolio-overlay-content a:after {
  content: attr(title);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
  border: 0;
  padding: 5px 10px 0;
  font-size: 12px;
  color: #3E3E3E;
}
.NOTYET-kofi-annan-css .type-modern-portfolio .gdlr-modern-portfolio .portfolio-thumbnail .portfolio-overlay-content {
  opacity: 1 !important;
}
.NOTYET-kofi-annan-css .type-modern-portfolio .gdlr-modern-portfolio .portfolio-thumbnail .portfolio-overlay-content .portfolio-icon {
  opacity: 0;
}
.NOTYET-kofi-annan-css .type-modern-portfolio .gdlr-modern-portfolio .portfolio-thumbnail .portfolio-overlay-content:hover .portfolio-icon {
  opacity: 1;
}
.ui-tooltip,
.arrow:after {
  background-color: #f3f2f0;
  border: 1px solid white;
}
/* Tooltip styling disappeared? */
.ui-tooltip {
  padding: 10px 20px;
  color: #726257;
  border-radius: 5px;
  text-align: center;
  margin-top: 80px;
  box-shadow: 0 0 2px #ccc;
  font-family: "Praxis Regular", arial;
  font-size: 13px;
  font-weight: bold;
  background: #f3f2f0;
  border: 2px solid white;
}
/* Transcript */
.transcript.accordion-header {
  font-size: 14px;
  float: right;
  color: #837468;
  cursor: pointer;
  position: relative;
  z-index: 9;
  display: block;
  background: #f3f3f3;
  padding: 10px 20px;
  width: 95%;
  margin-top: -25px;
}
.transcript.accordion-header .plus {
  color: #837468;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  display: none;
  line-height: 22px;
  width: 16px;
  text-align: right;
  float: right;
  margin-left: 4px;
}
.transcript.accordion-header .plus.active {
  display: table-caption;
}
.transcript.accordion-header .minus {
  color: #837468;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  display: none;
  line-height: 4px;
  width: 16px;
  text-align: right;
  float: right;
  margin-left: 4px;
}
.transcript.accordion-header .minus.active {
  display: table-caption;
}
.transcriptwrap {
  margin-bottom: 20px;
  font-size: 15px;
  letter-spacing: -0.3px;
  color: #837468;
  transition: 1s;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  width: 90%;
  float: left;
  background: #f3f3f3;
  padding: 0 5%;
}
.transcriptwrap strong.heading {
  font-size: 27px;
  color: #383838;
  margin: 44px 0;
  line-height: 150%;
}
.transcriptwrap.active {
  height: 100%;
  opacity: 1;
  padding: 5%;
}
.transcriptwrap p {
  margin: 30px 0;
}
a.video-trans-link {
  font-size: 14px;
  color: #837468;
  text-align: center;
  margin: 10px;
  display: block;
}
input[name="phonenumber"]::placeholder {
  font-style: italic;
}
.gdlr-flex-prev,
.gdlr-flex-next {
  height: 25px;
  width: 25px;
  background: #383838;
}
@media screen and (min-width: 1025px) {
  a:focus {
    outline: 2px solid rgba(130, 120, 110, 0.5) !important;
  }
}
@media screen and (max-width: 767px) {
  .gdlr-item-title-wrapper.pos-left {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: row;
  }
  .gdlr-item-title-wrapper.pos-left h3 {
    margin-bottom: 0;
  }
  .gdlr-item-title-wrapper.pos-left .clear {
    display: none;
  }
}
.gdlr-flex-prev,
.gdlr-flex-next,
.flex-next i,
.flex-prev i {
  height: 25px;
  width: 25px;
  background: #837468;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 14px !important;
  line-height: 25px;
  font-weight: 900;
}
.gdlr-flex-next:before {
  margin-right: -2px;
}
.gdlr-flex-prev:before {
  margin-left: -2px;
}
.flex-next i:before {
  margin-right: -2px;
}
.flex-prev i:before {
  margin-left: -2px;
}
