@charset "UTF-8";
/**
Theme Name: GPEI 2016
Theme URI: http://gpei.org
Author: James Ilaki
Author URI: http://acw.uk.com/
Description: A custom theme for the GPEI Website build 2016
Version: 1.0.0
**/
/*reset the styles*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * 5.0 - Forms
 */
input {
  line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type=button],
input[type=button][disabled]:hover,
input[type=button][disabled]:focus,
input[type=reset],
input[type=reset][disabled]:hover,
input[type=reset][disabled]:focus,
input[type=submit],
input[type=submit][disabled]:hover,
input[type=submit][disabled]:focus {
  /*background: #1a1a1a;
  border: 0;
  border-radius: 2px;*/
  color: #fff;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}

button:hover,
button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  /*background: #007acc;*/
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea {
  /*background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%;*/
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus {
  background-color: #fff;
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0;
}

.post-password-form {
  margin-bottom: 1.75em;
}

.post-password-form label {
  color: #686868;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 1.75em;
  text-transform: uppercase;
}

.post-password-form input[type=password] {
  margin-top: 0.4375em;
}

.post-password-form > :last-child {
  margin-bottom: 0;
}

/**
 * 6.1 - Links
 */
a {
  color: #007acc;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #686868;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*add boostrap 3 style */
.float-right {
  float: right;
}

.float-left {
  float: left;
}

/**
*  Define all the colors for GPEI website
*/
/* define the font family of GPEI */
@font-face {
  font-family: "DIN Next LT W04 Light";
  src: url("fonts/1448929/a6b05bd7-1f09-4c3e-93a5-8b7d432291b3.eot?#iefix");
  src: url("fonts/1448929/a6b05bd7-1f09-4c3e-93a5-8b7d432291b3.eot?#iefix") format("eot"), url("fonts/1448929/8a3ff076-5846-4401-9d7e-10993afac709.woff2") format("woff2"), url("fonts/1448929/f69bc269-16e5-4f8a-80eb-b049139324fd.woff") format("woff"), url("fonts/1448929/7742af6c-6711-4ca8-9f62-44005bde2243.ttf") format("truetype"), url("fonts/1448929/ccec2447-b65d-4ef1-b34c-0045fb2035af.svg#ccec2447-b65d-4ef1-b34c-0045fb2035af") format("svg");
}
@font-face {
  font-family: "DIN Next LT W04 Light Italic";
  src: url("fonts/1448931/379e186d-63a3-48e5-bd87-be3274101e21.eot?#iefix");
  src: url("fonts/1448931/379e186d-63a3-48e5-bd87-be3274101e21.eot?#iefix") format("eot"), url("fonts/1448931/da06abb1-4983-4919-98a3-abe18388c328.woff2") format("woff2"), url("fonts/1448931/2d295174-c4ad-4fdd-98dc-b64628ac2a1a.woff") format("woff"), url("fonts/1448931/9380c6ed-91c2-450d-a16e-c05ed07048ba.ttf") format("truetype"), url("fonts/1448931/69023fa7-6e3d-4a21-86b4-f2e526aa51d6.svg#69023fa7-6e3d-4a21-86b4-f2e526aa51d6") format("svg");
}
@font-face {
  font-family: "DIN Next LT W04 Medium";
  src: url("fonts/1448937/fd94b7ac-c184-4f5c-a847-0a4785f3e98f.eot?#iefix");
  src: url("fonts/1448937/fd94b7ac-c184-4f5c-a847-0a4785f3e98f.eot?#iefix") format("eot"), url("fonts/1448937/cf1948b4-c50b-418b-a059-e8ed8bf0f9f1.woff2") format("woff2"), url("fonts/1448937/bd983b7f-76bb-4f54-83bb-889fd36d60e6.woff") format("woff"), url("fonts/1448937/63fb1f94-0e8f-4c85-b559-b0dd27ecbf5a.ttf") format("truetype"), url("fonts/1448937/3f01b0f0-17f0-4119-b0ac-17703dab849e.svg#3f01b0f0-17f0-4119-b0ac-17703dab849e") format("svg");
}
@font-face {
  font-family: "DIN Next LT W04 Medium Italic";
  src: url("fonts/1448939/1ce2f71a-6b55-4a61-b64e-44927cfc80a6.eot?#iefix");
  src: url("fonts/1448939/1ce2f71a-6b55-4a61-b64e-44927cfc80a6.eot?#iefix") format("eot"), url("fonts/1448939/44b534b3-c51b-442c-929d-a7748fa50d20.woff2") format("woff2"), url("fonts/1448939/c22b3194-55f4-4e19-95e3-a9a6c8282fc0.woff") format("woff"), url("fonts/1448939/f8f0fe69-f7de-4893-b75a-3d9696d8d454.ttf") format("truetype"), url("fonts/1448939/2079506b-6e20-4e80-ba31-47c65045ab55.svg#2079506b-6e20-4e80-ba31-47c65045ab55") format("svg");
}
@font-face {
  font-family: "DIN Next LT W04 Bold";
  src: url("fonts/1448941/435ec954-73b2-4a0c-89ed-0c36d79ee595.eot?#iefix");
  src: url("fonts/1448941/435ec954-73b2-4a0c-89ed-0c36d79ee595.eot?#iefix") format("eot"), url("fonts/1448941/7e3bc38e-72f2-4d0b-8e96-4c466b57b052.woff2") format("woff2"), url("fonts/1448941/8283248b-29aa-4d91-8920-841505269e68.woff") format("woff"), url("fonts/1448941/929bfe48-8086-4796-820d-ff0222f68dd0.ttf") format("truetype"), url("fonts/1448941/e347011e-4195-4ce4-8d0e-ddd49960ca09.svg#e347011e-4195-4ce4-8d0e-ddd49960ca09") format("svg");
}
@font-face {
  font-family: "DIN Next LT W04 Bold Italic";
  src: url("fonts/1448943/43efe96b-4276-421a-801a-1e4bd0482073.eot?#iefix");
  src: url("fonts/1448943/43efe96b-4276-421a-801a-1e4bd0482073.eot?#iefix") format("eot"), url("fonts/1448943/916c6c06-a62f-4155-8ea1-fa7628cce8a9.woff2") format("woff2"), url("fonts/1448943/ad0a2673-97d6-4132-a539-560cc718c5be.woff") format("woff"), url("fonts/1448943/aba16737-ebc5-4561-9e65-271d2b63a8a7.ttf") format("truetype"), url("fonts/1448943/0a588ab6-6df6-4858-8f97-9d2bbafe569e.svg#0a588ab6-6df6-4858-8f97-9d2bbafe569e") format("svg");
}
body,
button,
input,
select,
textarea {
  color: #1a1a1a;
  font-family: Merriweather, Georgia, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility;
}

p {
  margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  padding: 0 0 0 1.263157895em;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote p {
  margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
  content: "— ";
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

blockquote > :last-child {
  margin-bottom: 0;
}

address {
  font-style: italic;
  margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
}

pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em;
}

abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

mark,
ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

big {
  font-size: 125%;
}

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

body, html {
  color: #000;
  font-family: "DIN Next LT W04 Light", Arial, Helvetica, sans-serif;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #000;
  border: 0;
  height: 1px;
  margin-bottom: 1.5rem;
}

.hidden {
  display: none;
}

.white {
  color: #FFF;
}

.orange {
  color: #f8971d;
}

.grey {
  color: #434343;
}

.clear-p-left {
  padding-left: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {
  color: #f8971d;
  text-transform: uppercase;
  font-family: "DIN Next LT W04 Bold", Arial, Helvetica, sans-serif;
  font-size: 72px;
  text-shadow: 3px 0px 0px rgba(0, 0, 0, 0.5);
}

h2 {
  color: #fff;
  font-family: "DIN Next LT W04 Medium", Arial, Helvetica, sans-serif;
  font-size: 24px;
}

h3 {
  color: #000;
  font-family: "DIN Next LT W04 Bold", Arial, Helvetica, sans-serif;
  font-size: 24px;
}

h4 {
  color: #005cab;
  font-size: 36px;
  font-family: "DIN Next LT W04 Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

p {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 32px;
}

.margin-right16 {
  margin-right: 16.666%;
}

.margin-left16 {
  margin-left: 16.666%;
}

.margin-bot30 {
  margin-bottom: 30px;
}

.margin30 {
  margin-bottom: 30px;
}

a:hover, a:focus {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

/*Mixins*/
.clr10 {
  height: 10px;
  overflow: hidden;
  width: 100%;
}

.clr20 {
  height: 20px;
  overflow: hidden;
  width: 100%;
}

.clr35 {
  height: 35px;
  overflow: hidden;
  width: 100%;
}

.clr40 {
  height: 40px;
  overflow: hidden;
  width: 100%;
}

.txtcenter {
  text-align: center;
}

.txtleft {
  text-align: left;
}

.txtright {
  text-align: right;
}

.common-btn {
  background: #f8971d;
}

.common-btn, .blue-btn {
  margin: 0;
  padding: 0;
  border: 0;
  color: #FFF;
  display: inline-block;
  font-family: "DIN Next LT W04 Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 4px 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.common-btn:hover, .blue-btn:hover {
  background: #005cab;
  color: #FFF;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.blue-btn {
  background: #005cab;
}
.blue-btn:hover {
  background: #025296;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.large-btn {
  padding: 15px 40px;
  line-height: 30px;
  margin-right: 20px;
}

/**
 * 2.0 - Genericons
 */
.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

/**
 * 4.0 - Elements
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em;
}

ul,
ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0;
}

ol {
  list-style: decimal;
  margin-left: 1.5em;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.75em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.75em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

del {
  opacity: 0.8;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
}

#wpadminbar {
  display: none !important;
}

.gp-blue {
  color: #025296;
}

/**
**  Style for Main Nav and Header section
*/
header {
  padding: 34px 0 12px 0;
}
header .search-bar {
  margin-top: 18px;
}
header .addthisbox {
  position: relative;
  top: -5px;
  margin-right: 10px;
}
header .search-form {
  position: relative;
}
header .search-form input[type=search].search-field {
  border: 2px solid #000;
  width: 276px;
  /* height: 20px; */
  padding: 5px;
  line-height: 13px;
  font-size: 12px;
}
header .social-share .sharelabel {
  line-height: 30px;
}
header .search-submit {
  border-radius: 0 2px 2px 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: -2px;
  width: 42px;
}
header .donate {
  color: #000;
  font-size: 15px;
  font-weight: 900;
  margin-right: 22px;
  text-transform: uppercase;
  line-height: 30px;
}
header .search-form {
  position: relative;
}
header .search-form input[type=text] {
  border: 2px solid #000;
  width: 276px;
  height: 20px;
  padding: 4px;
}
header .search-form .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
header button[type=submit], header .btn-search-filter {
  background: transparent;
  border: none;
  width: 18px;
  height: 22px;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
}

/************************************
***    Main Menu                  ***
*************************************/
.main-navigation {
  background: #434343;
  position: relative;
  height: 55px;
  width: 100%;
  z-index: 10;
}
@media (min-width: 992px) {
  .main-navigation ul {
    list-style: none;
    margin: 0;
  }
  .main-navigation ul.main-nav {
    float: left;
    margin: 0;
    padding: 0;
  }
  .main-navigation ul.main-nav li {
    display: inline-block;
    position: static;
  }
  .main-navigation ul.main-nav li:hover > div.level-2 {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    visibility: visible;
  }
  .main-navigation ul.main-nav li a {
    color: #fff;
    display: block;
    line-height: 1.3125;
    outline-offset: -1px;
    padding: 16px 17px;
    font-size: 1.1em;
    text-transform: uppercase;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
    background-color: transparent;
  }
  .main-navigation ul.main-nav li:hover > a, .main-navigation ul.main-nav li:focus > a, .main-navigation ul.main-nav li.current-menu-item > a, .main-navigation ul.main-nav li.current-menu-ancestor > a {
    background: #f8971d;
  }
  .main-navigation ul.main-nav > li > a {
    -webkit-transition: background 0.2s ease-in-out 0s;
    transition: background 0.2s ease-in-out 0s;
  }
  .main-navigation ul div.level-2 {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    display: inherit;
    margin: 0;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    visibility: hidden;
    background-color: rgba(88, 88, 88, 0.9);
  }
  .main-navigation ul div.level-2 li {
    position: relative;
  }
  .main-navigation ul div.level-2 li:hover > a, .main-navigation ul div.level-2 li:focus > a, .main-navigation ul div.level-2 li.current-menu-item > a, .main-navigation ul div.level-2 li.current-menu-ancestor > a {
    background: none;
    text-decoration: underline;
  }
  .main-navigation ul div.level-2 a {
    color: #FFF;
    font-family: "DIN Next LT W04 Medium", Helvetica, Arial;
    font-size: 16px;
    width: 100%;
    padding: 15px 0;
    outline-offset: 0;
    text-transform: none;
  }
  .main-navigation ul div.level-2 .current-menu-item > a, .main-navigation ul div.level-2 .current-menu-ancestor > a {
    background: none;
    text-decoration: underline;
  }
  .main-navigation ul div.level-2 .see-more-icon {
    cursor: pointer;
    color: #FF9933;
    font-size: 12px;
    font-weight: normal;
  }
  .main-navigation ul ul.level-3 li {
    display: block;
    height: auto;
    line-height: 1.09091;
    width: 100%;
  }
  .main-navigation ul ul.level-3 li > a {
    width: auto;
    display: inline-block;
    margin-left: 10px;
    padding: 10px 0;
    color: #f8971d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
  }
  .main-navigation ul ul.level-3 li.no-children > a {
    margin-left: 20px;
  }
  .main-navigation ul ul.level-3 li.show-children ul.level-4 {
    display: block;
  }
  .main-navigation ul ul.level-4 {
    display: none;
    margin-left: 6px;
  }
  .main-navigation ul ul.level-4 li > a {
    display: inline-block;
    color: #FBC177;
    padding: 6px 0;
  }
}
@media (max-width: 1200px) {
  .main-navigation .container.nav-container {
    max-width: none;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .main-navigation ul.main-nav > li > a {
    padding: 16px 15px;
  }
}
@media (max-width: 991px) {
  .main-navigation {
    max-height: 400px;
    overflow-y: auto;
  }
  .main-navigation.height-helper {
    height: 400px;
  }
  .main-navigation .nav-container {
    padding-right: 30px;
  }
  .main-navigation .mobile-menu-icon, .main-navigation .mobile-menu-close {
    float: right;
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 10;
    color: #f8971d;
  }
  .main-navigation ul.main-nav li.level-1 {
    display: block;
  }
  .main-navigation ul.main-nav li a {
    color: #FFF;
    display: block;
    padding: 15px;
    font-size: 1.1em;
    text-transform: uppercase;
  }
  .main-navigation ul.main-nav li.current-menu-item > a, .main-navigation ul.main-nav li.current-menu-ancestor > a {
    color: #f8971d;
  }
  .main-navigation ul.main-nav div.level-2 {
    background-color: rgba(88, 88, 88, 0.9);
  }
  .main-navigation ul.main-nav div.level-2 li {
    position: relative;
  }
  .main-navigation ul.main-nav div.level-2 li.current-menu-item > a, .main-navigation ul.main-nav div.level-2 li.current-menu-ancestor > a {
    text-decoration: underline;
  }
  .main-navigation ul.main-nav div.level-2 a {
    font-family: "DIN Next LT W04 Medium", Helvetica, Arial;
    font-size: 16px;
    width: 100%;
    padding: 8px 0;
    text-transform: capitalize;
  }
  .main-navigation ul.main-nav div.level-2 .current-menu-item > a, .main-navigation ul.main-nav div.level-2 .current-menu-ancestor > a {
    text-decoration: underline;
  }
  .main-navigation ul.main-nav div.level-2 .see-more-icon {
    cursor: pointer;
    color: #FF9933;
    font-size: 12px;
    font-weight: normal;
  }
  .main-navigation ul.main-nav ul.level-3 li {
    display: block;
    height: auto;
    line-height: 1.09091;
    width: 100%;
  }
  .main-navigation ul.main-nav ul.level-3 li > a {
    width: auto;
    display: inline-block;
    margin-left: 10px;
    padding: 10px 0;
    color: #f8971d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
  }
  .main-navigation ul.main-nav ul.level-3 li.no-children > a {
    margin-left: 20px;
  }
  .main-navigation ul.main-nav ul.level-3 li.show-children ul.level-4 {
    display: block;
  }
  .main-navigation ul.main-nav ul.level-4 {
    display: none;
    margin-left: 6px;
  }
  .main-navigation ul.main-nav ul.level-4 li > a {
    display: block;
    color: #FBC177;
    padding: 6px 0;
  }
}

/************************************
***    post Navigation             ***
*************************************/
/**
*  Style for Homepage section
*/
/************************************
***    Homepage Top Carousel      ***
*************************************/
.home #primary {
  margin: 0;
  padding: 0;
}

#banner {
  width: 100%;
}
#banner .banner-section {
  padding: 50px;
}

#carousel-homepagetop {
  display: block;
  /* arrow control*/
}
#carousel-homepagetop .carousel-control .icon-prev::before,
#carousel-homepagetop .carousel-control .icon-next::before {
  content: "";
}
#carousel-homepagetop .carousel-item {
  padding-left: 65px;
}
#carousel-homepagetop .carousel-item h2 {
  color: #FFF;
  font-size: 4.8em !important;
  line-height: 95%;
  width: 100px;
  text-transform: uppercase;
  text-shadow: 2px 2px #1a1a1a;
  position: absolute;
  top: 30px;
  left: -20px;
  z-index: 3;
}
#carousel-homepagetop .carousel-item .carousel-row {
  position: relative;
  z-index: 1;
}
#carousel-homepagetop .carousel-item .col-slidepairbox {
  display: block;
  min-height: 712px;
  position: relative;
  z-index: 2;
}
#carousel-homepagetop .carousel-item .col-slidepairbox .bgimg {
  max-width: 393px;
  max-height: 710px;
  -o-object-fit: cover;
     object-fit: cover;
}
#carousel-homepagetop .carousel-item .col-slidepairbox .bottomwrap {
  text-align: right;
  display: block;
  color: #FFF;
  width: 65%;
  position: absolute;
  left: 15%;
  bottom: 12%;
}
#carousel-homepagetop .carousel-item .col-slidepairbox .bottomwrap .slide_details_box {
  border: 3px solid #FFF;
  width: 100%;
  display: block;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  text-align: left;
}
#carousel-homepagetop .carousel-item .col-slidepairbox .bottomwrap .slide_details_box h3 {
  color: inherit;
  font-size: 24px;
  font-weight: normal;
  font-family: "DIN Next LT W04 Medium", Arial, Helvetica, sans-serif;
  padding-bottom: 15px;
}
#carousel-homepagetop .carousel-item .col-slidepairbox .bottomwrap .slide_details_box p {
  font-size: 20px;
  line-height: 110%;
  padding-bottom: 0;
  margin-bottom: 0;
}
#carousel-homepagetop .carousel-control {
  background-image: none;
  z-index: 4;
}
#carousel-homepagetop .carousel-control .icon-prev {
  left: -40px;
}
#carousel-homepagetop .carousel-control .icon-next {
  right: 30px;
}

