/*
Theme Name: Asa
Theme URI:
Author:
Author URI:
Description:
License: GNU General Public License v2 or later
License URI:
Text Domain:
Tags: ;
*/



header .top-header {
  padding-bottom: 21px;
}
header .logo-block {
  display: flex;
  align-items: center;
  margin-top: 49px;
}
header .logo-block .crs-logo {
  display: inline-block;
  margin-right: 10px;
}
header .logo-block .crs-logo img {
  width: 98px;
}
header .search-form {
  margin-top: 27px;
  display: flex;
  justify-content: flex-end;
}
header .search-form .btn {
  padding: 0 17px 3px;
}
header .search-form input[type=text] {
  border: 1px solid #9b9b9b;
  padding: 0 10px 3px;
  width: 145px;
  font-style: italic;
}


header .header-nav {
  margin-top: 31px;
}
header .header-nav li {
  display: inline-block;
}
header .header-nav li:not(:first-child) {
  margin-left: 23px;
}
header .header-nav li a {
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: 13px;
}
header .main-nav {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 179, 136, 0.65);
}
header .main-nav .main-menu li {
  display: inline-block;
  margin-right: 30px;
  padding: 14px 15px 13px;
  border-bottom: 2px solid transparent;

}
header .main-nav .main-menu li:hover {
  border-bottom: 2px solid #fff;
}
header .main-nav .main-menu .menu-item-has-children {
  position: relative;
}
header .main-nav .main-menu .menu-item-has-children a:after {
  display: inline-block;
  width: 0;
  height: 0;
  content: '';

  border: 5px inset;
  border-top-color: currentcolor;
  border-top-style: inset;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-bottom-width: 5px;
  border-left-color: currentcolor;

  border-color: #fff transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  margin-top: 0;
  margin-left: 10px;
}
header .main-nav .main-menu li a {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;

}
header .main-nav .main-menu li a.active-link {
  font-weight: 400;
  cursor: default;
}
header .main-nav .main-menu li a:hover {
  text-decoration: none;

}
header .main-nav .social-links li {
  list-style-type: none;
}

header .main-nav .social-links a {
  color: #ffffff;
}

header .main-nav .main-menu .sub-menu {
  position: absolute;
  background-color: rgba(0, 179, 136, .85);
  top: 45px;
  left: 0;
  padding-left: 0;
  padding-bottom: 0;
  min-width: 100%;
}

header .main-nav .main-menu .sub-menu li {
  display: block;
  padding: 14px 15px 15px;
  border-bottom: 0;
  margin-right: 0;
  white-space: nowrap;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}
header .main-nav .main-menu .sub-menu li:hover {
  padding: 14px 15px 15px;
  background-color: rgba(0, 179, 136, 1);
  border-bottom: 0;
}
header .main-nav .main-menu .sub-menu a:after {
  border: 0;
}

.wpml-ls-item {
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
}

.wpml-ls-item .sub-menu {
  position: absolute;
  top: 35px;
  padding-left: 0;
  padding-bottom: 0;
}

.wpml-ls-item .sub-menu li {
  display: block;
  padding: 12px 0 12px 0;
  width: 120px;
  text-align: left;
}

.sticky-menu {
  position: fixed !important;
  top: 0;
   background-color: rgba(0, 179, 136, 1) !important;
}

header .btn-expand {
  background: none;
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-left: -15px;
}
header .mobile-main-nav .main-menu {
  display: block;
}
header .mobile-main-nav .main-menu li {
  display: block;
}
.hero-image {
  position: relative;
  background-color: #acacac;
  color: #ffffff;
  border-bottom: 2px solid #c2d3d6;
  padding: 102px 0 60px;
  min-height: 390px;
  display: flex;
  align-items: center;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(img/home-slide.jpg);
}

.hero-photo-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(129,129,129, .15);
}

.hero-image h1 {
  font-size: 35px;
  line-height: 1.27em;
  margin-bottom: 0.3em;
}
.hero-image p {
  margin-bottom: 1.4em;
}

.home-video-headline,
.home-video-thumb {
  cursor: pointer;
}
.home-video-headline:hover {
  opacity: 0.8;
}
.home-video-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  color: #fff;
  font-size: 80px;
  cursor: pointer;
  opacity: .75;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.home-video-icon:hover {
  opacity: 1;
}



