/* Theme Name: AFIDEP 2019
Author: Kartik Shah
Author URI: http://www.kartikshah.co.ke
Description: AFIDEP 2019 Theme
Version: 1.0
*/
/* VARIABLES */
/* MAIN TAG STYLES */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Karla Rg";
  font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hind Sb";
  font-weight: normal;
}

p {
  line-height: 1.5em;
}

blockquote {
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  font-style: italic;
  padding-left: 1em;
}

li {
  line-height: 1.6em;
}

a {
  text-decoration: none;
  color: #0e426f;
  transition: all 0.3s ease;
}

img {
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Karla Rg";
  transition: all 0.3s ease;
}

strong,
b {
  font-family: "Karla Bo";
  font-weight: normal;
}

main {
  background-color: #f3f3f3;
  padding: 30px 0;
}

::selection {
  background: #fff000;
}

::-moz-selection {
  background: #fff000;
}

/* CONTAINER */
.outergrid {
  width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
}

.innergrid {
  width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}

/* HEADER */
.headercontainer {
  background-color: #fff;
  padding: 30px 0 0;
  position: relative;
}

.slogan {
  padding: 11px;
}

.logonav {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.mainnav {
  flex-grow: 1;
  text-align: right;
}

.mainnav > ul {
  margin: 0;
  padding: 33px 0 0;
  list-style: none;
}

.mainnav > ul > li {
  margin: 0;
  padding: 0 20px;
  display: inline;
}

.mainnav > ul > li:last-child {
  padding: 0 40px 0 20px;
}

.mainnav > ul > li > a {
  font-family: "Karla Bo";
  font-size: 1em;
  color: #000;
  padding: 0 0 40px;
}

.mainnav > ul > li > a:hover {
  color: #0e426f;
}

.dropdownnav {
  display: none;
  border-top: 1px solid #f3f3f3;
}

.dropdownnav > ul {
  margin: 0;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

.dropdownnav > ul > li {
  margin: 0;
  padding: 0 30px;
  list-style: none;
}

.dropdownnav > ul > li > a {
  color: #000;
  font-family: "Karla Bo";
  display: block;
}

.dropdownnav > ul#menu-programmes-dropdown-menu > li > a {
  color: #000;
  font-family: "Karla Bo";
  display: block;
  width: 250px;
}

.dropdownnav > ul > li > a::after {
  content: " \000BB";
}

.dropdownnav > ul > li > a:hover {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.dropdownnav > ul > li > ul {
  margin: 0;
  padding: 0;
}

.dropdownnav > ul > li > ul > li {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: square;
}

.dropdownnav > ul > li > ul > li > a:hover {
  text-decoration: underline;
}

.mobilemenu {
  display: none;
  position: absolute;
  right: 50px;
  top: 27px;
  z-index: 999;
}

#mobilemenu {
  display: inline-block;
  background: #0e426f;
}

#mobilemenu {
  cursor: pointer;
  padding: 21px 45px 26px 10px;
}

#mobilemenu span,
#mobilemenu span:before,
#mobilemenu span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 35px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
}

#mobilemenu span:before {
  top: -10px;
}

#mobilemenu span:after {
  bottom: -10px;
}

#mobilemenu span,
#mobilemenu span:before,
#mobilemenu span:after {
  -ms-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

#mobilemenu.active span {
  background-color: transparent;
}

#mobilemenu.active span:before,
#mobilemenu.active span:after {
  top: 0;
}

#mobilemenu.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobilemenu.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.searchbox {
  padding: 0 0 20px;
  align-self: flex-end;
}

.searchbox form {
  display: inline-flex;
}

.searchbox input {
  width: 0px;
  height: 38px;
  border-top: none;
  border-bottom: 1px solid #000;
  border-left: none;
  border-right: none;
  background-color: #fff;
  font-size: 1em;
  color: #000;
  padding: 0;
}

.searchbox input:focus {
  outline: none;
}

.searchbox .btnsearch {
  display: block;
  font-size: 1em;
  padding: 15px;
  color: #000;
  cursor: pointer;
  align-self: center;
}

.searchbox .btnsearch:after {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
}

.searchbox button {
  display: none;
  border: none;
  background-color: #fff;
  font-size: 1em;
  padding: 15px;
  color: #000;
  cursor: pointer;
  align-self: center;
  outline: none;
}

.searchbox button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
}