/*vertical navigation*/
.vertical-nav {
  position: fixed;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 99;
}

.vertical-nav li {
  list-style-type: none;
  margin-bottom: 17px;
}

.vertical-nav li:last-child {
  margin-bottom: 0;
}

.vertical-nav li a.active {
  background: #f8971d;
}

.vertical-nav li a {
  background: rgba(248, 151, 29, 0.5);
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

/************************************
***    Polio Now Carousel         ***
*************************************/
#polio-now {
  position: relative;
}
#polio-now .polio-now-section {
  padding-top: 150px;
  padding-bottom: 50px;
}
#polio-now h2 {
  color: #f8971d !important;
  text-transform: uppercase !important;
  font-family: "DIN Next LT W04 Bold";
  font-size: 5.5em !important;
  text-shadow: 3px 0px 0px rgba(0, 0, 0, 0.5) !important;
}

.polio-slider {
  display: block;
}

#carousel-polionow .carousel-inner {
  height: 250px;
}
#carousel-polionow .carousel-control {
  z-index: 4;
}
#carousel-polionow .carousel-control.left, #carousel-polionow .carousel-control.right {
  background-image: none;
}
#carousel-polionow .carousel-control.left {
  left: 0;
}
#carousel-polionow .carousel-control .icon-prev::before, #carousel-polionow .carousel-control .icon-next::before {
  content: "";
}
#carousel-polionow .carousel-control .icon-prev {
  top: 28%;
  left: 0;
}
#carousel-polionow .carousel-control .icon-prev .fa {
  color: #025296;
}
#carousel-polionow .carousel-control .icon-next {
  right: 30px;
  top: 28%;
}
#carousel-polionow .carousel-control .icon-next .fa {
  color: #025296;
}

/************************************
***    where we work section       ***
*************************************/
#where-we-work h2 {
  width: 70%;
  color: #f8971d !important;
  text-transform: uppercase !important;
  font-family: "DIN Next LT W04 Bold", Arial, Helvetica, sans-serif;
  font-size: 5.5em !important;
  line-height: 90%;
  padding-bottom: 30px;
}
#where-we-work .where-we-section {
  padding: 100px 0;
}
#where-we-work ul li {
  position: relative;
  left: 0;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}
#where-we-work ul li:hover {
  left: 90px;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}
#where-we-work ul li:hover .country-count {
  color: #005cab;
}
#where-we-work .number {
  width: 50%;
  height: 60px;
  text-align: right;
}
#where-we-work .count {
  border-bottom: solid #000;
  margin-top: 0px;
  width: 50%;
}
#where-we-work .count h3 {
  margin-bottom: 10px;
}
#where-we-work .count h3, #where-we-work .count .countries {
  color: #000;
  text-transform: uppercase;
  font-size: 29px;
}
#where-we-work .counter-block {
  margin-top: 34px;
}
#where-we-work .countries {
  font-weight: 300;
}
#where-we-work .counter-block ul li {
  list-style-type: none;
  margin-bottom: 55px;
}
#where-we-work .country-count, #where-we-work .over-count {
  color: #f8971d;
  display: block;
  font-family: "DIN Next LT W04 Bold";
  font-size: 126px;
  text-transform: uppercase;
  margin-top: 15px;
}