.breadcrumbs {
  font-size: 12px;
  padding: 0 8px 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #cdcdcd;
}
.breadcrumbs a,
.breadcrumbs span {
  color: #4a4a4a;
}
.breadcrumbs span:not(:last-child):after {
  content: ' / ';
}
.info-block {
  padding: 39px 0;
  background-color: #e5f8fc;
}
.info-block .row {
  align-items: center;
  margin-bottom: 70px;
}
.info-block .row:nth-child(even) {
  flex-direction: row-reverse;
}
.info-block .row:last-child {
  margin-bottom: 0;
}
.info-block.reverse .row:nth-child(even) {
  flex-direction: row;
}
.info-block.reverse .row:nth-child(odd) {
  flex-direction: row-reverse;
}
.info-block .h4 {
  color: #00b388;
}
.info-block p {
  margin-bottom: 1.4em;
}
.info-block blockquote {
  font-family: Baskerville, sans-serif;
  color: #74541d;
  font-size: 19px;
  padding: 18px 0 18px;
  border-bottom: 1px solid #74541d;
  border-top: 1px solid #74541d;
  line-height: 1.4;
  margin-bottom: 1.1em;
  text-align: center;
}
.info-block blockquote p {
  margin-bottom: 0;
}
.info-block img {
  max-width: 100%;
}
.info-block ul {
  margin: 20px 0;
}
.info-block ul li {
  margin: 10px 20px;
  line-height: 1.4;
}
.info-block .marked-list {
  list-style-type: disc;
}

