/*  TYPOGRAPHY's
/* ------------------------------------ */
/* Fool-proof @font-face */
/* Based on http://coding.smashingmagazine.com/2013/02/14/setting-weights-and-styles-at-font-face-declaration/ */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900,300);
@font-face {
  font-family: SourceSansPro;
  src: url("../fonts/sourcesanspro-regular-webfont.eot");
  src: url("../fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("../fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-regular-webfont.svg#SourceSansPro") format("svg");
  font-weight: 400;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: SourceSansPro;
    src: url("../fonts/sourcesanspro-regular-webfont.svg#SourceSansPro") format("svg");
  }
}
@font-face {
  font-family: SourceSansProSemibold;
  src: url("../fonts/SourceSansPro-Semibold.eot");
  src: url("../fonts/SourceSansPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Semibold.woff") format("woff"), url("../fonts/SourceSansPro-Semibold.ttf") format("truetype"), url("../fonts/SourceSansPro-Semibold.svg#SourceSansProSemibold") format("svg");
  font-weight: 500;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: SourceSansProSemibold;
    src: url("../fonts/SourceSansPro-Semibold.svg#SourceSansProSemibold") format("svg");
  }
}
/*  GENERAL
/* ----------------------------------------- */
html, body {
  height: 100%;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #f4f4f4;
  font-size: 17px;
  color: black;
  line-height: 1.7em;
}
body.body-white {
  background-color: white;
}

a {
  -webkit-transition: all 350ms ease-in-out;
          transition: all 350ms ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
h1.heading-light, h2.heading-light, h3.heading-light, h4.heading-light, h5.heading-light, h6.heading-light {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal !important;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 19px;
}

h4 {
  font-size: 15px;
}

.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.alignnone {
  margin-bottom: 1em;
  text-align: center;
}
.alignnone img {
  display: inline-block;
}

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

.sep-content {
  border-top: 1px solid #d1d1d1;
  margin-top: 25px;
  margin-bottom: 25px;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.list-events {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.list-events li {
  display: block;
}

.list-link-light {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.list-link-light li {
  display: block;
}
.list-link-light a {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
}
.list-link-light a:hover, .list-link-light a:focus {
  color: rgba(255, 255, 255, 0.4);
}

.list-link-dark {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.list-link-dark li {
  display: block;
}
.list-link-dark a {
  text-transform: uppercase;
  color: #9fa4a8;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
.list-link-dark a:hover, .list-link-dark a:focus {
  color: #f4f4f4;
}

.list-socmed {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.list-socmed li {
  display: inline-block;
}
.list-socmed a {
  margin-right: 20px;
  display: block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  color: white;
  background-color: black;
  font-size: 21px;
}
.list-socmed a:hover, .list-socmed a:focus {
  background-color: #f7941d;
}

.widget-socmed ul,
.list-updates-socmed {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.widget-socmed ul li,
.list-updates-socmed li {
  display: inline-block;
}
.widget-socmed ul a,
.list-updates-socmed a {
  margin: 0 3px;
  display: block;
  border-radius: 6px;
  background-color: #212e36;
  color: white;
  min-width: 45px;
  font-size: 14px;
  padding: 2px 15px;
  text-align: center;
}
.widget-socmed ul a:hover, .widget-socmed ul a:focus,
.list-updates-socmed a:hover,
.list-updates-socmed a:focus {
  background-color: #546570;
}

.list-content-3 {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.list-content-3 li {
  float: left;
  width: 30.33333%;
  margin: 0 15px;
  margin-bottom: 60px;
}
.list-content-3 li:first-child {
  margin-left: 0;
}
.list-content-3 li:last-child {
  margin-right: 0;
}

.box-reports {
  position: relative;
  margin-bottom: 30px;
}
.box-reports .title-reports {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 20px;
}
.box-reports a {
  display: block;
  margin-bottom: 7px;
  color: black;
}
.box-reports a:hover, .box-reports a:focus {
  color: #f7941d;
}

.nopadd {
  padding-left: 0;
  padding-right: 0;
}

.space15 {
  height: 15px;
  width: 100%;
  clear: both;
}

.space30 {
  height: 30px;
  width: 100%;
  clear: both;
}

.border-blue {
  border-top-color: #0072bc !important;
}

.border-blue-light {
  border-top-color: #00aeef !important;
}

.border-green {
  border-top-color: #1cbbb4 !important;
}

.border-pink {
  border-top-color: #f26d7d !important;
}

.bg-blue {
  background-color: #0072bc !important;
}

.bg-blue-two {
  background-color: #225f87 !important;
}

.bg-blue-dark {
  background-color: #103b58 !important;
}

.bg-blue-weird {
  background-color: #546570 !important;
}

.bg-white {
  background-color: white !important;
}

.bg-gray {
  background-color: #f4f4f4 !important;
}

.bg-sm-yellow {
  background-color: #f9f9f2 !important;
}

/*  BUTTONS
/* ----------------------------------------- */
.btn {
  padding: 10px 24px;
  text-transform: uppercase;
  font-size: 17px;
}

.btn-icon {
  border-radius: 6px;
  clear: both;
  position: relative;
  overflow: hidden;
  background-color: white;
  color: black;
  padding-right: 60px;
  border: none;
  letter-spacing: 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.btn-icon span {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  background-color: #f7941d;
  height: 46px;
  width: 46px;
  line-height: 46px;
  font-size: 26px;
}

.btn-green-light {
  background-color: #00a99d;
  color: white;
  border-radius: 0;
}
.btn-green-light:hover, .btn-green-light:focus {
  background-color: #f7941d;
  color: white;
}

.btn-blue {
  background-color: #0072bc;
  border-radius: 0;
  color: white;
}
.btn-blue:hover, .btn-blue:focus {
  background-color: #f7941d;
  color: white;
}

.btn-line {
  font-size: 14px;
  border: 1px solid transparent;
  color: transparent;
  padding: 10px 30px;
  border-radius: 0;
}

.btn-line-blue {
  border-color: #0072bc;
  color: #0072bc;
}
.btn-line-blue:hover, .btn-line-blue:focus {
  border-color: #f7941d;
  color: #f7941d;
}

.btn-line-shadow-blue {
  position: relative;
  border-radius: 0;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  box-shadow: 0px 0 0 2px #7da7d9;
  z-index: 88;
  padding: 2px;
}
.btn-line-shadow-blue span {
  position: relative;
  padding: 10px;
  background-color: #7da7d9;
  color: white;
  display: block;
  -webkit-transition: all 350ms ease-in-out;
          transition: all 350ms ease-in-out;
}
.btn-line-shadow-blue:hover, .btn-line-shadow-blue:focus {
  color: white;
  box-shadow: 0 0 0 2px #f7941d;
}
.btn-line-shadow-blue:hover span, .btn-line-shadow-blue:focus span {
  background-color: #f7941d;
}

.btn-green {
  background-color: #1cbbb4;
  color: white;
  border-radius: 0;
}
.btn-green:hover, .btn-green:focus {
  color: white;
  background-color: #f7941d;
}

.btn-blue-light {
  background-color: #00aeef;
  color: white;
  border-radius: 0;
}
.btn-blue-light:hover, .btn-blue-light:focus {
  color: white;
  background-color: #f7941d;
}

.btn-fullwidth {
  width: 100%;
}
.btn-fullwidth span {
  display: block;
}

/*  FIELDS & FORMS
/* ----------------------------------------- */
input[type="text"],
input[type="email"],
input[type="password"] {
  height: 45px;
  line-height: 45px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  width: 100%;
  padding: 1em;
  border: 1px solid #d1d1d1;
}

form .box-field {
  position: relative;
  margin-bottom: 10px;
}
form .label-field {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  text-transform: capitalize;
}
form .red {
  color: red !important;
}
form .field-checkbox input[type="checkbox"] {
  display: none;
}
form .field-checkbox input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  color: transparent;
  height: 17px;
  width: 17px;
  line-height: 17px;
  border: 1px solid #d4d4d4;
  background-color: transparent;
  margin-right: 10px;
  font-size: 12px;
  text-align: center;
  -webkit-transition: all 350ms ease-in-out;
          transition: all 350ms ease-in-out;
}
form .field-checkbox input[type="checkbox"]:checked + span {
  color: white;
  background-color: #0072bc;
  border-color: #0072bc;
}
form .field-checkbox label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
}

.form-search {
  float: right;
  position: relative;
}
.form-search ::-webkit-input-placeholder {
  font-size: 13px;
  color: black;
}
.form-search :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: black;
}
.form-search ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: black;
}
.form-search :-ms-input-placeholder {
  font-size: 13px;
  color: black;
}
.form-search input {
  width: 320px;
  position: relative;
}
.form-search .icon-search {
  position: absolute;
  top: 5px;
  right: 35px;
}
.form-search .icon-search:before {
  position: absolute;
  content: "\f002";
  font-family: "FontAwesome";
  color: #d1d1d1;
  font-size: 23px;
}

.form-updates {
  margin-bottom: 20px;
}
.form-updates ::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}
.form-updates :-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}
.form-updates ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}
.form-updates :-ms-input-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}
.form-updates input[type="text"],
.form-updates input[type="email"] {
  background-color: #212e36;
  border: none;
}
.form-updates input[type="submit"] {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #212e36;
  background-color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 350ms ease-in-out;
          transition: all 350ms ease-in-out;
}
.form-updates input[type="submit"]:hover, .form-updates input[type="submit"]:focus {
  background-color: rgba(255, 255, 255, 0.6);
}

.form-contact .box-field {
  margin-bottom: 25px;
}
.form-contact input,
.form-contact textarea {
  border-radius: 2px;
}
.form-contact input[type="submit"] {
  border: none;
  width: 100%;
  color: white;
  text-transform: uppercase;
  background-color: #0072bc;
  height: 45px;
  line-height: 45px;
  -webkit-transition: all 350ms ease-in-out;
          transition: all 350ms ease-in-out;
  font-size: 23px;
  font-weight: bold;
}
.form-contact input[type="submit"]:hover, .form-contact input[type="submit"]:focus {
  color: white;
  background-color: #f7941d;
}

.form-donate ::-webkit-input-placeholder {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21px;
  color: #0072bc;
}
.form-donate :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21px;
  color: #0072bc;
}
.form-donate ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21px;
  color: #0072bc;
}
.form-donate :-ms-input-placeholder {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21px;
  color: #0072bc;
}
.form-donate .box-field {
  position: relative;
  margin-bottom: 20px;
}
.form-donate .box-field .currently {
  position: absolute;
  width: 100%;
}
.form-donate .box-field .currently:before, .form-donate .box-field .currently:after {
  position: absolute;
  top: 20px;
}
.form-donate .box-field .currently:before {
  content: "$";
  left: 10px;
}
.form-donate .box-field .currently:after {
  content: "USD";
  right: 10px;
}
.form-donate .box-field input[type="text"] {
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 45px;
  border: 1px solid #d4d4d4;
  color: #0072bc;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21px;
}
.form-donate input[type="submit"] {
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  background-color: #3c7da8;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  width: 100%;
  border: none;
  -webkit-transition: all 350ms ease-in-out;
          transition: all 350ms ease-in-out;
}
.form-donate input[type="submit"]:hover, .form-donate input[type="submit"]:focus {
  color: white;
  background-color: #f7941d;
}