/************************************
***    parallax section       ***
*************************************/
.parallax-box {
  margin: 0;
  padding: 0;
  position: relative;
  height: 700px;
  z-index: 3;
  /*strategic */
}
.parallax-box h2 {
  color: #f8971d !important;
  text-transform: uppercase !important;
  font-family: "DIN Next LT W04 Bold", Arial, Helvetica, sans-serif;
  font-size: 5em !important;
  line-height: 85%;
  padding-bottom: 30px;
}
.parallax-box .parallax-window {
  background-color: transparent;
  max-width: 100%;
  min-height: 700px;
  z-index: 3;
  overflow-x: hidden;
}
.parallax-box .parallax_layer-base {
  position: relative;
  z-index: 4;
}
.parallax-box .row {
  padding: 0 15px;
}
.parallax-box .col-content {
  padding-top: 5%;
}
.parallax-box .col-content p {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  line-height: 120%;
  color: #FFF;
}
.parallax-box.first .col-content p {
  line-height: 100%;
}
.parallax-box #strategic {
  position: relative;
}
.parallax-box .strategicbox {
  width: 100%;
}
.parallax-box .strategicbox:before {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  background: #005cab;
}
.parallax-box .end-game {
  margin: 0 0 120px 0;
}
.parallax-box .end-game h1 {
  color: #fff;
  text-shadow: 3px 0px 0px rgba(0, 0, 0, 0.5);
}
.parallax-box #wizard {
  margin: -60px 0 0 0;
}
.parallax-box .swMain > ul {
  display: table;
  list-style: none;
  margin: 0 0 40px 0;
  padding: 10px 0;
  position: relative;
  width: 100%;
  border-radius: 5px;
}
.parallax-box .swMain > ul li {
  display: table-cell;
  text-align: center;
  width: 1%;
}
.parallax-box .swMain > ul li:hover .stepNumber {
  border: 5px solid #005cab;
  background: #005cab;
  color: #fff;
}
.parallax-box .swMain > ul li > a:before {
  border-top: 10px solid #005cab;
  content: "";
  display: block;
  font-size: 0;
  height: 1px;
  overflow: hidden;
  position: relative;
  top: 42px;
  width: 100%;
  z-index: 1;
}
.parallax-box .swMain > ul li:first-child > a:before {
  left: 50%;
  max-width: 51%;
}
.parallax-box .swMain > ul li:last-child > a:before {
  max-width: 50%;
  width: 50%;
}
.parallax-box .swMain > ul li > a.selected:before, .parallax-box .swMain li > a.done:before {
  border-color: #10A86B;
}
.parallax-box .swMain > ul .stepNumber {
  background-color: #fff;
  border: 5px solid #fff;
  color: #005cab;
  border-radius: 100% 100% 100% 100%;
  display: inline-block;
  font-size: 26px;
  font-weight: 900;
  height: 69px;
  line-height: 60px;
  position: relative;
  text-align: center;
  width: 69px;
  z-index: 2;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.parallax-box .swMain > ul li > a.selected .stepNumber {
  border-color: #10A86B;
  color: #fff;
  background-color: #10A86B;
}
.parallax-box .swMain ul li > a.done .stepNumber, .parallax-box .swMain > ul li:last-child > a.selected .stepNumber {
  border-color: #007AFF;
  background-color: #007AFF;
  color: #fff;
  text-indent: -9999px;
}
.parallax-box .swMain ul li > a.done .stepNumber:before, .parallax-box .swMain > ul li:last-child > a.selected .stepNumber:before {
  content: "";
  display: inline;
  float: right;
  font-family: FontAwesome;
  font-weight: 300;
  height: auto;
  text-shadow: none;
  margin-right: 7px;
  text-indent: 0;
}
.parallax-box .swMain ul li > a.done.wait .stepNumber {
  background-color: #F6F6F6 !important;
  color: #CCCCCC !important;
  text-indent: 0px !important;
}
.parallax-box .swMain ul li > a.done.wait .stepNumber:before {
  content: "" !important;
}
.parallax-box .swMain > ul li .stepDesc {
  color: #fff;
  display: block;
  font-size: 25px;
  margin-top: 4px;
  max-width: 100%;
  table-layout: fixed;
  text-align: center;
  word-wrap: break-word;
  z-index: 104;
  padding: 0 30px;
}
.parallax-box .swMain > ul li .stepDesc p {
  font-family: "DIN Next LT W04 Bold";
  width: 76%;
  margin: 0 auto;
}
.parallax-box .swMain > ul li > a.selected .stepDesc, .parallax-box .swMain li > a.done .stepDesc {
  color: #000;
}
.parallax-box .swMain > ul li > a:hover {
  text-decoration: none;
}
.parallax-box .swMain > ul li > a.disabled {
  cursor: default;
}
.parallax-box .swMain .progress {
  margin-bottom: 30px;
}
.parallax-box .people-icon, .parallax-box .medical-icon, .parallax-box .arrows-icon, .parallax-box .diploma-icon {
  background-repeat: no-repeat;
  display: block;
  width: 56px;
  height: 56px;
  margin: 25px auto 25px auto;
}

/* end of .parllaxbox*/
#strategic.parllaxbox h2 {
  color: #FFF !important;
  text-shadow: 2px 2px #1a1a1a !important;
}

#publications .publication-section {
  padding: 75px 0 108px 0;
}
#publications h2 {
  color: #f8971d !important;
  text-transform: uppercase !important;
  font-family: "DIN Next LT W04 Bold", Arial, Helvetica, sans-serif;
  font-size: 5.5em !important;
  line-height: 90%;
  padding-bottom: 50px;
}

.row-homepage-publication {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-homepage-publication .col-homepage-publication {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.publisher-report {
  border-bottom: 4px solid #f8971d;
  margin-bottom: 77px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  background: transparent;
}
.publisher-report .imgtrapper {
  display: block;
  padding: 20px 40px;
}
.publisher-report .imgtrapper img {
  border: 3px solid #025296;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.publisher-report .report-info span {
  display: inline-block;
  margin-right: 10px;
  width: 10%;
}
.publisher-report .report-info p {
  display: inline-block;
  width: 85%;
}
.publisher-report:hover {
  background: #f8971d;
}
.publisher-report:hover .report-info span .fa {
  color: #FFF;
}
.publisher-report:hover .report-info p {
  color: #FFF;
}

.report-info {
  padding-bottom: 20px;
}
.report-info span {
  line-height: 24px;
  display: inline-block;
}
.report-info span .fa {
  width: 30px;
  margin-left: 10px;
  margin-right: 5px;
}
.report-info p {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 22px;
  vertical-align: top;
  padding-right: 10px;
  font-family: "DIN Next LT W04 Medium", Arial, Helvetica, sans-serif;
}

/**
*  Style for the different content elements
*/
/**
*  Style for the Internal content elements
*/
.common-link {
  display: inline-block;
  font-family: "DIN Next LT W04 Light Italic";
  text-decoration: underline;
}
.common-link:hover {
  color: #f8971d;
  text-decoration: underline;
}

/************************************
***    Highlighted Section Styles     ***
*************************************/
.row-highlight {
  background-color: #005cab;
  color: #FFF;
  padding: 40px 0;
  margin: 40px 0;
}
.row-highlight h2,
.row-highlight h3 {
  font-size: 1.5em !important;
  color: #FFF !important;
  letter-spacing: 0pt;
}
.row-highlight p,
.row-highlight ul {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  column-count: 2;
}
.row-highlight a {
  color: #f8971d;
}

/************************************
***    Internal General Styles     ***
*************************************/
.breadcrumbs-row {
  padding-top: 40px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.breadcrumbs-row a {
  color: #898888;
}
.breadcrumbs-row a:hover {
  color: #025296;
}

.headerImage-container {
  width: 100%;
  max-height: 320px;
}
.headerImage-container .headerImage {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.headerImage-container.financing {
  max-height: inherit;
}
.headerImage-container .wrapper {
  position: relative;
  z-index: 1;
  display: block;
}
.headerImage-container .wrapper .wrapper-inner {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
  /* IE6-9 */
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: block;
  top: 0;
  left: 0;
}
.headerImage-container .wrapper .row-financing-header {
  position: absolute;
  z-index: 3;
  bottom: 0;
  margin: 0 auto;
}
.headerImage-container .wrapper .row-financing-header h1 {
  color: #FFF;
  padding-bottom: 20px;
}
.headerImage-container .wrapper .row-financing-header p {
  color: #FFF;
  line-height: 120%;
}

#financing-sections .parallax-box {
  height: 500px;
}
#financing-sections .parallax-box .parallax-window {
  background-size: cover;
  background-position: center center;
  background-size: 100% auto;
  min-height: 500px;
}

#primary h1,
#primary h2,
#primary h3,
#primary h4,
#primary h5,
#primary h6 {
  margin: 0;
  padding: 0;
  font-size: 4em;
  color: #f8971d;
  padding: 40px 0 20px 0;
  text-shadow: none;
  font-weight: normal;
  text-transform: none;
}
#primary h1 {
  line-height: 80%;
}
#primary h2 {
  font-size: 2.4em;
  letter-spacing: 1px;
  font-family: "DIN Next LT W04 Bold", Arial, Helvetica, sans-serif;
  color: #025296;
  padding: 20px 0 10px 0;
}
#primary h3 {
  font-size: 1.7em;
  color: #f8971d;
  font-family: "DIN Next LT W04 Medium", Arial, Helvetica, sans-serif;
  padding: 10px 0;
}
#primary h4 {
  font-size: 1.8em;
  color: #005cab;
  padding: 10px 0;
}
#primary h5,
#primary h6 {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
#primary p {
  font-size: 1.3em;
  line-height: 110%;
}
#primary.internal {
  padding-bottom: 50px;
}
#primary ul li,
#primary ol li {
  font-size: 1.3rem;
}

#our-goal {
  background: #434343;
  margin-bottom: 50px;
}
#our-goal .number .country-count,
#our-goal .number .over-count {
  color: #fff;
}
#our-goal .letter-small {
  font-size: 40px;
}
#our-goal .our-goal {
  padding: 40px 0;
}
#our-goal .our-goal .count {
  border-bottom: none;
}
#our-goal .our-goal .count h2 {
  color: #f8971d;
  font-family: "DIN Next LT W04 Medium", Arial, Helvetica, sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-left: 5px;
}
#our-goal .counter-block {
  clear: both;
  padding-top: 60px;
}
#our-goal .counter-block ul {
  margin: 0;
  padding: 0;
}
#our-goal .counter-block ul li {
  list-style-type: none;
}
#our-goal .counter-block .col-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#our-goal .counter-block .number {
  width: 40%;
  float: left;
  text-align: right;
}
#our-goal .counter-block .number .letter-small {
  font-size: 20px;
  font-family: "DIN Next LT W04 Medium", Arial, Helvetica, sans-serif;
  text-align: right;
}
#our-goal .counter-block .number .counter,
#our-goal .counter-block .number .letter-big {
  font-size: 80px;
  font-family: "DIN Next LT W04 Bold", Arial, Helvetica, sans-serif;
  color: white;
}
#our-goal .counter-block .count {
  width: 60%;
  float: left;
  position: relative;
}
#our-goal .counter-block .count h2 {
  line-height: 90%;
  position: relative;
  top: -35px;
}

.tools-pagination {
  text-align: center;
  padding: 20px 0;
}
.tools-pagination a {
  font-weight: bold;
  font-size: 0.9em;
  padding: 3px 7px;
  margin-right: 15px;
}
.tools-pagination a:hover, .tools-pagination a:focus {
  background-color: #f8971d;
  color: #FFF;
}
.tools-pagination span {
  font-weight: bold;
  font-size: 0.9em;
  padding: 3px 7px;
  margin-right: 15px;
}
.tools-pagination span.current {
  background-color: #f8971d;
  color: #FFF;
}

/************************************
***    Accordion Module             ***
*************************************/
.accordion {
  padding-bottom: 20px;
  font-size: inherit;
}
.accordion .panel-heading {
  margin: 0;
  padding: 0;
  border: none;
  background: #fff;
  padding-left: 10px;
  -webkit-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}
.accordion .panel-heading .panel-title {
  margin: 0;
  padding: 0;
  letter-spacing: 2px !important;
  padding-left: 35px;
  font-size: 1.3em !important;
}
.accordion .panel-heading .panel-title a {
  color: #025296 !important;
}
.accordion .panel-heading .panel-title a:before {
  content: "-";
  color: #005cab;
  margin-right: 5px;
  width: 35px;
  text-align: center;
}
.accordion .panel-heading .panel-title a.collapsed {
  color: #000 !important;
}
.accordion .panel-heading .panel-title a.collapsed:before {
  content: "+";
  color: #005cab;
  margin-right: 5px;
  width: 35px;
  text-align: center;
}
.accordion .panel-heading:hover {
  background-color: #005cab;
}
.accordion .panel-heading:hover .panel-title a {
  color: #FFF !important;
}
.accordion .panel-heading:hover .panel-title a:before {
  color: #FFF;
}
.accordion .panel-collapse {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 0px 35px;
}
.accordion .panel-collapse h1,
.accordion .panel-collapse h2,
.accordion .panel-collapse h3,
.accordion .panel-collapse h4,
.accordion .panel-collapse h5 {
  font-size: 1.3em !important;
  color: #f8971d;
  text-shadow: none;
  padding-bottom: 10px !important;
}
.accordion .panel-collapse h6 {
  font-size: 0.9em;
  color: #005cab !important;
  font-family: "DIN Next LT W04 Light", Arial, Helvetica, sans-serif;
  padding-bottom: 10px !important;
}
.accordion .panel-collapse p {
  font-size: 1.2em !important;
  line-height: 120%;
}