a.read-more {
  /*font-weight: 700;*/
  font-weight: 400;
  display: inline-block;
}
a.read-more:after {
  content: '';
}
a.read-more:not(:last-child) {
  margin-bottom: 40px;
}
.where-we-work {
  text-align: center;
  padding: 62px 0 38px;
}
.where-we-work .h2 {
  margin-bottom: 0.7em;
}
.where-we-work .map-block {
  height: 500px;
}
.where-we-work .map-block img {
  width: 100%;
  max-width: 648px;
}
.home-sign-up {
  background: url(img/asa_home_signup.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 286px;
  padding-bottom: 57px;
}
.home-sign-up form {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 22px 30px 30px;
  color: #ffffff;
}
.home-sign-up form:after {
  content: ' ';
  display: block;
  clear: both;
}
.home-sign-up form h3,
.home-sign-up .form-wrap h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 16px;
}
.home-sign-up form p,
.home-sign-up .form-group p {
  margin-bottom: 15px;
}
.home-sign-up form label {
  display: block;
  margin-bottom: 15px;
}
.home-sign-up form label span {
  font-size: 14px;
  font-weight: 500;
}
.home-sign-up form label input {
  display: block;
  margin-top: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.home-sign-up form input[type=submit] {
  float: right;
  margin-top: -10px;
}
/* Partners box */
.partners-box {
  width: 100%;
  padding: 10px 0;
  color: white;
  padding: 1.667em 0 2.444em 0;
  overflow: hidden;
  background-color: #061f41;
}
.partners-box i {
  font-size: 40px;
  color: white;
  margin: 10px 10px 0 0;
}
.partners-box .screen-reader-text {
  display: block;
}
.partners-box li {
  list-style-type: none;
}
.partners-box .widget-title {
  margin: 10px 0 15px;
}
.partners-box .container > div {
  margin-bottom: 0;
}
.partners-box span.faith {
  color: #fff;
}
.partners-box span.action {
  color: #fff;
}
.partners-box span.results {
  color: #fff;
}
.footer_far p {
  font-size: 14px;
  line-height: 1.333em;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
}
.footer_far p strong {
  /*font-size: 56px;*/
  font-size: 42px;
  line-height: 1.5em;
  letter-spacing: normal;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-weight: bold;
}
footer .sub-footer-logo img {
  width: 100%;
  margin-top: 20px;
}
footer .sub-footer-content {
  font-size: 14px;
  line-height: 1.333em;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
  padding-top: 20px;
}
.footer_far p.subtitle {
  font-size: 13px;
  margin-top: 11px;
}
.text-banner .footer-far {
  padding-bottom: 30px;
}
.text-banner .footer-far p {
  font-size: 16px;
  text-align: left;
  padding-bottom: 30px;
}
.partners-title {
  font-size: 38px;
  line-height: 38px;
  font-family: BaskBold;
}
.partners-title span {
  margin-right: 10px;
}
.partners-title span:nth-child(1) {
  color: #ab7eb7;
}
.partners-title span:nth-child(2) {
  color: #5fbbea;
}
.partners-title span:nth-child(3) {
  color: #73cbbb;
}
#footer {
  background-color: black;
  color: #a5a4a1;
  font-size: .9em;
  clear: both;
  width: 100%;
  padding: 0.6em 0 3em;
  margin: 0;
  font-family: arial;
}
#footer .two_fifth:after {
  content: ' ';
  display: table;
  clear: both;
}
#footer .id-number-box {
  font-size: 2.084em;
  line-height: 1em;
  float: left;
  font-weight: bold;
  color: #cdcdcd;
  margin-right: 0.9em;
}
#footer .id-number-text {
  font-size: 0.7em;
  line-height: 1.3em;
  float: left;
  width: 130px;
  margin-top: 0.1em;
  text-transform: uppercase;
}
#footer .footer-first-box {
  padding: 1.7em 0 2.5em;
  font-family: arial;
}
#footer .footer-second-box {
  clear: left;
  border-color: #4F4F4F;
  border-style: solid;
  border-width: 1px 0 1px;
  font-size: 0.695em;
  padding: 1.25em 0;
}
#footer .fusion-row li {
  display: inline;
  list-style-type: none;
}
#footer .fusion-row li + li {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #999;
}
#footer .fusion-row span {
  border-right: solid 1px #999;
  padding-right: 1em;
  margin-right: 1em;
  font-size: 10px;
}
#footer .fusion-row a {
  color: #a5a4a1;
}
#footer .fusion-row .text-right a:not(:first-child) {
  border-left: 1px solid #999;
  padding-left: 1em;
  margin-left: 1em;
}
#footer.noborder {
  border: none;
  padding-top: 0;
}
.footer-box {
  font-size: 0.9722em;
}
.footer-first-box .follow-us {
  color: white;
  margin-left: auto;
}
.footer-first-box .follow-us li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 0;
}
.footer-first-box .follow-us li a {
  color: #000;
}
.footer-first-box .follow-us li a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-first-box .newsletter-subscribe {
  float: right;
}
.footer-first-box .newsletter-subscribe input:first-child {
  background-color: #1a1a1a;
  border: none;
  color: inherit;
  padding: 7px 5px;
  font-size: 12px;
  width: 125px;
  height: 30px;
  float: left;
}
.footer-first-box .newsletter-subscribe input[type='image'] {
  background: #363636;
  float: left;
  padding: 8px 5px;
  vertical-align: middle;
  height: 30px;
}
.footer-first-box .newsletter-subscribe input[type='image']:hover {
  background: #414141;
}
.footer-second-box .menu {
  margin-top: 0;
}
.footer-third-box {
  margin: 20px 0;
}
.footer-third-box p {
  font-size: 11px;
  line-height: 1.2;
}
.footer-fourth-box {
  padding: 10px;
}
.footer-fourth-box p {
  font-size: 11px;
  line-height: 1.2;
  margin-left: 8px;
  color: #a5a4a1;
}
.footer-fourth-box .footer-org-logo {
  margin: 10px 0;
}
.footer-fourth-box .footer-logo-wrap {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;

        flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;

    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;


  margin: 0 auto;
  width: 80px;
  height: 90px;
}

.footer-org-logo  a:hover {
  /*text-decoration-color: #a5a4a1;*/
  text-decoration: none;
}

.footer-logo-wrap img {
  display: block;
  margin: 0 auto;
}

.circled-icon {
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
  padding: 6px 0;
  background-color: #A5A4A1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.circled-icon:hover {
  background-color: #00B388;
}
.partnership {
  text-align: center;
  padding: 38px 0;
}
.partnership .list {
  margin-top: 58px;
  background: url(img/branch-icon.png) center bottom no-repeat;
  padding-bottom: 70px;
}
.partnership .list .h5 {
  color: #00b388;
  margin-top: 12px;
}
.partnership .list .text {
  max-width: 220px;
  margin: 0 auto;
  text-align: left;
}
.partnership .align-left {
  text-align: left;
  line-height: 1.4;
  margin-bottom: 10px;
}
.green-text-banner {
  padding: 28px 0;
  background-color: #00b388;
}
.green-text-banner p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
.green-text-banner p a {
  color: #ffffff;
}