/* FOOTER */
.footertopcontainer {
  background-color: #08243d;
  padding: 30px 0;
  color: #fff;
}

.footertop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footertopcol:nth-of-type(1) {
  width: 15%;
}

.footertopcol:nth-of-type(2) {
  width: 53%;
}

.footertopcol:nth-of-type(3) {
  width: 27%;
}

.footertopcol h3 {
  margin: 0;
  padding: 0 60px 30px 0;
  font-size: 1.25em;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.footertopcol h3::after {
  content: "";
  border-top: 1px solid #0e426f;
  margin: 0 0 0 15px;
  flex: 0 0 50px;
}

.footertopcol p {
  margin: 0;
  padding: 0 0 20px 0;
}

.footernav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footernav li {
  margin: 0;
  padding: 0;
}

.footernav li a {
  font-size: 1em;
  color: #fff;
}

.footeraddresscontainer {
  display: flex;
  justify-content: space-between;
}

.footeraddress {
  padding: 0 50px 0 0;
}

.footersubscribecontainer {
  padding: 0 0 30px;
}

.footersubscribe a {
  color: #fff;
  font-size: 1.125em;
  display: inline-block;
  background-color: #0e426f;
  padding: 10px 35px;
}

.footersubscribe a:hover {
  background-color: #1978ca;
}

.footersubscribe a::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  padding: 0 10px 0 0;
}

.footersocialcontainer {
  display: flex;
  justify-content: flex-start;
}

.footersocialicon {
  padding: 0 10px 0 0;
}

.footerbottomcontainer {
  background-color: #0e426f;
  padding: 30px 0;
  color: #fff;
}

.footerbottom {
  text-align: center;
  font-size: 0.875em;
}

/* HOME */
.homesliderourstory {
  display: flex;
  justify-content: space-between;
  padding: 0 0 30px 0;
  flex-wrap: wrap;
}

.homesliderourstory .homeslidercontainer {
  width: 60%;
}

.homesliderourstory .homeourstory {
  width: 38%;
}

.homeslidercontainer .summarycontent {
  background-color: #0e426f;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  flex-direction: column;
}

.homeslidercontainer .summarycontent .summarydate {
  color: #fff;
}

.homeslidercontainer .summarycontent a {
  color: #fff;
}

.homeourstory {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.homefeaturedresources {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.homefeaturedresources .summarybox:nth-of-type(1) {
  width: 23%;
}

.homefeaturedresources .summarybox:nth-of-type(2) {
  width: 23%;
}

.homefeaturedresources .summarybox:nth-of-type(3) {
  width: 50%;
}

.homesliderourstory .summarycontent .summarytitle a {
  font-size: 1.75em;
}

.summarybox {
  background-color: #fff;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.summarybox:hover {
  -moz-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.15);
  -webkit-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.15);
  box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.15);
  top: -3px;
  transition: all 0.3s ease;
}

.summarybox:last-child {
  margin: 0;
}

.homeslider .summarybox {
  margin: 0;
}

.leftimg {
  display: flex;
  justify-content: space-between;
}

.leftimg .summaryimage {
  width: 30%;
}

.leftimg .summarycontent {
  width: 70%;
}

.rightimg {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.rightimg .summaryimage {
  width: 30%;
}

.rightimg .summarycontent {
  width: 70%;
}

.homefocusareas .leftimg .summaryimage {
  overflow: hidden;
}

.homefocusareas .leftimg .summaryimage img {
  height: 100%;
  width: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}

.homefocusareas .rightimg .summaryimage {
  overflow: hidden;
}

.homefocusareas .rightimg .summaryimage img {
  height: 100%;
  width: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}

.summaryimage img {
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.summarycontent {
  padding: 30px;
}

.summarydate {
  font-size: 0.875em;
  padding: 0 0 20px;
}

.summarytitle a {
  display: inline-block;
  font-family: "Hind Rg";
  font-size: 1.313em;
  padding: 0 0 20px;
  line-height: 1.2em;
}

.summarytext {
  font-size: 0.875em;
  color: #353535;
  padding: 0 0 20px;
  line-height: 1.5em;
}

.summarytext p {
  margin: 0;
  padding: 0;
}

.summarylink a {
  display: inline-block;
  font-size: 0.875em;
}

.summarylink a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 0.5em;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  padding: 0 0 0 8px;
}

.summarylink a:hover {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.coloredbox {
  background-color: #7d1605;
  margin: 0 0 30px 0;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.coloredbox h3 {
  font-size: 1.5em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 25px 0 0;
  color: #fff;
}

.coloredbox h3::before {
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 15px 0 0;
  flex: 0 0 50px;
}

.coloredbox h3::after {
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 0 0 15px;
  flex: 0 0 50px;
}

.coloredbox p {
  margin: 0;
  padding: 25px 25px 0;
  color: #fff;
  font-size: 1em;
  line-height: 1.7em;
}

.coloredbox:hover {
  -moz-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.95);
  -webkit-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.95);
  box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.95);
  top: -3px;
  transition: all 0.3s ease;
}