/****************************************************
  ***      Download with Featured Image             ***
  ****************************************************/
.row-downloadWFImg {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 45px;
}
.row-downloadWFImg .col-pdffile {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.row-downloadWFImg .downloadImgBox {
  display: block;
  padding: 10% 15%;
  width: 100%;
  clear: both;
}
.row-downloadWFImg .downloadImgBox img {
  border: 2px solid #025296;
  display: inline-block;
}
.row-downloadWFImg .downloadTitle {
  background-color: #005cab;
  color: #FFF;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: block;
}
.row-downloadWFImg .downloadTitle .icon {
  padding-right: 10px;
  color: #f8971d;
  display: inline-block;
  width: 10%;
  min-width: 35px;
}
.row-downloadWFImg .downloadTitle .title {
  line-height: 110%;
  font-size: 1em;
  font-family: "DIN Next LT W04 Bold", Arial, Helvetica, sans-serif;
  display: inline-block;
  vertical-align: top;
  width: 80%;
}
.row-downloadWFImg .downloadTitle:hover {
  background-color: #f8971d;
}
.row-downloadWFImg .downloadTitle:hover .icon {
  color: #FFF;
}
.row-downloadWFImg .report-info {
  padding: 10px;
  display: block;
  font-size: 1.1em;
}
.row-downloadWFImg .report-info a {
  text-decoration: underline;
}

/***************************************************************************
  ***      Download without Image & Related Resource Link                ***
  ***************************************************************************/
.row-downloadFile,
.row-related-resources {
  padding-bottom: 45px;
}
.row-downloadFile .downloadFile,
.row-related-resources .downloadFile {
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.row-downloadFile .downloadFile .fa,
.row-related-resources .downloadFile .fa {
  padding: 0 10px;
  color: #f8971d;
  float: left;
  width: 10%;
  min-width: 28px;
}
.row-downloadFile .downloadFile .filetitle,
.row-related-resources .downloadFile .filetitle {
  color: #000 !important;
  float: left;
  width: 88%;
  font-size: 1.3em;
  font-family: "DIN Next LT W04 Medium", Arial, Helvetica, sans-serif;
}
.row-downloadFile .downloadFile:hover,
.row-related-resources .downloadFile:hover {
  cursor: pointer;
  background-color: #005cab;
}
.row-downloadFile .downloadFile:hover .fa,
.row-downloadFile .downloadFile:hover .filetitle,
.row-related-resources .downloadFile:hover .fa,
.row-related-resources .downloadFile:hover .filetitle {
  color: #FFF !important;
}

/****************************************************
  ***      Related Resources Link                   ***
  ****************************************************/
.row-related-resources .downloadFile .fa {
  float: left;
  width: 10%;
  min-width: 28px;
  max-width: 50px;
}
.row-related-resources .downloadFile .filetitle {
  width: 88%;
}

/****************************************************
  ***      full image with credit                  ***
  ****************************************************/
.row-fullimg {
  position: relative;
  z-index: 1;
}
.row-fullimg .credit {
  position: absolute;
  top: 10px;
  left: 2.5%;
  z-index: 3;
  color: #FFF;
  opacity: 0.8;
}
.row-fullimg img {
  width: 100%;
  position: relative;
  z-index: 2;
}

/****************************************************
  ***      full image with credit                  ***
  ****************************************************/
.row-fullwidthSlider {
  margin: 0;
  padding: 0;
}
.row-fullwidthSlider .col-xs-12 {
  margin: 0;
  padding: 0;
}
.row-fullwidthSlider .fullwidth-content-carousel {
  width: 100%;
}
.row-fullwidthSlider .fullwidth-content-carousel .carousel-inner {
  max-height: 520px;
}
.row-fullwidthSlider .fullwidth-content-carousel .carousel-item {
  background-size: cover !important;
  width: 100%;
  height: 520px;
  overflow: hidden;
}
.row-fullwidthSlider .fullwidth-content-carousel .carousel-item .left {
  float: left;
}
.row-fullwidthSlider .fullwidth-content-carousel .carousel-item .right {
  float: right;
}
.row-fullwidthSlider .fullwidth-content-carousel .carousel-item-wrap {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(192, 192, 192, 0.6);
}
.row-fullwidthSlider .fullwidth-content-carousel .mainImg {
  padding: 0 10%;
  margin-top: 5%;
  height: auto;
}
.row-fullwidthSlider .fullwidth-content-carousel .carousel-caption {
  position: relative;
  bottom: 25%;
  padding: 1% 1% 2% 1%;
  max-width: 60%;
  border: 4px solid #FFF;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: left;
}
.row-fullwidthSlider .fullwidth-content-carousel .carousel-caption h3 {
  color: #FFF;
  font-size: 1.5em;
  font-family: "DIN Next LT W04 Light", Arial, Helvetica, sans-serif;
  text-shadow: none;
  padding-bottom: 10px;
}
.row-fullwidthSlider .fullwidth-content-carousel .carousel-caption p {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  line-height: 120%;
}
.row-fullwidthSlider .fullwidth-content-carousel .carousel-caption .common-btn {
  position: absolute;
  bottom: -15px;
  margin-left: 5%;
}
.row-fullwidthSlider .fullwidth-content-carousel .carousel-control {
  z-index: 5;
  top: 20px;
}
.row-fullwidthSlider .fullwidth-content-carousel .carousel-control .icon-prev::before,
.row-fullwidthSlider .fullwidth-content-carousel .carousel-control .icon-next::before {
  content: "";
}
.row-fullwidthSlider .fullwidth-content-carousel .carousel-control .icon-prev {
  left: 100%;
}
.row-fullwidthSlider .fullwidth-content-carousel .carousel-control .icon-next {
  right: 100%;
}

/*********************************************
  ***       Content Gallery                  ***
  **********************************************/
.content-carousel {
  margin-top: 30px;
}
.content-carousel .carousel-inner {
  height: 600px;
  overflow: hidden;
  position: relative;
}
.content-carousel .carousel-item {
  height: 600px;
  text-align: center;
}
.content-carousel .carousel-item .image-wrap {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.content-carousel .carousel-item .image-wrap a.fullscreen-icon {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 5 !important;
}
@media screen and (max-width: 768px) {
  .content-carousel .carousel-item .image-wrap a.fullscreen-icon {
    display: none;
  }
}
.content-carousel .carousel-item .image-wrap img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-carousel .carousel-item .carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  padding-top: 10px;
  padding-bottom: 5px;
  text-shadow: none;
}
.content-carousel .carousel-item .carousel-caption .row {
  color: #f8971d;
  font-size: 0.8em;
}
.content-carousel .carousel-item .carousel-caption .title {
  clear: both;
  display: block;
  font-weight: bold;
  padding-bottom: 5px;
  color: #000;
}
.content-carousel .carousel-item .carousel-caption p {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  width: 100%;
  font-size: 1em !important;
  color: #000;
  text-align: left;
}
.content-carousel .carousel-control {
  z-index: 4;
  top: 20px;
}
.content-carousel .carousel-control .icon-next,
.content-carousel .carousel-control .icon-prev {
  top: 30%;
}
.content-carousel .carousel-control .icon-next .fa,
.content-carousel .carousel-control .icon-prev .fa {
  color: #025296;
}
.content-carousel .carousel-control.left, .content-carousel .carousel-control.right {
  background-image: none;
}
.content-carousel .carousel-control .icon-prev::before,
.content-carousel .carousel-control .icon-next::before {
  content: "";
}

/*********************************************
***       Image Lightbox Overlay            ***
**********************************************/
html.swipebox {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-slider {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#swipebox-overlay {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

#swipebox-action,
#swipebox-caption {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}

#swipebox-slider .slide {
  background: url("./assets/images/icons/loader.gif") no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-action,
#swipebox-caption {
  position: absolute;
  bottom: 0;
  z-index: 999;
  width: 100%;
}

#swipebox-action {
  top: 0;
  opacity: 0;
  height: 0;
}

#swipebox-action.visible-bars {
  top: 0;
  opacity: 1;
}

#swipebox-action.force-visible-bars {
  opacity: 1 !important;
}

#swipebox-caption {
  opacity: 0;
}

#swipebox-caption.visible-bars {
  opacity: 1;
}

#swipebox-caption.force-visible-bars {
  opacity: 1 !important;
}

#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background: transparent url("./assets/images/icons/icons.png") no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  right: 0;
}

#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  left: 0;
  top: 50%;
  margin-top: -25px;
}

#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 0;
  top: 50%;
  margin-top: -25px;
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}
/* Skin
--------------------------*/
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.8);
}

#swipebox-slider {
  height: 80%;
  padding-top: 2%;
}
@media screen and (max-width: 1200px) {
  #swipebox-slider {
    height: 75%;
  }
}
@media screen and (max-width: 992px) {
  #swipebox-slider {
    height: 65%;
  }
}
@media screen and (max-width: 640px) {
  #swipebox-slider {
    height: 40%;
  }
}

#swipebox-caption {
  height: 20%;
}
@media screen and (max-width: 1200px) {
  #swipebox-caption {
    height: 25%;
  }
}
@media screen and (max-width: 992px) {
  #swipebox-caption {
    height: 35%;
  }
}
@media screen and (max-width: 640px) {
  #swipebox-caption {
    height: 60%;
  }
}

#swipebox-caption .summary {
  color: white;
  font-size: 1rem;
  text-align: left;
  white-space: normal;
  padding-left: 15%;
  padding-right: 15%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  #swipebox-caption .summary {
    margin: 5px;
    padding: 5px;
    line-height: 120%;
    font-size: 0.9rem;
  }
}
#swipebox-caption .summary br {
  height: 5px;
}

#swipebox-caption .title {
  font-size: 13px;
  line-height: 13px;
  width: 100%;
  display: block;
  color: white;
  text-align: center;
  padding-top: 15px;
}

#swipebox-caption .counter {
  display: none;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  color: white;
  float: left;
  text-shadow: 1px 1px #1a1818;
  margin: 15px;
  left: 0;
}

/*********************************************
  ***       figure in content                ***
  **********************************************/
#primary figure {
  margin: 0;
  padding: 0;
  border: solid 1px #005cab;
  display: block;
  margin-bottom: 20px;
  max-width: 100% !important;
  height: auto !important;
}
#primary figure img {
  image-rendering: auto !important;
}
#primary figure.alignleft {
  float: left;
  padding: 8px;
  margin: 0.5em 1em 0.5em 0;
}
#primary figure.alignright {
  float: right;
  padding: 8px;
  margin: 0.5em 0 0.5em 1em;
}
#primary figure.aligncenter {
  float: none;
  padding: 8px;
  margin: 0 auto;
  margin-bottom: 1.5em;
}
#primary figure .wp-caption-text {
  margin-top: 10px;
  font-size: 0.8em;
  line-height: 125%;
}
#primary p {
  display: block;
}