/*.blog {
  padding-bottom: 38px;
}
.blog .container {
  background: url(img/branch-icon.png) center bottom no-repeat;
  padding-bottom: 48px;
}
.blog .col-left {
  padding-top: 17px;
  padding-right: 30px;
}
.blog article {
  max-width: 560px;
  color: #4a4a4a;
}
.blog article:not(:last-child) {
  margin-bottom: 51px;
}
.blog article .title {
  text-transform: none;
  font-size: 20px;
}
.blog article .entry-postmeta {
  margin-top: 18px; 
}
.blog article .entry-postmeta .meta-author {
  font-size: 18px;
}
.blog article .entry-postmeta .meta-date {
  margin-top: 7px;
  font-size: 14px;
  color: #9b9b9b;
  text-transform: uppercase;
}
.blog article .entry-content {
  margin-top: 6px;
}
.blog article .entry-content .text {
  margin-top: 30px;
}
.blog article .entry-content .text p {
  font-size: 14px;
  margin-bottom: 1.1em;
  line-height: 1.2;
}
.blog article .entry-content .read-more {
  text-decoration: underline;
  color: #4a4a4a;
  font-size: 14px;
}
.blog article .entry-content .read-more:hover {
  text-decoration: none;
}
.entry-content {
  position: relative;
}
.blog article .entry-content img,
.entry-content img {
  width: 100%;
  max-width: 100% !important;
  height: auto;
}*/


.entry-content .fetch-content-img img {
    width: auto !important;
    height: auto;
}