.form-signup .box-field {
  position: relative;
  display: block;
  width: 100%;
}
.form-signup .box-field input[type="email"],
.form-signup .box-field input[type="submit"] {
  float: left;
  height: 42px;
  line-height: 42px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 3px;
}
.form-signup .box-field input[type="email"] {
  width: 78%;
  margin-right: 1%;
  background-color: white;
}
.form-signup .box-field input[type="submit"] {
  margin-left: 1%;
  width: 20%;
  background-color: #1c2931;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 350ms ease-in-out;
          transition: all 350ms ease-in-out;
  border: none;
}
.form-signup .box-field input[type="submit"]:hover, .form-signup .box-field input[type="submit"]:focus {
  color: white;
  background-color: #f7941d;
}

.search-resources-wrapper {
  margin: 0 auto;
  width: 60%;
  position: relative;
  top: -25px;
}

.form-search-resources {
  position: relative;
}
.form-search-resources ::-webkit-input-placeholder {
  font-size: 18px;
  color: black;
}
.form-search-resources :-moz-placeholder {
  /* Firefox 18- */
  font-size: 18px;
  color: black;
}
.form-search-resources ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 18px;
  color: black;
}
.form-search-resources :-ms-input-placeholder {
  font-size: 18px;
  color: black;
}
.form-search-resources span {
  display: block;
  position: absolute;
  font-size: 26px;
  z-index: 999;
  top: 10px;
  left: 10px;
}
.form-search-resources input {
  float: left;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.form-search-resources input[type="text"] {
  padding-left: 40px;
  padding-right: 15px;
  width: 80%;
  border-right: none;
}
.form-search-resources input[type="submit"] {
  width: 20%;
  text-align: center;
  background-color: #0072bc;
  -webkit-transition: all 350ms ease-in-out;
          transition: all 350ms ease-in-out;
  border: none;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .5px;
}
.form-search-resources input[type="submit"]:hover, .form-search-resources input[type="submit"]:focus {
  background-color: #f7941d;
}

/*  SITE-HEADER
/* ----------------------------------------- */
.site-header {
  width: 100%;
  background-color: white;
}
.site-header.bg-blue-dark .logo a {
  display: inline-block;
  float: left;
}
.site-header.bg-blue-dark .title-page,
.site-header.bg-blue-dark .return {
  color: white !important;
}
.site-header .title-page {
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
  display: inline-block;
  border-left: 2px solid white;
  padding-left: 30px;
  margin-left: 30px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
}
.site-header .return {
  margin-top: 45px;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
}
.site-header .return:hover, .site-header .return:focus {
  opacity: .6;
}
.site-header .return i {
  font-size: 10px;
  margin-right: 5px;
}
.site-header.site-header-two .header-content {
  margin-top: 45px;
}

.site-header-donate .logo {
  margin: 20px 0 !important;
}

.line-top {
  height: 6px;
  width: 100%;
  border-bottom: 1px solid rgba(8, 105, 67, 0.3);
}

.middle-header {
  position: relative;
}

.bottom-header {
  background-color: #225f87;
  position: relative;
}
.bottom-header .btn-inline-nav {
  float: right;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  background-color: #3c7da8;
  height: 58px;
  line-height: 58px;
  padding-right: 1.5em;
  padding-left: 1.5em;
}
.bottom-header .btn-inline-nav:hover, .bottom-header .btn-inline-nav:focus {
  color: #f7941d;
}

.header-information {
  float: right;
  margin-bottom: 60px;
  width: 100%;
}

.header-content {
  width: 100%;
  float: right;
}

.box-information-float {
  font-size: 16px;
  padding: 5px 15px;
  float: right;
  background-color: white;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 1px solid rgba(8, 105, 67, 0.3);
  border-top: none;
  position: relative;
  top: -1px;
}

.box-information-icon {
  float: right;
  margin: 5px 35px;
}
.box-information-icon ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.box-information-icon li {
  float: left;
}
.box-information-icon a {
  display: block;
  margin: 3px 10px;
  font-size: 14px;
  color: #787878;
}
.box-information-icon a:hover, .box-information-icon a:focus {
  color: #f7941d;
}

.logo {
  float: left;
  margin: 35px 0;
}
.logo img {
  display: block;
}

.logo-style-two {
  margin: 25px 0;
}

.top-navigation {
  margin: 12px 15px;
  float: right;
}
.top-navigation ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.top-navigation li {
  float: left;
}
.top-navigation li:first-child > a:before {
  background-color: transparent;
}
.top-navigation li:hover > a, .top-navigation li:focus > a {
  color: #f7941d;
  text-decoration: none;
}
.top-navigation li > a {
  color: #413a30;
  font-size: 16px;
  display: block;
  padding: 0px 20px;
  position: relative;
}
.top-navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #413a30;
}

.top-information {
  margin: 12px 15px;
  float: right;
}
.top-information ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.top-information li {
  float: left;
}
.top-information li:hover > a, .top-information li:focus > a {
  color: #f7941d;
  text-decoration: none;
}
.top-information li > a, .top-information li span {
  color: #413a30;
  font-size: 16px;
  display: block;
  padding: 0 20px;
  position: relative;
}