.coloredboxlinks p {
  padding: 25px;
  display: flex;
  justify-content: space-between;
}

.coloredboxlinks a {
  display: inline-block;
  color: #fff;
  font-size: 1em;
  background-color: #c00;
  padding: 5px 30px;
}

.coloredboxlinks a:hover {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.coloredboxlinks a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 0.5em;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  padding: 0 0 0 8px;
}

.videobox {
  position: relative;
  top: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.videobox img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.videobox:hover {
  -moz-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.95);
  -webkit-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.95);
  box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.95);
  top: -3px;
  transition: all 0.3s ease;
}

.hometwitterfeed {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tweetbox {
  background-color: #fff;
  margin: 30px 1% 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 130px;
  padding: 30px;
  transition: all 0.3s ease;
  border-radius: 10px;
  width: 48%;
}

.tweetbox:hover {
  -moz-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.15);
  -webkit-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.15);
  box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.15);
  top: -3px;
  transition: all 0.3s ease;
}

.tweetimage {
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  align-self: center;
  width: 25%;
}

.tweetimage img {
  width: 100%;
  height: auto;
}

.tweetcontent {
  width: 70%;
  align-self: center;
}

.tweettext {
  padding: 0 0 20px;
  text-align: left;
}

.tweettext p {
  margin: 0;
  padding: 0;
}

.tweettext p.tweetTitle {
  padding: 0 0 10px;
}

.tweetsubscribe {
  text-align: left;
}

.tweetsubscribe a {
  color: #fff;
  font-size: 1.125em;
  display: inline-block;
  background-color: #0e426f;
  padding: 10px 25px;
  white-space: nowrap;
}

.tweetsubscribe a:hover {
  background-color: #1978ca;
}

.tweetsubscribe a::before {
  content: "\f099";
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  padding: 0 10px 0 0;
}

.edblogbox {
  background-color: #fff;
  margin: 30px 1% 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 130px;
  padding: 30px;
  transition: all 0.3s ease;
  border-radius: 10px;
  width: 48%;
}

.edblogbox:hover {
  -moz-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.15);
  -webkit-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.15);
  box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.15);
  top: -3px;
  transition: all 0.3s ease;
}

.edblogimage {
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  align-self: center;
  width: 25%;
}

.edblogimage img {
  width: 100%;
  height: auto;
}

.edblogcontent {
  width: 70%;
  align-self: center;
}

.edblogtext {
  flex-grow: 1;
  align-self: center;
  padding: 0 0 10px;
  text-align: left;
}

.edblogtext p {
  margin: 0;
  padding: 0;
}

.edbloglink {
  text-align: left;
  padding: 10px 0 0;
}

.edbloglink a {
  color: #fff;
  font-size: 1.125em;
  display: inline-block;
  background-color: #7d1605;
  padding: 10px 25px;
  white-space: nowrap;
}

.edbloglink a:hover {
  background-color: #df2709;
}

.edbloglink a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 0.5em;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  padding: 0 0 0 8px;
}

.recentedblogpost {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding: 0 0 10px;
}

.recentedblogpost::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 0.7em;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  padding: 0 8px 0 0;
}

.mainheading h2 {
  font-size: 2.375em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 60px 0;
}

.mainheading h2::before {
  content: "";
  border-top: 1px solid rgba(53, 53, 53, 0.4);
  margin: 0 15px 0 0;
  flex: 0 0 50px;
}

.mainheading h2::after {
  content: "";
  border-top: 1px solid rgba(53, 53, 53, 0.4);
  margin: 0 0 0 15px;
  flex: 0 0 50px;
}