.pagination {
  margin-top: 50px;
  margin-bottom: 30px;
}
.pagination a,
.pagination span {
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  width: 17px;
  margin-right: 10px;
  text-align: center;
}
.blog-single article .title {
  text-transform: uppercase;
  font-size: 24px;
}
.blog-single article .entry-postmeta {
  margin-top: -6px;
}
.blog-single article .entry-content .text {
  margin-top: 16px;
}
.blog-single article .entry-content .text p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 1.4em;
}
.blog-single article .entry-content .text img {
  margin-bottom: 2.5em;
}
.blog-single .share {
  margin-top: 18px;
}
.col-right {
  border-left: 1px solid #cdcdcd;
}
.col-right .sidebar {
  padding-left: 15px;
  padding-right: 15px;
}
.sidebar .aside-sign-up {
  padding-top: 17px;
}
.sidebar .aside-sign-up h5 {
  text-transform: none;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0.4em;
}
.sidebar .aside-sign-up p {
  line-height: 1.2;
}
.sidebar .aside-sign-up .form-group {
  margin-top: 24px;
}
.sidebar .aside-sign-up .form-group label {
  margin-bottom: 10px;
  display: block;
}
.sidebar .aside-sign-up .form-group label span {
  font-size: 14px;
  font-weight: 500;
  color: #757575;
}
.sidebar .aside-sign-up .form-group label input {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 3px;
  height: 40px;
}
.sidebar .aside-sign-up .form-group input[type=submit] {
  width: 100%;
  font-size: 20px;
  padding: 4px 16px;
}
.sidebar .tw-follow {
  /*background: url(img/green-branch-icon.png) center 0 no-repeat;*/
/*  padding-top: 55px;
  margin-top: 31px;
  text-align: center;*/
}
.sidebar .tw-follow .link {
  margin: -4px 0 35px;
}
.sidebar .tw-follow .link a {
  font-size: 22px;
  color: #262626;
}
.sidebar .tw-follow p i {
  font-family: Baskerville, sans-serif;
}
.sidebar .most-popular {
  margin-top: 45px;
}
.sidebar ul {
  margin-bottom: 35px;
}
.sidebar ul li {
  line-height: 1.2;
  margin-bottom: 3px;
}
.sidebar ul li a {
  color: #000000;
  -webkit-transition: color 1s;
  transition: color 1s;
}
.sidebar ul li a:hover {
  text-decoration: none;
  color: #00b388;
}
.sidebar ul.padding-list li {
  margin-bottom: 19px;
}
.sidebar .country ul {
  margin-bottom: 0;
}
.filter {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
.filter__chosen {
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  /*margin-left: 20px;*/
  /*padding: 21px;*/
  padding: 12px;
  border: 1px solid #aaa;
  width: auto;
  text-align: left;
  margin-left: 12px;
}
.filter__chosen:after {
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    content: '';
    border: 5px inset;
    border-top-color: currentcolor;
    border-top-style: inset;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-bottom-width: 5px;
    border-left-color: currentcolor;
    border-color: #000 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: -3px;
    margin-top: 0;
    margin-left: 10px;
  }

.filter-select {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
}
.filter-select__list {
  display: none;
  margin: 0;
  background: #fff;
  border: 1px solid #d8d8d8;
}
.filter-select__option {
  padding: 8px 30px;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0;
}
.filter-select__option:last-child {
  border-bottom: none;
}
.filter-select__option:hover {
  background: #00b388;
  color: #fff;
}
.navigation {
  display: flex;
  justify-content: space-between;
  max-width: 560px;
  margin-top: 53px;
}
.navigation a {
  font-size: 18px;
  color: #9b9b9b;
}
.pagination a {
  color: #00b388;
}
.page-single-content {
  background: none;
}
.page-single-content .entry-content img {
  width: auto;
  margin-bottom: 30px;
}
.page-single-content .entry-content img.alignright {
  float: right;
  margin-left: 30px;
}
.related-resources {
  text-align: center;
  background-color: #e5f8fc;
  padding: 32px 0;
}
.related-resources .list {
  margin-top: 72px;
  background: url(img/branch-icon.png) center bottom no-repeat;
  padding-bottom: 100px;
}
.resource-block {
  background-color: #e5f8fc;
  padding: 70px 0 30px;
}

.resource-block .entry-content p {
  margin-bottom: 1.3em;
}
.resource-icon {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.resource-icon:hover {
  opacity: 0.8;
}
.resources {
  margin-top: 46px;
  padding-bottom: 50px;
}
.resources .container {
  background: url(img/branch-icon.png) center bottom no-repeat;
  padding-bottom: 100px;
}
.resources .list .item:not(:last-child) {
  padding-bottom: 38px;
  margin-bottom: 45px;
  border-bottom: 1px solid #cdcdcd;
}
.resources .list .item .entry-content .date {
  text-transform: uppercase;
  font-size: 18px;
  color: #4a4a4a;
  margin-top: -3px;
}
.resources .list .item .entry-content .title {
  text-transform: none;
  margin-top: 4px;
}
.resources .list .item .entry-content .text {
  margin-top: 35px;
}
.resources .list .item .entry-content .green-btn {
  margin-top: 15px;
  font-size: 16px;
  padding: 9px 20px;
}

.flex-row {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;

    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;

    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-row-loop {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;

    flex-wrap: wrap;

    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;

    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    margin: 20px 0;
    padding: 0 15px;
    width: 100%;
}


.view-document-btn {
  width: 180px;
  min-width: 150px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  text-align: center;
  margin: 6px 0;
}
.thumb-resource-btn {
  margin: 20px auto;
}

.resources .pagination {
  margin: 40px 0 0;
}


.current-page-url {
  cursor: arrow;
  color: #00b388;
  font-weight: bold;
}


.body-search-wrap {
  padding: 30px 0;
}

.body-search .search-form {
  /* margin-top: 27px; */
  display: flex;
  justify-content: flex-start;
}
.body-search .search-form .btn {
  padding: 0 17px 3px;
}
.body-search-wrap .search-form input[type=text] {
  border: 1px solid #9b9b9b;
  padding: 0px 10px 0px;
  height: 40px;
  line-height: 40px;
  width: auto;
  font-style:italic;
}
.additional-submit-btn {
  position: relative;
  top: -1px;
  left: -5px;
  height: 40px !important;
}

.search-result {
  padding: 60px 0;
}
.search-filter {
  -webkit-align-content: flex-end;
  align-content: flex-end;
  justify-content: flex-end;
  -webkit-box-pack: right;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: right;
  margin-bottom: 30px;
}
.search-filter label {
  color: #000;
  display: block;
  color: #848484;
  margin: 8px 0;
}
.search-filter .btn {
  margin-left: 10px;
}
.search-filter input[type="checkbox"] {
  position: relative;
  top: 1px;
  margin-right: 4px;
  font-style: italic;
}
.search-item {
  cursor: pointer;
  webkit-transition: color .75s;
  transition: color .75s;
}
.search-item:hover {
  color: #00b388;
}
.js-cat-to-searchparams,
.js-year-to-searchparams,
.js-type-to-searchparams,
.js-country-to-searchparams  {
  cursor: arrow;
  color: #00b388;
  font-weight: bold;
}

.btn-search-reset {
    display: table;
    margin: 30px auto;
}

.search-query-string {
  text-transform: none;
  margin-top: 0.3em;
}
.search-sidebar-wrap {
    border-left: 1px solid #bbb;
    padding-left: 15px;
}
.post-search {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #bbb;
}
.post-search .date {
  text-transform: uppercase;
}
.post-search p {
  margin-bottom: 15px;
}
.post-search__headline a {
  color: #000;
}
.post-search__headline {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 8px;
}
.post-search__category {
  color: #00b388;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.post-search + .post-search {
  margin-top: 30px;
}
.modal {
  background: rgba(75, 69, 57, 0.5);
}
.modal-content {
  border-radius: 0 !important;
}
.modal-body {
  padding: 0 !important;
}
.modal-body iframe {
  width: 800px;
  height: 600px;
}
.video-popup-close {
  display: block;
  position: absolute;
  top: -30px;
  right: 30px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
}
.js-validate-error-msg,
.js-validate-error-msg-incorrect {
  display: none;
  color: #f00 !important;
}

.headline-404 {
  margin: 20px 0 0;
  text-align: left;
  color: #fff;
  font-weight: bold;
}
.subtitle-404 {
  font-size: 18px;
}

.text_center {
  text-align: center;
}


.modal-dialog {
  max-width: 100%;
}

.modal-content {

  border: none;
  background: none;
}

.modal-body {
  display: table;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.2);
}

input:focus {
  box-shadow: none !important;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  /*right: -999em;*/
  right: 20px;
  overflow: hidden;
  width: 44px;
  height: 44px;
  z-index: 999;
  text-align: center;
  color: #ffffff;
  background-color: #00b388;
  opacity: 0.5;

  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
#toTop:hover {
    opacity: 1;
}
#toTop span {
    width: 100%;
    line-height: 44px;
    font-size: 32px;
}
#toTop:focus {
    outline: 0;
}