/*********************************************
***       Summary Box                      ***
**********************************************/
.row-summarybox .summarybox {
  margin: 80px 0 50px 0;
  padding: 0;
}
.row-summarybox .col-noImageSummaryBox {
  border: 5px solid #f8971d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2% 8%;
}
.row-summarybox .col-ImageSummaryLeft {
  display: block;
  z-index: 1;
  width: 100%;
}
.row-summarybox .col-ImageSummaryLeft .txt-box {
  border: 5px solid #f8971d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2% 11% 2% 5%;
  width: 70%;
  height: 360px;
}
.row-summarybox .col-ImageSummaryLeft .img-box {
  width: 40%;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 2;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.row-summarybox .col-ImageSummaryLeft .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.row-summarybox .col-ImageSummaryRight {
  display: block;
  z-index: 1;
  width: 100%;
}
.row-summarybox .col-ImageSummaryRight .txt-box {
  border: 5px solid #f8971d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2% 5% 2% 11%;
  width: 70%;
  margin-left: 30%;
  height: 360px;
}
.row-summarybox .col-ImageSummaryRight .img-box {
  width: 40%;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 2;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.row-summarybox .col-ImageSummaryRight .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*********************************************
***       Timeline Carousel                ***
**********************************************/
.row-timeline {
  padding-top: 60px;
  position: relative;
}

#carousel-timeline {
  border-top: 5px solid #005cab;
}
#carousel-timeline .carousel-inner {
  height: 550px;
  display: block;
  overflow: hidden;
}
#carousel-timeline .carousel-item {
  background-size: cover !important;
  width: 100%;
  height: 100%;
}
#carousel-timeline .carousel-item .carousel-item-wrap {
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
#carousel-timeline .carousel-item .col-slideImg {
  padding-top: 5%;
  -o-object-fit: contain;
     object-fit: contain;
}
#carousel-timeline .carousel-item .col-slideImg .mainImg {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-height: 320px;
}
#carousel-timeline .carousel-item .carousel-caption {
  left: 17%;
  right: 17%;
  font-size: 0.8em;
  color: #FFF;
  text-align: left;
  bottom: auto;
}
#carousel-timeline .carousel-item .carousel-caption h3 {
  font-size: 1.4em;
  font-family: "DIN Next LT W04 Bold", Arial, Helvetica, sans-serif;
  color: #f8971d;
}
#carousel-timeline .carousel-control .fa {
  color: #005cab;
}
#carousel-timeline .carousel-control .icon-next,
#carousel-timeline .carousel-control .icon-prev {
  top: 25%;
}
#carousel-timeline .carousel-control .icon-next::before,
#carousel-timeline .carousel-control .icon-prev::before {
  content: "";
}
#carousel-timeline .carousel-control.left, #carousel-timeline .carousel-control.right {
  background-image: none !important;
}

#carousel-timeline-nav {
  position: absolute;
  top: -38px;
  left: 15px;
  z-index: 2;
  width: 97%;
  margin: 0;
  height: 53px;
  overflow: hidden;
}
#carousel-timeline-nav .carousel-inner {
  width: 100%;
  padding-left: 20px;
  position: static;
  left: auto;
  margin-left: auto;
  height: 100%;
}
#carousel-timeline-nav .carousel-item {
  width: 10%;
  display: inline-block;
}
#carousel-timeline-nav .carousel-item a::after {
  clear: both;
  margin-top: 4px;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 15px;
  background-color: #005cab;
}
#carousel-timeline-nav .carousel-item.active a::after {
  width: 18px;
  height: 18px;
  border-radius: 20px;
  margin-top: 7px;
}

.row-timelineSlider #timelineSlider {
  border-top: solid 3px #025296;
  position: relative;
}
.row-timelineSlider #timelineSlider li {
  list-style-type: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s linear;
  transition: visibility 0s, opacity 0.3s linear;
}
.row-timelineSlider #timelineSlider li.active {
  visibility: visible;
  opacity: 1;
}
.row-timelineSlider #timelineSlider .sliderwrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 450px;
  z-index: 1;
  text-align: center;
  background-color: #434343;
}
.row-timelineSlider #timelineSlider .sliderwrap .slider-innerwrap {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.row-timelineSlider #timelineSlider .sliderwrap .slider-innerwrap .image-wrap {
  margin-top: 60px;
  display: block;
  min-height: 250px;
}
.row-timelineSlider #timelineSlider .sliderwrap .slider-innerwrap .image-wrap img {
  max-width: 100%;
  max-height: 230px;
}
.row-timelineSlider #timelineSlider .sliderwrap .slider-innerwrap .slider-caption {
  text-align: left;
  color: #FFF;
  font-size: 14px;
  padding: 10px 30px;
}
.row-timelineSlider #timelineSlider .sliderwrap .slider-innerwrap .slider-caption .title {
  color: #f8971d;
  font-weight: bold;
}

.lSSlideOuter {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
.lSSlideOuter .lSPager {
  position: absolute;
  top: 0px;
  z-index: 3;
}
.lSSlideOuter .lSPager li {
  text-align: center;
  position: relative;
  list-style-type: none !important;
  top: -5px;
}
.lSSlideOuter .lSPager li a {
  border-radius: 0;
  font-size: 0.8em;
}
.lSSlideOuter .lSPager li a img {
  display: none !important;
}
.lSSlideOuter .lSPager li a::after {
  clear: both;
  content: "";
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 14px;
  background-color: #025296;
}
.lSSlideOuter .lSPager li.active {
  top: -7px;
}
.lSSlideOuter .lSPager li.active a::after {
  width: 16px;
  height: 16px;
  border-radius: 18px;
}

.lSSlideWrapper .lSAction > a {
  color: #025296;
}
.lSSlideWrapper .lSAction > a.lSPrev {
  background-image: none;
}
.lSSlideWrapper .lSAction > a.lSPrev::before {
  content: "";
  font-family: FontAwesome;
  font-size: 4em;
}
.lSSlideWrapper .lSAction > a.lSNext {
  background-image: none;
}
.lSSlideWrapper .lSAction > a.lSNext::before {
  content: "";
  font-family: FontAwesome;
  font-size: 4em;
}

.lightbox .modal-dialog .modal-content {
  text-align: center;
  background-color: transparent;
  border: 0px;
}
.lightbox .modal-dialog .modal-body {
  padding: 0;
}

/*********************************************
***       summarybox with background         ***
**********************************************/
.row-summarybox {
  margin-bottom: 40px;
}
.row-summarybox .col-summarybox {
  max-height: 400px;
}
.row-summarybox .col-summarybox .col-content-wrap {
  background-color: rgba(2, 82, 150, 0.1);
  padding: 20px;
  margin: 30px;
}
.row-summarybox .col-summarybox .col-content-wrap h2 {
  font-size: 1em;
  text-transform: uppercase !important;
}
.row-summarybox .col-summarybox .col-content-wrap p {
  color: #FFF;
  text-shadow: 2px 1px 2px #000;
}

/*********************************************
***       full width sub section heading      ***
**********************************************/
.row-full-width-subsec-hd {
  margin-bottom: 40px;
}
@media all and (min-width: 992px) {
  .row-full-width-subsec-hd {
    padding: 0 20px;
  }
}
.row-full-width-subsec-hd .col-12 {
  padding: 15px;
}
.row-full-width-subsec-hd .col-12 .box {
  border: 5px solid #f8971d;
  position: relative;
  padding: 10px 15px;
}
.row-full-width-subsec-hd .col-12 .box p {
  color: #025296;
}
.row-full-width-subsec-hd .col-12 .box .more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f8971d;
  color: #FFF;
  padding: 4px 10px;
}
.row-full-width-subsec-hd .col-12 .box.orange {
  background-color: #f8971d;
}
.row-full-width-subsec-hd .col-12 .box.orange h2 {
  color: #FFF !important;
}
.row-full-width-subsec-hd .col-12 .box.orange p {
  color: #FFF;
}
.row-full-width-subsec-hd .col-12 .box.orange .more-btn {
  background-color: #FFF;
  color: #f8971d;
}

/*********************************************
***       full width sub section         ***
**********************************************/
.SubSectionWrap {
  text-align: center;
}
@media all and (min-width: 992px) {
  .SubSectionWrap {
    padding: 0 15px;
  }
}

.subSection,
.full-width-subsec {
  position: relative;
  width: 20%;
  margin: 0 2%;
  margin-bottom: 35px;
  display: inline-block;
  vertical-align: top;
}
.subSection.subsec3,
.full-width-subsec.subsec3 {
  width: 20%;
  margin: 0 4%;
  margin-bottom: 35px;
}
@media all and (max-width: 992px) {
  .subSection,
.full-width-subsec {
    width: 42%;
    margin: 0 3%;
  }
  .subSection.subsec3,
.full-width-subsec.subsec3 {
    width: 90%;
  }
}
@media all and (max-width: 576px) {
  .subSection,
.full-width-subsec {
    width: 96%;
  }
}
.subSection .txt-box h3,
.full-width-subsec .txt-box h3 {
  padding: 0 !important;
  margin: 0 !important;
}
.subSection .txt-box p,
.full-width-subsec .txt-box p {
  margin-bottom: 15px !important;
}
.subSection .txt-box p:empty,
.full-width-subsec .txt-box p:empty {
  display: none !important;
  margin-bottom: 0;
}
.subSection .txt-box .hd-btn,
.full-width-subsec .txt-box .hd-btn {
  margin-top: 15px;
  min-height: 80px;
  background-color: #f8971d;
  color: #FFF;
  display: block;
  padding: 5px 10px;
  font-size: 1.2rem;
}
.subSection .txt-box .hd-btn.orange,
.full-width-subsec .txt-box .hd-btn.orange {
  background-color: #f8971d;
}
.subSection .txt-box .hd-btn.orange:hover,
.full-width-subsec .txt-box .hd-btn.orange:hover {
  background-color: #025296;
}
.subSection .txt-box .hd-btn.blue,
.full-width-subsec .txt-box .hd-btn.blue {
  background-color: #025296;
}
.subSection .txt-box .hd-btn.blue:hover,
.full-width-subsec .txt-box .hd-btn.blue:hover {
  background-color: #f8971d;
}
.subSection .img-box,
.full-width-subsec .img-box {
  height: 320px;
  border: 2px solid #f8971d;
}
.subSection .img-box.blue,
.full-width-subsec .img-box.blue {
  border: 2px solid #025296;
}
.subSection .img-box img,
.full-width-subsec .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*********************************************
***       Financing Page                    ***
**********************************************/
#financing-sections .parallaxbox {
  color: #FFF;
  min-height: 400px;
  background-size: auto;
}
#financing-sections .parallaxbox h2 {
  color: #FFF !important;
  text-transform: uppercase;
  font-family: "DIN Next LT W04 Bold", Arial, Helvetica, sans-serif;
  font-size: 4.5em;
  text-shadow: 3px 0px 0px rgba(0, 0, 0, 0.5);
}
#financing-sections .parallaxbox:first-child {
  min-height: 700px;
}
#financing-sections .parallax-txt {
  padding-top: 5%;
}
#financing-sections .row-financing-header h1 {
  margin-top: 25%;
  color: #FFF !important;
  text-transform: uppercase;
  font-family: "DIN Next LT W04 Bold", Arial, Helvetica, sans-serif;
  font-size: 4.5em;
  text-shadow: 3px 0px 0px rgba(0, 0, 0, 0.5);
}

/*******************************************
 ***       Tool & Library                ***
 ******************************************/