.main-navigation {
  text-align: left;
  float: left;
}
.main-navigation ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.main-navigation ul li {
  display: inline-block;
  position: relative;
   padding: 0 22px;
  margin: 0 18px;
}
.main-navigation ul li:first-child{
   padding-left: 0;
   margin-left: 0;
}
.main-navigation ul li:first-child > a {
  padding-left: 0;
}
.main-navigation ul li:first-child > a {
  padding-left: 0;
}
.main-navigation ul li:first-child > a:before {
  margin-left: 0 !important;
}
.main-navigation ul li:first-child > ul {
  left: 0 !important;
}
.main-navigation ul li:first-child > ul li > a {
  padding-left: 15px;
}
.main-navigation ul li:last-child > a {
  padding-right: 0;
  margin-right: 0;
}
.main-navigation ul li:last-child > a:before {
  left: inherit !important;
}
.main-navigation ul li.highlight:hover > a, .main-navigation ul li.highlight:focus > a {
  color: #f7941d !important;
}
.main-navigation ul li.highlight > a {
  background-color: #3c7da8;
}
.main-navigation ul li.active > a, .main-navigation ul li:hover > a, .main-navigation ul li:focus > a {
  text-decoration: none;
  color: #00aeef;
}
.main-navigation ul li.active > a:before, .main-navigation ul li:hover > a:before, .main-navigation ul li:focus > a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  height: 5px;
  background-color: #f68e56;
}
.main-navigation ul li > a {
  position: relative;
  display: inline-block;
  color: white;
  padding: 18px 0;
  font-size: 18px;
  text-transform: uppercase;
}
.main-navigation ul li > ul {
  display: none;
  z-index: 999;
  position: absolute;
  top: 100%;
  left: 22px;
  display: block;
  background-color: white;
  text-align: left;
  font-size: 16px;
  min-width: 270px;
  border-bottom: 5px solid #f68e56;
  padding: 10px 0;
  box-shadow: rgba(76, 76, 76, 0.3) 0px 3px 5px;
  -moz-box-shadow: rgba(76, 76, 76, 0.3) 0px 3px 5px;
  -webkit-box-shadow: rgba(76, 76, 76, 0.3) 0px 3px 5px;
}

.main-navigation ul li > ul li {
  display: block;
  margin: 0;
  padding-right: 0; 
  padding-left: 0;
}
.main-navigation ul li > ul li:hover a {
  background-color: #ebf5fc;
}
.main-navigation ul li > ul li > a {
  padding: 10px 20px;
  margin: 0;
  display: block;
  color: black;
  text-transform: none !important;
  position: relative;
  font-size: 0.9em;
}
.main-navigation ul li > ul li > a:before {
  display: none;
}

.navigation-style-two {
  float: right;
  margin-top: 30px;
}
.navigation-style-two ul li:hover > a, .navigation-style-two ul li:focus > a {
  color: white !important;
}
.navigation-style-two ul li > a {
  margin: 0;
}

/*  CONTENTS
/* ----------------------------------------- */
.main-content {
  position: relative;
  padding: 70px 0 0;
}
.main-content.nopadding {
  padding: 0;
}

.accesorise-content {
  position: absolute;
  background-image: url("../images/accsesories-content.png");
  background-repeat: no-repeat;
  width: 320px;
  height: 120px;
  display: block;
  left: 0;
  top: 0;
}

.content-section {
  padding: 50px 0 0;
}

.content-section-bg {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.content-header {
  text-align: center;
  margin-bottom: 60px;
}
.content-header .title-header {
  font-size: 23px;
  color: black;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.box-donation {
  background-color: white;
  max-width: 570px;
  float: left;
}

.box-intro {
  padding: 45px 40px 30px;
}
.box-intro h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: normal;
}
.box-intro p {
  line-height: 1.8;
}

.box-info {
  text-align: center;
  padding: 15px 25px 5px;
  background-color: #d2f1f0;
}
.box-info h3 {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 10px;
}
.box-info p {
  font-size: 18px;
}

.box-form {
  padding: 45px 85px;
}

.content-impact {
  padding-bottom: 50px;
}

.content-donate {
  padding-bottom: 10px;
  background-color: white;
  position: relative;
}
.content-donate.bg-gray {
  padding-top: 0;
}
.content-donate.bg-gray:before, .content-donate.bg-gray:after {
  background-color: #f4f4f4;
}
.content-donate:before, .content-donate:after {
  content: "";
  position: absolute;
  display: block;
  background-color: white;
  height: 70%;
  width: 54%;
  bottom: 50%;
}
.content-donate:before {
  left: 0;
  -webkit-transform-origin: 66% -64%;
      -ms-transform-origin: 66% -64%;
          transform-origin: 66% -64%;
  -webkit-transform: rotate(9deg);
      -ms-transform: rotate(9deg);
          transform: rotate(9deg);
}
.content-donate:after {
  right: 0;
  -webkit-transform-origin: 32% -64%;
      -ms-transform-origin: 32% -64%;
          transform-origin: 32% -64%;
  -webkit-transform: rotate(-9deg);
      -ms-transform: rotate(-9deg);
          transform: rotate(-9deg);
}
.content-donate .content-header {
  text-align: left;
  padding: 15px 0;
  margin: 0;
  position: relative;
  z-index: 99;
}
.content-donate .content-header figure {
  margin-right: 45px;
}
.content-donate .content-header .title-content {
  font-size: 14px;
  color: #cc995d;
  text-transform: uppercase;
}
.content-donate .content-header .subtitle-content {
  font-size: 14px;
}

.content-banner {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 10% 0 15%;
  overflow: hidden;
}

.circle-banner-orange,
.circle-banner-blue {
  position: absolute;
  display: none;
}
.circle-banner-orange:before,
.circle-banner-blue:before {
  position: absolute;
  content: "";
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  top: 0;
  right: 0;
}

.circle-banner-orange {
  top: -85%;
  right: -27%;
}
.circle-banner-orange:before {
  background-color: rgba(250, 143, 15, 0.5);
}

.circle-banner-blue {
  top: -47%;
  right: -17%;
}
.circle-banner-blue:before {
  width: 800px;
  height: 800px;
  background-color: rgba(0, 221, 211, 0.5);
}

.caption-banner {
  z-index: 99;
  /*width: 400px;*/
  text-align: right;
  margin: 0 0 0 auto;
  position: relative;
  top: 150px;
}
.caption-banner .title-banner {
  font-size: 47px;
  color: white;
  line-height: 1.3;
  font-weight: 100 !important;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.content-sidebar {
  padding-left: 1.5em;
}

.nav-sidebar {
  padding-right: 1.5em;
}

.sidebar-navigation {
  border: 1px solid #e5e5e5;
  background-color: white;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  z-index: 99;
}
.sidebar-navigation li {
  display: block;
}
.sidebar-navigation li.active a, .sidebar-navigation li:hover a, .sidebar-navigation li:focus a {
  background-color: #ebf5fc;
  color: #0072bc;
}
.sidebar-navigation li:last-child a {
  border-bottom: none;
}
.sidebar-navigation li a {
  display: block;
  text-transform: uppercase;
  color: #6a6a6a;
  padding: 18px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.page-information {
  position: relative;
  z-index: 999;
  margin: 0px 0px 60px;
}
.page-information.text-center h1 {
  color: black !important;
}
.page-information h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
  margin: 0;
  font-weight: normal;
  color: #103b58;
}

article {
  margin-bottom: 45px;
  padding: 0 30px 30px;
}
article header {
  margin-bottom: 45px;
}
article header h2 {
  margin-top: 0;
  margin-bottom: 5px;
}
article header h2 a {
  color: black;
}
article header h2 a:hover, article header h2 a:focus {
  color: #f7941d;
}
article p {
  /*margin-bottom: 35px;*/
  margin-bottom: 12px;
  line-height: 1.8;
}
article .meta-extra {
  font-size: 12px;
}
article .list-author {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
article .list-author li {
  display: inline-block;
}
article .list-author li:last-child a:after {
  background-color: transparent;
}
article .list-author a {
  color: black;
  display: block;
  position: relative;
  margin-right: 15px;
}
article .list-author a:hover, article .list-author a:focus {
  color: #f7941d;
}
article .list-author a:after {
  content: "";
  position: absolute;
  width: 1px;
  right: -10px;
  height: 100%;
  background-color: black;
}
article .author-content {
  font-size: 14px;
}
article .header-author-info {
  position: relative;
  margin-right: -30px;
  margin-left: -30px;
  margin-top: -30px;
  padding: 20px 30px;
}
article .header-author-info.bg-blue h2 {
  margin-bottom: 20px;
}
article .header-author-info.bg-blue h2 a {
  color: white;
}
article .header-author-info.bg-blue h2 a:hover, article .header-author-info.bg-blue h2 a:focus {
  color: rgba(255, 255, 255, 0.6);
}
article .header-author-info.bg-blue .author-content {
  color: white;
}
article .header-author-info.bg-blue .author-content .meta-extra {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
  margin-bottom: 0;
}
article .header-author-info.bg-blue .author-content .list-author {
  color: white;
}
article .header-author-info.bg-blue .author-content .list-author a {
  display: inline-block;
  color: white;
}
article .header-author-info.bg-blue .author-content .list-author a:hover, article .header-author-info.bg-blue .author-content .list-author a:focus {
  color: rgba(255, 255, 255, 0.6);
}
article blockquote {
  position: relative;
  padding: 0;
  margin: 0 0 30px;
  border: none;
}
article blockquote .icon-quote {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  overflow: hidden;
  text-align: center;
}
article blockquote .icon-quote span {
  position: relative;
}
article blockquote .icon-quote span:before, article blockquote .icon-quote span:after {
  content: "";
  position: absolute;
  top: 12px;
  height: 2px;
  width: 100vw;
  background-color: #e3e3e3;
}
article blockquote .icon-quote span:before {
  right: 150%;
}
article blockquote .icon-quote span:after {
  left: 150%;
}
article blockquote .icon-quote span i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background-color: #68abd7;
  color: white;
  font-size: 13px;
  text-align: center;
}
article blockquote p {
  width: 90%;
  padding-bottom: 30px;
  margin: 0 auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-style: italic;
  font-size: 17px;
  text-align: center;
  position: relative;
}
article blockquote p:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 2px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  background-color: #e3e3e3;
}
article .panel {
  box-shadow: none;
  border: none;
  border-radius: 0 !important;
  border-top: 1px solid #dddddd;
}
article .panel-heading {
  border-radius: 0;
  padding: 20px 0;
}
article .panel-title {
  font-weight: normal;
}
article .panel-title a {
  display: block;
  position: relative;
}
article .panel-title a:after {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 0;
  font-family: "FontAwesome";
  color: #ddd !important;
}
article .panel-body {
  border-top: none !important;
  padding: 10px 0;
}
article .panel-body p {
  margin-bottom: 25px;
}

.article-post {
  border-top: 5px solid transparent;
  background-color: white;
  box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.1);
  padding-top: 30px;
}