.homefocusareas {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.homefocusareas .summarybox {
  width: 48%;
  margin: 0 1% 40px;
}

.homefocusareas .summarycontent .summarytitle a {
  font-size: 1.563em;
}

.homepublications {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.homepublications .summarybox {
  width: 48%;
  margin: 0 1% 40px;
}

.homemultimedia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.homemultimedia::after {
  content: "";
  flex-basis: 23%;
}

.homemultimedia .summarybox {
  width: 23%;
}

.viewalllink {
  text-align: center;
  margin: 40px 0;
}

.viewalllink a {
  font-size: 1.125em;
  color: #fff;
  background-color: #0e426f;
  display: inline-block;
  padding: 10px 20px;
}

.viewalllink a:hover {
  background-color: #1978ca;
}

.homeevents .summarycontent {
  padding: 20px 30px 30px;
}

.summarydatetitle {
  display: flex;
  justify-content: flex-start;
  padding: 30px 30px 0;
}

.summarydatetitle .summarydate {
  font-size: 1.5em;
  color: #fff;
  background-color: #d79800;
  text-align: center;
  padding: 10px 20px;
  white-space: nowrap;
  align-self: flex-start;
}

.summarydatetitle .summarytitle {
  padding: 0 0 0 20px;
}

.summarydatetitle .summarytitle a {
  padding: 0;
}

.homeevents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.homeevents::after {
  content: "";
  flex-basis: 31%;
}

.homeevents .summarybox {
  width: 31%;
}

/* INNER */
.pageheading {
  text-align: center;
  padding: 20px 0 40px 0;
}

.pageheading h1 {
  margin: 0;
  padding: 0;
  font-size: 2.688em;
  color: #0e426f;
}

.breadcrumbcontainer {
  padding: 20px 0 0;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
  text-align: center;
  font-size: 0.95em;
}

.breadcrumb li {
  display: inline-block;
  margin: 0 10px 6px 6px;
  line-height: normal;
}

.breadcrumb a {
  background: #ddd;
  padding: 8px 13px;
  text-decoration: none;
  color: #444;
  position: relative;
  transition: auto;
  display: block;
}

.breadcrumb a:hover {
  background: #0e426f;
  transition: auto;
  color: #fff;
}

.breadcrumb a::before,
.breadcrumb a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1em;
  background: #ddd;
  transform: skew(-10deg);
}

.breadcrumb a::before {
  left: -0.5em;
  border-radius: 3px 0 0 3px;
}

.breadcrumb a:hover::before {
  background: #0e426f;
}

.breadcrumb a::after {
  right: -0.5em;
  border-radius: 0 3px 3px 0;
}

.breadcrumb a:hover::after {
  background: #0e426f;
}

.breadcrumb .current-item,
.breadcrumb .current-item:hover {
  background: none;
  color: #000;
  padding: 0;
}

.breadcrumb .current-item::after,
.breadcrumb .current-item::before {
  content: normal;
}

.pagequotecontainer {
  background-color: #fff;
}

.pagequote {
  font-size: 1.563em;
  font-family: "Karla It";
  color: #0e426f;
  text-align: center;
  line-height: 1.3em;
  padding: 40px 0;
  margin: 0 0 30px;
}

.aboutbox {
  background-color: #fff;
  margin: 0 0 50px 0;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}

.aboutbox:hover {
  -moz-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.15);
  -webkit-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.15);
  box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.15);
  top: -3px;
  transition: all 0.3s ease;
}

.abouttext {
  width: 100%;
  padding: 30px;
}

.abouttext p {
  color: #353535;
  padding: 0 0 20px;
  line-height: 1.5em;
  margin: 0;
}

.abouttext img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.visionmissioncontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.visionbox {
  background-color: #954600;
  width: 48%;
  margin: 0 1% 0 0;
  padding: 30px;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.visionbox:hover {
  -moz-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.95);
  -webkit-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.95);
  box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.95);
  top: -3px;
  transition: all 0.3s ease;
}

.visionbox h2 {
  margin: 0;
  padding: 0 60px 30px 0;
  font-size: 2.063em;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #fff;
}

.visionbox h2::after {
  content: "";
  border-top: 1px solid #fff;
  margin: 0 0 0 15px;
  flex: 0 0 50px;
}

.visionbox p {
  color: #fff;
  font-size: 1.375em;
  font-family: "Karla It";
  margin: 0;
  padding: 0 0 0 70px;
}