/**
 *
 * secure.everyaction.com subscription form (include mobile styles);
 *
 * sidebar.php
 * /template-parts/content-home-sign-up.php
 *
**/

.sidebar .ngp-form .at-title {
    display: none;
}
.sidebar .ngp-form .at-legend {
    display: none;
}
.sidebar .ngp-form .at-fieldset {
    padding: 0 !important;
}
.sidebar .ngp-form .at-test {
    margin: 0;
}
.sidebar .ngp-form .at-row > [class^="at-"] {
    margin: 0;
    min-width: auto;
}
.sidebar .ngp-form .at-fieldset input {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 3px;
    height: 40px;
}
.sidebar .ngp-form .at-form-submit {
    padding: 0;
}
.sidebar .ngp-form .at-form-submit .at-submit {
    width: 100%;
    margin: 0;
    font-size: 20px;
    padding: 4px 0;
    font-weight:500;;
    text-transform: uppercase;
    background:rgb(0, 179, 136);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 1.5;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}
.sidebar .ngp-form .at-form-submit .at-submit:hover {
    background-color: #00cd9b;
}
@media screen and (max-width: 992px) {
  footer .sub-footer-logo img {
    width: 290px;
    margin: 30px auto;

  }
}
@media screen and (max-width: 768px) {
    .sidebar .ngp-form .at-text.FirstName {
        padding-right: 15px;
    }
    .sidebar .ngp-form .at-text.LastName {
        padding-left: 15px;
    }
  footer .sub-footer-content {
    font-size: 13px;
  }    
}
@media screen and (max-width: 480px) {
    .sidebar .ngp-form .at-text.FirstName {
        padding-right: 0;
    }
    .sidebar .ngp-form .at-text.LastName {
        padding-left: 0;
    }
}

