/**
 * Variables and Bootstrap overrides
 */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700|Source+Serif+Pro:400,600,700");
/*@import "partials/general";*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone, .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*==== CHECKBOX DAN RADIO ======*/
.checkbox, .radio {
  font-size: 13px; }
  .checkbox label, .radio label {
    padding-left: 0; }
  .checkbox input[type="checkbox"], .radio input[type="checkbox"] {
    margin-top: 7px; }

input[type="checkbox"], input[type="radio"] {
  display: none; }

/*====== CHECKBOX ======*/
input[type="checkbox"] + label span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: -4px 7px 0 0;
  vertical-align: middle;
  background: image-url("checkbox.png") left top no-repeat;
  cursor: pointer; }

input[type="checkbox"]:checked + label span {
  background: image-url("checkbox.png") right top no-repeat; }

/*====== RADIO ======*/
input[type="radio"] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 3px 10px 0 0;
  vertical-align: middle;
  background: image-url("radio_fill.png") 0 0 no-repeat;
  cursor: pointer;
  float: left;
  background-size: 15px auto;
  -moz-background-size: 15px auto;
  -webkit-background-size: 15px auto; }

input[type="radio"]:checked + label span {
  background: image-url("radio_empty.png") 0 0 no-repeat;
  background-size: 15px auto;
  -moz-background-size: 15px auto;
  -webkit-background-size: 15px auto; }