.missionbox {
  background-color: #6c1f29;
  width: 48%;
  margin: 0 0 0 1%;
  padding: 30px;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.missionbox:hover {
  -moz-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.95);
  -webkit-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.95);
  box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.95);
  top: -3px;
  transition: all 0.3s ease;
}

.missionbox h2 {
  margin: 0;
  padding: 0 60px 30px 0;
  font-size: 2.063em;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #fff;
}

.missionbox h2::after {
  content: "";
  border-top: 1px solid #fff;
  margin: 0 0 0 15px;
  flex: 0 0 50px;
}

.missionbox p {
  color: #fff;
  font-size: 1.375em;
  font-family: "Karla It";
  margin: 0;
  padding: 0 0 0 70px;
}

.valueboxcontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.valuebox {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  width: 31%;
  margin: 1%;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.valuebox:hover {
  -moz-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.15);
  -webkit-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.15);
  box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.15);
  top: -3px;
  transition: all 0.3s ease;
}

.valueimage {
  flex-basis: 30%;
}

.valuetext {
  flex-basis: 70%;
  font-size: 1em;
  color: #353535;
  padding: 30px 30px 30px 10px;
}

.valuetext p {
  margin: 0;
  padding: 0;
}

.tabset {
  text-align: center;
  padding: 30px 0;
}

.relatedtabset {
  text-align: center;
  padding: 0;
}

.tabset > input[type="radio"],
.relatedtabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel,
.relatedtabset .relatedtab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6),
.tabset > input:nth-child(13):checked ~ .tab-panels > .tab-panel:nth-child(7),
.tabset > input:nth-child(15):checked ~ .tab-panels > .tab-panel:nth-child(8) {
  display: block;
}

.relatedtabset
> input:first-child:checked
~ .relatedtab-panels
> .relatedtab-panel:first-child,
.relatedtabset
> input:nth-child(3):checked
~ .relatedtab-panels
> .relatedtab-panel:nth-child(2),
.relatedtabset
> input:nth-child(5):checked
~ .relatedtab-panels
> .relatedtab-panel:nth-child(3),
.relatedtabset
> input:nth-child(7):checked
~ .relatedtab-panels
> .relatedtab-panel:nth-child(4),
.relatedtabset
> input:nth-child(9):checked
~ .relatedtab-panels
> .relatedtab-panel:nth-child(5),
.relatedtabset
> input:nth-child(11):checked
~ .relatedtab-panels
> .relatedtab-panel:nth-child(6),
.relatedtabset
> input:nth-child(13):checked
~ .relatedtab-panels
> .relatedtab-panel:nth-child(7),
.relatedtabset
> input:nth-child(15):checked
~ .relatedtab-panels
> .relatedtab-panel:nth-child(8) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 30px 25px;
  cursor: pointer;
  font-size: 1.375em;
}

.relatedtabset > label {
  position: relative;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  font-size: 1em;
}

.tabset > label:hover,
.tabset > input:focus + label,
.relatedtabset > label:hover,
.relatedtabset > input:focus + label {
  color: #0e426f;
}

.tabset > input:checked + label,
.relatedtabset > input:checked + label {
  color: #0e426f;
  font-family: "Karla Bo";
}

.tab-panel,
.relatedtab-panel {
  padding: 0;
  border-top: 1px solid #ccc;
  text-align: left;
}

.relatedtab-panel {
  max-height: 550px;
  overflow-y: auto;
}

.personboxtitle {
  text-align: center;
  padding: 40px 0 0 0;
  margin: 0;
  font-family: "Karla Bo";
  font-size: 1.75em;
  color: #0e426f;
}

.personboxcontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0 0;
}

.personbox {
  background-color: #fff;
  width: 29%;
  margin: 2%;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
  padding: 30px;
  border-radius: 10px;
}

.personbox:hover {
  -moz-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.15);
  -webkit-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.15);
  box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.15);
  top: -3px;
  transition: all 0.3s ease;
}

.photothumb img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.personname {
  font-size: 1.25em;
  font-family: "Karla Bo";
  color: #0e426f;
  text-align: center;
  padding: 20px 0 5px;
}

.persondesignation {
  font-family: "Karla It";
  color: #353535;
  text-align: center;
}

.programmeimage img {
  width: 100%;
  height: auto;
}

