/********************
** Font Face
********************/
@font-face {
  font-family: 'FuturaRound-Book';
  src: url("../fonts/futura/hinted-FuturaRoundW01-BookOblique.eot");
  src: url("../fonts/futura/hinted-FuturaRoundW01-BookOblique.eot?#iefix") format("embedded-opentype"), url("../fonts/futura/hinted-FuturaRoundW01-BookOblique.woff2") format("woff2"), url("../fonts/futura/hinted-FuturaRoundW01-BookOblique.woff") format("woff"), url("../fonts/futura/hinted-FuturaRoundW01-BookOblique.ttf") format("truetype"), url("../fonts/futura/hinted-FuturaRoundW01-BookOblique.svg#FuturaRoundW01-BookOblique") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'FuturaRound-Book';
  src: url("../fonts/futura/hinted-FuturaRoundW01-Book.eot");
  src: url("../fonts/futura/hinted-FuturaRoundW01-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/futura/hinted-FuturaRoundW01-Book.woff2") format("woff2"), url("../fonts/futura/hinted-FuturaRoundW01-Book.woff") format("woff"), url("../fonts/futura/hinted-FuturaRoundW01-Book.ttf") format("truetype"), url("../fonts/futura/hinted-FuturaRoundW01-Book.svg#FuturaRoundW01-Book") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FuturaRound-Light';
  src: url("../fonts/futura/hinted-FuturaRound-Light.eot");
  src: url("../fonts/futura/hinted-FuturaRound-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/futura/hinted-FuturaRound-Light.woff2") format("woff2"), url("../fonts/futura/hinted-FuturaRound-Light.woff") format("woff"), url("../fonts/futura/hinted-FuturaRound-Light.ttf") format("truetype"), url("../fonts/futura/hinted-FuturaRound-Light.svg#FuturaRound-Light") format("svg");
  font-weight: 300;
  font-style: normal; }
/********************
** Breakpoints
********************/
/********************
** Media Queries
********************/
/********************
** Fonts
********************/
/********************
** Colors
********************/
/********************
** Paths
********************/
/********************
** Transition Timing Functions
********************/
* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, *:after, *:before {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%; }

html {
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: "FuturaRound-Book", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 300;
  color: #000000;
  letter-spacing: 0.03125em; }

.page-container {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 26px;
  line-height: 1.625rem; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

figure {
  position: relative;
  margin: 0 0; }

img {
  max-width: 100%; }

dl, ol, ul {
  margin-bottom: 24; }

ul, ol {
  margin: 0 0;
  padding: 0 0; }

li ul, li ol {
  margin: 0; }

select, textarea,
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type="submit"] {
  display: block;
  border-radius: 0;
  border: 1px solid #1c1c1c;
  font-family: "FuturaRound-Book", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000000; }

/********************
** Typekit Classes
********************/
.wf-loading {
  /* styles to use when web fonts are loading */
  visibility: hidden; }

.wf-active {
  /* styles to use when web fonts are active */
  visibility: visible; }

.wf-inactive {
  /* styles to use when web fonts are inactive */
  visibility: visible; }

/********************
** Typography
********************/
/* h1,h2,h3,h4,h5,h6{
	font-weight: 300;
} */
.page-header {
  margin-bottom: 0 !important;
  padding: 20px 0; }

header #header .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (min-width: 992px) {
    header #header .container {
      padding: 0; } }
header #header .navbar {
  padding: 0;
  min-height: 0; }
  @media only screen and (min-width: 768px) {
    header #header .navbar {
      min-height: 75px;
      padding-right: 20px;
      height: 75px; } }
header #header .navbar-nav {
  display: table !important;
  width: 100%;
  text-align: center; }
  header #header .navbar-nav .menu-item {
    display: block;
    margin-right: 0; }
    @media only screen and (min-width: 768px) {
      header #header .navbar-nav .menu-item {
        margin-right: 40px;
        padding: 0 5px;
        display: table-cell; } }
header .navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0; }
header .navbar-light .navbar-nav .active > .nav-link, header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link.show, header .navbar-light .navbar-nav .show > .nav-link {
  color: #f7482a; }
header .title-site {
  padding-right: 15px;
  padding-left: 15px; }
  header .title-site .site-logo {
    margin-bottom: 8px; }
    @media only screen and (min-width: 768px) {
      header .title-site .site-logo {
        margin-bottom: 0px; } }
    header .title-site .site-logo .custom-logo {
      max-width: 200px;
      height: auto; }
      @media only screen and (min-width: 576px) {
        header .title-site .site-logo .custom-logo {
          max-width: 250px; } }
      @media only screen and (min-width: 768px) {
        header .title-site .site-logo .custom-logo {
          max-width: none !important;
          width: auto;
          height: auto; } }
header .search-container {
  position: absolute;
  right: 54px;
  top: -38px;
  height: 16px;
  vertical-align: top; }
  @media only screen and (min-width: 768px) {
    header .search-container {
      top: 30px;
      right: 0; } }
  header .search-container .btn {
    display: block;
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    text-align: right;
    width: 16px;
    height: 16px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    transform: rotateY(180deg); }
    header .search-container .btn:focus, header .search-container .btn:hover {
      box-shadow: none;
      background: transparent; }
    header .search-container .btn i {
      color: #f00; }
    header .search-container .btn:after {
      display: none; }
  header .search-container .dropdown-menu {
    margin-top: 10px;
    position: absolute;
    left: auto;
    right: -15px;
    width: 252px;
    padding: 0;
    border: 1px solid #d5d5d5;
    transform: none; }
    header .search-container .dropdown-menu:before {
      right: 20px;
      display: block; }
  header .search-container .form-button {
    margin: 10px 0 0; }
  header .search-container .form-input {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    padding: 10px 10px;
    border: 0;
    width: 200px;
    background: transparent; }

.navbar-toggler {
  background-color: transparent;
  border: none !important;
  position: absolute;
  top: 0;
  right: 0;
  outline: none !important;
  margin-top: -42px; }
  @media only screen and (min-width: 768px) {
    .navbar-toggler {
      margin-top: 50px; } }
  .navbar-toggler .navbar-toggler-icon {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .navbar-toggler .navbar-toggler-icon:nth-of-type(1) {
      transform: rotate(45deg);
      transform-origin: 10% 10%;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform-origin: 10% 10%;
      -ms-transform-origin: 10% 10%; }
    .navbar-toggler .navbar-toggler-icon:nth-of-type(2) {
      opacity: 0;
      filter: alpha(opacity=0); }
    .navbar-toggler .navbar-toggler-icon:nth-of-type(3) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: 10% 90%;
      -ms-transform-origin: 10% 90%;
      transform-origin: 10% 90%; }
  .navbar-toggler.collapsed .navbar-toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  .navbar-toggler.collapsed .navbar-toggler-icon:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100); }
  .navbar-toggler.collapsed .navbar-toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }

.navbar-nav {
  text-align: center; }
  .navbar-nav span {
    width: 18px;
    height: 2px;
    display: block;
    background: #000;
    margin: 0 auto; }
    .navbar-nav span:nth-child(2) {
      margin: 4px auto 4px auto; }
    .navbar-nav span:active {
      color: #fff !important; }

.navbar-toggler.collapsed span {
  background: #000; }

.navbar span {
  width: 18px;
  height: 2px;
  display: block;
  background: #000;
  margin: 0 auto; }

.navbar span:nth-child(2) {
  margin: 4px auto 4px auto; }

.dropdown-menu a {
  display: block !important; }

.dropdown-toggle::after {
  font-family: "FontAwesome" !important;
  display: inline-block;
  content: "\f107" !important;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-left: .255em;
  vertical-align: .255em;
  border: none !important;
  vertical-align: top; }

.dropdown-menu {
  margin-top: 0;
  border: none;
  top: 132%;
  text-align: center;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .dropdown-menu {
      padding: 10px 0;
      text-align: left;
      border: 1px solid #d5d5d5;
      left: 50%;
      transform: translateX(-50%);
      margin-left: -15px;
      margin-top: 10px; } }
  .dropdown-menu:before {
    content: '';
    display: none;
    position: absolute;
    top: -14px;
    right: 50%;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    -moz-transform: rotate(-45deg) translateX(-50%);
    -webkit-transform: rotate(-133deg) translateX(-50%);
    transform: rotate(-133deg) translateX(-50%); }
    @media only screen and (min-width: 768px) {
      .dropdown-menu:before {
        display: block; } }
  .dropdown-menu a {
    color: #000;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 !important; }
    @media only screen and (min-width: 768px) {
      .dropdown-menu a {
        padding: 5px 30px !important; } }
    .dropdown-menu a:hover {
      background: transparent; }
      @media only screen and (min-width: 768px) {
        .dropdown-menu a:hover {
          background: #f6f5f3;
          color: #000; } }

.dropdown-item.active, .dropdown-item:active {
  background: #fff;
  color: #f7482a; }

.banner {
  font-family: "FuturaAround", sans-serif;
  background-size: cover !important;
  position: relative;
  background-position: center center !important; }
  .banner:before {
    content: '';
    background: url(../img/line-left.jpg) repeat;
    width: calc(50% - 20px);
    height: 25px;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 999; }
  .banner:after {
    content: '';
    background: url(../img/line-right.jpg) repeat;
    width: calc(50% - 20px);
    height: 25px;
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 999; }
  .banner .banner-overlay {
    background: rgba(238, 69, 40, 0.82);
    width: 100%;
    height: 100%;
    position: relative; }
    .banner .banner-overlay:before {
      content: '';
      width: 0;
      height: 0;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-bottom: 25px solid #fff;
      position: absolute;
      bottom: 0;
      z-index: 9999;
      left: 50%;
      transform: translateX(-50%);
      margin-left: -20px; }
    .banner .banner-overlay:after {
      content: '';
      width: 0;
      height: 0;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-bottom: 25px solid #fff;
      position: absolute;
      bottom: 0;
      z-index: 9999;
      left: 50%;
      transform: translateX(-50%);
      margin-left: 20px; }
  .banner .entry-title {
    padding: 150px 0 160px 0;
    margin: 0; }
  .banner h1 {
    font-size: 45px;
    font-size: 2.8125rem;
    color: #fff; }
    @media only screen and (min-width: 768px) {
      .banner h1 {
        font-size: 50px;
        font-size: 3.125rem; } }
    @media only screen and (min-width: 992px) {
      .banner h1 {
        font-size: 54px;
        font-size: 3.375rem; } }

.single-themes .banner:before, .single-service .banner:before, .single-impact_story .banner:before {
  background: #f6f5f3; }
.single-themes .banner:after, .single-service .banner:after, .single-impact_story .banner:after {
  background: #f6f5f3; }
.single-themes .banner-overlay:before, .single-service .banner-overlay:before, .single-impact_story .banner-overlay:before {
  border-bottom: 25px solid #f6f5f3; }
.single-themes .banner-overlay:after, .single-service .banner-overlay:after, .single-impact_story .banner-overlay:after {
  border-bottom: 25px solid #f6f5f3; }

.page-id-9 .banner-overlay, .page-id-838 .banner-overlay, .single-project .banner-overlay, .page-id-21602 .banner-overlay, .page-id-20817 .banner-overlay, .tag .banner-overlay, .page-id-1321 .banner-overlay, .page-id-1325 .banner-overlay, .blog .banner-overlay, .single-team .banner-overlay, .single-post .banner-overlay, .single-resource .banner-overlay, .single-impact_story .banner-overlay, .category .banner-overlay, .tax-topic .banner-overlay, .tax-resource_topic .banner-overlay, .tax-resource_region .banner-overlay, .search .banner-overlay {
  background: none; }

.single-impact_story .banner .entry-header, .single-resource .banner .entry-header {
  padding: 150px 15px 160px 15px; }
  .single-impact_story .banner .entry-header .entry-title, .single-resource .banner .entry-header .entry-title {
    padding: 0;
    margin-bottom: 20px; }
  .single-impact_story .banner .entry-header span, .single-resource .banner .entry-header span {
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
    display: block;
    line-height: 26px;
    line-height: 1.625rem;
    font-family: "FuturaRound-Light", sans-serif; }
    @media only screen and (min-width: 768px) {
      .single-impact_story .banner .entry-header span, .single-resource .banner .entry-header span {
        display: inline-block;
        font-size: 22px;
        font-size: 1.375rem;
        margin-right: 50px; }
        .single-impact_story .banner .entry-header span:last-child, .single-resource .banner .entry-header span:last-child {
          margin-right: 0; } }
    @media only screen and (min-width: 992px) {
      .single-impact_story .banner .entry-header span, .single-resource .banner .entry-header span {
        font-size: 24px;
        font-size: 1.5rem; } }
  .single-impact_story .banner .entry-header p, .single-resource .banner .entry-header p {
    display: inline;
    text-decoration: underline; }

.single-resource .banner .entry-header span {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  display: block;
  font-family: "FuturaRound-Light", sans-serif; }
  @media only screen and (min-width: 768px) {
    .single-resource .banner .entry-header span {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media only screen and (min-width: 992px) {
    .single-resource .banner .entry-header span {
      display: inline-block;
      margin-right: 50px;
      font-size: 24px;
      font-size: 1.5rem; }
      .single-resource .banner .entry-header span:last-child {
        margin-right: 0; } }

.grey:before {
  border-bottom: 25px solid #f6f5f3; }
.grey:after {
  border-bottom: 25px solid #f6f5f3; }

.grey .banner-overlay:before {
  border-bottom: 25px solid #f6f5f3; }
.grey .banner-overlay:after {
  border-bottom: 25px solid #f6f5f3; }

.no_overlay {
  background: none !important; }

.single-post .banner .entry-title {
  padding: 70px 0 80px 0;
  margin: 0; }

#content #main .post, #content #main .page {
  border: 0;
  overflow: visible;
  margin: 0 auto;
  padding: 0 15px; }

#main {
  max-width: 100%;
  padding: 0; }

.main-screen {
  position: relative; }
  .main-screen:after {
    content: '';
    background: url("../img/arrow-silver.png") no-repeat;
    width: 42px;
    height: 20px;
    bottom: -20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999; }
  .main-screen .main-title {
    padding-top: 50px;
    padding-bottom: 40px; }
    .main-screen .main-title h3 {
      font-size: 21px;
      font-size: 1.3125rem;
      text-transform: uppercase;
      font-family: "FuturaRound-Light", sans-serif; }
      @media only screen and (min-width: 768px) {
        .main-screen .main-title h3 {
          font-size: 25px;
          font-size: 1.5625rem; } }
      @media only screen and (min-width: 992px) {
        .main-screen .main-title h3 {
          font-size: 28px;
          font-size: 1.75rem; } }

.works-section h3 {
  text-align: center; }
.works-section .image {
  width: 100%; }
  .works-section .image img {
    width: 100%; }
.works-section .entry-title {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .works-section .entry-title {
      font-size: 19px;
      font-size: 1.1875rem; } }
  @media only screen and (min-width: 992px) {
    .works-section .entry-title {
      font-size: 22px;
      font-size: 1.375rem; } }
  .works-section .entry-title a {
    color: #fff; }
    .works-section .entry-title a:hover {
      text-decoration: none; }
  .works-section .entry-title:before {
    font-family: "FontAwesome";
    content: "\f107";
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
    font-size: 2.5rem;
    color: #fff; }
.works-section .entry-content {
  color: #fff;
  text-align: center;
  padding: 10px 0 30px 0; }

.page .services-section .services-title h3 {
  text-align: center;
  color: #f03d1e;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 44px;
  line-height: 2.75rem;
  margin-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .page .services-section .services-title h3 {
      font-size: 50px;
      font-size: 3.125rem; } }
  @media only screen and (min-width: 992px) {
    .page .services-section .services-title h3 {
      font-size: 54px;
      font-size: 3.375rem; } }
.page .services-section .services-title p {
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center;
  color: #000;
  font-weight: 500;
  line-height: 1.286 !important;
  margin-bottom: 75px; }
  @media only screen and (min-width: 768px) {
    .page .services-section .services-title p {
      font-size: 25px;
      font-size: 1.5625rem; } }
  @media only screen and (min-width: 992px) {
    .page .services-section .services-title p {
      font-size: 28px;
      font-size: 1.75rem; } }
.page .services-section .loop-service .service-item {
  text-align: center;
  margin-bottom: 40px; }
  @media only screen and (min-width: 576px) {
    .page .services-section .loop-service .service-item {
      margin-bottom: 0; } }
  .page .services-section .loop-service .service-item .entry-title a {
    color: #000;
    font-size: 21px;
    font-size: 1.3125rem;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .page .services-section .loop-service .service-item .entry-title a {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media only screen and (min-width: 992px) {
      .page .services-section .loop-service .service-item .entry-title a {
        font-size: 24px;
        font-size: 1.5rem; } }
    .page .services-section .loop-service .service-item .entry-title a:hover {
      text-decoration: none; }
  .page .services-section .loop-service .service-item .icon {
    margin-bottom: 25px; }

.page .help-section {
  position: relative; }
  .page .help-section:after {
    content: '';
    background: url("../img/arrow.png") no-repeat;
    width: 42px;
    height: 20px;
    bottom: -20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .page .help-section .help-content p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.433;
    font-weight: 100;
    color: white;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .page .help-section .help-content p {
        font-size: 26px;
        font-size: 1.625rem; } }
    @media only screen and (min-width: 992px) {
      .page .help-section .help-content p {
        font-size: 30px;
        font-size: 1.875rem; } }
    .page .help-section .help-content p a {
      color: #fff;
      text-decoration: none;
      border-bottom: 2px solid #fff; }
      .page .help-section .help-content p a:hover {
        border-bottom: none; }

.featured-button a {
  padding: 10px 0 !important;
  background: transparent !important;
  border: 1px solid #000 !important;
  transition: all 0.5s ease !important;
  box-shadow: none !important;
  width: 280px;
  height: 70px;
  font-family: "Lato", sans-serif;
  text-decoration: none !important; }
  .featured-button a:hover {
    text-decoration: none;
    background: #888 !important; }
    .featured-button a:hover span {
      color: #fff !important; }
  .featured-button a span {
    color: #000;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 45px;
    line-height: 2.8125rem;
    font-family: "Lato" sans-serif;
    color: rgba(0, 0, 0, 0.902); }
    @media only screen and (min-width: 768px) {
      .featured-button a span {
        font-size: 23px;
        font-size: 1.4375rem; } }
    @media only screen and (min-width: 992px) {
      .featured-button a span {
        font-size: 25px;
        font-size: 1.5625rem; } }

.about-title h3 {
  color: #fff;
  padding: 100px 0; }

.featured-resources .featured-resources__title h3 {
  text-align: center;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 44px;
  line-height: 2.75rem; }
  @media only screen and (min-width: 768px) {
    .featured-resources .featured-resources__title h3 {
      font-size: 50px;
      font-size: 3.125rem; } }
  @media only screen and (min-width: 992px) {
    .featured-resources .featured-resources__title h3 {
      font-size: 54px;
      font-size: 3.375rem; } }
.featured-resources .resource-item {
  margin-bottom: 50px; }
  .featured-resources .resource-item:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 992px) {
    .featured-resources .resource-item {
      margin-bottom: 0px; } }
  .featured-resources .resource-item:first-child {
    border-right: none;
    padding-right: 15px; }
    @media only screen and (min-width: 992px) {
      .featured-resources .resource-item:first-child {
        border-right: 1px solid #000;
        padding-right: 25px; } }
    @media only screen and (min-width: 1200px) {
      .featured-resources .resource-item:first-child {
        padding-right: 65px; } }
  .featured-resources .resource-item:last-child {
    padding-left: 15px; }
    @media only screen and (min-width: 992px) {
      .featured-resources .resource-item:last-child {
        padding-left: 25px; } }
    @media only screen and (min-width: 1200px) {
      .featured-resources .resource-item:last-child {
        padding-left: 75px; } }
  .featured-resources .resource-item .entry-content {
    text-align: center;
    margin-top: 17px;
    font-family: "Arial", sans-serif; }
    .featured-resources .resource-item .entry-content a {
      text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .featured-resources .resource-item .entry-content {
        text-align: left; } }
  .featured-resources .resource-item .image {
    margin: 0 auto; }
    @media only screen and (min-width: 576px) {
      .featured-resources .resource-item .image {
        margin-left: 20px; } }
    @media only screen and (min-width: 768px) {
      .featured-resources .resource-item .image {
        margin-left: 45px; } }
  .featured-resources .resource-item .entry-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
    color: black;
    letter-spacing: 0; }
    @media only screen and (min-width: 768px) {
      .featured-resources .resource-item .entry-title {
        font-size: 17px;
        font-size: 1.0625rem; } }
    @media only screen and (min-width: 992px) {
      .featured-resources .resource-item .entry-title {
        font-size: 18px;
        font-size: 1.125rem; } }
  .featured-resources .resource-item .author-info {
    margin-top: 20px; }
    @media only screen and (min-width: 768px) {
      .featured-resources .resource-item .author-info {
        margin-top: 90px; } }
    .featured-resources .resource-item .author-info .author-icon {
      display: inline-block; }
      .featured-resources .resource-item .author-info .author-icon img {
        height: 57px;
        width: 57px;
        border-radius: 50%; }
    .featured-resources .resource-item .author-info .name-date {
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      font-size: 14px;
      font-size: 0.875rem;
      text-align: left; }

.blog-section .blog-section__title h3 {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 44px;
  line-height: 2.75rem;
  text-align: center;
  margin-bottom: 100px; }
  @media only screen and (min-width: 768px) {
    .blog-section .blog-section__title h3 {
      font-size: 50px;
      font-size: 3.125rem; } }
  @media only screen and (min-width: 992px) {
    .blog-section .blog-section__title h3 {
      font-size: 54px;
      font-size: 3.375rem; } }
.blog-section .blog-post .post-content {
  padding: 80px 15px 35px 15px; }
.blog-section .blog-post .post__info {
  font-family: "Lato", sans-serif;
  text-align: center;
  margin-top: 20px; }
.blog-section .blog-post .icon-author {
  margin-right: 0px; }
  @media only screen and (min-width: 576px) {
    .blog-section .blog-post .icon-author {
      margin-right: 30px; } }
  .blog-section .blog-post .icon-author img {
    height: 57px;
    width: 57px;
    border-radius: 50%; }

.main-map h3 {
  text-align: center;
  text-transform: uppercase; }

.color {
  color: #f00; }

.believe-title h3 {
  color: #fff;
  font-size: 45px;
  font-size: 2.8125rem; }
  @media only screen and (min-width: 768px) {
    .believe-title h3 {
      font-size: 50px;
      font-size: 3.125rem; } }
  @media only screen and (min-width: 992px) {
    .believe-title h3 {
      font-size: 54px;
      font-size: 3.375rem; } }

.page .believe__item {
  position: relative; }
  .page .believe__item .inner-content h3 {
    text-align: center;
    color: #ff4a2b;
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 60px; }
    @media only screen and (min-width: 768px) {
      .page .believe__item .inner-content h3 {
        font-size: 38px;
        font-size: 2.375rem; } }
    @media only screen and (min-width: 992px) {
      .page .believe__item .inner-content h3 {
        font-size: 40px;
        font-size: 2.5rem; } }
  .page .believe__item .inner-content p {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 36px;
    line-height: 2.25rem; }
    @media only screen and (min-width: 768px) {
      .page .believe__item .inner-content p {
        font-size: 25px;
        font-size: 1.5625rem; } }
    @media only screen and (min-width: 992px) {
      .page .believe__item .inner-content p {
        font-size: 28px;
        font-size: 1.75rem; } }

.first:before {
  content: '';
  background: url(../img/arrow-silver.png) no-repeat;
  width: 42px;
  height: 20px;
  bottom: -20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999; }

.second:before {
  content: '';
  background: url(../img/white-arrow.png) no-repeat;
  width: 42px;
  height: 20px;
  bottom: -20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999; }

.service-one {
  background: #ee4528;
  min-height: 245px; }
  @media only screen and (min-width: 768px) {
    .service-one {
      min-height: 278px; } }
  @media only screen and (min-width: 992px) {
    .service-one {
      min-height: 311px; } }
  @media only screen and (min-width: 1200px) {
    .service-one {
      min-height: 245px; } }

.service-two {
  background: #41414b;
  min-height: 245px; }
  @media only screen and (min-width: 768px) {
    .service-two {
      min-height: 278px; } }
  @media only screen and (min-width: 992px) {
    .service-two {
      min-height: 311px; } }
  @media only screen and (min-width: 1200px) {
    .service-two {
      min-height: 245px; } }

.service-three {
  background: #386e88;
  min-height: 245px; }
  @media only screen and (min-width: 768px) {
    .service-three {
      min-height: 278px; } }
  @media only screen and (min-width: 992px) {
    .service-three {
      min-height: 311px; } }
  @media only screen and (min-width: 1200px) {
    .service-three {
      min-height: 245px; } }

.impact-section h3 {
  text-align: center;
  font-size: 27px;
  font-size: 1.6875rem;
  color: #000; }
  @media only screen and (min-width: 768px) {
    .impact-section h3 {
      font-size: 28px;
      font-size: 1.75rem; } }
  @media only screen and (min-width: 992px) {
    .impact-section h3 {
      font-size: 29px;
      font-size: 1.8125rem; } }
.impact-section .teaser-loop .impact_item {
  margin-bottom: 30px; }
  @media only screen and (min-width: 576px) {
    .impact-section .teaser-loop .impact_item {
      margin-bottom: 60px; } }
.impact-section .teaser-loop .image {
  overflow: hidden; }
  .impact-section .teaser-loop .image img {
    width: 100%;
    height: auto; }
.impact-section .teaser-loop .entry-main {
  padding: 25px 32px;
  overflow: hidden; }
  .impact-section .teaser-loop .entry-main .entry-title {
    font-size: 21px;
    font-size: 1.3125rem;
    text-align: center;
    margin: 0;
    line-height: 24px;
    line-height: 1.5rem; }
    @media only screen and (min-width: 768px) {
      .impact-section .teaser-loop .entry-main .entry-title {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media only screen and (min-width: 992px) {
      .impact-section .teaser-loop .entry-main .entry-title {
        font-size: 24px;
        font-size: 1.5rem; } }
    .impact-section .teaser-loop .entry-main .entry-title a {
      color: #fff;
      text-decoration: none; }
      .impact-section .teaser-loop .entry-main .entry-title a:hover {
        text-decoration: none; }
    .impact-section .teaser-loop .entry-main .entry-title:before {
      font-family: "FontAwesome";
      content: "\f107";
      display: block;
      font-weight: bold;
      text-align: center;
      font-size: 40px;
      font-size: 2.5rem;
      color: #fff;
      margin-bottom: 15px; }
  .impact-section .teaser-loop .entry-main .entry-content {
    padding: 10px 20px 55px 20px; }
    .impact-section .teaser-loop .entry-main .entry-content p {
      color: #fff;
      text-align: center;
      font-size: 20px;
      font-size: 1.25rem; }

#resorces-grid .row {
  margin: 0 !important; }
#resorces-grid .resource_item {
  margin-bottom: 60px; }
  #resorces-grid .resource_item .image {
    background: #f6f5f3;
    height: 235px; }
    #resorces-grid .resource_item .image h3 {
      font-size: 14px;
      font-size: 0.875rem;
      font-family: "Arial", sans-serif;
      text-transform: uppercase;
      color: #fff;
      margin-right: 80px;
      margin-bottom: 115px; }
  #resorces-grid .resource_item .entry-main {
    border: 1px solid #d9d9d9;
    border-top: none;
    padding: 20px 25px; }
    #resorces-grid .resource_item .entry-main p {
      line-height: 19px;
      line-height: 1.1875rem; }
    #resorces-grid .resource_item .entry-main .entry-title a {
      color: #000;
      font-family: "Lato", sans-serif; }
    #resorces-grid .resource_item .entry-main .name-date {
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      font-size: 14px;
      font-size: 0.875rem;
      font-family: "Arial", sans-serif;
      line-height: 18px;
      line-height: 1.125rem; }
    #resorces-grid .resource_item .entry-main .author-icon img {
      height: 42px;
      width: 42px;
      border-radius: 50%; }

.blog-post h3 {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem; }
  @media only screen and (min-width: 768px) {
    .blog-post h3 {
      font-size: 23px;
      font-size: 1.4375rem; } }
  @media only screen and (min-width: 992px) {
    .blog-post h3 {
      font-size: 26px;
      font-size: 1.625rem; } }
.blog-post .justify-content-center {
  flex-direction: column; }
.blog-post:nth-child(even) {
  background: url("../img/map-overlay-blog-home.png") no-repeat center center;
  background-size: auto;
  background-color: #f6f5f3;
  background-position: center center; }
  .blog-post:nth-child(even) .post__title a {
    color: #000;
    text-decoration: none; }
  .blog-post:nth-child(even) span {
    display: block;
    color: #000; }
    @media only screen and (min-width: 576px) {
      .blog-post:nth-child(even) span {
        display: inline-block; } }
.blog-post:nth-child(odd) {
  background: url("../img/map-overlay-blog-home.png") no-repeat;
  background-size: auto;
  background-color: #386e88;
  background-position: top center; }
  .blog-post:nth-child(odd) .post__title a {
    color: #fff;
    text-decoration: none; }
    .blog-post:nth-child(odd) .post__title a:visited {
      color: #fff; }
  .blog-post:nth-child(odd) span {
    display: block;
    color: #fff; }
    @media only screen and (min-width: 576px) {
      .blog-post:nth-child(odd) span {
        display: inline-block; } }

.home-map {
  background: url("../img/map.png") no-repeat;
  background-position: center center; }

.filter-area {
  margin: 80px 0 70px 0; }
  .filter-area .resources-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .filter-area .resources-filter select {
      font-family: "Lato", sans-serif;
      background: #fff url("../img/filter_arrow.png") no-repeat;
      background-size: 10px;
      background-position: right 10px center;
      margin: 5px 10px; }
    .filter-area .resources-filter select::-ms-expand {
      display: none; }
  .filter-area .postform {
    outline: none;
    border: 1px solid #c4c4c4;
    width: 139px;
    height: 35px;
    padding: 0 15px 0 20px;
    margin-right: 20px; }
  .filter-area button {
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    padding: 5px;
    min-width: 146px;
    background-color: #f7482a;
    border: none;
    outline: none;
    border-radius: 0.25rem;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
    height: 35px;
    margin: 5px 10px;
    font-family: "Lato", sans-serif; }

.impact-banner:after {
  content: '';
  background: url(../img/impact-arrow.png) no-repeat;
  width: 42px;
  height: 20px;
  bottom: -20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }
.impact-banner .impact-title h3 {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .impact-banner .impact-title h3 {
      font-size: 50px;
      font-size: 3.125rem; } }
  @media only screen and (min-width: 992px) {
    .impact-banner .impact-title h3 {
      font-size: 54px;
      font-size: 3.375rem; } }

#post-1058 {
  padding: 0 !important; }

.impact-item {
  margin: 80px 0 70px 0; }

.report {
  background: url("../img/resource-report.png") no-repeat;
  height: 100%;
  width: 100%;
  background-position: center center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }

.dataset {
  background: url("../img/resource-dataset.png") no-repeat;
  height: 100%;
  width: 100%;
  background-position: center center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }

.case-study {
  background: url("../img/resource-case.png") no-repeat;
  height: 100%;
  width: 100%;
  background-position: center center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .case-study h3 {
    margin-right: 50px !important; }

.type {
  background: url("../img/resource-type.png") no-repeat;
  height: 100%;
  width: 100%;
  background-position: center center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }

.whar-we-bealive-section:before {
  content: '';
  background: url(../img/what-we-believe-arrow.png) no-repeat;
  width: 42px;
  height: 20px;
  bottom: -20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999; }

.page .subheading {
  position: relative; }
  .page .subheading:before {
    content: '';
    background: url(../img/arrow-silver.png) no-repeat;
    width: 42px;
    height: 20px;
    bottom: -20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999; }
  .page .subheading .subheading__title p {
    font-size: 21px;
    font-size: 1.3125rem;
    text-align: left;
    line-height: 36px;
    line-height: 2.25rem; }
    @media only screen and (min-width: 768px) {
      .page .subheading .subheading__title p {
        font-size: 23px;
        font-size: 1.4375rem; } }
    @media only screen and (min-width: 992px) {
      .page .subheading .subheading__title p {
        font-size: 24px;
        font-size: 1.5rem; } }

.page .theme-section {
  position: relative; }
  .page .theme-section:before {
    content: '';
    background: url(../img/theme-arrow.png) no-repeat;
    width: 42px;
    height: 20px;
    bottom: -20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999; }
  .page .theme-section a {
    color: #fff !important;
    border-bottom: 1px solid #fff;
    text-decoration: none !important; }
    .page .theme-section a:hover {
      border-bottom: none; }
  .page .theme-section .theme-section__title {
    margin: 0 auto;
    max-width: 670px; }
    .page .theme-section .theme-section__title h3 {
      color: #fff;
      text-align: center;
      font-size: 45px;
      font-size: 2.8125rem;
      margin-bottom: 50px; }
      @media only screen and (min-width: 768px) {
        .page .theme-section .theme-section__title h3 {
          font-size: 50px;
          font-size: 3.125rem; } }
      @media only screen and (min-width: 992px) {
        .page .theme-section .theme-section__title h3 {
          font-size: 54px;
          font-size: 3.375rem; } }
    .page .theme-section .theme-section__title p {
      color: #fff;
      line-height: 36px;
      line-height: 2.25rem;
      font-size: 21px;
      font-size: 1.3125rem; }
      @media only screen and (min-width: 768px) {
        .page .theme-section .theme-section__title p {
          font-size: 23px;
          font-size: 1.4375rem; } }
      @media only screen and (min-width: 992px) {
        .page .theme-section .theme-section__title p {
          font-size: 24px;
          font-size: 1.5rem; } }
  .page .theme-section .so-widget-sow-editor p {
    color: #fff;
    line-height: 36px;
    line-height: 2.25rem;
    font-size: 21px;
    font-size: 1.3125rem; }
    @media only screen and (min-width: 768px) {
      .page .theme-section .so-widget-sow-editor p {
        font-size: 23px;
        font-size: 1.4375rem; } }
    @media only screen and (min-width: 992px) {
      .page .theme-section .so-widget-sow-editor p {
        font-size: 24px;
        font-size: 1.5rem; } }
  .page .theme-section .theme-section__text {
    margin: 70px 0; }
    .page .theme-section .theme-section__text p {
      margin-bottom: 0px !important;
      font-size: 21px;
      font-size: 1.3125rem; }
      @media only screen and (min-width: 768px) {
        .page .theme-section .theme-section__text p {
          font-size: 23px;
          font-size: 1.4375rem; } }
      @media only screen and (min-width: 992px) {
        .page .theme-section .theme-section__text p {
          font-size: 24px;
          font-size: 1.5rem; } }
    .page .theme-section .theme-section__text a {
      text-decoration: none; }
    .page .theme-section .theme-section__text .theme-section__text-item {
      height: 140px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-bottom: 1px solid #fff; }
      @media only screen and (min-width: 768px) {
        .page .theme-section .theme-section__text .theme-section__text-item {
          border-bottom: none; } }

.br-r {
  border-right: none; }
  @media only screen and (min-width: 768px) {
    .br-r {
      border-right: 1px solid #fff; } }

.br-l {
  border-left: none; }
  @media only screen and (min-width: 768px) {
    .br-l {
      border-left: 1px solid #fff; } }

.page .strategy-section {
  position: relative;
  overflow: hidden; }
  .page .strategy-section:before {
    content: '';
    background: url(../img/arrow-silver.png) no-repeat;
    width: 42px;
    height: 20px;
    bottom: -20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999; }
  .page .strategy-section .strategy-section__title h3 {
    font-size: 45px;
    font-size: 2.8125rem;
    color: #ee4528;
    text-align: center;
    margin-bottom: 40px; }
    @media only screen and (min-width: 768px) {
      .page .strategy-section .strategy-section__title h3 {
        font-size: 50px;
        font-size: 3.125rem; } }
    @media only screen and (min-width: 992px) {
      .page .strategy-section .strategy-section__title h3 {
        font-size: 54px;
        font-size: 3.375rem; } }
  .page .strategy-section .so-widget-sow-editor p {
    text-align: left;
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 20px;
    font-size: 1.25rem; }
    @media only screen and (min-width: 768px) {
      .page .strategy-section .so-widget-sow-editor p {
        font-size: 22px;
        font-size: 1.375rem; } }
  .page .strategy-section img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .page .strategy-section img {
        width: auto;
        margin-bottom: 0; } }

.page .theory-section h3 {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #ee4528;
  text-align: center;
  margin: 45px; }
  @media only screen and (min-width: 768px) {
    .page .theory-section h3 {
      font-size: 50px;
      font-size: 3.125rem; } }
  @media only screen and (min-width: 992px) {
    .page .theory-section h3 {
      font-size: 54px;
      font-size: 3.375rem; } }
.page .theory-section .so-widget-sow-editor p {
  line-height: 30px;
  line-height: 1.875rem;
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .page .theory-section .so-widget-sow-editor p {
      font-size: 23px;
      font-size: 1.4375rem; } }
  @media only screen and (min-width: 992px) {
    .page .theory-section .so-widget-sow-editor p {
      font-size: 24px;
      font-size: 1.5rem;
      text-align: left; } }

.page .what-we-do-section {
  position: relative; }
  .page .what-we-do-section:before {
    content: '';
    background: url(../img/arrow-silver.png) no-repeat;
    width: 42px;
    height: 20px;
    bottom: -20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999; }
  .page .what-we-do-section .what-we-do-section__title h3 {
    color: #ff4a2b;
    text-align: center;
    margin-bottom: 60px;
    font-size: 45px;
    font-size: 2.8125rem; }
    @media only screen and (min-width: 768px) {
      .page .what-we-do-section .what-we-do-section__title h3 {
        font-size: 50px;
        font-size: 3.125rem; } }
    @media only screen and (min-width: 992px) {
      .page .what-we-do-section .what-we-do-section__title h3 {
        font-size: 54px;
        font-size: 3.375rem; } }
  .page .what-we-do-section .so-widget-sow-editor p {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 36px;
    line-height: 2.25rem; }
    @media only screen and (min-width: 768px) {
      .page .what-we-do-section .so-widget-sow-editor p {
        font-size: 23px;
        font-size: 1.4375rem; } }
    @media only screen and (min-width: 992px) {
      .page .what-we-do-section .so-widget-sow-editor p {
        font-size: 24px;
        font-size: 1.5rem; } }

.our-services-section {
  position: relative; }
  .our-services-section:before {
    content: '';
    background: url(../img/white-arrow.png) no-repeat;
    width: 42px;
    height: 20px;
    bottom: -20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999; }
  .our-services-section .service-item {
    text-align: center;
    margin-bottom: 40px; }
    .our-services-section .service-item:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .our-services-section .service-item {
        margin-bottom: 0; } }
    .our-services-section .service-item .icon {
      margin-bottom: 30px; }
    .our-services-section .service-item .entry-title a {
      color: #000;
      font-size: 21px;
      font-size: 1.3125rem;
      text-decoration: none; }
      @media only screen and (min-width: 768px) {
        .our-services-section .service-item .entry-title a {
          font-size: 22px;
          font-size: 1.375rem; } }
      @media only screen and (min-width: 992px) {
        .our-services-section .service-item .entry-title a {
          font-size: 24px;
          font-size: 1.5rem; } }
      .our-services-section .service-item .entry-title a:hover {
        text-decoration: none; }
  .our-services-section .our-services-section__title h3 {
    color: #ff4a2b;
    text-align: center;
    margin-bottom: 50px;
    font-size: 45px;
    font-size: 2.8125rem; }
    @media only screen and (min-width: 768px) {
      .our-services-section .our-services-section__title h3 {
        font-size: 50px;
        font-size: 3.125rem; } }
    @media only screen and (min-width: 992px) {
      .our-services-section .our-services-section__title h3 {
        font-size: 54px;
        font-size: 3.375rem; } }
  .our-services-section .services-description {
    visibility: visible;
    margin-top: 10px; }
    .our-services-section .services-description p {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 22px;
      line-height: 1.375rem; }
      @media only screen and (min-width: 768px) {
        .our-services-section .services-description p {
          font-size: 19px;
          font-size: 1.1875rem; } }
    @media only screen and (min-width: 992px) {
      .our-services-section .services-description {
        font-size: 20px;
        font-size: 1.25rem; } }
    .our-services-section .services-description .services-description__item {
      display: none; }
      @media only screen and (min-width: 768px) {
        .our-services-section .services-description .services-description__item {
          display: block; } }

.page .our-partners {
  position: relative; }
  .page .our-partners:before {
    content: '';
    background: url(../img/arrow-silver.png) no-repeat;
    width: 42px;
    height: 20px;
    bottom: -20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999; }
  .page .our-partners .our-partners__title {
    margin: 60px auto 55px auto;
    max-width: 665px; }
    .page .our-partners .our-partners__title h3 {
      font-size: 45px;
      font-size: 2.8125rem;
      margin-bottom: 45px; }
      @media only screen and (min-width: 768px) {
        .page .our-partners .our-partners__title h3 {
          font-size: 50px;
          font-size: 3.125rem; } }
      @media only screen and (min-width: 992px) {
        .page .our-partners .our-partners__title h3 {
          font-size: 54px;
          font-size: 3.375rem; } }
    .page .our-partners .our-partners__title .so-widget-sow-editor p {
      line-height: 36px;
      line-height: 2.25rem;
      font-size: 25px;
      font-size: 1.5625rem; }
      @media only screen and (min-width: 768px) {
        .page .our-partners .our-partners__title .so-widget-sow-editor p {
          font-size: 27px;
          font-size: 1.6875rem; } }
      @media only screen and (min-width: 992px) {
        .page .our-partners .our-partners__title .so-widget-sow-editor p {
          font-size: 28px;
          font-size: 1.75rem; } }
  .page .our-partners .partners-item-border {
    border-bottom: 7px solid #f6f5f3;
    border-top: 7px solid #f6f5f3; }
    @media only screen and (min-width: 768px) {
      .page .our-partners .partners-item-border {
        border-right: 7px solid #f6f5f3;
        border-left: 7px solid #f6f5f3;
        border-bottom: none;
        border-top: none; } }
    .page .our-partners .partners-item-border img {
      padding: 20px 5px; }
  .page .our-partners .partners-item img {
    padding: 20px 5px; }
  .page .our-partners .our-partners__button {
    padding: 65px 0; }
    .page .our-partners .our-partners__button a {
      width: 260px;
      height: 45px;
      padding: 10px 0 !important;
      background: transparent !important;
      border: 1px solid #000 !important;
      transition: all 0.5s ease !important;
      box-shadow: none !important;
      font-family: "Lato", sans-serif;
      border-radius: 0 !important;
      text-decoration: none !important; }
      .page .our-partners .our-partners__button a:hover {
        background: #fff !important; }
      .page .our-partners .our-partners__button a span {
        color: #000 !important; }

.quote-section {
  position: relative; }
  .quote-section:before {
    content: '';
    background: url(../img/light-blue-arrow.png) no-repeat;
    width: 42px;
    height: 20px;
    bottom: -20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999; }
  .quote-section .quote-section__content .quote-main {
    background: transparent;
    color: #fff; }
    .quote-section .quote-section__content .quote-main .quote-data {
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .quote-section .quote-section__content .quote-main .quote-data {
          text-align: left; } }
      .quote-section .quote-section__content .quote-main .quote-data .quote-icon img {
        height: 102px;
        width: 102px;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 5px; }
      .quote-section .quote-section__content .quote-main .quote-data .quote-information {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0; }
        .quote-section .quote-section__content .quote-main .quote-data .quote-information a {
          color: #fff;
          text-decoration: underline; }
          .quote-section .quote-section__content .quote-main .quote-data .quote-information a:hover {
            text-decoration: none; }
        @media only screen and (min-width: 576px) {
          .quote-section .quote-section__content .quote-main .quote-data .quote-information {
            margin-left: 25px; } }
        .quote-section .quote-section__content .quote-main .quote-data .quote-information h5 {
          margin: 0;
          font-size: 22px;
          font-size: 1.375rem; }
          @media only screen and (min-width: 768px) {
            .quote-section .quote-section__content .quote-main .quote-data .quote-information h5 {
              font-size: 24px;
              font-size: 1.5rem; } }
          @media only screen and (min-width: 992px) {
            .quote-section .quote-section__content .quote-main .quote-data .quote-information h5 {
              font-size: 26px;
              font-size: 1.625rem; } }
        .quote-section .quote-section__content .quote-main .quote-data .quote-information span {
          font-size: 16px;
          font-size: 1rem; }
          @media only screen and (min-width: 768px) {
            .quote-section .quote-section__content .quote-main .quote-data .quote-information span {
              font-size: 18px;
              font-size: 1.125rem; } }
          @media only screen and (min-width: 992px) {
            .quote-section .quote-section__content .quote-main .quote-data .quote-information span {
              font-size: 20px;
              font-size: 1.25rem; } }
    .quote-section .quote-section__content .quote-main .quote-text p {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px;
      line-height: 1.5rem;
      font-style: italic;
      text-align: center;
      margin-top: 15px;
      margin-left: 0px; }
      @media only screen and (min-width: 768px) {
        .quote-section .quote-section__content .quote-main .quote-text p {
          text-align: left;
          margin-top: 0;
          margin-left: 30px;
          max-width: 535px;
          font-size: 19px;
          font-size: 1.1875rem; } }
      @media only screen and (min-width: 992px) {
        .quote-section .quote-section__content .quote-main .quote-text p {
          font-size: 20px;
          font-size: 1.25rem; } }

.page .numbers-section h3 {
  font-size: 58px;
  font-size: 3.625rem;
  color: #fff;
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .page .numbers-section h3 {
      font-size: 61px;
      font-size: 3.8125rem; } }
  @media only screen and (min-width: 992px) {
    .page .numbers-section h3 {
      font-size: 64px;
      font-size: 4rem; } }
.page .numbers-section .so-widget-sow-editor p {
  font-size: 23px;
  font-size: 1.4375rem;
  color: #fff !important; }
  @media only screen and (min-width: 768px) {
    .page .numbers-section .so-widget-sow-editor p {
      font-size: 25px;
      font-size: 1.5625rem; } }
  @media only screen and (min-width: 992px) {
    .page .numbers-section .so-widget-sow-editor p {
      font-size: 28px;
      font-size: 1.75rem; } }

.our-team-banner:before {
  content: '';
  background: url(../img/resource-arrow.png) no-repeat;
  width: 42px;
  height: 20px;
  bottom: -20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999; }
.our-team-banner .our-team-banner__title h3 {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .our-team-banner .our-team-banner__title h3 {
      font-size: 50px;
      font-size: 3.125rem; } }
  @media only screen and (min-width: 992px) {
    .our-team-banner .our-team-banner__title h3 {
      font-size: 54px;
      font-size: 3.375rem; } }

.our-team {
  position: relative; }
  .our-team:before {
    content: '';
    background: url(../img/arrow-silver.png) no-repeat;
    width: 42px;
    height: 20px;
    bottom: -20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999; }
  .our-team .our-team__title h3 {
    font-size: 45px;
    font-size: 2.8125rem;
    margin-bottom: 40px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .our-team .our-team__title h3 {
        margin-bottom: 80px;
        font-size: 50px;
        font-size: 3.125rem; } }
    @media only screen and (min-width: 992px) {
      .our-team .our-team__title h3 {
        font-size: 54px;
        font-size: 3.375rem; } }

.our-board .our-board__title h3 {
  font-size: 45px;
  font-size: 2.8125rem;
  margin-bottom: 40px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .our-board .our-board__title h3 {
      margin-bottom: 80px;
      font-size: 50px;
      font-size: 3.125rem; } }
  @media only screen and (min-width: 992px) {
    .our-board .our-board__title h3 {
      font-size: 54px;
      font-size: 3.375rem; } }
.our-board .team-wrapper .text {
  background: #f6f5f3; }

.team-wrapper {
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .team-wrapper {
      margin-bottom: 80px; } }
  .team-wrapper .text {
    text-align: center;
    padding: 10px;
    background: #fff;
    border-bottom: 2px solid #ddd; }
    .team-wrapper .text .name a {
      text-decoration: none;
      color: #000;
      font-size: 20px;
      font-size: 1.25rem; }
    .team-wrapper .text .position {
      font-size: 20px;
      font-size: 1.25rem; }
  .team-wrapper .links {
    width: 125px;
    height: 35px;
    border: 1px solid #d1d3d3;
    margin: 0 auto;
    margin-bottom: 20px; }
  .team-wrapper .image img {
    width: 100%; }

.img-fluid {
  height: 100%;
  width: 100%; }
  @media only screen and (min-width: 576px) {
    .img-fluid {
      height: auto !important; } }

.social-links {
  margin: 30px 0; }
  .social-links a {
    color: #848484 !important; }
    .social-links a:visited {
      color: #848484 !important; }
  .social-links .social-links__twitter {
    border: 0.5px solid #d1d3d3;
    padding: 8px 21px; }
    .social-links .social-links__twitter a:hover {
      color: #1dcaff; }
  .social-links .social-links__linkedin {
    border: 0.5px solid #d1d3d3;
    padding: 8px 24px; }
    .social-links .social-links__linkedin a:hover {
      color: #0077B5; }

.pagination-nav-container {
  margin-bottom: 40px; }

.pagination {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  overflow: hidden; }
  .pagination .dots {
    display: none; }
    @media only screen and (min-width: 768px) {
      .pagination .dots {
        display: block; } }
  .pagination .page-item {
    margin: 0;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .pagination .page-item {
        margin: 5px; } }
    .pagination .page-item .page-link {
      background: none;
      border-color: #dee2e6;
      color: #000;
      border-radius: 0;
      text-decoration: none;
      font-size: 18px;
      font-size: 1.125rem;
      padding: 5px 10px; }
      @media only screen and (min-width: 576px) {
        .pagination .page-item .page-link {
          padding: 15px 20px; } }
      .pagination .page-item .page-link:hover {
        text-decoration: underline; }
      .pagination .page-item .page-link:focus {
        outline: none !important;
        border: none !important; }
    .pagination .page-item.active .page-link {
      color: #000;
      background-color: #fff;
      border-color: #dee2e6;
      cursor: not-allowed; }
      .pagination .page-item.active .page-link:hover {
        text-decoration: none !important; }
    .pagination .page-item.active .prev.current, .pagination .page-item.active .next.current {
      cursor: not-allowed; }
    .pagination .page-item:first-child::before, .pagination .page-item:last-child::before {
      content: "";
      height: 1px;
      width: 1000px;
      width: 50vw;
      position: absolute;
      top: 50%;
      background-color: #dee2e6; }
    .pagination .page-item:first-child::before {
      right: 100%;
      margin-right: 15px; }
    .pagination .page-item:last-child::before {
      left: 100%;
      margin-left: 15px; }

.blog-banner:before {
  content: '';
  background: url(../img/resource-arrow.png) no-repeat;
  width: 42px;
  height: 20px;
  bottom: -20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999; }
.blog-banner .blog-banner__title h3 {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .blog-banner .blog-banner__title h3 {
      font-size: 50px;
      font-size: 3.125rem; } }
  @media only screen and (min-width: 992px) {
    .blog-banner .blog-banner__title h3 {
      font-size: 54px;
      font-size: 3.375rem; } }

.blog .blog-posts {
  margin-top: 75px; }
  .blog .blog-posts .col-md-12 {
    padding: 0; }
  .blog .blog-posts .sidebar-right {
    display: none; }
    @media only screen and (min-width: 992px) {
      .blog .blog-posts .sidebar-right {
        width: 33.33333333%;
        display: block;
        padding: 0 15px; } }
  .blog .blog-posts .blog-item {
    padding: 0 15px !important;
    display: block;
    margin-bottom: 30px;
    width: 100%;
    padding: 0; }
    .blog .blog-posts .blog-item:nth-child(2) {
      width: 100%;
      padding: 0 15px;
      margin-top: 0; }
      @media only screen and (min-width: 992px) {
        .blog .blog-posts .blog-item:nth-child(2) {
          width: 66.66666667%;
          padding-right: 15px; } }
    .blog .blog-posts .blog-item:nth-child(7) {
      padding-right: 0px;
      padding-left: 15px; }
      @media only screen and (min-width: 768px) {
        .blog .blog-posts .blog-item:nth-child(7) {
          padding-right: 15px; } }
      @media only screen and (min-width: 992px) {
        .blog .blog-posts .blog-item:nth-child(7) {
          padding-right: 0; } }
    @media only screen and (min-width: 768px) {
      .blog .blog-posts .blog-item {
        display: inline-block;
        vertical-align: top;
        margin-top: 65px;
        width: 49.59%;
        padding-right: 15px; }
        .blog .blog-posts .blog-item:nth-child(even) {
          padding-left: 15px;
          padding-right: 0; } }
    @media only screen and (min-width: 992px) {
      .blog .blog-posts .blog-item {
        width: 33%; }
        .blog .blog-posts .blog-item:nth-child(even) {
          padding: 0 15px; } }
    .blog .blog-posts .blog-item .entry-title {
      margin-top: 25px;
      line-height: 0.7 !important; }
      .blog .blog-posts .blog-item .entry-title a {
        color: #000;
        font-size: 20px;
        font-size: 1.25rem; }
        @media only screen and (min-width: 768px) {
          .blog .blog-posts .blog-item .entry-title a {
            font-size: 22px;
            font-size: 1.375rem; } }
        @media only screen and (min-width: 992px) {
          .blog .blog-posts .blog-item .entry-title a {
            font-size: 24px;
            font-size: 1.5rem; } }
    .blog .blog-posts .blog-item .blog-img {
      overflow: hidden;
      text-align: center; }
    .blog .blog-posts .blog-item img {
      width: 100%;
      height: auto; }
    .blog .blog-posts .blog-item .post__info {
      background: #f6f5f3;
      padding: 35px 25px 50px 25px; }
      .blog .blog-posts .blog-item .post__info .icon-author {
        margin-right: 5px; }
        .blog .blog-posts .blog-item .post__info .icon-author img {
          height: 42px;
          width: 42px;
          border-radius: 50%; }
      .blog .blog-posts .blog-item .post__info .name-date {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        font-size: 18px;
        font-size: 1.125rem; }
        @media only screen and (min-width: 768px) {
          .blog .blog-posts .blog-item .post__info .name-date {
            font-size: 19px;
            font-size: 1.1875rem; } }
        @media only screen and (min-width: 992px) {
          .blog .blog-posts .blog-item .post__info .name-date {
            font-size: 20px;
            font-size: 1.25rem; } }

.recent-post h1 {
  text-align: center;
  color: #fff;
  background: #386e88;
  padding: 20px 0;
  margin-bottom: 0 !important;
  font-size: 28pxpx;
  font-size: 1.75pxrem; }
  @media only screen and (min-width: 992px) {
    .recent-post h1 {
      font-size: 30px;
      font-size: 1.875rem; } }
  @media only screen and (min-width: 576px) {
    .recent-post h1 {
      font-size: 32px;
      font-size: 2rem; } }
.recent-post ul {
  list-style-type: none;
  background: #f6f5f3;
  padding: 0 20px; }
  .recent-post ul li {
    padding: 25px 0px;
    border-bottom: 1px solid #dddcda;
    line-height: 1.167; }
    .recent-post ul li:last-child {
      border-bottom: none; }
  .recent-post ul a {
    color: #000;
    font-size: 19px;
    font-size: 1.1875rem; }
    @media only screen and (min-width: 768px) {
      .recent-post ul a {
        font-size: 21px;
        font-size: 1.3125rem; } }
    @media only screen and (min-width: 768px) {
      .recent-post ul a {
        font-size: 23px;
        font-size: 1.4375rem; } }

.blog-email .email-section {
  padding: 35px 30px 5px 30px; }
  .blog-email .email-section .email-teaser h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 26px;
    line-height: 1.625rem;
    text-align: center;
    color: #fff;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .blog-email .email-section .email-teaser h3 {
        font-size: 30px;
        font-size: 1.875rem; } }
    @media only screen and (min-width: 992px) {
      .blog-email .email-section .email-teaser h3 {
        font-size: 32px;
        font-size: 2rem; } }
  .blog-email .email-section .email-teaser p {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.3125rem;
    font-family: "Nunito", sans-serif;
    margin-bottom: 30px;
    font-weight: 500; }
    @media only screen and (min-width: 768px) {
      .blog-email .email-section .email-teaser p {
        font-size: 17px;
        font-size: 1.0625rem; } }
    @media only screen and (min-width: 992px) {
      .blog-email .email-section .email-teaser p {
        font-size: 18px;
        font-size: 1.125rem; } }
  .blog-email .email-section .custom-html-widget input {
    height: 45px;
    width: 210px;
    background: #5d5d66;
    border: none;
    border-radius: 2px;
    outline: none;
    padding: 10px 15px;
    color: #bbbbbe;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Myriad Pro", sans-serif;
    margin: 0 auto; }
  .blog-email .email-section .custom-html-widget input::placeholder {
    color: #bbbbbe; }
  .blog-email .email-section label {
    display: none; }
  .blog-email .email-section br {
    display: none; }
  .blog-email .email-section .subscribe-button input {
    background: #d2442e;
    text-transform: uppercase;
    color: #fff;
    width: 210px;
    cursor: pointer;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-size: 0.875rem; }
    .blog-email .email-section .subscribe-button input:hover {
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), -23px 0 20px -23px rgba(0, 0, 0, 0.8), 23px 0 20px -23px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .blog-email .email-section .form-group {
    margin-bottom: 25px; }

.page .theme-description {
  position: relative; }
  .page .theme-description:before {
    content: '';
    background: url(../img/arrow-silver.png) no-repeat;
    width: 42px;
    height: 20px;
    bottom: -20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999; }
  .page .theme-description .theme-description__text h3 {
    color: #ff4a2b;
    font-size: 35px;
    font-size: 2.1875rem;
    text-align: center;
    margin-bottom: 45px; }
    @media only screen and (min-width: 768px) {
      .page .theme-description .theme-description__text h3 {
        font-size: 38px;
        font-size: 2.375rem; } }
    @media only screen and (min-width: 992px) {
      .page .theme-description .theme-description__text h3 {
        font-size: 40px;
        font-size: 2.5rem; } }
  .page .theme-description .theme-description__text p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem; }
    @media only screen and (min-width: 768px) {
      .page .theme-description .theme-description__text p {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media only screen and (min-width: 992px) {
      .page .theme-description .theme-description__text p {
        font-size: 22px;
        font-size: 1.375rem; } }
    .page .theme-description .theme-description__text p:after {
      content: '';
      height: 80%;
      width: 2px;
      background: #000;
      color: #000;
      display: block; }

.themes-section .theme_item {
  margin-bottom: 50px; }
  .themes-section .theme_item .entry-title {
    height: 110px;
    margin-bottom: 35px; }
    .themes-section .theme_item .entry-title h3 {
      text-align: center;
      font-size: 30px;
      font-size: 1.875rem;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) {
        .themes-section .theme_item .entry-title h3 {
          font-size: 33px;
          font-size: 2.0625rem; } }
      @media only screen and (min-width: 992px) {
        .themes-section .theme_item .entry-title h3 {
          font-size: 35px;
          font-size: 2.1875rem; } }
    .themes-section .theme_item .entry-title a {
      color: #fff !important;
      text-decoration: none; }
  .themes-section .theme_item .entry-content p {
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 18px;
    font-size: 1.125rem; }
    @media only screen and (min-width: 768px) {
      .themes-section .theme_item .entry-content p {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media only screen and (min-width: 992px) {
      .themes-section .theme_item .entry-content p {
        font-size: 22px;
        font-size: 1.375rem; } }
  .themes-section .theme_item .entry-content a {
    color: #000;
    text-decoration: underline; }
    .themes-section .theme_item .entry-content a:hover {
      text-decoration: none; }
.themes-section .red {
  background: #f0573d; }
.themes-section .blue {
  background: #42bddc; }
.themes-section .grey {
  background: #54545d; }
.themes-section .lite-grey {
  background: #658ea1; }

.map-section {
  position: relative; }
  .map-section .fm-scale .fm-scale-buttons a {
    text-decoration: none; }
  .map-section a {
    color: #000;
    text-decoration: underline; }
    .map-section a:hover {
      text-decoration: none; }
  .map-section:before {
    content: '';
    background: url(../img/white-arrow.png) no-repeat;
    width: 42px;
    height: 20px;
    bottom: -20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999; }
  .map-section .map-section__title h2 {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 50px; }
    @media only screen and (min-width: 768px) {
      .map-section .map-section__title h2 {
        font-size: 26px;
        font-size: 1.625rem; } }
    @media only screen and (min-width: 992px) {
      .map-section .map-section__title h2 {
        font-size: 28px;
        font-size: 1.75rem; } }

.approach-tabs .sow-tabs .sow-tabs-tab-container {
  background: transparent !important;
  display: flex !important;
  flex-direction: column !important; }
  @media only screen and (min-width: 768px) {
    .approach-tabs .sow-tabs .sow-tabs-tab-container {
      justify-content: space-around !important;
      flex-direction: row !important; } }
  .approach-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
    outline: none !important; }
  .approach-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-title {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .approach-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-title {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media only screen and (min-width: 992px) {
      .approach-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-title {
        font-size: 24px;
        font-size: 1.5rem; } }
.approach-tabs .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content:focus {
  outline: none !important; }
.approach-tabs .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content p {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 36px;
  line-height: 2.25rem; }
  .approach-tabs .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content p:focus {
    border: none !important; }
  @media only screen and (min-width: 768px) {
    .approach-tabs .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content p {
      font-size: 21px;
      font-size: 1.3125rem; } }
  @media only screen and (min-width: 992px) {
    .approach-tabs .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content p {
      font-size: 24px;
      font-size: 1.5rem; } }
.approach-tabs .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content a {
  text-decoration: none;
  color: #000; }
.approach-tabs .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content .icons {
  margin-top: 50px; }
  .approach-tabs .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content .icons span {
    position: relative;
    display: inline-block; }
  .approach-tabs .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content .icons .second-icon {
    position: relative;
    margin: 0 15px; }
    @media only screen and (min-width: 992px) {
      .approach-tabs .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content .icons .second-icon {
        margin: 0px 57px 0px 67px; } }
    @media only screen and (min-width: 768px) {
      .approach-tabs .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content .icons .second-icon:after {
        background: #e0e0e0;
        width: 3px;
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        right: -10px;
        height: 80px;
        transform: rotate(90deg); }
      .approach-tabs .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content .icons .second-icon:before {
        background: #e0e0e0;
        width: 3px;
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        left: -10px;
        height: 80px;
        transform: rotate(90deg); } }
    @media only screen and (min-width: 992px) {
      .approach-tabs .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content .icons .second-icon:after {
        background: #e0e0e0;
        width: 3px;
        content: "";
        display: block;
        position: absolute;
        top: -10px;
        right: -35px;
        height: 130px;
        transform: rotate(90deg); }
      .approach-tabs .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content .icons .second-icon:before {
        background: #e0e0e0;
        width: 3px;
        content: "";
        display: block;
        position: absolute;
        top: -10px;
        left: -35px;
        height: 130px;
        transform: rotate(90deg); } }
  .approach-tabs .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content .icons p {
    margin-top: 40px; }

.page .believe__item .sow-accordion {
  margin-top: 70px; }
  .page .believe__item .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
    padding: 15px 30px 15px 30px !important; }
    @media only screen and (min-width: 576px) {
      .page .believe__item .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
        padding: 25px 25px 25px 70px !important; } }
    .page .believe__item .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
      font-size: 20px;
      font-size: 1.25rem; }
      @media only screen and (min-width: 768px) {
        .page .believe__item .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
          font-size: 22px;
          font-size: 1.375rem; } }
      @media only screen and (min-width: 992px) {
        .page .believe__item .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
          font-size: 24px;
          font-size: 1.5rem; } }
  .page .believe__item .sow-accordion .sow-icon-ionicons {
    color: #568398; }
  .page .believe__item .sow-accordion .sow-accordion-panel-border {
    padding: 15px 30px 15px 30px !important; }
    @media only screen and (min-width: 576px) {
      .page .believe__item .sow-accordion .sow-accordion-panel-border {
        padding: 25px 25px 25px 70px !important; } }
  .page .believe__item .sow-accordion p {
    font-size: 18px;
    font-size: 1.125rem; }
    @media only screen and (min-width: 768px) {
      .page .believe__item .sow-accordion p {
        font-size: 19px;
        font-size: 1.1875rem; } }
    @media only screen and (min-width: 992px) {
      .page .believe__item .sow-accordion p {
        font-size: 20px;
        font-size: 1.25rem; } }

.col-auto {
  width: 100% !important; }
  @media only screen and (min-width: 768px) {
    .col-auto {
      width: auto !important; } }

.team-person {
  padding: 25px 0; }
  @media only screen and (min-width: 768px) {
    .team-person {
      padding: 90px 0 70px 0; } }
  .team-person .row {
    margin: 0 !important; }
  .team-person .entry-featured .image {
    margin-right: 0; }
    @media only screen and (min-width: 576px) {
      .team-person .entry-featured .image {
        margin-right: 65px; } }
    .team-person .entry-featured .image img {
      width: 100%;
      height: auto; }
  .team-person .entry-content .entry-header h1 {
    color: #ee4528;
    line-height: 32px;
    line-height: 2rem;
    font-size: 34px;
    font-size: 2.125rem; }
    @media only screen and (min-width: 768px) {
      .team-person .entry-content .entry-header h1 {
        font-size: 37px;
        font-size: 2.3125rem; } }
    @media only screen and (min-width: 992px) {
      .team-person .entry-content .entry-header h1 {
        font-size: 40px;
        font-size: 2.5rem; } }
  .team-person .entry-content .entry-title__position {
    margin-top: 20px;
    font-size: 24px;
    font-size: 1.5rem; }
    @media only screen and (min-width: 768px) {
      .team-person .entry-content .entry-title__position {
        font-size: 27px;
        font-size: 1.6875rem; } }
    @media only screen and (min-width: 992px) {
      .team-person .entry-content .entry-title__position {
        font-size: 30px;
        font-size: 1.875rem; } }
  .team-person .entry-content p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    line-height: 2rem;
    margin-top: 25px; }
    @media only screen and (min-width: 768px) {
      .team-person .entry-content p {
        font-size: 19px;
        font-size: 1.1875rem; } }
    @media only screen and (min-width: 992px) {
      .team-person .entry-content p {
        font-size: 20px;
        font-size: 1.25rem; } }
  .team-person .entry-content a {
    color: #5593a4;
    text-decoration: underline; }
    .team-person .entry-content a:hover {
      text-decoration: none; }
    .team-person .entry-content a:visited {
      color: #000; }
  .team-person .entry-content .member-information {
    margin-top: 15px;
    font-size: 18px;
    font-size: 1.125rem; }
    @media only screen and (min-width: 768px) {
      .team-person .entry-content .member-information {
        font-size: 19px;
        font-size: 1.1875rem; } }
    @media only screen and (min-width: 992px) {
      .team-person .entry-content .member-information {
        font-size: 20px;
        font-size: 1.25rem; } }
    .team-person .entry-content .member-information .member-information__table {
      border-spacing: 0 30px;
      border-collapse: separate; }
      .team-person .entry-content .member-information .member-information__table h5 {
        color: #ee4528; }
      .team-person .entry-content .member-information .member-information__table td:nth-child(2n) {
        padding-left: 30px; }

.theme-individual .theme-main {
  background: #f6f5f3;
  padding: 50px 0 80px 0;
  position: relative; }
  .theme-individual .theme-main:after {
    content: '';
    background: url(../img/line-right.jpg) repeat;
    width: calc(50% - 20px);
    height: 25px;
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    background: #41414b; }
  .theme-individual .theme-main:before {
    content: '';
    background: url(../img/line-left.jpg) repeat;
    width: calc(50% - 20px);
    height: 25px;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 999;
    background: #41414b; }
  .theme-individual .theme-main .theme-main__overlay:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #41414b;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 20px; }
  .theme-individual .theme-main .theme-main__overlay::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #41414b;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -20px; }
.theme-individual p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem; }
  @media only screen and (min-width: 768px) {
    .theme-individual p {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media only screen and (min-width: 992px) {
    .theme-individual p {
      font-size: 22px;
      font-size: 1.375rem; } }
.theme-individual .entry-title h2 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #ff4a2b;
  text-align: center;
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .theme-individual .entry-title h2 {
      font-size: 38px;
      font-size: 2.375rem; } }
  @media only screen and (min-width: 992px) {
    .theme-individual .entry-title h2 {
      font-size: 40px;
      font-size: 2.5rem; } }
.theme-individual .border-right {
  border: none !important; }
  @media only screen and (min-width: 768px) {
    .theme-individual .border-right {
      border-right: 2px solid #dddcda !important; } }
.theme-individual .the-challenge .entry-content {
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .theme-individual .the-challenge .entry-content {
      padding-right: 50px; } }
.theme-individual .our-approach .entry-content {
  padding: 0;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .theme-individual .our-approach .entry-content {
      padding-left: 35px; }
      .theme-individual .our-approach .entry-content:after {
        content: "";
        position: absolute;
        left: -16px;
        z-index: 100;
        top: 0;
        width: 2px;
        height: 100%;
        background: #dddcda; } }
.theme-individual .related-stories {
  position: relative;
  padding-bottom: 80px; }
  .theme-individual .related-stories:after {
    content: '';
    background: url(../img/line-right.jpg) repeat;
    width: calc(50% - 20px);
    height: 25px;
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    background: #386e88; }
  .theme-individual .related-stories:before {
    content: '';
    background: url(../img/line-left.jpg) repeat;
    width: calc(50% - 20px);
    height: 25px;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 999;
    background: #386e88; }
  .theme-individual .related-stories .related-stories__title {
    text-align: center;
    color: #fff;
    background: #41414b;
    padding: 25px 15px 50px 15px;
    margin-bottom: 70px;
    font-size: 45px;
    font-size: 2.8125rem; }
    @media only screen and (min-width: 768px) {
      .theme-individual .related-stories .related-stories__title {
        font-size: 50px;
        font-size: 3.125rem; } }
    @media only screen and (min-width: 992px) {
      .theme-individual .related-stories .related-stories__title {
        font-size: 54px;
        font-size: 3.375rem; } }
  .theme-individual .related-stories .related-stories__overlay:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #386e88;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 20px; }
  .theme-individual .related-stories .related-stories__overlay::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #386e88;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -20px; }
.theme-individual .related-articles {
  padding-bottom: 65px; }
  .theme-individual .related-articles .related-acticles__title {
    text-align: center;
    color: #fff;
    background: #386e88;
    padding: 25px 15px 50px 15px;
    font-size: 45px;
    font-size: 2.8125rem; }
    @media only screen and (min-width: 768px) {
      .theme-individual .related-articles .related-acticles__title {
        font-size: 50px;
        font-size: 3.125rem; } }
    @media only screen and (min-width: 992px) {
      .theme-individual .related-articles .related-acticles__title {
        font-size: 54px;
        font-size: 3.375rem; } }
  .theme-individual .related-articles .related-articles_item .related-item {
    margin: 40px 0; }
    .theme-individual .related-articles .related-articles_item .related-item .blog-img {
      overflow: hidden; }
      .theme-individual .related-articles .related-articles_item .related-item .blog-img img {
        width: 100%;
        height: auto; }
    .theme-individual .related-articles .related-articles_item .related-item .entry-main {
      background: #f6f5f3;
      padding: 20px 30px 75px 30px; }
      .theme-individual .related-articles .related-articles_item .related-item .entry-main .entry-title {
        text-align: center;
        margin-bottom: 25px;
        line-height: 24px;
        line-height: 1.5rem; }
        .theme-individual .related-articles .related-articles_item .related-item .entry-main .entry-title:before {
          font-family: "FontAwesome";
          content: "\f107";
          display: block;
          font-weight: bold;
          text-align: center;
          font-size: 40px;
          font-size: 2.5rem;
          color: #7b7a79;
          margin-bottom: 15px; }
        .theme-individual .related-articles .related-articles_item .related-item .entry-main .entry-title a {
          font-size: 21px;
          font-size: 1.3125rem;
          color: #000; }
          @media only screen and (min-width: 768px) {
            .theme-individual .related-articles .related-articles_item .related-item .entry-main .entry-title a {
              font-size: 22px;
              font-size: 1.375rem; } }
          @media only screen and (min-width: 992px) {
            .theme-individual .related-articles .related-articles_item .related-item .entry-main .entry-title a {
              font-size: 24px;
              font-size: 1.5rem; } }
      .theme-individual .related-articles .related-articles_item .related-item .entry-main .entry-content {
        font-size: 18px;
        font-size: 1.125rem; }
        @media only screen and (min-width: 768px) {
          .theme-individual .related-articles .related-articles_item .related-item .entry-main .entry-content {
            font-size: 19px;
            font-size: 1.1875rem; } }
        @media only screen and (min-width: 992px) {
          .theme-individual .related-articles .related-articles_item .related-item .entry-main .entry-content {
            font-size: 20px;
            font-size: 1.25rem; } }
  .theme-individual .related-articles .teaser-loop .theme_item .entry-main {
    background: #f6f5f3; }
    .theme-individual .related-articles .teaser-loop .theme_item .entry-main .entry-title {
      color: #000;
      font-size: 24px;
      font-size: 1.5rem;
      text-align: center;
      padding: 0 50px;
      margin-bottom: 20px; }
      .theme-individual .related-articles .teaser-loop .theme_item .entry-main .entry-title:before {
        font-family: "FontAwesome";
        content: "\f107";
        display: block;
        font-weight: bold;
        text-align: center;
        font-size: 40px;
        font-size: 2.5rem;
        color: #7b7a79; }
      .theme-individual .related-articles .teaser-loop .theme_item .entry-main .entry-title a {
        text-decoration: none;
        color: #000; }
    .theme-individual .related-articles .teaser-loop .theme_item .entry-main .entry-content p {
      color: #000;
      text-align: center;
      padding: 0px 25px 55px 25px;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 24px;
      line-height: 1.5rem; }
  .theme-individual .related-articles .teaser-loop .theme_item img {
    width: 100%;
    height: auto; }

.page .our-reach-section {
  position: relative; }
  .page .our-reach-section:after {
    content: '';
    background: url(../img/line-right.jpg) repeat;
    width: calc(50% - 20px);
    height: 25px;
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    background: #f6f5f3; }
  .page .our-reach-section:before {
    content: '';
    background: url(../img/line-left.jpg) repeat;
    width: calc(50% - 20px);
    height: 25px;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 999;
    background: #f6f5f3; }
  .page .our-reach-section .our-reach-section__title:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #f6f5f3;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 20px; }
  .page .our-reach-section .our-reach-section__title::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #f6f5f3;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -20px; }
  .page .our-reach-section .our-reach-section__title h3 {
    font-size: 45px;
    font-size: 2.8125rem;
    text-align: center;
    color: #fff;
    margin-bottom: 55px; }
    @media only screen and (min-width: 768px) {
      .page .our-reach-section .our-reach-section__title h3 {
        font-size: 50px;
        font-size: 3.125rem; } }
    @media only screen and (min-width: 992px) {
      .page .our-reach-section .our-reach-section__title h3 {
        font-size: 54px;
        font-size: 3.375rem; } }
  .page .our-reach-section .our-reach-section__title .so-widget-sow-editor p {
    line-height: 1.286 !important;
    color: #fff;
    margin-bottom: 75px;
    font-size: 24px;
    font-size: 1.5rem; }
    @media only screen and (min-width: 768px) {
      .page .our-reach-section .our-reach-section__title .so-widget-sow-editor p {
        font-size: 26px;
        font-size: 1.625rem; } }
    @media only screen and (min-width: 992px) {
      .page .our-reach-section .our-reach-section__title .so-widget-sow-editor p {
        font-size: 28px;
        font-size: 1.75rem; } }
  .page .our-reach-section .our-reach-section__numbers h3 {
    font-size: 58px;
    font-size: 3.625rem;
    color: #fff;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .page .our-reach-section .our-reach-section__numbers h3 {
        font-size: 61px;
        font-size: 3.8125rem; } }
    @media only screen and (min-width: 992px) {
      .page .our-reach-section .our-reach-section__numbers h3 {
        font-size: 65px;
        font-size: 4.0625rem; } }
  .page .our-reach-section .our-reach-section__numbers p {
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff; }
    @media only screen and (min-width: 768px) {
      .page .our-reach-section .our-reach-section__numbers p {
        font-size: 26px;
        font-size: 1.625rem; } }
    @media only screen and (min-width: 992px) {
      .page .our-reach-section .our-reach-section__numbers p {
        font-size: 28px;
        font-size: 1.75rem; } }

.page .comments-section .comments-section__title h3 {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 75px; }
  @media only screen and (min-width: 768px) {
    .page .comments-section .comments-section__title h3 {
      font-size: 26px;
      font-size: 1.625rem; } }
  @media only screen and (min-width: 992px) {
    .page .comments-section .comments-section__title h3 {
      font-size: 28px;
      font-size: 1.75rem; } }
.page .comments-section .qoute-item p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-style: italic;
  color: #5b5858;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .page .comments-section .qoute-item p {
      margin-bottom: 50px; } }
.page .comments-section .qoute-item img {
  border-radius: 50% !important;
  width: 65px !important;
  height: 63px !important; }
.page .comments-section .qoute-item .entry-title h5 {
  line-height: 1.222; }
.page .comments-section .qoute-item .information span {
  color: #ee4527;
  font-size: 18px;
  font-size: 1.125rem; }

.qoute-item {
  margin-bottom: 60px; }
  .qoute-item a {
    color: #000 !important;
    text-decoration: underline; }
    .qoute-item a:hover {
      text-decoration: none; }
  .qoute-item:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .qoute-item {
      margin-bottom: 120px; }
      .qoute-item:nth-child(3) {
        margin-bottom: 0; }
      .qoute-item:nth-child(4) {
        margin-bottom: 0; } }
  .qoute-item .entry-main {
    margin-top: 20px; }

.inner-content {
  max-width: 885px;
  margin: 0 auto; }

.inner-accordion {
  max-width: 785px;
  margin: 0 auto; }

.service-individual .service-main {
  padding: 55px 0 80px 0;
  position: relative;
  background: #f6f5f3; }
  .service-individual .service-main:after {
    content: '';
    background: url(../img/line-right.jpg) repeat;
    width: calc(50% - 20px);
    height: 25px;
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    background: #fff; }
  .service-individual .service-main:before {
    content: '';
    background: url(../img/line-left.jpg) repeat;
    width: calc(50% - 20px);
    height: 25px;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 999;
    background: #fff; }
  .service-individual .service-main .service-main__overlay:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #fff;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 20px; }
  .service-individual .service-main .service-main__overlay::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #fff;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -20px; }
  .service-individual .service-main .single-service__title {
    margin-bottom: 40px; }
    .service-individual .service-main .single-service__title h2 {
      font-size: 45px;
      font-size: 2.8125rem;
      text-align: center;
      color: #ee4528;
      margin-bottom: 30px; }
      @media only screen and (min-width: 768px) {
        .service-individual .service-main .single-service__title h2 {
          font-size: 50px;
          font-size: 3.125rem; } }
      @media only screen and (min-width: 992px) {
        .service-individual .service-main .single-service__title h2 {
          font-size: 54px;
          font-size: 3.375rem; } }
    .service-individual .service-main .single-service__title .inner-title {
      max-width: 855px;
      margin: 0 auto; }
    .service-individual .service-main .single-service__title p {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 30px;
      line-height: 1.875rem;
      text-align: center;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .service-individual .service-main .single-service__title p {
          font-size: 22px;
          font-size: 1.375rem; } }
      @media only screen and (min-width: 992px) {
        .service-individual .service-main .single-service__title p {
          font-size: 24px;
          font-size: 1.5rem; } }
  .service-individual .service-main .customize__title {
    text-align: center;
    color: #ee4528;
    margin-bottom: 30px;
    font-size: 26px;
    font-size: 1.625rem; }
    @media only screen and (min-width: 768px) {
      .service-individual .service-main .customize__title {
        font-size: 31px;
        font-size: 1.9375rem; } }
    @media only screen and (min-width: 992px) {
      .service-individual .service-main .customize__title {
        font-size: 35px;
        font-size: 2.1875rem; } }
  .service-individual .service-main .customize__text {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25; }
    @media only screen and (min-width: 768px) {
      .service-individual .service-main .customize__text {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media only screen and (min-width: 992px) {
      .service-individual .service-main .customize__text {
        font-size: 24px;
        font-size: 1.5rem; } }
.service-individual .br-right {
  border: none; }
  @media only screen and (min-width: 768px) {
    .service-individual .br-right {
      border-right: 1px solid #dddcda !important; } }
.service-individual .how-we-work {
  padding: 55px 0 60px 0;
  position: relative; }
  .service-individual .how-we-work:after {
    content: '';
    background: url(../img/line-right.jpg) repeat;
    width: calc(50% - 20px);
    height: 25px;
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    background: #f8f7f5; }
  .service-individual .how-we-work:before {
    content: '';
    background: url(../img/line-left.jpg) repeat;
    width: calc(50% - 20px);
    height: 25px;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 999;
    background: #f8f7f5; }
  .service-individual .how-we-work .how-we-work__title {
    color: rgba(46, 46, 52, 0.922);
    text-align: center;
    margin-bottom: 60px;
    line-height: 40px;
    line-height: 2.5rem;
    font-size: 45px;
    font-size: 2.8125rem; }
    @media only screen and (min-width: 768px) {
      .service-individual .how-we-work .how-we-work__title {
        font-size: 50px;
        font-size: 3.125rem; } }
    @media only screen and (min-width: 992px) {
      .service-individual .how-we-work .how-we-work__title {
        font-size: 54px;
        font-size: 3.375rem; } }
  .service-individual .how-we-work .how-we-work__overlay:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #f8f7f5;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 20px; }
  .service-individual .how-we-work .how-we-work__overlay::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #f8f7f5;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -20px; }

.service-quote .quote-main {
  background: #f8f7f5;
  padding: 40px 0; }
  @media only screen and (min-width: 576px) {
    .service-quote .quote-main {
      padding: 80px 0; } }
  .service-quote .quote-main .quote-data {
    text-align: center; }
    .service-quote .quote-main .quote-data a {
      color: #000;
      text-decoration: underline; }
      .service-quote .quote-main .quote-data a:hover {
        text-decoration: none; }
    @media only screen and (min-width: 992px) {
      .service-quote .quote-main .quote-data {
        text-align: left; } }
    .service-quote .quote-main .quote-data .quote-icon img {
      height: 102px;
      width: 102px;
      border: 1px solid #a1a19f;
      border-radius: 50%;
      padding: 3px; }
    .service-quote .quote-main .quote-data .quote-information {
      display: inline-block;
      vertical-align: middle;
      margin-left: 0;
      max-width: 235px; }
      @media only screen and (min-width: 576px) {
        .service-quote .quote-main .quote-data .quote-information {
          margin-left: 25px; } }
      .service-quote .quote-main .quote-data .quote-information h5 {
        margin: 0;
        font-size: 20px;
        font-size: 1.25rem; }
        @media only screen and (min-width: 768px) {
          .service-quote .quote-main .quote-data .quote-information h5 {
            font-size: 23px;
            font-size: 1.4375rem; } }
        @media only screen and (min-width: 992px) {
          .service-quote .quote-main .quote-data .quote-information h5 {
            font-size: 26px;
            font-size: 1.625rem; } }
      .service-quote .quote-main .quote-data .quote-information span {
        font-size: 16px;
        font-size: 1rem; }
        @media only screen and (min-width: 768px) {
          .service-quote .quote-main .quote-data .quote-information span {
            font-size: 18px;
            font-size: 1.125rem; } }
        @media only screen and (min-width: 992px) {
          .service-quote .quote-main .quote-data .quote-information span {
            font-size: 20px;
            font-size: 1.25rem; } }
  .service-quote .quote-main .quote-text p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-style: italic;
    text-align: center;
    margin-top: 15px;
    max-width: 535px;
    margin-left: 0; }
    @media only screen and (min-width: 768px) {
      .service-quote .quote-main .quote-text p {
        text-align: left;
        margin-top: 0;
        margin-left: 30px;
        font-size: 18px;
        font-size: 1.125rem; } }
    @media only screen and (min-width: 992px) {
      .service-quote .quote-main .quote-text p {
        font-size: 20px;
        font-size: 1.25rem; } }

.resource-single .container-fluid {
  padding: 0 !important; }
.resource-single .resource-content {
  padding: 50px 0 85px 0 !important;
  position: relative; }
  .resource-single .resource-content:after {
    content: '';
    background: url(../img/line-right.jpg) repeat;
    width: calc(50% - 20px);
    height: 25px;
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    background: #386e88; }
  .resource-single .resource-content:before {
    content: '';
    background: url(../img/line-left.jpg) repeat;
    width: calc(50% - 20px);
    height: 25px;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 999;
    background: #386e88; }
  .resource-single .resource-content .resource-content__overlay:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #386e88;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 20px; }
  .resource-single .resource-content .resource-content__overlay::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #386e88;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -20px; }
  .resource-single .resource-content .resource-content__title {
    max-width: 685px;
    margin: 0 auto 0 0; }
    .resource-single .resource-content .resource-content__title h2 {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 36px;
      line-height: 2.25rem;
      color: #ee4528;
      margin-bottom: 55px; }
      @media only screen and (min-width: 768px) {
        .resource-single .resource-content .resource-content__title h2 {
          font-size: 38px;
          font-size: 2.375rem; } }
      @media only screen and (min-width: 992px) {
        .resource-single .resource-content .resource-content__title h2 {
          font-size: 40px;
          font-size: 2.5rem; } }
  .resource-single .resource-content .resource-content__text p, .resource-single .resource-content .resource-content__text ul, .resource-single .resource-content .resource-content__text ol {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem; }
    @media only screen and (min-width: 768px) {
      .resource-single .resource-content .resource-content__text p, .resource-single .resource-content .resource-content__text ul, .resource-single .resource-content .resource-content__text ol {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media only screen and (min-width: 992px) {
      .resource-single .resource-content .resource-content__text p, .resource-single .resource-content .resource-content__text ul, .resource-single .resource-content .resource-content__text ol {
        font-size: 20px;
        font-size: 1.25rem; } }
  .resource-single .resource-content .resource-content__text ul, .resource-single .resource-content .resource-content__text ol {
    padding-left: 0px;
    list-style-type: none !important;
    line-height: 32px;
    line-height: 2rem;
    margin: 15px 0; }
    @media only screen and (min-width: 768px) {
      .resource-single .resource-content .resource-content__text ul, .resource-single .resource-content .resource-content__text ol {
        padding-left: 45px;
        margin: 25px 0; } }
  .resource-single .resource-content .resource-content__text li:before {
    font-family: "FontAwesome";
    content: "\f0c8";
    color: #ff4a2b;
    margin-right: 10px;
    font-size: 13px;
    font-size: 0.8125rem; }
  .resource-single .resource-content .resource-content__text a {
    color: #5593a4;
    text-decoration: underline; }
    .resource-single .resource-content .resource-content__text a:hover {
      text-decoration: none; }
    .resource-single .resource-content .resource-content__text a:visited {
      color: #000; }
  .resource-single .resource-content .resource-type .image {
    height: 240px;
    background: #f6f5f3; }
    .resource-single .resource-content .resource-type .image h3 {
      font-size: 14px;
      font-size: 0.875rem;
      text-transform: uppercase;
      color: #fff;
      margin-right: 80px;
      margin-bottom: 115px; }
  .resource-single .resource-content .resource-type .author-info {
    margin: 20px 0;
    text-align: center; }
    .resource-single .resource-content .resource-type .author-info .author-icon img {
      height: 42px;
      width: 42px;
      border-radius: 50%; }
    .resource-single .resource-content .resource-type .author-info .name-date {
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      margin-left: 10px;
      line-height: 20px;
      line-height: 1.25rem; }
  .resource-single .resource-content .resource-type .file {
    margin-top: 50px;
    text-align: center; }
    .resource-single .resource-content .resource-type .file a {
      color: #fff;
      text-transform: uppercase;
      padding: 20px 0;
      background: #303e4f;
      display: block; }
      .resource-single .resource-content .resource-type .file a i {
        margin-right: 15px;
        transform: rotate(90deg); }
.resource-single .related-resources .related-resources__title h2 {
  text-align: center;
  color: #fff;
  background: #386e88;
  padding: 35px 15px 50px 15px;
  margin: 0 !important;
  font-size: 45px;
  font-size: 2.8125rem; }
  @media only screen and (min-width: 768px) {
    .resource-single .related-resources .related-resources__title h2 {
      font-size: 50px;
      font-size: 3.125rem; } }
  @media only screen and (min-width: 992px) {
    .resource-single .related-resources .related-resources__title h2 {
      font-size: 54px;
      font-size: 3.375rem; } }
.resource-single .related-resources .related-resources__item {
  margin-top: 75px; }
  .resource-single .related-resources .related-resources__item .resorces-grid .container {
    padding: 0 !important; }

.post-single .container-fluid {
  padding: 0; }
.post-single .blog-content {
  position: relative;
  padding: 40px 0 55px 0; }
  .post-single .blog-content:after {
    content: '';
    background: url(../img/line-right.jpg) repeat;
    width: calc(50% - 20px);
    height: 25px;
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    background: #41414b; }
  .post-single .blog-content:before {
    content: '';
    background: url(../img/line-left.jpg) repeat;
    width: calc(50% - 20px);
    height: 25px;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 999;
    background: #41414b; }
  .post-single .blog-content .blog-content__overlay:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #41414b;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 20px; }
  .post-single .blog-content .blog-content__overlay::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #41414b;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -20px; }
.post-single .post-single__title {
  margin-bottom: 70px; }
  .post-single .post-single__title h2 {
    font-size: 30px;
    font-size: 1.875rem;
    color: #ee4528; }
    @media only screen and (min-width: 768px) {
      .post-single .post-single__title h2 {
        font-size: 35px;
        font-size: 2.1875rem; } }
    @media only screen and (min-width: 992px) {
      .post-single .post-single__title h2 {
        font-size: 40px;
        font-size: 2.5rem; } }
  .post-single .post-single__title .inner-title {
    max-width: 730px; }
.post-single .post-single__content .blog-img {
  overflow: hidden;
  text-align: center; }
  .post-single .post-single__content .blog-img img {
    width: 100%;
    height: auto; }
  .post-single .post-single__content .blog-img .featured-image-caption {
    background: #f6f5f3;
    color: rgba(0, 0, 0, 0.659);
    text-align: left;
    padding: 10px 15px;
    word-wrap: break-word; }
    @media only screen and (min-width: 576px) {
      .post-single .post-single__content .blog-img .featured-image-caption {
        padding: 20px 30px; } }
.post-single .post-single__content .post-single__author-detail {
  padding: 20px 0;
  border-bottom: 2px solid #e2e3e3; }
  @media only screen and (min-width: 768px) {
    .post-single .post-single__content .post-single__author-detail {
      padding: 30px 0px 30px 0px; } }
  .post-single .post-single__content .post-single__author-detail table {
    border-spacing: 0 30px;
    border-collapse: separate; }
    .post-single .post-single__content .post-single__author-detail table .icon-author {
      padding-right: 4px;
      width: 103px; }
      .post-single .post-single__content .post-single__author-detail table .icon-author img {
        width: 99px;
        height: 99px;
        border-radius: 50%; }
    .post-single .post-single__content .post-single__author-detail table .name-position {
      vertical-align: middle;
      padding-left: 25px;
      font-size: 16px;
      font-size: 1rem; }
      @media only screen and (min-width: 576px) {
        .post-single .post-single__content .post-single__author-detail table .name-position {
          padding-left: 37px; } }
      @media only screen and (min-width: 768px) {
        .post-single .post-single__content .post-single__author-detail table .name-position {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media only screen and (min-width: 992px) {
        .post-single .post-single__content .post-single__author-detail table .name-position {
          font-size: 20px;
          font-size: 1.25rem; } }
    .post-single .post-single__content .post-single__author-detail table .author-intro {
      padding-left: 25px;
      font-size: 16px;
      font-size: 1rem; }
      @media only screen and (min-width: 576px) {
        .post-single .post-single__content .post-single__author-detail table .author-intro {
          padding-left: 37px; } }
      @media only screen and (min-width: 768px) {
        .post-single .post-single__content .post-single__author-detail table .author-intro {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media only screen and (min-width: 992px) {
        .post-single .post-single__content .post-single__author-detail table .author-intro {
          font-size: 20px;
          font-size: 1.25rem; } }
      .post-single .post-single__content .post-single__author-detail table .author-intro p {
        margin: 0; }
    .post-single .post-single__content .post-single__author-detail table .social-links {
      vertical-align: middle; }
      .post-single .post-single__content .post-single__author-detail table .social-links .social-links__twitter {
        border: 0.5px solid #d1d3d3;
        padding: 5px 17px; }
        .post-single .post-single__content .post-single__author-detail table .social-links .social-links__twitter i {
          font-size: 17px;
          font-size: 1.0625rem; }
      .post-single .post-single__content .post-single__author-detail table .social-links .social-links__linkedin {
        border: 0.5px solid #d1d3d3;
        padding: 5px 20px; }
        .post-single .post-single__content .post-single__author-detail table .social-links .social-links__linkedin i {
          font-size: 17px;
          font-size: 1.0625rem; }
    .post-single .post-single__content .post-single__author-detail table .comments-number {
      display: inline-block;
      float: right; }
      .post-single .post-single__content .post-single__author-detail table .comments-number i {
        margin-right: 5px; }
      .post-single .post-single__content .post-single__author-detail table .comments-number span {
        color: rgba(0, 0, 0, 0.659); }
.post-single .post-single__content .post-single__author {
  padding: 35px 45px 35px 20px; }
  .post-single .post-single__content .post-single__author .icon-author img {
    width: 42px;
    height: 42px;
    border-radius: 50%; }
  .post-single .post-single__content .post-single__author .name-date {
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px; }
  .post-single .post-single__content .post-single__author .comments-number {
    color: #737373;
    float: none;
    margin-top: 10px; }
    @media only screen and (min-width: 576px) {
      .post-single .post-single__content .post-single__author .comments-number {
        float: right;
        margin-top: 0; } }
    .post-single .post-single__content .post-single__author .comments-number i {
      margin-right: 5px; }
.post-single .post-single__content .content {
  border-bottom: 2px solid #e2e3e3; }
  .post-single .post-single__content .content ul, .post-single .post-single__content .content li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25px;
    line-height: 1.5625rem; }
    @media only screen and (min-width: 768px) {
      .post-single .post-single__content .content ul, .post-single .post-single__content .content li {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media only screen and (min-width: 992px) {
      .post-single .post-single__content .content ul, .post-single .post-single__content .content li {
        font-size: 20px;
        font-size: 1.25rem; } }
  .post-single .post-single__content .content b, .post-single .post-single__content .content strong {
    font-weight: 600; }
  .post-single .post-single__content .content img {
    height: auto; }
  .post-single .post-single__content .content li {
    line-height: 30px;
    line-height: 1.875rem; }
  .post-single .post-single__content .content ul, .post-single .post-single__content .content ol {
    padding-left: 0px;
    list-style-type: none !important;
    line-height: 2;
    margin: 15px 0; }
    @media only screen and (min-width: 768px) {
      .post-single .post-single__content .content ul, .post-single .post-single__content .content ol {
        padding-left: 45px;
        margin: 25px 0; } }
  .post-single .post-single__content .content li:before {
    font-family: "FontAwesome";
    content: "\f0c8";
    color: #ff4a2b;
    margin-right: 10px;
    font-size: 13px;
    font-size: 0.8125rem; }
  .post-single .post-single__content .content p, .post-single .post-single__content .content span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-weight: 300 !important; }
    @media only screen and (min-width: 768px) {
      .post-single .post-single__content .content p, .post-single .post-single__content .content span {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media only screen and (min-width: 992px) {
      .post-single .post-single__content .content p, .post-single .post-single__content .content span {
        font-size: 20px;
        font-size: 1.25rem; } }
  .post-single .post-single__content .content a {
    color: #5593a4;
    text-decoration: underline; }
    .post-single .post-single__content .content a:hover {
      text-decoration: none; }
    .post-single .post-single__content .content a:visited {
      color: #000; }
  .post-single .post-single__content .content .topics .topics__table {
    margin: 40px 0; }
    .post-single .post-single__content .content .topics .topics__table h5 {
      color: #ee4528;
      font-size: 16px;
      font-size: 1rem;
      display: inline-flex;
      align-items: center; }
      @media only screen and (min-width: 768px) {
        .post-single .post-single__content .content .topics .topics__table h5 {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media only screen and (min-width: 992px) {
        .post-single .post-single__content .content .topics .topics__table h5 {
          font-size: 20px;
          font-size: 1.25rem; } }
      .post-single .post-single__content .content .topics .topics__table h5 i {
        display: inline-block;
        vertical-align: middle;
        transform: scale(-1, 1);
        padding-left: 10px;
        color: #666; }
    .post-single .post-single__content .content .topics .topics__table td:last-child {
      padding-left: 30px; }
    .post-single .post-single__content .content .topics .topics__table td a {
      color: #000;
      font-size: 16px;
      font-size: 1rem;
      line-height: 23px;
      line-height: 1.4375rem;
      border: 1px solid #e1e1e1;
      padding: 5px 10px;
      margin: 0 10px 0 0;
      display: inline-block;
      text-decoration: none; }
      @media only screen and (min-width: 768px) {
        .post-single .post-single__content .content .topics .topics__table td a {
          font-size: 17px;
          font-size: 1.0625rem; } }
      @media only screen and (min-width: 992px) {
        .post-single .post-single__content .content .topics .topics__table td a {
          font-size: 18px;
          font-size: 1.125rem; } }
    .post-single .post-single__content .content .topics .topics__table .term-list {
      line-height: 48px;
      line-height: 3rem; }
.post-single .post-single__content .comments {
  padding: 40px 0 65px 0; }
  .post-single .post-single__content .comments .comment-notes {
    display: none; }
  .post-single .post-single__content .comments .comments-title {
    display: none; }
  .post-single .post-single__content .comments .comment-meta img {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin-right: 5px; }
    @media only screen and (min-width: 768px) {
      .post-single .post-single__content .comments .comment-meta img {
        height: 64px;
        width: 64px;
        margin-right: 15px; } }
  .post-single .post-single__content .comments .children {
    margin-left: 0 !important; }
    @media only screen and (min-width: 768px) {
      .post-single .post-single__content .comments .children {
        margin-left: 64px !important; } }
  .post-single .post-single__content .comments #comments .media-list li .media .media-body .comment-author {
    font-size: 14px;
    font-size: 0.875rem; }
    @media only screen and (min-width: 768px) {
      .post-single .post-single__content .comments #comments .media-list li .media .media-body .comment-author {
        font-size: 16px;
        font-size: 1rem; } }
  .post-single .post-single__content .comments .fn a {
    color: #000;
    text-decoration: underline; }
    .post-single .post-single__content .comments .fn a:hover {
      text-decoration: none; }
  .post-single .post-single__content .comments .comment-content p {
    font-size: 16px;
    font-size: 1rem; }
    @media only screen and (min-width: 768px) {
      .post-single .post-single__content .comments .comment-content p {
        font-size: 17px;
        font-size: 1.0625rem; } }
    @media only screen and (min-width: 992px) {
      .post-single .post-single__content .comments .comment-content p {
        font-size: 18px;
        font-size: 1.125rem; } }
  .post-single .post-single__content .comments .comment-content a {
    text-decoration: underline;
    color: #000;
    font-size: 16px;
    font-size: 1rem; }
    .post-single .post-single__content .comments .comment-content a:hover {
      text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .post-single .post-single__content .comments .comment-content a {
        font-size: 17px;
        font-size: 1.0625rem; } }
    @media only screen and (min-width: 992px) {
      .post-single .post-single__content .comments .comment-content a {
        font-size: 18px;
        font-size: 1.125rem; } }
  .post-single .post-single__content .comments .comment-metadata a {
    color: #000;
    text-decoration: none !important; }
  .post-single .post-single__content .comments .logged-in-as a {
    color: #000;
    text-decoration: underline; }
    .post-single .post-single__content .comments .logged-in-as a:hover {
      text-decoration: none; }
  .post-single .post-single__content .comments .comment-reply-link {
    text-decoration: none !important; }
  .post-single .post-single__content .comments #reply-title {
    text-align: center;
    margin-bottom: 30px; }
    .post-single .post-single__content .comments #reply-title a {
      color: #000;
      text-decoration: underline; }
      .post-single .post-single__content .comments #reply-title a:hover {
        text-decoration: none; }
  .post-single .post-single__content .comments .text-muted {
    display: none; }
  .post-single .post-single__content .comments textarea {
    height: 200px;
    resize: none;
    outline: none;
    border: 1px solid #e1e1e1;
    border-radius: 0; }
    .post-single .post-single__content .comments textarea:focus {
      outline: none !important;
      box-shadow: none;
      border: 1px solid #888; }
  .post-single .post-single__content .comments input {
    border: 1px solid #e1e1e1;
    border-radius: 0; }
    .post-single .post-single__content .comments input:focus {
      outline: none !important;
      box-shadow: none;
      border: 1px solid #888; }
  .post-single .post-single__content .comments label {
    font-size: 16px;
    font-size: 1rem; }
    @media only screen and (min-width: 768px) {
      .post-single .post-single__content .comments label {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media only screen and (min-width: 992px) {
      .post-single .post-single__content .comments label {
        font-size: 20px;
        font-size: 1.25rem; } }
  .post-single .post-single__content .comments #submit {
    color: #000;
    background: transparent;
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 auto;
    transition: all 0.5s ease; }
    .post-single .post-single__content .comments #submit:hover {
      background: #41414b;
      color: #fff; }
.post-single .post-single__author .post__info .about-author {
  font-size: 16px;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .post-single .post-single__author .post__info .about-author {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media only screen and (min-width: 992px) {
    .post-single .post-single__author .post__info .about-author {
      font-size: 20px;
      font-size: 1.25rem; } }
.post-single .post-single__author .post__info .icon-author img {
  height: 99px;
  width: 99px;
  border-radius: 50%; }
.post-single .post-single__author .post__info .name-date {
  margin-left: 70px;
  font-size: 16px;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .post-single .post-single__author .post__info .name-date {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media only screen and (min-width: 992px) {
    .post-single .post-single__author .post__info .name-date {
      font-size: 20px;
      font-size: 1.25rem; } }
.post-single .related-blog-post .related-blog-post__title h2 {
  text-align: center;
  color: #fff;
  background: #41414b;
  padding: 30px 0 60px 0;
  margin: 0 !important;
  font-size: 45px;
  font-size: 2.8125rem; }
  @media only screen and (min-width: 768px) {
    .post-single .related-blog-post .related-blog-post__title h2 {
      font-size: 50px;
      font-size: 3.125rem; } }
  @media only screen and (min-width: 992px) {
    .post-single .related-blog-post .related-blog-post__title h2 {
      font-size: 54px;
      font-size: 3.375rem; } }
.post-single .related-blog-post .related-blog-post__item .related-item {
  margin-bottom: 40px; }
  .post-single .related-blog-post .related-blog-post__item .related-item:first-child {
    margin: 40px 0; }
  @media only screen and (min-width: 768px) {
    .post-single .related-blog-post .related-blog-post__item .related-item {
      margin: 80px 0; }
      .post-single .related-blog-post .related-blog-post__item .related-item:first-child {
        margin: 80px 0; }
      .post-single .related-blog-post .related-blog-post__item .related-item:last-child {
        margin: 0px 0px 80px 0; } }
  @media only screen and (min-width: 992px) {
    .post-single .related-blog-post .related-blog-post__item .related-item:last-child {
      margin: 80px 0; } }
  .post-single .related-blog-post .related-blog-post__item .related-item .blog-img {
    overflow: hidden;
    text-align: center; }
    .post-single .related-blog-post .related-blog-post__item .related-item .blog-img img {
      width: 100%;
      height: auto; }
  .post-single .related-blog-post .related-blog-post__item .related-item .post__info {
    background: #f6f5f3;
    padding: 35px 25px 50px 25px; }
    .post-single .related-blog-post .related-blog-post__item .related-item .post__info .icon-author {
      margin-right: 5px; }
      .post-single .related-blog-post .related-blog-post__item .related-item .post__info .icon-author img {
        height: 42px;
        width: 42px;
        border-radius: 50%; }
    .post-single .related-blog-post .related-blog-post__item .related-item .post__info .name-date {
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      font-size: 16px;
      font-size: 1rem; }
      @media only screen and (min-width: 768px) {
        .post-single .related-blog-post .related-blog-post__item .related-item .post__info .name-date {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media only screen and (min-width: 992px) {
        .post-single .related-blog-post .related-blog-post__item .related-item .post__info .name-date {
          font-size: 20px;
          font-size: 1.25rem; } }
    .post-single .related-blog-post .related-blog-post__item .related-item .post__info .entry-title {
      margin-top: 25px;
      line-height: 0.7 !important; }
      .post-single .related-blog-post .related-blog-post__item .related-item .post__info .entry-title a {
        color: #000;
        font-size: 20px;
        font-size: 1.25rem; }
        @media only screen and (min-width: 768px) {
          .post-single .related-blog-post .related-blog-post__item .related-item .post__info .entry-title a {
            font-size: 22px;
            font-size: 1.375rem; } }
        @media only screen and (min-width: 992px) {
          .post-single .related-blog-post .related-blog-post__item .related-item .post__info .entry-title a {
            font-size: 24px;
            font-size: 1.5rem; } }

.home .report {
  background: url(../img/resource-home.png) no-repeat;
  height: 100%;
  width: 100%;
  background-position: center center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
.home .dataset {
  background: url(../img/resource-home.png) no-repeat;
  height: 100%;
  width: 100%;
  background-position: center center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
.home .case-study {
  background: url(../img/resource-home.png) no-repeat;
  height: 100%;
  width: 100%;
  background-position: center center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
.home .featured-resources .resource-item .image {
  width: 218px;
  height: 253px; }
  .home .featured-resources .resource-item .image h3 {
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 25px; }

.category-overlay {
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .category-overlay {
      margin-top: 75px; } }
  .category-overlay .category-blog .category-blog__item {
    margin-bottom: 65px; }
    .category-overlay .category-blog .category-blog__item .blog-img {
      overflow: hidden;
      text-align: center; }
      .category-overlay .category-blog .category-blog__item .blog-img img {
        width: 100%;
        height: auto; }
    .category-overlay .category-blog .category-blog__item .post__info {
      background: #f6f5f3;
      padding: 35px 25px 50px 25px; }
      .category-overlay .category-blog .category-blog__item .post__info .icon-author {
        margin-right: 5px; }
        .category-overlay .category-blog .category-blog__item .post__info .icon-author img {
          height: 42px;
          width: 42px;
          border-radius: 50%; }
      .category-overlay .category-blog .category-blog__item .post__info .name-date {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        font-size: 16px;
        font-size: 1rem; }
        @media only screen and (min-width: 768px) {
          .category-overlay .category-blog .category-blog__item .post__info .name-date {
            font-size: 18px;
            font-size: 1.125rem; } }
        @media only screen and (min-width: 992px) {
          .category-overlay .category-blog .category-blog__item .post__info .name-date {
            font-size: 20px;
            font-size: 1.25rem; } }
      .category-overlay .category-blog .category-blog__item .post__info .entry-title {
        margin-top: 25px;
        line-height: 17px;
        line-height: 1.0625rem; }
        .category-overlay .category-blog .category-blog__item .post__info .entry-title a {
          color: #000;
          font-size: 20px;
          font-size: 1.25rem; }
          @media only screen and (min-width: 768px) {
            .category-overlay .category-blog .category-blog__item .post__info .entry-title a {
              font-size: 22px;
              font-size: 1.375rem; } }
          @media only screen and (min-width: 992px) {
            .category-overlay .category-blog .category-blog__item .post__info .entry-title a {
              font-size: 24px;
              font-size: 1.5rem; } }

.impact-individual {
  margin-bottom: 50px; }
  .impact-individual .impact-header {
    background: #f6f5f3;
    position: relative;
    padding: 30px 0 80px 0; }
    .impact-individual .impact-header:after {
      content: '';
      background: url(../img/line-right.jpg) repeat;
      width: calc(50% - 20px);
      height: 25px;
      bottom: 0;
      position: absolute;
      right: 0;
      z-index: 999;
      background: #fff; }
    .impact-individual .impact-header:before {
      content: '';
      background: url(../img/line-left.jpg) repeat;
      width: calc(50% - 20px);
      height: 25px;
      bottom: 0;
      position: absolute;
      left: 0;
      z-index: 999;
      background: #fff; }
    .impact-individual .impact-header .impact-header__overlay:after {
      content: '';
      width: 0;
      height: 0;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-bottom: 25px solid #fff;
      position: absolute;
      bottom: 0;
      z-index: 9999;
      left: 50%;
      transform: translateX(-50%);
      margin-left: 20px; }
    .impact-individual .impact-header .impact-header__overlay::before {
      content: '';
      width: 0;
      height: 0;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-bottom: 25px solid #fff;
      position: absolute;
      bottom: 0;
      z-index: 9999;
      left: 50%;
      transform: translateX(-50%);
      margin-left: -20px; }
    @media only screen and (min-width: 768px) {
      .impact-individual .impact-header .the-problem:after {
        content: '';
        height: 80%;
        width: 2px;
        display: block;
        position: absolute;
        top: 20%;
        right: 0px;
        background: #dddcda; } }
    .impact-individual .impact-header .the-problem .the-problem__title {
      text-align: center;
      color: #ff4a2b;
      margin-bottom: 30px;
      font-size: 30px;
      font-size: 1.875rem; }
      @media only screen and (min-width: 768px) {
        .impact-individual .impact-header .the-problem .the-problem__title {
          font-size: 35px;
          font-size: 2.1875rem; } }
      @media only screen and (min-width: 992px) {
        .impact-individual .impact-header .the-problem .the-problem__title {
          font-size: 40px;
          font-size: 2.5rem; } }
    .impact-individual .impact-header .the-problem .the_problem__text {
      margin: 0;
      max-width: 445px;
      position: relative;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 30px;
      line-height: 1.875rem; }
      @media only screen and (min-width: 768px) {
        .impact-individual .impact-header .the-problem .the_problem__text {
          font-size: 20px;
          font-size: 1.25rem; } }
      @media only screen and (min-width: 992px) {
        .impact-individual .impact-header .the-problem .the_problem__text {
          font-size: 22px;
          font-size: 1.375rem; } }
    .impact-individual .impact-header .the-outcome .the_outcome__title {
      text-align: center;
      color: #ff4a2b;
      margin-bottom: 30px;
      font-size: 30px;
      font-size: 1.875rem; }
      @media only screen and (min-width: 768px) {
        .impact-individual .impact-header .the-outcome .the_outcome__title {
          font-size: 35px;
          font-size: 2.1875rem; } }
      @media only screen and (min-width: 992px) {
        .impact-individual .impact-header .the-outcome .the_outcome__title {
          font-size: 40px;
          font-size: 2.5rem; } }
    .impact-individual .impact-header .the-outcome .the_outcome__text {
      margin: 0;
      max-width: 505px;
      float: right;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 30px;
      line-height: 1.875rem; }
      @media only screen and (min-width: 768px) {
        .impact-individual .impact-header .the-outcome .the_outcome__text {
          font-size: 20px;
          font-size: 1.25rem; } }
      @media only screen and (min-width: 992px) {
        .impact-individual .impact-header .the-outcome .the_outcome__text {
          font-size: 22px;
          font-size: 1.375rem; } }

.related-stories__title {
  text-align: center;
  color: #fff;
  background: #41414b;
  padding: 25px 15px 50px 15px;
  margin-bottom: 70px;
  font-size: 45px;
  font-size: 2.8125rem; }
  @media only screen and (min-width: 768px) {
    .related-stories__title {
      font-size: 50px;
      font-size: 3.125rem; } }
  @media only screen and (min-width: 992px) {
    .related-stories__title {
      font-size: 54px;
      font-size: 3.375rem; } }

.impact-main {
  position: relative;
  padding: 20px 0 85px 0; }
  .impact-main:after {
    content: '';
    background: url(../img/line-right.jpg) repeat;
    width: calc(50% - 20px);
    height: 25px;
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    background: #41414b; }
  .impact-main:before {
    content: '';
    background: url(../img/line-left.jpg) repeat;
    width: calc(50% - 20px);
    height: 25px;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 999;
    background: #41414b; }
  .impact-main .impact-main__overlay:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #41414b;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 20px; }
  .impact-main .impact-main__overlay::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #41414b;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -20px; }
  .impact-main .impact-main__overlay .impact-main__item h2 {
    color: #ff4a2b;
    margin-bottom: 30px;
    padding-top: 10px;
    font-size: 30px;
    font-size: 1.875rem; }
    @media only screen and (min-width: 768px) {
      .impact-main .impact-main__overlay .impact-main__item h2 {
        font-size: 35px;
        font-size: 2.1875rem; } }
    @media only screen and (min-width: 992px) {
      .impact-main .impact-main__overlay .impact-main__item h2 {
        font-size: 40px;
        font-size: 2.5rem; } }
  .impact-main .impact-main__overlay .impact-main__item p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem; }
    @media only screen and (min-width: 768px) {
      .impact-main .impact-main__overlay .impact-main__item p {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media only screen and (min-width: 992px) {
      .impact-main .impact-main__overlay .impact-main__item p {
        font-size: 20px;
        font-size: 1.25rem; } }
  .impact-main .impact-main__overlay .impact-main__item ul, .impact-main .impact-main__overlay .impact-main__item ol {
    padding-left: 0px;
    list-style-type: none !important;
    line-height: 2;
    margin: 15px 0;
    font-size: 16px;
    font-size: 1rem; }
    @media only screen and (min-width: 768px) {
      .impact-main .impact-main__overlay .impact-main__item ul, .impact-main .impact-main__overlay .impact-main__item ol {
        padding-left: 45px;
        margin: 25px 0;
        font-size: 18px;
        font-size: 1.125rem; } }
    @media only screen and (min-width: 992px) {
      .impact-main .impact-main__overlay .impact-main__item ul, .impact-main .impact-main__overlay .impact-main__item ol {
        font-size: 20px;
        font-size: 1.25rem; } }
  .impact-main .impact-main__overlay .impact-main__item li:before {
    font-family: "FontAwesome";
    content: "\f0c8";
    color: #ff4a2b;
    margin-right: 10px;
    font-size: 13px;
    font-size: 0.8125rem; }
  .impact-main .impact-main__attachments {
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .impact-main .impact-main__attachments {
        margin: 80px 0 70px 0; } }
    .impact-main .impact-main__attachments .file i {
      margin-right: 20px; }
    .impact-main .impact-main__attachments .file a {
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      background: #303e4f;
      padding: 25px 0;
      display: block; }
    .impact-main .impact-main__attachments .author-info {
      text-align: center;
      margin: 25px 0; }
      .impact-main .impact-main__attachments .author-info .name-date {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        margin-left: 15px; }
      .impact-main .impact-main__attachments .author-info .author-icon img {
        height: 42px;
        width: 42px;
        border-radius: 50%; }
    .impact-main .impact-main__attachments .image {
      background: #f6f5f3;
      text-align: center;
      padding: 33px 0px; }
      .impact-main .impact-main__attachments .image .image__inner {
        width: 166px;
        margin: 0 auto; }
        .impact-main .impact-main__attachments .image .image__inner span {
          color: #fff;
          text-transform: uppercase;
          position: absolute;
          max-width: 60px;
          text-align: left;
          padding: 20px;
          font-size: 14px;
          font-size: 0.875rem;
          font-family: "Arial", sans-serif; }
    .impact-main .impact-main__attachments .related-service {
      margin-top: 40px; }
      @media only screen and (min-width: 768px) {
        .impact-main .impact-main__attachments .related-service {
          margin-top: 145px; } }
      .impact-main .impact-main__attachments .related-service .service-item .wrapper {
        background: #f6f5f3;
        text-align: center;
        padding: 45px 0 35px 0; }
      .impact-main .impact-main__attachments .related-service .service-item .entry-title {
        text-align: center;
        margin-top: 25px; }
        .impact-main .impact-main__attachments .related-service .service-item .entry-title a {
          font-size: 20px;
          font-size: 1.25rem;
          color: #000; }
          @media only screen and (min-width: 768px) {
            .impact-main .impact-main__attachments .related-service .service-item .entry-title a {
              font-size: 22px;
              font-size: 1.375rem; } }
          @media only screen and (min-width: 992px) {
            .impact-main .impact-main__attachments .related-service .service-item .entry-title a {
              font-size: 24px;
              font-size: 1.5rem; } }
      .impact-main .impact-main__attachments .related-service .service-item .learn-more {
        text-align: center; }
        .impact-main .impact-main__attachments .related-service .service-item .learn-more a {
          font-size: 18px;
          font-size: 1.125rem;
          padding: 25px 0;
          display: block;
          background: #f7482a;
          text-transform: uppercase;
          color: #fff; }
          .impact-main .impact-main__attachments .related-service .service-item .learn-more a i {
            font-size: 25px;
            font-size: 1.5625rem;
            margin-left: 10px;
            vertical-align: bottom; }

.tags {
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .tags {
      margin-top: 0px; } }
  .tags a {
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
    margin: 0 10px 0 0;
    display: inline-block;
    text-decoration: none !important; }
    @media only screen and (min-width: 768px) {
      .tags a {
        font-size: 17px;
        font-size: 1.0625rem; } }
    @media only screen and (min-width: 992px) {
      .tags a {
        font-size: 18px;
        font-size: 1.125rem; } }
  .tags h5 {
    display: inline-flex;
    align-items: center;
    color: #ff4a2b; }
  .tags .topics__table {
    margin-bottom: 20px; }
    .tags .topics__table i {
      transform: scale(-1, 1);
      margin-right: 10px;
      color: #666; }
    .tags .topics__table td:last-child {
      padding-left: 40px;
      line-height: 48px;
      line-height: 3rem; }
  .tags .regions__table i {
    margin-right: 10px;
    color: #666; }
  .tags .regions__table td:last-child {
    padding-left: 10px;
    line-height: 48px;
    line-height: 3rem; }

.line:after {
  content: '';
  background: url(../img/line-right.jpg) repeat;
  width: calc(50% - 20px);
  height: 25px;
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 999;
  background: #41414b; }
.line:before {
  content: '';
  background: url(../img/line-left.jpg) repeat;
  width: calc(50% - 20px);
  height: 25px;
  bottom: 0;
  position: absolute;
  left: 0;
  z-index: 999;
  background: #41414b; }

.annual-reports {
  background: #f6f5f3;
  padding: 30px 0 25px 0; }
  @media only screen and (min-width: 768px) {
    .annual-reports {
      padding: 60px 0 50px 0; } }
  .annual-reports .report-item {
    margin-bottom: 75px; }
    .annual-reports .report-item:nth-child(odd) {
      padding-right: 15px; }
      @media only screen and (min-width: 992px) {
        .annual-reports .report-item:nth-child(odd) {
          padding-right: 25px; } }
      @media only screen and (min-width: 1200px) {
        .annual-reports .report-item:nth-child(odd) {
          padding-right: 65px; } }
    .annual-reports .report-item:nth-child(even) {
      padding-left: 15px;
      border: none; }
      @media only screen and (min-width: 992px) {
        .annual-reports .report-item:nth-child(even) {
          padding-left: 25px;
          border-left: 1px solid #e6e5e4; } }
      @media only screen and (min-width: 1200px) {
        .annual-reports .report-item:nth-child(even) {
          padding-left: 65px; } }
    .annual-reports .report-item .image {
      margin-left: 0px; }
      @media only screen and (min-width: 576px) {
        .annual-reports .report-item .image {
          margin-left: 20px; } }
      @media only screen and (min-width: 1200px) {
        .annual-reports .report-item .image {
          margin-left: 40px; } }
    .annual-reports .report-item .report h3 {
      font-family: "Arial", sans-serif;
      font-size: 16px;
      font-size: 1rem;
      color: #fff;
      text-transform: uppercase;
      position: absolute;
      top: 20px;
      left: 25px; }
    .annual-reports .report-item .entry-title {
      text-align: center;
      font-size: 16px;
      font-size: 1rem;
      font-family: "Nunito", sans-serif;
      line-height: 22px;
      line-height: 1.375rem;
      color: #000;
      margin-bottom: 20px;
      margin-top: 20px; }
      @media only screen and (min-width: 576px) {
        .annual-reports .report-item .entry-title {
          text-align: left;
          margin-top: 0;
          margin-bottom: 70px; } }
      @media only screen and (min-width: 768px) {
        .annual-reports .report-item .entry-title {
          font-size: 17px;
          font-size: 1.0625rem; } }
      @media only screen and (min-width: 992px) {
        .annual-reports .report-item .entry-title {
          font-size: 18px;
          font-size: 1.125rem; } }
    .annual-reports .report-item .entry-content {
      margin-top: 20px; }
      .annual-reports .report-item .entry-content a {
        text-decoration: none; }
    .annual-reports .report-item .name-date {
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px;
      font-family: "Arial", sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      text-align: left; }
    .annual-reports .report-item .file {
      text-align: center;
      margin-top: 10px;
      width: 218px;
      margin: 10px auto 0 auto; }
      @media only screen and (min-width: 768px) {
        .annual-reports .report-item .file {
          width: 174px;
          margin: 10px 0 0 0; } }
      .annual-reports .report-item .file a {
        color: #fff;
        text-transform: uppercase;
        padding: 20px 0;
        background: #303e4f;
        display: block; }
        .annual-reports .report-item .file a i {
          margin-right: 10px;
          transform: rotate(90deg); }
    .annual-reports .report-item .author-icon img {
      height: 54px;
      width: 54px;
      border-radius: 50%; }
    .annual-reports .report-item .author-info {
      text-align: center; }
      @media only screen and (min-width: 576px) {
        .annual-reports .report-item .author-info {
          text-align: left; } }

.page-template-template-annual-reports .report {
  background: url(../img/annual-report.png) no-repeat;
  height: 255px;
  width: 220px;
  background-position: center center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; }

.blog .pagination-nav-container {
  margin: 50px 0; }

.paged .blog-item:nth-child(2) {
  width: 100%;
  padding: 0 !important;
  margin-top: 0; }
  @media only screen and (min-width: 768px) {
    .paged .blog-item:nth-child(2) {
      width: 49.59%;
      padding-right: 15px;
      padding-left: 0 !important; } }
  @media only screen and (min-width: 992px) {
    .paged .blog-item:nth-child(2) {
      width: 33% !important; } }
.paged .blog-item:nth-child(3) {
  margin-top: 0;
  padding-left: 15px;
  padding-right: 0px !important; }
  @media only screen and (min-width: 992px) {
    .paged .blog-item:nth-child(3) {
      padding-left: 0 !important;
      padding-right: 15px !important; } }
.paged .blog-item:nth-child(even) {
  padding: 0 !important; }
  @media only screen and (min-width: 768px) {
    .paged .blog-item:nth-child(even) {
      padding-right: 15px !important;
      padding-left: 0px !important; } }
.paged .blog-item:nth-child(odd) {
  padding: 0 !important; }
  @media only screen and (min-width: 768px) {
    .paged .blog-item:nth-child(odd) {
      padding-right: 0px !important;
      padding-left: 15px !important; } }
  @media only screen and (min-width: 992px) {
    .paged .blog-item:nth-child(odd) {
      padding-right: 15px !important;
      padding-left: 0px !important; } }
.paged .blog-item:nth-child(7) {
  padding-right: 0px !important; }
  @media only screen and (min-width: 992px) {
    .paged .blog-item:nth-child(7) {
      padding-right: 15px !important; } }

.featured-reports {
  padding: 50px 0 65px 0;
  background: url(../img/features-resources.png) no-repeat;
  background-position: center center;
  background-size: auto;
  background-color: #f6f5f3; }
  @media only screen and (min-width: 768px) {
    .featured-reports {
      padding: 100px 0 130px 0; } }
  .featured-reports .report {
    background: url(../img/resource-home.png) no-repeat;
    height: 100%;
    width: 100%;
    background-position: center center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
  .featured-reports .dataset {
    background: url(../img/resource-home.png) no-repeat;
    height: 100%;
    width: 100%;
    background-position: center center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
  .featured-reports .case-study {
    background: url(../img/resource-home.png) no-repeat;
    height: 100%;
    width: 100%;
    background-position: center center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
  .featured-reports .featured-item {
    font-family: "Arial", sans-serif;
    margin-bottom: 60px; }
    .featured-reports .featured-item:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 992px) {
      .featured-reports .featured-item {
        margin-bottom: 0; } }
    .featured-reports .featured-item:nth-child(odd) {
      padding-right: 15px; }
      @media only screen and (min-width: 992px) {
        .featured-reports .featured-item:nth-child(odd) {
          padding-right: 25px; } }
      @media only screen and (min-width: 1200px) {
        .featured-reports .featured-item:nth-child(odd) {
          padding-right: 65px; } }
    .featured-reports .featured-item:nth-child(even) {
      padding-left: 15px;
      border: none; }
      @media only screen and (min-width: 992px) {
        .featured-reports .featured-item:nth-child(even) {
          padding-left: 25px;
          border-left: 1px solid #000; } }
      @media only screen and (min-width: 1200px) {
        .featured-reports .featured-item:nth-child(even) {
          padding-left: 65px; } }
    .featured-reports .featured-item .image {
      width: 218px;
      height: 253px;
      margin: 0 auto; }
      @media only screen and (min-width: 576px) {
        .featured-reports .featured-item .image {
          margin-left: 10px; } }
      @media only screen and (min-width: 768px) {
        .featured-reports .featured-item .image {
          margin-left: 20px; } }
      @media only screen and (min-width: 1200px) {
        .featured-reports .featured-item .image {
          margin-left: 45px; } }
      .featured-reports .featured-item .image h3 {
        font-size: 18px;
        font-size: 1.125rem;
        color: #fff;
        text-transform: uppercase;
        position: absolute;
        top: 20px;
        left: 25px; }
    .featured-reports .featured-item .entry-content {
      text-align: center;
      margin-top: 20px; }
      @media only screen and (min-width: 576px) {
        .featured-reports .featured-item .entry-content {
          text-align: left; } }
      .featured-reports .featured-item .entry-content a {
        text-decoration: none; }
      .featured-reports .featured-item .entry-content .author-info {
        margin-top: 20px; }
        @media only screen and (min-width: 768px) {
          .featured-reports .featured-item .entry-content .author-info {
            margin-top: 65px; } }
        .featured-reports .featured-item .entry-content .author-info .author-icon {
          display: inline-block; }
          .featured-reports .featured-item .entry-content .author-info .author-icon img {
            width: 54px;
            height: 54px;
            border-radius: 50%; }
        .featured-reports .featured-item .entry-content .author-info .name-date {
          display: inline-block;
          vertical-align: middle;
          margin-left: 10px;
          font-size: 14px;
          font-size: 0.875rem;
          text-align: left; }
      .featured-reports .featured-item .entry-content .entry-title {
        font-size: 18px;
        font-size: 1.125rem;
        color: black;
        letter-spacing: 0; }

.page-id-9 #resorces-grid .container {
  padding: 0 !important; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%; }

.impact_testimonial {
  background: #fbfbfa;
  padding: 15px 20px;
  border-left: 7px solid #f3f3f2;
  margin: 30px 0; }
  @media only screen and (min-width: 768px) {
    .impact_testimonial {
      padding: 25px 30px; } }
  .impact_testimonial .impact_testimonial__text {
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    margin-bottom: 25px; }
  .impact_testimonial .impact_testimonial__icon img {
    width: 55px;
    height: 54px;
    border-radius: 50%;
    margin-right: 20px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */ }
  .impact_testimonial .impact_testimonial__info {
    font-weight: 600;
    font-style: normal;
    display: inline-block;
    vertical-align: middle; }
    .impact_testimonial .impact_testimonial__info p {
      margin: 0;
      font-size: 18px;
      font-size: 1.125rem; }
    .impact_testimonial .impact_testimonial__info span {
      color: #ee4527;
      font-size: 18px;
      font-size: 1.125rem;
      margin-right: 5px; }

.no-results .not-found {
  padding: 0 15px; }

.page .entry-content a {
  color: #5593a4;
  text-decoration: underline; }
  .page .entry-content a:hover {
    text-decoration: none; }
  .page .entry-content a:visited {
    color: #000; }
.page .entry-content p, .page .entry-content ul, .page .entry-content ol, .page .entry-content i, .page .entry-content li, .page .entry-content dl {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem; }
  @media only screen and (min-width: 768px) {
    .page .entry-content p, .page .entry-content ul, .page .entry-content ol, .page .entry-content i, .page .entry-content li, .page .entry-content dl {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media only screen and (min-width: 992px) {
    .page .entry-content p, .page .entry-content ul, .page .entry-content ol, .page .entry-content i, .page .entry-content li, .page .entry-content dl {
      font-size: 20px;
      font-size: 1.25rem; } }
.page .entry-content ul, .page .entry-content ol, .page .entry-content dl {
  padding-left: 0px;
  list-style-type: none !important;
  margin: 15px 0; }
  @media only screen and (min-width: 768px) {
    .page .entry-content ul, .page .entry-content ol, .page .entry-content dl {
      padding-left: 45px;
      margin: 25px 0; } }
.page .entry-content li {
  line-height: 32px;
  line-height: 2rem; }
.page .entry-content li:before {
  font-family: "FontAwesome";
  content: "\f0c8";
  color: #ff4a2b;
  margin-right: 10px;
  font-size: 13px;
  font-size: 0.8125rem; }
.page .entry-content strong, .page .entry-content b {
  font-weight: 600; }
.page .entry-content table {
  margin: 25px 0;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  overflow: hidden;
  border-collapse: collapse;
  padding: 0;
  table-layout: fixed; }
  @media only screen and (min-width: 768px) {
    .page .entry-content table {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media only screen and (min-width: 768px) {
    .page .entry-content table {
      font-size: 20px;
      font-size: 1.25rem; } }
  .page .entry-content table td, .page .entry-content table th {
    padding: 10px; }
  .page .entry-content table th {
    background: #d4d4d4; }
  .page .entry-content table tr:nth-child(even) {
    background: #f0f0f0; }
.page .entry-content img {
  height: auto; }
.page .entry-content textarea {
  color: #bbbbbe;
  padding: 10px;
  max-height: 300px;
  min-height: 50px;
  max-width: 100%; }
  .page .entry-content textarea:focus {
    outline: none !important;
    box-shadow: 0 0 10px #000;
    max-width: 100%; }
.page .entry-content input {
  color: #bbbbbe;
  padding: 10px 15px; }
.page .entry-content select {
  font-family: "Lato", sans-serif;
  background: #fff url("../img/filter_arrow.png") no-repeat;
  background-size: 10px;
  background-position: right 10px center;
  outline: none;
  border: 1px solid #c4c4c4;
  padding: 0 15px 0 20px; }
.page .entry-content select::-ms-expand {
  display: none; }

.financial-disclosures tr {
  background: #fff !important; }

.form-title h3 {
  margin-bottom: 25px; }

.contact-info h3 {
  margin-bottom: 25px; }

.contacts-form .form-group {
  width: 100%;
  margin: 0; }
  .contacts-form .form-group input, .contacts-form .form-group textarea {
    width: 100%;
    padding: 0 0.8rem;
    width: 100%;
    border-radius: 0.3rem;
    box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0, 0, 0, 0.08) inset;
    transition: all 0.3s;
    line-height: 2.8rem;
    height: 2.8rem;
    border: none;
    outline: 0;
    background-color: #edf0f2;
    color: #000; }
  .contacts-form .form-group input:focus, .contacts-form .form-group textarea:focus, .contacts-form .form-group select:focus {
    box-shadow: 0 0 0 2px #e14d43; }
  .contacts-form .form-group textarea {
    min-height: 100px; }
.contacts-form .subscribe-button {
  margin-top: 20px;
  text-align: right; }
  .contacts-form .subscribe-button button {
    color: #e14d43 !important;
    border: 2px solid #e14d43;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 2.8;
    padding: 0 1.8em;
    border-radius: 0.3em;
    letter-spacing: 0em;
    box-shadow: 0 0em 0em rgba(0, 0, 0, 0.18);
    display: inline-block;
    vertical-align: top;
    text-align: center;
    white-space: nowrap;
    position: relative;
    background: none;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .contacts-form .subscribe-button button:hover {
      background: #e14d43;
      color: #fff !important; }
  .contacts-form .subscribe-button .ajax-loader {
    float: left; }

.project-loop {
  margin-top: 25px; }
  .project-loop .container {
    padding: 0; }
  .project-loop .list-projects .project_item {
    margin-bottom: 50px; }
    .project-loop .list-projects .project_item .image img {
      width: 100%;
      height: auto; }
    .project-loop .list-projects .project_item .entry-main {
      padding: 25px 32px;
      overflow: hidden;
      background: #f6f5f3; }
      .project-loop .list-projects .project_item .entry-main .entry-title {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 24px;
        line-height: 1.5rem;
        text-align: center;
        margin: 0; }
        @media only screen and (min-width: 768px) {
          .project-loop .list-projects .project_item .entry-main .entry-title {
            font-size: 22px;
            font-size: 1.375rem; } }
        @media only screen and (min-width: 992px) {
          .project-loop .list-projects .project_item .entry-main .entry-title {
            font-size: 24px;
            font-size: 1.5rem; } }
        .project-loop .list-projects .project_item .entry-main .entry-title a {
          color: #000;
          text-decoration: none; }
          .project-loop .list-projects .project_item .entry-main .entry-title a:hover {
            text-decoration: none; }
        .project-loop .list-projects .project_item .entry-main .entry-title:before {
          font-family: "FontAwesome";
          content: "\f107";
          display: block;
          font-weight: bold;
          text-align: center;
          font-size: 40px;
          font-size: 2.5rem;
          color: #7b7a79;
          margin-bottom: 15px; }
      .project-loop .list-projects .project_item .entry-main .entry-content {
        padding: 10px 20px 55px 20px; }
        .project-loop .list-projects .project_item .entry-main .entry-content p {
          color: #000;
          text-align: center;
          font-size: 20px;
          font-size: 1.25rem; }

.project-individual {
  margin-bottom: 50px; }
  .project-individual .project-main {
    position: relative;
    padding: 25px 0 50px 0; }
    .project-individual .project-main:after {
      content: '';
      background: url(../img/line-right.jpg) repeat;
      width: calc(50% - 20px);
      height: 25px;
      bottom: 0;
      position: absolute;
      right: 0;
      z-index: 999;
      background: #41414b; }
    .project-individual .project-main:before {
      content: '';
      background: url(../img/line-left.jpg) repeat;
      width: calc(50% - 20px);
      height: 25px;
      bottom: 0;
      position: absolute;
      left: 0;
      z-index: 999;
      background: #41414b; }
    .project-individual .project-main .project-main__overlay:after {
      content: '';
      width: 0;
      height: 0;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-bottom: 25px solid #41414b;
      position: absolute;
      bottom: 0;
      z-index: 9999;
      left: 50%;
      transform: translateX(-50%);
      margin-left: 20px; }
    .project-individual .project-main .project-main__overlay::before {
      content: '';
      width: 0;
      height: 0;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-bottom: 25px solid #41414b;
      position: absolute;
      bottom: 0;
      z-index: 9999;
      left: 50%;
      transform: translateX(-50%);
      margin-left: -20px; }
    .project-individual .project-main .project-main__item h2 {
      font-size: 30px;
      font-size: 1.875rem;
      margin-bottom: 30px;
      color: #ff4a2b; }
      @media only screen and (min-width: 768px) {
        .project-individual .project-main .project-main__item h2 {
          font-size: 35px;
          font-size: 2.1875rem; } }
      @media only screen and (min-width: 992px) {
        .project-individual .project-main .project-main__item h2 {
          font-size: 40px;
          font-size: 2.5rem; } }
    .project-individual .project-main .project-main__item p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 30px;
      line-height: 1.875rem; }
      @media only screen and (min-width: 768px) {
        .project-individual .project-main .project-main__item p {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media only screen and (min-width: 992px) {
        .project-individual .project-main .project-main__item p {
          font-size: 20px;
          font-size: 1.25rem; } }
    .project-individual .project-main .project-main__item ul, .project-individual .project-main .project-main__item ol {
      font-size: 16px;
      font-size: 1rem;
      padding-left: 0px;
      list-style-type: none !important;
      line-height: 32px;
      line-height: 2rem;
      margin: 15px 0; }
      @media only screen and (min-width: 768px) {
        .project-individual .project-main .project-main__item ul, .project-individual .project-main .project-main__item ol {
          padding-left: 45px;
          margin: 25px 0;
          font-size: 18px;
          font-size: 1.125rem; } }
      @media only screen and (min-width: 992px) {
        .project-individual .project-main .project-main__item ul, .project-individual .project-main .project-main__item ol {
          font-size: 20px;
          font-size: 1.25rem; } }
    .project-individual .project-main .project-main__item li:before {
      font-family: "FontAwesome";
      content: "\f0c8";
      color: #ff4a2b;
      margin-right: 10px;
      font-size: 13px;
      font-size: 0.8125rem; }

.project-header {
  background: #f6f5f3;
  position: relative;
  padding: 30px 0 80px 0; }
  .project-header a {
    color: #000;
    text-decoration: underline; }
    .project-header a:hover {
      text-decoration: none; }
  .project-header ul, .project-header ol, .project-header li, .project-header dl {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem; }
    @media only screen and (min-width: 768px) {
      .project-header ul, .project-header ol, .project-header li, .project-header dl {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media only screen and (min-width: 992px) {
      .project-header ul, .project-header ol, .project-header li, .project-header dl {
        font-size: 22px;
        font-size: 1.375rem; } }
  .project-header ul, .project-header ol, .project-header dl {
    padding-left: 0px;
    list-style-type: none !important;
    margin: 15px 0; }
    @media only screen and (min-width: 768px) {
      .project-header ul, .project-header ol, .project-header dl {
        padding-left: 45px;
        margin: 25px 0; } }
  .project-header li {
    line-height: 32px;
    line-height: 2rem; }
  .project-header li:before {
    font-family: "FontAwesome";
    content: "\f0c8";
    color: #ff4a2b;
    margin-right: 10px;
    font-size: 13px;
    font-size: 0.8125rem; }
  .project-header:after {
    content: '';
    background: url(../img/line-right.jpg) repeat;
    width: calc(50% - 20px);
    height: 25px;
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    background: #fff; }
  .project-header:before {
    content: '';
    background: url(../img/line-left.jpg) repeat;
    width: calc(50% - 20px);
    height: 25px;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 999;
    background: #fff; }
  .project-header .project-header__overlay:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #fff;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 20px; }
  .project-header .project-header__overlay::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #fff;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -20px; }
  .project-header .row-programme {
    margin: 0 -15px; }
    @media only screen and (min-width: 768px) {
      .project-header .row-programme {
        margin: 0 -25px; } }
    @media only screen and (min-width: 992px) {
      .project-header .row-programme {
        margin: 0 -35px; } }
    @media only screen and (min-width: 1200px) {
      .project-header .row-programme {
        margin: 0 -50px; } }
    .project-header .row-programme .col-md-12,
    .project-header .row-programme .col-md-6 {
      padding: 0 15px; }
      @media only screen and (min-width: 768px) {
        .project-header .row-programme .col-md-12,
        .project-header .row-programme .col-md-6 {
          padding: 0 25px; } }
      @media only screen and (min-width: 992px) {
        .project-header .row-programme .col-md-12,
        .project-header .row-programme .col-md-6 {
          padding: 0 35px; } }
      @media only screen and (min-width: 1200px) {
        .project-header .row-programme .col-md-12,
        .project-header .row-programme .col-md-6 {
          padding: 0 50px; } }
  @media only screen and (min-width: 768px) {
    .project-header .focus-research:after {
      content: '';
      height: 80%;
      width: 2px;
      display: block;
      position: absolute;
      top: 20%;
      right: 0px;
      background: #dddcda; } }
  .project-header .focus-research .focus-research__title {
    text-align: center;
    font-size: 30px;
    font-size: 1.875rem;
    color: #ff4a2b;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .project-header .focus-research .focus-research__title {
        font-size: 35px;
        font-size: 2.1875rem; } }
    @media only screen and (min-width: 992px) {
      .project-header .focus-research .focus-research__title {
        font-size: 40px;
        font-size: 2.5rem; } }
  .project-header .focus-research p {
    margin: 0 0 20px;
    line-height: 30px;
    line-height: 1.875rem;
    position: relative;
    font-size: 18px;
    font-size: 1.125rem; }
    @media only screen and (min-width: 768px) {
      .project-header .focus-research p {
        font-size: 20px;
        font-size: 1.25rem;
        margin: 0; } }
    @media only screen and (min-width: 992px) {
      .project-header .focus-research p {
        font-size: 22px;
        font-size: 1.375rem; } }
  .project-header .rationale .rationale__title {
    text-align: center;
    font-size: 30px;
    font-size: 1.875rem;
    color: #ff4a2b;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .project-header .rationale .rationale__title {
        font-size: 35px;
        font-size: 2.1875rem; } }
    @media only screen and (min-width: 992px) {
      .project-header .rationale .rationale__title {
        font-size: 40px;
        font-size: 2.5rem; } }
  .project-header .rationale p {
    margin: 0 0 20px;
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 18px;
    font-size: 1.125rem; }
    @media only screen and (min-width: 768px) {
      .project-header .rationale p {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media only screen and (min-width: 992px) {
      .project-header .rationale p {
        font-size: 22px;
        font-size: 1.375rem; } }
  .project-header .the-programme {
    margin-bottom: 20px; }
    .project-header .the-programme .the-programme__title {
      text-align: center;
      font-size: 30px;
      font-size: 1.875rem;
      color: #ff4a2b;
      margin-bottom: 30px; }
      @media only screen and (min-width: 768px) {
        .project-header .the-programme .the-programme__title {
          font-size: 35px;
          font-size: 2.1875rem; } }
      @media only screen and (min-width: 992px) {
        .project-header .the-programme .the-programme__title {
          font-size: 40px;
          font-size: 2.5rem; } }
    .project-header .the-programme p {
      line-height: 30px;
      line-height: 1.875rem;
      text-align: center;
      font-size: 18px;
      font-size: 1.125rem; }
      @media only screen and (min-width: 768px) {
        .project-header .the-programme p {
          font-size: 20px;
          font-size: 1.25rem; } }
      @media only screen and (min-width: 992px) {
        .project-header .the-programme p {
          font-size: 22px;
          font-size: 1.375rem; } }

.postid-923 .related-stories {
  display: none; }
.postid-923 .theme-individual .theme-main:after {
  background: #386e88; }
.postid-923 .theme-individual .theme-main:before {
  background: #386e88; }
.postid-923 .theme-individual .theme-main .theme-main__overlay:after {
  border-bottom: 25px solid #386e88; }
.postid-923 .theme-individual .theme-main .theme-main__overlay:before {
  border-bottom: 25px solid #386e88; }

.impact-individual .related-stories {
  position: relative;
  padding-bottom: 50px;
  /*&:after {
    content: '';
    background: url(../img/line-right.jpg) repeat;
    width: calc(50% - 20px);
    height: 25px;
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    background: #41414b;
  }
  &:before {
    content: '';
    background: url(../img/line-left.jpg) repeat;
    width: calc(50% - 20px);
    height: 25px;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 999;
    background: #41414b;
  }*/ }
  .impact-individual .related-stories .related-stories__title {
    text-align: center;
    color: #fff;
    background: #41414b;
    padding: 25px 15px 50px 15px;
    margin-bottom: 70px;
    font-size: 45px;
    font-size: 2.8125rem; }
    @media only screen and (min-width: 768px) {
      .impact-individual .related-stories .related-stories__title {
        font-size: 50px;
        font-size: 3.125rem; } }
    @media only screen and (min-width: 992px) {
      .impact-individual .related-stories .related-stories__title {
        font-size: 54px;
        font-size: 3.375rem; } }
  .impact-individual .related-stories .related-stories__overlay {
    /*&:after {
      content: '';
      width: 0;
      height: 0;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-bottom: 25px solid #41414b;
      position: absolute;
      bottom: 0;
      z-index: 9999;
      left: 50%;
      transform: translateX(-50%);
      margin-left: 20px;
    }
    &::before {
      content: '';
      width: 0;
      height: 0;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-bottom: 25px solid #41414b;
      position: absolute;
      bottom: 0;
      z-index: 9999;
      left: 50%;
      transform: translateX(-50%);
      margin-left: -20px;
    }*/ }

.related-projects .related-projects__title {
  text-align: center;
  color: #fff;
  background: #41414b;
  padding: 25px 15px 50px 15px;
  margin-bottom: 70px;
  font-size: 40px;
  font-size: 2.5rem; }
  @media only screen and (min-width: 768px) {
    .related-projects .related-projects__title {
      font-size: 45px;
      font-size: 2.8125rem; } }
  @media only screen and (min-width: 992px) {
    .related-projects .related-projects__title {
      font-size: 54px;
      font-size: 3.375rem; } }

.br-right {
  border: none; }
  @media only screen and (min-width: 768px) {
    .br-right {
      border-right: 1px solid #dddcda !important; } }

.error404 .error-404 {
  padding-bottom: 30px; }
  .error404 .error-404 .page-content p {
    font-size: 20px; }
  .error404 .error-404 .page-content a {
    text-decoration: underline;
    color: #5593a4; }
    .error404 .error-404 .page-content a:hover {
      text-decoration: none; }
    .error404 .error-404 .page-content a:visited {
      color: #000; }
  .error404 .error-404 .page-content form {
    max-width: 400px; }
    .error404 .error-404 .page-content form .form-button {
      background: transparent;
      color: red;
      float: right;
      outline: none !important;
      font-size: 17px;
      border: none;
      cursor: pointer;
      transform: rotateY(180deg);
      margin-top: 10px;
      width: 20%; }
    .error404 .error-404 .page-content form .form-input {
      height: 44px;
      float: left;
      font-size: 24px;
      padding: 10px 20px;
      border: none;
      width: 80%;
      background: #f1f1f1;
      border-radius: 3px;
      outline: none; }

#footer {
  background: #41414b;
  padding-top: 25px; }
  @media only screen and (min-width: 576px) {
    #footer {
      padding-top: 50px; } }
  #footer .widget_text h3 {
    color: #ee4528;
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "Lato", sans-serif;
    margin-bottom: 20px; }
  #footer .widget_text a {
    color: #fff; }
    #footer .widget_text a:hover {
      text-decoration: underline; }
  #footer .widget_text p, #footer .widget_text span {
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    margin: 0; }
  #footer .footer-part {
    margin-bottom: 20px; }
    @media only screen and (min-width: 992px) {
      #footer .footer-part {
        margin-bottom: 0; } }
  #footer .widget_social_icons h3 {
    color: #ee4528;
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "Lato", sans-serif;
    margin-bottom: 20px; }
  #footer .widget_social_icons .social-icons-lists li.social-icons-list-item {
    margin-left: -10px;
    margin-top: -10px; }
    #footer .widget_social_icons .social-icons-lists li.social-icons-list-item .socicon-twitter {
      transition: all 0.5s ease; }
      #footer .widget_social_icons .social-icons-lists li.social-icons-list-item .socicon-twitter:hover {
        color: #1da1f2 !important; }
    #footer .widget_social_icons .social-icons-lists li.social-icons-list-item .socicon-facebook {
      transition: all 0.5s ease; }
      #footer .widget_social_icons .social-icons-lists li.social-icons-list-item .socicon-facebook:hover {
        color: #4267b2 !important; }
    #footer .widget_social_icons .social-icons-lists li.social-icons-list-item .socicon-rss {
      transition: all 0.5s ease; }
      #footer .widget_social_icons .social-icons-lists li.social-icons-list-item .socicon-rss:hover {
        color: #f26522 !important; }
    #footer .widget_social_icons .social-icons-lists li.social-icons-list-item .socicon-linkedin {
      transition: all 0.5s ease; }
      #footer .widget_social_icons .social-icons-lists li.social-icons-list-item .socicon-linkedin:hover {
        color: #0077B5 !important; }
  #footer .widget_social_icons .socicon {
    color: #fff !important; }
  #footer .footer-bottom {
    padding: 40px 0 50px 0; }
    @media only screen and (min-width: 576px) {
      #footer .footer-bottom {
        padding: 85px 0 105px 0; } }
    #footer .footer-bottom .copyright {
      font-size: 15px;
      font-size: 0.9375rem;
      font-family: "Nunito", sans-serif;
      color: rgba(255, 255, 255, 0.478); }
      #footer .footer-bottom .copyright span:first-child {
        margin-right: 20px; }
      #footer .footer-bottom .copyright a {
        color: rgba(255, 255, 255, 0.478); }
        #footer .footer-bottom .copyright a:hover {
          border-bottom: 1px solid rgba(255, 255, 255, 0.478); }
    #footer .footer-bottom .privacy-cookies {
      font-size: 15px;
      font-size: 0.9375rem;
      font-family: "Arial", sans-serif;
      color: rgba(255, 255, 255, 0.478); }

#content-bottom .connect-section {
  background-size: contain;
  background-repeat: no-repeat !important;
  background-position: center center; }
  #content-bottom .connect-section h3 {
    font-size: 45px;
    font-size: 2.8125rem;
    text-align: center;
    color: #fff;
    margin-bottom: 45px; }
    @media only screen and (min-width: 768px) {
      #content-bottom .connect-section h3 {
        font-size: 50px;
        font-size: 3.125rem; } }
    @media only screen and (min-width: 992px) {
      #content-bottom .connect-section h3 {
        font-size: 54px;
        font-size: 3.375rem; } }
  #content-bottom .connect-section p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
    color: #fff;
    margin-bottom: 70px;
    font-family: "Nunito-regular", sans-serif; }
    @media only screen and (min-width: 768px) {
      #content-bottom .connect-section p {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 36px;
        line-height: 2.25rem; } }
    @media only screen and (min-width: 992px) {
      #content-bottom .connect-section p {
        font-size: 26px;
        font-size: 1.625rem; } }
  #content-bottom .connect-section a {
    padding: 20px 70px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.5s ease;
    font-family: "Lato", sans-serif; }
    #content-bottom .connect-section a:hover {
      text-decoration: none;
      background: #fff;
      color: #000; }
#content-bottom .email-section .email-teaser h3 {
  font-size: 45px;
  font-size: 2.8125rem;
  text-align: center;
  color: #fff;
  line-height: 45px;
  line-height: 2.8125rem;
  margin-bottom: 45px; }
  @media only screen and (min-width: 768px) {
    #content-bottom .email-section .email-teaser h3 {
      font-size: 50px;
      font-size: 3.125rem; } }
  @media only screen and (min-width: 992px) {
    #content-bottom .email-section .email-teaser h3 {
      font-size: 54px;
      font-size: 3.375rem; } }
#content-bottom .email-section .email-teaser p {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  margin-bottom: 40px;
  font-family: "Nunito-regular", sans-serif; }
#content-bottom .email-section .custom-html-widget label {
  display: none;
  margin: 0 !important; }
#content-bottom .email-section .custom-html-widget br {
  display: none; }
#content-bottom .email-section .custom-html-widget input {
  width: 250px;
  height: 45px;
  background: #5d5d66;
  border: none;
  border-radius: 2px;
  outline: none;
  padding: 10px 15px;
  color: #bbbbbe;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 auto;
  font-family: "Lato", sans-serif; }
  @media only screen and (min-width: 768px) {
    #content-bottom .email-section .custom-html-widget input {
      width: 210px; } }
#content-bottom .email-section .custom-html-widget input::placeholder {
  color: #bbbbbe; }
#content-bottom .email-section .custom-html-widget input::-ms-input-placeholder {
  color: #bbbbbe; }
#content-bottom .email-section .subscribe-button input {
  background: #d2442e;
  text-transform: uppercase;
  color: #fff;
  width: 125px;
  cursor: pointer;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-size: 0.875rem; }
  #content-bottom .email-section .subscribe-button input:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), -23px 0 20px -23px rgba(0, 0, 0, 0.8), 23px 0 20px -23px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
#content-bottom .email-section .form-row {
  border-bottom: 1px solid #808086;
  padding-bottom: 45px; }
  @media only screen and (min-width: 576px) {
    #content-bottom .email-section .form-row {
      padding-bottom: 90px; } }
#content-bottom .email-section div.wpcf7-mail-sent-ok {
  color: #fff;
  margin-top: -75px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    #content-bottom .email-section div.wpcf7-mail-sent-ok {
      margin-top: -100px; } }
#content-bottom .email-section .col-auto {
  padding: 0 10px; }

.wpcf7-validation-errors {
  display: none !important; }

span.wpcf7-not-valid-tip {
  text-align: center; }

.hero {
  position: relative; }
  .hero .hero-title h3 {
    color: #fff; }
  .hero .hero-title p {
    color: #fff; }

form .form-button {
  float: left;
  width: 20%;
  background: transparent;
  color: red;
  outline: none !important;
  font-size: 17px;
  border: none;
  cursor: pointer;
  transform: rotateY(180deg); }
form .form-input {
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: #f1f1f1;
  border-radius: 3px;
  outline: none; }
form:after {
  content: "";
  clear: both;
  display: table; }

.search-results #main, .search-no-results #main {
  padding: 0 15px; }

.search-no-results .no-results {
  padding-bottom: 30px; }
  .search-no-results .no-results .page-content p {
    font-size: 20px;
    margin-top: 20px; }
  .search-no-results .no-results .page-content a {
    text-decoration: underline;
    color: #5593a4; }
    .search-no-results .no-results .page-content a:hover {
      text-decoration: none; }
    .search-no-results .no-results .page-content a:visited {
      color: #000; }
  .search-no-results .no-results .page-content form {
    max-width: 400px; }
    .search-no-results .no-results .page-content form .form-button {
      background: transparent;
      color: red;
      float: right;
      outline: none !important;
      font-size: 17px;
      border: none;
      cursor: pointer;
      transform: rotateY(180deg);
      margin-top: 10px;
      width: 20%; }
    .search-no-results .no-results .page-content form .form-input {
      height: 44px;
      float: left;
      font-size: 24px;
      padding: 10px 20px;
      border: none;
      width: 80%;
      background: #f1f1f1;
      border-radius: 3px;
      outline: none; }

.map-wrapper {
  max-width: 803px;
  margin: 0 auto 30px; }
  .map-wrapper .map {
    width: 100%;
    padding-top: 55%;
    position: relative;
    z-index: 1; }
  .map-wrapper .map_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }

.map_mention {
  position: absolute;
  text-align: left;
  width: 4px;
  height: 4px;
  z-index: 100; }
  .map_mention:before, .map_mention:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    z-index: 100;
    transition: opacity .2s linear,transform .4s ease;
    opacity: 0;
    transform: translate3d(0, 5px, 0); }
  .map_mention:after {
    top: -2px;
    left: -8px;
    border-top: 10px solid #fff; }
  .map_mention:before {
    top: 1px;
    left: -8px;
    border-top: 10px solid #000; }
  .map_mention.map_mention-left .map_mention_box {
    transform: translate(-10%, -100%); }
  .map_mention.map_mention-left .map_mention_inner {
    transform-origin: 10% 100%; }
  .map_mention.map_mention-right .map_mention_box {
    transform: translate(-70%, -100%); }
  .map_mention.map_mention-right .map_mention_inner {
    transform-origin: 70% 100%; }
  .map_mention .map_mention_box {
    transition: opacity .2s linear;
    position: absolute;
    width: 250px;
    max-width: 71vw;
    top: 0;
    left: 0;
    z-index: 50;
    opacity: 0; }
    @media only screen and (min-width: 576px) {
      .map_mention .map_mention_box {
        width: 300px; } }
    @media only screen and (min-width: 768px) {
      .map_mention .map_mention_box {
        width: 400px; } }
  .map_mention .map_mention_inner {
    transition: transform 0.4s cubic-bezier(0.32, 0.385, 0.27, 1.265);
    position: relative;
    padding: 1.1em;
    background-color: #fff;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: 0 1px 10px 0 rgba(32, 32, 32, 0.25);
    transform: translate3d(0, 5px, 0) scale(0.75); }
    .map_mention .map_mention_inner .image {
      flex: 0 0 70px;
      max-width: 70px;
      padding-right: 10px; }
      @media only screen and (min-width: 768px) {
        .map_mention .map_mention_inner .image {
          flex: 0 0 95px;
          max-width: 95px;
          padding-right: 10px; } }
      @media only screen and (min-width: 992px) {
        .map_mention .map_mention_inner .image {
          flex: 0 0 110px;
          max-width: 110px;
          padding-right: 20px; } }
      .map_mention .map_mention_inner .image img {
        max-width: 100%;
        width: 100%; }
    .map_mention .map_mention_inner h3 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 20px;
      line-height: 1.25rem;
      margin: 0 0 15px;
      color: #000; }
      .map_mention .map_mention_inner h3 a {
        color: #ee4528;
        text-decoration: none; }
    .map_mention .map_mention_inner p {
      margin: 0;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 20px;
      line-height: 1.25rem;
      color: #000;
      font-family: Arial, sans-serif; }
  .map_mention .map_mention_pulse {
    color: #ff586f;
    transition: opacity .75s ease,transform 1s ease;
    font-size: 8px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    margin-left: -.5em;
    margin-top: .1em;
    border-radius: 50%;
    transform: scale(0);
    opacity: 0; }
    .map_mention .map_mention_pulse:before, .map_mention .map_mention_pulse:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1300%;
      height: 1300%;
      margin-left: -650%;
      margin-top: -650%;
      background-color: currentColor;
      opacity: .5;
      border-radius: 50%;
      transform: scale(0);
      animation-iteration-count: infinite;
      animation-duration: 2.5s;
      animation-easing-count: infinite;
      animation-timing-function: ease; }
    .map_mention .map_mention_pulse:after {
      animation-delay: 0.3s; }
  .map_mention.s-showMention {
    z-index: 200; }
    .map_mention.s-showMention:before {
      opacity: .1; }
    .map_mention.s-showMention:after {
      opacity: 1; }
    .map_mention.s-showMention:after, .map_mention.s-showMention:before {
      transition-delay: 1.5s;
      transform: translateZ(0); }
    .map_mention.s-showMention .map_mention_box {
      opacity: 1;
      transition-delay: 1.5s; }
    .map_mention.s-showMention .map_mention_inner {
      transform: translateZ(0) scale(1);
      transition-delay: 1.5s; }
    .map_mention.s-showMention .map_mention_pulse {
      transform: scale(1);
      opacity: 1; }
    .map_mention.s-showMention .map_mention_pulse:before, .map_mention.s-showMention .map_mention_pulse:after {
      animation-name: mapPulse; }

@keyframes mapPulse {
  0% {
    opacity: 1;
    transform: scale(0); }
  to {
    opacity: 0;
    transform: scale(1); } }
#content #main .search-item {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  padding: 15px 0; }
  #content #main .search-item h3 a {
    color: #f7482a; }
  #content #main .search-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #f7482a;
    position: absolute;
    top: 0;
    left: 0; }
  #content #main .search-item p {
    margin: 0; }

#main .search-form-container {
  max-width: 400px;
  margin: 0 0 20px; }
  #main .search-form-container .form-input {
    height: 44px;
    float: left;
    font-size: 24px;
    padding: 10px 20px; }
  #main .search-form-container .form-button {
    float: right;
    margin-top: 10px; }

.link-whole-area {
  position: absolute;
  z-index: 100;
  text-indent: -999em;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none !important; }

/*# sourceMappingURL=style.css.map */