/* HEADER */
.header {
  padding-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .header .header-wrap {
    padding-bottom: 30px;
    position: relative; }
    @media screen and (min-width: 62em) {
      .header .header-wrap {
        border-bottom: 1px solid #1881a1; } }
  @media screen and (max-width: 62em) {
    .header {
      padding-top: 40px; } }
  .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: none;
    }
    .header.fixed:before {
      content: '';
      opacity: 0;
      visibility: hidden;
      position: absolute;
      z-index: 0;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background: #251f53;
      background: -moz-linear-gradient(-45deg, #251f53 0%, #003e52 51%, #003e52 100%);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, #251f53), color-stop(51%, #003e52), color-stop(100%, #003e52));
      background: -webkit-linear-gradient(-45deg, #251f53 0%, #003e52 51%, #003e52 100%);
      background: -o-linear-gradient(-45deg, #251f53 0%, #003e52 51%, #003e52 100%);
      background: -ms-linear-gradient(-45deg, #251f53 0%, #003e52 51%, #003e52 100%);
      background: -webkit-linear-gradient(315deg, #251f53 0%, #003e52 51%, #003e52 100%);
      background: -o-linear-gradient(315deg, #251f53 0%, #003e52 51%, #003e52 100%);
      background: linear-gradient(135deg, #251f53 0%, #003e52 51%, #003e52 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#251f53', endColorstr='#003e52', GradientType=1 );
      }
  @media screen and (max-width: 62em) {
    .header.scrolled {
      padding-top: 20px; } }
  .header.scrolled.fixed:before {
    opacity: 1;
    visibility: visible; }
  @media screen and (min-width: 62em) {
    .header.scrolled .logo img {
      max-width: 325px; } }
  .header.scrolled .header-wrap {
    padding-bottom: 0;
    border: none; }
  .header:not(.fixed) {
    margin: 0;
    background: #251f53;
    background: -moz-linear-gradient(-45deg, #251f53 0%, #003e52 51%, #003e52 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #251f53), color-stop(51%, #003e52), color-stop(100%, #003e52));
    background: -webkit-linear-gradient(-45deg, #251f53 0%, #003e52 51%, #003e52 100%);
    background: -o-linear-gradient(-45deg, #251f53 0%, #003e52 51%, #003e52 100%);
    background: -ms-linear-gradient(-45deg, #251f53 0%, #003e52 51%, #003e52 100%);
    background: -webkit-linear-gradient(315deg, #251f53 0%, #003e52 51%, #003e52 100%);
    background: -o-linear-gradient(315deg, #251f53 0%, #003e52 51%, #003e52 100%);
    background: linear-gradient(135deg, #251f53 0%, #003e52 51%, #003e52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#251f53', endColorstr='#003e52', GradientType=1 ); }
    .header:not(.fixed) .header-wrap {
      border: none;
      padding-bottom: 10px; }
    @media screen and (min-width: 62em) {
      .header:not(.fixed) .logo img {
        max-width: 325px; } }

.head-top {
  color: white;
  padding-top: 7px;
}
  @media screen and (max-width: 62em) {
    .head-top {
      display: none; } }

.tertiary-nav ul {
  padding: 12px 0px; }
  .tertiary-nav ul li {
    display: inline-block;
    padding: 0 20px; }
    .tertiary-nav ul li a {
      display: inline-block;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      color: white;
      text-decoration: none; }
      .tertiary-nav ul li a:hover {
        color: #ffc843;
        background-color: transparent; }

.tertiary-nav-box {
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 62em) {
    .tertiary-nav-box {
      margin-top: -7px;
      } }
  .tertiary-nav-box ul {
    padding: 11px 0;
    padding-top: 16px;
    background-color: #003e52;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    .tertiary-nav-box ul li {
      display: inline-block;
      padding: 0 20px; }
      .tertiary-nav-box ul li a {
        display: inline-block;
        font-weight: 600;
        font-size: 14px;
        color: white;
        text-decoration: none; }
        .tertiary-nav-box ul li a .fa {
          margin-right: 8px; }
        .tertiary-nav-box ul li a:hover, .tertiary-nav-box ul li a:focus, .tertiary-nav-box ul li a:active {
          color: #ffc843;
          background-color: transparent; }
  .tertiary-nav-box .search-main, .tertiary-nav-box .newsletter-head {
    position: absolute;
    z-index: 10;
    left: 0;
    top: -200%;
    width: 100%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    .tertiary-nav-box .search-main.show, .tertiary-nav-box .newsletter-head.show {
      top: 0; }

.logo img {
  max-width: 370px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.logo .logo-lg {
  display: none; }

.logo .logo-sm {
  display: inline-block;
  max-width: 175px; }

@media screen and (min-width: 62em) {
  .logo .logo-lg {
    display: inline-block; }
  .logo .logo-sm {
    display: none; } }

.logo a:hover {
  background-color: transparent; }

.search-main, .newsletter-head {
  position: relative; }
  .search-main .form-control, .newsletter-head .form-control {
    background-color: #4d7886;
    border: 2px solid white;
    height: 52px;
    color: #c3d6dc;
    padding-right: 60px;
    }
  .search-main .search-main--act, .newsletter-head .search-main--act {
    display: inline-block;
    position: absolute;
    overflow: hidden;
    right: 2px;
    top: 2px;
    width: 50px;
    height: 48px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    }
    .search-main .search-main--act .fa, .newsletter-head .search-main--act .fa {
      text-align: center;
      font-size: 18px;
      position: absolute;
      left: 0;
      right: 0;
      top: 5px;
      line-height: 57px;
      margin: auto;
      margin-top: -10px;
      z-index: 1;
      background: #003e52;
      height: 52px;
      }

.newsletter-head {
  position: relative; }
  .newsletter-head .btn-sherpa-blue {
    position: absolute;
    z-index: 10;
    top: 3px;
    right: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

/** MAIN NAV
===================================*/
.main-nav {
  display: none;
  text-align: center; }
  @media screen and (min-width: 62em) {
    .main-nav {
      display: block; } }
  @media screen and (min-width: 62em) {
    .main-nav {
      width: 88%;
      margin: 0 auto; } }
  .main-nav ul {
    zoom: 1;
    width: 100%;
    /*height:51px;*/
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .main-nav ul li {
      display: inline-block;
      position: relative; }
      .main-nav ul li a {
        padding: 8px 14px;
        font-size: 18px;
        color: white;
        font-weight: 700;
        display: inline-block;
        text-decoration: none; }
        @media screen and (min-width: 800px) and (max-width: 1200px) {
          .main-nav ul li a {
            padding-right: 10px;
            padding-left: 10px; } }
      .main-nav ul li:hover > a {
        color: #ffc843;
        text-decoration: none;
        background-color: transparent; }
      .main-nav ul li:hover > ul {
        opacity: 1;
        visibility: visible;
        z-index: 1;
        top: 100%; }
      .main-nav ul li ul {
        height: auto;
        border: 0;
        position: absolute;
        border: 1px solid #ebf0f1;
        top: 110%;
        z-index: -1;
        left: 15px;
        max-width: 200px;
        z-index: 80;
        display: block;
        opacity: 0;
        visibility: hidden;
        margin: 0;
        padding: 0;
        background: #ffffff;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .main-nav ul li ul a {
          padding: 13px 25px;
          _height: 10px;
          /*IE6 only*/
          display: block;
          float: none;
          text-transform: none;
          font-weight: 400;
          color: #003e52; }
          .main-nav ul li ul a:hover {
            background-color: #ebf0f1;
            text-decoration: underline;
            color: #003e52; }
      .main-nav ul li li {
        padding: 0;
        float: none;
        display: block;
        border: 0;
        text-align: left;
        border-bottom: 1px solid #ebf0f1; }
        .main-nav ul li li:last-child {
          border: none; }
        .main-nav ul li li:last-child {
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          box-shadow: none; }

/*arrow*/
.nav ul ul li:first-child > a {
  /*@include border-radius(8px 8px 0 0)*/ }

.nav ul ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 40px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #444; }

/*====== HUMBERBER BUTTON ======*/
.btn-rwd-sidebar {
  display: block;
  margin-top: 0;
  float: right;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #50555a;
  color: white;
  position: absolute;
  left: 0;
  top: 0; }
  @media screen and (min-width: 62em) {
    .btn-rwd-sidebar {
      display: none; } }

/*====== RESPONSIVE MENU ======*/
.close-sidebar {
  text-align: right;
  margin-bottom: 30px; }

.mobile-nav {
  z-index: 9999;
  width: 100%;
  padding: 30px 15px 0;
  position: fixed;
  top: -200%;
  left: 0;
  height: 100%;
  overflow-x: hidden;
  color: white;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c3961+0,036982+83,036982+100 */
  background: #1c3961;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #1c3961 0%, #036982 83%, #036982 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #1c3961 0%, #036982 83%, #036982 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #1c3961 0%, #036982 83%, #036982 100%);
  background: -o-linear-gradient(315deg, #1c3961 0%, #036982 83%, #036982 100%);
  background: linear-gradient(135deg, #1c3961 0%, #036982 83%, #036982 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3961', endColorstr='#036982',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  .mobile-nav.show {
    top: 0; }

.mobile-nav nav ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  margin-top: 15px; }
  .mobile-nav nav ul li {
    position: relative; }
    .mobile-nav nav ul li .fa {
      position: relative;
      margin-left: 8px;
      top: 3px;
      font-size: 1.3em;
      color: white; }
    .mobile-nav nav ul li a, .mobile-nav nav ul li span {
      font-size: 18px;
      text-transform: capitalize;
      padding: 8px 0;
      display: block;
      font-weight: 700;
      color: white;
      line-height: 1.4em;
      text-decoration: none; }
    .mobile-nav nav ul li a:hover, .mobile-nav nav ul li a:focus {
      color: white;
      background-color: #1c3961;
      text-decoration: none; }
  .mobile-nav nav ul ul {
    margin: 0;
    display: block;
    visibility: visible;
    margin-bottom: 20px;
    display: none;
    background: #ffffff; }
    .mobile-nav nav ul ul li {
      position: relative; }
    .mobile-nav nav ul ul a {
      color: #003e52;
      font-weight: 400;
      padding: 12px 25px; }
      .mobile-nav nav ul ul a:hover {
        background-color: #1c3961;
        text-decoration: underline;
        color: #fff; }

.nav-shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.hamburger-nav {
  width: 25px;
  height: 32px;
  display: inline-block;
  float: right;
  position: absolute;
  z-index: 999;
  right: 15px;
  top: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media screen and (min-width: 62em) {
    .hamburger-nav {
      display: none; } }
  .hamburger-nav span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .hamburger-nav span:nth-child(1) {
      top: 0px; }
    .hamburger-nav span:nth-child(2) {
      top: 8px; }
    .hamburger-nav span:nth-child(3) {
      top: 16px; }
  .hamburger-nav.open span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
  .hamburger-nav.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  .hamburger-nav.open span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.mb-nav-header {
  margin-bottom: 25px;
  position: relative; }

.mb-nav-logo a:hover {
  background-color: transparent; }

.mb-nav-logo img {
  max-width: 180px; }

.mobile-nav .hamburger-nav {
  display: block;
  right: 0;
  top: 6px; }

.mobile-nav .tertiary-nav-box ul {
  border-radius: 0; }
  .mobile-nav .tertiary-nav-box ul li {
    padding: 0 10px; }

.mobile-nav .tertiary-nav ul {
  padding-top: 0; }
  .mobile-nav .tertiary-nav ul li:first-child {
    padding-left: 0; }

.mb-nav-wrap {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1385a4; }

/* hero-home */
.hero-home {
  color: white;
  position: relative;
  z-index: 5;
  min-height: 650px;
  padding-top: 145px;
  padding-bottom: 80px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  }
  .hero-home h1 {
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 50px;
    color: white; }
    @media screen and (min-width: 62em) {
      .hero-home h1 {
        font-size: 56px; } }
  @media screen and (min-width: 62em) {
    .hero-home {
      padding-top: 270px; } }
  .hero-home:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.9;
    background: #1e365f;
    background: -moz-linear-gradient(left, #1e365f 0%, #006f85 69%, #006f85 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #1e365f), color-stop(69%, #006f85), color-stop(100%, #006f85));
    background: -webkit-linear-gradient(left, #1e365f 0%, #006f85 69%, #006f85 100%);
    background: -o-linear-gradient(left, #1e365f 0%, #006f85 69%, #006f85 100%);
    background: -ms-linear-gradient(left, #1e365f 0%, #006f85 69%, #006f85 100%);
    background: -webkit-gradient(linear, left top, right top, from(#1e365f), color-stop(69%, #006f85), to(#006f85));
    background: linear-gradient(to right, #1e365f 0%, #006f85 69%, #006f85 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e365f', endColorstr='#006f85', GradientType=1 ); }

.hero-home--act .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px; }
  .hero-home--act .item .iconz {
    width: 50px;
    overflow: hidden;
    float: left;
    margin: 0;
    margin-right: 18px; }
    @media screen and (min-width: 62em) {
      .hero-home--act .item .iconz {
        width: 72px; } }
  .hero-home--act .item .text {
    display: block;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    line-height: 1.2em; }

/* HOME REG TRAINING */
.reg-training {
  background-color: #003e52;
  color: white;
  padding: 38px 0; }
  @media screen and (max-width: 48em) {
    .reg-training .text-right {
      text-align: left !important; } }
  .reg-training .desc {
    margin-bottom: 30px; }
    @media screen and (min-width: 48em) {
      .reg-training .desc {
        margin-bottom: 15px; } }
    .reg-training .desc .date {
      display: block;
      font-size: 16px;
      font-family: "Source Serif Pro", serif;
      color: #67CFE3; }
    .reg-training .desc h2 {
      font-family: "Source Sans Pro", sans-serif;
      color: white;
      font-size: 24px;
      line-height: 1.2em;
      font-weight: 600; }

/* HOME DATA VIZ */
.home-data-viz {
  background-color: #eeeeee;
  padding: 40px 0; }
  .home-data-viz .inside {
    background-color: white;
    border-radius: 8px;
    padding: 30px; }
    @media screen and (min-width: 62em) {
      .home-data-viz .inside {
        padding: 60px 80px; } }
  @media screen and (min-width: 48em) {
    .home-data-viz {
      padding: 100px 0; } }
  .home-data-viz h1 {
    margin-bottom: 25px; }
    @media screen and (min-width: 48em) {
      .home-data-viz h1 {
        margin-bottom: 50px; } }

.data-viz--hero-desc {
  padding-bottom: 40px; }
  @media screen and (min-width: 48em) {
    .data-viz--hero-desc {
      padding-bottom: 60px; } }
  .data-viz--hero-desc figure {
    background-color: #003e52;
    margin-right: auto;
    margin-left: auto;
    color: white;
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 9999px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .data-viz--hero-desc figure img {
      max-width: 59px;
      position: relative;
      top: -5px; }
    @media screen and (min-width: 48em) {
      .data-viz--hero-desc figure {
        float: left;
        margin-right: 2rem; } }
  .data-viz--hero-desc .desc {
    padding-top: 8px; }

.data-viz-chart {
  border-top: 2px solid #ffc843;
  padding-top: 40px; }
  @media screen and (min-width: 48em) {
    .data-viz-chart {
      padding-top: 60px; } }

.chart-item {
  margin-bottom: 30px; }

/* HOME FAQ */
.home-faq {
  position: relative;
  z-index: 4;
  padding: 40px 0;
  color: white;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  }
  @media screen and (min-width: 48em) {
    .home-faq {
      padding-top: 90px;
      padding-bottom: 90px; } }
  .home-faq:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: #251f53;
    background: -moz-linear-gradient(left, #251f53 0%, #003e52 49%, #003e52 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #251f53), color-stop(49%, #003e52), color-stop(100%, #003e52));
    background: -webkit-linear-gradient(left, #251f53 0%, #003e52 49%, #003e52 100%);
    background: -o-linear-gradient(left, #251f53 0%, #003e52 49%, #003e52 100%);
    background: -ms-linear-gradient(left, #251f53 0%, #003e52 49%, #003e52 100%);
    background: -webkit-gradient(linear, left top, right top, from(#251f53), color-stop(49%, #003e52), to(#003e52));
    background: linear-gradient(to right, #251f53 0%, #003e52 49%, #003e52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#251f53', endColorstr='#003e52', GradientType=1 ); }

.home-faq-head {
  margin-bottom: 40px; }
  .home-faq-head h5 {
    color: #ffc843;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0; }
  .home-faq-head a {
    font-size: 13px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    background-color: transparent; }
    .home-faq-head a:hover {
      color: #ffc843; }

/* Home testi */
.home-testi {
  background-color: white;
  padding: 70px 0;
  min-height: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (min-width: 48em) {
    .home-testi {
      background-position: right top; } }

/* Home News */
.home-news {
  background-color: #eeeeee;
  padding: 40px 0; }
  @media screen and (min-width: 48em) {
    .home-news {
      padding: 110px 0; } }

.home-news-box {
  background-color: white;
  overflow: hidden; }
  .home-news-box .thumb {
    text-align: center; }
    @media screen and (min-width: 48em) {
      .home-news-box .thumb {
        margin: 0;
        margin-right: 50px;
        float: left;
        text-align: left; } }
  .home-news-box .desc {
    overflow: hidden;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px; }
    @media screen and (min-width: 48em) {
      .home-news-box .desc {
        padding-top: 50px;
        padding-bottom: 50px; } }
    .home-news-box .desc header {
      border-bottom: 2px solid #ffc843;
      padding-bottom: 0.4rem;
      margin-bottom: 1rem; }
      .home-news-box .desc header h5 {
        text-transform: uppercase;
        letter-spacing: 0.07em; }
        .home-news-box .desc header h5 .fa {
          margin-right: 8px;
          font-size: 18px;
          vertical-align: middle; }
    .home-news-box .desc h3 {
      font-size: 24px;
      margin: 30px 0 20px; }

/* Home Subscribe */
.home-subscribe {
  background-color: #007b94;
  padding: 35px 0;
  color: white; }
  .home-subscribe .desc {
    line-height: 1.3em;
    margin-bottom: 15px; }
    .home-subscribe .desc h4 {
      font-size: 24px;
      line-height: 1.3em;
      font-weight: 600;
      margin-bottom: 5px;
      color: #ffc843; }

.f-subscribe {
  display: inline-block;
  position: relative;
  width: 100%; }
  .f-subscribe .form-control {
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.4);
    height: 50px;
    padding-right: 168px;
    font-family: "Source Serif Pro", serif; }
  .f-subscribe .btn {
    background-color: #14859c;
    max-width: 158px;
    border: none;
    color: #ffc843;
    position: absolute;
    right: 2px;
    top: 2px;
    border-radius: 0; }

/* About page */
.hero-subpages {
  color: white;
  position: relative;
  z-index: 5;
  min-height: 500px;
  padding-top: 145px;
  padding-bottom: 80px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .hero-subpages h1 {
    line-height: 1.2em;
    color: white; }
  .hero-subpages h5 {
    color: #ffc843;
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 30px; }
  @media screen and (min-width: 62em) {
    .hero-subpages {
      padding-top: 240px; } }
  .hero-subpages:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.9;
    background: #1e365f;
    background: -moz-linear-gradient(left, #1e365f 0%, #006f85 69%, #006f85 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #1e365f), color-stop(69%, #006f85), color-stop(100%, #006f85));
    background: -webkit-linear-gradient(left, #1e365f 0%, #006f85 69%, #006f85 100%);
    background: -o-linear-gradient(left, #1e365f 0%, #006f85 69%, #006f85 100%);
    background: -ms-linear-gradient(left, #1e365f 0%, #006f85 69%, #006f85 100%);
    background: -webkit-gradient(linear, left top, right top, from(#1e365f), color-stop(69%, #006f85), to(#006f85));
    background: linear-gradient(to right, #1e365f 0%, #006f85 69%, #006f85 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e365f', endColorstr='#006f85', GradientType=1 ); }

.about-mission {
  position: relative;
  z-index: 10;
  padding: 40px 0;
  background-position: bottom right;
  background-color: white;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .about-mission:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); }
  @media screen and (min-width: 62em) {
    .about-mission {
      min-height: 480px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media screen and (min-width: 48em) {
    .about-mission {
      background-position: top right; }
      .about-mission:before {
        display: none; } }

.about-mission--desc {
  border-left: 2px solid #ffc843;
  padding-left: 3rem; }
  .about-mission--desc h1 {
    color: #260a31;
    margin-bottom: 15px; }
  @media screen and (min-width: 62em) {
    .about-mission--desc {
      max-width: 970px;
      padding-left: 70px; } }
  .about-mission--desc p {
    font-size: 20px;
    line-height: 2em; }

.about-ourwork {
  background-repeat: no-repeat;
  background-color: #1f254f;
  background-position: top center;
  background-size: cover;
  font-size: 20px;
  line-height: 2em;
  color: white;
  padding: 70px 0; }
  .about-ourwork .centered {
    max-width: 970px;
    margin: 0 auto; }
  @media screen and (min-width: 48em) {
    .about-ourwork {
      padding: 120px 0;
      line-height: 1.5em; } }
  .about-ourwork h1 {
    color: white;
    margin-bottom: 40px; }

.post-about-thumb {
  overflow: hidden;
  margin: 25px 0; }
  .post-about-thumb figure {
    width: 468px;
    padding-left: 0; }
    @media screen and (min-width: 62em) {
      .post-about-thumb figure {
        float: left;
        margin-right: 50px; } }
  @media screen and (min-width: 62em) {
    .post-about-thumb {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 50px 0;
      margin-left: -65px;
      margin-right: 0; } }
  .post-about-thumb p {
    font-size: 30px;
    color: #67CFE3;
    line-height: 1.6em; }
    @media screen and (min-width: 62em) {
      .post-about-thumb p {
        font-size: 34px; } }

.post-about-action {
  border-top: 1px solid #176285;
  border-bottom: 1px solid #176285;
  margin: 30px 0; }
  .post-about-action ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .post-about-action ul li {
      padding: 30px 15px;
      width: 50%;
      text-align: center;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear; }
      .post-about-action ul li:hover {
        background-color: #176285; }
        .post-about-action ul li:hover a {
          background: none; }
      .post-about-action ul li a {
        display: block;
        text-align: center;
        color: white;
        text-decoration: none;
        width: 100%;
        max-width: 100%; }
      .post-about-action ul li:last-child {
        border-left: 1px solid #176285; }
      .post-about-action ul li figure {
        max-width: 87px;
        margin-right: auto;
        margin-left: auto; }
      .post-about-action ul li:first-child figure {
        max-width: 66px; }
      .post-about-action ul li p {
        overflow: hidden;
        font-size: 22px; }
      @media screen and (min-width: 48em) {
        .post-about-action ul li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .post-about-action ul li figure {
            margin: 0;
            margin-right: 15px; }
          .post-about-action ul li p {
            text-align: left; } }

/* STAFF */
.staff-item-wrap {
  margin-bottom: 50px; }
  @media screen and (min-width: 62em) {
    .staff-item-wrap {
      margin-bottom: 130px; } }

.staff-item {
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e4e9ea; }
  @media screen and (min-width: 62em) {
    .staff-item {
      padding-bottom: 60px;
      margin-bottom: 60px; } }
  .staff-item .thumb {
    background-color: #e6e6e6;
    border-radius: 5px;
    margin-bottom: 1rem;
    overflow: hidden;
    text-align: center; }
    @media screen and (min-width: 62em) {
      .staff-item .thumb {
        float: left;
        margin-right: 30px;
        text-align: left; } }
  .staff-item .desc {
    overflow: hidden; }
    .staff-item .desc header {
      margin-bottom: 20px; }
    .staff-item .desc h2 {
      margin-bottom: 3px;
      line-height: 1.1em; }
    .staff-item .desc .staff-position {
      display: block;
      text-transform: uppercase;
      color: #003e52;
      font-weight: 700; }
    .staff-item .desc hr {
      border-width: 2px;
      border-color: #ffc843;
      width: 37%;
      margin: 10px 0; }
    .staff-item .desc .staff-contact {
      display: block;
      font-size: 15px; }
      .staff-item .desc .staff-contact span {
        display: inline-block;
        margin: 0 8px; }
      .staff-item .desc .staff-contact a {
        color: #183c61; }
        .staff-item .desc .staff-contact a:hover {
          background: none; }
    .staff-item .desc p {
      line-height: 1.5em; }

.grant-card {
  border: 1px solid #c9d3d5;
  border-radius: 4px;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 30px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  .grant-card:hover {
    background-color: #eeeeee;
    -webkit-box-shadow: 2px 3.464px 3.88px 0.12px rgba(0, 0, 0, 0.059);
    box-shadow: 2px 3.464px 3.88px 0.12px rgba(0, 0, 0, 0.059); }
  .grant-card a {
    text-decoration: none;
    color: #003040;
    font-weight: 400; }
    .grant-card a:hover {
      background: none; }
  @media screen and (min-width: 48em) {
    .grant-card {
      min-height: 320px;
      padding: 30px; } }
  .grant-card .circle {
    width: 105px;
    height: 105px;
    overflow: hidden;
    margin: 0 auto 1rem;
    text-align: center;
    background-color: #3d1754;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    background-image: url("../img/bg-transparent-circle.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 9999px; }
    @media screen and (min-width: 48em) {
      .grant-card .circle {
        float: left;
        margin: 0;
        margin-right: 22px; } }
    .grant-card .circle.cp {
      background-color: #612545; }
    .grant-card .circle.cyp {
      background-color: #073d54; }
    .grant-card .circle.css {
      background-color: #483f8a; }
    .grant-card .circle.dp {
      background-color: #933159; }
    .grant-card .circle.icjr {
      background-color: #282355; }
    .grant-card .circle.jff {
      background-color: #281037; }
    .grant-card .circle.lap {
      background-color: #066e88; }

.grant-card-head {
  overflow: hidden;
  margin-bottom: 25px; }
  @media screen and (min-width: 48em) {
    .grant-card-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .grant-card-head .desc {
        width: 73%; } }
  .grant-card-head h4 {
    font-size: 26px;
    color: #260a31;
    font-family: "Source Serif Pro", serif; }

/* Tools & Resources */
.hero-search {
  margin-top: 50px; }
  @media screen and (min-width: 62em) {
    .hero-search {
      margin-bottom: 50px; } }
  .hero-search .find-by {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
  .hero-search .dd-custom {
    background: #003e52;
    padding: 0px 8px; }
    .hero-search .dd-custom .btn {
      text-align: left; }
    @media screen and (min-width: 62em) {
      .hero-search .dd-custom {
        border-left: 1px solid #336575; } }
  .hero-search .label-text {
    padding: 15px 25px;
    background: #003e52;
    font-weight: 600;
    font-family: "Source Serif Pro", serif; }
  .hero-search .src-main {
    margin-bottom: 20px;
    background: rgba(0, 62, 82, 0.5);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75px;
    border-radius: 3px;
    padding-right: 25px; }
    .hero-search .src-main .form-control {
      background: transparent; }
  @media screen and (min-width: 62em) {
    .hero-search .label-text {
      padding-top: 25px;
      padding-bottom: 25px;
      border-radius: 4px;
      border: none;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .hero-search .dd-custom {
      padding-top: 15px;
      padding-bottom: 15px;
      border-radius: 4px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; } }

/* REPORT */
.hero-report {
  overflow: hidden;
  padding: 60px 0; }
  @media screen and (min-width: 48em) {
    .hero-report {
      padding: 80px 0; } }
  .hero-report .desc {
    margin-bottom: 25px; }
    @media screen and (min-width: 62em) {
      .hero-report .desc {
        padding-right: 50px; } }
    .hero-report .desc h5 {
      letter-spacing: 0.1em;
      border-bottom: 2px solid #ffc843;
      padding-bottom: 13px;
      margin-bottom: 30px; }
    .hero-report .desc h2 {
      margin: 30px 0 40px; }
    @media screen and (min-width: 48em) {
      .hero-report .desc .btn {
        min-width: 260px; } }
  @media screen and (min-width: 62em) {
    .hero-report .thumb {
      margin-top: 35px; } }

.contact-row {
  background-color: #007b94;
  padding: 29px 35px;
  color: white;
  font-size: 23px;
  margin-top: 25px;
  border-radius: 4px; }
  .contact-row strong {
    color: #ffffff;
    font-weight: 600;
    }
  @media screen and (max-width: 48em) {
    .contact-row .desc {
      margin-bottom: 1rem; } }
  @media screen and (min-width: 62em) {
    .contact-row .action {
      text-align: right; } }
  .contact-row .action .btn {
    min-width: 0;
    min-width: 175px; }

.filter-row {
  background-color: #003e52;
  color: white;
  position: relative;
  z-index: 10; }
  .filter-row:before {
    display: none;
    content: '';
    background-color: #1a5264;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: -1;
    }
    @media screen and (min-width: 62em) {
      .filter-row:before {
        display: block; } }
  .filter-row form {
    margin: 0; }
  .filter-row .filter-label {
    font-size: 15px;
    font-family: "Source Serif Pro", serif;
    font-weight: 600; }
  .filter-row .select-style {
    border-radius: 0;
    border-left: 1px solid #336575; }
  .filter-row .src-main {
    margin-top: 20px;
    margin-bottom: 20px; }
    @media screen and (min-width: 62em) {
      .filter-row .src-main {
        margin: 0;
        padding-left: 20px; } }

/* FOOTER */
.footer {
  background-color: #003e52;
  color: white;
  padding: 70px 0 60px; }
  .footer a {
    color: white;
    font-weight: 400; }
    .footer a:hover {
      background-color: transparent;
      color: #ffc843; }
  @media screen and (max-width: 62em) {
    .footer .text-right {
      text-align: left !important; } }

.foo-part-logos {
  margin-bottom: 10px; }
  .foo-part-logos .item {
    display: inline-block;
    padding: 0 25px;
    margin-bottom: 30px; }
    .foo-part-logos .item:first-child {
      padding-left: 0; }
    .foo-part-logos .item:last-child {
      padding-right: 0; }
    .foo-part-logos .item a:hover {
      background-color: transparent; }
    @media screen and (max-width: 62em) {
      .foo-part-logos .item {
        padding-left: 0; }
        .foo-part-logos .item:first-child {
          display: block; } }

.foo-address {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 35px;
  font-family: "Source Serif Pro", serif; }
  .foo-address a {
    text-decoration: underline;
    color: white; }
    .foo-address a:hover {
      background-color: transparent;
      color: #ffc843; }

.copyright {
  font-size: 14px; }
  .copyright .linez {
    display: inline-block;
    margin: 0 8px; }

.foo-license {
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 30px; }

/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2 / 3) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
    font-size: 16px !important; } }

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40 / 71) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
    font-size: 16px !important; } }

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375 / 667) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
    font-size: 16px !important; } }

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9 / 16) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
    font-size: 16px !important; } }

/* Additional style */
.tertiary-nav ul li a {
  border-bottom: 2px solid transparent;
}

.tertiary-nav ul li.current-menu-item a {
  border-color: #ffc843;
}

.logo img {
  max-width: 325px;
}

.main-nav ul li {
    padding: 0 14px;
}

.main-nav ul li a {
   padding-left: 0;
   padding-right: 0;
   border-bottom: 2px solid transparent;
}

.main-nav ul li.current-menu-item a  {
  border-color: #ffc843;
}

.main-nav ul li.current-menu-item li a  {
  border-color: none;
}

.about-mission--desc p  {
  font-size: 20px;
  line-height: 2em;
}

  @media screen and (min-width: 72em) {
    .about-mission--desc  {
      max-width: 850px;
      padding-left: 70px; } 
}

.hero-subpages p.title {
  font-size:  24px;
  font-weight: 600 !important;
}

@media screen and (min-width: 62em) {
  .mobile-nav {
    display: none;
  }
}


/* Dropdown Nav on mobile screen */
.mobile-nav nav ul li {
  position: relative;
}

.mobile-nav nav ul li:after {
  display: block;
  width: 100%;
  clear: both;
}

.mobile-nav nav ul li a {
  display: inline-block;
}

.mobile-nav nav ul li .fa {
  width: 40px;
  text-align: right;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 100;
}

.blockquote .quotemark {
  color : #1c2b52;
}

/* add cstm */

.home-testi:before {
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 66%, rgba(255,255,255,0) 100%) !important;
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 50%,rgba(255,255,255,1) 66%,rgba(255,255,255,0) 100%) !important;
    background: linear-gradient(to right, rgba(255,255,255,1) 50%,rgba(255,255,255,1) 66%,rgba(255,255,255,0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.blockquote{
    margin-bottom: 0;
}

.blockquote .desc.min p{
    margin-bottom: 0;
}

.blockquote .desc.min p span{
  font-size: 20px !important;
}

@media(max-width: 767px){ 
  .space-btw .col{  
    flex-basis: auto !important; 
  }
}

.about-ourwork {
  position: relative;
  z-index: 4;
}
.about-ourwork:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31,37,79, 0.8); 
}