.programmecaption {
  font-family: "Karla It";
  color: #fff;
  background-color: #0e426f;
  padding: 20px;
  font-size: 0.875em;
  line-height: 1.5em;
}

.programmetabbedbox {
  background-color: #fff;
  padding: 0 30px 30px;
}

.programmecontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.publicationscontainer,
.multimediacontainer,
.eventscontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aboutcontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.leftprogramme,
.leftabout {
  width: 61%;
}

.rightprogramme,
.rightabout {
  width: 35%;
}

.leftpublication,
.leftmultimedia,
.leftnews,
.leftevents {
  width: 30%;
}

.rightpublication,
.rightmultimedia,
.rightnews,
.rightevents {
  width: 66%;
}

.rightprogramme .mainheading h2,
.rightabout .mainheading h2 {
  font-size: 1.625em;
  padding: 20px 0;
}

.rightprogramme .mainheading:first-child h2,
.rightabout .mainheading:first-child h2 {
  padding: 0 0 20px;
}

.leftpublication .mainheading h2,
.leftmultimedia .mainheading h2,
.leftnews .mainheading h2,
.leftevents .mainheading h2 {
  font-size: 28px;
  padding: 20px 0;
}

.leftpublication .mainheading:first-child h2,
.leftmultimedia .mainheading:first-child h2,
.leftnews .mainheading:first-child h2,
.leftevents .mainheading:first-child h2 {
  padding: 0 0 20px;
}

.rightprogramme .personbox {
  width: 100%;
  margin: 0;
}

.sidebarbox {
  margin: 0 0 30px 0;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}

.facetwp-facet {
  margin-bottom: 0 !important;
}

.facetwp-checkbox {
  margin-bottom: 10px !important;
  padding-right: 30px;
  position: relative;
}

.facetwp-checkbox .facetwp-expand {
  position: absolute;
  right: 0;
  top: 12px;
}

.facetwp-search {
  width: 100%;
  padding: 6px 10px !important;
}

.keydetailsbox {
  background-color: #7d1605;
  padding: 30px;
  color: #fff;
  font-size: 0.875em;
}

.keydetailslabel {
  font-family: "Karla Bo";
  vertical-align: top;
  line-height: 1.4em;
}

.keydetailstext {
  vertical-align: top;
  line-height: 1.4em;
  padding: 0 0 20px 20px;
}

.keydetailstext p {
  margin: 0;
  padding: 0;
}

.keydetailstext a {
  color: #fff000;
  text-decoration: none;
}

.keydetailscountrybox {
  background-color: #7d1605;
  padding: 30px;
  color: #fff;
  font-size: 0.875em;
}

.keydetailscountrylabel {
  font-family: "Karla Bo";
  vertical-align: top;
  line-height: 1.4em;
}

.keydetailscountrytable {
  max-height: 350px;
  display: block;
  overflow: auto;
}

.keydetailscountrytext {
  vertical-align: top;
  line-height: 1.4em;
  padding: 0 20px 20px 0px;
}

.keydetailscountrytext p {
  margin: 0;
  padding: 0;
}

.keydetailscountrytext a {
  color: #fff000;
  text-decoration: none;
}

.relatedarticlebox {
  background-color: #fff;
  padding: 30px 30px 0;
}

.relatedarticle {
  border-bottom: 1px solid #b5b5b5;
  padding: 20px 0;
}

.relatedarticle:first-child {
  padding: 0 0 20px 0;
}

.relatedarticledate {
  font-size: 0.875em;
  padding: 0;
}

.relatedarticletitle a {
  display: inline-block;
  font-family: "Hind Rg";
  font-size: 1.125em;
  padding: 0 0 8px;
  line-height: 1.2em;
}

.relatederror {
  text-align: center;
  color: #7d1605;
}

.blogbox {
  background-color: #fff;
  padding: 50px;
  border-radius: 10px;
}

.innercontentbox {
  margin: 0 0 30px;
}

.innercontentbox .wp-caption {
  width: 100% !important;
}