#primary .search-section input[type=text] {
  display: inline-block;
  width: 95%;
  border: 3px solid #000;
  border-radius: 0;
  font-family: "DIN Next LT W04 Light", Arial, Helvetica, sans-serif;
}
#primary .search-section .search-btn {
  background: transparent;
  border: 0;
  display: inline-block;
}
#primary .search-section .form-group h3 {
  font-size: 1.2em;
  color: #005cab;
  text-transform: uppercase;
}
#primary .search-section .form-group .checkbox {
  padding-left: 35px;
}
#primary .search-section .form-group .checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
#primary .search-section .form-group .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 3px solid #005cab;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#primary .search-section .form-group .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
#primary .search-section .form-group .checkbox input[type=checkbox] {
  opacity: 0;
}
#primary .search-section .form-group .checkbox input[type=checkbox]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#primary .search-section .form-group .checkbox input[type=checkbox]:checked + label::before {
  background-color: #005cab;
}
#primary .search-section .form-group .checkbox input[type=checkbox]:checked + label::after {
  font-family: "FontAwesome";
  top: -1px;
  color: #FFF;
}
#primary .search-section .form-group .checkbox input[type=checkbox]:disabled + label {
  opacity: 0.65;
}
#primary .search-section .form-group .checkbox input[type=checkbox]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
#primary .search-section .form-group .checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
#primary .search-section .form-group .checkbox.checkbox-inline {
  margin-top: 0;
}
#primary .search-section .form-group .checkbox-primary input[type=checkbox]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca;
}
#primary .search-section .form-group .checkbox-primary input[type=checkbox]:checked + label::after {
  color: #fff;
}
#primary .search-section .form-group .checkbox-danger input[type=checkbox]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
#primary .search-section .form-group .checkbox-danger input[type=checkbox]:checked + label::after {
  color: #fff;
}
#primary .search-section .form-group .checkbox-info input[type=checkbox]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
#primary .search-section .form-group .checkbox-info input[type=checkbox]:checked + label::after {
  color: #fff;
}
#primary .search-section .form-group .checkbox-warning input[type=checkbox]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
#primary .search-section .form-group .checkbox-warning input[type=checkbox]:checked + label::after {
  color: #fff;
}
#primary .search-section .form-group .checkbox-success input[type=checkbox]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
#primary .search-section .form-group .checkbox-success input[type=checkbox]:checked + label::after {
  color: #fff;
}

/*********************************************
***       Children Page Navigation          ***
**********************************************/
.row-children-page {
  border-top: solid 4px #f8971d;
  text-align: center;
  margin: 40px 0;
}
.row-children-page .col-childpage {
  position: relative;
  top: -52px;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  height: 90px;
}
.row-children-page .col-childpage a {
  display: block;
  text-align: center;
  padding: 15px 0;
}
.row-children-page .col-childpage a .number {
  margin: 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 30px;
  display: block;
  background-color: #f8971d;
  color: #FFF;
  font-size: 0.8em;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.row-children-page .col-childpage a .title {
  color: #025296;
  font-size: 19px !important;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0px;
}
.row-children-page .col-childpage a:hover .number {
  background-color: #005cab;
}
.row-children-page .col-childpage a p {
  padding-bottom: 0;
}
.row-children-page .col-childpage:nth-child(1) .title::before {
  width: 100%;
  padding: 15px 0;
  font-size: 2em !important;
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
  display: block;
  color: black;
}
.row-children-page .col-childpage:nth-child(2) .title::before {
  width: 100%;
  padding: 15px 0;
  font-size: 2em !important;
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
  display: block;
  color: black;
}
.row-children-page .col-childpage:nth-child(3) .title::before {
  width: 100%;
  padding: 15px 0;
  font-size: 2em !important;
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
  display: block;
  color: black;
}

/*********************************************
***       New Featured Page                ***
**********************************************/
.news-items-row .single-news-item {
  padding-top: 15px;
  padding-bottom: 30px;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.news-items-row .single-news-item .featured-image {
  padding-bottom: 30px;
  text-align: center;
}
.news-items-row .single-news-item .featured-image a {
  text-align: center;
  display: block;
  width: 100%;
}
.news-items-row .single-news-item .featured-image a img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-items-row .single-news-item .date {
  color: #f8971d;
  font-size: 0.8em;
}
.news-items-row .single-news-item .title {
  font-size: 1em;
  color: #025296;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .news-items-row .single-news-item .title {
    height: 50px;
  }
}
.news-items-row .single-news-item .summary {
  font-size: 1em;
  line-height: 120%;
  padding-bottom: 10px;
  border-bottom: solid 3px #f8971d;
}
.news-items-row .single-news-item:hover, .news-items-row .single-news-item:focus {
  background-color: #f8971d;
}
.news-items-row .single-news-item:hover .date, .news-items-row .single-news-item:focus .date {
  color: #025296;
}
.news-items-row .single-news-item:hover .title,
.news-items-row .single-news-item:hover .summary, .news-items-row .single-news-item:focus .title,
.news-items-row .single-news-item:focus .summary {
  color: #FFF;
}

/**************************************
***       single post               ***
**************************************/
#primary .single-news {
  padding-top: 20px;
}
#primary .single-news h1 {
  margin: 0;
  padding: 0;
  font-size: 2.4em;
  letter-spacing: 1px;
  font-family: "DIN Next LT W04 Bold", Arial, Helvetica, sans-serif;
  color: #025296;
  padding: 20px 0 10px 0;
}
#primary .single-news h2 {
  font-size: 2em;
}
#primary .single-news h2,
#primary .single-news h3,
#primary .single-news h4,
#primary .single-news h5 {
  display: inline-block;
}
#primary ul:not(.lSPager.lSGallery),
#primary ul:not(#timelineSlider) {
  padding: 10px 0;
}
#primary ul:not(.lSPager.lSGallery) ul li,
#primary ul:not(#timelineSlider) ul li {
  list-style-type: circle;
}
#primary .post-date {
  color: #f8971d;
  font-size: 0.8em;
}
#primary .col-social-share {
  padding-right: 20px;
}
#primary img.alignleft {
  float: left;
  padding-right: 15px;
}
#primary img.alignright {
  float: right;
  padding-left: 15px;
}
#primary img.aligncenter {
  clear: both;
  float: none;
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
}
#primary.internal table {
  border-collapse: collapse;
}
#primary.internal table thead {
  border: solid 1px #898888;
  border-width: 1px 0px;
}
#primary.internal table thead th h3 {
  font-size: 1.2em;
  font-family: "DIN Next LT W04 Light", Helvetica, Arial;
  font-weight: normal;
}
#primary.internal table thead tr:nth-child(2) {
  border-top: solid 1px #c5c4c4;
}
#primary.internal table tbody tr {
  border-bottom: dotted 1px #c5c4c4;
}

/*google search box */
#primary.internal .gsc-above-wrapper-area table,
#primary.internal .gsc-resultsRoot table {
  border-collapse: separate;
}
#primary.internal table.gsc-search-box {
  border-collapse: separate;
}
#primary.internal table.gsc-search-box tbody tr {
  border: 0;
}

.googleCustomSearch table.gsc-search-box .gsib_a {
  margin-top: 0;
}
.googleCustomSearch table.gsc-search-box input[type=text] {
  font-size: 14px;
}
.googleCustomSearch .gsc-input-box {
  height: 45px;
  width: 95%;
  border: 3px solid #000;
}
.googleCustomSearch .cse .gsc-search-button input.gsc-search-button-v2,
.googleCustomSearch input.gsc-search-button-v2 {
  width: auto !important;
  height: auto !important;
  border-color: #474747;
  background-color: #474747;
  background-image: none;
  -webkit-filter: none;
          filter: none;
  padding: 10px 27px;
}

/**************************************
***       Contact page              ***
**************************************/
#primary.contact h2 {
  text-transform: uppercase;
}
#primary.contact .summarybox .txt-box {
  height: 250px;
}
#primary.contact .col-address p {
  color: #f8971d;
}
#primary.contact .col-contact-form {
  padding-bottom: 40px;
}
#primary.contact .col-contact-form .formtext,
#primary.contact .col-contact-form .formtextarea,
#primary.contact .col-contact-form select {
  border: solid 2px #f8971d;
  color: #000;
  width: 100%;
  display: block;
  padding: 2px 10px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#primary.contact .col-contact-form .formtext:focus,
#primary.contact .col-contact-form .formtextarea:focus,
#primary.contact .col-contact-form select:focus {
  border: solid 2px #005cab;
}
#primary.contact .col-contact-form .formtextarea {
  height: 100px;
}
#primary.contact .col-contact-form select {
  background-color: #f8971d;
  font-family: "DIN Next LT W04 Medium", Arial, Helvetica, sans-serif;
}
#primary.contact .row-social-feed {
  margin: 0px;
  padding: 3% 4%;
  border: solid 5px #f8971d;
}

/*********************************
***       Search results       ***
**********************************/
.search-form input[type=search] {
  border: solid 2px #000;
  border-radius: 0;
  width: 276px;
}
.search-form button[type=submit] {
  background-color: transparent;
  border: 0;
}

.search-result-wrapper .result {
  color: #f8971d;
  padding: 5px 10px;
  font-weight: bold;
}
.search-result-wrapper .result .title a {
  color: #000;
}
.search-result-wrapper .result .result-meta a {
  color: #f8971d;
}
.search-result-wrapper .result:hover, .search-result-wrapper .result:focus {
  background-color: #025296;
}
.search-result-wrapper .result:hover .title a, .search-result-wrapper .result:focus .title a {
  color: #FFF;
}
.search-result-wrapper .result:hover .result-meta a, .search-result-wrapper .result:focus .result-meta a {
  color: #f8971d;
}

.search-form-with-filter {
  margin-top: 20px;
}
.search-form-with-filter .col-filter {
  display: inline;
  font-size: 1em;
  padding-top: 12px;
}
.search-form-with-filter .col-filter a {
  color: #000;
}
.search-form-with-filter .col-filter a::before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  font-size: 1em;
}
.search-form-with-filter .col-filter a.active::before {
  content: "";
  top: 5px;
}
.search-form-with-filter .col-filter:hover {
  color: #025296;
}

.search-filters .form-group .toggleoption {
  font-size: 16px;
  text-transform: capitalize;
  padding: 5px 10px;
}

/*********************************
***       WPV Table style       ***
**********************************/
.content-wpv-table {
  max-width: 1400px !important;
  margin: 0 auto;
}
.content-wpv-table #toolbar {
  display: inline-block;
  width: 200px;
  float: left;
  position: relative;
  top: 12px;
}
.content-wpv-table .fixed-table-toolbar .btn-group .btn[name=refresh] {
  background-color: #f8971d;
  color: white;
}

#wpv-table thead tr th {
  text-align: center;
}
#wpv-table thead tr th .th-inner,
#wpv-table thead tr th .fht-cell {
  padding: 3px;
  color: #f8971d;
  font-size: 0.9rem;
  text-transform: capitalize;
  text-overflow: "" !important;
  white-space: normal;
  line-height: 120%;
}
#wpv-table tbody tr td {
  text-align: center;
  font-size: 0.8rem;
  white-space: nowrap;
}
#wpv-table tbody tr td.wrapTxt {
  white-space: normal;
}
#wpv-table tbody tr td.country_cell {
  text-align: left;
  white-space: normal;
}
#wpv-table tbody tr td #show_full_table {
  color: #f8971d;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}
#wpv-table tbody tr.endemic_country_row {
  background: #ffd574;
}
@media screen and (min-width: 993px) {
  #wpv-table tbody tr.country_row {
    display: none;
  }
  #wpv-table tbody tr.country_row.show {
    display: table-row;
  }
}
@media screen and (max-width: 992px) {
  #wpv-table tbody tr.row_showmore {
    display: none;
  }
}
#wpv-table tbody tr.total_calculate_row {
  border-top: solid 2px #434343;
}
#wpv-table tbody tr.total_row {
  background: #f9f9f9;
}
#wpv-table tbody tr:hover {
  background: #ffefb7;
}
#wpv-table th.hashint {
  position: relative;
}
#wpv-table th.hashint .th-inner::after {
  position: absolute;
  top: -2px;
  right: 0;
  content: url(./assets/images/icons/asterisk.png);
  width: 15px;
  height: 15px;
  display: inline-block;
}
#wpv-table td.hashint {
  position: relative;
}
#wpv-table td.hashint::after {
  position: absolute;
  top: -2px;
  right: 0;
  content: url(./assets/images/icons/asterisk.png);
  width: 15px;
  height: 15px;
  display: inline-block;
}
#wpv-table.card-view .row_showmore {
  display: none;
}