/* home sign up form */
.home-sign-up .form-wrap {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 22px 30px 30px;
  color: #ffffff;
}
.home-sign-up .form-wrap .at-inner {
    background-color: transparent;
}
.home-sign-up .form-wrap form {
  background-color: transparent;
  padding: 0;
  color: #ffffff;
}
.home-sign-up .ngp-form .at-title {
    display: none;
}
.home-sign-up .ngp-form .at-legend {
    display: none;
}
.home-sign-up .ngp-form .at-fieldset {
    padding: 0 !important;
}
.home-sign-up .ngp-form .at-text,
.home-sign-up .ngp-form span {
    margin: 0;
    color: #fff;
    font-weight:700;
}
.home-sign-up .ngp-form .at-text.FirstName {
    padding-right: 15px;
}
.home-sign-up .ngp-form .at-text.LastName {
    padding-left: 15px;
}
.home-sign-up .ngp-form .at-row > [class^="at-"] {
    margin: 0;
}
.home-sign-up .ngp-form .at-fields .at-row {
    display: flex;
}
.home-sign-up .ngp-form .at-fields .at-row-solo {
    display: block;
}
.home-sign-up .ngp-form .at-fieldset input {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 3px;
    height: 40px;
}
.home-sign-up .ngp-form .at-form-submit {
    padding: 0;
}
.home-sign-up .ngp-form .at-form-submit .at-submit {
    font-weight:700;
    text-transform: uppercase;
    background:rgb(0, 179, 136);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 1.5;
    margin-right: 0;
    float: right;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}
.home-sign-up .ngp-form .at-form-submit .at-submit:hover {
    background-color: #00cd9b;
}
.home-sign-up .at table {
    background-color: transparent;
}
.home-sign-up .at table * {
    color: #fff;
}
@media screen and (max-width: 480px) {
    .home-sign-up .ngp-form .at-text.FirstName {
        padding: 0 !important;
    }
    .home-sign-up .ngp-form .at-text.LastName {
        padding: 0 !important;
    }
}

.info-block .sitemap-list-wrap {
  margin: 0 auto;
  padding: 30px 20px;
  display: table;
}

.info-block .sitemap-list {
  border-top: 1px solid rgba(0, 0, 0, .25);
  border-bottom: 1px solid rgba(0, 0, 0, .25);

}
.info-block .sitemap-list li {
  margin-left: 0;
  margin-right: 0;
}

.info-block .sitemap-list ul.children {
  border-top: 1px solid rgba(0, 0, 0, .25);
  border-bottom: 1px solid rgba(0, 0, 0, .25);
}
.info-block .sitemap-list ul.children li {
  margin-left: 20px;
  margin-right: 20px;
}
.info-block .sitemap-list li a {
  color: #000;
  font-weight: 500;

  -webkit-transition: color .75s;
  transition: color .75s;
}
.info-block .sitemap-list li a:hover {
  color: #00b388;
}
.wp-caption-text{
  background: #eee;
  font-style: italic;
  padding: 10px;
  font-size: 14px;
}
.col-right .sidebar ul li {
    position: relative;
    padding-left: 25px;
    line-height: 22px;
    margin-bottom: 0px; 
 }
.col-right .sidebar ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background: #00b18e;
  position: absolute;
  top: 7px;
  left: 12px; 
}
.blog-single article .col-left ul li {
  position: relative;
  padding-left: 25px;
  line-height: 22px;
  margin-bottom: 0px; 
}
.blog-single article .col-left  ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background: #00b18e;
  position: absolute;
  top: 7px;
  left: 12px; 
}
.blog-single article .text ul li {
  position: relative;
  padding-left: 25px;
  line-height: 22px;
  margin-bottom: 0px; 
}
.blog-single article .text  ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background: #00b18e;
  position: absolute;
  top: 7px;
  left: 12px; 
}
.col-left ol{
  padding-left:30px;
  margin-bottom:30px;
  counter-reset: item;
}
.col-left ol li {
  position: relative;
  padding-left: 5px;
  line-height: 22px;
}

.col-left ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  color:#00b18e;
  position:absolute;
  left:-20px;
}

.w-auto{
  width: auto;
  display: inline-block;
}
header .main-nav .social-links li {margin-right: 14px;}