.single-article header h2 {
  font-size: 28px;
}

.single-article .list-circle p {
  margin-bottom: 10px;
}

.custom-thumbnail {
  position: relative;
  margin-bottom: 45px;
}
.custom-thumbnail img {
  position: relative;
  width: 85%;
  height: auto;
}
.custom-thumbnail .caption-content {
  position: absolute;
  right: 0;
  bottom: 45px;
  display: inline-block;
  background-color: #f36e26;
  padding: 15px 30px;
  z-index: 99;
  width: 50%;
}
.custom-thumbnail .caption-content p {
  color: white;
  margin-bottom: 0;
  font-size: 18px;
}

.list-share {
  float: right;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.list-share li {
  float: left;
}
.list-share li a {
  background-color: #eaeaea;
  color: black;
  border-radius: 3px;
  font-size: 13px;
  height: 21px;
  width: 21px;
  line-height: 21px;
  text-align: center;
  display: block;
  margin-left: 7px;
}
.list-share li a:hover, .list-share li a:focus {
  color: #f7941d;
}

.search-result-article {
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
.search-result-article .category {
  width: 180px;
  float: left;
}
.search-result-article .category a {
  color: #bdbdbd;
  border: 1px solid #bdbdbd;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  display: inline-block;
  padding: .3em 1.5em;
}
.search-result-article .category a:hover, .search-result-article .category a:focus {
  color: #aba000;
  border-color: #aba000;
}
.search-result-article .subarticle {
  margin-left: 190px;
}
.search-result-article header {
  margin-bottom: 25px;
}
.search-result-article header h2 {
  font-weight: normal;
}
.search-result-article header h2 a:hover, .search-result-article header h2 a:focus {
  color: black;
  border-bottom: 1px solid black;
}
.search-result-article header h2 a:hover span, .search-result-article header h2 a:focus span {
  color: #aba000;
}
.search-result-article header h2 a span {
  color: #aba000;
}
.search-result-article p a {
  color: #aba000;
}
.search-result-article p a:hover, .search-result-article p a:focus {
  color: #f7941d;
}

#flex-senior {
  margin-bottom: 45px;
}
#flex-senior .flex-control-nav li {
  width: 19%;
  float: left;
  margin: 0 .6%;
}
#flex-senior .flex-control-nav li:first-child {
  margin-left: 0;
}
#flex-senior .flex-control-nav li:last-child {
  margin-right: 0;
}
#flex-senior .flex-control-nav li img {
  width: 100%;
}
#flex-senior .flex-control-thumbs {
  margin-top: 30px;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  display: block;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.4);
  height: auto !important;
  width: auto !important;
  top: 35%;
}
.flex-direction-nav .flex-prev:before,
.flex-direction-nav .flex-next:before {
  color: white !important;
  font-family: "FontAwesome";
}
.flex-direction-nav .flex-prev:before {
  content: "\f104" !important;
}
.flex-direction-nav .flex-next:before {
  content: "\f105" !important;
}

.item-staff {
  position: relative;
  padding: 0 !important;
  margin-bottom: 25px;
  border-bottom: none;
  text-align: left;
}
.item-staff.in-middle {
  border-left: none;
  border-right: none;
}
.item-staff.in-bottom {
  border-bottom: 1px solid #ddd;
}
.item-staff .subitem-staff {
  display: block;
  padding: 0px;
}
.item-staff .subitem-staff:hover h3, .item-staff .subitem-staff:focus h3 {
  color: #f7941d;
}
.item-staff figure {
  display: inline-block;
  height: 170px;
  width: 170px;
  border-radius: 50%;
  border: 1px solid #ddd;
  overflow: hidden;
  margin: 0 auto 10px;
}
.item-staff figure img {
  display: block;
}
.item-staff h3 {
  -webkit-transition: all 350ms ease-in-out;
          transition: all 350ms ease-in-out;
  margin-top: 0;
  margin-bottom: 5px;
  color: black;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  display:inline;
}
.item-staff .title {
  color: black;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.item-impact {
  margin-bottom: 30px;
}
.item-impact .impact-content {
  background-color: #344f41;
  font-size: 18px;
  padding: 20px 40px 10px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.item-impact .impact-author figure {
  padding: 2px;
  background-color: #344f41;
  float: left;
  position: relative;
  margin-right: 30px;
}
.item-impact .impact-author figure:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 23px solid #344f41;
}
.item-impact .impact-author h3 {
  font-size: 16px;
}
.item-impact .impact-author .interests {
  margin-left: 70px;
}
.item-impact .impact-author .label {
  text-align: left;
  display: block;
  padding: 0;
  color: black;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 9px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 5px;
}
.item-impact .impact-author .interests-field {
  font-size: 16px;
  padding-left: 12px;
}

.item-resources {
  margin-bottom: 30px;
}
.item-resources .subitem-resources {
  display: block;
  background-color: white;
  border: 1px solid #d6d6d6;
}
.item-resources header {
  padding: 40px 20px 10px;
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
}
.item-resources header h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  color: black;
  text-transform: uppercase;
}
.item-resources header p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #999999;
}
.item-resources .link-wrapper {
  text-align: center;
  padding: 0 50px;
  display: block;
}
.item-resources .link-all-resources {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  color: #999999;
}
.item-resources .link-all-resources:hover, .item-resources .link-all-resources:focus {
  color: #f7941d;
}

.list-resources {
  list-style: none outside none;
  margin: 0;
  padding: 35px 50px;
}
.list-resources li {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.list-resources li:before {
  content: "\f0f6";
  font-family: "FontAwesome";
  position: absolute;
  color: #959292;
  left: 0;
  font-size: 14px;
  top: 2px;
}
.list-resources li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-left: 30px;
  color: #f7941d;
  font-size: 18px;
  display: inline-block;
}
.list-resources li a:hover, .list-resources li a:focus {
  color: #3c7da8;
}

.box-contact-info {
  padding: 0 20px;
}
.box-contact-info h4 {
  margin-top: 0;
  font-size: 16px;
}
.box-contact-info p a {
  color: black;
}
.box-contact-info p a:hover, .box-contact-info p a:focus {
  color: #f7941d;
}
.box-contact-info .sep-content {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 35px;
}