.bootstrap-table .dropdown-menu {
  right: 0;
  left: auto;
}
.bootstrap-table .dropdown-menu .dropdown-item {
  font-size: 0.8rem;
}
.bootstrap-table .dropdown-menu .dropdown-item input {
  display: inline-block;
}
.bootstrap-table .dropdown-menu .dropdown-item div {
  display: inline-block;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.fixed-table-toolbar .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto;
}
.fixed-table-toolbar .dropdown-menu li {
  line-height: 25px;
}
.fixed-table-toolbar .dropdown-menu li:nth-child(2), .fixed-table-toolbar .dropdown-menu li:nth-child(3), .fixed-table-toolbar .dropdown-menu li:nth-child(5), .fixed-table-toolbar .dropdown-menu li:nth-child(6) {
  display: none;
}
.fixed-table-toolbar .dropdown-menu a {
  font-size: 1rem;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  .fixed-table-body {
    overflow-x: hidden;
  }
}
#primary .col-table-footer-notes p {
  margin-bottom: 5px;
  font-size: 0.8rem;
}
#primary .col-table-footer-notes ol li,
#primary .col-table-footer-notes ul li {
  font-size: 0.8rem;
}
#primary .col-table-footer-notes ol li {
  list-style: decimal;
}

.container-previous-reports {
  position: relative;
  background: #005cab;
}
.container-previous-reports .wrapper {
  min-height: 700px;
  overflow-y: hidden;
  font-weight: 300;
  color: #fff;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 80px 0px;
}
.container-previous-reports .wrapper .nav__wrapper {
  position: absolute;
  left: 0;
  top: 10%;
  height: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  width: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.container-previous-reports .wrapper .nav__wrapper .nav li {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-bottom: 1em;
}
.container-previous-reports .wrapper .nav__wrapper .nav li:after {
  content: "";
  display: block;
  border-left: 2px solid white;
  border-top: 2px solid white;
  height: 100vh;
  width: 20px;
  position: absolute;
  left: -30px;
  top: 15px;
}
.container-previous-reports .wrapper .nav__wrapper .nav li a {
  display: block;
  padding: 0;
  color: #fff;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.container-previous-reports .wrapper .nav__wrapper .nav li a:hover {
  background-color: transparent;
  padding-left: 1em;
}
.container-previous-reports .wrapper .nav__wrapper .nav li a:focus {
  background-color: transparent;
}
.container-previous-reports .wrapper .nav__wrapper .nav li.active {
  padding-left: 1em;
}
.container-previous-reports .wrapper .nav__wrapper .nav li.active .nav__counter {
  font-size: 30px;
}
.container-previous-reports .wrapper section {
  position: relative;
  z-index: 3;
  height: auto;
  font-size: 40px;
  font-weight: 100;
  padding: 20px 20px 30px 20px;
}
@media screen and (max-width: 768px) {
  .container-previous-reports .wrapper section {
    padding: 10px;
  }
}
.container-previous-reports .wrapper section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-items: flex-start;
}
.container-previous-reports .wrapper section .col-year-section-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  padding-bottom: 40px;
}
.container-previous-reports .wrapper section hr {
  clear: both;
  height: 1px;
  background: white;
  width: 100%;
  margin: 0;
  padding: 0;
  margin: 15px 0px;
}
.container-previous-reports .wrapper section h3 {
  font-size: 1.5rem;
  color: white;
  font-family: "DIN Next LT W04 Light", Arial, Helvetica, sans-serif;
  padding-bottom: 10px;
}
.container-previous-reports .wrapper section ul {
  margin: 0;
  padding: 0;
}
.container-previous-reports .wrapper section ul li {
  margin: 0;
  padding: 0;
}
.container-previous-reports .wrapper section ul li a {
  color: white;
  font-size: 1rem;
}

/**
*  Style for footer section
*/
/*footer*/
footer {
  background: #f8971d;
  padding: 84px 0;
}
footer p {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-family: "DIN Next LT W04 Medium";
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style-type: none;
}
footer ul li a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 22px;
  font-family: "DIN Next LT W04 Medium";
}
footer ul li a:hover {
  color: #fffffc;
}
footer .textwidget ul li a {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
footer .footer-add {
  padding: auto 0;
}

/* --footer*/
.footer-logo img {
  width: 100%;
}

.footer-bottom {
  padding: 30px 0;
}
.footer-bottom ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-bottom ul li {
  width: 19%;
  display: inline-block;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-bottom ul li img {
  max-width: 100%;
}
.footer-bottom ul li:hover {
  opacity: 0.7;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

/* --footer-bottom*/
.copyright {
  background: #f2eded;
}
.copyright p {
  color: #a6a5a5;
  margin: 0;
  font-size: 15px;
  line-height: 22px;
}
.copyright a {
  color: #a6a5a5;
}

/*overwrite styles */
@media (min-width: 1200px) {
  .container {
    max-width: 1190px;
  }
}
.ui-loader {
  display: none;
}

.ui-input-clear {
  display: none;
}

.md-scroll-mask {
  position: initial;
}

/** Responsive Embeds **/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  margin-bottom: 30px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* CSS Document */
@media (min-width: 1200px) {
  .site-header {
    padding-left: 4.5455%;
    padding-right: 4.5455%;
  }

  .row-summarybox .col-ImageSummaryLeft,
.row-summarybox .col-ImageSummaryRight {
    position: relative;
  }

  .row-fullwidthSlider .fullwidth-content-carousel .mainImg {
    max-height: 420px;
  }
}
@media (max-width: 1200px) {
  .polio-now-section .text-xs-right {
    text-align: left !important;
  }

  #our-goal .counter-block {
    padding-top: 10px;
  }
  #our-goal .counter-block .col-number {
    display: block;
    height: 100% !important;
    line-height: 100%;
    padding-bottom: 2rem;
  }
  #our-goal .counter-block .col-number .number {
    display: block;
    width: auto;
    float: none;
    text-align: left;
    height: auto;
    line-height: 1;
  }
  #our-goal .counter-block .col-number .number .letter-small {
    margin-left: 0.5rem;
  }
  #our-goal .counter-block .col-number .count {
    display: block;
    width: auto;
    float: none;
    line-height: 1;
  }
  #our-goal .counter-block .col-number .count h2 {
    top: 0;
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .row-fullwidthSlider .fullwidth-content-carousel .carousel-inner .carousel-caption {
    bottom: 0;
  }

  .vertical-nav {
    display: none;
  }
}
@media (max-width: 992px) {
  .lSSlideOuter .lSPager.lSGallery {
    display: none;
  }

  .row-timelineSlider #timelineSlider .sliderwrap .slider-innerwrap .slider-caption {
    margin: 15px;
    background-color: rgba(0, 0, 0, 0.3);
    overflow-y: hidden;
  }

  .parallax-box h2 {
    margin-left: 1.75%;
  }

  .parallax-box .swMain > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .parallax-box .swMain > ul li {
    width: 25%;
  }
  .parallax-box .swMain > ul li .stepDesc {
    font-size: 20px;
    padding: 0 10px;
  }

  section#banner .container {
    max-width: 100%;
  }
  section#banner .container #carousel-homepagetop .carousel-item {
    padding: 0;
  }
  section#banner .container #carousel-homepagetop .carousel-item h2 {
    width: 100%;
    left: 2rem;
  }
  section#banner .container #carousel-homepagetop .carousel-control .icon-prev {
    left: 0;
  }

  #polio-now .polio-now-section {
    padding-top: 100px;
    min-height: 100%;
  }
  #polio-now .polio-now-section .carousel-inner {
    min-height: 20rem;
  }
  #polio-now .polio-now-section .carousel-inner .carousel-item, #polio-now .polio-now-section .carousel-inner .carousel-item.active {
    min-height: 100%;
    height: 100%;
  }
  #polio-now .polio-now-section .carousel-inner .carousel-item .clr35, #polio-now .polio-now-section .carousel-inner .carousel-item.active .clr35 {
    height: 0;
  }

  table {
    width: 100% !important;
    display: block;
    height: 100% !important;
    margin-bottom: 0;
  }

  tbody {
    display: block;
  }

  thead {
    display: none;
  }

  tr {
    margin: 1rem 0;
    display: block;
    padding-bottom: 2rem;
  }

  tr:nth-child(2) {
    border-top: dotted 1px #c5c4c4;
    padding-top: 1rem;
  }

  tr:nth-of-type(2n) {
    background-color: inherit;
  }

  tr td:first-child {
    font-weight: bold;
    font-size: 1.3em;
    width: 100% !important;
    color: #f8971d;
  }

  tbody td {
    display: block;
    text-align: left;
    height: auto;
    width: 100% !important;
  }

  tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
  }

  #wpv-table thead {
    display: none !important;
  }
  #wpv-table tr:nth-child(2) {
    border-top: solid 1px #c5c4c4;
  }
}
@media (max-width: 768px) {
  header {
    text-align: center;
  }
  header .search-share-bar {
    padding-top: 20px;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  header .search-share-bar .social-share {
    display: block;
  }
  header .search-share-bar input[type=search].search-field {
    width: 200px;
  }
  header .donate {
    padding-left: 50px;
  }

  .row-fullwidthSlider .fullwidth-content-carousel .carousel-inner {
    max-height: 400px;
  }
  .row-fullwidthSlider .fullwidth-content-carousel .carousel-inner .carousel-caption {
    max-width: 80%;
    right: auto;
    left: auto;
    margin: auto;
  }
  .row-fullwidthSlider .fullwidth-content-carousel .carousel-inner .carousel-caption h3 {
    font-size: 1em;
  }
  .row-fullwidthSlider .fullwidth-content-carousel .carousel-inner .carousel-caption p {
    font-size: 1em;
  }
  .row-fullwidthSlider .fullwidth-content-carousel .carousel-inner .carousel-caption .common-btn {
    bottom: -25px;
  }
  .row-fullwidthSlider .carousel-control {
    width: 5%;
  }
  .row-fullwidthSlider .carousel-control .fa-4x {
    font-size: 2em;
  }

  #carousel-homepagetop .carousel-control .icon-prev {
    left: -35px;
  }

  #carousel-homepagetop .carousel-control .icon-next {
    right: -10px;
  }

  #carousel-homepagetop .carousel-item {
    padding-left: 0;
  }

  #carousel-homepagetop .carousel-item .col-slidepairbox {
    min-height: 550px;
    text-align: center;
    margin-bottom: 2rem;
  }
  #carousel-homepagetop .carousel-item .col-slidepairbox .bgimg {
    margin: 0 auto;
    display: block;
  }
  .polio-now-section .container {
    width: 100%;
    max-width: 100%;
  }
  .polio-now-section .container .clr20 {
    height: 0;
  }

  #carousel-polionow {
    min-height: 300px;
  }
  #carousel-polionow .carousel-inner {
    width: 90%;
    margin: 0 auto;
    height: 100%;
    min-height: 350px;
  }

  section#strategic.GpeiHomeParallax .row {
    text-align: center;
  }
  section#strategic.GpeiHomeParallax .row .text-xs-center {
    width: 100%;
  }
  section#strategic.GpeiHomeParallax h2 {
    font-size: 3.5em !important;
    margin-bottom: 1rem;
    text-align: center;
  }

  body.page-template-page-home-php #wizard > ul {
    display: table;
  }
  body.page-template-page-home-php #wizard > ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
  body.page-template-page-home-php #wizard > ul li .stepDesc {
    font-size: 20px;
    padding: 0 10px;
  }

  #carousel-polionow .carousel-control .icon-prev {
    left: 0;
  }

  #carousel-homepagetop .carousel-item h2, #where-we-work h2,