.innercontentbox .wp-caption img,
.innercontentbox img {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.innercontentbox .wp-caption .wp-caption-text {
  width: 100%;
  text-align: left;
  font-family: "Karla It";
  font-size: 0.875em;
  color: #353535;
  padding: 10px 0;
  margin: 0 auto;
}

.blogtitle {
  text-align: center;
  font-family: "Hind Rg";
  font-size: 2.375em;
  padding: 0 0 10px 0;
}

.blogdate {
  text-align: center;
  padding: 0 0 15px 0;
}

.bloglocation {
  text-align: center;
  padding: 0 0 15px 0;
}

.blogauthor {
  text-align: center;
  padding: 0 0 30px 0;
}

.blogprogramme {
  text-align: center;
  padding: 30px 0 0 0;
}

.blogimage {
  width: 70%;
  margin: 0 auto;
}

.blogimage img {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.blogimagecaption {
  width: 70%;
  text-align: left;
  font-family: "Karla It";
  font-size: 0.875em;
  color: #353535;
  padding: 10px 0;
  margin: 0 auto;
}

.blogtext {
  color: #353535;
  line-height: 1.5em;
  padding: 30px 0 0;
}

.blogtext iframe {
  width: 70%;
  margin: 0 15%;
  height: 600px;
}

.blogtext a.download-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f3f3f3;
  border: 1px solid rgba(53, 53, 53, 0.2);
  margin: 20px 0 0 0;
}

.blogtext a.download-link::before {
  content: "\f56d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  padding: 0 10px 0 0;
}

.blogtext img {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.blogblockquote {
  width: 70%;
  text-align: center;
  margin: 30px auto;
  font-family: "Karla It";
  font-size: 1.563em;
  line-height: 1.5em;
  color: #0e426f;
  border-bottom: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5;
  padding: 20px 0;
}

.innerblog {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.innerblog::after {
  content: "";
  flex-basis: 31%;
}

.innerblog .summarybox {
  width: 31%;
  margin: 0 1% 40px;
}

.innerpublication {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.innerpublication .summarybox {
  flex-basis: 100%;
  margin: 0 0 40px;
}

.innerevents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.innerevents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.innerevents::after {
  content: "";
  flex-basis: 48%;
}

.innerevents .summarybox {
  width: 48%;
  margin: 0 0 40px;
  padding: 0 0 30px;
}

.upcomingevents .summarybox {
  width: 100%;
  margin: 0;
}

.upcomingevents {
  max-height: 370px;
  overflow-y: auto;
  padding: 0 0 20px;
}

.blogpagination {
  width: 100%;
  text-align: center;
}

.blogpagination a.page-numbers {
  display: inline-block;
  width: 45px;
  height: 45px;
  color: #0e426f;
  text-decoration: none;
  background-color: #fff;
  padding: 12px 0 0;
}

.blogpagination .current {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-decoration: none;
  padding: 12px 0 0;
  color: #fff;
  background-color: #7d1605;
}

.blogpagination a.next,
.blogpagination a.prev {
  width: 125px;
}

.blogpagination a.page-numbers:hover {
  color: #fff;
  background-color: #7d1605;
}

#popupcontainer {
  text-align: center;
  position: fixed;
  background: #fff;
  padding: 30px;
  display: none;
  width: 80%;
  height: 80%;
}

#popupcontainer iframe {
  width: 80%;
  height: 100%;
}

.b-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #fff;
  background: #ff0000;
  padding: 5px 10px;
}

.highlight-and-share-wrapper a,
.highlight-and-share-wrapper a:hover,
.highlight-and-share-wrapper a:visited {
  font-family: "Hind Bo" !important;
  font-weight: auto !important;
  font-size: 1em !important;
}

.wp-share-button {
  text-align: center;
}

.dpsp-networks-btns-wrapper {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.dpsp-networks-btns-wrapper li {
  float: none !important;
  display: inline-block;
  margin-right: 10px !important;
}

.upcomingevents .summarybox {
  background-color: #fff;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
}

.upcomingevents .summarybox:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0;
  transition: all 0.3s ease;
}

.upcomingevents .summarydatetitle {
  padding: 0 30px 30px;
}

.upcomingevents .summarybox:last-child .summarydatetitle {
  padding: 0 30px 0;
}

.relatedprojects .homemultimedia .summarybox {
  width: 48%;
  margin-bottom: 30px;
}

.relatedprojects .homemultimedia::after {
  content: "";
  flex-basis: 48%;
}

.officecontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.office {
  width: 48%;
  margin: 0 0 30px;
}

.officemap iframe {
  width: 100%;
}

.gform_wrapper {
  width: 60%;
  margin: 0 auto;
}

.gform_wrapper form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gform_wrapper form li {
  margin: 0;
  padding: 7px 0;
  display: flex;
  justify-content: flex-start;
}

.gform_wrapper form li label {
  width: 20%;
}

.gform_wrapper form li div {
  flex-grow: 1;
}

.gform_wrapper form input[type="text"],
.gform_wrapper form input[type="email"] {
  width: 100%;
  padding: 7px;
  border: 1px solid rgba(53, 53, 53, 0.5);
}

.gform_wrapper form textarea {
  width: 100%;
  padding: 7px;
  border: 1px solid rgba(53, 53, 53, 0.5);
}

.gform_wrapper form input[type="submit"] {
  border: none;
  line-height: 1.6em;
  padding: 10px 25px;
  color: #fff;
  text-transform: capitalize;
  background-color: #0e426f;
  cursor: pointer;
  margin: 5px 0 0 20%;
}

.gform_wrapper form .validation_error {
  color: #7d1605;
  padding: 0 0 20px 0;
}

.gform_wrapper form li .validation_message {
  color: #7d1605;
  padding: 0 0 0 10px;
}

.accordioncontainer {
  width: 100%;
  padding: 30px 50px;
  background-color: #fff;
}

.innercontentbox .accordioncontainer {
  padding: 0;
}

.accordionheading h3 {
  font-size: 1.6em;
  font-family: "Karla Bo";
  text-align: center;
}

.accordionitem {
  position: relative;
}

.accordionitem:after {
  content: "";
  display: block;
  margin: 5px 0;
}

.accordiontitle {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  transition: 0.3s ease-in-out;
  background-color: #0e426f;
  padding: 15px 50px;
  text-transform: uppercase;
}

.accordiontitle:hover {
  background-color: #0e426f;
}

.accordionicon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  transform: translateY(-50%);
}