.staff-authors {
  margin-top: 10px;
  margin-bottom: 25px;
}
.staff-authors h3 {
  margin: 0;
  padding: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.staff-authors a {
  color: black;
  font-size: 18px;
  margin: 0 10px 10px;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.staff-authors a:hover, .staff-authors a:focus {
  color: #f7941d;
}

.list-staff-socmed {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-left: 10px;
}
.list-staff-socmed li {
  float: left;
}
.list-staff-socmed li a {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  margin-right: 15px;
}
.list-staff-socmed li a:hover, .list-staff-socmed li a:focus {
  background-color: #f7941d;
}

.staff-desc .title-staff {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.staff-desc .title-staff span {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}
.staff-desc p {
  font-size: 18px;
  margin-bottom: 45px;
}

.container.base-knowledge .pakb-archive {
  padding: 0px !important;
}

/*  MODAL
/* ----------------------------------------- */
.btn-close {
  height: 43px;
  width: 43px;
  border-radius: 50%;
  background-image: url("../images/close.png");
  background-repeat: no-repeat;
  position: absolute;
  right: -22px;
  top: -22px;
  opacity: 1;
  -webkit-transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
          transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
  z-index: 999;
}

.modal-dialog {
  width: 85%;
}

.modal-content {
  box-shadow: none !important;
  border-radius: 0 !important;
  border: none !important;
}

.modal-body {
  padding: 35px;
}

/*  WIDGET
/* ----------------------------------------- */
.title-widget {
  font-size: 16px;
  margin: 0;
}

.sidebar-widget {
  background-color: white;
  border-top: 5px solid transparent;
  box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.1);
  margin-bottom: 45px;
}
.sidebar-widget .title-widget {
  color: black;
  padding: 30px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}
.sidebar-widget .title-widget span {
  margin-right: 5px;
  width: 26px;
  height: 26px;
  position: relative;
  float: left;
  background-repeat: no-repeat;
}
.sidebar-widget p, .sidebar-widget a {
  font-size: 14px;
}
.sidebar-widget .btn-fullwidth {
  padding: 15px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}

.footer-widget .widget-updates {
  padding: 0 20px;
}
.footer-widget .widget-signup p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
  font-size: 14px;
}

.widget-socmed ul li a {
  margin-bottom: 10px;
}

.widget-info p {
  text-transform: uppercase;
  color: black;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
}
.widget-info p i {
  min-width: 20px;
  margin-right: 5px;
}

.widget-text p {
  margin-left: 120px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}

.widget-widget-info {
  background-color: #0072bc;
}

.box-sidebar-widget {
  text-align: center;
  position: relative;
  background-color: white;
  overflow: hidden;
  padding-bottom: 35px;
  padding-top: 20px;
  margin-bottom: -10px;
}
.box-sidebar-widget:before, .box-sidebar-widget:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #0072bc;
  height: 50px;
  width: 54%;
  top: 75px;
}
.box-sidebar-widget:before {
  left: 0;
  -webkit-transform: rotate(9deg);
      -ms-transform: rotate(9deg);
          transform: rotate(9deg);
  -webkit-transform-origin: 66% -64%;
      -ms-transform-origin: 66% -64%;
          transform-origin: 66% -64%;
}
.box-sidebar-widget:after {
  right: 0;
  -webkit-transform: rotate(-9deg);
      -ms-transform: rotate(-9deg);
          transform: rotate(-9deg);
  -webkit-transform-origin: 32% -64%;
      -ms-transform-origin: 32% -64%;
          transform-origin: 32% -64%;
}
.box-sidebar-widget h3 {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px;
}
.box-sidebar-widget .date-info {
  font-size: 13px;
}
.box-sidebar-widget .icon-mix {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  height: 34px;
  width: 21px;
  background-repeat: no-repeat;
  background-image: url("../images/mix.png");
}
.box-sidebar-widget .inner-sidebar-widget {
  display: inline-block;
  text-align: left;
}

.box-widget-info {
  position: relative;
  padding: 30px;
  text-align: center;
  background-color: #0072bc;
}
.box-widget-info h4 {
  font-size: 17px;
  color: white !important;
  margin-top: 0;
  margin-bottom: 10px;
}
.box-widget-info p {
  color: rgba(255, 255, 255, 0.5);
}

.author-events {
  padding: 15px 30px 15px;
  border-bottom: 1px solid #d2d2d2;
}
.author-events .alignleft {
  margin-right: 1.5em;
}
.author-events .alignleft img {
  border-radius: 50%;
}
.author-events .author-content h4 {
  color: #cc995d;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 14px;
}
.author-events .author-content a {
  color: #0072bc;
}
.author-events .author-content a:hover, .author-events .author-content a:focus {
  color: #f7941d;
}

.list-events li {
  border-top: 1px solid #d2d2d2;
  padding: 2px 20px;
}
.list-events .event-date,
.list-events .content-date {
  float: left;
  padding: 15px 0;
}
.list-events .event-date {
  width: 35%;
  padding-right: 15px;
}
.list-events .content-date {
  width: 65%;
  padding-left: 15px;
  border-left: 1px solid #d2d2d2;
}

.event-date {
  font-size: 14px;
  padding-top: 30px !important;
}
.event-date .date {
  color: #cc995d;
  font-weight: bold;
  text-transform: uppercase;
}
.event-date .category {
  color: black;
}
.event-date .category:hover, .event-date .category:focus {
  color: #f7941d;
}

.content-date a {
  color: #0072bc;
}
.content-date a:hover, .content-date a:focus {
  color: #f7941d;
}

/*  SITE-FOOTER
/* ----------------------------------------- */
.site-footer {
  overflow: hidden;
}

.site-footer-two {
  padding-top: 40px;
}

.site-footer-three .footer-offset-left {
  padding-right: 45px;
  min-height: 300px;
}
.site-footer-three .footer-offset-right {
  padding-left: 45px;
  min-height: 300px;
}

.footer-widget {
  overflow: hidden;
}
.footer-widget .title-widget {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #9fa4a8;
  margin-bottom: 35px;
}
.footer-widget .widget {
  margin-bottom: 45px;
}

.footer-offset-left,
.footer-offset-right {
  min-height: 450px;
  padding-top: 40px;
}

.footer-offset-left {
  position: relative;
  background-color: #546570;
}
.footer-offset-left:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  right: 100%;
  top: 0;
  background-color: #546570;
}

.footer-offset-right {
  position: relative;
  background-color: #425059;
}
.footer-offset-right:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 100%;
  top: 0;
  background-color: #425059;
}

.footer-bottom {
  padding: 20px 0;
  background-color: #212e36;
}
.footer-bottom p, .footer-bottom a {
  font-size: 12px;
  margin: 0;
}
.footer-bottom p {
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  padding: .4em 0;
}
.footer-bottom a {
  background-color: rgba(98, 122, 137, 0.4);
  display: inline-block;
  padding: .4em 1.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 6px;
}

.footer-bottom-two {
  background-color: white;
  padding: 25px 0;
}

.footer-nav {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 13px;
}
.footer-nav ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.footer-nav li {
  float: left;
}
.footer-nav li a {
  display: block;
  color: black;
  margin-right: 20px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.footer-nav li a:hover, .footer-nav li a:focus {
  color: #f7941d;
}

.copyright p {
  font-size: 13px;
  margin-bottom: 0;
}

/*  RWD-NAV-SIDEBAR
/* ----------------------------------------- */
.rwd-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.rwd-subcontainer {
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.1, 0, 0.95);
          transition: all 500ms cubic-bezier(0.25, 0.1, 0, 0.95);
  position: relative;
  width: 100%;
  display: block;
  margin-left: 0;
}

.rwd-active {
  margin-left: 40%;
  float: left;
}

.rwd-nav-sidebar {
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.1, 0, 0.95);
          transition: all 500ms cubic-bezier(0.25, 0.1, 0, 0.95);
  z-index: 999;
  width: 40%;
  margin-left: -40%;
  position: fixed;
  height: 100%;
  display: block;
  overflow-x: hidden;
  background-color: #0072bc;
  color: white;
}

.rwd-nav-active {
  margin-left: 0;
}

.btn-rwd-sidebar {
  display: none;
  float: right;
  margin-top: 70px;
  font-size: 28px;
  cursor: pointer;
  color: #425059;
  -webkit-transition: all 250ms ease;
          transition: all 250ms ease;
}
.btn-rwd-sidebar:hover, .btn-rwd-sidebar:focus {
  color: #f7941d;
}

