/*
Theme Name:		TruFound
Theme URI: 		http://kuantero.com/
Version: 		0.1.10
Description: 	Simple Wordpress Theme.
Author: 		Valentin Mezo
Author URI:		http://kuantero.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2014 Valentin Mezo <http://kuantero.com>  All Rights Reserved.

*/
/**
 *
 * @package Simple Framework
 */
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400&display=swap");
body {
  font-family: 'ProximaNova-Regular', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #5a5a5a;
  overflow-x: hidden; }

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("library/media/font/ProximaNova-Regular_gdi.eot");
  src: url("library/media/font/ProximaNova-Regular_gdi.eot?#iefix") format("embedded-opentype"), url("library/media/font/ProximaNova-Regular_gdi.woff") format("woff"), url("library/media/font/ProximaNova-Regular_gdi.ttf") format("truetype"), url("library/media/font/ProximaNova-Regular_gdi.otf") format("opentype"), url("library/media/font/ProximaNova-Regular_gdi.svg#ProximaNova-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0022-2666; }

@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("library/media/font/ProximaNova-Semibold_gdi.eot");
  src: url("library/media/font/ProximaNova-Semibold_gdi.eot?#iefix") format("embedded-opentype"), url("library/media/font/ProximaNova-Semibold_gdi.woff") format("woff"), url("library/media/font/ProximaNova-Semibold_gdi.ttf") format("truetype"), url("library/media/font/ProximaNova-Semibold_gdi.otf") format("opentype"), url("library/media/font/ProximaNova-Semibold_gdi.svg#ProximaNova-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0022-2666; }

@font-face {
  font-family: 'ProximaNova-Light';
  src: url("library/media/font/ProximaNova-Light_gdi.eot");
  src: url("library/media/font/ProximaNova-Light_gdi.eot?#iefix") format("embedded-opentype"), url("library/media/font/ProximaNova-Light_gdi.woff") format("woff"), url("library/media/font/ProximaNova-Light_gdi.ttf") format("truetype"), url("library/media/font/ProximaNova-Light_gdi.otf") format("opentype"), url("library/media/font/ProximaNova-Light_gdi.svg#ProximaNova-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0022-2666; }

@font-face {
  font-family: "ProximaNova-Bold";
  src: url("library/media/font/ProximaNovaBold/ProximaNovaBold.eot");
  src: url("library/media/font/ProximaNovaBold/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("library/media/font/ProximaNovaBold/ProximaNovaBold.woff") format("woff"), url("library/media/font/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* Links */
a {
  color: #2361a1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:hover {
  text-decoration: none; }

a.push-menu {
  height: 45px;
  padding: 0 15px;
  line-height: 45px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  display: none;
  background: #000; }

a.push-menu span {
  width: 0;
  height: 0;
  margin: 15px 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  float: right; }

a.push-menu.expanded span {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-top: 0; }

a.pdf {
  padding-left: 60px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 21px;
  border: 0;
  background: url(library/media/images/icon-pdf.png) no-repeat left center; }

a.pdf span {
  display: block;
  font-size: 13px;
  color: #717171;
  font-family: 'ProximaNova-Regular'; }

.entry-content a, .entry-content a:active, .entry-content a {
  color: #2361a1;
  text-decoration: none; }

.entry-content a:hover {
  text-decoration: none; }

.btn-default {
  border: 0;
  color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #D0D2D3; }

.openings {
  margin-bottom: 50px; }

.openings li {
  border-bottom: 1px solid #d6d6d6; }

.openings li:first-child {
  border-top: 1px solid #d6d6d6; }

.openings li a {
  padding: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #005288;
  font-size: 18px;
  font-family: 'ProximaNova-Semibold'; }

.openings li a:hover {
  color: #76BD1D;
  background: none; }

.openings li span {
  font-size: 14px;
  color: #5a5a5a;
  float: right;
  font-family: 'ProximaNova-Light'; }

/* Font Styles */
.serif {
  font-family: Georgia, "Times New Roman", Times, serif; }

.sans-serif {
  font-family: "lucida sans", Verdana, Arial, Helvetica, sans-serif; }

/* Vertical Rhythm  */
.entry-meta {
  margin-bottom: 10px; }

.category .entry-meta {
  margin-top: 15px; }

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol {
  margin-bottom: 20px; }

.sentry, .widget, .comment, .navigation-links {
  margin-bottom: 40px; }

.h1, .h2, .h3, h1, h2, h3 {
  color: #005288;
  font-family: 'ProximaNova-Light'; }

/* HEADER */
.top-nav .navbar {
  min-height: inherit;
  margin: 0;
  font-size: 14px;
  font-family: 'ProximaNova-Regular'; }

.top-nav .navbar .btn-donate {
  float: right;
  margin-left: 10px; }

.top-nav .navbar .btn-donate.loan {
  margin-left: 30px; }

.top-nav .navbar .btn-donate.loan a {
  background: #005288; }

.top-nav .navbar .btn-donate.loan a:hover {
  background: #76bd1d; }

.top-nav .navbar .btn-donate a {
  padding: 4px 35px;
  color: #fff;
  text-transform: none;
  background: #f0b310;
  margin-top: 6px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px; }

.top-nav .navbar .btn-donate a:hover {
  opacity: 0.8;
  color: #fff;
  background: #f0b310; }

.top-nav .navbar a {
  padding-top: 13px;
  padding-bottom: 13px;
  color: #979797;
  text-transform: uppercase; }

.top-nav .navbar .current-menu-item a,
.position .top-nav .navbar .menu-item-51 a {
  color: #76BD1D;
  font-family: 'ProximaNova-Semibold'; }

.top-nav .navbar a:hover {
  color: #76BD1D;
  background: none; }

.top-nav .navbar-form {
  margin-top: 6px;
  margin-bottom: 0; }

.top-nav .navbar-form .icon-search {
  background: none;
  display: inline; }

.top-nav .form-control {
  background: #e0e0e0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 5px;
  height: 29px; }

.top-nav .input-group {
  max-width: 180px; }

.top-nav .input-group-addon {
  padding-right: 0 !important;
  color: #fff;
  border: 0;
  padding: 0px 11px;
  font-size: 17px;
  background: #e0e0e0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.header {
  padding: 13px 0; }

.navbar-default {
  margin: 0;
  border: 0;
  border-top: 1px solid #ededed;
  border-bottom: 6px solid #76bd1d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  font-family: 'ProximaNova-Regular'; }

.navbar-default .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  height: auto; }

.navbar-default .navbar-nav {
  padding-top: 8px; }

.navbar-default .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #005288;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative; }

.navbar-default .navbar-nav > li > a:hover {
  color: #76bd1d; }

.navbar-default .navbar-nav > li.btn-donate > a {
  padding: 5px 22px;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  text-transform: none;
  background: #f0b310; }

.navbar-default .navbar-nav .dropdown-menu {
  padding: 0;
  left: 0;
  min-width: 240px; }

/* .navbar-default .navbar-nav .dropdown-menu:before { content: ''; position: absolute; top: -10px; left: 40px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #76BD1D;}*/
.navbar-default .navbar-nav .dropdown-menu li:first-child a {
  position: relative; }

.navbar-default .navbar-nav .dropdown-menu li:first-child a:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #76BD1D;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.navbar-default .navbar-nav .dropdown-menu li:first-child a:hover:before {
  border-bottom: 10px solid #F0B310; }

.navbar-default li .dropdown-menu {
  border: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  background: #76bd1d; }

.navbar-default li .dropdown-menu a {
  color: #fff;
  font-size: 16px;
  line-height: 35px; }

.navbar-default li .dropdown-menu li:first-child a {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px; }

.navbar-default li .dropdown-menu li:last-child a {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px; }

.navbar-default li .dropdown-menu a:hover {
  background: #f0b310; }

.navbar-default .caret {
  display: none; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav .current-menu-item a,
.navbar-default .navbar-nav .current-menu-parent a,
.navbar-default .navbar-nav .current-menu-ancestor a,
.navbar-default .navbar-nav .current-page-ancestor a,
.navbar-default .navbar-nav .current-category-ancestor a,
.navbar-default .navbar-nav .current-post-ancestor a,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #76BD1D;
  background: none; }

.navbar-default .navbar-nav > .active a:before,
.navbar-default .navbar-nav > .current-menu-parent a:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #76BD1D;
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -10px; }

.navbar-default .navbar-nav > .active li a:before,
.navbar-default .navbar-nav > .current-menu-parent li a:before,
.navbar-default .navbar-nav > .current-menu-item .dropdown-menu a:before {
  display: none; }

.navbar-default .navbar-nav .current-menu-item li a:before,
.navbar-default .navbar-nav .current-menu-item .dropdown-menu li:first-child a:before,
.navbar-default .navbar-nav .current-menu-parent .dropdown-menu li:first-child a:before {
  display: block; }

.navbar-default .navbar-nav .dropdown-menu li.current-menu-item:first-child a:before {
  display: block;
  border-bottom: 10px solid #F0B310; }

.navbar-default .navbar-nav .current-menu-item li a,
.navbar-default .navbar-nav .current-menu-parent li a,
.navbar-default .navbar-nav .current-menu-ancestor li a,
.navbar-default .navbar-nav .current-page-ancestor li a,
.navbar-default .navbar-nav .current-post-ancestor li a {
  color: #fff; }

.navbar-default .navbar-nav .current-menu-item li.active a,
.navbar-default .navbar-nav .current-menu-parent li.active a,
.navbar-default .navbar-nav .current-menu-ancestor li.active a,
.navbar-default .navbar-nav .current-page-ancestor li.active a,
.navbar-default .navbar-nav .dropdown-menu .current-post-ancestor a {
  background: #F0B310; }

.navbar-default .dropdown:hover .dropdown-menu {
  display: block; }

/* Homepage */
.slider {
  margin-top: 0px;
  padding-left: 0;
  padding-right: 0;
  max-height: 500px;
  overflow: hidden; }

.slider div {
  max-height: 500px !important; }

.slider .metaslider .flexslider {
  margin: 0; }

.slider .metaslider .slides li {
  background: #000; }

.slider .flex-direction-nav {
  display: none; }

.slider .flex-control-nav {
  bottom: 25px !important;
  z-index: 5000; }

.slider .flex-control-nav li a {
  background: #d2e0e9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.slider .flex-control-nav li a.flex-active {
  background: #069fdc; }

.slider .metaslider .caption-wrap {
  padding: 90px;
  top: 0;
  opacity: 1;
  background: none; }

.slider .metaslider .caption-wrap .caption {
  padding: 0; }

.slider .metaslider .caption-wrap h1 {
  margin: 20px 0 40px;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-family: 'ProximaNova-Semibold'; }

.slider .metaslider .slide-379 .caption-wrap {
  padding: 0;
  top: 0; }

.metaslider iframe.vimeo {
  width: 100% !important; }

.stories h2 {
  font-size: 28px; }

.stories ul {
  padding: 0;
  list-style: none; }

.stories .excerpt {
  padding: 20px;
  color: #fff;
  background: #76bd1d;
  display: block; }

.stories ul a:hover .excerpt {
  background: #f0b310; }

.stories .excerpt p {
  margin: 0; }

.stories .excerpt .story-title {
  margin: 0;
  font-family: 'ProximaNova-Semibold'; }

.stories .excerpt a {
  color: #fff; }

.stories .excerpt a.read-more {
  color: #fff;
  font-weight: 700; }

.stories .text-center {
  padding: 5px 0 20px; }

.events {
  margin-top: 30px;
  margin-bottom: 30px; }

.events a {
  display: block; }

.events h2 {
  font-size: 28px; }

.events ul {
  padding: 0;
  list-style: none; }

.events .event-date {
  padding-top: 10px;
  display: block;
  font-size: 16px;
  color: #8c8c8c; }

.events .event-title {
  padding-top: 5px;
  font-size: 16px;
  font-family: 'ProximaNova-Regular';
  display: block; }

.events .text-center {
  padding: 5px 0 20px; }

.events .image-wrapper {
  position: relative;
  display: block; }

.events .event-title-over {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-style: italic;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 174, 239, 0.8);
  opacity: 0;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: table-cell;
  vertical-align: middle; }

.events a:hover .event-title-over {
  opacity: 1; }

.events .event-title-over:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.events .event-title-over .vertical {
  width: 100%;
  display: inline-block;
  vertical-align: middle; }

/* Content */
#content {
  font-size: 16px; }

.page-template-market-page-php #content {
  background: none; }

#content .container {
  background: #fff; }

.pageid-919 #content .container {
  background: #F6F6F6; }

.equal-height {
  padding-top: 40px;
  padding-bottom: 50px; }

.entry-summary p,
.article p {
  line-height: 24px;
  font-family: 'ProximaNova-Regular'; }

.article p:first-child {
  /*font-size: 21px;
	line-height: 29px;
	color: #717171;*/ }

.article ul li {
  margin-bottom: 10px; }

.subpages .article p:first-child {
  font-size: 14px;
  line-height: 24px; }

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

.article img.alignnone {
  margin: 15px 0; }

.article .wp-caption {
  width: 100% !important; }

.article .wp-caption-text {
  font-size: 12px;
  text-transform: uppercase;
  color: #909090;
  display: block; }

h4 .meta {
  font-size: 13px;
  text-transform: uppercase;
  color: #8a8a8a;
  font-weight: 300;
  display: block; }

.published {
  font-size: 18px;
  color: #717171;
  font-weight: 300;
  display: block; }

.list-unstyled li {
  margin: 15px 0; }

.list-unstyled h4 {
  font-weight: 700;
  color: #005288; }

.list-unstyled .article p {
  font-size: 14px;
  line-height: 20px; }

.entry-content .btn-success {
  color: #fff;
  border: 0;
  text-decoration: none;
  font-family: 'ProximaNova-Semibold'; }

.btn-form,
.btn-tru {
  border: 1px solid #00aeef;
  color: #fff;
  text-transform: uppercase;
  background: #00aeef;
  font-family: 'ProximaNova-Semibold'; }

.entry-content .btn-form.wpcf7-submit {
  padding: 10px 60px; }

.investors .row {
  margin-top: 15px;
  margin-bottom: 15px; }

img.center-block {
  margin-top: 30px;
  margin-bottom: 15px; }

/* Category */
.category .post {
  border-top: 1px solid #d6d6d6;
  padding: 30px 0; }

.category .post .entry-title {
  margin-top: 0; }

.category .category-thumb {
  width: 100%;
  margin: 15px 0;
  padding: 90px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: block;
  background: #000; }

.category .category-thumb span {
  display: block;
  font-size: 30px;
  line-height: 30px; }

.category .category-thumb.category-7 {
  background: url(library/media/images/bg-coverage.jpg) no-repeat top center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.category .category-thumb.category-48 {
  background: url(library/media/images/interviews-bg.jpg) no-repeat top center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.category .category-thumb.category-8 {
  background: url(library/media/images/bg-publications.jpg) no-repeat top center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.category .category-thumb.category-9 {
  background: url(library/media/images/bg-press.jpg) no-repeat top center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.category .category-thumb.category-10 {
  background: url(library/media/images/bg-success.jpg) no-repeat top center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.aside {
  padding-left: 0;
  border-left: 15px solid #F6F6F6; }

.aside .inner {
  padding-right: 0;
  border-right: 1px solid #d6d6d6;
  background: #f6f6f6; }

.aside ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.aside ul li {
  margin: 0;
  border-top: 1px solid #d6d6d6; }

.aside ul li:first-child {
  border-top: 0; }

.aside ul a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  color: #5f5f5f;
  font-family: 'ProximaNova-Regular'; }

.aside ul a:hover {
  color: #76BD1D;
  background: none; }

.aside ul ul li {
  border: 0; }

.aside ul ul a {
  padding: 10px 15px;
  display: block;
  font-family: 'ProximaNova-Light'; }

.aside ul .current-cat a,
.aside ul .current_page_item a,
.aside ul .current_menu_item a,
.aside ul li .current_page_item a,
.aside ul li .current_menu_item a {
  color: #76BD1D;
  font-family: 'ProximaNova-Semibold'; }

.aside ul .children {
  padding-left: 15px; }

.aside ul .current_page_item .children a {
  font-weight: 400; }

.aside .textwidget {
  padding: 0 15px; }

.aside h4 {
  color: #5f5f5f;
  font-family: 'ProximaNova-Regular'; }

.aside ul .current_page_item li a,
.aside ul .current_menu_item li a {
  color: #5f5f5f;
  font-family: 'ProximaNova-Regular'; }

.aside ul .current_page_item li a:hover,
.aside ul .current_menu_item li a:hover {
  color: #76BD1D;
  font-family: 'ProximaNova-Regular'; }

.page-template-page-nosidebar-php #content {
  margin-top: 40px; }

.page-template-page-nosidebar-php #content,
.page-template-page-careers-php #content {
  background: none; }

/* Footer */
.footer {
  padding: 50px 0;
  clear: both;
  color: #fff;
  font-size: 18px;
  background: #005288; }

.footer .text-center {
  margin-bottom: 30px; }

.footer .text-center a {
  padding: 0 5px; }

.footer h4.text-center {
  margin: 5px 0 10px 0; }

.footer p {
  margin: 0; }

.footer .widget {
  margin-bottom: 10px; }

.footer a {
  color: #fff;
  text-decoration: none; }

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.footer ul a {
  line-height: 20px;
  margin-top: 10px;
  font-size: 18px;
  display: block;
  font-family: 'ProximaNova-Semibold'; }

.footer ul ul a {
  margin: 0;
  font-size: 14px;
  font-family: 'ProximaNova-Regular'; }

.footer .newsletter {
  margin-bottom: 20px; }

.footer .newsletter .btn-tru {
  text-transform: none; }

.footer-bottom {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  background: #005288;
  font-family: 'ProximaNova-Regular'; }

.footer-bottom .container {
  padding: 30px 0;
  border-top: 1px solid #407da6; }

.footer-bottom p {
  margin: 0; }

/* Basic Alignments */
.alignleft {
  float: left; }

.alignright {
  float: right; }

img.alignleft {
  float: left;
  margin: 3px 15px 15px 0; }

img.alignright {
  float: right;
  margin: 3px 0 15px 15px; }

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both; }

.iframe-wrapper {
  position: relative;
  padding-bottom: 41.5%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* Mobile */
/* Media queries for responsive design
--------------------------------------------- */
@media all and (max-width: 1200px) {
  .navbar-default .navbar-nav > .active a:before,
  .navbar-default .navbar-nav > .current-menu-parent a:before {
    bottom: -15px; }
  .slider .metaslider .caption-wrap {
    padding: 30px; }
  .navbar-default .navbar-nav > .active a::before,
  .navbar-default .navbar-nav > .current-menu-parent a::before {
    top: 45px; } }

@media all and (max-width: 991px) {
  .slider .metaslider .caption-wrap {
    top: 0; }
  .slider .metaslider .caption-wrap h1 {
    font-size: 30px;
    line-height: 34px; }
  .navbar-default .navbar-nav > li > a {
    padding-left: 5px;
    padding-right: 5px; } }

@media all and (max-width: 768px) {
  .navbar-default .navbar-nav a,
  .navbar-default .navbar-nav > li.btn-donate > a {
    padding: 10px; }
  .footer ul ul a {
    line-height: 30px; }
  .navbar-default .navbar-nav > .active a:before,
  .navbar-default .navbar-nav > .current-menu-parent a:before {
    display: none; }
  .navbar-default .navbar-nav > li.btn-donate > a {
    margin: 0; }
  .navbar-toggle {
    margin-top: 10 xp; }
  .top-nav .navbar li {
    width: 50%;
    float: left; }
  .navbar-default .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: 0; } }

@media all and (max-width: 767px) {
  .aside {
    background: #F6F6F6; }
  .aside .inner {
    border: 0; } }

@media all and (max-width: 640px) {
  .slider .metaslider .caption-wrap {
    padding: 15px; }
  .slider .metaslider .caption-wrap h1 {
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0; }
  .slider .metaslider .btn-tru {
    font-size: 12px;
    padding: 8px; }
  .stories .wp-post-image {
    width: 100%; }
  .stories .excerpt {
    margin-bottom: 30px; }
  .slider .flex-control-nav {
    bottom: 0; }
  .navbar-default .navbar-nav > li.btn-donate > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .navbar-default .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px; }
  .navbar-collapse.in {
    overflow: visible; }
  .footer-bottom {
    font-size: 10px; } }

@media all and (max-width: 320px) {
  .slider .metaslider .btn-tru {
    font-size: 11px;
    padding: 5px; }
  .slider .metaslider .caption-wrap h1 {
    margin: 5px 0; } }

.video_icon {
  width: 62px;
  height: 62px;
  display: block;
  left: 50%;
  margin-left: 0;
  bottom: 50%;
  background: url(library/media/images/play-icon.png?v=4);
  cursor: pointer; }

.video_icon:hover {
  background-position: -1px 62px; }

#player .play {
  background: red; }

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.slide-video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  width: 100%; }

.slide-1602 iframe,
.slide-1604 iframe,
.slide-2051 iframe,
.slide-2055 iframe {
  max-width: 100%;
  max-height: 100%;
  width: 100%; }

.slide-1604 .video_icon,
.slide-2055 .video_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -31px;
  margin-top: -31px; }

.slide-1112 .slide {
  background: url(/wp-content/uploads/WebsiteGraphic_1170x360.jpg) no-repeat center right;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%; }

.slide-1639 {
  background: url(https://www.trufund.org/wp-content/uploads/TRuUmpact_background.png) no-repeat center;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.slide-1639 a {
  background: url(https://www.trufund.org/wp-content/uploads/TruImpact_Webslider_2018_nobackground.png) no-repeat center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 500px;
  -moz-background-size: 70% auto;
  -o-background-size: 70% auto;
  background-size: 70% auto; }

@media (max-width: 768px) {
  .slide-1639 a {
    -moz-background-size: 98% auto;
    -o-background-size: 98% auto;
    background-size: 98% auto; } }

.soc-footer {
  text-align: center;
  background: #005288;
  color: #fff;
  font-family: 'ProximaNova-Light';
  font-size: 18px;
  padding-top: 40px; }

.soc-footer a, .soc-footer a:hover {
  color: #fff;
  text-decoration: none; }

.soc-footer .phone,
.soc-footer .email,
.soc-footer .links {
  margin: 0 20px;
  display: inline-block; }

.soc-footer .icon {
  margin-right: 9px; }

.our-mission {
  padding-top: 35px;
  padding-bottom: 55px; }

.our-mission h2 {
  font-family: 'ProximaNova-Bold';
  font-size: 28px;
  text-transform: uppercase;
  color: #005288; }

.our-mission .text {
  width: 65%;
  margin: 0 auto;
  text-align: center;
  line-height: 24px; }

.our-mission .links {
  text-align: center;
  padding-top: 70px; }

.our-mission .links a {
  display: inline-block;
  text-align: center;
  width: 95%;
  padding: 15px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.our-mission .links .name {
  font-family: 'ProximaNova-Bold';
  font-size: 18px;
  color: #005288;
  display: inline-block;
  width: 100%; }

.our-mission .links .icon {
  display: inline-block;
  margin-top: 15px; }

.our-mission .links .one .icon {
  background: url(library/media/images/icon-1.png) no-repeat;
  width: 67px;
  height: 62px; }

.our-mission .links .two .icon {
  background: url(library/media/images/icon-2.png) no-repeat;
  width: 96px;
  height: 59px; }

.our-mission .links .three .icon {
  background: url(library/media/images/icon-3.png) no-repeat;
  width: 68px;
  height: 60px; }

.our-mission .links .thour .icon {
  background: url(library/media/images/icon-4.png) no-repeat;
  width: 98px;
  height: 58px; }

.our-mission .links a:hover {
  background: #f0b310; }

.our-mission .links a:hover .name {
  color: #fff; }

.our-mission .links a:hover .icon {
  background-position: center bottom; }

.blue-about {
  background: #005288;
  color: #fff;
  padding-top: 130px;
  padding-bottom: 130px; }

.blue-about .text {
  width: 65%;
  margin: 0 auto;
  text-align: center;
  line-height: 24px; }

.blue-about h2 {
  font-family: 'ProximaNova-Bold';
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0; }

.blue-about .states {
  text-align: center;
  padding-top: 110px; }

.blue-about a {
  color: #fff;
  display: inline-block;
  width: 100%; }

.blue-about a:hover {
  color: #f0b310; }

.blue-about .name {
  display: inline-block;
  padding-top: 200px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%; }

.blue-about .one .name {
  background-image: url(library/media/images/s-1.png); }

.blue-about .two .name {
  background-image: url(library/media/images/s-2.png); }

.blue-about .three .name {
  background-image: url(library/media/images/s-3.png); }

.blue-about .four .name {
  background-image: url(library/media/images/s-4.png); }

.blue-about a.one:hover .name {
  background-image: url(library/media/images/s-1_h.png); }

.blue-about a.two:hover .name {
  background-image: url(library/media/images/s-2_h.png); }

.blue-about a.three:hover .name {
  background-image: url(library/media/images/s-3_h.png); }

.blue-about a.four:hover .name {
  background-image: url(library/media/images/s-4_h.png); }

.blue-about .row {
  width: 80%;
  margin: 0 auto; }

.home-socials {
  padding-top: 100px;
  padding-bottom: 100px; }

.home-socials .icon {
  font-size: 30px;
  color: #005288; }

#content .blue-about .container {
  background: none; }

.home #content {
  background: #fff; }

.timeline-Header-title {
  padding: 10px;
  font-size: 27px;
  line-height: 36px;
  color: #292F33; }

.timeline-Header-title .timeline-Header-byline {
  font: normal normal 14px/1.4 Helvetica,Roboto,"Segoe UI",Calibri,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #8899A6; }

.timeline-Header-title .timeline-Header-byline a {
  color: #3b94d9;
  text-decoration: none;
  outline: 0; }

.article h4 {
  font-size: 21px;
  line-height: 29px;
  color: #717171; }

.article hr {
  border-color: #d6d6d6;
  margin-top: 30px;
  margin-bottom: 30px; }

#tinymce hr {
  clear: both; }

.article .wp-caption {
  width: auto !important;
  max-width: 100%; }

.article .wp-caption.alignleft {
  float: left; }

.article .wp-caption.alignright {
  float: right; }

.article .wp-caption-text {
  font-size: 16px;
  text-transform: inherit;
  color: #005288;
  display: block;
  padding-top: 15px; }

.article .wp-caption-text b,
.article .wp-caption-text strong {
  font-family: 'ProximaNova-Bold'; }

/* Slider */
.slider-2-content {
  background-image: url(/wp-content/uploads/sider-2-el.png);
  width: 456px;
  height: 555px;
  padding-left: 21px;
  padding-right: 132px;
  text-align: center;
  padding-top: 160px; }

.slider-2-content .title {
  font-family: 'ProximaNova-Semibold';
  font-size: 40px;
  line-height: 1.2; }

.slide-1603 .caption-wrap {
  padding: 0 !important; }

.slider-2-content a {
  margin-top: 15px; }

a.btn-new {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  border: 1px #fff solid;
  padding: 8px 17px;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }

a.btn-new:hover {
  background: #069fdc; }

.slide-1603 a.btn-new:hover {
  background: #f0b310; }

.slider-4-content {
  text-align: center; }

.slider-4-content .title {
  font-family: 'ProximaNova-Semibold';
  font-size: 80px;
  line-height: 1.2; }

.slider-4-content .subtitle {
  font-size: 32px;
  color: #e8ac30;
  font-family: 'ProximaNova-Medium';
  margin-top: 10px;
  text-transform: uppercase; }

.slider-4-content .list {
  font-size: 18px;
  font-family: 'ProximaNova-Medium';
  width: 400px;
  display: inline-block;
  text-align: left;
  max-width: 100%;
  padding: 17px;
  border: 1px #fff solid;
  line-height: 1.3;
  margin-top: 20px; }

.slide-1606 .caption-wrap {
  position: static; }

.slide-1606 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.slide-1606 .content {
  position: absolute;
  width: 550px;
  left: 50%;
  margin-left: -275px;
  padding: 30px;
  background: RGBA(120, 193, 67, 0.75);
  text-align: center;
  height: 185px;
  top: 50%;
  margin-top: -92px; }

.slide-1606 .content .headline {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1; }

/* New button */
a.apply-loan, button.apply-loan {
  text-transform: uppercase;
  border: 1px #01518e solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  background: #01518e;
  width: auto;
  font-size: 18px;
  padding: 7px 13px;
  display: inline-block; }

.apply-loan:hover {
  opacity: 0.8; }

.apply-loan.white {
  font-size: 20px;
  background: #fff;
  border-color: #fff;
  color: #01518e;
  font-family: 'ProximaNova-Bold'; }

.apply-loan.white:hover {
  color: #01518e; }

.states .apply-loan {
  margin-top: 50px; }

.category-thumbnail {
  text-align: center; }

.category-thumbnail img {
  display: inline-block; }

/*
 * Restore Louisiana Small Business Program
 */
.louisiana-p .hero, .hero-s-1 {
  text-align: center;
  background: url("library/media/images/l-image.jpg") no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 80px 30px;
  margin-bottom: 30px;
  position: relative; }

.louisiana-p .hero.overlay:before {
  content: "";
  background: RGBA(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.louisiana-p .hero.overlay * {
  position: relative;
  z-index: 3; }

.louisiana-p.post-1121 * {
  position: relative;
  z-index: 2; }

.louisiana-p .hero h1, .hero-s-1 h1 {
  font-size: 36px;
  font-family: 'ProximaNova-Regular';
  font-weight: normal;
  text-transform: uppercase;
  line-height: 55px;
  margin: 0;
  color: #fff; }

.louisiana-p .hero strong {
  color: #77be43;
  font-family: 'ProximaNova-Semibold';
  font-weight: normal; }

.louisiana-p .promo {
  background: #23abe2;
  color: #fff;
  padding: 5px 20px; }

.louisiana-p .promo strong {
  font-family: 'ProximaNova-Semibold';
  color: #f1b300; }

.louisiana-p .schedule {
  margin-top: 30px;
  font-size: 13px;
  margin-bottom: 50px; }

.louisiana-p .schedule h2 {
  font-size: 25px;
  color: #77be43;
  font-family: 'ProximaNova-Semibold'; }

.louisiana-p .schedule > .row {
  padding: 10px 0; }

.louisiana-p .schedule .blue {
  background: #f2f7fb; }

.louisiana-p .schedule .block {
  padding: 5px 15px; }

.louisiana-p .schedule .green {
  background: #f0f8ea; }

.louisiana-p .schedule .first {
  border-top: 1px #004f90 solid; }

.louisiana-p .schedule .col-sm-3 {
  color: #0069aa;
  font-family: 'ProximaNova-Semibold'; }

.louisiana-p .schedule .action {
  background: #77be43;
  font-size: 15px;
  color: #fff;
  font-family: 'ProximaNova-Semibold';
  text-align: left;
  padding: 15px 15px; }

.louisiana-p .schedule .text {
  padding: 12px 15px;
  background: #fff;
  word-break: break-word; }

.louisiana-p .schedule .second-shedule {
  padding: 15px 15px;
  background: #F1F1F1;
  font-size: 14px; }

.louisiana-p .schedule .second-shedule span {
  font-family: 'ProximaNova-Semibold';
  color: #0069aa; }

.louisiana-p .schedule p {
  margin-bottom: 9px; }

.louisiana-p .schedule .text .headline {
  text-transform: uppercase;
  color: #23abe2;
  font-family: 'ProximaNova-Semibold'; }

.louisiana-p strong {
  font-family: 'ProximaNova-Semibold'; }

.louisiana-p .schedule .col-md-7 {
  padding-right: 0; }

.louisiana-p .schedule .col-md-5 {
  padding-left: 0; }

.louisiana-p .schedule .headline-bg {
  background: #4FC743;
  margin: 0;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  font-family: 'ProximaNova-Regular';
  font-size: 20px; }

.louisiana-p .schedule .headline-bg.green {
  background: #4FC743; }

.louisiana-p .schedule .headline-bg.yellow {
  background: #F9B500; }

.louisiana-p h3 {
  margin-bottom: 25px;
  margin-top: 0; }

.louisiana-p hr {
  border-color: #76bd1d;
  margin: 40px 0; }

.louisiana-long .hero, .hero-s-1 {
  background-image: url("library/media/images/louisiana-long-hero.jpg"); }

.louisiana-long .hero h1, .hero-s-1 h1 {
  color: #fff;
  font-family: 'ProximaNova-Bold';
  line-height: 1.2em; }

.louisiana-long .hero h2, .hero-s-1 h2 {
  color: #f1b400;
  font-family: 'ProximaNova-Regular';
  font-size: 25px; }

.louisiana-long h3 {
  font-family: 'ProximaNova-Semibold';
  color: #77be43;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 15px; }

.louisiana-long h3 span {
  position: absolute; }

.louisiana-long h3 span:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #77be43;
  left: 0;
  position: absolute;
  bottom: -5px; }

.louisiana-long .big-btn {
  font-family: 'ProximaNova-Semibold';
  font-size: 18px;
  background: #f1b400;
  width: 180px;
  padding: 15px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 1.5; }

/**
    Women
 */
.women-page h3 span:after {
  background: #eeb22e; }

.women-page .hero-image {
  margin-bottom: 40px;
  max-width: 100%; }

@media all and (max-width: 600px) {
  .women-page .hero-image {
    display: none; }
  .women-page .hero-image.hidden {
    display: block !important; }
  .women-page h3 {
    margin-bottom: 25px; }
  .louisiana-long .block {
    margin-bottom: 10px !important; }
  .equal-height {
    height: auto !important; } }

.women-page .women-buttons {
  text-align: right; }

.women-page .women-buttons a {
  font-size: 16px;
  margin-bottom: 20px;
  padding: 15px 8px;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.women-page h3 {
  color: #eeb22e; }

.women-page.louisiana-long .promo-block {
  background-image: url("https://www.trufund.org/wp-content/uploads/women-bg.jpg");
  line-height: 1.35;
  margin-bottom: 20px; }

.women-page .promo-block a {
  font-size: 15px;
  width: 100%;
  margin-bottom: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.women-page .promo-block a:last-child {
  margin-bottom: 0; }

.women-page.louisiana-long .promo-block h2 {
  margin-top: 0;
  color: #eeb22e; }

.gap-50 {
  height: 50px; }

.louisiana-long ul {
  color: #d5b248;
  padding-left: 15px; }

.louisiana-long ul li {
  margin: 5px 0; }

.louisiana-long ul span {
  color: #636363; }

.louisiana-long .block {
  margin-bottom: 25px; }

.louisiana-long ul ul {
  color: #7db8dc;
  font-style: italic;
  list-style-type: disc;
  padding-left: 19px;
  margin: 10px 0; }

.louisiana-long .parishes {
  background: #f0f8ea;
  padding: 20px;
  font-size: 13px; }

.louisiana-long .parishes h4 {
  color: #77be43;
  font-size: 16px;
  font-family: 'ProximaNova-Bold';
  margin: 0;
  margin-bottom: 25px; }

.louisiana-long .promo-block {
  background: #77be43 url("library/media/images/green-background.jpg") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 20px;
  color: #fff; }

.louisiana-long .promo-block h2 {
  color: #fff; }

.louisiana-long .promo-block a {
  color: #fff; }

.person-block {
  margin-top: 30px;
  margin-bottom: 50px; }

.person-block h3 {
  margin-bottom: 0; }

.person-block i {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 15px; }

.person-block img {
  max-width: 100%; }

.person-block .content {
  height: 225px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px; }

.person-block.full .content {
  height: auto; }

.person-block.full .content:after {
  display: none; }

.person-block .content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }

.person-block .content.active:after {
  opacity: 0; }

.hero-s-1 {
  background-image: url("library/media/images/interview-hero.jpg"); }

.hero-s-1 h2, .hero-s-1 h1 {
  font-size: 45px;
  font-family: 'ProximaNova-Semibold';
  text-transform: inherit;
  margin: 0; }

.yellow-post .post {
  border: 0;
  background: #f2bb30;
  padding: 0;
  margin: 20px 0; }

.yellow-post .post h2 {
  color: #636363;
  font-family: 'ProximaNova-Bold'; }

.yellow-post .post .text {
  padding: 0 15px;
  padding-bottom: 30px;
  min-height: 150px;
  padding-top: 32px; }

.yellow-post .post .text.id-1147 {
  padding-top: 44px; }

.yellow-post .post .wonderpluginaudio {
  margin: 0 auto !important; }

.yellow-post .image {
  width: 100%;
  height: 100%;
  min-height: 200px;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; }

.yellow-post .post .col-md-4 {
  padding-right: 0; }

.yellow-post .post .col-md-8 {
  padding-left: 0; }

.w-slide {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto; }

.w-slide:before {
  content: "";
  background: url("library/media/images/w-slide-t.png") repeat-x;
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.w-slide:after {
  content: "";
  background: url("library/media/images/w-slide-b.png") repeat-x;
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0; }

.w-slide .right-block {
  background: #000 url("library/media/images/w-slide-right-bg.jpg") no-repeat left top;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.w-slide .row, .w-slide .row div {
  height: 100%; }

.w-slide .row .col-md-6 {
  display: table;
  vertical-align: middle; }

.w-slide .left-block,
.w-slide .right-block {
  display: table-cell;
  vertical-align: middle; }

.w-slide img {
  display: inline-block !important;
  max-width: 90% !important;
  height: auto !important; }

.w-logo {
  background: url("library/media/images/w-logo.png") no-repeat;
  width: 22px;
  height: 26px;
  display: inline-block;
  margin: 0 4px; }

.w-slide .cta {
  background: #ffb718;
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-top: 30px;
  padding: 7px 20px; }

.donate-slider {
  background: url(/wp-content/uploads/Disaster_WebsiteGraphic_1170x360_r2.jpg) no-repeat center left;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%; }

.donate-slider {
  background: url(/wp-content/uploads/Disaster_WebsiteGraphic_1170x360_r2.jpg) no-repeat center left;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%; }

.truimpact-week ul {
  padding-left: 18px;
  margin-top: -5px; }

.truimpact-week .schedule .col-sm-4 {
  color: #0069aa; }

.truimpact-week-slide {
  background: url(library/media/images/week_bg.jpg) no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.truimpact-week-slide:after {
  content: "";
  position: absolute;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(library/media/images/week-img.png) no-repeat center;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  max-width: 1100px;
  height: 80%;
  top: 10%; }

.disaster p, .disaster p:first-child {
  font-family: 'ProximaNova-Light';
  font-size: 16px;
  line-height: 1.5; }

.disaster h1 {
  font-size: 40px;
  margin-bottom: 20px; }

.disaster strong {
  font-family: "ProximaNova-Bold"; }

.disaster .text-content {
  background: #3c6aa8;
  padding: 20px;
  color: #fff; }

.disaster .text-content p {
  color: #fff; }

.disaster .text-content p:last-child {
  margin-bottom: 0; }

.disaster .images {
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.disaster .text-block .col-md-5 {
  padding-right: 0; }

.disaster .text-block .col-md-7 {
  padding-left: 5px; }

.disaster .info-content {
  padding: 20px; }

.disaster .info-content .text p {
  color: #3c6aa8; }

.disaster .dark-blue {
  background: #4f8ac2;
  padding: 15px;
  margin-top: 15px; }

.disaster .dark-blue p {
  color: #fff;
  font-family: "ProximaNova-Bold"; }

.disaster .dark-blue p:last-child {
  margin-bottom: 0; }

.disaster .light-blue {
  background: #63a9df;
  padding: 10px 130px; }

.disaster .light-blue span {
  font-family: "ProximaNova-Regular";
  color: #fff;
  margin: 8px 0;
  display: inline-block;
  position: relative;
  padding-left: 15px; }

.disaster .light-blue span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 7px;
  border-color: transparent transparent transparent #ffffff;
  top: 5px;
  left: 0;
  position: absolute; }

.disaster .graphic {
  border: 1px #65aae0 solid;
  margin-top: 50px; }

.disaster .graphic h3 {
  font-family: "ProximaNova-Bold";
  color: #005288;
  font-size: 23px;
  margin-top: -12px;
  margin-bottom: 20px; }

.disaster .graphic h3 span {
  background: #fff;
  padding: 0 40px; }

.disaster .bottom {
  margin-top: 20px; }

.disaster .bottom p {
  color: #3c6aa8; }

.disaster .bottom .table {
  font-family: "ProximaNova-Regular"; }

.disaster .bottom .table .left {
  font-size: 16px;
  background: #b9daf0;
  padding: 10px;
  color: #3b69a6; }

.disaster .bottom .table .left span {
  font-family: "ProximaNova-Bold";
  display: inline-block;
  width: 100%;
  color: #2b426d;
  font-size: 15px; }

.disaster .bottom .table .right {
  font-size: 15px;
  background: #d4e7f6;
  padding: 10px;
  color: #2b426d; }

.disaster .bottom .table .right p {
  color: #2b426d;
  font-family: "ProximaNova-Regular";
  margin: 0; }

.disaster .bottom .table .right strong {
  font-family: "ProximaNova-Bold"; }

.disaster .bottom .table .row {
  margin-bottom: 5px; }

.disaster .bottom .table .col-md-6:first-child {
  padding-right: 0; }

.disaster .bottom .table .col-md-6:last-child {
  padding-left: 0; }

.disaster .btn-1 {
  margin-top: 25px; }

.disaster .donate {
  padding: 4px 35px;
  color: #fff;
  text-transform: none;
  background: #f0b310;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px; }

.disaster .donate:hover {
  opacity: 0.8;
  color: #fff;
  background: #f0b310; }

.disaster-content {
  height: 100%;
  background: #036aac;
  width: 50%;
  padding: 98px 70px;
  position: absolute;
  top: 0;
  left: 0; }

.disaster-content:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 500px 250px;
  border-color: transparent transparent transparent #036aac;
  top: 0;
  right: -250px; }

.disaster-content h2 {
  font-family: "ProximaNova-Light";
  text-transform: uppercase;
  font-size: 80px;
  color: #fff;
  margin-top: 0; }

.disaster-content h2 strong {
  font-family: "ProximaNova-Bold"; }

.flexslider .slides .disaster-content p {
  font-size: 32px;
  margin-top: 30px;
  line-height: 1.3;
  max-width: 700px;
  margin-bottom: 24px; }

.disaster-content a {
  font-family: "ProximaNova-Bold";
  font-size: 32px;
  color: #fff;
  background: #f0b310;
  padding: 18px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 22px; }

.slide-1597 .caption-wrap {
  padding: 0 !important;
  height: 100%; }

.slide-1597 .caption {
  height: 100%;
  background: url("/wp-content/uploads/2017-11-14.jpg") no-repeat right center;
  -moz-background-size: 50% auto;
  -o-background-size: 50% auto;
  background-size: 50% auto; }

/**
 * online-lending slide
 */
.online-lending {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("https://trufund.lughstudio.com/wp-content/uploads/online-lending.jpg") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 300px; }

.online-lending-content {
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: "ProximaNova-Semibold";
  line-height: 0.9;
  padding: 30px 0;
  background: RGBA(0, 55, 100, 0.8);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.online-lending-content .head1 {
  font-size: 78px; }

.online-lending-content .head2 {
  font-size: 45px; }

.online-lending-content .btn-new {
  margin-top: 10px; }

@media all and (max-width: 768px) {
  .online-lending {
    position: absolute;
    height: 450px; }
  .online-lending-content {
    position: static;
    padding-top: 50px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    height: 100%; }
  .online-lending-content .btn-new {
    margin-top: 30px; }
  .slider .metaslider .caption-wrap {
    padding: 15px;
    height: 450px; } }

/**
Market pages
 */
.market img {
  max-width: 100%; }

.market-nav {
  padding-top: 10px; }

.market-nav a {
  width: 19%;
  text-align: center; }

.market .hero {
  text-align: center;
  padding-top: 130px;
  padding-bottom: 250px;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 25px;
  font-weight: bold;
  position: relative; }

.market .hero:before {
  content: "";
  background: #000;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.market .hero * {
  position: relative;
  z-index: 3; }

.market .hero h1 {
  color: #77be43;
  font-family: 'ProximaNova-Semibold';
  font-size: 50px; }

.market .our-mission {
  padding: 0; }

.market .our-mission .links {
  padding-top: 45px; }

.market .cta-background {
  padding: 220px 50px;
  position: relative;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 30px; }

.market .cta-background .button {
  font-size: 28px;
  background: #E7B541;
  color: #fff;
  font-family: 'ProximaNova-Regular';
  padding: 17px 37px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.market .cta-background .button:hover {
  opacity: 0.8; }

.market .cta-background * {
  position: relative;
  z-index: 3; }

.market .footer-nav {
  margin-top: 30px;
  margin-bottom: 50px; }

.market .footer-nav a {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  text-align: center;
  color: #01518e;
  font-family: 'ProximaNova-Semibold'; }

.market .footer-nav a span {
  display: block;
  margin-top: 7px; }

.market .footer-nav a:hover {
  color: #E7B541; }

.market .footer-nav a:hover img {
  opacity: 0.8; }

.market .news-section {
  background: #F6F6F6;
  padding: 95px 0;
  margin-top: 35px; }

.market .navi-hero {
  padding: 50px 0;
  color: #fff;
  background: #01518e;
  position: relative; }

.market .navi-hero h1 {
  color: #fff;
  margin-top: 0;
  font-size: 31px;
  font-family: 'ProximaNova-Semibold';
  margin-bottom: 30px; }

.market .navi-hero .btn {
  font-size: 18px;
  background: #E7B541;
  color: #fff;
  font-family: 'ProximaNova-Regular';
  padding: 5px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.market .navi-hero .btn:hover {
  opacity: 0.8; }

.market .navi-hero hr {
  width: 270px;
  border-color: #FFFFFF;
  opacity: 0.3;
  margin: 30px 0; }

.market .navi-hero ul {
  margin: 0;
  list-style-type: none;
  padding: 0; }

.market .navi-hero ul li {
  width: 145px;
  margin-right: 1%;
  display: inline-block;
  margin-bottom: 10px; }

.market .navi-hero ul li a {
  font-size: 16px;
  text-transform: inherit;
  padding: 0; }

.market .navi-hero ul li a:hover {
  color: #E7B541;
  text-decoration: underline; }

#content .market .container {
  background: transparent; }

.market .navi-hero .image {
  content: "";
  width: 55%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-clip-path: polygon(18% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(18% 0, 100% 0%, 100% 100%, 0% 100%); }

.market .market-gallery {
  padding: 50px 0; }

.light.dp_pec_wrapper, .grid-gallery {
  clear: both;
  float: none !important; }

.grid-gallery {
  margin-top: 15px; }

.grid-gallery-caption[data-grid-gallery-type="quarter-slide-up"] figcaption {
  background: rgba(118, 189, 29, 0.9) !important; }

/**
 * Events
 */
.light.dp_pec_wrapper {
  background: #F6F6F6; }

.dp_pec_wrapper .dp_pec_content .dp_pec_date_event .dp_pec_date_time, .dp_pec_accordion_wrapper .dp_pec_accordion_event span.pec_time, .dp_pec_wrapper .dp_pec_content .dp_pec_date_event .pec_featured, .dp_pec_accordion_wrapper .dp_pec_accordion_event .pec_featured, .dp_pec_wrapper .dpProEventCalendar_feed {
  background-color: #fff;
  color: #1f94ff !important;
  Line-height: 130%;
  Font-weight: 400;
  padding-left: 0; }

.dp_pec_wrapper .dp_pec_content .dp_pec_date_event h2.dp_pec_event_title .dp_pec_event_title_sp {
  color: #005288;
  line-height: 1.3; }

.dp_pec_date_time svg, .dp_pec_event_location svg {
  display: none !important; }

.dp_pec_event_location span {
  display: none !important; }

.dp_pec_map_infowindow span.dp_pec_map_title {
  font-size: 16px !important; }

.pec-infowindow .dp_pec_map_location svg {
  display: none; }

.light.dp_pec_wrapper .dp_pec_content .dp_pec_date_event .dp_pec_date_event_link {
  width: 100% !important; }

.dp_pec_content .dp_pec_event_description_short p {
  font-size: 16px;
  line-height: 20px; }

@media all and (max-width: 2200px) {
  .slide-1597 .caption {
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%; } }

@media all and (max-width: 1600px) {
  .disaster-content h2 {
    font-size: 60px; } }

@media all and (max-width: 1250px) {
  .disaster-content h2 {
    font-size: 40px; }
  .flexslider .slides .disaster-content p, .disaster-content a {
    font-size: 25px; } }

@media all and (max-width: 910px) {
  .disaster-content {
    padding: 110px 30px; } }

@media all and (max-width: 800px) {
  .disaster-content {
    width: 100%;
    text-align: center;
    background: RGBA(3, 106, 172, 0.9); }
  .slide-1597 .caption {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; } }

@media all and (max-width: 770px) {
  .disaster-content {
    padding: 40px 0; } }

@media all and (max-width: 500px) {
  .disaster-content {
    padding: 30px 30px; }
  .flexslider .slides .disaster-content p {
    margin: 10px 0; } }

@media all and (max-width: 992px) {
  .disaster .text-right {
    text-align: center; }
  .disaster .text-block .col-md-7 {
    padding-left: 15px; }
  .disaster .text-block .col-md-5 {
    padding-right: 15px; }
  .disaster .images {
    height: 700px; }
  .disaster .bottom .table .col-md-6:last-child {
    padding-left: 15px; }
  .disaster .bottom .table .col-md-6:first-child {
    padding-right: 15px; }
  .article img {
    margin-bottom: 20px; }
  .disaster .light-blue {
    padding: 10px 20px; } }

@media all and (max-width: 768px) {
  .disaster .graphic h3 {
    margin-top: 20px; }
  .disaster .graphic h3 span {
    padding: 0 20px; } }

/* Small mobiles */
@media all and (max-width: 550px) {
  .w-slide .row .col-md-6 {
    width: 100%;
    height: 50%; }
  .w-slide img {
    max-width: 40% !important; }
  .w-slide .cta {
    font-size: 15px;
    margin-top: 17px;
    padding: 1px 20px; }
  .slide-342 .caption {
    padding-top: 30px !important; }
  .slide-347 .caption {
    padding-top: 30px !important; } }

@media all and (max-width: 992px) {
  .person-block img {
    margin-bottom: 25px; }
  .yellow-post .post .col-md-4 {
    padding-right: 15px; }
  .yellow-post .post .col-md-8 {
    padding-left: 15px; }
  .yellow-post .post .text {
    padding-top: 20px !important; }
  .person-block img {
    max-width: 300px; } }

@media all and (max-width: 1250px) {
  .article .wp-caption.alignleft {
    float: none; }
  .article .wp-caption.alignright {
    float: none; } }

@media all and (max-width: 768px) {
  .blue-about {
    padding-top: 80px;
    padding-bottom: 80px; }
  .home-socials {
    padding-top: 60px;
    padding-bottom: 60px; }
  .our-mission .links {
    padding-top: 40px; }
  .our-mission .text, .blue-about .text {
    width: 100%; }
  .blue-about .states {
    padding-top: 50px; }
  .blue-about .name {
    margin-bottom: 40px; }
  .soc-footer .phone,
  .soc-footer .email,
  .soc-footer .links {
    margin-bottom: 20px; }
  .top-nav .navbar .btn-donate a {
    margin-top: 17px; }
  .metaslider .slides img {
    display: block;
    height: 350px;
    width: auto !important; }
  .slide-342 {
    text-align: center; }
  .slide-342 p {
    max-width: 100% !important; }
  .video_icon {
    display: inline-block; }
  .slider-2-content .title {
    font-size: 30px; }
  .metaslider iframe.vimeo, .metaslider .youtube iframe {
    height: 350px !important; }
  .slider-4-content .title {
    font-family: 'ProximaNova-Semibold';
    font-size: 40px;
    line-height: 1; }
  .slider-4-content .subtitle {
    font-size: 22px; }
  .slide-347 {
    text-align: center; }
  .louisiana-p .schedule .action {
    text-align: left;
    min-height: 0;
    padding: 20px; }
  .louisiana-p .schedule .second-shedule {
    padding: 20px; }
  .louisiana-p .schedule .col-md-5 {
    padding-left: 15px; }
  .louisiana-p .schedule .col-md-7 {
    padding-right: 15px; }
  .hero-s-1 h2, .hero-s-1 h1 {
    font-size: 25px; } }

.slider-pro {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  height: 100%; }

.slider-pro:after,
.slider-pro:before {
  content: '';
  width: 100%;
  height: 52px;
  background: url("library/media/images/slide/slider-pattern.svg") repeat-x;
  display: block;
  position: absolute;
  top: 0; }

.slider-pro:after {
  content: '';
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: auto;
  bottom: 0; }

.slider-pro .container {
  display: table;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.slider-pro .row {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex; }

.slider-pro__overlay {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url("library/media/images/slide/slide-overlay.svg") no-repeat 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.slider-pro__text {
  font-family: 'ProximaNova-Regular';
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  z-index: 2;
  position: relative; }

.yellow-up {
  color: #f0a029;
  text-transform: uppercase;
  font-weight: bold; }

.slider-pro__logo {
  max-width: 100% !important;
  display: inline-block !important; }

.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center; }

.slider-pro__button {
  font-size: 18px;
  line-height: normal;
  text-align: center;
  color: #fff;
  border: 1px #fff solid;
  padding: 16px 17px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 250px;
  display: block;
  margin: 20px 0; }

.slider-pro__button:active,
.slider-pro__button:focus,
.slider-pro__button:hover {
  text-decoration: none;
  background: #fff;
  color: #0d5a8e; }

.slider-pro__button_yellow {
  border: 1px solid #EEB22E;
  background: #EEB22E;
  margin: 20px auto; }

.slider-pro__button_yellow:active,
.slider-pro__button_yellow:focus,
.slider-pro__button_yellow:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #fff;
  background: #f0b310; }

.slider-pro__right {
  text-align: center; }

.slider-pro .col {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  min-height: 100%; }

@media (max-width: 1200px) {
  .slider-pro:after,
  .slider-pro:before {
    display: none; }
  .slider-pro .col {
    /*-ms-flex-align: stretch;
		align-items: stretch;*/ }
  .slider-pro .container {
    width: 100% !important; }
  .slider-pro__overlay {
    -moz-background-size: 200%;
    -o-background-size: 200%;
    background-size: 200%;
    background-position: 0%; }
  .slider-pro__text {
    font-family: 'ProximaNova-Semibold';
    font-size: 34px;
    line-height: 37px;
    padding: 0 25px; }
  .slider-pro__right {
    text-align: center;
    width: 100%;
    padding: 0 25px; }
  .slider-pro__button {
    margin-top: 50px; } }

@media (max-width: 768px) {
  .slider-pro__overlay {
    display: none; }
  .slider-pro .row {
    display: block;
    height: auto; }
  .slider-pro .col {
    min-height: auto; }
  .slider-pro__ovrl {
    background: #005288; }
  .slider-pro__text {
    padding: 20px;
    text-align: center;
    font-size: 22px;
    line-height: 24px; }
  .slider-pro__button {
    margin: 25px auto 0;
    width: 170px;
    font-size: 18px;
    padding: 11px 17px; }
  .slider-pro__logo {
    height: 105px !important; }
  .slider-pro__right {
    padding: 20px; } }

.pl-0 {
  padding-left: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important; }

.promo-block .label {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF; }

.hidden-sm-down {
  display: block; }

@media (max-width: 768px) {
  .promo-block .label {
    text-align: left;
    margin: 25px 0;
    padding: 0; }
  .d-flex {
    display: block !important; }
  .hidden-sm-down {
    display: none !important; }
  .hidden-sm-up {
    display: block !important; } }

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important; } }

.blue-box {
  padding: 22px 27px;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  width: 100%;
  background: rgba(0, 82, 136, 0.95);
  margin-bottom: 25px; }

.women-page .block strong {
  font-size: 21px;
  line-height: 25px;
  color: #717171;
  margin-bottom: 20px;
  display: inline-block; }

.img-fluid {
  width: 100%;
  height: auto; }

.fund-her {
  display: block;
  width: 100%;
  font-size: 28px;
  line-height: normal;
  color: #005288 !important;
  margin-bottom: 25px; }

.caption__slide-title {
  margin-bottom: 20px !important; }

.caption__slide-text {
  margin-bottom: 20px !important;
  max-width: 40%; }

@media (max-width: 768px) {
  .caption__slide-title {
    font-size: 30px !important;
    line-height: 38px !important; }
  .caption__slide-text {
    max-width: 90%;
    margin-bottom: 20px !important; } }

.staff-profile {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start; }

.staff-profile__photo {
  margin: 0 30px; }

.staff-profile__photo img {
  min-width: 103px; }

.staff-profile__bio {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1; }

.staff-profile__bio p,
.staff-profile__bio p:first-child {
  color: #000000;
  font-size: 16px;
  line-height: 24px; }

.staff-profile__bio p:last-child {
  margin-bottom: 0; }

.staff-profile__bio b {
  font-family: "ProximaNova-Bold";
  font-weight: 600; }

@media (max-width: 768px) {
  .staff-profile__photo {
    margin-left: 0; } }

.slide-two {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden; }

.slide-two:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff url("library/media/images/slide-two-group.png") no-repeat right 0;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  z-index: 1; }

.slide-two__container {
  position: relative;
  z-index: 2;
  background-color: transparent !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  height: 100%; }

.slide-two__container:before {
  content: '';
  width: 350px;
  height: 402px;
  background: url("library/media/images/slide-two_photo.png") no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 0;
  top: auto;
  bottom: auto;
  margin: auto 0;
  display: none; }

.slide-two__text {
  background: transparent url("library/media/images/slide-two_text_x2.png") no-repeat top left;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 486px;
  height: 343px;
  margin: 0; }

@media (max-width: 1100px) {
  .slide-two:before {
    background-position: 75% 0; }
  .slide-two__text {
    width: 425px;
    height: 300px; } }

@media (max-width: 991px) {
  .slide-two__text {
    width: 350px;
    height: 247px; } }

@media (max-width: 768px) {
  .slide-two:before {
    background: #005288; }
  .slide-two__container {
    -ms-flex-align: unset;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
    -moz-box-align: unset;
    align-items: unset; }
  .slide-two__container:before {
    display: block;
    bottom: -70px;
    width: 244px;
    height: 282px; }
  div.slide-two__text {
    position: relative;
    top: 30px;
    width: 100%;
    max-height: 200px !important;
    height: auto; } }

.slide-one {
  background-color: #005288;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden; }

.slide-one:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #005288 url("library/media/images/slide/slide-one-background.png") no-repeat center;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  z-index: 1; }

.slide-one__container {
  position: relative;
  z-index: 2;
  background-color: transparent !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  height: 100%; }

.slide-one__text {
  background: transparent url("library/media/images/slide/slide-one-text.png") no-repeat top left;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 596px;
  height: 234px;
  margin: 0; }

.slide-one__photo {
  display: none;
  background: url("library/media/images/slide/slide-one-photo.png") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 50%;
  max-height: 492px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

@media (max-width: 991px) {
  .slide-one:before {
    background-position: 65% 0; }
  .slide-one__text {
    width: 485px;
    height: 172px; } }

@media (max-width: 556px) {
  .slide-one:before {
    display: none; }
  .slide-one__container {
    -ms-flex-align: unset;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
    -moz-box-align: unset;
    align-items: unset; }
  div.slide-one__text {
    position: relative;
    width: 100%;
    max-width: 485px !important;
    max-height: 200px !important;
    height: 50%;
    top: 10px;
    background-position: 50%; }
  .slide-one__photo {
    display: block; } }

/* COVID-19 PAGE START */
.press-release {
  margin: 100px 0; }

.press-release a {
  font-weight: normal; }

.press-release__chapter {
  margin-bottom: 50px; }

.press-release__chapter:last-child {
  margin-bottom: 0; }

.page-hero {
  height: 210px;
  width: 100%;
  background: url("/wp-content/uploads/page-hero.png") no-repeat right;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative; }

.page-hero:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("library/media/images/covid-19/blue_overlay.svg") no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top right; }

@media (max-width: 992px) {
  .page-hero:before {
    width: 85%; } }

@media (max-width: 992px) {
  .page-hero:before {
    width: 95%; } }

@media (max-width: 768px) {
  .page-hero:before {
    width: 100%;
    background: rgba(0, 82, 136, 0.91); } }

.page-hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center; }

.page-hero .container {
  background: transparent !important; }

.page-her__container-inner {
  max-width: 650px; }

@media (max-width: 1200px) {
  .page-her__container-inner {
    max-width: 580px; } }

@media (max-width: 768px) {
  .page-hero__content {
    width: 100%;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center; } }

.page-hero__title {
  font-family: 'ProximaNova-Bold', Georgia, sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  margin: 0; }

@media (max-width: 768px) {
  .page-hero__title {
    font-size: 42px;
    line-height: 52px; } }

@media (max-width: 768px) {
  .page-hero__title {
    font-size: 35px;
    line-height: 42px; } }

.sidebar-title {
  font-family: 'ProximaNova-Bold', Georgia, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 31px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #999999;
  margin: 0;
  padding: 10px 15px; }

.wysiwyg {
  font-family: 'ProximaNova-Regular', Georgia, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #5A5A5A;
  letter-spacing: 0.2px; }

.wysiwyg p {
  margin-bottom: 15px; }

.wysiwyg h1 {
  color: #005288;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.3px;
  margin-bottom: 30px; }

.wysiwyg h3 {
  color: #005288;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 23px; }

.wysiwyg ul {
  margin: 0;
  padding: 0 0 0 20px; }

.wysiwyg li {
  margin-bottom: 5px; }

.wysiwyg a:hover {
  color: #76BD1D; }

.photo-profile {
  width: 100%;
  margin: 25px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center; }

.photo-profile__photo {
  margin-right: 30px; }

.photo-profile__text {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  font-size: 16px;
  line-height: 24px;
  color: #5A5A5A; }

.photo-profile__text b {
  font-family: 'ProximaNova-Bold', Georgia, sans-serif;
  font-weight: bold; }

.photo-profile__text p:last-child {
  margin-bottom: 0; }

.post-card {
  margin: 30px auto;
  width: 100%;
  border: 2px solid #CCCCCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 24px; }

.post-card p:last-child {
  margin-bottom: 0; }

.post-card__inner {
  padding: 50px 0;
  width: 60%;
  margin: 0 auto; }

@media (max-width: 991px) {
  .post-card__inner {
    width: 80%; } }

@media (max-width: 768px) {
  .post-card__inner {
    width: 100%;
    padding: 30px; } }

.post-card h3 {
  font-family: 'ProximaNova-Bold', Georgia, sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 9px; }

.post-card__date {
  width: 100%;
  margin: 20px auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #5A5A5A; }

a.trufund-button,
.trufund-button {
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  color: #FFFFFF;
  background: #76BD1D;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  padding: 11px 50px;
  margin: 0 auto;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

.trufund-button:focus,
.trufund-button:hover {
  color: #FFFFFF;
  text-decoration: none;
  background: #6eb71f; }

.trufund-button:active {
  bottom: -1px; }

.trufund-button_yellow {
  background: #F0B310 !important; }

.trufund-button_yellow:focus,
.trufund-button_yellow:hover {
  background: #e1a810; }

.covid-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.covid-page .aside {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch; }

.covid-page .aside .inner {
  height: 100%; }

@media (max-width: 768px) {
  .covid-page .equal-height {
    padding: 0; }
  .covid-page .widget {
    margin-bottom: 10px; }
  .covid-page {
    -ms-flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex; }
  .covid-page__body {
    width: 100%;
    float: none;
    padding-bottom: 50px; }
  .covid-page .aside {
    width: 100%;
    float: none; } }

.covid-page .mb-100 {
  margin-bottom: 100px; }

/* COVID-19 PAGE END */
.slide-hero {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background: url('library/media/images/covid-19/raspberries-slide.png') no-repeat;*/
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden; }

.slide-hero--new {
  background: url("") no-repeat !important;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.slide-hero:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 85%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("library/media/images/covid-19/slide-hero-overlay.svg") no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top right; }

.slide-hero .container {
  background: transparent !important; }

@media (max-width: 992px) {
  .slide-hero:before {
    width: 85%; } }

@media (max-width: 992px) {
  .slide-hero:before {
    width: 95%; } }

@media (max-width: 768px) {
  .slide-hero:before {
    width: 100%;
    background: rgba(0, 82, 136, 0.91); } }

.slide-hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  font-size: 21px;
  line-height: 31px; }

.slide-hero__content-inner {
  max-width: 680px; }

.slide-hero__content p {
  margin-bottom: 30px; }

@media (max-width: 768px) {
  .slide-hero__content {
    width: 100%;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 24px; } }

.slide-hero__title {
  font-family: 'ProximaNova-Bold', Georgia, sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  margin: 0 !important;
  margin-bottom: 20px !important; }

@media (max-width: 768px) {
  .slide-hero__title {
    font-size: 42px !important;
    line-height: 52px !important; } }

@media (max-width: 768px) {
  .slide-hero__title {
    font-size: 35px !important;
    line-height: 42px !important; } }

.slide-hero .trufund-button {
  margin-top: 30px; }

.h-100 {
  height: 100% !important; }

.slide-hero--alt {
  background: url("/wp-content/uploads/hero_new_1.png") no-repeat right;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.slide-hero--alt .slide-hero__content-inner {
  max-width: 730px; }

.slide-hero--alt .trufund-button {
  min-width: 210px;
  margin-right: 10px; }

.slide-hero--alt .trufund-button:last-child {
  margin-right: 0; }

@media (max-width: 1200px) {
  .slide-hero--alt .slide-hero__content-inner {
    max-width: 630px; } }

@media (max-width: 850px) {
  .slide-hero--alt .slide-hero__content-inner {
    max-width: 530px; } }

@media (max-width: 550px) {
  .slide-hero--alt .slide-hero__title {
    font-size: 26px !important;
    line-height: 42px !important; }
  .slide-hero--alt .trufund-button {
    margin: 20px auto 0; }
  .slide-hero--alt .trufund-button:last-child {
    margin: 10px auto 0; } }

.slide-hero.slide-hero__online,
.slide-hero.slide-hero__online:before {
  /*width: 100%;
	background: url('/wp-content/uploads/TruFund_slider_r2_new.jpg') no-repeat center;
	background-size: cover;*/ }

.slide-hero.slide-hero__online .slide-hero__content-inner {
  text-align: center;
  margin: 0 auto; }

.slide-2052 {
  overflow: hidden; }

.wp-block-image--alt {
  margin: 25px auto;
  width: 100%; }

.wp-block-image--alt img {
  width: 100%; }

.pageid-2030 #post-2030 h1.entry-title {
  color: #eb7d3c; }

@media (min-width: 576px) {
  .fall-2020__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (max-width: 575px) {
  .fall-2020__header .col-xs-6 {
    width: 100%;
    float: none; } }

.fall-2020__header img {
  width: 70%;
  display: block;
  margin: 0 auto; }

@media (max-width: 575px) {
  .fall-2020__header img {
    display: none; } }

.fall-2020__blue-bg {
  background: #085285;
  padding: 15px;
  text-align: center; }

.fall-2020__blue-bg p {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.2; }

.fall-2020__blue-bg p span {
  font-family: "ProximaNova-Bold";
  color: #a5c96a;
  display: block;
  letter-spacing: 1px; }

.fall-2020 h4 {
  text-transform: uppercase;
  width: 65%;
  background: #085285;
  padding: 10px 15px;
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff; }

@media (max-width: 992px) {
  .fall-2020 h4 {
    text-align: center;
    width: 100%; } }

.fall-2020-program {
  margin-bottom: 50px; }

.fall-2020-program__title {
  font-size: 20px;
  font-family: "ProximaNova-Bold";
  color: #a5c96a; }

.big-green-btn {
  cursor: pointer;
  font-family: "ProximaNova-Bold";
  font-size: 18px;
  background: #72ac4d;
  color: #fff;
  width: 100%;
  max-width: 220px;
  padding: 6px 12px;
  display: inline-block;
  text-align: center;
  line-height: 1.5; }

.big-green-btn:hover {
  color: #fff;
  background: #669a45; }

/*.fall-2020__apply {
    background: #90cef4;
    padding: 15px;
    text-align: center;
}

.fall-2020__apply p,
.fall-2020__apply a {
    margin-bottom: 10px;
    color: #35346c;
}

.fall-2020__apply p strong {
    font-family: "ProximaNova-Bold";
}

.fall-2020__apply p:last-child {
    margin-bottom: 0;
}*/
.w-100 {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

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

.mh-100 {
  max-height: 100% !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-0 {
  margin: 0rem 0rem !important; }

.mt-0 {
  margin-top: 0rem !important; }

.mr-0 {
  margin-right: 0rem !important; }

.mb-0 {
  margin-bottom: 0rem !important; }

.ml-0 {
  margin-left: 0rem !important; }

.mx-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important; }

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important; }

.m-1 {
  margin: 0.25rem 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0rem 0rem !important; }

.pt-0 {
  padding-top: 0rem !important; }

.pr-0 {
  padding-right: 0rem !important; }

.pb-0 {
  padding-bottom: 0rem !important; }

.pl-0 {
  padding-left: 0rem !important; }

.px-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important; }

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }

.p-1 {
  padding: 0.25rem 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

@media (min-width: 750px) {
  .m-sm-0 {
    margin: 0rem 0rem !important; }
  .mt-sm-0 {
    margin-top: 0rem !important; }
  .mr-sm-0 {
    margin-right: 0rem !important; }
  .mb-sm-0 {
    margin-bottom: 0rem !important; }
  .ml-sm-0 {
    margin-left: 0rem !important; }
  .mx-sm-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important; }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important; } }

@media (min-width: 750px) {
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; } }

@media (min-width: 750px) {
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; } }

@media (min-width: 750px) {
  .m-sm-3 {
    margin: 1rem 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; } }

@media (min-width: 750px) {
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; } }

@media (min-width: 750px) {
  .m-sm-5 {
    margin: 3rem 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; } }

@media (min-width: 750px) {
  .p-sm-0 {
    padding: 0rem 0rem !important; }
  .pt-sm-0 {
    padding-top: 0rem !important; }
  .pr-sm-0 {
    padding-right: 0rem !important; }
  .pb-sm-0 {
    padding-bottom: 0rem !important; }
  .pl-sm-0 {
    padding-left: 0rem !important; }
  .px-sm-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important; }
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important; } }

@media (min-width: 750px) {
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; } }

@media (min-width: 750px) {
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }

@media (min-width: 750px) {
  .p-sm-3 {
    padding: 1rem 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; } }

@media (min-width: 750px) {
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; } }

@media (min-width: 750px) {
  .p-sm-5 {
    padding: 3rem 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

@media (min-width: 970px) {
  .m-md-0 {
    margin: 0rem 0rem !important; }
  .mt-md-0 {
    margin-top: 0rem !important; }
  .mr-md-0 {
    margin-right: 0rem !important; }
  .mb-md-0 {
    margin-bottom: 0rem !important; }
  .ml-md-0 {
    margin-left: 0rem !important; }
  .mx-md-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important; }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important; } }

@media (min-width: 970px) {
  .m-md-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; } }

@media (min-width: 970px) {
  .m-md-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; } }

@media (min-width: 970px) {
  .m-md-3 {
    margin: 1rem 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; } }

@media (min-width: 970px) {
  .m-md-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; } }

@media (min-width: 970px) {
  .m-md-5 {
    margin: 3rem 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; } }

@media (min-width: 970px) {
  .p-md-0 {
    padding: 0rem 0rem !important; }
  .pt-md-0 {
    padding-top: 0rem !important; }
  .pr-md-0 {
    padding-right: 0rem !important; }
  .pb-md-0 {
    padding-bottom: 0rem !important; }
  .pl-md-0 {
    padding-left: 0rem !important; }
  .px-md-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important; }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important; } }

@media (min-width: 970px) {
  .p-md-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; } }

@media (min-width: 970px) {
  .p-md-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }

@media (min-width: 970px) {
  .p-md-3 {
    padding: 1rem 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; } }

@media (min-width: 970px) {
  .p-md-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; } }

@media (min-width: 970px) {
  .p-md-5 {
    padding: 3rem 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

@media (min-width: 1170px) {
  .m-lg-0 {
    margin: 0rem 0rem !important; }
  .mt-lg-0 {
    margin-top: 0rem !important; }
  .mr-lg-0 {
    margin-right: 0rem !important; }
  .mb-lg-0 {
    margin-bottom: 0rem !important; }
  .ml-lg-0 {
    margin-left: 0rem !important; }
  .mx-lg-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important; }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important; } }

@media (min-width: 1170px) {
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; } }

@media (min-width: 1170px) {
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; } }

@media (min-width: 1170px) {
  .m-lg-3 {
    margin: 1rem 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; } }

@media (min-width: 1170px) {
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; } }

@media (min-width: 1170px) {
  .m-lg-5 {
    margin: 3rem 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; } }

@media (min-width: 1170px) {
  .p-lg-0 {
    padding: 0rem 0rem !important; }
  .pt-lg-0 {
    padding-top: 0rem !important; }
  .pr-lg-0 {
    padding-right: 0rem !important; }
  .pb-lg-0 {
    padding-bottom: 0rem !important; }
  .pl-lg-0 {
    padding-left: 0rem !important; }
  .px-lg-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important; }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important; } }

@media (min-width: 1170px) {
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; } }

@media (min-width: 1170px) {
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }

@media (min-width: 1170px) {
  .p-lg-3 {
    padding: 1rem 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; } }

@media (min-width: 1170px) {
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; } }

@media (min-width: 1170px) {
  .p-lg-5 {
    padding: 3rem 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

.h1, .h2, .h3, h1, h2, h3 {
  color: #005288;
  font-family: 'Merriweather'; }

h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 30px; }

h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px; }

h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 38px; }

h4, .article h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 38px; }

a[href*="http://trufund"], a[href*="https://trufund"], a[href*="https://trufund"], a[href*="https://www.trufund"] {
  color: #fff; }

.entry-content a[href*="http://trufund"], #search-query a[href*="http://trufund"], .entry-content a[href*="https://trufund"], #search-query a[href*="https://trufund"], .entry-content a[href*="https://trufund"], #search-query a[href*="https://trufund"], .entry-content a[href*="https://www.trufund"], #search-query a[href*="https://www.trufund"] {
  color: #7AC143; }

.page-footer .menu-item a {
  color: #FFF; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
  clear: both; }

.entry-content a, .entry-content a:active, .entry-content a {
  color: #7AC143; }

.entry-summary h1 + p, .article h1 + p {
  font-size: 24px;
  font-weight: 600;
  line-height: 38px; }
  @media (max-width: 969.98px) {
    .entry-summary h1 + p, .article h1 + p {
      font-size: 22px;
      line-height: 34px; } }

.entry-summary h4, .article h4 {
  margin-top: 30px; }

.entry-summary p,
.article p {
  font-size: 18px;
  line-height: 28px; }
  .entry-summary p, .entry-summary p:first-of-type, .article p, .article p:first-of-type {
    color: #5A5A5A; }
  .entry-summary p:first-child, .entry-summary p:first-of-type, .article p:first-child, .article p:first-of-type {
    font-size: 24px;
    font-weight: 600;
    line-height: 38px; }

.entry-summary span.date-place, .article span.date-place {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 20px; }

.entry-summary ul, .article ul {
  margin-bottom: 30px;
  padding-left: 15px; }
  .entry-summary ul li, .article ul li {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 28px; }
  .entry-summary ul ul, .article ul ul {
    list-style-type: disc;
    margin-bottom: 15px;
    margin-top: 15px; }
    .entry-summary ul ul ul, .article ul ul ul {
      list-style-image: url(library/media/images/right-triangle.svg); }

.entry-summary pre, .article pre {
  background: transparent;
  border: none;
  color: #5A5A5A;
  font-family: 'ProximaNova-Regular', sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding: 0; }

#content {
  font-size: 18px; }

.article img.alignnone {
  margin: 0; }

td, th {
  border: none; }

.page-block, .full-text-block, .logotips-list, .image-with-text, .text-with-sidebar-block {
  margin-bottom: 0; }
  .page-block__title, .image-with-text__title, .article .image-with-text__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px; }

.entry-content.article {
  margin-bottom: 50px; }
  .entry-content.article:last-child {
    margin-bottom: 0; }

.home #content {
  border-bottom: 50px solid #F1F1F1; }

.search h2.entry-title {
  line-height: 45px; }

.search .entry-summary p:first-child, .search .article p:first-child {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal; }

.entry-title a {
  color: #2361a1; }

.category .post .entry-title {
  margin-bottom: 50px; }
  @media (max-width: 969.98px) {
    .category .post .entry-title {
      margin-bottom: 20px; } }

.category .post .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.category .post .category-thumbnail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 969.98px) {
    .category .post .category-thumbnail img {
      margin-bottom: 20px; } }

.category .entry-summary p:first-child, .category .entry-summary p:first-of-type {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; }

.header {
  display: none;
  padding: 0 0 13px 0; }

.header.navbar {
  border: none;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  width: 100%;
  z-index: 100; }
  @media (max-width: 1169.98px) {
    .header.navbar {
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; } }
  .header.navbar .navbar-header .logo {
    display: none; }
  .header.navbar .top-nav .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse; }
    @media (max-width: 1169.98px) {
      .header.navbar .top-nav .navbar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-flow: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media (max-width: 1169.98px) {
      .header.navbar .top-nav .navbar li {
        width: 100%; } }
  .header.navbar:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2); }
    @media (max-width: 1169.98px) {
      .header.navbar:hover {
        background: transparent; } }
    .header.navbar:hover .navbar-header .logo {
      display: block; }
    .header.navbar:hover .navbar-header .logo-trans {
      display: none; }
    .header.navbar:hover .navbar-nav > li > a, .header.navbar:hover .navbar-default .navbar-nav > li > a:hover {
      color: #005288; }
    .header.navbar:hover .top-nav {
      border-color: rgba(0, 82, 136, 0.4); }
      .header.navbar:hover .top-nav .searchform .form-control {
        border-color: #005288;
        color: #005288; }
        .header.navbar:hover .top-nav .searchform .form-control::-webkit-input-placeholder {
          color: #005288; }
        .header.navbar:hover .top-nav .searchform .form-control:-moz-placeholder {
          color: #005288; }
        .header.navbar:hover .top-nav .searchform .form-control::-moz-placeholder {
          color: #005288; }
        .header.navbar:hover .top-nav .searchform .form-control:-ms-input-placeholder {
          color: #005288; }
        .header.navbar:hover .top-nav .searchform .form-control::-ms-input-placeholder {
          color: #005288; }
        .header.navbar:hover .top-nav .searchform .form-control::placeholder {
          color: #005288; }
    .header.navbar:hover .mega-menu > .menu-item > a, .header.navbar:hover .mega-menu > .menu-item > a:after {
      color: #005288;
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none; }
  .header.navbar.scrolled, .header.navbar.opened {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2); }
    .header.navbar.scrolled .top-nav, .header.navbar.scrolled:hover .top-nav, .header.navbar.opened .top-nav, .header.navbar.opened:hover .top-nav {
      margin-top: -60px;
      opacity: 0;
      -webkit-transition: all ease-in-out 300ms;
      -o-transition: all ease-in-out 300ms;
      -moz-transition: all ease-in-out 300ms;
      transition: all ease-in-out 300ms;
      visibility: hidden; }
      @media (max-width: 1169.98px) {
        .header.navbar.scrolled .top-nav, .header.navbar.scrolled:hover .top-nav, .header.navbar.opened .top-nav, .header.navbar.opened:hover .top-nav {
          margin-top: 0; } }
    .header.navbar.scrolled .navbar-header, .header.navbar.scrolled:hover .navbar-header, .header.navbar.opened .navbar-header, .header.navbar.opened:hover .navbar-header {
      height: 56px; }
      @media (max-width: 1169.98px) {
        .header.navbar.scrolled .navbar-header, .header.navbar.scrolled:hover .navbar-header, .header.navbar.opened .navbar-header, .header.navbar.opened:hover .navbar-header {
          height: 76px; } }
    .header.navbar.scrolled .navbar-header .logo, .header.navbar.scrolled:hover .navbar-header .logo, .header.navbar.opened .navbar-header .logo, .header.navbar.opened:hover .navbar-header .logo {
      display: block;
      height: 34px; }
      @media (max-width: 1169.98px) {
        .header.navbar.scrolled .navbar-header .logo, .header.navbar.scrolled:hover .navbar-header .logo, .header.navbar.opened .navbar-header .logo, .header.navbar.opened:hover .navbar-header .logo {
          height: auto; } }
    .header.navbar.scrolled .navbar-header .logo-trans, .header.navbar.scrolled:hover .navbar-header .logo-trans, .header.navbar.opened .navbar-header .logo-trans, .header.navbar.opened:hover .navbar-header .logo-trans {
      display: none; }
    .header.navbar.scrolled .mega-menu .menu-item-has-children .dropdown-menu, .header.navbar.scrolled:hover .mega-menu .menu-item-has-children .dropdown-menu, .header.navbar.opened .mega-menu .menu-item-has-children .dropdown-menu, .header.navbar.opened:hover .mega-menu .menu-item-has-children .dropdown-menu {
      top: 57px; }
      .header.navbar.scrolled .mega-menu .menu-item-has-children .dropdown-menu .dropdown-menu, .header.navbar.scrolled:hover .mega-menu .menu-item-has-children .dropdown-menu .dropdown-menu, .header.navbar.opened .mega-menu .menu-item-has-children .dropdown-menu .dropdown-menu, .header.navbar.opened:hover .mega-menu .menu-item-has-children .dropdown-menu .dropdown-menu {
        top: auto; }
    .header.navbar.scrolled .mega-menu > .menu-item, .header.navbar.scrolled:hover .mega-menu > .menu-item, .header.navbar.opened .mega-menu > .menu-item, .header.navbar.opened:hover .mega-menu > .menu-item {
      padding-bottom: 20px; }
      .header.navbar.scrolled .mega-menu > .menu-item > a, .header.navbar.scrolled .mega-menu > .menu-item > a:after, .header.navbar.scrolled:hover .mega-menu > .menu-item > a, .header.navbar.scrolled:hover .mega-menu > .menu-item > a:after, .header.navbar.opened .mega-menu > .menu-item > a, .header.navbar.opened .mega-menu > .menu-item > a:after, .header.navbar.opened:hover .mega-menu > .menu-item > a, .header.navbar.opened:hover .mega-menu > .menu-item > a:after {
        color: #005288;
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none; }
    .header.navbar.scrolled .mega-menu__wrapper, .header.navbar.scrolled:hover .mega-menu__wrapper, .header.navbar.opened .mega-menu__wrapper, .header.navbar.opened:hover .mega-menu__wrapper {
      padding-top: 15px; }
  @media (max-width: 1169.98px) {
    .header.navbar .top-nav, .header.navbar .mega-menu__wrapper {
      display: none; } }
  @media (max-width: 1169.98px) {
    .header.navbar.opened .top-nav, .header.navbar.opened .mega-menu__wrapper {
      display: block;
      opacity: 1;
      visibility: visible; } }
  .header.navbar.scrolled {
    padding-bottom: 0;
    padding-top: 0;
    z-index: 1000; }
    @media (max-width: 1169.98px) {
      .header.navbar.scrolled {
        height: 76px; } }
  @media (max-width: 1169.98px) {
    .header.navbar .container {
      width: 100%; }
      .header.navbar .container > .navbar-header {
        margin-left: -15px;
        margin-right: -15px; } }
  @media (max-width: 1169.98px) {
    .header.navbar.opened {
      background: #fff;
      height: 100%;
      overflow: scroll;
      position: fixed;
      top: 0;
      width: 100%; }
      .header.navbar.opened .container {
        background-color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        height: auto;
        width: 100%; }
      .header.navbar.opened .top-nav {
        border-bottom: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        opacity: 1 !important;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        position: relative;
        visibility: visible !important; }
        .header.navbar.opened .top-nav .searchform {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          padding-right: 0;
          width: 100%; }
          .header.navbar.opened .top-nav .searchform .form-control {
            border-color: #005288;
            color: #005288;
            font-size: 18px;
            line-height: 18px;
            padding: 23px 16px; }
            .header.navbar.opened .top-nav .searchform .form-control::-webkit-input-placeholder {
              color: #005288; }
            .header.navbar.opened .top-nav .searchform .form-control:-moz-placeholder {
              color: #005288; }
            .header.navbar.opened .top-nav .searchform .form-control::-moz-placeholder {
              color: #005288; }
            .header.navbar.opened .top-nav .searchform .form-control:-ms-input-placeholder {
              color: #005288; }
            .header.navbar.opened .top-nav .searchform .form-control::-ms-input-placeholder {
              color: #005288; }
            .header.navbar.opened .top-nav .searchform .form-control::placeholder {
              color: #005288; }
        .header.navbar.opened .top-nav #menu-top-menu {
          margin-top: 0;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -moz-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; }
        .header.navbar.opened .top-nav .btn-donate {
          float: none;
          margin: 0;
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
          -moz-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; }
          .header.navbar.opened .top-nav .btn-donate a {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            font-size: 16px;
            line-height: 16px;
            margin: 0;
            padding: 10px 40px; }
        .header.navbar.opened .top-nav .navbar {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-flow: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
          width: 100%; }
        .header.navbar.opened .top-nav .input-group {
          max-width: none;
          width: 100%; }
      .header.navbar.opened .navbar-header {
        margin-left: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 20px 0;
        position: relative; }
      .header.navbar.opened .mega-menu__wrapper {
        border-top: 1px solid #C5CCD1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 0;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding-top: 10px; } }
    @media (max-width: 1169.98px) and (max-width: 1169.98px) {
      .header.navbar.opened .mega-menu__wrapper {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none; } }
  @media (max-width: 1169.98px) {
      .header.navbar.opened .logo-trans {
        display: none; }
      .header.navbar.opened .logo {
        display: none; }
      .header.navbar.opened .navbar-toggle {
        background: transparent;
        margin: 0; }
        .header.navbar.opened .navbar-toggle .icon-bar {
          background-color: #7AC143;
          margin: 0;
          width: 20px; }
          .header.navbar.opened .navbar-toggle .icon-bar:nth-child(2) {
            position: relative;
            top: 3px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg); }
          .header.navbar.opened .navbar-toggle .icon-bar:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg); }
          .header.navbar.opened .navbar-toggle .icon-bar:nth-child(4) {
            display: none; }
      .header.navbar.opened .navbar-brand {
        padding-left: 0;
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none; }
      .header.navbar.opened .navbar-nav > li > a, .header.navbar.opened .mega-menu > .menu-item > a {
        color: #005288;
        font-size: 24px;
        line-height: 24px; }
      .header.navbar.opened .mega-menu > .menu-item {
        padding-bottom: 20px;
        position: relative; }
        .header.navbar.opened .mega-menu > .menu-item.opened {
          border-top: none; }
      .header.navbar.opened .mega-menu .menu-item-has-children.opened > .dropdown-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        padding-bottom: 0;
        padding-top: 15px;
        position: relative;
        top: auto; } }
    @media (max-width: 1169.98px) and (max-width: 1169.98px) {
      .header.navbar.opened .mega-menu .menu-item-has-children.opened > .dropdown-menu {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  @media (max-width: 1169.98px) {
      .header.navbar.opened .mega-menu .menu-item-has-children a:after {
        color: #005288;
        position: relative;
        right: -10px; }
      .header.navbar.opened .mega-menu .menu-item-has-children .dropdown-menu li {
        max-width: none;
        min-width: auto; }
        .header.navbar.opened .mega-menu .menu-item-has-children .dropdown-menu li > a {
          font-size: 16px;
          font-weight: bold;
          margin-bottom: 15px;
          padding-left: 10px; }
        .header.navbar.opened .mega-menu .menu-item-has-children .dropdown-menu li .dropdown-menu {
          left: 0; }
          .header.navbar.opened .mega-menu .menu-item-has-children .dropdown-menu li .dropdown-menu li a {
            font-size: 12px;
            font-weight: normal;
            padding-left: 20px; } }
        @media (max-width: 1169.98px) and (max-width: 1169.98px) {
          .header.navbar.opened .mega-menu .menu-item-has-children .dropdown-menu li .dropdown-menu li a {
            font-size: 14px; } }
  @media (max-width: 1169.98px) {
          .header.navbar.opened .mega-menu .menu-item-has-children .dropdown-menu li .dropdown-menu li .dropdown-menu {
            left: 20px; } }
        @media (max-width: 1169.98px) and (max-width: 1169.98px) {
          .header.navbar.opened .mega-menu .menu-item-has-children .dropdown-menu li .dropdown-menu li .dropdown-menu {
            left: auto; } }
  @media (max-width: 1169.98px) {
          .header.navbar.opened .mega-menu .menu-item-has-children .dropdown-menu li .dropdown-menu .menu-item-has-children > a:after {
            color: #005288;
            content: '+';
            font-size: 16px;
            left: auto;
            margin-left: 5px;
            position: relative;
            right: -10px;
            top: auto;
            -webkit-transition: none;
            -o-transition: none;
            -moz-transition: none;
            transition: none; }
          .header.navbar.opened .mega-menu .menu-item-has-children .dropdown-menu li .dropdown-menu .menu-item-has-children:hover > a:after {
            content: '-'; } }
  @media (max-width: 1169.98px) {
    .header.navbar:not(.opened) .logo-trans {
      display: block !important; }
    .header.navbar:not(.opened) .logo {
      display: none !important; } }
  @media (max-width: 1169.98px) {
    .header.navbar.opened .logo-trans, .header.navbar.scrolled .logo-trans {
      display: none !important; }
    .header.navbar.opened .logo, .header.navbar.scrolled .logo {
      display: block !important; }
    .header.navbar.opened .navbar-toggle .icon-bar, .header.navbar.scrolled .navbar-toggle .icon-bar {
      background-color: #7AC143; } }

.top-nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 1;
  visibility: visible;
  width: 100%;
  z-index: 1; }
  .top-nav .navbar a {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    text-transform: none; }
  .top-nav .navbar .btn-donate a {
    background: #f0b310;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin-top: 0;
    padding: 8px 20px;
    text-transform: none; }
  .top-nav .navbar-right {
    margin-right: 0;
    margin-top: 0;
    padding-top: 0; }
  .top-nav .input-group-addon {
    display: none; }
  .top-nav .searchform .form-control {
    background: transparent;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    padding: 10px; }
    .top-nav .searchform .form-control::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .top-nav .searchform .form-control:-moz-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .top-nav .searchform .form-control::-moz-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .top-nav .searchform .form-control:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .top-nav .searchform .form-control::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .top-nav .searchform .form-control::placeholder {
      color: rgba(255, 255, 255, 0.6); }

.navbar-default {
  border-bottom: none; }
  @media (max-width: 1169.98px) {
    .navbar-default .navbar-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; } }
  .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    text-transform: none; }
  .navbar-default .navbar-nav > li > a:hover {
    text-decoration: underline; }
  .navbar-default .navbar-brand {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none; }
    @media (max-width: 1169.98px) {
      .navbar-default .navbar-brand {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 0 !important; } }
  .navbar-default .navbar-toggle {
    border: none;
    padding: 0; }
    @media (max-width: 1169.98px) {
      .navbar-default .navbar-toggle {
        display: block; } }
    .navbar-default .navbar-toggle:hover {
      background-color: transparent; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff;
      height: 3px;
      width: 30px; }
      .navbar-default .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px; }

.navbar-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 76px;
  position: absolute; }
  @media (max-width: 1169.98px) {
    .navbar-header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-flow: row-reverse;
      -moz-box-orient: horizontal;
      -moz-box-direction: reverse;
      -ms-flex-flow: row-reverse;
      flex-flow: row-reverse;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: 100%; } }

.header__spacer {
  background: url(library/media/images/heros/header-spacer.jpg) no-repeat center right;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 430px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1169.98px) {
    .header__spacer {
      height: 150px; } }
  .header__spacer:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(19.58%, rgba(1, 46, 76, 0.48)), color-stop(77.94%, rgba(0, 82, 136, 0.48)));
    background: -webkit-linear-gradient(right, rgba(1, 46, 76, 0.48) 19.58%, rgba(0, 82, 136, 0.48) 77.94%);
    background: -moz-linear-gradient(right, rgba(1, 46, 76, 0.48) 19.58%, rgba(0, 82, 136, 0.48) 77.94%);
    background: -o-linear-gradient(right, rgba(1, 46, 76, 0.48) 19.58%, rgba(0, 82, 136, 0.48) 77.94%);
    background: linear-gradient(270deg, rgba(1, 46, 76, 0.48) 19.58%, rgba(0, 82, 136, 0.48) 77.94%);
    content: " ";
    display: block;
    height: 1000vh;
    position: absolute;
    right: 65%;
    top: -490vh;
    -webkit-transform: rotate(26deg);
    -moz-transform: rotate(26deg);
    -ms-transform: rotate(26deg);
    -o-transform: rotate(26deg);
    transform: rotate(26deg);
    width: 1000vh;
    z-index: 1; }
  .header__spacer:after {
    background-color: rgba(0, 0, 0, 0.4);
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.navbar-default .navbar-nav > .active a:before,
.navbar-default .navbar-nav > .current-menu-parent a:before {
  display: none; }

@media (max-width: 1169.98px) {
  .navbar-default .carett {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px dashed;
    color: #005288;
    display: block;
    position: absolute;
    right: 10px;
    top: 14px; } }

@media (max-width: 1169.98px) {
  .navbar-default .menu-item.opened .carett {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); } }

.mega-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin: -4px 0 0 0;
  padding: 0; }
  @media (max-width: 1169.98px) {
    .mega-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      margin: 0 0 0 0; } }
  .mega-menu__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0 0 30px;
    -webkit-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    width: 100%; }
    .header.opened .mega-menu__wrapper {
      padding: 20px 30px 0 30px; }
      @media (max-width: 1169.98px) {
        .header.opened .mega-menu__wrapper {
          padding: 20px 0 0 0; } }
    @media (max-width: 1169.98px) {
      .mega-menu__wrapper {
        padding: 80px 0 0 0; } }
  .mega-menu > .menu-item {
    cursor: pointer;
    margin-left: 35px;
    padding: 4px 0 30px 0px;
    -webkit-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms; }
    .header.opened .mega-menu > .menu-item {
      padding-bottom: 20px; }
    @media (max-width: 1169.98px) {
      .mega-menu > .menu-item {
        margin-left: 0; } }
    .mega-menu > .menu-item:hover > a {
      border-color: #7AC143; }
    .mega-menu > .menu-item:hover.menu-item-has-children > a:after {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0); }
    .mega-menu > .menu-item > a {
      border-top: 2px solid transparent;
      color: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 16px;
      font-style: normal;
      font-weight: normal;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      line-height: 16px;
      padding-top: 4px;
      position: relative;
      white-space: normal; }
      @media (max-width: 1169.98px) {
        .mega-menu > .menu-item > a {
          border-top: none;
          display: inline-block; } }
    .mega-menu > .menu-item.menu-item-has-children {
      padding-right: 20px; }
      .mega-menu > .menu-item.menu-item-has-children > a:after {
        color: #fff;
        content: '\25BC';
        font-size: 12px;
        position: absolute;
        right: -20px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none; }
        @media (max-width: 1169.98px) {
          .mega-menu > .menu-item.menu-item-has-children > a:after {
            display: none; } }
  .mega-menu .menu-item-has-children .dropdown-menu {
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0 0 60px 0;
    position: absolute;
    top: 141px;
    visibility: hidden;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 1169.98px) {
      .mega-menu .menu-item-has-children .dropdown-menu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; } }
    .mega-menu .menu-item-has-children .dropdown-menu li {
      margin-bottom: 20px;
      max-width: 265px;
      min-width: 265px;
      padding-right: 40px;
      margin-bottom: 0; }
      @media (max-width: 1169.98px) {
        .mega-menu .menu-item-has-children .dropdown-menu li {
          padding-right: 0; } }
    .mega-menu .menu-item-has-children .dropdown-menu a {
      color: #005288;
      font-size: 15px;
      font-weight: 600;
      line-height: 24px;
      margin-bottom: 12px;
      white-space: normal; }
      .mega-menu .menu-item-has-children .dropdown-menu a, .mega-menu .menu-item-has-children .dropdown-menu a:hover {
        background: transparent; }
      .mega-menu .menu-item-has-children .dropdown-menu a:hover {
        text-decoration: underline; }
    .mega-menu .menu-item-has-children .dropdown-menu .dropdown-menu {
      border-left: 1px solid rgba(0, 82, 136, 0.4);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      left: 20px;
      margin: 0;
      padding: 0;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
      @media (max-width: 1169.98px) {
        .mega-menu .menu-item-has-children .dropdown-menu .dropdown-menu {
          border-left: none; } }
      .mega-menu .menu-item-has-children .dropdown-menu .dropdown-menu li {
        display: block;
        margin-bottom: 12px;
        max-width: 90%;
        min-width: auto;
        padding-right: 0; }
        .mega-menu .menu-item-has-children .dropdown-menu .dropdown-menu li:last-child {
          margin-bottom: 0; }
      .mega-menu .menu-item-has-children .dropdown-menu .dropdown-menu a {
        color: #005288;
        display: block;
        font-size: 12px;
        font-weight: normal;
        line-height: 15px;
        margin-bottom: 0;
        max-width: 90%;
        padding: 0 10px;
        white-space: normal; }
        .mega-menu .menu-item-has-children .dropdown-menu .dropdown-menu a:hover {
          text-decoration: underline; }
          @media (max-width: 1169.98px) {
            .mega-menu .menu-item-has-children .dropdown-menu .dropdown-menu a:hover {
              text-decoration: none; } }
      .mega-menu .menu-item-has-children .dropdown-menu .dropdown-menu .menu-item-has-children > a:after {
        color: #005288;
        content: '\25BC';
        font-size: 12px;
        left: auto;
        margin-left: 5px;
        position: absolute;
        top: auto;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none; }
      .mega-menu .menu-item-has-children .dropdown-menu .dropdown-menu .menu-item-has-children:hover > a:after {
        content: '\25BC';
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0); }
      .mega-menu .menu-item-has-children .dropdown-menu .dropdown-menu .dropdown-menu {
        margin-top: 12px;
        position: relative; }
        .mega-menu .menu-item-has-children .dropdown-menu .dropdown-menu .dropdown-menu:before {
          background-color: #fff;
          content: " ";
          display: block;
          height: 100%;
          left: -22px;
          position: absolute;
          top: 0;
          width: 1px; }
  .mega-menu .menu-item-has-children > .dropdown-menu {
    opacity: 0;
    position: absolute;
    -webkit-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    visibility: hidden;
    width: 100%; }
  .mega-menu .menu-item-has-children.opened {
    overflow: visible; }
    .mega-menu .menu-item-has-children.opened > .menu-item > a:after {
      color: #005288; }
    .mega-menu .menu-item-has-children.opened > .dropdown-menu {
      background: #fff;
      opacity: 1;
      visibility: visible;
      width: 100%; }
      .mega-menu .menu-item-has-children.opened > .dropdown-menu .dropdown-menu {
        background: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        left: 20px;
        opacity: 1;
        padding: 0;
        position: relative;
        top: auto;
        visibility: visible;
        width: auto; }
        .mega-menu .menu-item-has-children.opened > .dropdown-menu .dropdown-menu > a:after {
          -webkit-transform: rotate(0);
          -moz-transform: rotate(0);
          -ms-transform: rotate(0);
          -o-transform: rotate(0);
          transform: rotate(0); }
        .mega-menu .menu-item-has-children.opened > .dropdown-menu .dropdown-menu .dropdown-menu {
          display: none;
          left: 25px; }
          .mega-menu .menu-item-has-children.opened > .dropdown-menu .dropdown-menu .dropdown-menu:before {
            background-color: #fff;
            content: " ";
            display: block;
            height: 100%;
            left: -27px;
            position: absolute;
            width: 1px; }
        .mega-menu .menu-item-has-children.opened > .dropdown-menu .dropdown-menu .menu-item-has-children:hover .dropdown-menu {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
  .mega-menu .footer .nav-menu,
  .footer .mega-menu {
    border-right: 1px solid #517DA2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 30px; }
    @media (max-width: 1169.98px) {
      .mega-menu .footer .nav-menu,
      .footer .mega-menu {
        border-right: none;
        margin-right: 0; } }
    .mega-menu .footer .nav-menu li,
    .footer .mega-menu li {
      margin-left: 0; }
    .mega-menu .footer .nav-menu > .menu-item,
    .footer .mega-menu > .menu-item {
      border: none;
      cursor: default;
      padding: 0; }
      .mega-menu .footer .nav-menu > .menu-item .nav-menu.menu-item-has-children:after, .mega-menu .footer .nav-menu > .menu-item .nav-menu.menu-item-has-children a:before, .mega-menu .footer .nav-menu > .menu-item.menu-item-has-children:after, .mega-menu .footer .nav-menu > .menu-item.menu-item-has-children a:before,
      .footer .mega-menu > .menu-item .nav-menu.menu-item-has-children:after,
      .footer .mega-menu > .menu-item .nav-menu.menu-item-has-children a:before,
      .footer .mega-menu > .menu-item.menu-item-has-children:after,
      .footer .mega-menu > .menu-item.menu-item-has-children a:before {
        display: none !important; }
      .mega-menu .footer .nav-menu > .menu-item > a,
      .footer .mega-menu > .menu-item > a {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        font-family: 'ProximaNova-Regular';
        font-weight: normal;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        line-height: 28px;
        margin-top: 0; }
      .mega-menu .footer .nav-menu > .menu-item .carett,
      .footer .mega-menu > .menu-item .carett {
        cursor: pointer;
        display: none;
        margin-left: 12px;
        padding-top: 4px; }
    .mega-menu .footer .nav-menu .menu-item-has-children a,
    .footer .mega-menu .menu-item-has-children a {
      color: #fff;
      font-weight: normal; }
      .mega-menu .footer .nav-menu .menu-item-has-children a .nav-menu, .mega-menu .footer .nav-menu .menu-item-has-children a:after,
      .footer .mega-menu .menu-item-has-children a .nav-menu,
      .footer .mega-menu .menu-item-has-children a:after {
        display: none; }
      .nav-menu.dropdown-toggle .mega-menu .footer .nav-menu .menu-item-has-children a.dropdown-toggle, .nav-menu.dropdown-toggle
      .footer .mega-menu .menu-item-has-children a.dropdown-toggle {
        display: inline-block;
        position: relative; }
    .mega-menu .footer .nav-menu .menu-item-has-children > .dropdown-menu,
    .footer .mega-menu .menu-item-has-children > .dropdown-menu {
      background: transparent;
      border: none;
      display: none;
      padding: 0;
      position: relative;
      top: auto; }
      .mega-menu .footer .nav-menu .menu-item-has-children > .dropdown-menu a,
      .footer .mega-menu .menu-item-has-children > .dropdown-menu a {
        color: #fff;
        font-weight: normal; }
    .nav-menu.opened .mega-menu .footer .nav-menu .menu-item-has-children.opened .dropdown-menu, .nav-menu.opened
    .footer .mega-menu .menu-item-has-children.opened .dropdown-menu {
      display: block !important;
      opacity: 1;
      visibility: visible; }
      .nav-menu.opened .mega-menu .footer .nav-menu .menu-item-has-children.opened .dropdown-menu .dropdown-menu, .nav-menu.opened
      .footer .mega-menu .menu-item-has-children.opened .dropdown-menu .dropdown-menu {
        display: block !important;
        left: 20px !important;
        opacity: 1;
        visibility: visible; }
        .nav-menu.opened .mega-menu .footer .nav-menu .menu-item-has-children.opened .dropdown-menu .dropdown-menu:before, .nav-menu.opened
        .footer .mega-menu .menu-item-has-children.opened .dropdown-menu .dropdown-menu:before {
          display: none; }
        .nav-menu.opened .mega-menu .footer .nav-menu .menu-item-has-children.opened .dropdown-menu .dropdown-menu .dropdown-menu, .nav-menu.opened
        .footer .mega-menu .menu-item-has-children.opened .dropdown-menu .dropdown-menu .dropdown-menu {
          margin-bottom: 20px; }

.menu-item-2389, .menu-item-2396, .menu-item-2924 {
  position: relative; }
  .menu-item-2389 .dropdown-menu, .menu-item-2396 .dropdown-menu, .menu-item-2924 .dropdown-menu {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-flow: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-flow: column !important;
    flex-flow: column !important;
    left: auto !important;
    padding-bottom: 0 !important;
    padding-top: 10px !important;
    right: -20px !important;
    top: 55px !important; }
    @media (max-width: 1169.98px) {
      .menu-item-2389 .dropdown-menu, .menu-item-2396 .dropdown-menu, .menu-item-2924 .dropdown-menu {
        right: auto !important;
        top: 10px !important; } }
    .header.scrolled .menu-item-2389 .dropdown-menu, .header.scrolled .menu-item-2396 .dropdown-menu, .header.scrolled .menu-item-2924 .dropdown-menu {
      top: 46px !important; }
      @media (max-width: 1169.98px) {
        .header.scrolled .menu-item-2389 .dropdown-menu, .header.scrolled .menu-item-2396 .dropdown-menu, .header.scrolled .menu-item-2924 .dropdown-menu {
          top: 0 !important; } }
    .menu-item-2389 .dropdown-menu li, .menu-item-2396 .dropdown-menu li, .menu-item-2924 .dropdown-menu li {
      /*cursor: default !important;
			margin: 0 auto;
			max-width: 1170px !important;
			padding-right: 0 !important;
			text-align: right;
			width: 100% !important;*/
      margin-bottom: 0 !important;
      max-width: 350px !important;
      min-width: 350px !important;
      padding-right: 0 !important;
      text-align: right; }
      @media (max-width: 1169.98px) {
        .menu-item-2389 .dropdown-menu li, .menu-item-2396 .dropdown-menu li, .menu-item-2924 .dropdown-menu li {
          max-width: none !important;
          min-width: auto !important;
          text-align: left; } }
      .menu-item-2389 .dropdown-menu li:before, .menu-item-2396 .dropdown-menu li:before, .menu-item-2924 .dropdown-menu li:before {
        background: #fff;
        -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
        content: " ";
        display: block;
        height: 52px;
        left: 0;
        margin-top: -10px;
        position: fixed;
        top: auto;
        width: 100%;
        z-index: -1; }
        @media (max-width: 1169.98px) {
          .menu-item-2389 .dropdown-menu li:before, .menu-item-2396 .dropdown-menu li:before, .menu-item-2924 .dropdown-menu li:before {
            display: none; } }
      .menu-item-2389 .dropdown-menu li a, .menu-item-2396 .dropdown-menu li a, .menu-item-2924 .dropdown-menu li a {
        display: inline-block !important; }
      .menu-item-2389 .dropdown-menu li .dropdown-menu, .menu-item-2396 .dropdown-menu li .dropdown-menu, .menu-item-2924 .dropdown-menu li .dropdown-menu {
        border-left: none !important;
        left: auto !important;
        padding-top: 0 !important;
        position: relative !important;
        width: 100% !important; }
        .menu-item-2389 .dropdown-menu li .dropdown-menu li, .menu-item-2396 .dropdown-menu li .dropdown-menu li, .menu-item-2924 .dropdown-menu li .dropdown-menu li {
          cursor: default !important;
          margin: 0 auto;
          max-width: 1170px !important;
          padding-right: 0 !important;
          text-align: right;
          width: 100% !important; }
        .menu-item-2389 .dropdown-menu li .dropdown-menu a, .menu-item-2396 .dropdown-menu li .dropdown-menu a, .menu-item-2924 .dropdown-menu li .dropdown-menu a {
          color: #005288 !important;
          font-size: 15px !important;
          font-weight: 600 !important;
          line-height: 24px !important;
          margin-bottom: 12px !important;
          white-space: normal !important; }

.menu-item-2501 {
  position: relative; }
  .menu-item-2501 > .dropdown-menu {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    left: auto !important;
    padding-bottom: 0 !important;
    padding-top: 10px !important;
    right: -20px !important;
    top: 55px !important;
    width: 275px !important; }
    @media (max-width: 1169.98px) {
      .menu-item-2501 > .dropdown-menu {
        right: auto !important;
        top: 10px !important; } }
    .header.scrolled .menu-item-2501 > .dropdown-menu {
      top: 46px !important; }
      @media (max-width: 1169.98px) {
        .header.scrolled .menu-item-2501 > .dropdown-menu {
          top: 0 !important; } }
    .menu-item-2501 > .dropdown-menu li {
      margin-bottom: 0 !important;
      max-width: none !important;
      min-width: auto !important;
      padding-right: 0 !important;
      width: 100%; }
      .menu-item-2501 > .dropdown-menu li > a {
        white-space: nowrap !important; }
      .menu-item-2501 > .dropdown-menu li > .dropdown-menu:before {
        background-color: rgba(0, 82, 136, 0.4);
        content: " ";
        display: block;
        height: -webkit-calc(100% - 8px);
        height: -moz-calc(100% - 8px);
        height: calc(100% - 8px);
        left: 0;
        position: absolute;
        top: 0;
        width: 1px; }
      .menu-item-2501 > .dropdown-menu li > .dropdown-menu li {
        margin-bottom: 12px !important; }
      .menu-item-2501 > .dropdown-menu li:before {
        background: #fff;
        -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
        content: " ";
        display: block;
        height: 52px;
        left: 0;
        margin-top: -10px;
        position: fixed;
        top: auto;
        width: 100%;
        z-index: -1; }
        @media (max-width: 1169.98px) {
          .menu-item-2501 > .dropdown-menu li:before {
            display: none; } }

.slider {
  max-height: 1024px; }
  .slider div {
    max-height: 1024px !important; }
  .slider .metaslider .caption-wrap {
    opacity: 1;
    padding: 90px;
    top: 0;
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));*/ }
    .slider .metaslider .caption-wrap h1 {
      font-family: 'Merriweather', serif;
      font-size: 51px; }
  @media (max-width: 1169.98px) {
    .slider .metaslider li.ms-image, .slider .metaslider .caption-wrap {
      height: 700px; } }
  @media (max-width: 1169.98px) {
    .slider .metaslider .flexslider .slides li {
      height: 700px; } }
  @media (max-width: 1169.98px) {
    .slider .metaslider .slides img {
      left: 50%;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      width: auto !important; } }

.slide-hero.slide-hero__online:before {
  background: url("/wp-content/uploads/yonghyun-lee-du8ofFw7U9E-unsplash.jpg") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: none;
  width: 100%; }

.slide-hero.slide-hero__online .slide-hero__content-inner {
  margin: 0;
  max-width: none;
  text-align: left; }

.slide-hero__content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 21px;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 31px;
  padding-bottom: 0;
  position: relative;
  z-index: 2; }
  @media (max-width: 969.98px) {
    .slide-hero__content {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 0; } }
  .slide-hero__content p {
    font-size: 18px;
    line-height: 160%;
    max-width: 70%; }

@media (max-width: 1169.98px) {
  .slide-hero .container {
    width: 100%; } }

.flex-control-paging li a {
  background: rgba(181, 181, 181, 0.75) !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  height: 5px !important;
  width: 120px !important; }
  @media (max-width: 969.98px) {
    .flex-control-paging li a {
      width: 100px !important; } }
  .flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 0.75) !important; }

#video-custom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
  #video-custom video {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: auto;
    left: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (max-width: 969.98px) {
      #video-custom video {
        width: 100%;
        left: auto;
        -o-object-fit: contain;
        object-fit: contain; } }

.n2-section-smartslider .nextend-bullet-bar .n2-bullet, .n2-section-smartslider .nextend-bullet-bar .n2-bullet.n2-active {
  background: rgba(181, 181, 181, 0.75) !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  height: 5px !important;
  width: 120px !important;
  padding: 0 !important; }

.n2-section-smartslider .nextend-bullet-bar .n2-bullet.n2-active {
  background: rgba(255, 255, 255, 0.75) !important; }

div#n2-ss-2 .n2-ss-slide-limiter {
  max-width: none !important; }

@media (max-width: 969.98px) {
  .n2-ss-slider h2.n2-ow {
    font-size: 35px !important;
    line-height: 42px !important; } }

@media (max-width: 969.98px) {
  .n2-ss-slider .n2-ss-slide-background-video {
    -o-object-fit: contain !important;
    object-fit: contain !important; } }

a.trufund-button,
.trufund-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.btn-link, .btn-link:hover {
  background-color: #F1B212;
  color: #fff !important;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  line-height: 18px;
  min-width: 230px;
  padding: 14px; }

.our-mission {
  background: #F1F1F1;
  clear: both;
  padding-bottom: 55px;
  padding-top: 35px; }
  .our-mission .container {
    background: transparent !important; }
  .our-mission h2 {
    font-family: 'Merriweather', serif;
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    line-height: 40px;
    margin: 0 0 30px 0;
    text-align: center; }
  .our-mission p {
    color: #5A5A5A;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 160%;
    text-align: center; }

.success-stories {
  padding: 110px 0; }
  @media (max-width: 969.98px) {
    .success-stories {
      padding: 40px 0; } }
  .success-stories__title {
    color: #005288;
    font-family: Merriweather;
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px; }
  .success-stories__item {
    margin-bottom: 100px;
    position: relative; }
    @media (max-width: 969.98px) {
      .success-stories__item {
        margin-bottom: 0; } }
    .success-stories__item:after {
      background: #005288;
      content: " ";
      display: block;
      height: -webkit-calc(100% - 40px);
      height: -moz-calc(100% - 40px);
      height: calc(100% - 40px);
      left: 50%;
      position: absolute;
      top: 20px;
      width: 50%;
      z-index: 0; }
      @media (max-width: 969.98px) {
        .success-stories__item:after {
          display: none; } }
    .success-stories__item:last-child {
      margin-bottom: 0; }
    .success-stories__item:nth-child(odd):after {
      left: 0; }
    .success-stories__item:nth-child(odd) .success-stories__wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-flow: row-reverse;
      -moz-box-orient: horizontal;
      -moz-box-direction: reverse;
      -ms-flex-flow: row-reverse;
      flex-flow: row-reverse; }
      @media (max-width: 969.98px) {
        .success-stories__item:nth-child(odd) .success-stories__wrapper {
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .success-stories__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 969.98px) {
      .success-stories__wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .success-stories__data {
    background: #005288;
    padding: 55px 35px;
    position: relative;
    z-index: 10; }
    .success-stories__data:before, .success-stories__data:after {
      background: #fff;
      content: " ";
      display: block;
      height: 20px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .success-stories__data:after {
      bottom: 0;
      top: auto; }
      @media (max-width: 969.98px) {
        .success-stories__data:after {
          display: none; } }
  .success-stories__item-title {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 15px; }
  .success-stories__text {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 28px; }
  .success-stories__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px; }
    @media (max-width: 969.98px) {
      .success-stories__image {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -moz-box-flex: 1;
        -ms-flex: auto;
        flex: auto; } }
    .success-stories__image img {
      max-width: 100%; }
  .success-stories__readmore, .success-stories__readmore:hover, .success-stories__readmore:visited {
    color: #F1B212;
    text-decoration: none; }
    .success-stories__readmore svg, .success-stories__readmore:hover svg, .success-stories__readmore:visited svg {
      position: relative;
      top: 3px; }

@media (max-width: 969.98px) {
  .wrapper {
    position: relative; } }

.states {
  padding-bottom: 120px; }
  .home .states {
    margin-top: -40px;
    padding-bottom: 200px; }
  .full-text-block + .states {
    margin-top: 50px;
    padding-bottom: 0; }
    @media (max-width: 969.98px) {
      .full-text-block + .states {
        margin-top: 20px; } }
  .states .container {
    background: transparent !important; }
  .states__list, .article .states__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -5px; }
    @media (max-width: 969.98px) {
      .states__list, .article .states__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .states__item, .article .states__item {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.24);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 510px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 7px;
    padding-bottom: 55px;
    position: relative;
    width: 282px; }
    @media (max-width: 969.98px) {
      .states__item, .article .states__item {
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
        margin-bottom: 20px;
        width: 100%; } }
    .states__item, .states__item:hover, .states__item:visited, .article .states__item, .article .states__item:hover, .article .states__item:visited {
      color: #fff; }
    .states__item_new-york, .article .states__item_new-york {
      background-image: url(library/media/images/heros/new-york.jpg); }
    .states__item_alabama, .article .states__item_alabama {
      background-image: url(library/media/images/heros/alabama.jpg); }
    .states__item_louisiana, .article .states__item_louisiana {
      background-image: url(library/media/images/heros/louisiana.jpg); }
    .states__item_texas, .article .states__item_texas {
      background-image: url(library/media/images/heros/texas.jpg); }
    .states__item_georgia, .article .states__item_georgia {
      background-image: url(library/media/images/heros/georgia.jpg); }
    .states__item img, .article .states__item img {
      bottom: 30px;
      position: absolute;
      z-index: 1; }
  .states__title, .article .states__title {
    color: #fff;
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    padding: 0 20px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 10; }

.page-template-page-full-width-php #primary {
  background-color: #fff; }

.breadcrumbs {
  margin: 15px 0 50px 0;
  font-size: 12pt;
  line-height: 19px;
  color: #5A5A5A; }
  .breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs a:visited {
    color: #5A5A5A; }
  .breadcrumbs .current-item {
    font-weight: bold; }

.full-text-block .entry-summary p:last-child, .full-text-block .article p:last-child {
  margin-bottom: 0; }

.full-text-block .entry-summary p a, .full-text-block .article p a {
  color: #F1B212; }

.full-text-block .entry-summary ul:last-child, .full-text-block .article ul:last-child {
  margin-bottom: 0 !important; }

.divider-block + .full-text-block, .youtube-block + .full-text-block {
  margin-top: 50px; }

.pages-list + .full-text-block, .news-block + .full-text-block {
  margin-top: 65px; }

.image-with-text + .full-text-block hr {
  margin-top: 0; }

.full-text-block:first-child .container p:first-child, .article .full-text-block:first-child .container p:first-child {
  font-size: 24px;
  font-weight: 600;
  line-height: 38px; }

.full-text-block .container > hr, .article .full-text-block .container > hr {
  margin-top: 0; }

.full-text-block:last-of-type p:last-child, .article .full-text-block:last-of-type p:last-child {
  margin-bottom: 0; }

.full-text-block:last-of-type blockquote:last-child, .article .full-text-block:last-of-type blockquote:last-child {
  margin-bottom: 0; }

.full-width-list + .full-text-block p, .full-width-list + .article .full-text-block p {
  font-size: 18px !important;
  font-weight: normal;
  line-height: 28px !important;
  margin-top: 30px; }

.full-text-block p:last-child, .article .full-text-block p:last-child {
  margin-bottom: 50px; }
  @media (max-width: 969.98px) {
    .full-text-block p:last-child, .article .full-text-block p:last-child {
      margin-bottom: 30px; } }

.full-text-block p + h3, .full-text-block hr + h3, .article .full-text-block p + h3, .article .full-text-block hr + h3 {
  margin-top: 30px; }

.full-text-block blockquote, .article .full-text-block blockquote {
  border: none;
  margin: 0 auto 30px auto;
  max-width: 850px; }
  @media (max-width: 969.98px) {
    .full-text-block blockquote, .article .full-text-block blockquote {
      margin-bottom: 20px; } }
  .full-text-block blockquote.blockquote_grey, .article .full-text-block blockquote.blockquote_grey {
    background-color: #ECECEC;
    max-width: none;
    padding: 35px 50px; }
    @media (max-width: 969.98px) {
      .full-text-block blockquote.blockquote_grey, .article .full-text-block blockquote.blockquote_grey {
        padding: 20px; } }
  .full-text-block blockquote, .full-text-block blockquote p, .article .full-text-block blockquote, .article .full-text-block blockquote p {
    font-size: 18px !important;
    line-height: 28px !important; }
  .full-text-block blockquote p, .article .full-text-block blockquote p {
    font-weight: normal !important;
    margin-bottom: 0 !important; }
  .full-text-block blockquote + p, .article .full-text-block blockquote + p {
    font-size: 18px !important;
    line-height: 28px !important; }
  .full-text-block blockquote p + p, .article .full-text-block blockquote p + p {
    margin-top: 20px; }
  .full-text-block blockquote strong, .article .full-text-block blockquote strong {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 30px; }
  .full-text-block blockquote em, .article .full-text-block blockquote em {
    font-size: 24px;
    line-height: 38px; }

.full-text-block h1 + p img:first-child, .article .full-text-block h1 + p img:first-child {
  margin-top: 20px; }

.full-text-block h4, .article .full-text-block h4 {
  color: #5A5A5A; }

.full-text-block h4 + blockquote, .article .full-text-block h4 + blockquote {
  margin-top: 30px; }

.full-text-block .table + h3, .article .full-text-block .table + h3 {
  margin-bottom: 0;
  margin-top: 50px; }

.full-text-block .table_alt-rows > tbody > tr > td,
.full-text-block .table_alt-rows > tbody > tr > th,
.full-text-block .table_alt-rows > tfoot > tr > td,
.full-text-block .table_alt-rows > tfoot > tr > th,
.full-text-block .table_alt-rows > thead > tr > td,
.full-text-block .table_alt-rows > thead > tr > th, .full-text-block .table_list > tbody > tr > td,
.full-text-block .table_list > tbody > tr > th,
.full-text-block .table_list > tfoot > tr > td,
.full-text-block .table_list > tfoot > tr > th,
.full-text-block .table_list > thead > tr > td,
.full-text-block .table_list > thead > tr > th, .article .full-text-block .table_alt-rows > tbody > tr > td,
.article .full-text-block .table_alt-rows > tbody > tr > th,
.article .full-text-block .table_alt-rows > tfoot > tr > td,
.article .full-text-block .table_alt-rows > tfoot > tr > th,
.article .full-text-block .table_alt-rows > thead > tr > td,
.article .full-text-block .table_alt-rows > thead > tr > th, .article .full-text-block .table_list > tbody > tr > td,
.article .full-text-block .table_list > tbody > tr > th,
.article .full-text-block .table_list > tfoot > tr > td,
.article .full-text-block .table_list > tfoot > tr > th,
.article .full-text-block .table_list > thead > tr > td,
.article .full-text-block .table_list > thead > tr > th {
  border-top: none;
  color: #005288; }

.full-text-block .table_alt-rows tr th, .full-text-block .table_alt-rows tr td, .full-text-block .table_list tr th, .full-text-block .table_list tr td, .article .full-text-block .table_alt-rows tr th, .article .full-text-block .table_alt-rows tr td, .article .full-text-block .table_list tr th, .article .full-text-block .table_list tr td {
  border-bottom: 20px solid #fff;
  padding: 15px; }
  .full-text-block .table_alt-rows tr th:nth-child(odd), .full-text-block .table_alt-rows tr td:nth-child(odd), .full-text-block .table_list tr th:nth-child(odd), .full-text-block .table_list tr td:nth-child(odd), .article .full-text-block .table_alt-rows tr th:nth-child(odd), .article .full-text-block .table_alt-rows tr td:nth-child(odd), .article .full-text-block .table_list tr th:nth-child(odd), .article .full-text-block .table_list tr td:nth-child(odd) {
    background-color: #B8DBF0;
    padding-left: 50px; }
  .full-text-block .table_alt-rows tr th:nth-child(even), .full-text-block .table_alt-rows tr td:nth-child(even), .full-text-block .table_list tr th:nth-child(even), .full-text-block .table_list tr td:nth-child(even), .article .full-text-block .table_alt-rows tr th:nth-child(even), .article .full-text-block .table_alt-rows tr td:nth-child(even), .article .full-text-block .table_list tr th:nth-child(even), .article .full-text-block .table_list tr td:nth-child(even) {
    background-color: #D5E6F5;
    padding-left: 200px; }
  .full-text-block .table_alt-rows tr th a, .full-text-block .table_alt-rows tr td a, .full-text-block .table_list tr th a, .full-text-block .table_list tr td a, .article .full-text-block .table_alt-rows tr th a, .article .full-text-block .table_alt-rows tr td a, .article .full-text-block .table_list tr th a, .article .full-text-block .table_list tr td a {
    color: #005288; }

.full-text-block .table_alt-rows tr:last-child td, .full-text-block .table_list tr:last-child td, .article .full-text-block .table_alt-rows tr:last-child td, .article .full-text-block .table_list tr:last-child td {
  border-bottom: 0; }

.full-text-block .table_list, .article .full-text-block .table_list {
  max-width: 800px; }
  .full-text-block .table_list tr th, .full-text-block .table_list tr td, .article .full-text-block .table_list tr th, .article .full-text-block .table_list tr td {
    background-color: transparent;
    border-bottom: 0;
    padding: 6px; }
    .full-text-block .table_list tr th:nth-child(odd), .full-text-block .table_list tr th:nth-child(even), .full-text-block .table_list tr td:nth-child(odd), .full-text-block .table_list tr td:nth-child(even), .article .full-text-block .table_list tr th:nth-child(odd), .article .full-text-block .table_list tr th:nth-child(even), .article .full-text-block .table_list tr td:nth-child(odd), .article .full-text-block .table_list tr td:nth-child(even) {
      background-color: transparent;
      padding-left: 0; }
    .full-text-block .table_list tr th:nth-child(even), .full-text-block .table_list tr td:nth-child(even), .article .full-text-block .table_list tr th:nth-child(even), .article .full-text-block .table_list tr td:nth-child(even) {
      padding-left: 0; }
  .full-text-block .table_list tfoot tr td, .article .full-text-block .table_list tfoot tr td {
    color: #5A5A5A;
    font-size: 16px;
    line-height: 26px; }

@media (max-width: 969.98px) {
  .full-text-block iframe, .article .full-text-block iframe {
    max-width: 100%; } }

.entry-content .full-text-block:last-child {
  margin-bottom: 200px; }
  @media (max-width: 969.98px) {
    .entry-content .full-text-block:last-child {
      margin-bottom: 50px; } }

.full-width-list {
  background-color: #F1F1F1;
  margin-top: 50px;
  padding-bottom: 45px; }
  @media (max-width: 969.98px) {
    .full-width-list {
      padding-bottom: 0; } }
  .full-width-list + .full-width-list {
    margin-top: 0; }
  .full-width-list__header {
    background: -webkit-gradient(linear, right top, left top, color-stop(16.06%, #7AC143), color-stop(70.67%, #6EAF3C));
    background: -webkit-linear-gradient(right, #7AC143 16.06%, #6EAF3C 70.67%);
    background: -moz-linear-gradient(right, #7AC143 16.06%, #6EAF3C 70.67%);
    background: -o-linear-gradient(right, #7AC143 16.06%, #6EAF3C 70.67%);
    background: linear-gradient(270deg, #7AC143 16.06%, #6EAF3C 70.67%);
    color: #FFFFFF;
    display: inline-block;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    padding: 20px 60px 20px 140px;
    position: relative; }
    .full-width-list__header:after {
      border-color: transparent transparent #fff transparent;
      border-style: solid;
      border-width: 0 0 64px 30px;
      content: " ";
      display: block;
      height: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 0; }
      @media (max-width: 969.98px) {
        .full-width-list__header:after {
          display: none; } }
  .full-width-list__hero {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-fLow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 340px;
    text-align: center; }
    @media (max-width: 969.98px) {
      .full-width-list__hero {
        background-position: center;
        padding: 20px 20px 30px 20px; } }
  .full-width-list__hero-no-bg {
    min-height: auto;
    padding-top: 45px;
    padding-bottom: 80px; }
    .full-width-list__hero-no-bg .full-width-list__hero-sub-title {
      font-weight: 400;
      font-size: 24px;
      line-height: 125%;
      text-align: center;
      color: #000000;
      max-width: 730px; }
  .full-width-list__hero-title {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    max-width: 60%; }
    @media (max-width: 969.98px) {
      .full-width-list__hero-title {
        font-size: 30px;
        max-width: 100%; } }
  .full-width-list__hero-sub-title {
    color: #FFFFFF;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 29px;
    margin-top: 15px;
    max-width: 720px;
    text-align: center; }
  .full-width-list__hero + .full-width-list__columns .full-width-list__column {
    position: relative;
    top: -30px; }
    @media (max-width: 969.98px) {
      .full-width-list__hero + .full-width-list__columns .full-width-list__column {
        top: auto; }
        .full-width-list__hero + .full-width-list__columns .full-width-list__column:first-child {
          top: -15px; } }
  .full-width-list__list-item-title {
    background-color: #F1F1F1;
    color: #5A5A5A;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 51px;
    padding: 25px 0;
    text-align: center; }
  .full-width-list__columns {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #F1F1F1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px; }
    @media (max-width: 969.98px) {
      .full-width-list__columns {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .full-width-list__column {
    background: #fff;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
    margin: 0 22px;
    max-width: 480px;
    padding: 40px 20px;
    width: 480px; }
    @media (max-width: 969.98px) {
      .full-width-list__column {
        padding: 20px;
        width: auto; } }
  .full-width-list__column-title {
    color: #5A5A5A;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px; }
  .full-width-list__column-text, .full-width-list__column-text p {
    color: #5A5A5A !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 26px !important; }
  .full-width-list__column-text ul {
    padding-left: 20px; }
    .full-width-list__column-text ul:last-child {
      margin-bottom: 0; }
  .full-width-list__bottom-text {
    margin: 0 auto;
    max-width: 803px; }
    @media (max-width: 969.98px) {
      .full-width-list__bottom-text {
        padding: 0 20px; } }
  .full-width-list__bottom-image {
    text-align: center;
    margin-top: -100px; }

.pages-list, .news-block, .article .pages-list, .article .news-block {
  margin: 20px 0 -65px 0; }
  @media (max-width: 969.98px) {
    .pages-list, .news-block, .article .pages-list, .article .news-block {
      margin-bottom: 0; } }
  .pages-list__row, .news-block__row, .article .pages-list__row, .article .news-block__row {
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -moz-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (max-width: 969.98px) {
      .pages-list__row, .news-block__row, .article .pages-list__row, .article .news-block__row {
        padding: 0 15px; } }
  .pages-list__page, .news-block__item, .article .pages-list__page, .article .news-block__item {
    background: #FFFFFF;
    border-bottom: 16px solid #7AC143;
    -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
    margin: 0 20px 65px 20px;
    width: 500px; }
    @media (max-width: 969.98px) {
      .pages-list__page, .news-block__item, .article .pages-list__page, .article .news-block__item {
        margin: 0 0 30px 0;
        width: 100%; } }
    .pages-list__page img, .news-block__item img, .article .pages-list__page img, .article .news-block__item img {
      max-width: 100%; }
  .pages-list__menu, .article .pages-list__menu {
    padding: 25px 45px; }
    @media (max-width: 969.98px) {
      .pages-list__menu, .article .pages-list__menu {
        padding: 20px; } }
  .pages-list__parent-link, .news-block__title, .news-block__item-title, .article .pages-list__parent-link, .article .news-block__title, .article .news-block__item-title {
    color: #005288 !important;
    font-family: 'Merriweather';
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: 30px; }
  .pages-list__children, .article .pages-list__children {
    list-style-type: none !important;
    margin: 14px 0 0 0 !important;
    padding: 0 !important; }
  .pages-list__child, .article .pages-list__child {
    margin: 6px 0; }
    .pages-list__child:hover .carett:before, .article .pages-list__child:hover .carett:before {
      content: '-'; }
    .pages-list__child:hover > .pages-list__grand-children, .article .pages-list__child:hover > .pages-list__grand-children {
      display: block; }
    .pages-list__child a, .article .pages-list__child a {
      color: #005288;
      font-size: 18px;
      font-style: normal;
      font-weight: normal;
      line-height: 25px; }
      .pages-list__child a:hover, .article .pages-list__child a:hover {
        text-decoration: underline; }
    .pages-list__child .carett, .article .pages-list__child .carett {
      border: none;
      color: #005288;
      height: auto;
      width: auto; }
      .pages-list__child .carett:before, .article .pages-list__child .carett:before {
        content: '+';
        display: inline-block; }
      .pages-list_with-description .pages-list__child .carett, .pages-list_with-description .article .pages-list__child .carett {
        border: none;
        color: #7AC143;
        height: auto;
        width: auto;
        float: right;
        font-size: 24px;
        font-weight: 600; }
    .pages-list_with-description .pages-list__child, .pages-list_with-description .article .pages-list__child {
      border-top: 1px solid #D2D2D2;
      margin: 0;
      padding: 10px 0; }
      .pages-list_with-description .pages-list__child a, .pages-list_with-description .article .pages-list__child a {
        color: #7AC143;
        font-family: 'Merriweather';
        font-size: 16px;
        font-style: normal;
        font-weight: bold;
        line-height: 22px; }
  .pages-list__grand-children, .article .pages-list__grand-children {
    border-left: 1px solid #005288;
    display: none;
    list-style-type: none !important;
    margin: 12px 0 0 25px !important;
    padding: 0 0 0 12px !important; }
    .pages-list_with-description .pages-list__grand-children, .pages-list_with-description .article .pages-list__grand-children {
      border-left: 1px solid #7AC143; }
  .pages-list__grand-child, .article .pages-list__grand-child {
    margin: 0 0 6px 0; }
    .pages-list__grand-child:last-child, .article .pages-list__grand-child:last-child {
      margin: 0; }
    .pages-list__grand-child a, .article .pages-list__grand-child a {
      font-size: 18px;
      line-height: 18px; }
  .pages-list__link, .article .pages-list__link {
    background-position: 50% 50%;
    -moz-background-size: 101%;
    -o-background-size: 101%;
    background-size: 101%;
    background-repeat: no-repeat;
    display: block;
    height: 380px;
    overflow: hidden;
    position: relative;
    width: 100%; }
    .pages-list__link:hover, .article .pages-list__link:hover {
      -moz-background-size: 105%;
      -o-background-size: 105%;
      background-size: 105%; }
    @media (max-width: 969.98px) {
      .pages-list__link, .article .pages-list__link {
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 250px; } }
  .pages-list__page-description, .news-block__preview_text, .article .pages-list__page-description, .article .news-block__preview_text {
    color: #5A5A5A; }
    .pages-list__page-description p, .news-block__preview_text p, .article .pages-list__page-description p, .article .news-block__preview_text p {
      font-size: 18px;
      font-style: normal;
      font-weight: normal;
      line-height: 29px;
      margin-top: 20px; }

.entry-content .pages-list_with-description:last-child {
  margin-bottom: 200px; }
  @media (max-width: 969.98px) {
    .entry-content .pages-list_with-description:last-child {
      margin-bottom: 50px; } }

.small-pages-list {
  padding: 30px 0; }
  @media (max-width: 969.98px) {
    .small-pages-list {
      padding-top: 20px; } }
  .full-width-list + .small-pages-list {
    padding-top: 50px; }
    @media (max-width: 969.98px) {
      .full-width-list + .small-pages-list {
        padding-top: 20px; } }
  .small-pages-list__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .small-pages-list_row .small-pages-list__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: 230px; }
  .small-pages-list__title {
    color: #005288;
    font-family: 'Merriweather';
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 30px; }
  .small-pages-list__page {
    width: 450px; }
    .small-pages-list__page a {
      color: #005288 !important; }
  .small-pages-list__menu {
    margin: 6px 0; }
    .small-pages-list__menu:hover .carett:before {
      content: '-'; }
    .small-pages-list__menu:hover > .small-pages-list__children {
      display: block; }
    .small-pages-list__menu a {
      color: #005288;
      font-size: 18px;
      font-style: normal;
      font-weight: normal;
      line-height: 25px; }
      .small-pages-list__menu a:hover {
        text-decoration: underline; }
    .small-pages-list__menu .carett {
      border: none;
      color: #005288;
      height: auto;
      width: auto; }
      .small-pages-list__menu .carett:before {
        content: '+';
        display: inline-block; }
        .small-pages-list__row .small-pages-list__menu .carett:before {
          content: '-'; }
    .pages-list_with-description .small-pages-list__menu {
      border-top: 1px solid #D2D2D2;
      margin: 0;
      padding: 10px 0; }
      .pages-list_with-description .small-pages-list__menu a {
        color: #7AC143;
        font-family: 'Merriweather';
        font-size: 16px;
        font-style: normal;
        font-weight: bold;
        line-height: 22px; }
  .small-pages-list__children {
    border-left: 1px solid rgba(0, 82, 136, 0.4);
    display: none;
    list-style-type: none !important;
    margin: 12px 0 0 25px !important;
    padding: 0 0 0 12px !important; }
    .small-pages-list__row .small-pages-list__children {
      display: block; }
  .small-pages-list__grand-child {
    margin: 0 0 6px 0; }
    .small-pages-list__grand-child:last-child {
      margin: 0; }
    .small-pages-list__grand-child a {
      font-size: 18px;
      line-height: 18px; }

.logotips-list {
  padding-bottom: 80px; }
  .logotips-list:first-child + .logotips-list .container {
    border-top: 1px solid #D2D2D2;
    padding-top: 80px; }
  .logotips-list:last-child {
    margin-bottom: -50px;
    padding-bottom: 0; }
  .logotips-list__title, .article .logotips-list__title {
    color: #005288;
    font-family: 'Merriweather';
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 60px; }
  .logotips-list__item, .article .logotips-list__item {
    position: relative; }
    .logotips-list__item:after, .article .logotips-list__item:after {
      background: #fff;
      bottom: 0;
      content: " ";
      display: block;
      height: 1px;
      left: 0;
      position: absolute;
      width: 100%; }
  .logotips-list__group-title, .article .logotips-list__group-title {
    color: #5A5A5A;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px; }
  .logotips-list__logos, .article .logotips-list__logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 130px; }
    @media (max-width: 969.98px) {
      .logotips-list__logos, .article .logotips-list__logos {
        margin-bottom: 50px; } }
  .logotips-list__logo, .article .logotips-list__logo {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #D2D2D2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 35px;
    padding-top: 65px;
    position: relative;
    width: 33%; }
    @media (max-width: 969.98px) {
      .logotips-list__logo, .article .logotips-list__logo {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 100% !important;
        -moz-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        width: 100% !important; } }
    .logotips-list__logo:nth-child(3n+1), .logotips-list__logo:nth-child(3n+3), .article .logotips-list__logo:nth-child(3n+1), .article .logotips-list__logo:nth-child(3n+3) {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      @media (max-width: 969.98px) {
        .logotips-list__logo:nth-child(3n+1), .logotips-list__logo:nth-child(3n+3), .article .logotips-list__logo:nth-child(3n+1), .article .logotips-list__logo:nth-child(3n+3) {
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
    .logotips-list__logo .logotips-list__link, .article .logotips-list__logo .logotips-list__link {
      text-align: left;
      width: 100%; }
    .logotips-list__logo .logotips-list__description, .article .logotips-list__logo .logotips-list__description {
      padding-left: 40px;
      padding-right: 0;
      width: 100%; }
    .logotips-list__logo:nth-child(odd) .logotips-list__description, .article .logotips-list__logo:nth-child(odd) .logotips-list__description {
      padding-left: 0;
      padding-right: 40px; }
    .logotips-list__logo:nth-child(3n+1), .article .logotips-list__logo:nth-child(3n+1) {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 30%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      width: 30%; }
    .logotips-list__logo:nth-child(3n+2), .article .logotips-list__logo:nth-child(3n+2) {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 40%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      width: 40%; }
      .logotips-list__logo:nth-child(3n+2):before, .article .logotips-list__logo:nth-child(3n+2):before {
        background-color: #D2D2D2;
        content: " ";
        display: block;
        height: -webkit-calc(100% - 70px);
        height: -moz-calc(100% - 70px);
        height: calc(100% - 70px);
        left: 0;
        position: absolute;
        top: 35px;
        width: 1px; }
        @media (max-width: 969.98px) {
          .logotips-list__logo:nth-child(3n+2):before, .article .logotips-list__logo:nth-child(3n+2):before {
            display: none; } }
    .logotips-list__logo:nth-child(3n+3), .article .logotips-list__logo:nth-child(3n+3) {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 30%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      width: 30%; }
      .logotips-list__logo:nth-child(3n+3):before, .article .logotips-list__logo:nth-child(3n+3):before {
        background-color: #D2D2D2;
        content: " ";
        display: block;
        height: -webkit-calc(100% - 70px);
        height: -moz-calc(100% - 70px);
        height: calc(100% - 70px);
        left: 0;
        position: absolute;
        top: 35px;
        width: 1px; }
        @media (max-width: 969.98px) {
          .logotips-list__logo:nth-child(3n+3):before, .article .logotips-list__logo:nth-child(3n+3):before {
            display: none; } }
    @media (max-width: 969.98px) {
      .logotips-list__logo:nth-child(3n+1), .logotips-list__logo:nth-child(3n+2), .logotips-list__logo:nth-child(3n+3), .article .logotips-list__logo:nth-child(3n+1), .article .logotips-list__logo:nth-child(3n+2), .article .logotips-list__logo:nth-child(3n+3) {
        padding-left: 0;
        padding-right: 0; } }
    .logotips-list__logo_with-description, .article .logotips-list__logo_with-description {
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 50% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 50% !important;
      flex: 0 0 50% !important;
      width: 50% !important; }
      .logotips-list__logo_with-description.logotips-list__logo_wide-block, .article .logotips-list__logo_with-description.logotips-list__logo_wide-block {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 100% !important;
        -moz-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        width: 100% !important; }
      .logotips-list__logo_with-description:nth-child(even):before, .article .logotips-list__logo_with-description:nth-child(even):before {
        background-color: #D2D2D2;
        content: " ";
        display: block;
        height: -webkit-calc(100% - 70px);
        height: -moz-calc(100% - 70px);
        height: calc(100% - 70px);
        left: 0;
        position: absolute;
        top: 35px;
        width: 1px; }
        @media (max-width: 969.98px) {
          .logotips-list__logo_with-description:nth-child(even):before, .article .logotips-list__logo_with-description:nth-child(even):before {
            display: none; } }
      .logotips-list__logo_with-description:nth-child(odd):before, .article .logotips-list__logo_with-description:nth-child(odd):before {
        content: none; }
      @media (max-width: 969.98px) {
        .logotips-list__logo_with-description, .article .logotips-list__logo_with-description {
          -webkit-box-flex: 0 !important;
          -webkit-flex: 0 0 100% !important;
          -moz-box-flex: 0 !important;
          -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
          width: 100% !important; } }
      .logotips-list__logo_with-description .logotips-list__logo-image, .article .logotips-list__logo_with-description .logotips-list__logo-image {
        margin-bottom: 40px; }
    .logotips-list__logo_wide-block, .article .logotips-list__logo_wide-block {
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 100% !important;
      -moz-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
      padding-left: 0 !important;
      width: 100% !important; }
      .logotips-list__logo_wide-block:before, .article .logotips-list__logo_wide-block:before {
        display: none !important; }
      .logotips-list__logo_wide-block .logotips-list__logo-link, .article .logotips-list__logo_wide-block .logotips-list__logo-link {
        height: auto; }
  .logotips-list__link, .article .logotips-list__link {
    color: #7AC143 !important;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 29px;
    text-align: center; }
  .logotips-list__logo-link, .article .logotips-list__logo-link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 150px; }
  .logotips-list__logo-image, .article .logotips-list__logo-image {
    max-height: 100%;
    max-width: 100%; }
  .logotips-list__item:last-child .logotips-list__logos, .article .logotips-list__item:last-child .logotips-list__logos {
    margin-bottom: 0; }
  .logotips-list__description, .article .logotips-list__description {
    margin-bottom: 30px; }
    @media (max-width: 969.98px) {
      .logotips-list__description, .article .logotips-list__description {
        padding-left: 0;
        padding-right: 0; } }
    .logotips-list__description, .logotips-list__description p, .article .logotips-list__description, .article .logotips-list__description p {
      font-size: 18px;
      font-weight: normal;
      line-height: 28px; }

.logo-list {
  --gap: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px; }
  .logo-list .row {
    margin: 0 -webkit-calc(var(--gap) * -1) -webkit-calc(var(--gap) * -1);
    margin: 0 -moz-calc(var(--gap) * -1) -moz-calc(var(--gap) * -1);
    margin: 0 calc(var(--gap) * -1) calc(var(--gap) * -1);
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -moz-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .logo-list .row:after {
      content: '.';
      clear: both;
      display: block;
      height: 0;
      visibility: hidden;
      font-size: 0;
      line-height: 0; }
  .logo-list__item {
    padding: var(--gap);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #D2D2D2; }
    .logo-list__item:before {
      content: " ";
      display: block;
      height: -webkit-calc(100% - 70px);
      height: -moz-calc(100% - 70px);
      height: calc(100% - 70px);
      width: 1px;
      margin: auto 0;
      position: absolute;
      top: 0;
      bottom: 0;
      border-right: 1px solid #D2D2D2; }
    .logo-list__item:before {
      left: 0; }
    .logo-list__item .logo-list__item-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 8px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      overflow: hidden;
      min-height: 120px;
      max-height: 100%;
      max-width: 80%;
      margin: auto; }
      .logo-list__item .logo-list__item-inner img {
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        margin: auto;
        max-height: 105px;
        max-width: 220px;
        height: auto;
        width: auto; }

.divider-block, .youtube-block, .article .divider-block, .article .youtube-block {
  background: #ECECEC;
  padding: 54px 0;
  text-align: center; }
  @media (max-width: 969.98px) {
    .divider-block, .youtube-block, .article .divider-block, .article .youtube-block {
      padding: 20px 0; } }
  .divider-block_with-bg, .article .divider-block_with-bg {
    background-position: 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff; }
    .divider-block_with-bg *, .article .divider-block_with-bg * {
      color: #fff !important; }
    .divider-block_with-bg p, .article .divider-block_with-bg p {
      font-size: 22px;
      line-height: 34px; }
    .divider-block_with-bg a:not(.btn), .article .divider-block_with-bg a:not(.btn) {
      text-decoration: underline !important; }
  .divider-block .container, .youtube-block .container, .article .divider-block .container, .article .youtube-block .container {
    background: transparent !important; }
  .divider-block p:last-child, .youtube-block p:last-child, .article .divider-block p:last-child, .article .youtube-block p:last-child {
    margin-bottom: 0; }

.two-columns-block {
  padding: 30px 0; }
  @media (max-width: 969.98px) {
    .two-columns-block {
      padding-top: 20px; } }
  .two-columns-block, .article .two-columns-block {
    margin-bottom: 20px; }
    .two-columns-block__row, .article .two-columns-block__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -25px; }
      .two-columns-block__row:last-of-type .two-columns-block__column, .article .two-columns-block__row:last-of-type .two-columns-block__column {
        margin-bottom: 0; }
        .two-columns-block__row:last-of-type .two-columns-block__column .two-columns-block__content:last-of-type, .article .two-columns-block__row:last-of-type .two-columns-block__column .two-columns-block__content:last-of-type {
          margin-bottom: 0; }
          .two-columns-block__row:last-of-type .two-columns-block__column .two-columns-block__content:last-of-type .two-columns-block__column-text:last-of-type ul, .article .two-columns-block__row:last-of-type .two-columns-block__column .two-columns-block__content:last-of-type .two-columns-block__column-text:last-of-type ul {
            margin-bottom: 0; }
    .two-columns-block__title h4, .article .two-columns-block__title h4 {
      margin-top: 0; }
    .two-columns-block__column, .article .two-columns-block__column {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      margin-bottom: 50px;
      padding: 0 25px;
      width: 50%; }
      @media (max-width: 969.98px) {
        .two-columns-block__column, .article .two-columns-block__column {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          margin-bottom: 30px;
          width: 100%; } }
    .two-columns-block__content, .article .two-columns-block__content {
      margin-bottom: 50px; }
    .two-columns-block__column-title, .article .two-columns-block__column-title {
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 38px;
      margin-bottom: 15px; }
    .two-columns-block__column-text, .article .two-columns-block__column-text {
      -webkit-transition: max-height 0.3s ease-in-out;
      -o-transition: max-height 0.3s ease-in-out;
      -moz-transition: max-height 0.3s ease-in-out;
      transition: max-height 0.3s ease-in-out; }
      .two-columns-block__column-text p, .article .two-columns-block__column-text p {
        font-size: 18px !important;
        font-weight: normal !important;
        line-height: 28px !important; }
      .two-columns-block__column-text.collapsed, .article .two-columns-block__column-text.collapsed {
        max-height: 290px;
        overflow: hidden;
        position: relative; }
        .two-columns-block__column-text.collapsed:after, .article .two-columns-block__column-text.collapsed:after {
          background: -webkit-gradient(linear, left bottom, left top, color-stop(-6.2%, #FFFFFF), color-stop(37.76%, rgba(255, 255, 255, 0)));
          background: -webkit-linear-gradient(bottom, #FFFFFF -6.2%, rgba(255, 255, 255, 0) 37.76%);
          background: -moz-linear-gradient(bottom, #FFFFFF -6.2%, rgba(255, 255, 255, 0) 37.76%);
          background: -o-linear-gradient(bottom, #FFFFFF -6.2%, rgba(255, 255, 255, 0) 37.76%);
          background: linear-gradient(360deg, #FFFFFF -6.2%, rgba(255, 255, 255, 0) 37.76%);
          bottom: 0;
          content: " ";
          display: block;
          height: 200px;
          left: 0;
          position: absolute;
          width: 100%; }
      .two-columns-block__column-text ul, .article .two-columns-block__column-text ul {
        padding-left: 20px; }
    .two-columns-block__button, .two-columns-block__button:focus, .article .two-columns-block__button, .article .two-columns-block__button:focus {
      background: #F1B212;
      -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
      color: #fff !important;
      display: inline-block;
      font-size: 18px;
      font-weight: normal;
      line-height: 18px;
      outline: none;
      padding: 14px 42px;
      position: relative;
      text-decoration: none; }
    .two-columns-block__button.js-collapse-toggle, .article .two-columns-block__button.js-collapse-toggle {
      margin-top: 25px; }
    .two-columns-block__image, .article .two-columns-block__image {
      max-width: 200px; }
  .two-columns-block p:first-of-type {
    font-size: 18px;
    line-height: 28px;
    font-weight: normal; }

.three-columns-block, .article .three-columns-block {
  margin: 40px 0 0 0; }
  .three-columns-block_four-columns .container, .article .three-columns-block_four-columns .container {
    border-bottom: 1px solid #C4C4C4; }
  .three-columns-block__title, .article .three-columns-block__title {
    color: #005288;
    font-family: 'Merriweather';
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 30px; }
  .three-columns-block__row, .article .three-columns-block__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -70px; }
    .three-columns-block_four-columns .three-columns-block__row, .three-columns-block_four-columns .article .three-columns-block__row {
      margin: 0 -32px; }
  .three-columns-block__column, .article .three-columns-block__column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    margin-bottom: 70px;
    padding: 0 70px;
    width: 33%; }
    @media (max-width: 969.98px) {
      .three-columns-block__column, .article .three-columns-block__column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 10px;
        width: 100%; } }
    .three-columns-block_four-columns .three-columns-block__column, .three-columns-block_four-columns .article .three-columns-block__column {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      margin-bottom: 30px;
      padding: 0 32px;
      width: 25%; }
      @media (max-width: 969.98px) {
        .three-columns-block_four-columns .three-columns-block__column, .three-columns-block_four-columns .article .three-columns-block__column {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          margin-bottom: 10px;
          width: 100%; } }
  .three-columns-block__column-title, .article .three-columns-block__column-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 15px; }
  .three-columns-block__column-text, .three-columns-block__column-text p, .article .three-columns-block__column-text, .article .three-columns-block__column-text p {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px; }
  .three-columns-block__column-text ul, .article .three-columns-block__column-text ul {
    padding-left: 15px; }
  .three-columns-block__image, .article .three-columns-block__image {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    margin-bottom: 30px;
    max-width: 100%; }

.image-with-text, .article .image-with-text {
  margin-bottom: 30px; }
  @media (max-width: 969.98px) {
    .image-with-text, .article .image-with-text {
      margin-bottom: 20px; } }
  .image-with-text__wrapper, .article .image-with-text__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .image-with-text__data, .article .image-with-text__data {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .image-with-text__image, .article .image-with-text__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 380px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
    margin-right: 15px;
    max-width: 380px; }
    @media (max-width: 969.98px) {
      .image-with-text__image, .article .image-with-text__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
        margin-right: 0; } }
    .image-with-text__image img, .article .image-with-text__image img {
      max-width: 100%;
      width: 100%; }
      @media (max-width: 969.98px) {
        .image-with-text__image img, .article .image-with-text__image img {
          margin-bottom: 0; } }
  .image-with-text__text, .image-with-text__text p, .article .image-with-text__text, .article .image-with-text__text p {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 28px; }
  .image-with-text__more-link, .article .image-with-text__more-link {
    font-weight: 600; }

.news-block {
  background-color: #F1F1F1;
  padding-top: 65px;
  margin-bottom: -48px; }
  .news-block .container {
    background-color: #F1F1F1 !important; }
  .news-block__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px; }
  .news-block__title {
    color: #005288;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 0; }
  .news-block__header-link a {
    color: #F1B212;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px; }
  .news-block__row {
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -moz-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    margin-top: 26px; }
    @media (max-width: 969.98px) {
      .news-block__row {
        padding: 0; } }
  .news-block__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    position: relative; }
    @media (max-width: 969.98px) {
      .news-block__col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    .news-block__col:last-child:after {
      display: none;
      content: " ";
      background: -webkit-gradient(linear, left bottom, left top, color-stop(-5.11%, #D9D9D9), color-stop(91.9%, rgba(217, 217, 217, 0)));
      background: -webkit-linear-gradient(bottom, #D9D9D9 -5.11%, rgba(217, 217, 217, 0) 91.9%);
      background: -moz-linear-gradient(bottom, #D9D9D9 -5.11%, rgba(217, 217, 217, 0) 91.9%);
      background: -o-linear-gradient(bottom, #D9D9D9 -5.11%, rgba(217, 217, 217, 0) 91.9%);
      background: linear-gradient(0deg, #D9D9D9 -5.11%, rgba(217, 217, 217, 0) 91.9%);
      position: absolute;
      bottom: 42px;
      left: 0;
      width: 100%;
      height: 160px; }
  .news-block__item {
    border-bottom: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 32px 24px 48px 24px;
    margin: 0 15px 40px 0px;
    width: 555px;
    max-width: 100%; }
    @media (max-width: 969.98px) {
      .news-block__item {
        width: 100%; } }
  .news-block__item-title {
    font-size: 24px;
    line-height: 30px; }
    .news-block__item-title a {
      color: #005288 !important; }
  .news-block__info {
    margin-top: 25px;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #5A5A5A; }
  .news-block__preview_text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    line-height: 28px; }
  .news-block__link {
    padding-top: 30px;
    text-align: center; }
    .news-block__link a {
      background: #F1B212;
      -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
      color: #FFFFFF;
      display: inline-block;
      font-size: 18px;
      font-weight: 600;
      line-height: 18px;
      margin: 0 auto;
      padding: 14px 34px; }
  .news-block__linkedin {
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    height: -webkit-calc(100% - 102px);
    height: -moz-calc(100% - 102px);
    height: calc(100% - 102px);
    background: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); }
    .news-block__linkedin-wrapper {
      position: absolute;
      width: 100%;
      height: 100%;
      /*padding: 25px 44px 0 44px;*/
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 969.98px) {
        .news-block__linkedin-wrapper {
          position: relative; } }
      .news-block__linkedin-wrapper h1.referral {
        display: none !important; }
  .news-block .sk-linkedin-page-post-profile-info {
    width: 78%; }
  .news-block .sk-ww-linkedin-page-post {
    padding: 25px 44px 0 44px; }

.news-block__linkedin-2 {
  padding-top: 60px;
  padding-bottom: 50px; }
  .news-block__linkedin-2 .news-block__title {
    margin-bottom: 20px; }

.juicer-feed .referral {
  display: none !important; }

.states-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 969.98px) {
    .footer .states-list {
      margin-top: 30px; } }
  @media (max-width: 969.98px) {
    .states-list__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      margin-bottom: 30px; }
      .states-list__item:nth-child(odd) {
        padding-right: 15px; } }
  .states-list__title {
    margin: 0 0 25px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px; }
    @media (max-width: 969.98px) {
      .states-list__title {
        margin: 0 0 15px 0; } }
  .states-list__text {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px; }

.youtube-block__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 969.98px) {
    .youtube-block__row {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.youtube-block__video {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 40px; }
  @media (max-width: 969.98px) {
    .youtube-block__video {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      padding-right: 0; }
      .youtube-block__video iframe {
        height: auto;
        max-width: 100%; } }

.youtube-block__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 40px; }
  @media (max-width: 969.98px) {
    .youtube-block__text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      padding-left: 0; } }

.slide-hero__content .youtube-button {
  background-image: url(library/media/images/youtube-play.png);
  cursor: pointer;
  display: block;
  height: 100px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100px; }

.gallery-block, .article .gallery-block {
  padding-top: 50px; }
  @media (max-width: 969.98px) {
    .gallery-block, .article .gallery-block {
      padding-top: 30px; } }
  .gallery-block__title, .article .gallery-block__title {
    color: #005288;
    font-family: 'Merriweather';
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 25px; }
  .gallery-block__images, .gallery-block__nav, .article .gallery-block__images, .article .gallery-block__nav {
    margin: 0 auto;
    max-width: 1100px; }
  .gallery-block__images img, .article .gallery-block__images img {
    width: 100%; }
  .gallery-block__nav, .article .gallery-block__nav {
    margin-top: 40px; }
    @media (max-width: 969.98px) {
      .gallery-block__nav, .article .gallery-block__nav {
        margin-top: 0; } }
    .gallery-block__nav .slick-slide, .article .gallery-block__nav .slick-slide {
      cursor: pointer; }
  .gallery-block__nav-image, .article .gallery-block__nav-image {
    height: 175px;
    margin: 0 7px;
    width: 175px; }
    @media (max-width: 969.98px) {
      .gallery-block__nav-image, .article .gallery-block__nav-image {
        height: 135px;
        max-width: 135px; } }

.text-with-sidebar-block {
  padding: 30px 0; }
  @media (max-width: 969.98px) {
    .text-with-sidebar-block {
      padding-top: 20px; } }
  .text-with-sidebar-block__row, .article .text-with-sidebar-block__row {
    border-bottom: 1px solid #C4C4C4;
    border-top: 1px solid #C4C4C4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 969.98px) {
      .text-with-sidebar-block__row, .article .text-with-sidebar-block__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .text-with-sidebar-block__text, .article .text-with-sidebar-block__text {
    padding-right: 50px; }
    @media (max-width: 969.98px) {
      .text-with-sidebar-block__text, .article .text-with-sidebar-block__text {
        padding-right: 0; } }
  .text-with-sidebar-block__sidebar, .article .text-with-sidebar-block__sidebar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10.15%, #7AC143), color-stop(67.45%, #6EAF3C));
    background: -webkit-linear-gradient(top, #7AC143 10.15%, #6EAF3C 67.45%);
    background: -moz-linear-gradient(top, #7AC143 10.15%, #6EAF3C 67.45%);
    background: -o-linear-gradient(top, #7AC143 10.15%, #6EAF3C 67.45%);
    background: linear-gradient(180deg, #7AC143 10.15%, #6EAF3C 67.45%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 350px;
    padding: 43px; }
    @media (max-width: 969.98px) {
      .text-with-sidebar-block__sidebar, .article .text-with-sidebar-block__sidebar {
        min-width: auto; } }
    .text-with-sidebar-block__sidebar p, .article .text-with-sidebar-block__sidebar p {
      color: #fff;
      font-family: Merriweather;
      font-size: 46px;
      font-style: normal;
      font-weight: bold;
      line-height: 68px; }

.big-height .category-item__wrapper {
  height: 378px; }

.category-item__wrapper {
  overflow: hidden;
  height: 240px;
  margin-bottom: 30px; }

.category-item__wrapper:hover .category-item__image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.category-item__image {
  position: relative;
  height: 100%;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: -webkit-transform .7s;
  transition: -webkit-transform .7s;
  -o-transition: -o-transform .7s;
  -moz-transition: transform .7s, -moz-transform .7s;
  transition: transform .7s;
  transition: transform .7s, -webkit-transform .7s, -moz-transform .7s, -o-transform .7s; }

.category-item__title {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff !important;
  font-size: 24px;
  margin-bottom: 0; }

.category-item__title span.small {
  display: block;
  font-size: 18px;
  text-transform: uppercase; }

.category-item__title span.text-yellow {
  color: #F1B212; }

.category-item .media {
  margin-bottom: 15px; }

.category-item .media-left {
  padding-right: 0; }

.category-item .media-object {
  width: 300px;
  max-width: initial; }

.category-item .media-body {
  background: #F1B212;
  padding: 15px;
  text-align: center; }

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.row-flex, .row-flex > div[class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0;
  flex: 0; }

.row-flex > div[class*='col-'] {
  margin: -.2px;
  /* hack adjust for wrapping */ }

.category-article {
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px; }

.category-article__wrapper {
  overflow: hidden;
  height: 386px;
  text-align: center; }

.category-article__wrapper.h-auto {
  height: auto;
  padding-top: 30px;
  min-height: 220px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto; }

.category-article__wrapper img {
  max-height: 200px;
  display: block;
  margin: 0 auto; }

.category-article__wrapper:hover .category-article__image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.category-article__image {
  position: relative;
  height: 100%;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-transition: -webkit-transform .7s;
  transition: -webkit-transform .7s;
  -o-transition: -o-transform .7s;
  -moz-transition: transform .7s, -moz-transform .7s;
  transition: transform .7s;
  transition: transform .7s, -webkit-transform .7s, -moz-transform .7s, -o-transform .7s; }

.category-article__content {
  padding: 25px 36px; }

.category-article__content h3 a {
  color: #005288 !important; }

.category-article__description, .category-article__description p, .article .category-article__description, .article .category-article__description p {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal; }

.files-block {
  padding: 30px 0 0 0; }
  @media (max-width: 969.98px) {
    .files-block {
      padding-top: 20px; } }
  .files-block__row, .article .files-block__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1000px; }
  .files-block__item, .article .files-block__item {
    color: #5A5A5A !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 50px;
    padding-right: 90px;
    width: 400px; }
    @media (max-width: 969.98px) {
      .files-block__item, .article .files-block__item {
        margin-bottom: 20px; } }
    .files-block__item img, .article .files-block__item img {
      margin-right: 25px; }
  .full-text-block + .files-block {
    margin-top: 30px; }
    @media (max-width: 969.98px) {
      .full-text-block + .files-block {
        margin-bottom: 10px; } }

.stories-block__list, .article .stories-block__list {
  border-bottom: 1px solid #C4C4C4;
  border-top: 1px solid #C4C4C4;
  padding: 50px 0; }

.stories-block__item, .article .stories-block__item {
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px; }
  @media (max-width: 969.98px) {
    .stories-block__item, .article .stories-block__item {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .stories-block__item:last-child, .article .stories-block__item:last-child {
    margin-bottom: 0; }

.stories-block__title, .article .stories-block__title {
  color: #005288 !important;
  font-family: 'Merriweather';
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 15px; }

.stories-block__image, .article .stories-block__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 330px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px; }
  @media (max-width: 969.98px) {
    .stories-block__image, .article .stories-block__image {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

.stories-block__data, .article .stories-block__data {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 50px; }
  @media (max-width: 969.98px) {
    .stories-block__data, .article .stories-block__data {
      padding: 0 20px 20px 20px; } }

.stories-block__date, .article .stories-block__date {
  color: #5A5A5A;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 30px; }

.stories-block__description, .article .stories-block__description {
  margin-bottom: 20px; }
  @media (max-width: 969.98px) {
    .stories-block__description, .article .stories-block__description {
      margin-bottom: 0; } }
  .stories-block__description p, .article .stories-block__description p {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px; }

.stories-block__button, .article .stories-block__button {
  background-color: #7AC143;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  padding: 15px 45px; }

.pum-container {
  position: relative; }

.popup__cta-button {
  position: absolute;
  position: absolute;
  bottom: 40px;
  left: -webkit-calc(50% - 139px);
  left: -moz-calc(50% - 139px);
  left: calc(50% - 139px); }

.footer h4 {
  margin: 0 0 25px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px; }

.page-footer {
  padding: 40px 0; }
  .page-footer, .page-footer .container {
    background-color: #ECECEC !important;
    color: #5A5A5A; }
    .page-footer p, .page-footer .container p {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 28px; }
    .page-footer a, .page-footer .container a {
      color: #7AC143; }
    .page-footer a[href*="http://trufund"], .page-footer a[href*="https://trufund"], .page-footer .container a[href*="http://trufund"], .page-footer .container a[href*="https://trufund"] {
      color: #F1B212; }
    .page-footer hr, .page-footer .container hr {
      border-color: #C4C4C4; }

.truimpact-week .container {
  background: transparent !important; }

.truimpact-week__header {
  background-image: url("/wp-content/uploads/iStock-1456676791.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: repeat;
  position: relative; }
  .truimpact-week__header:before {
    background: url("library/media/images/bg-divider.svg") right center;
    position: absolute;
    height: 65px;
    width: 50%;
    display: block;
    content: " ";
    bottom: 0; }
    @media (max-width: 969.98px) {
      .truimpact-week__header:before {
        width: 100%; } }
  .truimpact-week__header img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto; }
  .truimpact-week__header p {
    color: #5A5A5A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; }
    @media (max-width: 969.98px) {
      .truimpact-week__header p {
        padding-left: 20px;
        padding-right: 20px; } }

.truimpact-week__block {
  position: relative;
  padding-bottom: 140px;
  z-index: 20; }
  @media (max-width: 969.98px) {
    .truimpact-week__block {
      padding-bottom: 40px; } }
  .truimpact-week__block p {
    color: #5A5A5A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; }
    @media (max-width: 969.98px) {
      .truimpact-week__block p {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 50px; } }

.truimpact-week__divider {
  position: absolute;
  height: 65px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 134px;
  bottom: 0;
  text-align: left;
  max-width: 812px;
  width: 812px;
  left: -134px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 969.98px) {
    .truimpact-week__divider {
      font-size: 16px;
      max-width: 100%;
      padding-left: 20px;
      padding-right: 30px;
      left: 0; } }

.truimpact-week__columns {
  background: #F1F1F1;
  padding-top: 40px;
  margin-bottom: 65px;
  position: relative; }
  .truimpact-week__columns:before {
    background: url("library/media/images/bg-divider.svg") right center;
    position: absolute;
    height: 65px;
    width: 50%;
    display: block;
    content: " ";
    bottom: -65px;
    z-index: 10; }
    @media (max-width: 969.98px) {
      .truimpact-week__columns:before {
        width: 100%; } }
  .truimpact-week__columns:last-child {
    margin-bottom: 0; }
    .truimpact-week__columns:last-child:before {
      display: none; }
  .truimpact-week__columns + .truimpact-week__columns {
    margin-top: -25px;
    padding-top: 65px; }
  .truimpact-week__columns .truimpact-week__divider {
    bottom: -65px; }
  .truimpact-week__columns p {
    margin-bottom: 50px; }
    @media (max-width: 969.98px) {
      .truimpact-week__columns p {
        margin-bottom: 20px; } }
    .truimpact-week__columns p a {
      background: #F1B212;
      -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
      color: #FFFFFF;
      display: inline-block;
      font-size: 18px;
      font-weight: 600;
      margin: 0 auto;
      padding: 14px 34px; }

.truimpact-week__slider img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 10px; }

.success-stories {
  position: relative;
  background: #F1F1F1;
  padding-top: 40px;
  padding-bottom: 50px; }
  .success-stories:before {
    background: url(library/media/images/bg-divider.svg) right center;
    position: absolute;
    height: 65px;
    width: 50%;
    display: block;
    content: " ";
    top: -65px;
    z-index: 10; }
    @media (max-width: 969.98px) {
      .success-stories:before {
        width: 100%; } }
  .success-stories .container {
    background: transparent !important;
    width: 1440px;
    max-width: 100%; }
  .success-stories__divider {
    position: absolute;
    height: 65px;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    font-family: 'Merriweather';
    line-height: normal;
    padding-left: 134px;
    top: -65px;
    text-align: left;
    max-width: 812px;
    width: 812px;
    left: -134px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100; }
    @media (max-width: 969.98px) {
      .success-stories__divider {
        font-size: 16px;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 30px;
        left: 0; } }
  .success-stories__item {
    margin-bottom: 20px;
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px); }
    .success-stories__item:nth-child(odd):after {
      left: 0 !important; }
  .success-stories .success-stories__item:after {
    background: #005288;
    content: " ";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 0; }
    @media (max-width: 969.98px) {
      .success-stories .success-stories__item:after {
        display: none; } }
  .success-stories__data {
    background: #005288;
    padding: 55px 35px;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .success-stories__data:after, .success-stories__data:before {
      display: none; }
  .success-stories__image {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 638px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 638px;
    flex: 0 0 638px;
    max-width: 638px;
    z-index: 100; }
    @media (max-width: 1169.98px) {
      .success-stories__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 969.98px) {
      .success-stories__image {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -moz-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%; } }
    .success-stories__image img {
      opacity: 0; }
  .success-stories__item-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; }
  .success-stories__text p {
    display: inline; }
  .success-stories__readmore, .success-stories__readmore:hover, .success-stories__readmore:visited {
    color: #F1B212 !important; }
  @media (max-width: 1169.98px) {
    .success-stories__data {
      padding: 20px; } }

/*# sourceMappingURL=style.css.map */