.accordionicon:before,
.accordionicon:after {
  content: "";
  width: 15px;
  height: 3px;
  position: absolute;
  border-radius: 3px;
  left: 50%;
  top: 50%;
  transition: 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  background: #fff;
}

.accordionicon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}

.accordionitem.active .accordionicon:after {
  width: 0;
}

.accordiontext {
  display: none;
  padding: 20px 0 10px;
}

.accordiontext p {
  margin: 0 0 20px 0;
}

.accordiontext.trainingdownload a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f3f3f3;
  border: 1px solid rgba(53, 53, 53, 0.2);
  margin: 0 0 10px 0;
}

.accordiontext.trainingdownload a::before {
  content: "\f56d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  padding: 0 10px 0 0;
}

.fwp-load-more {
  border: none;
  line-height: 1.6em;
  padding: 10px 25px;
  color: #fff;
  text-transform: capitalize;
  background-color: #0e426f;
  cursor: pointer;
  margin: 5px;
}

.fwp-load-more:hover {
  background-color: #1978ca;
}

.countryprofilescontainer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0 0;
}

.countryprofilescontainer ul::after {
  content: "";
  flex: auto;
}

.countryprofilescontainer li {
  background-color: #fff;
  width: 16%;
  margin: 2%;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.countryprofilescontainer li:hover {
  -moz-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.15);
  -webkit-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.15);
  box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.15);
  top: -3px;
  transition: all 0.3s ease;
}

.countryprofilescontainer li a {
  font-size: 1.25em;
  font-family: "Karla Bo";
  color: #0e426f;
  text-align: center;
  padding: 20px 0 5px;
}

.backtotopbtn {
  display: inline-block;
  background-color: #d79800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.backtotopbtn::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

.backtotopbtn:hover {
  cursor: pointer;
  background-color: #0e426f;
}

.backtotopbtn:active {
  background-color: #0e426f;
}

.backtotopbtn.show {
  opacity: 1;
  visibility: visible;
}

.innerheading h2 {
  font-size: 2.375em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 30px 0 60px 0;
}

.innerheading h2::before {
  content: "";
  border-top: 1px solid rgba(53, 53, 53, 0.4);
  margin: 0 15px 0 0;
  flex: 0 0 50px;
}

.innerheading h2::after {
  content: "";
  border-top: 1px solid rgba(53, 53, 53, 0.4);
  margin: 0 0 0 15px;
  flex: 0 0 50px;
}

.langnavsearch {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.langswitcher {
  align-self: flex-end;
}

.navsearch {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}

/*# sourceMappingURL=style.css.map */