.btn-rwd-hide {
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 2px;
  background-color: #425059;
  -webkit-transition: all 350ms ease-in-out;
          transition: all 350ms ease-in-out;
  color: white;
  margin: 20px 10px;
  cursor: pointer;
}
.btn-rwd-hide:hover, .btn-rwd-hide:focus {
  background-color: #f7941d;
}

.rwd-information {
  padding: 0 10px 20px;
}
.rwd-information .box-information-float {
  background-color: transparent;
  border-radius: 0;
  float: none;
  border: none;
  top: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  margin-bottom: 20px;
}
.rwd-information .box-information-icon {
  float: none;
  margin: 0 0 20px;
}
.rwd-information .box-information-icon li a {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  margin-right: 10px;
}
.rwd-information .box-information-icon li a:hover, .rwd-information .box-information-icon li a:focus {
  color: rgba(255, 255, 255, 0.4);
}

.rwd-search-form {
  padding: 0 10px 20px;
}
.rwd-search-form .form-search {
  width: 100%;
  float: left;
}
.rwd-search-form .form-search input {
  width: 100% !important;
  padding-right: 30px;
  height: 36px;
  line-height: 36px;
  color: #425059;
  font-size: 13px;
}
.rwd-search-form .form-search .icon-search {
  top: 10px;
  right: 27px;
}
.rwd-search-form .form-search .icon-search:before {
  font-size: 16px;
}

.rwd-navigation-top {
  padding: 0 10px 20px;
}

.rwd-navigation-bottom, .rwd-internal-nav {
  padding: 0 10px 20px;
}

.rwd-navigation-top ul,
.rwd-navigation-bottom ul, 
.rwd-internal-nav  ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  padding: 0 15px;
}
/*.rwd-navigation-top ul > ul,
.rwd-navigation-bottom ul > ul {
  margin-top: 0;
  display: none;
  visibility: hidden;
}*/

.rwd-navigation-top ul ul,
.rwd-navigation-bottom ul ul,
.rwd-navigation-top ul ul.sub-menuNav,
.rwd-navigation-bottom ul ul.sub-menuNav {
      margin: 0;
      display: block;
      visibility: visible;
      margin-bottom: 20px;
}
.rwd-navigation-top ul li,
.rwd-navigation-bottom ul li, 
.rwd-internal-nav ul li{
  position: relative;
  padding-right: 10px;
}
.rwd-navigation-top ul li .fa,
.rwd-navigation-bottom ul li .fa, 
.rwd-internal-nav ul li .fa{
        position: absolute;
        right: 0;
        top: 0.2em;
        font-size: 1.3em;
}
.rwd-navigation-top ul a,
.rwd-navigation-bottom ul a, 
.rwd-internal-nav ul a{
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  text-transform: capitalize;
  font-size: 15px;
  margin-bottom: 5px;
  font-size: 17px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #3881B1;
}
.rwd-navigation-top ul a:hover, .rwd-navigation-top ul a:focus,
.rwd-navigation-bottom ul a:hover,
.rwd-navigation-bottom ul a:focus {
  color: rgba(255, 255, 255, 0.4);
}

.btn-rwd-content{
  width: 100%;
  padding: 8px 15px;
  background-color: #425059;
  -webkit-transition: all 350ms ease-in-out;
          transition: all 350ms ease-in-out;
  color: white;
  display: block;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}
.btn-rwd-content:hover, .btn-rwd-content:focus {
  background-color: #f7941d;
  color: white;
}

.btn-internal-nav{
  padding: 0 10px 20px;
}

.rwd-internal-nav {
  display: block;
}
.rwd-internal-nav ul {
  margin-top: 0;
}
/*.btn-internal-nav {
  height: inherit !important;
  line-height: inherit !important;
  padding: 10px 24px;
  font-size: 13px;
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
}*/

.modif-rwd-sidebar .rwd-information,
.modif-rwd-sidebar .rwd-search-form,
.modif-rwd-sidebar .rwd-navigation-top {
  display: none;
}
.modif-rwd-sidebar .rwd-navigation-bottom {
  padding-top: 20px;
}
.modif-rwd-sidebar .rwd-navigation-bottom ul {
  display: block !important;
}
.modif-rwd-sidebar .btn-nav-bottom {
  display: none;
}