#polio-now h2, .parallax-box h2, #publications h2 {
    margin: 0;
    padding: 0;
    font-size: 3.5em !important;
  }

  .parallax-box h2 {
    margin-left: 2.35%;
    margin-bottom: 2rem;
  }

  #polio-now h2 {
    margin-left: 2.5rem;
  }

  #carousel-homepagetop .carousel-item h2 {
    left: 30px;
  }

  #where-we-work .country-count, #where-we-work .over-count {
    font-size: 100px;
    margin-top: 0;
  }

  #where-we-work .count h3, #where-we-work .count .countries {
    font-size: 25px;
    margin-top: -20px;
  }

  #wizard ul li .people-icon, #wizard ul li .stepDesc {
    display: block !important;
  }

  #where-we-work .where-we-section,
.parallax-box .col-content, #carousel-polionow .carousel-inner .carousel-item {
    margin: 0;
    padding: 0;
    margin: 20px 10px;
  }

  #polio-now .polio-now-section {
    margin: 0;
    padding: 0;
    padding: 20px 10px;
  }

  .parallax-box {
    min-height: 500px;
    height: auto;
  }
  .parallax-box .parallax-window {
    min-height: 500px;
  }

  .content-carousel .carousel-inner,
.content-carousel .carousel-inner .carousel-item {
    height: auto;
  }

  .content-carousel .carousel-item .image-wrap img {
    height: 250px;
  }

  .content-carousel .carousel-item .carousel-caption {
    position: static;
    bottom: auto;
  }
  .content-carousel .carousel-item .carousel-caption p {
    font-size: 0.9em !important;
  }

  .row-summarybox .col-ImageSummaryLeft,
.row-summarybox .col-ImageSummaryRight {
    border: 4px solid #f8971d;
    display: block;
    display: block;
  }
  .row-summarybox .col-ImageSummaryLeft .txt-box,
.row-summarybox .col-ImageSummaryRight .txt-box {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 10px;
    padding-bottom: 20px;
  }
  .row-summarybox .col-ImageSummaryLeft .img-box,
.row-summarybox .col-ImageSummaryRight .img-box {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
  }

  .row-summarybox .col-content-wrap {
    margin: 0 !important;
  }

  #primary.contact .summarybox .txt-box {
    height: auto;
  }

  .row-social-feed .col-facebook {
    margin-bottom: 30px;
  }

  #primary.contact .clr40 {
    height: 0;
  }

  .work-info {
    margin-bottom: 40px;
  }

  .row-timelineSlider #timelineSlider {
    border-top: 0;
  }
  .row-timelineSlider #timelineSlider .sliderwrap {
    height: 200px;
  }
  .row-timelineSlider #timelineSlider .sliderwrap .slider-innerwrap {
    background-color: rgba(0, 0, 0, 0);
  }
  .row-timelineSlider #timelineSlider .sliderwrap .slider-innerwrap .image-wrap {
    display: none;
  }

  .parallax-box .strategicbox:before {
    display: none;
  }

  #wizard ul li {
    display: block;
    width: 100%;
  }
  #wizard ul li a::before {
    border-top: 0;
    display: none;
  }
  #wizard ul li .stepNumber {
    display: none;
  }
  #wizard ul li .people-icon, #wizard ul li .stepDesc {
    display: inline-block;
  }

  footer {
    overflow: hidden;
    text-align: center;
  }
  footer .footer-logo {
    text-align: center;
    margin: 0 auto;
  }
  footer .footer-logo img {
    max-width: 311px;
  }
  footer .footer-add {
    padding-top: 20px;
  }
  footer .footer-nav ul li {
    display: inline-block;
    width: 48%;
  }
  footer .logo-right-footer {
    padding-top: 20px;
  }

  .row-downloadWFImg, .row-timelineSlider, .row-content-gallery,
.row-downloadFile, .row-highlight, .row-downloadWFImg,
.row-related-resources {
    border-bottom: solid 1px #c5c4c4;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 640px) {
  #our-goal .our-goal .count h2 {
    font-size: 1em;
    top: 0px;
  }

  .social-share {
    padding-top: 20px;
    position: relative;
    margin-left: 50%;
    left: -140px;
  }

  header .donate {
    padding-left: 0;
  }

  .row-highlight p, .row-highlight ul {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    column-count: 1;
  }

  section#banner .container #carousel-homepagetop .carousel-item h2 {
    text-align: center;
    left: auto;
    font-size: 2.5rem !important;
  }

  #polio-now .text-xs-right {
    text-align: left !important;
    margin-left: 5%;
  }

  #carousel-polionow .carousel-inner h2 {
    margin-left: 2rem;
  }
  #carousel-polionow .carousel-inner p {
    display: block;
    margin-botttom: 0;
  }
  #carousel-polionow .carousel-inner .clr35 {
    display: none;
  }
  #carousel-polionow .carousel-inner a.common-btn {
    margin-bottom: 2rem;
  }
  #carousel-polionow .carousel-inner .carousel-item {
    clear: both;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  #carousel-polionow .carousel-inner .col-sm-12 {
    float: none;
  }
  #carousel-polionow .carousel-control {
    display: none;
  }

  #internal iframe {
    width: 100%;
    height: 100%;
  }

  .row-fullwidthSlider .fullwidth-content-carousel .carousel-inner {
    max-height: 200px;
  }
  .row-fullwidthSlider .fullwidth-content-carousel .carousel-inner .carousel-item-wrap {
    padding-top: 40px;
  }
  .row-fullwidthSlider .fullwidth-content-carousel .carousel-inner .col-slideImg {
    display: none;
  }
  .row-fullwidthSlider .fullwidth-content-carousel .carousel-inner .carousel-caption p {
    display: none;
  }
  .row-fullwidthSlider .carousel-control {
    display: none;
  }

  .content-carousel .carousel-inner,
.content-carousel .carousel-inner .carousel-item {
    height: auto;
    padding-bottom: 25px;
  }

  .content-carousel .carousel-item .image-wrap {
    height: 250px;
  }

  .content-carousel .carousel-item {
    display: block;
  }

  .content-carousel .carousel-control {
    display: none;
  }

  .content-carousel .carousel-item .carousel-caption {
    height: auto;
    position: static;
    bottom: auto;
  }
  .content-carousel .carousel-item .carousel-caption .slidenumber {
    display: none;
  }

  .footer-bottom ul li {
    width: 100%;
    padding: 10%;
  }
}
@media (max-width: 480px) {
  section {
    overflow: hidden;
  }

  header .search-share-bar .social-share {
    clear: both;
    width: 100%;
    margin-left: 25%;
  }

  .header .search-share-bar .search-form {
    clear: both;
    width: 100%;
  }

  header .search-form input[type=search].search-field,
.social-share,
header .donate {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .social-share {
    left: auto;
  }

  .row-children-page {
    border-top: 0pt;
  }
  .row-children-page .col-childpage a .number {
    display: none;
  }

  #where-we-work h2, #polio-now h2, .parallax-box h2, #publications h2 {
    font-size: 2.6em !important;
    word-wrap: break-word;
    margin-top: 2rem;
  }

  .parallax-box h2 {
    margin-left: 3%;
    margin-bottom: 1rem;
  }

  section#strategic.GpeiHomeParallax h2 {
    margin: 2.35% 0;
    text-align: left;
  }

  section#banner .banner-section {
    padding: 0 25px;
  }
  section#banner .banner-section #carousel-homepagetop .carousel-control {
    display: none;
  }
  section#banner .banner-section #carousel-homepagetop .carousel-item {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  section#banner .banner-section #carousel-homepagetop .carousel-item h2 {
    position: static;
    font-size: 1.5em !important;
    text-align: left;
    margin-left: 1rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    width: 75%;
  }
  section#banner .banner-section #carousel-homepagetop .carousel-item .col-slidepairbox {
    min-height: 0;
    width: 100%;
    margin-bottom: 2rem;
  }
  section#banner .banner-section #carousel-homepagetop .carousel-item .col-slidepairbox .bgimg {
    display: none;
  }
  section#banner .banner-section #carousel-homepagetop .carousel-item .col-slidepairbox .bottomwrap {
    width: 80%;
    position: relative;
  }
}
@media (max-width: 414px) {
  #primary {
    width: 100%;
    overflow: hidden;
  }

  #primary figure {
    display: block;
    width: 100%;
    max-width: 100% !important;
    height: auto !important;
  }

  #primary p.alignwithimage {
    margin: 0;
    padding: 0;
    clear: both;
    display: block;
    width: 100%;
    padding-bottom: 15px;
  }

  #banner .banner-section, #polio-now .polio-now-section,
#publications .publication-section {
    margin: 0;
    padding: 0;
    margin: 0 5px 20px 5px;
  }

  .row-summarybox .col-noImageSummaryBox, .row-summarybox .summarybox,
.row-summarybox .col-ImageSummaryLeft, .row-summarybox .col-ImageSummaryRight {
    margin: 0;
    padding: 0;
    border: solid 2px #f8971d;
    margin: 20px 0;
    padding: 10px 5px;
  }

  .row-downloadFile, .row-related-resources {
    padding-bottom: 20px;
  }

  .accordion .panel-collapse {
    margin: 0;
    padding: 0;
    padding: 20px 0;
  }

  #carousel-homepagetop .carousel-item .col-slidepairbox {
    min-height: 300px;
    top: 10px;
  }
  section#banner .banner-section #carousel-homepagetop .carousel-item .col-slidepairbox .bottomwrap {
    width: 100%;
    left: 0;
  }

  footer ul li a {
    font-size: 14px;
  }

  #primary h1 {
    margin: 0;
    padding: 0;
    font-size: 2.6em;
    padding: 20px 0;
  }

  .breadcrumbs-row {
    padding-top: 20px;
  }

  #financing-sections .row-financing-header h1,
#financing-sections .parallaxbox h2 {
    font-size: 3em;
    margin-top: 20px;
  }

  #financing-sections .parallaxbox {
    min-height: 250px;
  }

  #primary .search-section input[type=text] {
    width: 82%;
  }

  .large-btn {
    padding: 10px 20px;
  }

  .row-downloadFile .downloadFile .fa-2x, .row-related-resources .downloadFile .fa-2x {
    font-size: 1.5em;
  }

  #primary h2 {
    font-size: 1.8em;
    word-wrap: break-word;
  }

  #primary h3 {
    font-size: 1.6em;
  }

  #primary h4 {
    font-size: 1.4em;
  }

  #primary h5 {
    font-size: 1.2em;
  }

  #primary h6 {
    font-size: 1em;
  }
}
/*print style*/
@media print {
  header .search-bar, .main-navigation, footer, .footer-bottom, .copyright a {
    display: none;
  }

  #primary h1 {
    font-size: 3em;
  }

  .stamenmaps-plugin-content {
    page-break-inside: avoid;
    padding-bottom: 20px;
  }
}
#GPEIMapContainer {
  width: 100%;
  margin-bottom: 20px;
}
#GPEIMapContainer .mapContainer {
  display: block;
  float: left;
  position: relative;
}
#GPEIMapContainer .map {
  float: left;
  margin: 10px auto;
  position: relative;
  width: 100%;
  height: 200px;
}
#GPEIMapContainer .enlargeMap {
  width: 50% !important;
}
#GPEIMapContainer .enlargeMapFull {
  width: 100% !important;
}
#GPEIMapContainer .leaflet-container {
  cursor: pointer;
}
#GPEIMapContainer .leaflet-tile-container {
  top: 15% !important;
  left: 10% !important;
}
#GPEIMapContainer .mapContainer span.year {
  float: left;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 4;
  color: #FDA463;
  font-weight: bold;
  font-size: 24px;
}
#GPEIMapContainer .leaflet-control-attribution, #GPEIMapContainer .leaflet-control-container {
  display: none !important;
}
#GPEIMapContainer .selectedMap {
  outline: none;
  border-color: #f8971d;
  -webkit-box-shadow: 0 0 10px #f8971d;
          box-shadow: 0 0 10px #f8971d;
}
#GPEIMapContainer .leaflet-pane {
  z-index: 3 !important;
}
#GPEIMapContainer .leaflet-tile-pane {
  z-index: 2 !important;
}