@charset "UTF-8";
/*================ VENDOR ================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   YAS Edits Mar 18
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*================ COMMON ================*/
/* keyframes */
@keyframes hide-element {
  0% {
    opacity: 1; }
  99% {
    display: inline-block;
    opacity: 0; }
  100% {
    display: none;
    opacity: 0; } }

@keyframes show-element {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: inline-block;
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes swipe-right-element {
  0% {
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    right: 100%; }
  75% {
    opacity: 1; }
  99% {
    right: 0%;
    opacity: 0; }
  100% {
    display: none;
    opacity: 0; } }

@keyframes swipe-left-element {
  0% {
    display: none;
    opacity: 0;
    right: 0; }
  1% {
    display: -ms-flexbox;
    display: flex;
    opacity: 0; }
  100% {
    opacity: 1;
    right: 100%; } }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  height: 100%;
  width: 100%;
  font-family: 'CircularStd';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px; }
  body.noscroll {
    overflow: hidden;
    height: 100vh;
    width: 100vw; }
  body.page-thought-leadership, body.page-blog {
    background-color: #EFF2F2; }

a {
  text-decoration: none; }
  a > img {
    vertical-align: bottom; }

.two-col {
  background-color: #FFFFFF;
  overflow-x: hidden;
  position: relative; }
  .two-col__container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    margin: 0 auto; }
    .two-col__container::after {
      clear: both;
      content: "";
      display: block; }
    @media (min-width: 1024px) {
      .two-col__container {
        display: -ms-flexbox;
        display: flex; } }
  @media (max-width: 767px) {
    .two-col__left {
      padding: 24px 15px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .two-col__left {
    padding: 24px 23px; } }
  @media (max-width: 1023px) {
    .two-col__left {
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
      position: relative;
      z-index: 2; } }

@media (min-width: 1024px) and (max-width: 1139px) {
  .two-col__left {
    padding: 56px 25px 56px;
    border-right: 1px solid #E6E6E6; } }
  @media (min-width: 1140px) {
    .two-col__left {
      padding: 56px 0 56px; } }
  @media only screen and (min-width: 1024px) {
    .two-col__left {
      width: calc(33.33333% - 33.33333px);
      float: left;
      margin-left: 25px; } }
  @media only screen and (min-width: 1140px) {
    .two-col__left {
      width: calc(25% - 31.25px);
      float: left;
      margin-left: 25px;
      margin-left: calc(0% - 25px + 50px); } }
  @media (max-width: 767px) {
    .two-col__right {
      padding: 32px 15px 40px; } }
  @media (min-width: 768px) {
    .two-col__right {
      padding-top: 40px;
      padding-bottom: 80px; } }
  @media (max-width: 1023px) {
    .two-col__right {
      position: relative;
      z-index: 1; } }
  @media (min-width: 1024px) {
    .two-col__right {
      padding-top: 56px;
      padding-bottom: 80px; } }
  @media (min-width: 1140px) {
    .two-col__right {
      border-left: 0.1px solid #E6E6E6; } }
  @media only screen and (min-width: 768px) {
    .two-col__right {
      width: calc(100% - 46px);
      float: left;
      margin-left: 23px; } }
  @media only screen and (min-width: 1024px) {
    .two-col__right {
      width: calc(66.66667% - 41.66667px);
      float: left;
      margin-left: 25px; } }
  @media only screen and (min-width: 1140px) {
    .two-col__right {
      width: calc(75% - 43.75px);
      float: left;
      margin-left: 25px;
      margin-left: calc(0% - 25px + 50px); } }
  .two-col__right-inner {
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 1140px) {
      .two-col__right-inner {
        margin-left: -25px;
        margin-right: -25px;
        width: calc(100% + 50px); } }
  @media only screen and (min-width: 1140px) {
    .two-col__right-wrap {
      width: calc(88.88889% - 47.22222px);
      float: left;
      margin-left: 25px;
      margin-left: calc(8.33333% - 27.08333px + 50px); } }
  .two-col__right--dark {
    position: relative;
    background-color: #EFF2F2; }
    .two-col__right--dark:before, .two-col__right--dark:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      background-color: #EFF2F2;
      z-index: 0; }
    .two-col__right--dark:before {
      left: -100vw;
      right: 100%; }
      @media (min-width: 1024px) {
        .two-col__right--dark:before {
          left: -25px; } }
      @media (min-width: 1140px) {
        .two-col__right--dark:before {
          left: 0; } }
    .two-col__right--dark:after {
      left: 100%;
      right: -100vw; }

.single-col {
  padding: 24px 0;
  position: relative; }
  @media (min-width: 768px) {
    .single-col {
      padding: 44px 48px 40px; } }
  @media (min-width: 1140px) {
    .single-col {
      padding: 68px 80px 28px; } }
  .single-col__container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .single-col__container::after {
      clear: both;
      content: "";
      display: block; }
  .single-col--dark {
    background-color: #EFF2F2; }

/*============== COMPONENTS ==============*/
.blog-hero {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 60px;
  padding: 96px 0 192px; }
  @media (min-width: 768px) {
    .blog-hero {
      margin-top: 78px;
      padding: 96px 0 344px; } }
  @media (min-width: 1024px) {
    .blog-hero {
      margin-top: 0;
      padding: 144px 0; } }
  .blog-hero.no-featured {
    padding: 96px 0; }
  .blog-hero__container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .blog-hero__container::after {
      clear: both;
      content: "";
      display: block; }
  .blog-hero__headline {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .blog-hero__headline {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .blog-hero__headline {
        width: calc(100% - 50px);
        float: left;
        margin-left: 25px; } }
    .blog-hero__headline h1 {
      font-family: 'CircularStd';
      font-weight: 700;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 36px;
      color: #FFFFFF; }
      @media (min-width: 768px) {
        .blog-hero__headline h1 {
          font-size: 42px;
          line-height: 55px; } }
      @media (min-width: 1140px) {
        .blog-hero__headline h1 {
          font-size: 50px;
          line-height: 67px; } }
  .blog-hero__introduction {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    text-align: center;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 768px) {
      .blog-hero__introduction {
        width: calc(75% - 40.25px);
        float: left;
        margin-left: 23px;
        margin-left: calc(12.5% - 25.875px + 46px); } }
    @media only screen and (min-width: 1024px) {
      .blog-hero__introduction {
        width: calc(66.66667% - 41.66667px);
        float: left;
        margin-left: 25px;
        margin-left: calc(16.66667% - 29.16667px + 50px); } }
    .blog-hero__introduction p {
      font-family: 'CircularStd';
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 18px;
      line-height: 29px;
      color: #FFFFFF; }
      @media (min-width: 768px) {
        .blog-hero__introduction p {
          font-size: 23px;
          line-height: 30px; } }
  .blog-hero__overlay {
    position: absolute;
    background-color: #0C4376;
    opacity: 0.8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.blog-content__container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .blog-content__container::after {
    clear: both;
    content: "";
    display: block; }
  .blog-content__container-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media only screen and (min-width: 1024px) {
      .blog-content__container-inner {
        margin-left: -25px;
        margin-right: -25px;
        width: calc(100% + 50px);
        -ms-flex-direction: row;
            flex-direction: row; } }
    .blog-content__container-inner::after {
      clear: both;
      content: "";
      display: block; }

.blog-content__left {
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px; }
  @media only screen and (min-width: 768px) {
    .blog-content__left {
      width: calc(100% - 46px);
      float: left;
      margin-left: 23px; } }
  @media only screen and (min-width: 1024px) {
    .blog-content__left {
      width: calc(16.66667% - 29.16667px);
      float: left;
      margin-left: 25px; } }
  @media (max-width: 1139px) {
    .blog-content__left {
      display: none; } }
  @media (min-width: 1140px) {
    .blog-content__left {
      padding-bottom: 40px; } }

.blog-content__right {
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px; }
  @media only screen and (min-width: 768px) {
    .blog-content__right {
      width: calc(100% - 46px);
      float: left;
      margin-left: 23px; } }
  @media only screen and (min-width: 1024px) {
    .blog-content__right {
      width: calc(83.33333% - 45.83333px);
      float: left;
      margin-left: 25px; } }
  @media (max-width: 1139px) {
    .blog-content__right {
      -ms-flex-order: 1;
          order: 1; } }

.blog-content__full {
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px;
  margin-bottom: 32px; }
  @media only screen and (min-width: 768px) {
    .blog-content__full {
      width: calc(100% - 46px);
      float: left;
      margin-left: 23px;
      margin-bottom: 64px; } }
  @media only screen and (min-width: 1024px) {
    .blog-content__full {
      width: calc(66.66667% - 41.66667px);
      float: left;
      margin-left: 25px;
      margin-left: calc(16.66667% - 29.16667px + 50px); } }

.featured-blog {
  display: block;
  position: relative;
  z-index: 5;
  margin-bottom: 32px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25); }
  @media (min-width: 1024px) {
    .featured-blog {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
  .featured-blog:hover .featured-blog__title {
    color: rgba(50, 48, 48, 0.7); }
  .featured-blog:hover .featured-blog__read-more img {
    transform: translate(4px, 0); }
  .featured-blog__image {
    position: relative;
    height: 275px; }
    @media (min-width: 768px) {
      .featured-blog__image {
        height: 480px; } }
    @media (min-width: 1024px) {
      .featured-blog__image {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        min-height: 435px; } }
    .featured-blog__image-inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: cover;
      background-position: center; }
  .featured-blog__content {
    padding: 40px 16px; }
    @media (min-width: 768px) {
      .featured-blog__content {
        padding: 80px 80px 64px; } }
    @media (min-width: 1024px) {
      .featured-blog__content {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        padding: 32px 40px; } }
  .featured-blog__title {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 30px;
    color: #323030;
    margin-bottom: 24px;
    transition: color 0.2s ease-in-out; }
    @media (min-width: 768px) {
      .featured-blog__title {
        font-size: 28px;
        line-height: 36px; } }
  .featured-blog__excerpt {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 23px;
    color: #595959;
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .featured-blog__excerpt {
        font-size: 15px;
        line-height: 25px; } }
  .featured-blog__author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 32px; }
    @media (min-width: 768px) {
      .featured-blog__author {
        margin-bottom: 40px; } }
    @media (min-width: 1024px) {
      .featured-blog__author {
        margin-bottom: 80px; } }
  .featured-blog__author-thumb {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px; }
    .featured-blog__author-thumb img {
      display: block;
      width: 100%;
      height: auto; }
  .featured-blog__author-name {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 23px;
    color: #323030; }
    @media (min-width: 768px) {
      .featured-blog__author-name {
        font-size: 15px;
        line-height: 25px; } }
    .featured-blog__author-name span {
      font-family: 'CircularStd';
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 14px;
      line-height: 23px;
      color: #595959; }
      @media (min-width: 768px) {
        .featured-blog__author-name span {
          font-size: 15px;
          line-height: 25px; } }
  .featured-blog__read-more {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 21px;
    color: #323030;
    vertical-align: middle; }
    .featured-blog__read-more img {
      display: inline-block;
      width: 9px;
      height: 7px;
      transition: all 0.2s ease-in-out; }

.blog-filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 32px; }
  @media (min-width: 1024px) {
    .blog-filters {
      display: none; } }
  .blog-filters__label {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: 21px;
    color: #595959;
    text-transform: uppercase;
    letter-spacing: 1px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-right: 32px; }
  .blog-filters__select {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .blog-filters__select select {
      font-family: 'CircularStd';
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 15px;
      line-height: 25px;
      color: #323030;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      outline: none;
      background-color: transparent;
      border: none;
      border-radius: 0;
      border-bottom: 2px solid #0C4376;
      width: 100%;
      max-width: 400px; }
      @media (min-width: 768px) {
        .blog-filters__select select {
          font-size: 18px;
          line-height: 29px; } }
      @media (min-width: 768px) {
        .blog-filters__select select {
          width: auto;
          padding: 0 30px; } }
      @media (min-width: 768px) {
        .blog-filters__select select {
          width: auto;
          padding: 0 60px; } }

.blog-categories {
  display: none; }
  @media (min-width: 1024px) {
    .blog-categories {
      display: block;
      background-color: #FFFFFF;
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
      position: relative;
      z-index: 5;
      padding: 64px 23px; } }
  .blog-categories__header {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 26px;
    color: #0C4376;
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 1px solid #E6E6E6;
    text-align: center; }
  .blog-categories__label {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: 21px;
    color: #595959;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px; }
  .blog-categories__category {
    display: block;
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: rgba(12, 67, 118, 0.4);
    transition: color 0.2s ease-in-out;
    margin-bottom: 16px; }
    .blog-categories__category:last-child {
      margin-bottom: 0; }
    .blog-categories__category:hover, .blog-categories__category.current {
      color: #0C4376; }

.bloglist__date {
  display: none; }
  @media (min-width: 768px) {
    .bloglist__date {
      display: block;
      font-family: 'CircularStd';
      font-weight: 700;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 15px;
      line-height: 25px;
      color: rgba(10, 57, 100, 0.4);
      margin-bottom: 24px; } }

@media (min-width: 768px) {
  .bloglist__group {
    background-color: #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 40px; } }

.bloglist__post {
  position: relative;
  display: block; }
  @media (max-width: 767px) {
    .bloglist__post {
      background-color: #FFFFFF;
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
      margin-bottom: 24px; } }
  @media (min-width: 768px) {
    .bloglist__post {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 32px;
      margin-bottom: 0;
      border-bottom: 1px solid #E6E6E6; }
      .bloglist__post:last-child {
        border-bottom: none; }
      .bloglist__post:hover .bloglist__title {
        color: rgba(50, 48, 48, 0.7); }
        .bloglist__post:hover .bloglist__title img {
          transform: translate(4px, 0); } }

.bloglist__image {
  height: 192px;
  position: relative;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    .bloglist__image {
      -ms-flex: 0 0 136px;
          flex: 0 0 136px;
      height: 96px; } }

.bloglist__content {
  padding: 16px 16px 24px; }
  @media (min-width: 768px) {
    .bloglist__content {
      padding: 0 0 0 32px; } }

.bloglist__title {
  font-family: 'CircularStd';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 29px;
  color: #323030;
  margin-bottom: 16px;
  transition: color 0.2s ease-in-out; }
  @media (min-width: 1140px) {
    .bloglist__title {
      font-size: 23px;
      line-height: 30px; } }
  .bloglist__title img {
    display: none; }
    @media (min-width: 768px) {
      .bloglist__title img {
        margin-left: 8px;
        display: inline-block;
        width: 12px;
        height: auto;
        position: relative;
        top: -2px;
        transition: transform 0.2s ease-in-out; } }

.bloglist__author {
  font-family: 'CircularStd';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 23px;
  color: #323030; }
  @media (min-width: 768px) {
    .bloglist__author {
      font-size: 15px;
      line-height: 25px; } }
  .bloglist__author span {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 23px;
    color: #595959; }
    @media (min-width: 768px) {
      .bloglist__author span {
        font-size: 15px;
        line-height: 25px; } }

.blog-profile {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 768px) {
    .blog-profile {
      padding-top: 40px;
      padding-bottom: 40px;
      margin-bottom: 40px;
      -ms-flex-align: start;
          align-items: flex-start; } }
  .blog-profile__thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .blog-profile__thumb {
        width: 72px;
        height: 72px;
        margin-right: 24px; } }
    .blog-profile__thumb > img {
      display: block;
      width: 100%;
      height: auto; }
  .blog-profile__author-name {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 23px;
    color: #323030; }
    @media (min-width: 768px) {
      .blog-profile__author-name {
        font-size: 15px;
        line-height: 25px; } }
    .blog-profile__author-name span {
      font-family: 'CircularStd';
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 14px;
      line-height: 23px;
      color: #595959; }
      @media (min-width: 768px) {
        .blog-profile__author-name span {
          font-size: 15px;
          line-height: 25px; } }
  .blog-profile__bio {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: rgba(50, 48, 48, 0.6);
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .blog-profile__bio {
        font-size: 18px;
        line-height: 29px; } }
    @media (min-width: 768px) {
      .blog-profile__bio {
        padding-left: 96px;
        margin-top: -56px; } }
  @media (min-width: 768px) {
    .blog-profile__link {
      padding-left: 96px; } }
  .blog-profile__link a {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: #0C4376;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 768px) {
      .blog-profile__link a {
        font-size: 18px;
        line-height: 29px; } }
    .blog-profile__link a:hover > img {
      transform: translateX(4px); }
    .blog-profile__link a > img {
      width: 12px;
      height: auto;
      display: inline-block;
      margin-left: 8px;
      transition: transform 0.2s ease-in-out; }

.next-blog {
  background-color: #EFF2F2;
  padding-top: 48px;
  padding-bottom: 56px; }
  @media (min-width: 768px) {
    .next-blog {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media (min-width: 768px) {
    .next-blog {
      padding-top: 80px;
      padding-bottom: 144px; } }
  .next-blog__container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .next-blog__container::after {
      clear: both;
      content: "";
      display: block; }
  .next-blog__header {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media only screen and (min-width: 768px) {
      .next-blog__header {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .next-blog__header {
        width: calc(83.33333% - 45.83333px);
        float: left;
        margin-left: 25px;
        margin-left: calc(8.33333% - 27.08333px + 50px); } }
    .next-blog__header h4 {
      font-family: 'CircularStd';
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 23px;
      line-height: 30px;
      color: #0C4376;
      margin-bottom: 24px; }
      @media (min-width: 768px) {
        .next-blog__header h4 {
          font-size: 28px;
          line-height: 36px; } }
  .next-blog__post-wrapper {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media only screen and (min-width: 768px) {
      .next-blog__post-wrapper {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .next-blog__post-wrapper {
        width: calc(83.33333% - 45.83333px);
        float: left;
        margin-left: 25px;
        margin-left: calc(8.33333% - 27.08333px + 50px); } }
  .next-blog__post {
    position: relative;
    display: block;
    background-color: #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25); }
    @media (max-width: 767px) {
      .next-blog__post {
        background-color: #FFFFFF;
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
        margin-bottom: 24px; } }
    @media (min-width: 768px) {
      .next-blog__post {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        padding: 32px;
        margin-bottom: 0;
        border-bottom: 1px solid #E6E6E6; }
        .next-blog__post:last-child {
          border-bottom: none; }
        .next-blog__post:hover .next-blog__title {
          color: rgba(50, 48, 48, 0.7); }
          .next-blog__post:hover .next-blog__title img {
            transform: translate(4px, 0); } }
  .next-blog__image {
    height: 192px;
    position: relative;
    background-size: cover;
    background-position: center; }
    @media (min-width: 768px) {
      .next-blog__image {
        -ms-flex: 0 0 136px;
            flex: 0 0 136px;
        height: 96px; } }
  .next-blog__content {
    padding: 16px 16px 24px; }
    @media (min-width: 768px) {
      .next-blog__content {
        padding: 0 0 0 32px; } }
  .next-blog__title {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 29px;
    color: #323030;
    margin-bottom: 16px;
    transition: color 0.2s ease-in-out; }
    @media (min-width: 1140px) {
      .next-blog__title {
        font-size: 23px;
        line-height: 30px; } }
    .next-blog__title img {
      display: none; }
      @media (min-width: 768px) {
        .next-blog__title img {
          margin-left: 8px;
          display: inline-block;
          width: 12px;
          height: auto;
          position: relative;
          top: -2px;
          transition: transform 0.2s ease-in-out; } }
  .next-blog__author {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 23px;
    color: #323030; }
    @media (min-width: 768px) {
      .next-blog__author {
        font-size: 15px;
        line-height: 25px; } }
    .next-blog__author span {
      font-family: 'CircularStd';
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 14px;
      line-height: 23px;
      color: #595959; }
      @media (min-width: 768px) {
        .next-blog__author span {
          font-size: 15px;
          line-height: 25px; } }

.blog-breadcrumb {
  margin: 24px 0 32px; }
  @media (min-width: 768px) {
    .blog-breadcrumb {
      margin: 48px 0 32px; } }
  @media (min-width: 1024px) {
    .blog-breadcrumb {
      margin: 64px 0 32px; } }
  .blog-breadcrumb__list {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 21px;
    color: #323030;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      .blog-breadcrumb__list {
        font-size: 13px;
        line-height: 21px; } }
    .blog-breadcrumb__list > a {
      color: #595959; }

.home-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 60px; }
  @media (min-width: 768px) {
    .home-hero {
      margin-top: 78px; } }
  @media (min-width: 1024px) {
    .home-hero {
      margin-top: 0; } }
  .home-hero__container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .home-hero__container::after {
      clear: both;
      content: "";
      display: block; }
  .home-hero__headline {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    text-align: center;
    padding: 37px 0 calc(30% + 37px);
    color: #FFFFFF; }
    .home-hero__headline h1 {
      font-family: 'CircularStd';
      font-weight: 700;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 36px; }
      @media (min-width: 768px) {
        .home-hero__headline h1 {
          font-size: 42px;
          line-height: 55px; } }
      @media (min-width: 1140px) {
        .home-hero__headline h1 {
          font-size: 50px;
          line-height: 67px; } }
      .home-hero__headline h1 > span {
        color: #48AB50; }
    @media (min-width: 768px) {
      .home-hero__headline {
        padding: 75px 0 40%; } }
    @media only screen and (min-width: 1024px) {
      .home-hero__headline {
        width: calc(83.33333% - 45.83333px);
        float: left;
        margin-left: 25px;
        margin-left: calc(8.33333% - 27.08333px + 50px); } }
    @media (min-width: 1024px) {
      .home-hero__headline {
        padding: 337px 0 30%; } }

.hero-image {
  position: relative; }
  .hero-image__image {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .hero-image__image {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .hero-image__image {
        width: calc(83.33333% - 45.83333px);
        float: left;
        margin-left: 25px;
        margin-left: calc(8.33333% - 27.08333px + 50px); } }
    .hero-image__image img {
      width: 100%;
      height: auto; }
  .hero-image__video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    cursor: pointer; }
    .hero-image__video:active {
      top: calc(50% + 1px); }
    .hero-image__video img {
      width: 25px;
      height: 25px; }
      @media (min-width: 768px) {
        .hero-image__video img {
          width: 60px;
          height: 60px; } }
      @media (min-width: 1024px) {
        .hero-image__video img {
          width: 80px;
          height: 80px; } }

.hero-metrics__metric {
  text-align: center;
  padding: 37.5px 0;
  border-bottom: 1px solid #E6E6E6;
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px; }
  @media only screen and (min-width: 768px) {
    .hero-metrics__metric {
      width: calc(33.325% - 30.66475px);
      float: left;
      margin-left: 23px;
      padding: 65px 0;
      border-bottom: 0;
      position: relative; }
      .hero-metrics__metric:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 120px;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        background-color: #E6E6E6; }
      .hero-metrics__metric:last-child:after {
        display: none; } }
  @media only screen and (min-width: 1024px) {
    .hero-metrics__metric {
      width: calc(33.33333% - 33.33333px);
      float: left;
      margin-left: 25px;
      padding: 85px 0 100px; } }
  .hero-metrics__metric:last-child {
    border-bottom: none; }

.hero-metrics__icon img {
  height: 35px;
  width: auto; }
  @media (min-width: 768px) {
    .hero-metrics__icon img {
      height: 50px; } }
  @media (min-width: 1024px) {
    .hero-metrics__icon img {
      height: 52px; } }

.hero-metrics__data {
  font-family: 'CircularStd';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  line-height: 67px;
  line-height: 50px;
  margin-bottom: 7px;
  color: #0C4376; }

.hero-metrics__label {
  font-family: 'Merriweather';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 23px;
  color: #0C4376; }

.intro-text {
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    .intro-text {
      margin-bottom: 60px; } }
  @media (min-width: 1024px) {
    .intro-text {
      margin-bottom: 92px; } }
  .intro-text__container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .intro-text__container::after {
      clear: both;
      content: "";
      display: block; }
  .intro-text__text {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 30px;
    color: #323030;
    text-align: center;
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media (min-width: 768px) {
      .intro-text__text {
        font-size: 28px;
        line-height: 36px; } }
    @media only screen and (min-width: 768px) {
      .intro-text__text {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .intro-text__text {
        width: calc(66.66667% - 41.66667px);
        float: left;
        margin-left: 25px;
        margin-left: calc(16.66667% - 29.16667px + 50px); } }

@media (min-width: 768px) {
  .home-companies {
    margin-bottom: 12px; } }

@media (min-width: 1024px) {
  .home-companies {
    margin-bottom: 108px; } }

.home-companies__container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .home-companies__container::after {
    clear: both;
    content: "";
    display: block; }

.home-companies__link {
  text-align: center;
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px; }
  @media (max-width: 767px) {
    .home-companies__link {
      margin-bottom: 48px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .home-companies__link {
    margin-bottom: 60px; } }
  @media only screen and (min-width: 768px) {
    .home-companies__link {
      width: calc(75% - 40.25px);
      float: left;
      margin-left: 23px;
      margin-left: calc(12.5% - 25.875px + 46px); } }
  @media only screen and (min-width: 1024px) {
    .home-companies__link {
      width: calc(33.33333% - 33.33333px);
      float: left;
      margin-left: 25px;
      margin-left: calc(0% - 25px + 50px); } }
  .home-companies__link:hover .home-companies__more > img {
    transform: translateX(4px); }

.home-companies__name {
  font-family: 'CircularStd';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 29px;
  color: #0C4376;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .home-companies__name {
      font-size: 23px;
      line-height: 30px; } }
  @media (min-width: 768px) {
    .home-companies__name {
      margin-bottom: 12px; } }

.home-companies__intro {
  font-family: 'CircularStd';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 23px;
  color: #323030;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .home-companies__intro {
      font-size: 15px;
      line-height: 25px; } }
  @media (min-width: 768px) {
    .home-companies__intro {
      margin-bottom: 20px; } }

.home-companies__more {
  font-family: 'CircularStd';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 21px;
  color: #323030; }
  .home-companies__more > img {
    width: 10px;
    height: auto;
    display: inline-block;
    margin-left: 4px;
    transition: all 0.2s ease-out; }

.loan-finder {
  background-position: center;
  background-size: cover; }
  @media (min-width: 1024px) {
    .loan-finder {
      background-image: none !important; } }
  .loan-finder__container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 108px 0;
    text-align: center; }
    .loan-finder__container::after {
      clear: both;
      content: "";
      display: block; }
    @media (min-width: 768px) {
      .loan-finder__container {
        padding: 114px 0; } }
    @media (min-width: 1024px) {
      .loan-finder__container {
        padding: 0;
        text-align: left;
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 1024px) {
    .loan-finder__content-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
  .loan-finder__content {
    padding: 50px 15px 55px;
    background-color: #FFFFFF;
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media (min-width: 768px) {
      .loan-finder__content {
        padding: 60px 32px; } }
    @media (min-width: 1024px) {
      .loan-finder__content {
        padding: 32px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center; } }
    @media only screen and (min-width: 768px) {
      .loan-finder__content {
        width: calc(75% - 40.25px);
        float: left;
        margin-left: 23px;
        margin-left: calc(12.5% - 25.875px + 46px); } }
    @media only screen and (min-width: 1024px) {
      .loan-finder__content {
        width: calc(41.66667% - 35.41667px);
        float: left;
        margin-left: 25px;
        margin-left: calc(8.33333% - 27.08333px + 50px); } }
  .loan-finder__image {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .loan-finder__image {
        display: block;
        width: calc(50% - 37.5px);
        float: left;
        margin-left: 25px; } }
    .loan-finder__image img {
      width: 100%;
      height: auto;
      display: block; }
  .loan-finder__header {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 30px;
    line-height: 23px;
    color: #0C4376;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .loan-finder__header {
        font-size: 38px;
        line-height: 51px;
        line-height: 38px; } }
    @media (min-width: 768px) {
      .loan-finder__header {
        margin-bottom: 32px; } }
    @media (min-width: 1140px) {
      .loan-finder__header {
        margin-bottom: 28px; } }
  .loan-finder__introduction {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: #323030;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .loan-finder__introduction {
        font-size: 18px;
        line-height: 29px; } }
    @media (min-width: 768px) {
      .loan-finder__introduction {
        margin-bottom: 32px; } }
    @media (min-width: 1140px) {
      .loan-finder__introduction {
        margin-bottom: 28px; } }
  .loan-finder__cta a {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 23px;
    line-height: 14px;
    color: #FFFFFF;
    background-color: #48AB50;
    letter-spacing: 0.6px;
    display: inline-block;
    padding: 17px 45px;
    border-radius: 24px;
    position: relative;
    white-space: nowrap;
    transition: all 0.2s ease-in-out; }
    .loan-finder__cta a:hover {
      background-color: #3D9144; }
    .loan-finder__cta a:active {
      top: 1px; }

.regions-served {
  opacity: 0;
  transition: opacity 0.2s ease-in-out; }
  .regions-served.loaded {
    opacity: 1; }
  .regions-served__header {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 30px;
    line-height: 23px;
    color: #0C4376;
    text-align: center;
    margin: 50px 0 28px; }
    @media (min-width: 768px) {
      .regions-served__header {
        font-size: 38px;
        line-height: 51px;
        line-height: 38px; } }
    @media (min-width: 768px) {
      .regions-served__header {
        margin: 62px 0 32px; } }
    @media (min-width: 768px) {
      .regions-served__header {
        margin: 84px 0 26px; } }
  .regions-served__container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative; }
    .regions-served__container:before, .regions-served__container:after {
      content: '';
      position: absolute;
      z-index: 10;
      width: 12%;
      top: 0;
      bottom: 0; }
      @media (min-width: 460px) {
        .regions-served__container:before, .regions-served__container:after {
          width: 15px; } }
      @media (min-width: 768px) {
        .regions-served__container:before, .regions-served__container:after {
          width: 23px; } }
      @media (min-width: 1140px) {
        .regions-served__container:before, .regions-served__container:after {
          width: 3.5%; } }
      @media (min-width: 1400px) {
        .regions-served__container:before, .regions-served__container:after {
          width: 12.4%; } }
    .regions-served__container:before {
      left: 0;
      background-image: linear-gradient(to left, rgba(255, 255, 255, 0.75), #ffffff); }
    .regions-served__container:after {
      right: 0;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.75), #ffffff); }
  .regions-served__regions .slick-slide {
    font-size: 0; }
  .regions-served__region > a {
    position: relative;
    display: block; }
    .regions-served__region > a:hover .region__image img {
      transform: scale(1.05, 1.05); }
    .regions-served__region > a:hover .region__cta {
      bottom: 100%;
      opacity: 1; }
  .regions-served__region .region {
    font-size: 0; }
    .regions-served__region .region__image {
      position: relative;
      overflow: hidden; }
      .regions-served__region .region__image img {
        width: 100%;
        vertical-align: bottom;
        transition: all 0.2s ease-in-out; }
      .regions-served__region .region__image-overlay {
        position: absolute;
        width: 100%;
        height: 50%;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(to top, #03101b, rgba(3, 16, 27, 0)); }
    .regions-served__region .region__details {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 0 15px 15px; }
    .regions-served__region .region__cta {
      position: absolute;
      bottom: calc(100% - 20px);
      font-family: 'CircularStd';
      font-weight: 700;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 12px;
      line-height: 21px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #FFFFFF;
      opacity: 0;
      transition: all 0.2s ease-in-out;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media (min-width: 768px) {
        .regions-served__region .region__cta {
          font-size: 13px;
          line-height: 21px; } }
    .regions-served__region .region__name {
      font-family: 'CircularStd';
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 18px;
      line-height: 29px;
      color: #FFFFFF;
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        .regions-served__region .region__name {
          font-size: 23px;
          line-height: 30px; } }
    .regions-served__region .region__director {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .regions-served__region .region__director-image {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 5px; }
        @media (min-width: 1140px) {
          .regions-served__region .region__director-image {
            width: 35px;
            height: 35px; } }
        .regions-served__region .region__director-image img {
          width: 100%;
          height: auto; }
      .regions-served__region .region__director-name {
        font-family: 'Merriweather';
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 13px;
        line-height: 21px;
        color: #EFF2F2; }
  .regions-served .region-arrow {
    position: absolute;
    width: 12%;
    top: 0;
    bottom: 0;
    z-index: 51;
    cursor: pointer; }
    @media (min-width: 460px) {
      .regions-served .region-arrow {
        width: 15px; } }
    @media (min-width: 768px) {
      .regions-served .region-arrow {
        width: 23px; } }
    @media (min-width: 1140px) {
      .regions-served .region-arrow {
        width: 3.5%; } }
    @media (min-width: 1400px) {
      .regions-served .region-arrow {
        width: 12.4%; } }
    .regions-served .region-arrow_prev {
      left: 0; }
      .regions-served .region-arrow_prev:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 17px;
        background-image: url(/wp-content/themes/cpc/theme-dist/assets/images/icon-arrow-blue.svg);
        right: 20px;
        top: 50%;
        transform: translate(0, -50%); }
      .regions-served .region-arrow_prev:active:after {
        right: 21px; }

@media (min-width: 768px) and (max-width: 1139px) {
  .regions-served .region-arrow_prev:after {
    right: 5px; }
  .regions-served .region-arrow_prev:active:after {
    right: 6px; } }
    .regions-served .region-arrow_next {
      right: 0; }
      .regions-served .region-arrow_next:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 17px;
        background-image: url(/wp-content/themes/cpc/theme-dist/assets/images/icon-arrow-blue.svg);
        left: 20px;
        top: 50%;
        transform: translate(0, -50%) rotate(180deg); }
      .regions-served .region-arrow_next:active:before {
        left: 21px; }

@media (min-width: 768px) and (max-width: 1139px) {
  .regions-served .region-arrow_next:before {
    left: 5px; }
  .regions-served .region-arrow_next:active:before {
    left: 6px; } }

.impact-home {
  position: relative;
  background-color: #0A3964; }
  @media (min-width: 1024px) {
    .impact-home {
      margin-top: 92px; } }
  .impact-home:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, #0a3964, rgba(10, 57, 100, 0)); }
    @media (min-width: 1024px) {
      .impact-home:after {
        right: 50%;
        background-image: linear-gradient(to right, #0a3964, rgba(10, 57, 100, 0)); } }
  .impact-home__container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 108px 0;
    position: relative;
    z-index: 5; }
    .impact-home__container::after {
      clear: both;
      content: "";
      display: block; }
    @media (min-width: 768px) {
      .impact-home__container {
        padding: 114px 0; } }
    @media (min-width: 1024px) {
      .impact-home__container {
        padding: 64px 0; } }
  .impact-home__content {
    background-color: #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 50px 20px;
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    border-radius: 8px; }
    @media only screen and (min-width: 768px) {
      .impact-home__content {
        width: calc(75% - 40.25px);
        float: left;
        margin-left: 23px;
        margin-left: calc(12.5% - 25.875px + 46px);
        padding: 50px 60px; } }
    @media only screen and (min-width: 1024px) {
      .impact-home__content {
        width: calc(50% - 37.5px);
        float: left;
        margin-left: 25px;
        margin-left: calc(0% - 25px + 50px);
        padding: 70px 80px 100px;
        text-align: left; } }
  .impact-home__header {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 30px;
    line-height: 23px;
    color: #0C4376;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .impact-home__header {
        font-size: 38px;
        line-height: 51px;
        line-height: 38px; } }
    @media (min-width: 768px) {
      .impact-home__header {
        margin-bottom: 32px; } }
    @media (min-width: 1140px) {
      .impact-home__header {
        margin-bottom: 28px; } }
  .impact-home__introduction {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: #323030;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .impact-home__introduction {
        font-size: 18px;
        line-height: 29px; } }
    @media (min-width: 768px) {
      .impact-home__introduction {
        margin-bottom: 32px; } }
    @media (min-width: 1140px) {
      .impact-home__introduction {
        margin-bottom: 28px; } }
  .impact-home__cta a {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 23px;
    line-height: 14px;
    color: #FFFFFF;
    background-color: #48AB50;
    letter-spacing: 0.6px;
    display: inline-block;
    padding: 17px 45px;
    border-radius: 24px;
    position: relative;
    white-space: nowrap;
    transition: all 0.2s ease-in-out; }
    .impact-home__cta a:hover {
      background-color: #3D9144; }
    .impact-home__cta a:active {
      top: 1px; }
  .impact-home__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat; }
    @media (min-width: 1024px) {
      .impact-home__bg {
        background-size: cover;
        background-position: center; } }

.testimonials {
  margin-bottom: 42px; }
  @media (min-width: 768px) {
    .testimonials {
      margin-bottom: 62px; } }
  @media (min-width: 1140px) {
    .testimonials {
      max-width: 1140px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 90px; }
      .testimonials::after {
        clear: both;
        content: "";
        display: block; } }
  .testimonials__container {
    background-image: linear-gradient(179deg, #328969, #0C4376);
    padding: 50px 0; }
    @media (min-width: 768px) {
      .testimonials__container {
        padding: 50px 9%; } }
    @media (max-width: 1139px) {
      .testimonials__container {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto; }
        .testimonials__container::after {
          clear: both;
          content: "";
          display: block; } }
    @media only screen and (min-width: 1140px) {
      .testimonials__container {
        width: calc(100% - 50px);
        float: left;
        margin-left: 25px;
        padding: 50px 17%; } }
  .testimonials__slider {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media only screen and (min-width: 768px) {
      .testimonials__slider {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1140px) {
      .testimonials__slider {
        width: calc(100% - 50px);
        float: left;
        margin-left: 25px; } }
    .testimonials__slider .slider-dots {
      text-align: center; }
      .testimonials__slider .slider-dots li {
        display: inline-block;
        margin: 0 3px; }
        .testimonials__slider .slider-dots li button {
          width: 8px;
          height: 8px;
          border-radius: 4px;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          padding: 0;
          background-color: #FFFFFF;
          opacity: 0.5;
          border: none;
          display: block;
          font-size: 0;
          outline: none;
          transition: opacity 0.2s ease-in-out; }
        .testimonials__slider .slider-dots li.slick-active button {
          opacity: 1; }
  .testimonials__testimonial {
    text-align: center; }
    .testimonials__testimonial .testimonial__quote {
      font-family: 'CircularStd';
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 18px;
      line-height: 29px;
      color: #FFFFFF;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .testimonials__testimonial .testimonial__quote {
          font-size: 23px;
          line-height: 30px; } }
      .testimonials__testimonial .testimonial__quote:before {
        content: '"'; }
      .testimonials__testimonial .testimonial__quote:after {
        content: '"'; }
    .testimonials__testimonial .testimonial__quotee {
      font-family: 'CircularStd';
      font-weight: 700;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 15px;
      line-height: 25px;
      color: #FFFFFF; }
      @media (min-width: 768px) {
        .testimonials__testimonial .testimonial__quotee {
          font-size: 18px;
          line-height: 29px; } }
    .testimonials__testimonial .testimonial__position {
      font-family: 'Merriweather';
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 14px;
      line-height: 23px;
      color: #FFFFFF;
      margin-bottom: 50px; }
      @media (min-width: 768px) {
        .testimonials__testimonial .testimonial__position {
          font-size: 15px;
          line-height: 25px; } }
      @media (min-width: 768px) {
        .testimonials__testimonial .testimonial__position {
          margin-bottom: 42px; } }
      @media (min-width: 1140px) {
        .testimonials__testimonial .testimonial__position {
          margin-bottom: 50px; } }

.latest-publications__container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .latest-publications__container::after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 1024px) {
    .latest-publications__container.flexible {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }

.latest-publications__header {
  font-family: 'CircularStd';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 30px;
  line-height: 23px;
  color: #0C4376;
  text-align: center;
  margin: 50px 0 28px; }
  @media (min-width: 768px) {
    .latest-publications__header {
      font-size: 38px;
      line-height: 51px;
      line-height: 38px; } }
  @media (min-width: 768px) {
    .latest-publications__header {
      margin: 62px 0 32px; } }
  @media (min-width: 1024px) {
    .latest-publications__header {
      margin: 84px 0 50px; } }

.latest-publications__article-title {
  font-family: 'CircularStd';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 21px;
  color: #48AB50;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .latest-publications__article-title {
      font-size: 13px;
      line-height: 21px; } }

.latest-publications__blog-posts {
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px; }
  @media only screen and (min-width: 768px) {
    .latest-publications__blog-posts {
      width: calc(100% - 46px);
      float: left;
      margin-left: 23px; } }
  @media only screen and (min-width: 1024px) {
    .latest-publications__blog-posts {
      width: calc(66.66667% - 41.66667px);
      float: left;
      margin-left: 25px;
      left: calc(33.33333% - 33.33333px + 25px);
      position: relative; } }
  @media (max-width: 767px) {
    .latest-publications__blog-posts {
      padding-bottom: 8px;
      border-bottom: 1px solid #E6E6E6;
      margin-bottom: 24px; } }
  @media (min-width: 768px) {
    .latest-publications__blog-posts {
      background-color: #FFFFFF;
      border: 1px solid #E6E6E6;
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
      margin-bottom: 32px;
      position: relative; } }

.latest-publications__blog-post {
  position: relative;
  display: block; }
  @media (max-width: 767px) {
    .latest-publications__blog-post {
      background-color: #FFFFFF;
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
      margin-bottom: 24px; } }
  @media (min-width: 768px) {
    .latest-publications__blog-post {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 32px;
      margin-bottom: 0;
      border-bottom: 1px solid #E6E6E6; }
      .latest-publications__blog-post:last-child {
        border-bottom: none; }
      .latest-publications__blog-post:hover .latest-publications__title {
        color: rgba(50, 48, 48, 0.7); }
        .latest-publications__blog-post:hover .latest-publications__title img {
          transform: translate(4px, 0); } }

.latest-publications__image {
  height: 192px;
  position: relative;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    .latest-publications__image {
      -ms-flex: 0 0 136px;
          flex: 0 0 136px;
      height: 96px; } }

.latest-publications__content {
  padding: 16px 16px 24px; }
  @media (min-width: 768px) {
    .latest-publications__content {
      padding: 0 0 0 32px; } }

.latest-publications__title {
  font-family: 'CircularStd';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 29px;
  color: #323030;
  margin-bottom: 16px;
  transition: color 0.2s ease-in-out; }
  @media (min-width: 1140px) {
    .latest-publications__title {
      font-size: 23px;
      line-height: 30px; } }
  .latest-publications__title img {
    display: none; }
    @media (min-width: 768px) {
      .latest-publications__title img {
        margin-left: 8px;
        display: inline-block;
        width: 12px;
        height: auto;
        position: relative;
        top: -2px;
        transition: transform 0.2s ease-in-out; } }

.latest-publications__author {
  font-family: 'CircularStd';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 23px;
  color: #323030; }
  @media (min-width: 768px) {
    .latest-publications__author {
      font-size: 15px;
      line-height: 25px; } }
  .latest-publications__author span {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 23px;
    color: #595959; }
    @media (min-width: 768px) {
      .latest-publications__author span {
        font-size: 15px;
        line-height: 25px; } }

.latest-publications__read-more {
  position: absolute;
  bottom: -40px;
  right: 0; }
  @media (max-width: 1023px) {
    .latest-publications__read-more {
      display: none; } }
  .latest-publications__read-more > a {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 21px;
    color: #595959;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media (min-width: 768px) {
      .latest-publications__read-more > a {
        font-size: 14px;
        line-height: 23px; } }
    .latest-publications__read-more > a img {
      display: block;
      margin-left: 5px;
      width: 9px;
      height: 7px; }

.latest-publications__news {
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px; }
  @media only screen and (min-width: 768px) {
    .latest-publications__news {
      width: calc(100% - 46px);
      float: left;
      margin-left: 23px; } }
  @media only screen and (min-width: 1024px) {
    .latest-publications__news {
      width: calc(25% - 31.25px);
      float: left;
      margin-left: 25px;
      left: calc(-66.66667% - 8.33333px + 25px);
      position: relative; } }

.latest-publications__post {
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E6E6E6; }
  @media (min-width: 768px) {
    .latest-publications__post {
      padding-bottom: 24px; } }
  @media (min-width: 1024px) {
    .latest-publications__post {
      padding-bottom: 0;
      border-bottom: none; } }
  .latest-publications__post a:hover .latest-publications__post-title {
    color: rgba(50, 48, 48, 0.7); }
  .latest-publications__post-category {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 21px;
    color: #48AB50;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 4px; }
    @media (min-width: 768px) {
      .latest-publications__post-category {
        font-size: 13px;
        line-height: 21px; } }
  .latest-publications__post-title {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: #323030;
    transition: color 0.2s ease-in-out; }
  .latest-publications__post:last-child {
    border-bottom: none; }

.top-resources__container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .top-resources__container::after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 1140px) {
    .top-resources__container.flexible {
      display: -ms-flexbox;
      display: flex; } }

.top-resources__header {
  font-family: 'CircularStd';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 30px;
  line-height: 23px;
  color: #0C4376;
  text-align: center;
  margin: 50px 0 28px; }
  @media (min-width: 768px) {
    .top-resources__header {
      font-size: 38px;
      line-height: 51px;
      line-height: 38px; } }
  @media (min-width: 768px) {
    .top-resources__header {
      margin: 62px 0 32px; } }
  @media (min-width: 1140px) {
    .top-resources__header {
      margin: 84px 0 50px; } }

.top-resources__resources {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.top-resources__resource {
  width: calc(50% - 22.5px);
  float: left;
  margin-left: 15px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .top-resources__resource {
      width: calc(25% - 28.75px);
      float: left;
      margin-left: 23px;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1140px) {
    .top-resources__resource {
      width: calc(20.83333% - 30.20833px);
      float: left;
      margin-left: 25px; }
      .top-resources__resource:first-child {
        margin-left: calc(8.33333% - 27.08333px + 50px); } }
  .top-resources__resource > a {
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    padding: 9px 28px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    height: 100%;
    transition: box-shadow 0.2s ease-in-out; }
    @media (min-width: 768px) {
      .top-resources__resource > a {
        padding: 32px 12px 24px; } }
    .top-resources__resource > a:hover .top-resources__resource-title {
      color: rgba(72, 171, 80, 0.7); }
    .top-resources__resource > a:active {
      top: 1px; }
    .top-resources__resource > a > * {
      width: 100%; }
  .top-resources__resource-icon {
    margin-bottom: 14px; }
  .top-resources__resource-title {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 23px;
    color: #48AB50;
    transition: color 0.2s ease-in-out; }
    @media (min-width: 768px) {
      .top-resources__resource-title {
        font-size: 15px;
        line-height: 25px; } }

.top-resources__footer {
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .top-resources__footer {
      margin-bottom: 64px; } }
  @media (min-width: 1140px) {
    .top-resources__footer {
      margin-bottom: 100px; } }
  @media only screen and (min-width: 768px) {
    .top-resources__footer {
      width: calc(100% - 46px);
      float: left;
      margin-left: 23px; } }
  @media only screen and (min-width: 1140px) {
    .top-resources__footer {
      width: calc(83.33333% - 45.83333px);
      float: left;
      margin-left: 25px;
      margin-left: calc(8.33333% - 27.08333px + 50px); } }
  .top-resources__footer > a {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 21px;
    color: #595959;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    border-top: 1px solid #E6E6E6;
    padding-top: 24px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 768px) {
      .top-resources__footer > a {
        font-size: 14px;
        line-height: 23px; } }
    .top-resources__footer > a img {
      display: block;
      margin-left: 5px;
      width: 9px;
      height: 7px; }
    @media (min-width: 768px) {
      .top-resources__footer > a {
        -ms-flex-pack: end;
            justify-content: flex-end; } }

.initiatives {
  margin-bottom: 60px; }
  @media (min-width: 1140px) {
    .initiatives {
      margin-bottom: 90px; } }
  .initiatives__container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .initiatives__container::after {
      clear: both;
      content: "";
      display: block; }
    @media (min-width: 768px) {
      .initiatives__container_flexible {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
            align-items: stretch; } }
    @media (max-width: 767px) {
      .initiatives__container > div:first-child {
        margin-bottom: 24px; } }
  .initiatives__header {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 30px;
    line-height: 23px;
    color: #0C4376;
    text-align: center;
    margin: 50px 0 28px; }
    @media (min-width: 768px) {
      .initiatives__header {
        font-size: 38px;
        line-height: 51px;
        line-height: 38px; } }
    @media (min-width: 768px) {
      .initiatives__header {
        margin: 62px 0 32px; } }
    @media (min-width: 1140px) {
      .initiatives__header {
        margin: 84px 0 50px; } }
  .initiatives__article {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media only screen and (min-width: 768px) {
      .initiatives__article {
        width: calc(50% - 34.5px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1140px) {
      .initiatives__article {
        width: calc(50% - 37.5px);
        float: left;
        margin-left: 25px; } }
    .initiatives__article > a {
      display: block;
      position: relative;
      background-color: #FFFFFF;
      height: 100%;
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25); }
      .initiatives__article > a:active {
        top: 1px; }
      .initiatives__article > a:hover .initiatives__read-more img {
        transform: translate(4px, 0); }
    .initiatives__article-image {
      height: 310px;
      position: relative; }
      @media (min-width: 1140px) {
        .initiatives__article-image {
          height: 390px; } }
    .initiatives__article-inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: cover;
      background-position: center; }
  .initiatives__caption {
    background-color: #FFFFFF;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 14px 12px; }
    @media (min-width: 768px) {
      .initiatives__caption {
        padding: 22px 20px; } }
    @media (min-width: 1140px) {
      .initiatives__caption {
        padding: 25px 20px; } }
  .initiatives__title {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 29px;
    color: #323030;
    margin-bottom: 17px; }
    @media (min-width: 768px) {
      .initiatives__title {
        font-size: 23px;
        line-height: 30px; } }
    @media (min-width: 769px) {
      .initiatives__title {
        margin-bottom: 24px; } }
    @media (min-width: 1140px) {
      .initiatives__title {
        margin-bottom: 40px; } }
  .initiatives__video {
    position: absolute;
    bottom: calc(100% + 8px);
    right: 8px; }
    .initiatives__video img {
      width: 16px;
      height: 16px; }
      @media (min-width: 768px) {
        .initiatives__video img {
          width: 20px;
          height: 20px; } }
  .initiatives__read-more {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 21px;
    color: #323030;
    vertical-align: middle; }
    .initiatives__read-more img {
      display: inline-block;
      width: 9px;
      height: 7px;
      transition: all 0.2s ease-in-out; }
  .initiatives__cta {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media only screen and (min-width: 768px) {
      .initiatives__cta {
        width: calc(50% - 34.5px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1140px) {
      .initiatives__cta {
        width: calc(50% - 37.5px);
        float: left;
        margin-left: 25px; } }
    .initiatives__cta-content {
      padding: 20px 40px;
      background-color: #FFFFFF;
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
      text-align: center;
      height: 100%; }
      @media (min-width: 768px) {
        .initiatives__cta-content {
          text-align: left;
          padding: 30px 65px;
          height: 100%; } }
      @media (min-width: 1140px) {
        .initiatives__cta-content {
          padding: 30px 90px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
    .initiatives__cta-header {
      font-family: 'CircularStd';
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 23px;
      line-height: 30px;
      color: #48AB50;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .initiatives__cta-header {
          font-size: 28px;
          line-height: 36px; } }
    .initiatives__cta-introduction {
      font-family: 'CircularStd';
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 15px;
      line-height: 25px;
      color: #323030;
      margin-bottom: 21px; }
      @media (min-width: 768px) {
        .initiatives__cta-introduction {
          font-size: 18px;
          line-height: 29px; } }
      @media (min-width: 768px) {
        .initiatives__cta-introduction {
          margin-bottom: 28px; } }
    .initiatives__cta-button a {
      font-family: 'CircularStd';
      font-weight: 700;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 14px;
      line-height: 23px;
      line-height: 14px;
      color: #FFFFFF;
      background-color: #48AB50;
      letter-spacing: 0.6px;
      display: inline-block;
      padding: 17px 45px;
      border-radius: 24px;
      position: relative;
      white-space: nowrap;
      transition: all 0.2s ease-in-out; }
      .initiatives__cta-button a:hover {
        background-color: #3D9144; }
      .initiatives__cta-button a:active {
        top: 1px; }

.publications-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 60px; }
  @media (min-width: 768px) {
    .publications-hero {
      margin-top: 78px; } }
  @media (min-width: 1024px) {
    .publications-hero {
      margin-top: 0; } }
  .publications-hero__container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .publications-hero__container::after {
      clear: both;
      content: "";
      display: block; }
  .publications-hero__headline {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
    padding: 97px 0;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .publications-hero__headline {
        font-size: 42px;
        line-height: 55px; } }
    @media (min-width: 1140px) {
      .publications-hero__headline {
        font-size: 50px;
        line-height: 67px; } }
    @media (min-width: 768px) {
      .publications-hero__headline {
        padding: 110px 0; } }
    @media only screen and (min-width: 768px) {
      .publications-hero__headline {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .publications-hero__headline {
        width: calc(100% - 50px);
        float: left;
        margin-left: 25px; } }
  .publications-hero__overlay {
    position: absolute;
    background-color: #0C4376;
    opacity: 0.8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.featured-article {
  position: relative;
  z-index: 10; }
  .featured-article__container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .featured-article__container::after {
      clear: both;
      content: "";
      display: block; }
    .featured-article__container-wrapper {
      background-color: #FFFFFF;
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
      width: calc(100% - 30px);
      float: left;
      margin-left: 15px; }
      @media only screen and (min-width: 768px) {
        .featured-article__container-wrapper {
          width: calc(100% - 46px);
          float: left;
          margin-left: 23px; } }
      @media only screen and (min-width: 1024px) {
        .featured-article__container-wrapper {
          width: calc(83.33333% - 45.83333px);
          float: left;
          margin-left: 25px;
          margin-left: calc(8.33333% - 27.08333px + 50px); } }
      .featured-article__container-wrapper > a {
        display: block; }
        @media (min-width: 1024px) {
          .featured-article__container-wrapper > a {
            display: -ms-flexbox;
            display: flex; } }
        .featured-article__container-wrapper > a:hover .featured-article__read-more img {
          transform: translate(4px, 0); }
  .featured-article__image {
    position: relative;
    height: 272px; }
    @media (min-width: 768px) {
      .featured-article__image {
        height: 464px; } }
    @media (min-width: 1024px) {
      .featured-article__image {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        height: 432px; } }
    .featured-article__image-inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: cover;
      background-position: center; }
  .featured-article__content {
    padding: 15px 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 768px) {
      .featured-article__content {
        padding: 64px 13%; } }
    @media (min-width: 1024px) {
      .featured-article__content {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        height: 435px;
        padding: 90px 40px 30px; } }
    .featured-article__content > * {
      width: 100%; }
  .featured-article__category {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 21px;
    color: #595959;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .featured-article__category {
        font-size: 13px;
        line-height: 21px; } }
    @media (min-width: 1024px) {
      .featured-article__category {
        margin-bottom: 10px; } }
    .featured-article__category_sustainability {
      color: #48AB50; }
  .featured-article__title {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 30px;
    color: #323030;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .featured-article__title {
        font-size: 28px;
        line-height: 36px; } }
  .featured-article__excerpt {
    font-family: 'Merriweather';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 23px;
    color: #595959;
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-bottom: 48px; }
    @media (min-width: 768px) {
      .featured-article__excerpt {
        font-size: 15px;
        line-height: 25px; } }
  .featured-article__read-more {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 21px;
    color: #323030;
    vertical-align: middle; }
    .featured-article__read-more img {
      display: inline-block;
      width: 9px;
      height: 7px;
      transition: all 0.2s ease-in-out; }

.news-list {
  padding: 40px 0 42px; }
  @media (min-width: 768px) {
    .news-list {
      background-color: #EFF2F2;
      padding: 48px 0 50px; } }
  .news-list__container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .news-list__container::after {
      clear: both;
      content: "";
      display: block; }
  .news-list__filters {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media only screen and (min-width: 768px) {
      .news-list__filters {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .news-list__filters {
        width: calc(18.33333% - 29.58333px);
        float: left;
        margin-left: 25px; } }
    .news-list__filters-wrapper {
      background-color: #FFFFFF;
      padding-bottom: 16px; }
      @media (min-width: 768px) {
        .news-list__filters-wrapper {
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
          padding: 45px 34px 24px; } }
      @media (max-width: 1023px) {
        .news-list__filters-wrapper {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
      @media (min-width: 1024px) {
        .news-list__filters-wrapper {
          padding: 42px 16px 42px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .news-list__filters-wrapper.isStuck {
    box-shadow: none;
    border-bottom: 1px solid #E6E6E6; } }
  .news-list__types {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 1024px) {
      .news-list__types {
        display: block;
        border-bottom: 1px solid #E6E6E6;
        padding-bottom: 40px;
        margin-bottom: 32px; } }
  .news-list__type > a {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: rgba(12, 67, 118, 0.55);
    transition: all 0.2s ease-in-out; }
    @media (min-width: 768px) {
      .news-list__type > a {
        font-size: 18px;
        line-height: 29px; } }
    .news-list__type > a:hover {
      color: #0c4376; }
  .news-list__type.active > a {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: #0C4376; }
    @media (min-width: 768px) {
      .news-list__type.active > a {
        font-size: 18px;
        line-height: 29px; } }
  .news-list__type:first-child {
    margin-right: 15px; }
  .news-list__years_select {
    position: relative; }
    .news-list__years_select select {
      font-family: 'CircularStd';
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 15px;
      line-height: 25px;
      color: #595959;
      background-color: transparent;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      border-radius: 0;
      outline: none;
      padding: 0 24px 0 8px;
      border-bottom: 2px solid #0C4376; }
      @media (min-width: 768px) {
        .news-list__years_select select {
          font-size: 18px;
          line-height: 29px; } }
      .news-list__years_select select::-ms-expand {
        display: none; }
    .news-list__years_select img {
      display: block;
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translate(0, -50%); }
    @media (min-width: 1024px) {
      .news-list__years_select {
        display: none; } }
  .news-list__years_links {
    display: none; }
    @media (min-width: 1024px) {
      .news-list__years_links {
        display: block; } }
  .news-list__year > a {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: rgba(12, 67, 118, 0.55);
    transition: all 0.2s ease-in-out; }
    @media (min-width: 768px) {
      .news-list__year > a {
        font-size: 18px;
        line-height: 29px; } }
    .news-list__year > a:hover {
      color: #0c4376; }
  .news-list__year.active > a {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: #0C4376; }
    @media (min-width: 768px) {
      .news-list__year.active > a {
        font-size: 18px;
        line-height: 29px; } }
  .news-list__posts {
    background-color: #FFFFFF;
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .news-list__posts {
    position: relative; }
    .news-list__posts:before {
      content: '';
      position: absolute;
      background-color: #FFFFFF;
      right: 0;
      top: -1px;
      left: 0;
      height: 1px; } }
    @media only screen and (min-width: 768px) {
      .news-list__posts {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px;
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25); } }
    @media only screen and (min-width: 1024px) {
      .news-list__posts {
        width: calc(73.33333% - 43.33333px);
        float: left;
        margin-left: 25px; } }
  .news-list__post {
    padding: 24px 0;
    border-bottom: 1px solid #E6E6E6; }
    @media (min-width: 768px) {
      .news-list__post {
        padding: 32px 38px; } }
    @media (min-width: 1024px) {
      .news-list__post {
        padding: 35px 10%; } }
    .news-list__post-date {
      font-family: 'CircularStd';
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 12px;
      line-height: 21px;
      color: rgba(50, 48, 48, 0.5);
      letter-spacing: 0.8px;
      margin-bottom: 8px; }
      @media (min-width: 768px) {
        .news-list__post-date {
          font-size: 13px;
          line-height: 21px; } }
      @media (min-width: 768px) {
        .news-list__post-date {
          margin-bottom: 15px; } }
    .news-list__post-title {
      font-family: 'CircularStd';
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 18px;
      line-height: 29px;
      color: #323030;
      transition: color 0.2s ease-in-out; }
      @media (min-width: 768px) {
        .news-list__post-title {
          font-size: 23px;
          line-height: 30px; } }
      @media (min-width: 768px) {
        .news-list__post-title {
          padding-right: 10%; } }
      @media (min-width: 1024px) {
        .news-list__post-title {
          padding: 0; } }
      .news-list__post-title img {
        display: inline-block;
        width: 12px;
        height: auto;
        margin-left: 5px;
        position: relative;
        transition: transform 0.2s ease-in-out; }
    .news-list__post a:hover .news-list__post-title {
      color: rgba(50, 48, 48, 0.7); }
    .news-list__post a:hover img {
      transform: translate(3px, 0); }

.single-publication {
  padding: 24px 0 40px;
  margin-top: 60px; }
  @media (min-width: 768px) {
    .single-publication {
      padding: 60px 0;
      margin-top: 78px; } }
  @media (min-width: 1024px) {
    .single-publication {
      padding: 110px 0;
      margin-top: 0; } }
  .single-publication__container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .single-publication__container::after {
      clear: both;
      content: "";
      display: block; }
  .single-publication__main-content, .single-publication__header, .single-publication__sub-content {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media only screen and (min-width: 768px) {
      .single-publication__main-content, .single-publication__header, .single-publication__sub-content {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .single-publication__main-content, .single-publication__header, .single-publication__sub-content {
        width: calc(66.66667% - 41.66667px);
        float: left;
        margin-left: 25px;
        margin-left: calc(16.66667% - 29.16667px + 50px); } }
  .single-publication__side-content {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media only screen and (min-width: 768px) {
      .single-publication__side-content {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .single-publication__side-content {
        width: calc(8.33333% - 27.08333px);
        float: left;
        margin-left: 25px; } }
  .single-publication__form-content {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media only screen and (min-width: 768px) {
      .single-publication__form-content {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .single-publication__form-content {
        width: calc(83.33333% - 45.83333px);
        float: left;
        margin-left: 25px;
        margin-left: calc(8.33333% - 27.08333px + 50px); } }
  .single-publication__comments, .single-publication__profile {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media only screen and (min-width: 768px) {
      .single-publication__comments, .single-publication__profile {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .single-publication__comments, .single-publication__profile {
        width: calc(66.66667% - 41.66667px);
        float: left;
        margin-left: 25px;
        margin-left: calc(16.66667% - 29.16667px + 50px); } }

.publication-header {
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .publication-header {
      margin-bottom: 32px; } }
  .publication-header__category {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 21px;
    color: #323030;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      .publication-header__category {
        font-size: 13px;
        line-height: 21px; } }
    .publication-header__category > a {
      color: #595959; }
    .publication-header__category_sustainability {
      color: #48AB50; }
  .publication-header__title h1 {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 36px;
    color: #0C4376; }
    @media (min-width: 768px) {
      .publication-header__title h1 {
        font-size: 38px;
        line-height: 51px; } }
  .publication-header__side-rail {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .publication-header__side-rail {
        display: block;
        width: calc(8.33333% - 27.08333px);
        float: left;
        margin-left: 25px; } }
  .publication-header__author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 16px; }
  .publication-header__author-thumb {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px; }
    .publication-header__author-thumb img {
      display: block;
      width: 100%;
      height: auto; }
  .publication-header__author-name {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 23px;
    color: #323030; }
    @media (min-width: 768px) {
      .publication-header__author-name {
        font-size: 15px;
        line-height: 25px; } }
    .publication-header__author-name span {
      font-family: 'CircularStd';
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 14px;
      line-height: 23px;
      color: #595959; }
      @media (min-width: 768px) {
        .publication-header__author-name span {
          font-size: 15px;
          line-height: 25px; } }

.article-image {
  position: relative;
  margin-bottom: 24px; }
  @media (min-width: 1024px) {
    .article-image {
      margin-bottom: 32px; } }
  .article-image > img {
    display: block;
    width: 100%;
    height: auto; }
  .article-image__video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    cursor: pointer; }
    .article-image__video:active {
      top: calc(50% + 1px); }
    .article-image__video img {
      width: 25px;
      height: 25px;
      display: block; }
      @media (min-width: 768px) {
        .article-image__video img {
          width: 60px;
          height: 60px; } }
      @media (min-width: 1024px) {
        .article-image__video img {
          width: 80px;
          height: 80px; } }

.publication-content {
  font-family: 'CircularStd';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 25px;
  color: #323030;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .publication-content {
      font-size: 18px;
      line-height: 29px; } }
  @media (min-width: 768px) {
    .publication-content {
      margin-bottom: 32px; } }
  @media (min-width: 1024px) {
    .publication-content {
      margin-bottom: 40px; } }
  .publication-content a {
    color: #323030;
    text-decoration: underline; }
  .publication-content p {
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .publication-content p {
        margin-bottom: 26px; } }
    .publication-content p:last-child {
      margin-bottom: 0; }
  .publication-content img {
    width: 100%;
    height: auto; }
  .publication-content em {
    font-style: italic; }
  .publication-content strong {
    font-weight: bold; }
  .publication-content h1, .publication-content h2, .publication-content h3, .publication-content h4, .publication-content h5, .publication-content h6 {
    color: #0C4376;
    text-transform: uppercase; }
  .publication-content h1 {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
    line-height: 67px;
    margin-bottom: 24px; }
  .publication-content h2 {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 18px; }
    @media (min-width: 768px) {
      .publication-content h2 {
        font-size: 42px;
        line-height: 55px;
        margin-bottom: 22px; } }
  .publication-content h3 {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .publication-content h3 {
        font-size: 38px;
        line-height: 51px;
        margin-bottom: 25px; } }
  .publication-content h4 {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .publication-content h4 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 18px; } }
  .publication-content h5 {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 14px; }
    @media (min-width: 768px) {
      .publication-content h5 {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 15px; } }
  .publication-content h6 {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .publication-content h6 {
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 14px; } }
  .publication-content ul {
    list-style: disc;
    padding-left: 20px; }

.social-share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .social-share {
      margin-bottom: 56px; } }
  @media (min-width: 1024px) {
    .social-share {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 0; } }
  .social-share > a {
    display: block;
    margin-right: 15px;
    position: relative; }
    @media (min-width: 1024px) {
      .social-share > a {
        margin-right: 0;
        margin-bottom: 24px; } }
    .social-share > a:active {
      top: 1px; }
    .social-share > a__last-child {
      margin-bottom: 0; }

.publication-tags {
  margin-bottom: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 768px) {
    .publication-tags {
      margin-bottom: 56px; } }
  @media (min-width: 1024px) {
    .publication-tags {
      margin-bottom: 64px; } }
  .publication-tags__label {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: #323030; }
    @media (min-width: 768px) {
      .publication-tags__label {
        font-size: 18px;
        line-height: 29px; } }
  .publication-tags__tag {
    display: inline-block;
    margin-bottom: 10px; }
    .publication-tags__tag a {
      font-family: 'CircularStd';
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 12px;
      line-height: 21px;
      color: #FFFFFF;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 4px 12px;
      border-radius: 16px;
      background-color: #0C4376;
      display: block;
      position: relative;
      margin: 0 8px;
      transition: background-color 0.2s ease-in-out; }
      @media (min-width: 768px) {
        .publication-tags__tag a {
          font-size: 13px;
          line-height: 21px; } }
      .publication-tags__tag a:hover {
        background-color: #0A3964; }
      .publication-tags__tag a:active {
        top: 1px; }

.related-articles {
  background-color: #EFF2F2;
  padding: 42px 0 64px; }
  @media (min-width: 768px) {
    .related-articles {
      padding: 50px 0 100px; } }
  @media (min-width: 1024px) {
    .related-articles {
      padding: 50px 0; } }
  .related-articles__container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .related-articles__container::after {
      clear: both;
      content: "";
      display: block; }
  .related-articles__header {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 30px;
    color: #0C4376;
    text-align: center;
    margin-bottom: 50px;
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media (min-width: 768px) {
      .related-articles__header {
        font-size: 28px;
        line-height: 36px; } }
    @media only screen and (min-width: 768px) {
      .related-articles__header {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .related-articles__header {
        width: calc(100% - 50px);
        float: left;
        margin-left: 25px; } }
  .related-articles__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .related-articles__grid > a {
      display: block;
      position: relative;
      width: calc(100% - 30px);
      float: left;
      margin-left: 15px; }
      @media only screen and (min-width: 768px) {
        .related-articles__grid > a {
          width: calc(50% - 34.5px);
          float: left;
          margin-left: 23px; } }
      @media only screen and (min-width: 1024px) {
        .related-articles__grid > a {
          width: calc(25% - 31.25px);
          float: left;
          margin-left: 25px; } }
      .related-articles__grid > a:active {
        top: 1px; }
  .related-articles__article {
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 24px; }
    @media (min-width: 1024px) {
      .related-articles__article {
        margin-bottom: 0; } }
    .related-articles__article-image {
      height: 230px;
      position: relative; }
      @media (min-width: 768px) {
        .related-articles__article-image {
          height: 280px; } }
    .related-articles__article-inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: cover;
      background-position: center; }
  .related-articles__caption {
    background-color: #FFFFFF;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 14px 12px; }
    @media (min-width: 768px) {
      .related-articles__caption {
        padding: 22px 20px; } }
    @media (min-width: 1024px) {
      .related-articles__caption {
        padding: 25px 20px; } }
  .related-articles__title {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: #323030; }
    @media (min-width: 768px) {
      .related-articles__title {
        font-size: 18px;
        line-height: 29px; } }

.article-links {
  margin-top: 32px; }
  .article-links > a {
    display: block;
    position: relative; }

.article-link {
  background-color: #FFFFFF;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  padding: 17px 13px;
  position: relative;
  margin-bottom: 24px; }
  @media (min-width: 500px) {
    .article-link {
      padding: 17px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
  .article-link__thumb {
    margin-bottom: 10px;
    height: 160px;
    width: 100%;
    position: relative; }
    @media (min-width: 500px) {
      .article-link__thumb {
        margin-bottom: 0;
        margin-right: 26px;
        width: 139px;
        height: 85px; } }
    .article-link__thumb-inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: cover;
      background-position: center; }
  .article-link__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
    @media (min-width: 500px) {
      .article-link__content {
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
        -ms-flex-align: center;
            align-items: center; } }
  .article-link__text {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .article-link__eyebrow {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: 21px;
    color: #595959;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 7px; }
  .article-link__title {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 29px;
    color: #323030;
    width: 80%; }
  .article-link__icon {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .article-link:active {
    top: 1px; }

.announcement-block {
  background-color: #FFFFFF;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25); }
  @media (min-width: 768px) {
    .announcement-block {
      display: -ms-flexbox;
      display: flex; } }
  .announcement-block__image {
    position: relative;
    height: 250px; }
    @media (min-width: 768px) {
      .announcement-block__image {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        height: 0;
        padding-top: 55%; } }
    .announcement-block__image-inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: cover;
      background-position: center; }
  .announcement-block__content {
    padding: 24px 17px 32px; }
    @media (min-width: 768px) {
      .announcement-block__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        padding: 0 42px 0 40px; } }
  .announcement-block__header {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 30px;
    color: #323030;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .announcement-block__header {
        font-size: 28px;
        line-height: 36px; } }
  .announcement-block__introduction {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: #323030;
    margin-bottom: 21px; }
    @media (min-width: 768px) {
      .announcement-block__introduction {
        font-size: 18px;
        line-height: 29px; } }
    @media (min-width: 768px) {
      .announcement-block__introduction {
        margin-bottom: 28px; } }
  .announcement-block__cta a {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 23px;
    line-height: 14px;
    color: #FFFFFF;
    background-color: #48AB50;
    letter-spacing: 0.6px;
    display: inline-block;
    padding: 17px 45px;
    border-radius: 24px;
    position: relative;
    white-space: nowrap;
    transition: all 0.2s ease-in-out; }
    .announcement-block__cta a:hover {
      background-color: #3D9144; }
    .announcement-block__cta a:active {
      top: 1px; }

.articles-list {
  padding: 48px 0; }
  @media (min-width: 768px) {
    .articles-list {
      padding: 55px 0 25px; } }
  @media (min-width: 1024px) {
    .articles-list {
      padding: 90px 0 85px; } }
  .articles-list__container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .articles-list__container::after {
      clear: both;
      content: "";
      display: block; }
  .articles-list__filters {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media only screen and (min-width: 768px) {
      .articles-list__filters {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .articles-list__filters {
        width: calc(66.66667% - 41.66667px);
        float: left;
        margin-left: 25px;
        margin-left: calc(16.66667% - 29.16667px + 50px); } }
    .articles-list__filters-wrapper {
      text-align: center; }
      @media (min-width: 768px) {
        .articles-list__filters-wrapper {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; } }
    .articles-list__filters-label {
      font-family: 'CircularStd';
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 13px;
      line-height: 21px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #595959;
      margin-bottom: 14px; }
      @media (min-width: 768px) {
        .articles-list__filters-label {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .articles-list__filters-select {
        margin-left: 25px; } }
    .articles-list__filters-select select {
      font-family: 'CircularStd';
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 15px;
      line-height: 25px;
      color: #323030;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      outline: none;
      width: 100%;
      max-width: 450px;
      background-color: transparent;
      border: none;
      border-radius: 0;
      border-bottom: 2px solid #0C4376; }
      @media (min-width: 768px) {
        .articles-list__filters-select select {
          font-size: 18px;
          line-height: 29px; } }
      @media (min-width: 768px) {
        .articles-list__filters-select select {
          width: auto;
          padding: 0 30px; } }
      @media (min-width: 1024px) {
        .articles-list__filters-select select {
          padding: 0 60px; } }
  .articles-list__breadcrumbs {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 21px;
    color: #323030;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media (min-width: 768px) {
      .articles-list__breadcrumbs {
        font-size: 13px;
        line-height: 21px; } }
    @media only screen and (min-width: 768px) {
      .articles-list__breadcrumbs {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .articles-list__breadcrumbs {
        width: calc(100% - 50px);
        float: left;
        margin-left: 25px; } }
    .articles-list__breadcrumbs > a {
      color: #595959; }
  .articles-list__grid {
    margin-top: 45px; }
    @media (min-width: 768px) {
      .articles-list__grid {
        margin-top: 60px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .articles-list__grid > a {
      display: block;
      position: relative; }
      .articles-list__grid > a:active {
        top: 1px; }
  .articles-list__article {
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .articles-list__article {
        margin-bottom: 35px;
        width: calc(50% - 34.5px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .articles-list__article {
        width: calc(33.33333% - 33.33333px);
        float: left;
        margin-left: 25px; } }
    .articles-list__article:hover .articles-list__title {
      color: rgba(50, 48, 48, 0.7); }
    @media only screen and (min-width: 1024px) {
      .articles-list__article_long {
        width: calc(50% - 37.5px);
        float: left;
        margin-left: 25px; } }
    .articles-list__article-image {
      height: 240px;
      position: relative;
      background-size: cover;
      background-position: center; }
      @media (min-width: 1024px) {
        .articles-list__article-image {
          height: 312px; } }
  .articles-list__caption {
    background-color: #FFFFFF;
    padding: 16px 16px 24px; }
  .articles-list__category {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 21px;
    color: #595959;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .articles-list__category {
        font-size: 13px;
        line-height: 21px; } }
    @media (min-width: 1024px) {
      .articles-list__category {
        margin-bottom: 10px; } }
    .articles-list__category_sustainability {
      color: #48AB50; }
  .articles-list__title {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 29px;
    color: #323030;
    transition: color 0.2s ease-in-out; }
    @media (min-width: 768px) {
      .articles-list__title {
        font-size: 23px;
        line-height: 30px; } }
  .articles-list__video {
    position: absolute;
    bottom: 8px;
    right: 8px; }
    .articles-list__video img {
      width: 20px;
      height: 20px; }

.product-filters {
  padding-bottom: 32px; }
  @media (min-width: 768px) {
    .product-filters {
      padding-bottom: 24px; } }
  @media (min-width: 1024px) {
    .product-filters {
      padding-bottom: 56px; } }
  .product-filters__header {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: #323030;
    letter-spacing: 1px;
    margin-bottom: 24px;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .product-filters__header {
        font-size: 18px;
        line-height: 29px; } }
    @media (min-width: 1024px) {
      .product-filters__header {
        font-size: 13px;
        line-height: 21px; } }
    @media (min-width: 768px) {
      .product-filters__header {
        margin-bottom: 32px; } }
    @media (max-width: 1023px) {
      .product-filters__header {
        text-align: center;
        letter-spacing: 0; } }
    @media (min-width: 1024px) {
      .product-filters__header {
        margin-bottom: 16px; } }
  .product-filters__copy {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 29px;
    line-height: 26px;
    color: #323030; }
    @media (max-width: 1023px) {
      .product-filters__copy {
        display: none; } }
    @media (min-width: 1024px) {
      .product-filters__copy {
        margin-bottom: 32px; } }
  .product-filters__group {
    margin-bottom: 32px; }
    @media (min-width: 1024px) {
      .product-filters__group {
        margin-bottom: 24px; } }
  .product-filters__filter {
    margin-bottom: 24px;
    position: relative; }

@media (min-width: 768px) and (max-width: 1023px) {
  .product-filters__filter {
    display: inline-block;
    width: calc((100% / 3) - 8px);
    margin-right: 8px;
    margin-bottom: 0; }
    .product-filters__filter:last-child {
      margin-right: 0; } }
    @media (min-width: 1024px) {
      .product-filters__filter {
        margin-bottom: 16px; } }
    .product-filters__filter:last-child {
      margin-bottom: 0; }
  .product-filters__close-filter {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 11px;
    height: 11px;
    transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    pointer-events: none;
    cursor: pointer; }
    @media (max-width: 1023px) {
      .product-filters__close-filter {
        display: none; } }
    .product-filters__close-filter.visible {
      opacity: 1;
      transform: translate(-16px, -50%);
      pointer-events: auto; }
    .product-filters__close-filter > img {
      display: block;
      width: 11px;
      height: 11px; }
  .product-filters__dropdown {
    display: block;
    width: 100%; }
  @media (max-width: 1023px) {
    .product-filters__details {
      text-align: center; }
      .product-filters__details > div {
        display: inline-block; } }
  @media (min-width: 1024px) {
    .product-filters__details {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
      .product-filters__details > div {
        display: block; } }
  .product-filters__count {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 23px;
    color: #595959;
    text-align: center;
    transition: opacity 0.2s ease-in-out; }
    @media (min-width: 1024px) {
      .product-filters__count {
        font-size: 15px;
        line-height: 25px; } }
    @media (min-width: 1024px) {
      .product-filters__count {
        text-align: left;
        min-height: 25px; } }
    .product-filters__count.hidden {
      opacity: 0; }
  .product-filters__spinner {
    transition: opacity 0.2s ease-in-out; }
    .product-filters__spinner-container {
      width: 28px;
      height: 6px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      font-size: 0; }
      .product-filters__spinner-container > div {
        width: 6px;
        height: 6px;
        background-color: #0C4376;
        border-radius: 100%;
        display: inline-block;
        animation: bouncedelay 1.4s infinite ease-in-out both; }
      .product-filters__spinner-container .bounce1 {
        animation-delay: -0.32s; }
      .product-filters__spinner-container .bounce2 {
        animation-delay: -0.16s; }
    .product-filters__spinner.hidden {
      opacity: 0; }

@media (min-width: 768px) and (max-width: 1023px) {
  .filters-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; } }

.filters-form__header {
  font-family: 'CircularStd';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 25px;
  color: #323030;
  letter-spacing: 1px;
  margin-bottom: 16px;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .filters-form__header {
      font-size: 18px;
      line-height: 29px; } }
  @media (min-width: 1024px) {
    .filters-form__header {
      font-size: 13px;
      line-height: 21px; } }
  @media (max-width: 1023px) {
    .filters-form__header {
      display: none; } }

.filters-form__copy {
  font-family: 'CircularStd';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 29px;
  line-height: 26px;
  color: #323030;
  margin-bottom: 12px;
  text-align: center; }
  @media (min-width: 768px) {
    .filters-form__copy {
      margin-bottom: 0;
      text-align: left; } }
  @media (min-width: 1024px) {
    .filters-form__copy {
      margin-bottom: 32px; } }

.filters-form__group {
  margin-bottom: 24px; }
  @media (max-width: 1023px) {
    .filters-form__group {
      display: none; } }

.filters-form__filter {
  margin-bottom: 24px;
  position: relative; }

@media (min-width: 768px) and (max-width: 1023px) {
  .filters-form__filter {
    display: inline-block;
    width: calc((100% / 3) - 8px);
    margin-right: 8px;
    margin-bottom: 0; }
    .filters-form__filter:last-child {
      margin-right: 0; } }
  @media (min-width: 1024px) {
    .filters-form__filter {
      margin-bottom: 16px; } }
  .filters-form__filter:last-child {
    margin-bottom: 0; }

.filters-form__close-filter {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 11px;
  height: 11px;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  pointer-events: none;
  cursor: pointer; }
  @media (max-width: 1023px) {
    .filters-form__close-filter {
      display: none; } }
  .filters-form__close-filter.visible {
    opacity: 1;
    transform: translate(-16px, -50%);
    pointer-events: auto; }
  .filters-form__close-filter > img {
    display: block;
    width: 11px;
    height: 11px; }

.filters-form__dropdown {
  display: block;
  width: 100%; }

.filters-form__submit {
  text-align: center; }
  .filters-form__submit a {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 23px;
    line-height: 14px;
    color: #FFFFFF;
    background-color: #0C4376;
    letter-spacing: 0.6px;
    display: inline-block;
    padding: 17px 45px;
    border-radius: 24px;
    position: relative;
    white-space: nowrap;
    transition: all 0.2s ease-in-out; }
    .filters-form__submit a:hover {
      background-color: #0A3964; }
    .filters-form__submit a:active {
      top: 1px; }
  @media (min-width: 1025px) {
    .filters-form__submit {
      text-align: left; }
      .filters-form__submit a {
        font-family: 'CircularStd';
        font-weight: 700;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 14px;
        line-height: 23px;
        line-height: 14px;
        color: #FFFFFF;
        background-color: #0C4376;
        letter-spacing: 0.6px;
        display: inline-block;
        padding: 16px 16px;
        border-radius: 24px;
        position: relative;
        white-space: nowrap;
        transition: all 0.2s ease-in-out; }
        .filters-form__submit a:hover {
          background-color: #0A3964; }
        .filters-form__submit a:active {
          top: 1px; } }

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

.products-list {
  transition: opacity 0.2s ease-in-out; }
  .products-list.loading {
    opacity: 0.75; }
  .products-list .company:not(.last) {
    padding-bottom: 40px;
    border-bottom: 2px solid #E6E6E6;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .products-list .company:not(.last) {
        padding-bottom: 44px;
        margin-bottom: 44px; } }
    @media (min-width: 1024px) {
      .products-list .company:not(.last) {
        margin-bottom: 36px; } }
  .products-list .company.hidden {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none; }
  @media (min-width: 768px) {
    .products-list .company__container {
      max-width: 1140px;
      margin-left: auto;
      margin-right: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .products-list .company__container::after {
        clear: both;
        content: "";
        display: block; } }
  @media only screen and (min-width: 768px) {
    .products-list .company__container {
      margin-left: -23px;
      margin-right: -23px;
      width: calc(100% + 46px); } }
  @media only screen and (min-width: 1024px) {
    .products-list .company__container {
      margin-left: -25px;
      margin-right: -25px;
      width: calc(100% + 50px); } }
  @media only screen and (min-width: 768px) {
    .products-list .company__details {
      width: calc(62.5% - 37.375px);
      float: left;
      margin-left: 23px; } }
  .products-list .company__name {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 30px;
    color: #0C4376;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .products-list .company__name {
        font-size: 38px;
        line-height: 51px; } }
  .products-list .company__intro {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: #323030;
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .products-list .company__intro {
        font-size: 18px;
        line-height: 29px; } }
    @media (min-width: 768px) {
      .products-list .company__intro {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) {
      .products-list .company__intro {
        margin-bottom: 32px; } }
    .products-list .company__intro a {
      color: #323030;
      text-decoration: underline; }
  @media (max-width: 767px) {
    .products-list .company__logo {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .products-list .company__logo {
      width: calc(37.5% - 31.625px);
      float: left;
      margin-left: 23px; } }
  .products-list .company__logo > img {
    width: 100%;
    display: block; }
    @media (max-width: 767px) {
      .products-list .company__logo > img {
        max-width: 240px;
        margin: 0 auto; } }
  .products-list .company__link {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .products-list .company__link {
        margin-bottom: 24px; } }
    .products-list .company__link > a {
      font-family: 'CircularStd';
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 13px;
      line-height: 21px;
      color: #323030; }
      @media (min-width: 768px) {
        .products-list .company__link > a {
          font-size: 14px;
          line-height: 23px; } }
      .products-list .company__link > a > img {
        display: inline-block;
        margin-left: 8px;
        vertical-align: middle;
        transition: all 0.2s ease-in-out; }
      .products-list .company__link > a:hover > img {
        transform: translateX(5px); }
  .products-list .product-lender {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: 21px;
    color: #323030;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .products-list .product {
    background-color: #FFFFFF;
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .products-list .product {
        margin-bottom: 24px; } }
    .products-list .product:last-child {
      margin-bottom: 0; }
    .products-list .product.hidden {
      overflow: hidden;
      padding: 0;
      margin: 0; }
    .products-list .product__container {
      padding: 8px 32px 12px 12px;
      position: relative; }
      @media (min-width: 768px) {
        .products-list .product__container {
          padding: 16px 92px 24px 24px; } }
      .products-list .product__container:after {
        content: '';
        position: absolute;
        width: 9px;
        height: 7px;
        background-image: url(/wp-content/themes/cpc/theme-dist/assets/images/icon-link-arrow.svg);
        background-repeat: none;
        background-size: 9px 7px;
        right: 10px;
        top: 50%;
        transform: translate(0, -50%);
        transition: all 0.2s ease-in-out; }
        @media (min-width: 768px) {
          .products-list .product__container:after {
            width: 14px;
            height: 12px;
            background-size: 14px 12px;
            right: 20px; } }
      .products-list .product__container:hover:after {
        transform: translate(5px, -50%); }
    .products-list .product__name {
      font-family: 'CircularStd';
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 18px;
      line-height: 29px;
      color: #0C4376; }
      @media (min-width: 768px) {
        .products-list .product__name {
          font-size: 23px;
          line-height: 30px; } }
      @media (min-width: 768px) {
        .products-list .product__name {
          margin-bottom: 12px; } }
    @media (max-width: 767px) {
      .products-list .product__features {
        display: none; } }
    .products-list .product__features > li {
      font-family: 'CircularStd';
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 14px;
      line-height: 23px;
      line-height: 25px;
      color: #323030;
      display: inline;
      list-style: none;
      margin-right: 12px; }
      .products-list .product__features > li:before {
        content: '\2022';
        padding-right: 8px; }

.related-products {
  margin-top: 48px; }
  @media (max-width: 1024px) {
    .related-products {
      display: none; } }
  .related-products__header {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: #323030;
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .related-products__header {
        font-size: 18px;
        line-height: 29px; } }
  .related-products .product {
    background-color: #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 12px;
    position: relative; }
    @media (min-width: 768px) {
      .related-products .product {
        margin-bottom: 24px; } }
    .related-products .product:last-child {
      margin-bottom: 0; }
    .related-products .product__container {
      padding: 12px 32px 12px 20px; }
      .related-products .product__container:after {
        content: '';
        position: absolute;
        width: 9px;
        height: 7px;
        background-image: url(/wp-content/themes/cpc/theme-dist/assets/images/icon-link-arrow.svg);
        background-repeat: none;
        background-size: 9px 7px;
        right: 10px;
        top: 50%;
        transform: translate(0, -50%);
        transition: all 0.2s ease-in-out; }
      .related-products .product__container:hover:after {
        transform: translate(5px, -50%); }
    .related-products .product__name {
      font-family: 'CircularStd';
      font-weight: 500;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 15px;
      line-height: 25px;
      color: #0C4376; }
      @media (min-width: 768px) {
        .related-products .product__name {
          font-size: 18px;
          line-height: 29px; } }
      @media (min-width: 768px) {
        .related-products .product__name {
          margin-bottom: 12px; } }
    .related-products .product:active {
      top: 1px; }

.product-breadcrumbs {
  font-family: 'CircularStd';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 25px;
  color: #323030;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .product-breadcrumbs {
      font-size: 18px;
      line-height: 29px; } }
  @media (min-width: 1024px) {
    .product-breadcrumbs {
      font-size: 13px;
      line-height: 21px; } }
  @media (min-width: 768px) {
    .product-breadcrumbs {
      margin-bottom: 20px; } }
  @media (min-width: 1024px) {
    .product-breadcrumbs {
      margin-bottom: 24px; } }
  .product-breadcrumbs > a {
    color: inherit;
    display: inline-block; }
    .product-breadcrumbs > a:last-child {
      color: #0C4376; }

@media only screen and (min-width: 768px) {
  .company-profile__details {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-left: -23px;
    margin-right: -23px;
    width: calc(100% + 46px); }
    .company-profile__details::after {
      clear: both;
      content: "";
      display: block; } }

@media only screen and (min-width: 1024px) {
  .company-profile__details {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px); }
    .company-profile__details::after {
      clear: both;
      content: "";
      display: block; } }

@media only screen and (min-width: 1140px) {
  .company-profile__details {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px); }
    .company-profile__details::after {
      clear: both;
      content: "";
      display: block; } }

@media (max-width: 767px) {
  .company-profile__logo {
    margin-bottom: 20px; } }

@media only screen and (min-width: 768px) {
  .company-profile__logo {
    width: calc(37.5% - 31.625px);
    float: left;
    margin-left: 23px;
    left: calc(62.5% - 37.375px + 23px);
    position: relative; } }

.company-profile__logo > img {
  width: 100%;
  display: block;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .company-profile__logo > img {
      max-width: 240px; } }

.company-profile__description {
  font-family: 'CircularStd';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 25px;
  color: #323030; }
  @media (min-width: 768px) {
    .company-profile__description {
      font-size: 18px;
      line-height: 29px; } }
  @media only screen and (min-width: 768px) {
    .company-profile__description {
      width: calc(62.5% - 37.375px);
      float: left;
      margin-left: 23px;
      left: calc(-37.5% - 14.375px + 23px);
      position: relative; } }
  .company-profile__description a {
    color: #323030;
    text-decoration: underline; }

.company-section {
  font-family: 'CircularStd';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 29px;
  color: #323030;
  margin-bottom: 12px;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .company-section {
      font-size: 23px;
      line-height: 30px; } }
  @media (min-width: 768px) {
    .company-section {
      margin-bottom: 20px; } }

.partnerships__intro {
  font-family: 'CircularStd';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 25px;
  color: #323030;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .partnerships__intro {
      font-size: 18px;
      line-height: 29px; } }
  @media (min-width: 768px) {
    .partnerships__intro {
      margin-bottom: 20px; } }

.partnerships__link {
  font-family: 'CircularStd';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 21px;
  color: #323030;
  cursor: pointer;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .partnerships__link {
      font-size: 14px;
      line-height: 23px; } }
  .partnerships__link:hover > img {
    transform: translateX(5px); }
  .partnerships__link:last-child {
    margin-bottom: 0; }
  .partnerships__link > img {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    transition: all 0.2s ease-in-out; }

.partnership-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(50, 48, 48, 0.5);
  z-index: 1000;
  opacity: 1;
  transition: opacity 0.2s ease-in-out; }
  @media (min-width: 768px) {
    .partnership-popup {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; } }
  .partnership-popup__wrap {
    background-color: #FFFFFF;
    position: relative;
    overflow-y: scroll;
    max-height: 100%;
    padding: 24px 16px;
    transform: translate(0, 0);
    transition: all 0.2s ease-in-out; }
    @media (max-width: 767px) {
      .partnership-popup__wrap {
        width: 100%;
        height: 100%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .partnership-popup__wrap {
    margin: 0 24px;
    padding: 60px 24px; } }
    @media (min-width: 1024px) {
      .partnership-popup__wrap {
        width: 100%;
        max-width: calc(100% * (10 / 12));
        padding: 60px 10%; } }
    .partnership-popup__wrap > div:last-child {
      margin-bottom: 0; }
  .partnership-popup__close {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer; }
    @media (min-width: 768px) {
      .partnership-popup__close {
        top: 16px;
        right: 16px; } }
    .partnership-popup__close:active {
      transform: translateY(1px); }
  .partnership-popup__name {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 30px;
    color: #0C4376;
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .partnership-popup__name {
        font-size: 28px;
        line-height: 36px; } }
  .partnership-popup__description {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: #323030;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .partnership-popup__description {
        font-size: 18px;
        line-height: 29px; } }
    @media (min-width: 768px) {
      .partnership-popup__description {
        margin-bottom: 44px; } }
    .partnership-popup__description a {
      color: #323030;
      text-decoration: underline; }
  .partnership-popup__partners {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 23px;
    color: #323030;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .partnership-popup__partners {
        font-size: 15px;
        line-height: 25px; } }
    @media (min-width: 768px) {
      .partnership-popup__partners {
        margin-bottom: 40px; } }
    .partnership-popup__partners > li {
      list-style: none; }
  .partnership-popup.hidden {
    opacity: 0;
    pointer-events: none; }
    .partnership-popup.hidden .partnership-popup__wrap {
      transform: translate(0, 20px); }

.single-product {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px); }
  .single-product::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 768px) {
    .single-product {
      margin-left: -23px;
      margin-right: -23px;
      width: calc(100% + 46px); } }
  @media only screen and (min-width: 1024px) {
    .single-product {
      margin-left: -25px;
      margin-right: -25px;
      width: calc(100% + 50px); } }
  .single-product__left {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media only screen and (min-width: 768px) {
      .single-product__left {
        width: calc(62.5% - 37.375px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .single-product__left {
        width: calc(62.5% - 40.625px);
        float: left;
        margin-left: 25px; } }
    @media (min-width: 768px) {
      .single-product__left .only-mobile {
        display: none; } }
  @media (max-width: 767px) {
    .single-product__right {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .single-product__right {
      width: calc(37.5% - 31.625px);
      float: left;
      margin-left: 23px; } }
  @media only screen and (min-width: 1024px) {
    .single-product__right {
      width: calc(37.5% - 34.375px);
      float: left;
      margin-left: 25px; } }
  .single-product__name {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 30px;
    color: #0C4376;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .single-product__name {
        font-size: 38px;
        line-height: 51px; } }
    @media (min-width: 768px) {
      .single-product__name {
        margin-bottom: 12px; } }
  .single-product__lender-logo {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .single-product__lender-logo {
        margin-bottom: 28px; } }
    .single-product__lender-logo > img {
      width: 100%;
      display: block; }
      @media (max-width: 767px) {
        .single-product__lender-logo > img {
          max-width: 300px; } }
  .single-product__description {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: #323030;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .single-product__description {
        font-size: 18px;
        line-height: 29px; } }
    .single-product__description a {
      color: #323030;
      text-decoration: underline; }
  .single-product__uses-header {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: #323030; }
    @media (min-width: 768px) {
      .single-product__uses-header {
        font-size: 18px;
        line-height: 29px; } }
    @media (min-width: 768px) {
      .single-product__uses-header {
        margin-bottom: 8px; } }
  @media (max-width: 767px) {
    .single-product__uses {
      margin-bottom: 20px; } }
  .single-product__uses > li {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 23px;
    color: #323030;
    list-style-type: none; }
    @media (min-width: 768px) {
      .single-product__uses > li {
        font-size: 15px;
        line-height: 25px; } }
    .single-product__uses > li:before {
      content: '- '; }
  .single-product__features {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .single-product__features {
        margin-bottom: 44px; } }
    @media (min-width: 1024px) {
      .single-product__features {
        margin-bottom: 52px; } }
    .single-product__features > li {
      font-family: 'CircularStd';
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 14px;
      line-height: 23px;
      color: #323030;
      list-style-type: none;
      padding-left: 15px;
      position: relative; }
      @media (min-width: 768px) {
        .single-product__features > li {
          font-size: 15px;
          line-height: 25px; } }
      .single-product__features > li:before {
        content: '\2022';
        position: absolute;
        left: 0; }
  .single-product__links {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media only screen and (min-width: 768px) {
      .single-product__links {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .single-product__links {
        width: calc(100% - 50px);
        float: left;
        margin-left: 25px; } }

.company-product {
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px; }
  @media only screen and (min-width: 768px) {
    .company-product {
      width: calc(100% - 46px);
      float: left;
      margin-left: 23px; } }
  @media only screen and (min-width: 1024px) {
    .company-product {
      width: calc(66.66667% - 41.66667px);
      float: left;
      margin-left: 25px;
      margin-left: calc(16.66667% - 29.16667px + 50px); } }
  .company-product__name {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 30px;
    color: #0C4376;
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .company-product__name {
        font-size: 38px;
        line-height: 51px; } }
  .company-product__description {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: #323030;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .company-product__description {
        font-size: 18px;
        line-height: 29px; } }
    @media (min-width: 768px) {
      .company-product__description {
        margin-bottom: 28px; } }
    @media (min-width: 1024px) {
      .company-product__description {
        margin-bottom: 32px; } }
    .company-product__description a {
      color: #323030;
      text-decoration: underline; }

@media (min-width: 500px) and (max-width: 1023px) {
  .contact-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

.contact-nav__header {
  font-family: 'CircularStd';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 30px;
  color: #323030; }
  @media (min-width: 768px) {
    .contact-nav__header {
      font-size: 28px;
      line-height: 36px; } }
  @media (max-width: 499px) {
    .contact-nav__header {
      display: none; } }
  @media (min-width: 1025px) {
    .contact-nav__header {
      margin-bottom: 36px; } }

@media (max-width: 1023px) {
  .contact-nav__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

.contact-nav__link {
  font-family: 'CircularStd';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 25px;
  color: #323030;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out; }
  @media (min-width: 768px) {
    .contact-nav__link {
      font-size: 18px;
      line-height: 29px; } }

@media (min-width: 500px) and (max-width: 1023px) {
  .contact-nav__link {
    margin-right: 24px; }
    .contact-nav__link:last-child {
      margin-right: 0; } }
  .contact-nav__link:active {
    top: 1px; }
  .contact-nav__link.selected {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: #0C4376; }
    @media (min-width: 768px) {
      .contact-nav__link.selected {
        font-size: 18px;
        line-height: 29px; } }

.contact-group {
  transition: all 0.2s ease-in-out; }
  .contact-group.hidden {
    display: none; }

.contact-section {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .contact-section {
      margin-bottom: 48px; } }
  .contact-section:last-child {
    margin-bottom: 0; }
  .contact-section__name {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 30px;
    color: #0C4376;
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .contact-section__name {
        font-size: 28px;
        line-height: 36px; } }
    @media (min-width: 768px) {
      .contact-section__name {
        margin-bottom: 20px; } }
  @media (min-width: 550px) {
    .contact-section__cards {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: top;
          align-items: top;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .contact-section .contact-card:nth-child(1n+1):nth-last-child(-n+1),
  .contact-section .contact-card:nth-child(1n+1):nth-last-child(-n+1) ~ .contact-section .contact-card {
    margin-bottom: 0; }
  @media (min-width: 550px) {
    .contact-section .contact-card:nth-child(2n+1):nth-last-child(-n+2),
    .contact-section .contact-card:nth-child(2n+1):nth-last-child(-n+2) ~ .contact-section .contact-card {
      margin-bottom: 0; } }

.contact-card {
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  padding: 12px 24px 12px 16px;
  position: relative;
  margin-bottom: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 550px) {
    .contact-card__container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
  @media (min-width: 550px) {
    .contact-card {
      padding: 20px;
      margin-bottom: 15px;
      -ms-flex: 0 1 calc(50% - 7.5px);
          flex: 0 1 calc(50% - 7.5px); } }
  @media (min-width: 768px) {
    .contact-card {
      -ms-flex-preferred-size: calc(50% - 11.5px);
          flex-basis: calc(50% - 11.5px);
      margin-bottom: 23px; } }
  @media (min-width: 1024px) {
    .contact-card {
      -ms-flex-preferred-size: calc(50% - 12.5px);
          flex-basis: calc(50% - 12.5px);
      margin-bottom: 25px; } }
  .contact-card.leader {
    cursor: pointer; }
    .contact-card.leader:active {
      top: 1px; }
  .contact-card__icon-link {
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #0C4376;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    top: 0;
    right: 0; }
  @media (max-width: 767px) {
    .contact-card__picture {
      display: none; } }
  @media (min-width: 550px) {
    .contact-card__picture {
      -ms-flex: 0 0 100px;
          flex: 0 0 100px; } }
  .contact-card__picture-container {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    overflow: hidden; }
    .contact-card__picture-container > img {
      width: 100%;
      height: auto;
      display: block; }
  .contact-card__name {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 23px;
    color: #0C4376; }
    @media (min-width: 768px) {
      .contact-card__name {
        font-size: 15px;
        line-height: 25px; } }
  .contact-card__detail {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: 21px;
    color: #323030; }
    @media (min-width: 768px) {
      .contact-card__detail {
        font-size: 14px;
        line-height: 23px; } }
    .contact-card__detail > a {
      color: #323030;
      text-decoration: underline; }
  .contact-card.primary {
    background-color: #323030; }
    .contact-card.primary .contact-card__icon-link {
      background-color: #48AB50; }
    .contact-card.primary .contact-card__name {
      color: #FFFFFF; }
    .contact-card.primary .contact-card__detail {
      color: #FFFFFF; }
      .contact-card.primary .contact-card__detail > a {
        color: #FFFFFF; }

.form-section {
  background-color: #262323;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .form-section {
      padding: 48px 0 80px; } }
  @media (min-width: 1024px) {
    .form-section {
      padding: 80px 0; } }
  .form-section__container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    margin: 0 auto; }
    .form-section__container::after {
      clear: both;
      content: "";
      display: block; }
  .form-section__copy {
    margin-bottom: 12px;
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media (min-width: 768px) {
      .form-section__copy {
        margin-bottom: 32px; } }
    @media (max-width: 1023px) {
      .form-section__copy {
        text-align: center; } }
    @media (min-width: 1024px) {
      .form-section__copy {
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .form-section__copy {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .form-section__copy {
        width: calc(25% - 31.25px);
        float: left;
        margin-left: 25px; } }
  .form-section__header {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .form-section__header {
        font-size: 28px;
        line-height: 36px; } }
  .form-section__detail {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF; }
    @media (min-width: 768px) {
      .form-section__detail {
        font-size: 18px;
        line-height: 29px; } }
    .form-section__detail > a {
      color: #FFFFFF; }
  .form-section__form {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media only screen and (min-width: 768px) {
      .form-section__form {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .form-section__form {
        width: calc(66.66667% - 41.66667px);
        float: left;
        margin-left: 25px;
        margin-left: calc(8.33333% - 27.08333px + 50px); } }
  .form-section .contact-form__row {
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .form-section .contact-form__row {
        margin-bottom: 24px; } }
    .form-section .contact-form__row:last-child {
      margin-bottom: 0; }
    .form-section .contact-form__row.split {
      max-width: 1140px;
      margin-left: auto;
      margin-right: auto; }
      .form-section .contact-form__row.split::after {
        clear: both;
        content: "";
        display: block; }
      @media only screen and (min-width: 768px) {
        .form-section .contact-form__row.split {
          margin-left: -23px;
          margin-right: -23px;
          width: calc(100% + 46px); } }
      @media only screen and (min-width: 768px) {
        .form-section .contact-form__row.split {
          margin-left: -23px;
          margin-right: -23px;
          width: calc(100% + 46px); } }
  @media (max-width: 767px) {
    .form-section .contact-form__column:first-child {
      margin-bottom: 12px; } }
  @media only screen and (min-width: 768px) {
    .form-section .contact-form__column {
      width: calc(50% - 34.5px);
      float: left;
      margin-left: 23px; } }
  @media only screen and (min-width: 768px) {
    .form-section .contact-form__column {
      width: calc(50% - 34.5px);
      float: left;
      margin-left: 23px; } }
  .form-section .contact-form label {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: 21px;
    color: #FFFFFF; }
    @media (min-width: 768px) {
      .form-section .contact-form label {
        font-size: 14px;
        line-height: 23px; } }
  .form-section .contact-form input[type="text"], .form-section .contact-form input[type="email"] {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: #323030;
    padding: 8px;
    background-color: #FFFFFF;
    height: 45px;
    width: 100%;
    outline: none;
    border: none; }
    @media (min-width: 768px) {
      .form-section .contact-form input[type="text"], .form-section .contact-form input[type="email"] {
        font-size: 18px;
        line-height: 29px; } }
  .form-section .contact-form textarea {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: #323030;
    padding: 8px;
    background-color: #FFFFFF;
    resize: none;
    width: 100%;
    outline: none;
    border: none; }
    @media (min-width: 768px) {
      .form-section .contact-form textarea {
        font-size: 18px;
        line-height: 29px; } }
  .form-section .contact-form input[type="submit"] {
    margin-top: 24px;
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 23px;
    line-height: 14px;
    color: #FFFFFF;
    background-color: #48AB50;
    letter-spacing: 0.6px;
    display: inline-block;
    padding: 17px 60px;
    border-radius: 24px;
    position: relative;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
    outline: none;
    border: none;
    cursor: pointer; }
    .form-section .contact-form input[type="submit"]:hover {
      background-color: #3D9144; }
    .form-section .contact-form input[type="submit"]:active {
      top: 1px; }

.contact-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(50, 48, 48, 0.5);
  z-index: 1000;
  opacity: 1;
  transition: opacity 0.2s ease-in-out; }
  @media (min-width: 768px) {
    .contact-popup {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; } }
  .contact-popup__wrap {
    background-color: #FFFFFF;
    position: relative;
    overflow-y: scroll;
    max-height: 100%;
    padding: 40px 16px;
    transform: translate(0, 0);
    transition: all 0.2s ease-in-out; }
    @media (max-width: 767px) {
      .contact-popup__wrap {
        width: 100%;
        height: 100%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .contact-popup__wrap {
    margin: 0 24px;
    padding: 68px 24px 30px; } }
    @media (min-width: 1024px) {
      .contact-popup__wrap {
        width: 100%;
        max-width: calc(100% * (10 / 12));
        padding: 48px 10% 60px; } }
    .contact-popup__wrap > div:last-child {
      margin-bottom: 0; }
  .contact-popup__close {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer; }
    @media (min-width: 768px) {
      .contact-popup__close {
        top: 16px;
        right: 16px; } }
    .contact-popup__close:active {
      transform: translateY(1px); }
  .contact-popup__picture {
    text-align: center;
    margin-bottom: 12px; }
  .contact-popup__picture-container {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    overflow: hidden;
    display: inline-block; }
    .contact-popup__picture-container > img {
      width: 100%;
      height: auto;
      display: block; }
  .contact-popup__name {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 30px;
    color: #0C4376;
    text-align: center; }
    @media (min-width: 768px) {
      .contact-popup__name {
        font-size: 28px;
        line-height: 36px; } }
    @media (min-width: 1024px) {
      .contact-popup__name {
        margin-bottom: 8px; } }
  .contact-popup__title {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 23px;
    color: #323030;
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .contact-popup__title {
        font-size: 15px;
        line-height: 25px; } }
  .contact-popup__description {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 23px;
    color: #323030; }
    @media (min-width: 768px) {
      .contact-popup__description {
        font-size: 18px;
        line-height: 29px; } }
    .contact-popup__description p {
      margin-bottom: 23px; }
      @media (min-width: 768px) {
        .contact-popup__description p {
          margin-bottom: 29px; } }
      .contact-popup__description p:last-child {
        margin-bottom: 0; }
    .contact-popup__description a {
      color: #323030;
      text-decoration: underline; }
  .contact-popup.hidden {
    opacity: 0;
    pointer-events: none; }
    .contact-popup.hidden .contact-popup__wrap {
      transform: translate(0, 20px); }

.company-contacts {
  margin-top: 40px; }
  @media (min-width: 1024px) {
    .company-contacts {
      margin-top: 48px; } }
  .company-contacts__cards {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px); }
    .company-contacts__cards::after {
      clear: both;
      content: "";
      display: block; }
    @media only screen and (min-width: 768px) {
      .company-contacts__cards {
        margin-left: -23px;
        margin-right: -23px;
        width: calc(100% + 46px); } }
    @media only screen and (min-width: 1024px) {
      .company-contacts__cards {
        margin-left: -25px;
        margin-right: -25px;
        width: calc(100% + 50px); } }
  .company-contacts__card {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media only screen and (min-width: 768px) {
      .company-contacts__card {
        width: calc(50% - 34.5px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .company-contacts__card {
        width: calc(50% - 37.5px);
        float: left;
        margin-left: 25px; } }

.contacts-button {
  position: fixed;
  bottom: 12px;
  right: 12px;
  opacity: 0;
  transform: scale(0.75) translateX(50px);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 50;
  cursor: pointer;
  pointer-events: none; }
  @media (min-width: 1024px) {
    .contacts-button {
      bottom: 32px;
      right: 32px; } }
  .contacts-button > img {
    width: 40px;
    height: 40px;
    transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    display: block; }
    @media (min-width: 1024px) {
      .contacts-button > img {
        width: 45px;
        height: 45px; } }
  .contacts-button.visible {
    opacity: 0.5;
    transform: scale(0.9) translateX(0);
    pointer-events: auto; }
    @media (min-width: 1200px) {
      .contacts-button.visible {
        opacity: 1; } }
    .contacts-button.visible:hover {
      opacity: 1;
      transform: scale(1) translateX(0); }
  .contacts-button:active {
    bottom: 11px; }
    @media (min-width: 1024px) {
      .contacts-button:active {
        bottom: 31px; } }

.footer-contacts {
  background-color: #262323;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .footer-contacts {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .footer-contacts {
      padding: 80px 0; } }
  .footer-contacts__container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    max-width: 1140px; }
    .footer-contacts__container::after {
      clear: both;
      content: "";
      display: block; }
  .footer-contacts__header {
    font-family: 'CircularStd';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 12px;
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media (min-width: 768px) {
      .footer-contacts__header {
        font-size: 28px;
        line-height: 36px; } }
    @media (min-width: 768px) {
      .footer-contacts__header {
        margin-bottom: 24px; } }
    @media (min-width: 1024px) {
      .footer-contacts__header {
        margin-bottom: 48px; } }
    @media only screen and (min-width: 768px) {
      .footer-contacts__header {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .footer-contacts__header {
        width: calc(50% - 37.5px);
        float: left;
        margin-left: 25px;
        margin-left: calc(25% - 31.25px + 50px); } }
  .footer-contacts__detail {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: center;
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media (min-width: 768px) {
      .footer-contacts__detail {
        font-size: 18px;
        line-height: 29px; } }
    @media only screen and (min-width: 768px) {
      .footer-contacts__detail {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .footer-contacts__detail {
        width: calc(100% - 50px);
        float: left;
        margin-left: 25px; } }
    .footer-contacts__detail > a {
      color: #FFFFFF; }
  .footer-contacts__options {
    margin-bottom: 40px;
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media (min-width: 1024px) {
      .footer-contacts__options {
        margin-bottom: 48px; } }
    @media only screen and (min-width: 768px) {
      .footer-contacts__options {
        width: calc(50% - 34.5px);
        float: left;
        margin-left: 23px;
        margin-left: calc(25% - 28.75px + 46px); } }
    @media only screen and (min-width: 1024px) {
      .footer-contacts__options {
        width: calc(33.33333% - 33.33333px);
        float: left;
        margin-left: 25px;
        margin-left: calc(33.33333% - 33.33333px + 50px); } }
    .footer-contacts__options > label {
      font-family: 'CircularStd';
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 13px;
      line-height: 21px;
      color: #FFFFFF;
      display: block;
      margin-bottom: 8px; }
      @media (min-width: 768px) {
        .footer-contacts__options > label {
          font-size: 14px;
          line-height: 23px; } }
    .footer-contacts__options > select {
      display: block;
      width: 100%; }
  .footer-contacts__cards {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media only screen and (min-width: 768px) {
      .footer-contacts__cards {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .footer-contacts__cards {
        width: calc(66.66667% - 41.66667px);
        float: left;
        margin-left: 25px;
        margin-left: calc(16.66667% - 29.16667px + 50px); } }
  .footer-contacts__cards-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px); }
    .footer-contacts__cards-container::after {
      clear: both;
      content: "";
      display: block; }
    @media (min-width: 768px) {
      .footer-contacts__cards-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media only screen and (min-width: 768px) {
      .footer-contacts__cards-container {
        margin-left: -23px;
        margin-right: -23px;
        width: calc(100% + 46px); } }
    @media only screen and (min-width: 1024px) {
      .footer-contacts__cards-container {
        margin-left: -25px;
        margin-right: -25px;
        width: calc(100% + 50px); } }
  .footer-contacts__card {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media only screen and (min-width: 768px) {
      .footer-contacts__card {
        width: calc(50% - 34.5px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1024px) {
      .footer-contacts__card {
        width: calc(50% - 37.5px);
        float: left;
        margin-left: 25px; } }
    .footer-contacts__card.hidden {
      display: none; }
    @media (min-width: 768px) {
      .footer-contacts__card.last, .footer-contacts__card:last-child:nth-child(odd) {
        margin-left: 0; } }

.hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 60px; }
  @media (min-width: 768px) {
    .hero {
      margin-top: 78px; } }
  @media (min-width: 1140px) {
    .hero {
      margin-top: 0; } }
  .hero__container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .hero__container::after {
      clear: both;
      content: "";
      display: block; }
  .hero__headline {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
    padding: 97px 0;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .hero__headline {
        font-size: 42px;
        line-height: 55px; } }
    @media (min-width: 1140px) {
      .hero__headline {
        font-size: 50px;
        line-height: 67px; } }
    @media (min-width: 768px) {
      .hero__headline {
        padding: 110px 0; } }
    @media only screen and (min-width: 768px) {
      .hero__headline {
        width: calc(87.5% - 43.125px);
        float: left;
        margin-left: 23px;
        margin-left: calc(6.25% - 24.4375px + 46px); } }
    @media only screen and (min-width: 1140px) {
      .hero__headline {
        width: calc(54.16667% - 38.54167px);
        float: left;
        margin-left: 25px;
        margin-left: calc(22.91667% - 30.72917px + 50px); } }
  .hero__overlay {
    position: absolute;
    background-color: #0C4376;
    opacity: 0.8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

/*=============== TEMPLATES ==============*/
.iframe {
  margin-top: 60px;
  margin-bottom: 30px; }
  .iframe__container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    margin: 0 auto; }
    .iframe__container::after {
      clear: both;
      content: "";
      display: block; }
  @media (min-width: 768px) {
    .iframe {
      margin-top: 78px; } }
  @media (min-width: 1140px) {
    .iframe {
      margin-top: 0; } }
  @media only screen and (min-width: 1140px) {
    .iframe__wrapper {
      width: calc(100% - 50px);
      float: left;
      margin-left: 25px; } }
  .iframe__wrapper iframe {
    width: 100%;
    min-height: 500px;
    display: block;
    margin-bottom: 30px; }
  .iframe__disclaimer {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 21px;
    color: #595959;
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px; }
    @media (min-width: 768px) {
      .iframe__disclaimer {
        font-size: 14px;
        line-height: 23px; } }
    @media only screen and (min-width: 768px) {
      .iframe__disclaimer {
        width: calc(100% - 46px);
        float: left;
        margin-left: 23px; } }
    @media only screen and (min-width: 1140px) {
      .iframe__disclaimer {
        width: calc(100% - 50px);
        float: left;
        margin-left: 25px; } }

/*================ THEMES ================*/
.select2-container .select2-dropdown {
  border: none;
  border-radius: 0;
  z-index: 75; }

.select2-container--publications .select2-selection--single {
  background-color: transparent;
  border-radius: 0;
  outline: none;
  color: #323030;
  height: auto;
  position: relative;
  padding: 8px 32px 8px 8px; }
  .select2-container--publications .select2-selection--single:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #E6E6E6;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5; }
  .select2-container--publications .select2-selection--single:after {
    content: '';
    width: 0;
    height: 2px;
    background-color: #0C4376;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 6;
    transition: width 0.2s ease-in-out; }
  .select2-container--publications .select2-selection--single.selected:after {
    width: 100%; }
  .select2-container--publications .select2-selection--single .select2-selection__rendered {
    color: #323030;
    padding: 0; }
  .select2-container--publications .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--publications .select2-selection--single .select2-selection__arrow {
    position: absolute;
    background-image: url(/wp-content/themes/cpc/theme-dist/assets/images/icon-dropdown.svg);
    background-repeat: none;
    background-position: center;
    transition: all 0.2s ease-in-out; }
    .select2-container--publications .select2-selection--single .select2-selection__arrow b {
      display: none; }

.select2-container--publications.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: translate(0, -50%) rotateX(180deg); }
  .select2-container--publications.select2-container--open .select2-selection--single .select2-selection__arrow b {
    display: none; }

.select2-container--publications.select2-container--open .select2-selection--single:after {
  width: 100%; }

.select2-container--publications .select2-selection--single {
  font-family: 'CircularStd';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 25px; }
  @media (min-width: 768px) {
    .select2-container--publications .select2-selection--single {
      font-size: 18px;
      line-height: 29px; } }
  @media (min-width: 768px) {
    .select2-container--publications .select2-selection--single {
      padding-right: 40px; } }
  .select2-container--publications .select2-selection--single .select2-selection__arrow {
    width: 12px;
    height: 7px;
    top: 50%;
    right: 8px;
    transform: translate(0, -50%);
    background-size: 12px 7px; }
    @media (min-width: 768px) {
      .select2-container--publications .select2-selection--single .select2-selection__arrow {
        width: 20px;
        height: 12px;
        right: 12px;
        background-size: 20px 12px; } }

.select2-container--publications .select2-results > .select2-results__options {
  max-height: none;
  overflow-y: visible; }

.select2-container--publications .select2-results__option {
  font-family: 'CircularStd';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 25px;
  color: #323030;
  text-align: center; }
  @media (min-width: 768px) {
    .select2-container--publications .select2-results__option {
      font-size: 18px;
      line-height: 29px; } }
  .select2-container--publications .select2-results__option[aria-disabled=true] {
    color: #999; }
  .select2-container--publications .select2-results__option[aria-selected=true] {
    background-color: #FFFFFF; }

.select2-container--publications .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(12, 67, 118, 0.5);
  color: white; }

.select2-container--products .select2-selection--single {
  background-color: transparent;
  border-radius: 0;
  outline: none;
  color: #323030;
  height: auto;
  position: relative;
  padding: 8px 32px 8px 8px; }
  .select2-container--products .select2-selection--single:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #E6E6E6;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5; }
  .select2-container--products .select2-selection--single:after {
    content: '';
    width: 0;
    height: 2px;
    background-color: #0C4376;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 6;
    transition: width 0.2s ease-in-out; }
  .select2-container--products .select2-selection--single.selected:after {
    width: 100%; }
  .select2-container--products .select2-selection--single .select2-selection__rendered {
    color: #323030;
    padding: 0; }
  .select2-container--products .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--products .select2-selection--single .select2-selection__arrow {
    position: absolute;
    background-image: url(/wp-content/themes/cpc/theme-dist/assets/images/icon-dropdown.svg);
    background-repeat: none;
    background-position: center;
    transition: all 0.2s ease-in-out; }
    .select2-container--products .select2-selection--single .select2-selection__arrow b {
      display: none; }

.select2-container--products.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: translate(0, -50%) rotateX(180deg); }
  .select2-container--products.select2-container--open .select2-selection--single .select2-selection__arrow b {
    display: none; }

.select2-container--products.select2-container--open .select2-selection--single:after {
  width: 100%; }

.select2-container--products .select2-selection--single {
  font-family: 'CircularStd';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 23px; }
  @media (min-width: 1024px) {
    .select2-container--products .select2-selection--single {
      font-size: 15px;
      line-height: 25px; } }
  @media (min-width: 768px) {
    .select2-container--products .select2-selection--single {
      padding: 16px 40px 16px 16px; } }
  .select2-container--products .select2-selection--single .select2-selection__arrow {
    width: 12px;
    height: 7px;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    background-size: 12px 7px; }
    @media (min-width: 768px) {
      .select2-container--products .select2-selection--single .select2-selection__arrow {
        width: 14px;
        height: 8px;
        right: 13px;
        background-size: 14px 8px; } }

.select2-container--products .select2-dropdown {
  border: 2px solid #E6E6E6; }
  .select2-container--products .select2-dropdown--below {
    border-top: none; }

.select2-container--products .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: scroll; }

.select2-container--products .select2-results__option {
  padding: 8px; }
  @media (min-width: 768px) {
    .select2-container--products .select2-results__option {
      padding: 16px; } }

.select2-container--products .select2-results__option {
  font-family: 'CircularStd';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 23px;
  color: #323030; }
  @media (min-width: 1024px) {
    .select2-container--products .select2-results__option {
      font-size: 15px;
      line-height: 25px; } }
  .select2-container--products .select2-results__option[aria-disabled=true] {
    color: #999; }
  .select2-container--products .select2-results__option[aria-selected=true] {
    background-color: #FFFFFF; }

.select2-container--contacts {
  background-color: #FFFFFF; }
  .select2-container--contacts .select2-selection--single {
    background-color: transparent;
    border-radius: 0;
    outline: none;
    color: #323030;
    height: auto;
    position: relative;
    padding: 8px 32px 8px 8px; }
    .select2-container--contacts .select2-selection--single:before {
      content: '';
      width: 100%;
      height: 2px;
      background-color: #E6E6E6;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 5; }
    .select2-container--contacts .select2-selection--single:after {
      content: '';
      width: 0;
      height: 2px;
      background-color: #0C4376;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 6;
      transition: width 0.2s ease-in-out; }
    .select2-container--contacts .select2-selection--single.selected:after {
      width: 100%; }
    .select2-container--contacts .select2-selection--single .select2-selection__rendered {
      color: #323030;
      padding: 0; }
    .select2-container--contacts .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold; }
    .select2-container--contacts .select2-selection--single .select2-selection__arrow {
      position: absolute;
      background-image: url(/wp-content/themes/cpc/theme-dist/assets/images/icon-dropdown.svg);
      background-repeat: none;
      background-position: center;
      transition: all 0.2s ease-in-out; }
      .select2-container--contacts .select2-selection--single .select2-selection__arrow b {
        display: none; }
  .select2-container--contacts.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: translate(0, -50%) rotateX(180deg); }
    .select2-container--contacts.select2-container--open .select2-selection--single .select2-selection__arrow b {
      display: none; }
  .select2-container--contacts.select2-container--open .select2-selection--single:after {
    width: 100%; }
  .select2-container--contacts .select2-selection--single {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 23px; }
    @media (min-width: 1024px) {
      .select2-container--contacts .select2-selection--single {
        font-size: 15px;
        line-height: 25px; } }
    @media (min-width: 768px) {
      .select2-container--contacts .select2-selection--single {
        padding: 16px 40px 16px 16px; } }
    .select2-container--contacts .select2-selection--single .select2-selection__arrow {
      width: 12px;
      height: 7px;
      top: 50%;
      right: 10px;
      transform: translate(0, -50%);
      background-size: 12px 7px; }
      @media (min-width: 768px) {
        .select2-container--contacts .select2-selection--single .select2-selection__arrow {
          width: 14px;
          height: 8px;
          right: 13px;
          background-size: 14px 8px; } }
  .select2-container--contacts .select2-dropdown {
    border: 2px solid #E6E6E6; }
    .select2-container--contacts .select2-dropdown--below {
      border-top: none; }
  .select2-container--contacts .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: scroll; }
  .select2-container--contacts .select2-results__option {
    padding: 8px; }
    @media (min-width: 768px) {
      .select2-container--contacts .select2-results__option {
        padding: 16px; } }
  .select2-container--contacts .select2-results__option {
    font-family: 'CircularStd';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 23px;
    color: #323030; }
    @media (min-width: 1024px) {
      .select2-container--contacts .select2-results__option {
        font-size: 15px;
        line-height: 25px; } }
    .select2-container--contacts .select2-results__option[aria-disabled=true] {
      color: #999; }
    .select2-container--contacts .select2-results__option[aria-selected=true] {
      background-color: #FFFFFF; }

/* JPD Edits */

ul.bulleted-list {
	list-style: disc;
	list-style-position: outside;
	margin-left: 50px !important;
}

/* Flex Content Fields Add-ons Nov 2 - YAS */
/* New Spacer*/
.new-spacer { height: 20px; }

/* Featured Content Cards */
.single-col.single-col--dark.padded {
  margin: 0; padding: 20px; color: #323030;
}
.company-product.shadow {
  background-color: white; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}
.featured-image {
  float: left; width: 48%; padding: 20px;
}
    .featured-image img {
      max-width: 100%
    }
.featured-content {
  padding: 30px 30px 30px 15px;
  float: right;
  width: 50%;
}
    .featured-content h2 {
      font-size: 1.5em; font-weight: bold;
      margin: 0.75em 0;
    }
    .featured-content h4 {
      font-size: 0.875em; text-transform: uppercase;
    }
    .featured-content p {
      line-height: 1.25em;
      margin-bottom: 15px;
    }
    .featured-content p.read-more a {
      color: #323030 !important;
      font-size: 15px;
      display: block;
      margin-top: 20px !important;
    }
@media (max-width: 640px) {
  .featured-image { 
      float: none; width: 75%; text-align: center; padding: 20px; margin: 0 auto;
    }
  .featured-content {
      float: none; width: 100%;
  }
}

/* Partner Cards */
.single-col.single-col--dark.smaller {
    margin: 0 !important; padding: 0 30px 60px 30px !important; color: #323030 !important;
}
.company-product.partner-card {
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px;
  background-color: white;
  border-bottom: 6px solid #48AB50;
  padding: 30px;
}
    .company-product.partner-card img { 
      float: right; max-width: 50%; height: auto; padding: 40px 20px 20px 20px;
    }
    .company-product.partner-card h2 {
      font-size: 1.75em; font-weight: bold;
      margin-bottom: 20px;
    }
    .company-product.partner-card p {
       font-size: 16px;
       line-height: 24px;
       margin-bottom: 20px;
    }
    .company-product.partner-card p a {
        color: #323030;
        text-decoration: underline;
     }
  @media only screen and (min-width: 768px) {
    .company-product.partner-card {
      width: calc(100% - 46px);
      float: left;
      margin-left: 23px; } }
  @media only screen and (min-width: 1024px) {
    .company-product.partner-card {
      width: calc(66.66667% - 41.66667px);
      float: left;
      margin-left: 25px;
      margin-left: calc(16.66667% - 29.16667px + 50px); } }
  @media (max-width: 640px) {
    .company-product.partner-card img { 
      float: none; max-width: 80%; height: auto; 
      text-align: center; margin-left: auto; margin-right: auto; padding: 20px !important; 
    }
}

/* WYSIWYG Editor */
.company-product__description.wysiwyg h2 {
  font-size: 2em;
  font-weight: bold;
  color: #215382 !important;
}
.company-product__description.wysiwyg h3 {
  font-size: 1.25em;
  font-weight: bold;
}
.company-product__description.wysiwyg p {
  margin-bottom: 28px;
}
.company-product__description.wysiwyg p strong {
  font-weight: bold !important;
}
.company-product__description.wysiwyg img.alignright {
  float: right;
  padding: 0 0 20px 20px;
}
@media (max-width: 640px) {
  .company-product__description.wysiwyg img.alignright {
  float: none !important;
  display: block;
  width: 80%; height: auto;
  padding: 20px 0;
  margin: 0 auto;
  }
}

/* WYSIWYG Jumplinks */
.company-product__description.wysiwyg ul.jumplink-nav {
  margin: 20px auto 40px;
  text-align: center;
  font-size: 16px;
  list-style-type: none;
}
  .company-product__description.wysiwyg ul.jumplink-nav li {
    padding: 0 12px;
    display: inline-block;
  }
.company-product__description.wysiwyg h3.jumplink {
    margin-top: 60px;
  }
}

/* --- Construction Loans Add-ons Mar 10 - YAS --- */
/* Intro Columns - Left Nav */

p.quicklinks span {
  font-weight: normal;
  color: #595959 !important;
  font-size: 15px !important;
  display: block;
}
p.quicklinks a {
  color: #215382;
  font-size: 15px !important;
  line-height: 25px !important;
  margin-bottom: 16px !important;
  font-weight: 700 !important;
  display: block;
 }
p.quicklinks a:hover {
  color: #666467 !important;
 }
p.green-q a {
	font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    background-color: #48AB50 !important;
    letter-spacing: 0.6px;
    display: inline-block;
    padding: 10px 18px;
    border-radius: 28px;
    position: relative;
    transition: all 0.2s ease-in-out;
    text-align: center;
    margin-top: 30px;
  /*color: #48ab50 !important;
  font-size: 15px !important;
  line-height: 25px !important;
  margin-top: 32px; padding-top: 32px;
  border-top: 1px solid #E6E6E6;
  margin-bottom: 16px !important;
  font-weight: 700 !important;
  display: block;*/
}
p.green-q a:hover {
  background-color: #215382 !important;
 }

.hide-for-desktop {
  display: none;
  visibility: hidden;
}
.show-for-desktop {
  display: block;
  visibility: visible;
}

@media all and (max-width: 768px) {
  div.single-col__container.intro-nav {
    display: none;
    visibility: none;
  }
  .hide-for-desktop {
    display: block !important;
    visibility: visible;
  }
  .show-for-desktop {
    display: none !important;
    visibility: hidden;
  }
}

/* Intro Columns - Right Content */
div.single-col__container.intro-content-container {
  width: 60% !important;
}
.hero-image__video.pop-video {
  top: 38%;
  left: 62%;
}
.intro-content {
  margin-top: 30px;
}
.intro-content p {
  text-align: left; font-size: 18px; line-height: 29px; margin-bottom: 28px;
 }

 @media all and (max-width: 768px) {
  div.single-col__container.intro-content-container {
    width: 100% !important; display: block;
  }
  .hero-image__video.pop-video {
    top: 20%;
    left: 50%;
  }
}
 @media all and (max-width: 1160px) and (min-width: 769px;) {
  .hero-image__video.pop-video {
    top: 28%;
  }
}


/* FAQ styles */
.cpc-faq .hfaqwrapper ul.hfaqlist > li {
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}
p span.hfaq__text a {
  scroll-margin-top: 100px !important;
}
.hfaqwrapper .hfaq .hfaq__question {
  color: #215382;
  font-size: 23px !important;
  line-height: 30px;
  padding: 0 !important;
}
.hfaqwrapper .hfaq .hfaq__question p {
  padding: 0 !important;
}
.cpc-faq .hfaq__answercontent {
  margin-top: 30px;
}
.cpc-faq .hfaq__answercontent p,
.cpc-faq .hfaq__answercontent ul li {
  font-size: 18px;
  line-height: 29px;
}
.cpc-faq .hfaq__answercontent p {
  margin-bottom: 20px;
}
.cpc-faq .hfaq__answercontent p a {
  color: #48ab50 !important;
}
.cpc-faq .hfaq__answercontent p a:hover {
  color: #215382 !important;
}
.cpc-faq .hfaq__answercontent p strong {
  font-weight: bold;
}
.cpc-faq .hfaq__answercontent p:first-child {
  margin-top: 30px;
}
.cpc-faq .hfaq__answercontent ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 40px;
}
.cpc-faq .hfaq__answercontent ul li {
  margin-left: 40px;
}
.cpc-faq .hfaqwrapper .hfaq[data-hfaq-state="expanded"] .hfaq__iconminus {
  margin-top: -30px;
  opacity: .6;
}


/* Resources Headlines */
.company-product__description.resources_text h2 {
  font-size: 2em;
  font-weight: bold;
  color: #215382 !important;
}
.company-product__description.resources_text h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 50px;
}
.company-product__description.resources_text p {
  margin-bottom: 28px;
  color: #215382;
  margin-top: 20px;
}
.company-product__description.resources_text p span {
  font-size: 10px;
  vertical-align: 3px;
}
.company-product__description.resources_text p a {
  color: #48AB50;
  text-decoration: none;
}
.company-product__description.resources_text p a:hover {
  color: #48AB50;
  text-decoration: none;
}


/* Resources Button */
.company-product .cpc-cta-button {
  text-align: center;
  margin-right: auto; margin-left: auto;
}
.company-product .cpc-cta-button a {
    font-family: 'CircularStd';
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background-color: #48AB50 !important;
    letter-spacing: 0.6px;
    display: inline-block;
    padding: 17px 45px;
    border-radius: 24px;
    position: relative;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}
.company-product .cpc-cta-button a:hover {
  background-color: #215382 !important;
}

/* See More Divider */
.single-col.see-more hr {
  border: 0;
  height: 1px;
  margin: 20px;
  background-image: none;
  background-color: #e6e6e6;
}
.single-col.see-more a p {
  text-align: right !important;
  color: #666467;
  font-family: 'CircularStd'; font-weight: 400;
  margin-bottom: 30px;
  font-size: 14px;
}
.single-col.see-more a p img {
  margin-left: 5px; height: 7px;
}
@media all and (max-width: 768px) {
  .single-col.see-more a p {
    text-align: center !important;
  }
}


/* Financing Guide Page WYSIWYG Editor */
.single-col__container.cl_wysiwyg h2 {
  font-size: 2em;
  font-weight: bold;
  color: #215382 !important;
}
.single-col__container.cl_wysiwyg h2 a {
  color: #48AB50 !important;
  text-decoration: underline;
}
.single-col__container.cl_wysiwyg h2 a:hover {
  color: #3d9144 !important;
  text-decoration: none;
}


/* Financing Guide Page Resources Box */
.financing-resources-container {
  margin-left: auto; margin-right: auto; 
  max-width: 935px; display: flex; flex-wrap: wrap;
  text-align: center;
}
.financing-resources {
  padding: 32px 12px;  width: 30%; margin: 1.5%;
  display: inline-block; /*vertical-align: top;*/
  background-color: #FFFFFF; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}
@media all and (max-width: 768px) {
  .financing-resources-container {
    padding: 0 2%;
  }  
  .financing-resources {
    width: 47%;
  }
}

/* Article Blocks */
.cpc-articles-container {
  margin-left: auto; margin-right: auto; 
  max-width: 1180px; display: flex; flex-wrap: wrap;
  text-align: center;
}
.cpc-articles {
  width: 30.33%; margin: 1.5%;
  display: inline-block; vertical-align: top;
  background-color: #FFFFFF; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}
.cpc-articles img {
  width: 100%;
}
.cpc-articles-category {
  color: #323030;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 20px 30px 0;
  text-align: left;
}
.cpc-articles-title {
  color: #323030;
  font-size: 23px;
  line-height: 28px;
  font-weight: 500;
  margin: 0 30px 50px;
  text-align: left;
}
.cpc-articles-title a:hover {
  color: green; /*color: #215382;*/
  font-size: 23px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .cpc-articles {
  width: 90%; margin: 3% 5%;
}
}