/*  MEDIA-QUERIES
/* ----------------------------------------- */
@media only screen and (min-width: 1400px) {
  .circle-banner-blue {
    top: -4%;
    right: -16%;
  }
  .circle-banner-blue:before {
    -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
            transform: scale(1.8);
  }

  .circle-banner-orange {
    top: -55%;
    right: -26%;
  }
  .circle-banner-orange:before {
    -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
            transform: scale(1.8);
  }
}
@media (max-width: 1299px) {
  .circle-banner-blue {
    top: -47%;
    right: -17%;
  }

  .circle-banner-orange {
    top: -85%;
    right: -27%;
  }
}
@media (max-width: 1200px) {
  .main-navigation {
    font-size: 14px;
  }

  .form-search input {
    width: 220px;
  }

  .list-content-3 {
    margin-bottom: 30px;
  }
  .list-content-3 li {
    margin: 0 5px;
  }

  /*.main-navigation ul li > a,  edit*/
  .main-navigation ul li {
    margin: 0 6px;
    padding: 0 19px;
  }
}
@media (max-width: 1050px) {
  .circle-banner-orange {
    top: -85%;
    right: -36%;
  }

  .circle-banner-blue {
    top: -47%;
    right: -25%;
  }
}
@media (max-width: 995px) {
  .site-footer-three .footer-offset-left {
    padding-right: 15px;
    min-height: auto !important;
  }
  .site-footer-three .footer-offset-right {
    padding-left: 15px;
    min-height: auto !important;
  }

  .nav-sidebar {
    margin-bottom: 60px;
  }

  .sidebar-navigation {
    display: none;
  }

  .rwd-internal-nav {
    display: block;
  }
  .rwd-internal-nav ul {
    display: none;
  }

  .box-sidebar-widget {
    padding-bottom: 55px;
  }
  .box-sidebar-widget:before, .box-sidebar-widget:after {
    height: 150px;
  }

  .site-header {
    background-color: transparent;
  }

  .line-top {
    display: none;
  }

  .header-information {
    display: none;
  }

  .header-content {
    display: none;
  }

  .bottom-header {
    display: none;
  }

  .btn-rwd-sidebar {
    display: block;
  }

  .footer-offset-left:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    left: 100%;
    top: 0;
    background-color: #546570;
  }

  .footer-offset-right:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    right: 100%;
    top: 0;
    background-color: #425059;
  }

  .footer-widget .divide-2 {
    float: left;
    width: 50%;
  }
  .footer-widget .rwd-cb {
    clear: both;
  }

  .box-reports {
    float: left;
    width: 50%;
  }

  .staff-view {
    margin-bottom: 45px;
  }

  .item-staff.in-middle {
    border: 1px solid #ddd !important;
    border-bottom: none !important;
  }
  .item-staff.in-bottom {
    border-bottom: none !important;
  }
  .item-staff.in-last {
    border-bottom: 1px solid #ddd !important;
  }

  .site-header.bg-blue-two .btn-rwd-sidebar {
    margin-top: 45px;
    color: white !important;
  }
  .site-header.bg-blue-two .btn-rwd-sidebar:hover, .site-header.bg-blue-two .btn-rwd-sidebar:focus {
    color: #f7941d !important;
  }

  .navigation-style-two {
    display: none;
  }
}
@media (max-width: 950px) {
  .site-header-two .btn-rwd-sidebar {
    margin-top: 45px !important;
  }

  .box-donation {
    width: 100% !important;
    max-width: 100% !important;
  }

  .circle-banner-orange {
    top: -110%;
    right: -48%;
  }

  .circle-banner-blue {
    top: -66%;
    right: -31%;
  }

  .caption-banner .title-banner {
    font-size: 37px;
  }
}
@media (max-width: 767px) {
  .box-donation {
    width: 100% !important;
    max-width: 100% !important;
  }

  .site-header-donate {
    text-align: center;
  }
  .site-header-donate .logo {
    float: none;
  }
  .site-header-donate .logo a {
    float: none !important;
  }
  .site-header-donate .logo .title-page {
    float: none !important;
    padding-right: 0;
    margin-left: 0;
    border-left: 0;
    margin-top: 25px;
    padding: 0;
    display: block;
    margin-bottom: 0;
  }
  .site-header-donate .info-header {
    float: none !important;
    margin-bottom: 20px;
  }

  .circle-banner-orange {
    top: -128%;
    right: -66%;
  }

  .circle-banner-blue {
    top: -86%;
    right: -47%;
  }

  .caption-banner .title-banner {
    font-size: 32px;
  }

  .content-banner {
    padding: 10% 0 30%;
  }

  .content-donate:before, .content-donate:after {
    width: 55%;
  }

  .modal-dialog {
    width: 85%;
    margin: 45px auto;
  }
}
@media (max-width: 690px) {
  .custom-thumbnail img {
    width: 100%;
  }
  .custom-thumbnail .caption-content {
    width: 100%;
    bottom: 0;
    left: 0;
  }

  .search-resources-wrapper {
    width: 100%;
  }
  .search-resources-wrapper input {
    width: 100% !important;
  }
  .search-resources-wrapper input[type="text"] {
    border-right: 1px solid #d1d1d1 !important;
  }

  .circle-banner-orange {
    top: -148%;
    right: -75%;
  }

  .circle-banner-blue {
    top: -100%;
    right: -54%;
  }

  .content-donate {
    text-align: center;
  }
  .content-donate:before, .content-donate:after {
    width: 60%;
  }
  .content-donate .content-header {
    max-width: 360px;
    margin: auto;
    text-align: center;
  }
  .content-donate .content-header figure {
    display: block;
    float: none !important;
    margin-right: 0 !important;
    text-align: center;
  }
  .content-donate .space30 {
    height: 5px;
  }
  .content-donate .space15 {
    height: 0;
  }
  .content-donate .btn {
    max-width: 260px;
    margin: auto;
  }

  .widget-text .alignleft {
    float: none !important;
    display: block;
    text-align: left;
  }
  .widget-text p {
    margin-left: 0;
  }

  .footer-widget .widget-updates {
    padding: 0;
  }

  .footer-offset-left,
  .footer-offset-right {
    min-height: auto;
  }
}
@media (max-width: 570px) {
  .custom-thumbnail img {
    width: 100%;
  }
  .custom-thumbnail .caption-content {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .custom-thumbnail .caption-content p {
    font-size: 16px;
  }
  
  .list-content-3 li {
    width: 100%;
    margin: 0 0 25px;
    text-align: center;
  }
  .list-content-3 li figure {
    display: inline-block;
  }

  .form-signup input {
    width: 100% !important;
  }
  .form-signup input[type="submit"] {
    margin-top: 15px;
  }

  .search-result-article .category {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .search-result-article .subarticle {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .site-header-two .btn-rwd-sidebar {
    margin-top: 35px !important;
  }

  .page-information {
    text-align: center;
  }
  .page-information h1 {
    font-size: 28px;
  }

  .rwd-nav-sidebar {
    width: 60%;
    margin-left: -60%;
  }

  .rwd-nav-active {
    margin-left: 0;
  }

  .rwd-active {
    margin-left: 60%;
  }

  .box-sidebar-widget {
    padding-bottom: 55px;
  }
  .box-sidebar-widget:before, .box-sidebar-widget:after {
    width: 56%;
  }

  .circle-banner-orange {
    top: -148%;
    right: -83%;
  }

  .circle-banner-blue {
    top: -100%;
    right: -62%;
  }

  .content-banner {
    padding: 10% 0 35%;
  }

  .caption-banner .title-banner {
    font-size: 27px;
    max-width: 300px;
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .logo img {
    width: 220px;
  }

  .btn-rwd-sidebar {
    margin-top: 50px;
  }

  .circle-banner-orange {
    top: -172%;
    right: -133%;
  }

  .circle-banner-blue {
    top: -118%;
    right: -103%;
  }

  .content-banner {
    padding: 10% 0 35%;
    width: 100%;
    
  }

  .caption-banner .title-banner {
    font-size: 27px;
    max-width: none;
    margin-left: auto;
  }

  .caption-banner .title-banner,
  .caption-banner .btn-icon {
    margin-right: 60px !important;
  }

  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .pull-left,
  .footer-bottom .pull-right {
    float: none !important;
  }
  .footer-bottom a {
    margin-top: 10px;
  }
}
@media (max-width: 415px) {
  .caption-banner .title-banner,
  .caption-banner .btn-icon {
    margin-right: 15px !important;
  }
}

/** LOGIN BOARD
===================================*/
.loginboard {
  display: table;
  width: 100%;
  vertical-align: middle;
}
.loginboard .loginboard-center {
  display: table-cell;
  vertical-align: top;
  padding-top: 40px;
}
@media screen and (min-width: 38em) {
  .loginboard .loginboard-center {
    vertical-align: middle;
  }
}
.loginboard .loginboard-center .container {
  max-width: 825px;
}

.ribbon-login {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  max-width: 624px;
  height: 502px;
  overflow: hidden;
  background: url("../images/ribbon-logo.jpg") 0 0 no-repeat;
  background-size: 624px auto;
  -moz-background-size: 624px auto;
  -webkit-background-size: 624px auto;
}

.board-logo {
  text-align: center;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 62em) {
  .board-logo {
    height: 280px;
  }
}
.board-logo img {
  max-width: 333px;
  margin: 0 auto;
  width:100%;
}

.form-loginboard .inside {
  background-color: white;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 15px #e4e4e4;
  -moz-box-shadow: 0 0 15px #e4e4e4;
  -webkit-box-shadow: 0 0 15px #e4e4e4;
  padding: 20px;
}
@media screen and (min-width: 48em) {
  .form-loginboard .inside {
    padding: 35px 30px;
  }
}
.form-loginboard .forgotpass {
  margin-bottom: 0;
  margin-top: 7px;
  text-align: center;
}
.form-loginboard .forgotpass a {
  font-size: 13px;
  color: black;
}
.form-loginboard .forgotpass a:hover {
  color: #0072bc;
  text-decoration: underline;
}

*:focus {
  outline: none;
}

.form-control:focus {
  border: none;
  box-shadow: none;
}

.form-loginboard .btn {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.form-loginboard .form-group {
  margin-bottom: 22px;
}
.form-loginboard .checkbox .form-help {
  position: absolute;
  width: 100%;
}
.form-loginboard .checkbox .form-help {
  position: relative;
  margin-bottom: 1rem;
}
.form-loginboard .form-radio .form-help {
  padding-top: 0.25rem;
  margin-top: -1rem;
}
.form-loginboard .form-group {
  position: relative;
}
.form-loginboard .form-group .form-control {
  height: 28px;
}
.form-loginboard .form-group .form-control.textarea {
  height: auto;
}
.form-loginboard .form-group textarea {
  resize: none;
}
.form-loginboard .form-group select {
  width: 100%;
  padding: 0.125rem 0.125rem 0.0625rem;
  background: none;
  border: none;
  line-height: 1.6;
  box-shadow: none;
}
.form-loginboard .form-group .control-label {
  position: absolute;
  top: 0rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #b8b8b8;
  font-weight: normal;
  transition: all 0.28s ease;
}
.form-loginboard .form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #e5e5e5;
  display: block;
}
.form-loginboard .form-group .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #337ab7;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.form-loginboard .form-group input, .form-loginboard .form-group textarea {
  background: none;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  font-size: 16px;
  border-width: 0;
  border-color: transparent;
  box-shadow: none;
}
.form-loginboard .form-group input[type="file"] {
  line-height: 1;
}
.form-loginboard .form-group input[type="file"] ~ .bar {
  display: none;
}
.form-loginboard .form-group select {
  color: #333;
}
.form-loginboard .form-group input:focus,.form-loginboard .form-group input:valid ~ .control-label, .form-loginboard .form-group input.form-file, .form-loginboard .form-group input.has-value {
  color: #333;
}
.form-loginboard .form-group textarea:focus, .form-loginboard .form-group textarea:valid, .form-loginboard .form-group textarea.form-file, .form-loginboard .form-group textarea.has-value {
  color: #333;
}
.form-loginboard .form-group select ~ .control-label {
  font-size: 0.8rem;
  color: gray;
  top: -1rem;
  left: 0;
}
.form-loginboard .form-group input:focus ~ .control-label,.form-loginboard .form-group input:valid ~ .control-label, .form-loginboard .form-group input.form-file ~ .control-label, .form-loginboard .form-group input.has-value ~ .control-label {
  font-size: 0.8rem;
  color: gray;
  top: -2rem;
  left: 0;
}
.form-loginboard .form-group textarea:focus ~ .control-label, .form-loginboard .form-group textarea:valid ~ .control-label, .form-loginboard .form-group textarea.form-file ~ .control-label, .form-loginboard .form-group textarea.has-value ~ .control-label {
  font-size: 0.8rem;
  color: gray;
  top: -1rem;
  left: 0;
}
.form-loginboard .form-group select:focus, .form-loginboard .form-group input:focus, .form-loginboard .form-group textarea:focus {
  outline: none;
}
.form-loginboard .form-group select:focus ~ .control-label,
.form-loginboard .form-group input:focus ~ .control-label,
.form-loginboard .form-group textarea:focus ~ .control-label {
  color: #337ab7;
}
.form-loginboard .form-group select:focus ~ .bar::before,
.form-loginboard .form-group input:focus ~ .bar::before,
.form-loginboard .form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}
.form-loginboard .checkbox {
  margin-bottom: 18px;
}
.form-loginboard .checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 26px;
  text-align: left;
  color: #333;
  display: block;
}
.form-loginboard .checkbox input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}
.form-loginboard .checkbox .helper {
  color: #999;
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #e4e4e4;
  transition: border-color 0.28s ease;
}
.form-loginboard .checkbox .helper::before {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #0072bc;
  display: block;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  content: '';
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}
.form-loginboard .checkbox label:hover .helper {
  color: #337ab7;
}
.form-loginboard .checkbox input:checked ~ .helper {
  color: #337ab7;
}
.form-loginboard .checkbox input:checked ~ .helper::before {
  opacity: 1;
  transition: height 0.28s ease;
}
.form-loginboard .checkbox input:checked ~ .helper::before {
  transition-delay: 0.28s;
}
.form-loginboard .checkbox + .checkbox {
  margin-top: 1rem;
}
.form-loginboard .has-error .legend.legend {
  color: #d9534f;
}
.form-loginboard .has-error.form-group .control-label.control-label, .form-loginboard .has-error.form-group .form-help, .form-loginboard .has-error.form-group .helper {
  color: #d9534f;
}
.form-loginboard .has-error.checkbox .form-help, .form-loginboard .has-error.checkbox .helper {
  color: #d9534f;
}
.form-loginboard .has-error.form-radio .form-help, .form-loginboard .has-error.form-radio .helper {
  color: #d9534f;
}
.form-loginboard .has-error .bar::before {
  background: #d9534f;
  left: 0;
  width: 100%;
}

/** BOARD
===================================*/
.board-container {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.aside-board {
  position: absolute;
  width: 250px;
  height: 100%;
  left: -240px;
  top: 0;
  background: #225f87;
  z-index: 100;
  padding-bottom: 60px;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.aside-board:before, .aside-board:after {
  content: '';
  display: table;
}
.aside-board:after {
  clear: both;
}
@media screen and (min-width: 38em) {
  .aside-board {
    position: fixed;
    left: 0;
  }
  .aside-board .hamburger {
    display: none;
  }
}
.aside-board.side-hide {
  left: 0;
}
.aside-board .hamburger {
  position: absolute;
  right: -55px;
  background-color: #225f87;
}

.board-content {
  margin-top: 0px;
  padding: 0px;
  background-color: white;
  overflow: auto;
  position: relative;
}
.board-content .board-inside {
  padding: 25px;
  padding-top: 75px;
}
@media screen and (min-width: 38em) {
  .board-content {
    margin-left: 250px;
  }
  .board-content .board-inside {
    padding: 30px 0 35px 45px;
  }
}
@media screen and (min-width: 62em) {
  .board-content {
    min-height: 1006px;
  }
}

.logo-asideBoard {
  padding: 20px;
  border-bottom: 1px solid #396f93;
}
.logo-asideBoard img {
  width: 194px;
  margin: 0 auto;
}

.board-menu {
  overflow: auto;
}
.board-menu ul li a {
  color: white;
  font-size: 13px;
  display: block;
  padding: 15px 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #396f93;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.board-menu ul li a:hover {
  color: #7fd4e5;
  background-color: #1b4c6d;
}

.foo-asideBoard {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #225f87;
}
.foo-asideBoard a {
  color: white;
  font-size: 13px;
  display: block;
  padding: 15px 20px;
  text-transform: uppercase;
  border-top: 1px solid #396f93;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.foo-asideBoard a:hover, .foo-asideBoard a:active, .foo-asideBoard a:focus {
  color: #7fd4e5;
  background-color: #1b4c6d;
}
.foo-asideBoard a:hover .fa, .foo-asideBoard a:active .fa, .foo-asideBoard a:focus .fa {
  color: white;
}
.foo-asideBoard a .fa {
  float: right;
  color: #7a9fb7;
  font-size: 1.7em;
  vertical-align: middle;
}

.title-board {
  margin: 0;
  margin-bottom: 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 29px;
}

.title-board-sm {
  margin: 0;
  margin-bottom: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
}

.list-paper {
  padding-left: 0;
  list-style: none;
  margin: 18px 0;
}
.list-paper li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 25px;
}
.list-paper li:before {
  content: "\f016";
  position: absolute;
  left: 0;
  top: 1px;
  font-family: FontAwesome;
  font-size: 18px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}

/* resource */
.single-knowledgebase .main-content {
    padding: 0 !important;
}
.tax-knowledgebase_category .container.resource {
  padding-top: 45px;
}
.tax-knowledgebase_category .accesorise-content {
  top: 45px;
}
.container.resource .pakb-breadcrumb {
  background-color: #ededed;
  width: 150%;
  position: absolute;
  top: 0;
  left: -8.333333%;
  margin-left: -25px;
  padding: 10px 10px 10px 36px;
  padding-left: 8.333333%;
}
.tax-knowledgebase_category .container.resource .pakb-breadcrumb {
  top: -70px;
}
.container.resource .pakb-breadcrumb li a {
  color: #000;
  font-size: 14px;
}
.container.resource .pakb-breadcrumb li a:hover, .container.resource .pakb-breadcrumb li a:focus {
  color: #f7941d;
}
.container.resource .pakb-breadcrumb li.active {
  color: #b2b2b2;
}
.container.resource .pakb-breadcrumb li.pakb-breadcrumb-icon:before {
  content: '\002F';
  margin: 0 10px;
  color: black;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
}
.container.resource .pakb-single {
  margin-top: 180px;
}
.container.resource .pakb-content {
  border-top: none;
  border-bottom: none;
}
@media ( max-width: 995px ) {
  .container.resource .pakb-breadcrumb {
    left: -11.333333%;
    margin-left: -30px;
  }
}
@media ( max-width: 830px ) {
  .container.resource .pakb-breadcrumb {
    left: 0;
    margin-left: -30px;
  }
}
.filter-area {
  background: #efefef;
  padding: 10px 0 1px;
  margin: 30px 0;
}
.filter-area ul {
  text-align: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.filter-area ul li {
  display: inline-block;
  max-width: 500px;
}
.filter-area ul li:last-child {
  max-width: 200px;
  width: 100%;
  margin-left: 15px;
}
@media (max-width: 480px) {
  .filter-area ul li:last-child {
    margin-left: 0;
  }
}
.box-cart {
  border: 2px solid #6a932f;
  padding: 20px;
  margin: 30px 0;
}
.box-cart h4 {
  text-transform: uppercase;
  color: #7bac36;
}
.box-cart ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.box-cart ul li figcaption {
  margin-left: 15px;
}
.box-cart ul li figcaption h5 {
  font-weight: 100;
  margin: 7px 0;
}

.single-product {
  transition: all 160ms ease;
  -moz-transition: all 160ms ease;
  -webkit-transition: all 160ms ease;
  box-shadow: 0px 0px 5px 2px transparent;
  border: 1px solid transparent;
  position: relative;
  margin-bottom: -70px;
  background: #fff;
  padding: 15px;
}
@media (min-width: 480px) and (max-width: 992px) {
  .single-product {
    text-align: center;
  }
}
.single-product figcaption h4 span {
  font-weight: 100;
  margin-left: 2px;
}
.single-product figcaption h4.price {
  font-weight: 100;
}
.single-product .button-cart {
  transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  position: relative;
  opacity: 0;
  bottom: 0;
  margin-top: 20px;
}
.single-product:hover {
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.15);
  z-index: 99;
  border: 1px solid #e1e1e1;
}
.single-product:hover .button-cart {
  opacity: 1;
}