@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:300,300i,500,500i,700,700i");
@import '../bower_components/normalize-css/normalize.css';
@import '../bower_components/jquery-selectric/public/selectric.css';
.hide-visually {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: circle(1% at 1% 1%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@font-face {
  font-family: "C2ES-Icons";
  src: url("../fonts/C2ES-Icons.eot?3395hr");
  src: url("../fonts/C2ES-Icons.eot?3395hr#iefix") format("embedded-opentype"), url("../fonts/C2ES-Icons.ttf?3395hr") format("truetype"), url("../fonts/C2ES-Icons.woff?3395hr") format("woff"), url("../fonts/C2ES-Icons.svg?3395hr#C2ES-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome6Brands";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "C2ES-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-follow:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-grid:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-twitter {
  font-family: "FontAwesome6Brands" !important;
}
.icon-twitter:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-youtube {
  font-family: "FontAwesome6Brands" !important;
}
.icon-youtube:before {
  content: "";
}

input[type=submit].btn,
a.btn {
  appearance: none;
  background-color: #F5F6F8 !important;
  border: 2px solid #002F65;
  color: #002F65 !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1;
  padding: 1em 2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 500ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
input[type=submit].btn.tag,
a.btn.tag {
  border: 1px solid #002F65;
}
input[type=submit].btn:hover, input[type=submit].btn:focus,
a.btn:hover,
a.btn:focus {
  background-color: #739CD2 !important;
  text-decoration: none !important;
}
input[type=submit].btn:disabled,
a.btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
input[type=submit].btn:disabled:hover,
a.btn:disabled:hover {
  background-color: #F5F6F8;
}
input[type=submit].btn.size-small,
a.btn.size-small {
  font-size: 1.2em;
  margin-right: 3px;
}
input[type=submit].btn.slide-btn, .post-btns input[type=submit].btn, #next-page-ajax input[type=submit].btn, input[type=submit].btn.preview-btn,
a.btn.slide-btn,
.post-btns a.btn,
#next-page-ajax a.btn,
a.btn.preview-btn {
  font-size: 1.6em;
}
input[type=submit].btn.init-btn,
a.btn.init-btn {
  font-size: 1.2em;
}
input[type=submit].btn.load-btn,
a.btn.load-btn {
  font-size: 1em;
}

.front-page .page-hero__content a.btn,
#next-page-ajax a.btn,
.footer__bottom a.btn {
  background-color: #F9A533 !important;
  border: 2px solid #002F65;
  color: #002F65;
  font-size: 1.6em;
}
.front-page .page-hero__content a.btn:hover, .front-page .page-hero__content a.btn:focus, .front-page .page-hero__content a.btn:active, .front-page .page-hero__content a.btn.nice-select.open,
#next-page-ajax a.btn:hover,
#next-page-ajax a.btn:focus,
#next-page-ajax a.btn:active,
#next-page-ajax a.btn.nice-select.open,
.footer__bottom a.btn:hover,
.footer__bottom a.btn:focus,
.footer__bottom a.btn:active,
.footer__bottom a.btn.nice-select.open {
  background-color: #002F65 !important;
  color: #fff !important;
}

.boxzilla input[type=submit].btn {
  background-color: #F9A533 !important;
  border: 2px solid #002F65;
  color: #002F65;
  font-size: 1.6rem;
}
.boxzilla input[type=submit].btn:hover, .boxzilla input[type=submit].btn:focus, .boxzilla input[type=submit].btn:active, .boxzilla input[type=submit].btn.nice-select.open {
  background-color: #002F65 !important;
  color: #fff !important;
}

.doc-content a.btn {
  font-size: inherit;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.5em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5em;
}

input,
select,
textarea {
  display: block;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 10px;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #e7e5e2;
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 1em;
  padding: 0.6666666667em;
  transition: border-color 500ms ease;
  width: 100%;
}
[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=time]:hover, [type=url]:hover, [type=week]:hover, input:not([type]):hover, textarea:hover {
  border-color: #b9b7b5;
}
[type=color]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, input:not([type]):focus, textarea:focus {
  border-color: #6f93c0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(93, 134, 184, 0.7);
  outline: none;
}
[type=color]:disabled, [type=date]:disabled, [type=datetime]:disabled, [type=datetime-local]:disabled, [type=email]:disabled, [type=month]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=time]:disabled, [type=url]:disabled, [type=week]:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
[type=color]:disabled:hover, [type=date]:disabled:hover, [type=datetime]:disabled:hover, [type=datetime-local]:disabled:hover, [type=email]:disabled:hover, [type=month]:disabled:hover, [type=number]:disabled:hover, [type=password]:disabled:hover, [type=search]:disabled:hover, [type=tel]:disabled:hover, [type=text]:disabled:hover, [type=time]:disabled:hover, [type=url]:disabled:hover, [type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #e7e5e2;
}
[type=color]::placeholder, [type=date]::placeholder, [type=datetime]::placeholder, [type=datetime-local]::placeholder, [type=email]::placeholder, [type=month]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=text]::placeholder, [type=time]::placeholder, [type=url]::placeholder, [type=week]::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #7d7f86;
}

textarea {
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 0.5em;
}

[type=file] {
  margin-bottom: 1em;
  width: 100%;
}

select {
  margin-bottom: 1em;
  width: 100%;
}

html {
  box-sizing: border-box;
}

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

html,
body {
  height: 100%;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 1em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #adacaa;
  font-weight: 600;
  padding: 1em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #e7e5e2;
  padding: 1em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 1px solid #adacaa;
    display: block;
  }

  table td {
    display: block;
    font-size: 0.9em;
    text-align: right;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-align: left;
  }

  table td:last-child {
    border-bottom: 0;
  }
}
body {
  color: #262936;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 10px;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.4;
  margin: 0 0 1em;
}

p {
  margin: 0 0 1em;
}

a {
  color: #6f93c0;
  text-decoration: none;
  transition: color 500ms ease;
}
a:active, a.nice-select.open, a:focus, a:hover {
  color: #536e90;
}

hr {
  border-bottom: 1px solid #e7e5e2;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 2em 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: auto;
  font-size: 10px;
  line-height: 2;
  font-weight: 300;
}
@media (max-width: 600px) {
  html,
body {
    line-height: 1.8;
  }
}

h1 {
  font-weight: 400;
}

h2 {
  font-size: 4.8rem;
  font-weight: 400;
}
@media (max-width: 600px) {
  h2 {
    font-size: 3.6rem;
  }
}

h3 {
  font-size: 4rem;
  font-weight: 400;
}
@media (max-width: 600px) {
  h3 {
    font-size: 3rem;
  }
}

h4 {
  font-size: 3rem;
  font-weight: 400;
}
@media (max-width: 600px) {
  h4 {
    font-size: 2rem;
  }
}

h5 {
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 600px) {
  h5 {
    font-size: 1.8rem;
  }
}

h6 {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
@media (max-width: 600px) {
  h6 {
    font-size: 1.2rem;
  }
}

p {
  margin: 0 0 24px 0;
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  p {
    font-size: 1.4rem;
  }
}

img {
  display: block;
  height: auto;
}

i {
  display: inline-block;
  margin: -2px 12px 0 0;
  vertical-align: middle;
}

[type=color],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
input:not([type]),
textarea {
  background: rgba(238, 239, 242, 0.5);
  border: none;
  text-align: center;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-size: 1.2rem;
  line-height: 1;
  transition: 250ms;
}
[type=color]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
input:not([type]):focus,
textarea:focus {
  background: rgba(238, 239, 242, 0.2);
}
[type=color]::-webkit-input-placeholder,
[type=date]::-webkit-input-placeholder,
[type=datetime]::-webkit-input-placeholder,
[type=datetime-local]::-webkit-input-placeholder,
[type=email]::-webkit-input-placeholder,
[type=month]::-webkit-input-placeholder,
[type=number]::-webkit-input-placeholder,
[type=password]::-webkit-input-placeholder,
[type=search]::-webkit-input-placeholder,
[type=tel]::-webkit-input-placeholder,
[type=text]::-webkit-input-placeholder,
[type=time]::-webkit-input-placeholder,
[type=url]::-webkit-input-placeholder,
[type=week]::-webkit-input-placeholder,
input:not([type])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  padding-top: 2px;
  opacity: 0.5;
  transition: 250ms;
}
[type=color]:-moz-placeholder,
[type=date]:-moz-placeholder,
[type=datetime]:-moz-placeholder,
[type=datetime-local]:-moz-placeholder,
[type=email]:-moz-placeholder,
[type=month]:-moz-placeholder,
[type=number]:-moz-placeholder,
[type=password]:-moz-placeholder,
[type=search]:-moz-placeholder,
[type=tel]:-moz-placeholder,
[type=text]:-moz-placeholder,
[type=time]:-moz-placeholder,
[type=url]:-moz-placeholder,
[type=week]:-moz-placeholder,
input:not([type]):-moz-placeholder,
textarea:-moz-placeholder {
  padding-top: 2px;
  opacity: 0.5;
  transition: 250ms;
}
[type=color]::-moz-placeholder,
[type=date]::-moz-placeholder,
[type=datetime]::-moz-placeholder,
[type=datetime-local]::-moz-placeholder,
[type=email]::-moz-placeholder,
[type=month]::-moz-placeholder,
[type=number]::-moz-placeholder,
[type=password]::-moz-placeholder,
[type=search]::-moz-placeholder,
[type=tel]::-moz-placeholder,
[type=text]::-moz-placeholder,
[type=time]::-moz-placeholder,
[type=url]::-moz-placeholder,
[type=week]::-moz-placeholder,
input:not([type])::-moz-placeholder,
textarea::-moz-placeholder {
  padding-top: 2px;
  opacity: 0.5;
  transition: 250ms;
}
[type=color]:-ms-input-placeholder,
[type=date]:-ms-input-placeholder,
[type=datetime]:-ms-input-placeholder,
[type=datetime-local]:-ms-input-placeholder,
[type=email]:-ms-input-placeholder,
[type=month]:-ms-input-placeholder,
[type=number]:-ms-input-placeholder,
[type=password]:-ms-input-placeholder,
[type=search]:-ms-input-placeholder,
[type=tel]:-ms-input-placeholder,
[type=text]:-ms-input-placeholder,
[type=time]:-ms-input-placeholder,
[type=url]:-ms-input-placeholder,
[type=week]:-ms-input-placeholder,
input:not([type]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  padding-top: 2px;
  opacity: 0.5;
  transition: 250ms;
}

p.align-center {
  text-align: center;
}

.field-pair::after {
  clear: both;
  content: "";
  display: block;
}

.wp-caption {
  margin: 0 auto 30px auto;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e7e5e2;
}
.wp-caption .wp-caption-text {
  margin: 10px 0 0 0;
  font-size: 1.2rem;
  font-style: italic;
}

.post-preview {
  position: relative;
  height: 0;
  padding: 0 0 175px 0;
  margin: 0 0 10px 0;
  background-color: #414244;
}
.post-preview h5 a {
  color: #fff;
}
.post-preview p {
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 1.4;
}
.post-preview .post-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  /*@include grid-media($break-retina) {
    background-size: 100% auto;
    background-attachment: scroll;
  }

  @media	only screen and (min-width: 2000px) and (-webkit-min-device-pixel-ratio: 1.3),
  	only screen and (min-width: 2000px) and (-o-min-device-pixel-ratio: 13/10),
  	only screen and (min-width: 2000px) and (min-resolution: 120dpi)
  	{

    background-size: 100% auto;
  }*/
  opacity: 0.75;
}
@media (max-width: 800px) {
  .post-preview .post-thumbnail {
    background-attachment: scroll;
  }
}
.post-preview .post-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8%;
  color: #fff;
}
@media (max-width: 600px) {
  .post-preview .post-meta {
    display: none;
  }
}
.post-preview .post-meta p span {
  display: inline-block;
  margin: 0 20px 0 0;
}
.post-preview .post-meta .post-tags::after {
  clear: both;
  content: "";
  display: block;
}
.post-preview .post-meta .post-tags span {
  display: inline-block;
}
.post-preview .post-meta .post-tags a {
  margin: 0 6px 6px 0;
  padding: 8px 10px;
}
.post-preview .post-meta .post-tags .filter-key {
  display: inline-block;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  cursor: pointer;
  transition: 250ms;
  padding: 12px;
  font-size: 12px;
  line-height: 1;
}
.post-preview .post-meta .post-tags .filter-key:hover {
  text-decoration: none;
}
.post-preview .post-meta .post-tags .tag,
.post-preview .post-meta .post-tags .topic {
  display: inline-block;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  cursor: pointer;
  transition: 250ms;
  padding: 12px;
  font-size: 12px;
  line-height: 1;
}
.post-preview .post-meta .post-tags .tag:hover,
.post-preview .post-meta .post-tags .topic:hover {
  text-decoration: none;
}
.post-preview .post-meta .post-tags .tag.selected,
.post-preview .post-meta .post-tags .topic.selected {
  background-color: #fff;
  color: #262936;
}
.post-preview .post-meta .post-tags .tag.selected:after,
.post-preview .post-meta .post-tags .topic.selected:after {
  content: "✕";
  display: inline-block;
  margin: 0 0 0 10px;
}
.post-preview .post-link {
  padding: 3px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 10;
}
.post-preview svg rect {
  fill: #E9EEF8;
  stroke: #002F65;
  stroke-width: 2px;
}
.post-preview svg path {
  fill: #002F65;
}
.post-preview svg:hover rect, .post-preview svg:active rect, .post-preview svg.nice-select.open rect, .post-preview svg:focus rect {
  fill: #739CD2;
}
@media (max-width: 600px) {
  .post-preview.type-document {
    height: auto;
    padding-bottom: 0px;
  }
}
.post-preview.type-document .post-content {
  position: static;
  padding-top: 0;
  color: #262936;
}
.post-preview.type-document h5 a {
  color: #002F65;
}
.post-preview.type-document h6 {
  display: block;
  font-weight: 600;
}

.post-grid.view-grid .post-preview.type-document .post-content {
  padding-top: 8%;
}
.post-grid.view-grid .post-preview.type-document .post-excerpt,
.post-grid.view-grid .post-preview.type-document .post-btns {
  display: none;
}

.post-preview .post-btns .btn {
  font-size: 14px !important;
}

.post-grid.view-list .post-preview .post-excerpt {
  margin-bottom: 20px;
}
.post-grid.view-list .post-preview .post-meta .post-tags {
  margin-top: 20px;
}
.post-grid.view-list .post-preview .post-meta .post-tags .tag {
  border-color: #262936;
  color: #262936;
}
.post-grid.view-list .post-preview .post-meta .post-tags .tag.selected {
  background-color: #262936;
  color: #fff;
}

.accent-orange .accent-bg {
  background-color: #da6629;
}
.accent-orange a {
  color: #da6629;
}
.accent-orange .accent-text {
  color: #da6629;
}
.accent-orange .accent-text-light {
  color: #eea040;
}
.accent-orange .accent-btn {
  background: rgba(218, 102, 41, 0.2);
  color: #da6629;
}
.accent-orange .accent-btn:hover {
  background: #da6629;
  color: #fff;
}
.accent-orange .btn.bg-accent {
  background: #da6629;
}
.accent-orange .btn.text-accent {
  color: #da6629;
}
.accent-orange .btn.hover-accent:hover {
  background: #da6629;
  color: #fff;
}
.accent-orange.page-body a {
  color: #da6629;
}

.accent-blue .accent-bg {
  background-color: #739cd2;
}
.accent-blue a {
  color: #739cd2;
}
.accent-blue .accent-text {
  color: #739cd2;
}
.accent-blue .accent-text-light {
  color: #739cd2;
}
.accent-blue .accent-btn {
  background: rgba(111, 147, 192, 0.2);
  color: #6f93c0;
}
.accent-blue .accent-btn:hover {
  background: #6f93c0;
  color: #fff;
}
.accent-blue .btn.bg-accent {
  background: #6f93c0;
}
.accent-blue .btn.text-accent {
  color: #6f93c0;
}
.accent-blue .btn.hover-accent:hover {
  background: #6f93c0;
  color: #fff;
}

.accent-green .accent-bg {
  background-color: #719a40;
}
.accent-green a {
  color: #719a40;
}
.accent-green .accent-text {
  color: #719a40;
}
.accent-green .accent-text.breadcrumb {
  color: #d6eedd;
}
.accent-green .accent-text.breadcrumb a {
  color: #d6eedd;
}
.accent-green .accent-text-light {
  color: #d6eedd;
}
.accent-green .accent-btn {
  background: rgba(113, 154, 64, 0.2);
  color: #719a40;
}
.accent-green .accent-btn:hover {
  background: #719a40;
  color: #fff;
}
.accent-green .btn.bg-accent {
  background: #719a40;
}
.accent-green .btn.text-accent {
  color: #719a40;
}
.accent-green .btn.hover-accent:hover {
  background: #719a40;
  color: #fff;
}
.accent-green .splash.single .slide-bg {
  opacity: 0.4;
}

.doc-thumbnail {
  display: block;
  position: relative;
  height: 0;
  padding: 0 0 25% 0;
  transition: 250ms;
  transition-delay: 250ms;
  transform-origin: 0 100%;
  /*.thumb-shadow {
    top: 2%;
    left: 1%;
    width: 102%;
    filter: blur(4px);
    transform-origin: 0 50%;
    transform: skewX(-0.5deg) skewY(2deg);
    z-index: 1;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.25) 23%, rgba(0,0,0,0.05) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.25) 23%,rgba(0,0,0,0.05) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.25) 23%,rgba(0,0,0,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#0d000000',GradientType=1 );
  }

  .thumb-back {
    background-color: $grey6;
    transform-origin: 0 0;
    z-index: 2;
  }
  */
  /*.thumb-lighting-1 {
      background: -moz-linear-gradient(left, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 7%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.08) 100%);
      background: -webkit-linear-gradient(left, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 7%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.08) 100%);
      background: linear-gradient(to right, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 7%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.08) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#14000000',GradientType=1 );
      z-index: 4;
    }

    .thumb-lighting-2 {
      background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 20%, rgba(255,255,255,0.3) 35%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 20%,rgba(255,255,255,0.3) 35%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 20%,rgba(255,255,255,0.3) 35%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
      z-index: 5;
    }

    .thumb-btn {
      @include button(small, solid);
      left: 50%;
      top: 50%;
      width: auto;
      height: auto;
      opacity: 0;
      transition: $base-duration / 2;

      transform: translateX(-50%) translateY(-50%) skewY(2deg) rotateY(10deg);
      z-index: 6;
    }*/
}
.doc-thumbnail:hover {
  /*transition-delay: 0s;
  transform: skewY(-2deg) rotateY(-10deg);

  span {
    //transition-delay: 0s;
  }

  .thumb-shadow {
    top: 3%;
    transform: skewX(-0.5deg) skewY(4deg);
  }

  .thumb-back {
    width: 95%;
    transform: skewY(4deg); 
  }

  .thumb-btn {
    opacity: 1;
    transition-delay: $base-duration;
    transform: translateX(-50%) translateY(-50%) skewY(2deg) rotateY(10deg);
  }*/
}
.doc-thumbnail span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 250ms;
  transition-delay: 250ms;
}
.doc-thumbnail .thumb-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  /*@include grid-media($break-retina) {
    background-size: 100% auto;
    background-attachment: scroll;
  }

  @media	only screen and (min-width: 2000px) and (-webkit-min-device-pixel-ratio: 1.3),
  	only screen and (min-width: 2000px) and (-o-min-device-pixel-ratio: 13/10),
  	only screen and (min-width: 2000px) and (min-resolution: 120dpi)
  	{

    background-size: 100% auto;
  }*/
  background-color: #f5f6f8;
  z-index: 3;
}
@media (max-width: 800px) {
  .doc-thumbnail .thumb-img {
    background-attachment: scroll;
  }
}

.search-results article,
.page-template-page-library article {
  background: #f5f6f8 !important;
  height: auto;
  padding: 36px;
  background: #fff;
  color: #262936;
}
.search-results .search-results__entry,
.page-template-page-library .search-results__entry {
  display: block;
  margin-left: 36px;
  margin-bottom: 36px;
  width: calc(100% - 72px);
}
.search-results .search-results__entry:first-of-type,
.page-template-page-library .search-results__entry:first-of-type {
  margin-top: 36px;
}
.search-results .entry,
.page-template-page-library .entry {
  align-items: flex-start;
  gap: 25px;
  grid-template-columns: 1fr 250px;
}
@media screen and (min-width: 800px) {
  .search-results .entry,
.page-template-page-library .entry {
    display: grid;
  }
}
.search-results .entry.entry--has-no-thumbnail,
.page-template-page-library .entry.entry--has-no-thumbnail {
  grid-template-columns: 1fr;
}
.search-results .entry-post-type,
.page-template-page-library .entry-post-type {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.search-results .entry-title,
.page-template-page-library .entry-title {
  color: #6f93c0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .search-results .entry-title,
.page-template-page-library .entry-title {
    font-size: 2rem;
  }
}
.search-results .entry-author,
.search-results .entry-date,
.page-template-page-library .entry-author,
.page-template-page-library .entry-date {
  font-size: 1.4rem;
}
.search-results .entry-tags,
.page-template-page-library .entry-tags {
  font-size: 1.2rem;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .search-results .entry-image,
.page-template-page-library .entry-image {
    display: none;
  }
}
@media (max-width: 800px) {
  .search-results .searchform,
.page-template-page-library .searchform {
    padding: 0 30px;
  }
}
.search-results .searchform label,
.page-template-page-library .searchform label {
  display: block;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
.search-results .search-container,
.page-template-page-library .search-container {
  margin-bottom: 2rem;
  position: relative;
}
.search-results .search-input,
.page-template-page-library .search-input {
  padding-right: 30px;
  background-color: #fff;
  font-size: 1.5rem;
  height: 50px;
  margin-bottom: 0;
  width: 100%;
}
.search-results .search-submit,
.page-template-page-library .search-submit {
  background-color: #6f93c0;
  border: none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  height: 100%;
  padding-left: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.search-results .search-results,
.page-template-page-library .search-results {
  margin: 0 auto;
  max-width: 1200px;
}
.search-results .search-results__sort,
.page-template-page-library .search-results__sort {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 800px) {
  .search-results .search-results__sort,
.page-template-page-library .search-results__sort {
    padding: 0 30px;
  }
}
.search-results .search-results__pager,
.page-template-page-library .search-results__pager {
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  margin-bottom: 36px;
  margin-left: 36px;
  margin-top: 36px;
  width: calc(100% - 72px);
}
.search-results .facetwp-dropdown,
.search-results .facetwp-hierarchy_select,
.search-results .facetwp-autocomplete,
.search-results .facetwp-type-sort select,
.page-template-page-library .facetwp-dropdown,
.page-template-page-library .facetwp-hierarchy_select,
.page-template-page-library .facetwp-autocomplete,
.page-template-page-library .facetwp-type-sort select {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 15px;
  position: relative;
  overflow: hidden;
}
.search-results .facetwp-type-sort,
.page-template-page-library .facetwp-type-sort {
  width: 100%;
}
.search-results .facetwp-autocomplete,
.page-template-page-library .facetwp-autocomplete {
  margin-bottom: 0;
}
.search-results .facetwp-facet,
.page-template-page-library .facetwp-facet {
  margin-bottom: 0;
}
.search-results .facetwp-facet input[type=text],
.page-template-page-library .facetwp-facet input[type=text] {
  background-color: #fff;
  min-width: 100%;
}
.search-results .facetwp-facet-author,
.page-template-page-library .facetwp-facet-author {
  position: relative;
  z-index: 10;
}
.search-results .facetwp-autocomplete-update,
.page-template-page-library .facetwp-autocomplete-update {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background: #6f93c0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.search-results .facet-selections,
.page-template-page-library .facet-selections {
  margin-bottom: 36px;
}
.search-results .facetwp-selections,
.page-template-page-library .facetwp-selections {
  margin-bottom: 20px;
}
.search-results .facetwp-selections:empty + a,
.page-template-page-library .facetwp-selections:empty + a {
  display: none;
}
.search-results .facetwp-selection-label,
.search-results .facetwp-selection-value,
.page-template-page-library .facetwp-selection-label,
.page-template-page-library .facetwp-selection-value {
  font-size: 1.4rem;
  line-height: 1.4;
}
.search-results .facetwp-selection-label,
.page-template-page-library .facetwp-selection-label {
  font-weight: 500;
}
.search-results .fs-wrap,
.search-results .facetwp-input-wrap,
.page-template-page-library .fs-wrap,
.page-template-page-library .facetwp-input-wrap {
  width: 100%;
}
.search-results .fs-label-wrap,
.search-results .facetwp-search,
.page-template-page-library .fs-label-wrap,
.page-template-page-library .facetwp-search {
  font-size: 1.4rem;
  padding: 15px;
}
.search-results .facetwp-search,
.page-template-page-library .facetwp-search {
  border: 1px solid #DDD;
}
.search-results .fs-option-label,
.page-template-page-library .fs-option-label {
  font-size: 1.4rem;
}

.row::after {
  clear: both;
  content: "";
  display: block;
}

#main-header {
  position: relative;
  height: 106px;
  padding: 15px 0;
  background-color: #fff;
}
#main-header::after {
  clear: both;
  content: "";
  display: block;
}

#mobile-hamburger {
  display: none;
  left: 2rem;
  position: absolute;
  top: 3.75rem;
}
@media (max-width: 1200px) {
  #mobile-hamburger {
    display: block;
  }
}
#mobile-hamburger .hamburger-ingredient {
  border: 2px solid #002F65;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  width: 41px;
}
#mobile-hamburger .hamburger-ingredient.bun-2 {
  transform: translateY(4px);
}
#mobile-hamburger .hamburger-ingredient.burger {
  transform: translateY(20px);
}

#header-logo {
  display: block;
  margin-right: 8rem;
  margin-left: 20px !important;
  width: calc(8.3333333333% - 0px);
  float: left;
  margin-left: 0px;
  text-align: right;
}
@media (max-width: 1200px) {
  #header-logo {
    width: calc(100% - 0px);
    float: left;
    margin-left: 0px;
    margin-right: 0;
    margin-left: 0 !important;
  }
}
#header-logo img {
  display: inline-block;
  max-width: 120px;
}
@media (max-width: 1200px) {
  #header-logo img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    height: auto;
    transform: translate(-50%, -50%);
  }
}

#nav-overlay-trigger {
  width: 40px;
  height: 40px;
  font-size: 3rem;
  line-height: 40px;
  text-align: center;
}
#nav-overlay-trigger i {
  margin: 0;
  width: 40px;
  height: 40px;
}

#navigation-wrapper {
  display: block;
}
@media (max-width: 1200px) {
  #navigation-wrapper {
    display: none;
    position: fixed;
    overflow-y: scroll;
    height: 100vh;
    width: 100%;
    top: 0;
    z-index: 10000000;
    background-color: white;
  }
}
#navigation-wrapper .mobile-utility-wrapper {
  display: none;
  justify-content: space-between;
  margin: 1.5rem 1.5rem 4rem;
}
@media (max-width: 1200px) {
  #navigation-wrapper .mobile-utility-wrapper {
    display: flex;
  }
}
#navigation-wrapper .mobile-close {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
}
#navigation-wrapper .mobile-close:before {
  content: "";
  background-image: url("../img/close.png");
  background-size: contain;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 18px;
  margin-bottom: -2px;
}
#navigation-wrapper .mobile-search {
  color: #002F65;
  display: inline-block;
  background-color: #739CD2;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  padding: 2px 17px;
  text-transform: uppercase;
  position: relative;
}
#navigation-wrapper .mobile-icon {
  border: 2px solid #002F65;
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-right: -3px;
  margin-top: -1px;
  margin-bottom: 2px;
  padding: 3px;
  z-index: 1;
}
#navigation-wrapper.open {
  display: block;
}
@media (max-width: 1200px) {
  #navigation-wrapper.open #header-nav-secondary,
#navigation-wrapper.open #header-nav-primary {
    position: relative;
    padding: 0 1.5rem;
    background-color: white;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #navigation-wrapper.open #header-nav-secondary li,
#navigation-wrapper.open #header-nav-primary li {
    border-bottom: 1px solid #454A52;
  }
}
@media (max-width: 1200px) {
  #navigation-wrapper.open #header-nav-secondary a,
#navigation-wrapper.open #header-nav-primary a {
    display: inline-block !important;
    padding: 25px 0;
  }
}
#navigation-wrapper.open #header-nav-primary {
  z-index: 1000 !important;
}
@media (max-width: 1200px) {
  #navigation-wrapper.open #menu-main-navigation {
    flex-wrap: wrap;
    text-align: left;
  }
}
@media (max-width: 1200px) {
  #navigation-wrapper.open #menu-main-navigation > li,
#navigation-wrapper.open #header-nav-secondary .menu > li {
    font-weight: bold;
    font-weight: bold;
    font-size: 24px;
    width: 100%;
  }
  #navigation-wrapper.open #menu-main-navigation > li.menu-item-has-children:after,
#navigation-wrapper.open #header-nav-secondary .menu > li.menu-item-has-children:after {
    border: 2px solid #002F65;
    content: "";
    display: inline-block;
    position: absolute;
    right: 2rem;
    top: 35px;
    width: 20px;
  }
  #navigation-wrapper.open #menu-main-navigation > li a,
#navigation-wrapper.open #header-nav-secondary .menu > li a {
    color: #002F65;
  }
}

#header-nav-primary {
  width: calc(83.3333333333% - 0px);
  float: left;
  margin-left: 0px;
  position: relative;
  top: 50%;
  text-align: center;
  font-size: 1.6rem;
  transform: translateY(47px);
  z-index: 10;
}
@media (max-width: 1200px) {
  #header-nav-primary {
    font-size: 1.4rem;
    transform: translateY(9px);
  }
}
@media (max-width: 1200px) {
  #header-nav-primary {
    float: none;
    top: unset;
    transform: unset;
  }
}
#header-nav-primary a {
  display: block;
  padding: 6px 0;
  margin-right: 4.25vw;
  color: #454A52;
  transition: 250ms;
}
@media (max-width: 1200px) {
  #header-nav-primary a {
    margin-right: 15px;
  }
}

#header-nav-secondary {
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 1.2rem;
  z-index: 120;
}
@media (max-width: 1200px) {
  #header-nav-secondary {
    padding-bottom: 120px !important;
  }
}
#header-nav-secondary a {
  color: #454A52;
  padding: 10px;
}
@media (max-width: 800px) {
  #header-nav-secondary a {
    padding: 10px 6px;
  }
}
#header-nav-secondary .donate-link a {
  background-color: #F9A533;
  border: 2px solid #002F65;
  color: #002F65;
  font-size: 1.4rem;
  padding: 6px 15px;
  font-weight: 400;
}
#header-nav-secondary .donate-link a:hover {
  background-color: #002F65;
  color: #fff;
}
@media (max-width: 1200px) {
  #header-nav-secondary .donate-link a {
    background-color: transparent !important;
    border: none !important;
    font-size: 24px;
    font-weight: 700;
  }
}

#menu-main-navigation {
  display: flex;
}
#menu-main-navigation > li {
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
#menu-main-navigation > li > a {
  border-bottom: 8px solid transparent;
}
@media (max-width: 1200px) {
  #menu-main-navigation > li > a {
    border-bottom: none;
  }
}
#menu-main-navigation > li:hover > a, #menu-main-navigation > li.current-menu-item a {
  border-bottom: 8px solid #F9A533;
}
@media (max-width: 1200px) {
  #menu-main-navigation > li:hover > a, #menu-main-navigation > li.current-menu-item a {
    border-bottom: none;
  }
}
#menu-main-navigation > li:hover ul.sub-menu {
  display: block;
}
@media (max-width: 1200px) {
  #menu-main-navigation > li:hover ul.sub-menu {
    display: none;
  }
}
@media (max-width: 1200px) {
  #menu-main-navigation > li.mobile-open {
    border-bottom: none !important;
  }
}
@media (max-width: 1200px) {
  #menu-main-navigation > li.mobile-open ul.sub-menu {
    border-top: 1px solid #454A52;
    display: block;
  }
}
#menu-main-navigation ul.sub-menu {
  background-color: white;
  display: none;
  font-size: 14px;
  min-width: 280px;
  padding: 22px 10px;
  position: absolute;
  text-align: left;
  top: 4.4rem;
  z-index: 1;
}
@media (max-width: 1200px) {
  #menu-main-navigation ul.sub-menu {
    padding: 8px 0px;
    position: relative;
    top: 0;
  }
}
#menu-main-navigation ul.sub-menu li {
  display: block;
}
@media (max-width: 1200px) {
  #menu-main-navigation ul.sub-menu li {
    border-bottom: none !important;
  }
}
#menu-main-navigation ul.sub-menu a {
  border-bottom: none;
  letter-spacing: normal;
  margin-right: 0 !important;
  text-transform: none;
}
@media (max-width: 1200px) {
  #menu-main-navigation ul.sub-menu a {
    border-bottom: none !important;
    padding: 6px 0 !important;
    font-weight: 300;
  }
}
#menu-main-navigation ul.sub-menu a:hover {
  border-bottom: none;
}

#header-nav-icons {
  position: absolute;
  top: 40%;
  width: calc(8.3333333333% - 0px);
  float: left;
  margin-left: 0px;
  text-align: center;
  font-size: 1.2rem;
  right: 0;
  white-space: nowrap;
  width: 90px;
  /* @include grid-media($break-800) {
     @include grid-reset;
     position: absolute;
     top: 0;
     right: 0;
     z-index: 5;
   }*/
  /* a {
     padding: 6px;
   }
   */
}
@media (max-width: 1200px) {
  #header-nav-icons {
    width: calc(50% - 0px);
    float: left;
    margin-left: 0px;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    width: auto;
  }
}
#header-nav-icons i.large {
  display: block;
  margin: 0 auto 10px auto;
  font-size: 2.6rem;
}
#header-nav-icons #search-trigger {
  color: #002F65;
}
#header-nav-icons .trigger.open {
  background: rgba(99, 100, 107, 0.1);
}
#header-nav-icons ul li {
  margin: 0 4px;
}
#header-nav-icons ul ul {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  width: 200px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  text-align: left;
}
#header-nav-icons ul ul li {
  display: block;
  margin: 0;
  padding: 8px 12px;
}
#header-nav-icons ul ul i {
  font-size: 1.4rem;
}
#header-nav-icons ul ul a {
  padding: 0;
  color: #6f93c0;
}

.menu {
  position: relative;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
.menu li {
  display: inline-block;
  position: relative;
}
.menu li a {
  display: block;
  transition: 250ms;
}
@media (max-width: 1200px) {
  .menu {
    letter-spacing: 0.1rem;
  }
}

.page-body {
  position: relative;
  z-index: 2;
}
.page-body h1, .page-body h2, .page-body h3, .page-body h4, .page-body h5, .page-body h6 {
  margin: 0.5em 0 1em 0;
}
.page-body h1 strong, .page-body h2 strong, .page-body h3 strong, .page-body h4 strong, .page-body h5 strong, .page-body h6 strong {
  font-weight: normal;
}
.page-body h2 {
  font-size: 3.6rem;
}
@media (max-width: 600px) {
  .page-body h2 {
    font-size: 2rem;
  }
}
.page-body h3 {
  font-size: 2.6rem;
  color: #6f93c0;
}
@media (max-width: 600px) {
  .page-body h3 {
    font-size: 2rem;
  }
}
.page-body h4 {
  font-size: 2rem;
}
@media (max-width: 600px) {
  .page-body h4 {
    font-size: 1.8rem;
  }
}
.page-body p a:hover {
  text-decoration: underline;
}
.page-body ul, .page-body ol {
  font-size: 1.6rem;
  padding: 0 30px;
}
@media (max-width: 600px) {
  .page-body ul, .page-body ol {
    padding-right: 0;
    font-size: 1.4rem;
  }
}
.page-body ul li, .page-body ol li {
  margin-bottom: 8px;
}
.page-body ul {
  list-style: square;
}
.page-body ol {
  list-style: decimal;
}
.page-body blockquote {
  float: right;
  width: 30%;
  margin: 0 calc(-30% - 36px) 36px 36px;
  padding: 20px 20px 5px 20px;
  background: #f5f6f8;
}
.page-body blockquote p {
  font-size: 1.8rem;
}
.page-body table {
  font-size: 1.4rem;
}
.page-body table caption {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e7e5e2;
  font-size: 2rem;
  font-weight: 400;
}
.page-body table tr {
  vertical-align: top;
}
.page-body table th {
  padding: 10px;
  vertical-align: top;
}
.page-body table td {
  padding: 10px;
  vertical-align: top;
}
.page-body table tfoot tr, .page-body table tfoot th, .page-body table tfoot td {
  border-bottom: none;
}
.page-body table tfoot h6 {
  margin: 0 0 8px 0;
}
.page-body table tfoot p {
  margin: 0 0 12px 0;
  font-size: 1.2rem;
}
.page-body .nice-select .list {
  padding: 0;
}

.page-section {
  position: relative;
  clear: both;
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 800px) {
  .page-section {
    padding: 40px 0;
  }
}
.page-section.align-center {
  text-align: center;
}
.page-section.align-center .section-text {
  width: calc(50% - 54px);
  float: left;
  margin-left: 36px;
  margin-left: calc(25% - 45px + 72px);
}
@media (max-width: 800px) {
  .page-section.align-center .section-text {
    width: calc(83.3333333333% - 66px);
    float: left;
    margin-left: 36px;
    margin-left: calc(8.3333333333% - 39px + 72px);
  }
}
.page-section .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  /*@include grid-media($break-retina) {
    background-size: 100% auto;
    background-attachment: scroll;
  }

  @media	only screen and (min-width: 2000px) and (-webkit-min-device-pixel-ratio: 1.3),
  	only screen and (min-width: 2000px) and (-o-min-device-pixel-ratio: 13/10),
  	only screen and (min-width: 2000px) and (min-resolution: 120dpi)
  	{

    background-size: 100% auto;
  }*/
  opacity: 0.1;
  z-index: 1;
}
@media (max-width: 800px) {
  .page-section .section-bg {
    background-attachment: scroll;
  }
}

.section-content {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  overflow-x: hidden;
}
.section-content::after {
  clear: both;
  content: "";
  display: block;
}
.section-content div {
  max-width: 100%;
}

.section-head {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.section-head::after {
  clear: both;
  content: "";
  display: block;
}
.section-head .section-head-text {
  width: calc(100% - 72px);
  float: left;
  margin-left: 36px;
}

.section-text {
  width: calc(100% - 72px);
  float: left;
  margin-left: 36px;
}
.section-text iframe {
  max-width: 100%;
}

.section-footer {
  width: calc(100% - 72px);
  float: left;
  margin-left: 36px;
}
.section-footer p {
  margin: 0 0 14px 0;
  font-size: 1.4rem;
  line-height: 1.4;
}

.page-body.layout-default:not(.filter-sidebar) .section-text {
  width: calc(75% - 63px);
  float: left;
  margin-left: 36px;
}
@media (max-width: 800px) {
  .page-body.layout-default:not(.filter-sidebar) .section-text {
    width: calc(83.3333333333% - 66px);
    float: left;
    margin-left: 36px;
    margin-left: calc(8.3333333333% - 39px + 72px);
  }
}
.page-body.layout-custom .section-text {
  width: calc(75% - 63px);
  float: left;
  margin-left: 36px;
}
@media (max-width: 800px) {
  .page-body.layout-custom .section-text {
    width: calc(83.3333333333% - 66px);
    float: left;
    margin-left: 36px;
    margin-left: calc(8.3333333333% - 39px + 72px);
  }
}
@media (max-width: 600px) {
  .page-body.layout-custom .section-text {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
  }
}
.page-body.layout-custom .page-section-aside {
  position: relative;
  height: 1px;
  z-index: 2;
}
@media (max-width: 800px) {
  .page-body.layout-custom .page-section-aside {
    position: relative;
    height: auto;
    z-index: auto;
  }
}
.page-body.layout-custom .page-section-aside .aside-content {
  width: calc(25% - 45px);
  float: left;
  margin-left: 36px;
  position: absolute;
  left: calc(75% - 63px);
  bottom: 40px;
  padding: 20px 20px 1px 20px;
  background: rgba(65, 66, 68, 0.08);
}
@media (max-width: 800px) {
  .page-body.layout-custom .page-section-aside .aside-content {
    width: calc(83.3333333333% - 66px);
    float: left;
    margin-left: 36px;
    margin-left: calc(8.3333333333% - 39px + 72px);
    position: static;
    left: auto;
  }
}
@media (max-width: 600px) {
  .page-body.layout-custom .page-section-aside .aside-content {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
  }
}
.page-body.layout-custom .page-section {
  padding: 40px 0;
}
@media (max-width: 600px) {
  .page-body.layout-custom .page-section {
    padding: 20px 0;
  }
}
.page-body.layout-custom .page-section.type-quote p {
  font-size: 2.4rem;
}
.page-body.layout-custom .page-section.type-quote.no-bg {
  padding-top: 0 !important;
  background: #fff;
}
.page-body.layout-custom .page-section.type-quote.has-bg {
  background-color: #414244;
  color: #fff;
}
.page-body.layout-custom .page-section.type-quote.has-bg a {
  color: #fff;
}
.page-body.layout-custom .page-section.type-quote .section-footer p {
  font-size: 1.4rem;
}
.page-body.layout-custom .page-section.type-quote .section-footer p:before {
  content: "— ";
}
.page-body.layout-custom .page-section.type-chart {
  background-color: #f5f6f8;
  text-align: center;
}
.page-body.layout-custom .page-section.type-chart .section-content {
  padding-bottom: 30px;
}
@media (max-width: 600px) {
  .page-body.layout-custom .page-section.type-chart .section-content {
    max-width: 9999px;
  }
}
.page-body.layout-custom .page-section.type-chart .section-head {
  width: calc(50% - 54px);
  float: left;
  margin-left: 36px;
  margin-left: calc(25% - 45px + 72px);
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .page-body.layout-custom .page-section.type-chart .section-head {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
  }
}
.page-body.layout-custom .page-section.type-chart .section-text {
  width: calc(100% - 72px);
  float: left;
  margin-left: 36px;
  margin-bottom: 30px;
}
.page-body.layout-custom .page-section.type-chart .section-text img {
  display: block;
  margin: 0 auto;
}
.page-body.layout-custom .page-section.type-chart .chart-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 40% 0;
}
@media (max-width: 600px) {
  .page-body.layout-custom .page-section.type-chart .chart-wrap {
    padding-bottom: 60%;
  }
}
.page-body.layout-custom .page-section.type-chart .chart-wrap .chart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.page-body.layout-custom .page-section.type-chart .section-footer {
  width: calc(66.6666666667% - 60px);
  float: left;
  margin-left: 36px;
  margin-left: calc(16.6666666667% - 42px + 72px);
}
@media (max-width: 600px) {
  .page-body.layout-custom .page-section.type-chart .section-footer {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
  }
}
.page-body.layout-custom .page-section.type-map {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f5f6f8;
  text-align: center;
}
.page-body.layout-custom .page-section.type-map .section-content {
  max-width: 100%;
}
@media (max-width: 600px) {
  .page-body.layout-custom .page-section.type-map .section-content {
    max-width: 9999px;
  }
}
.page-body.layout-custom .page-section.type-map .section-head {
  position: relative;
  width: calc(100% - 0px);
  float: left;
  margin-left: 0px;
  max-width: 100%;
  margin-bottom: 0;
  padding: 30px 0;
  background: #757675;
  color: #fff;
  text-align: center;
}
.page-body.layout-custom .page-section.type-map .section-head:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  transform: translateX(-50%);
  z-index: 10;
  bottom: -40px;
  border-top-color: #757675;
}
.page-body.layout-custom .page-section.type-map .section-head h3 {
  color: #fff;
}
.page-body.layout-custom .page-section.type-map .map {
  width: calc(100% - 0px);
  float: left;
  margin-left: 0px;
  position: relative;
  height: 0;
  padding: 0 0 40%;
  background: #f5f6f8;
  text-align: center;
}
@media (max-width: 600px) {
  .page-body.layout-custom .page-section.type-map .map {
    padding-bottom: 60%;
  }
}
.page-body.layout-custom .page-section.type-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-body.layout-custom .page-section.type-map .section-footer {
  width: calc(66.6666666667% - 60px);
  float: left;
  margin-left: 36px;
  margin-left: calc(16.6666666667% - 42px + 72px);
}
.page-body.layout-custom.accent-orange h2, .page-body.layout-custom.accent-orange h3, .page-body.layout-custom.accent-orange h4, .page-body.layout-custom.accent-orange h5, .page-body.layout-custom.accent-orange h6,
.page-body.layout-custom.accent-orange blockquote {
  color: #da6629;
}
.page-body.layout-custom.accent-blue h2, .page-body.layout-custom.accent-blue h3, .page-body.layout-custom.accent-blue h4, .page-body.layout-custom.accent-blue h5, .page-body.layout-custom.accent-blue h6,
.page-body.layout-custom.accent-blue blockquote {
  color: #6f93c0;
}
.page-body.layout-custom.accent-green h2, .page-body.layout-custom.accent-green h3, .page-body.layout-custom.accent-green h4, .page-body.layout-custom.accent-green h5, .page-body.layout-custom.accent-green h6,
.page-body.layout-custom.accent-green blockquote {
  color: #719a40;
}

.job-content {
  background-color: #f5f6f8;
  border-left: 5px solid transparent;
  padding: 1em;
  margin-bottom: 1.5em;
  transition: ease 0.15s;
}
.job-content .job-header {
  margin-bottom: 0;
  font-size: 2em;
}
.job-content .job-type {
  list-style: none;
  font-size: 1.6em;
}
.job-content .job-type li {
  color: #262936;
  font-weight: bold;
  display: inline-block;
  margin-right: 50px;
}
.job-content:hover {
  background-color: #e7e5e2;
  border-left: 5px solid #739cd2;
}

.splash {
  max-width: 100%;
  height: 75vh;
  padding: 0;
  position: relative;
  z-index: 1;
}
.splash::after {
  clear: both;
  content: "";
  display: block;
}
.splash a {
  color: #fff;
}
.splash a:hover {
  text-decoration: underline;
}
.splash .slider-reset {
  display: none;
  position: absolute;
  top: 20px;
  right: calc(33.3333% + 20px);
  margin: 0;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 600px) {
  .splash .slider-reset {
    right: 20px;
  }
}
.splash .slide {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.splash .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  /*@include grid-media($break-retina) {
    background-size: 100% auto;
    background-attachment: scroll;
  }

  @media	only screen and (min-width: 2000px) and (-webkit-min-device-pixel-ratio: 1.3),
  	only screen and (min-width: 2000px) and (-o-min-device-pixel-ratio: 13/10),
  	only screen and (min-width: 2000px) and (min-resolution: 120dpi)
  	{

    background-size: 100% auto;
  }*/
  opacity: 0.5;
  z-index: 1;
}
@media (max-width: 800px) {
  .splash .slide-bg {
    background-attachment: scroll;
  }
}
.splash .slide-content {
  z-index: 2;
}
.splash .slide-content h4 {
  margin: 0 0 12px 0;
  font-size: 2.4rem;
}
@media (max-width: 600px) {
  .splash .slide-content h4 {
    font-size: 1.8rem;
  }
}
.splash .splash-attribution {
  position: absolute;
  bottom: 6px;
  left: 6px;
  margin: 0;
  font-size: 0.8rem;
}
.splash.single {
  background-color: #414244;
  height: 50vh;
}
@media (max-width: 800px) {
  .splash.single {
    height: auto;
  }
}
@media (max-width: 600px) {
  .splash.single h2 {
    font-size: 2.6rem;
  }
}
.splash.single .splash-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 800px) {
  .splash.single .splash-section {
    position: static;
    height: auto;
  }
}
.splash.single .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 800px) {
  .splash.single .slide {
    position: static;
    padding: 30px 0;
    height: auto;
  }
}
.splash.single .slide-bg {
  opacity: 0.4;
}
.splash.single .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.splash.single .slide-content::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 800px) {
  .splash.single .slide-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
.splash.single .slide-text {
  width: calc(58.3333333333% - 57px);
  float: left;
  margin-left: 36px;
  color: #fff;
}
@media (max-width: 800px) {
  .splash.single .slide-text {
    width: calc(66.6666666667% - 60px);
    float: left;
    margin-left: 36px;
    margin-left: calc(8.3333333333% - 39px + 72px);
  }
}
@media (max-width: 600px) {
  .splash.single .slide-text {
    width: calc(83.3333333333% - 66px);
    float: left;
    margin-left: 36px;
    margin-left: calc(8.3333333333% - 39px + 72px);
  }
}
@media (max-width: 600px) {
  .splash.multi {
    height: auto;
  }
}
.splash.multi .splash-section {
  position: relative;
}
.splash.multi .splash-section .slide {
  background-color: #00284e;
  outline: none;
  border: none;
}
.splash.multi .splash-section .slide-content {
  position: relative;
  padding: 5%;
  color: #fff;
  z-index: 2;
}
.splash.multi .splash-section .slide-content h2 {
  margin: 0 0 20px 0;
  font-weight: 500;
}
.splash.multi .splash-section.splash-main {
  position: relative;
  width: calc(66.6666666667% - 0px);
  float: left;
  margin-left: 0px;
  height: 75vh;
  padding-right: 1px;
}
@media (max-width: 600px) {
  .splash.multi .splash-section.splash-main {
    width: auto;
    float: none;
    margin-left: 0;
    height: auto;
  }
}
.splash.multi .splash-section.splash-main .slide-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 75%;
}
@media (max-width: 600px) {
  .splash.multi .splash-section.splash-main .slide-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 8% 0;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .splash.multi .splash-section.splash-main .slide-content h2 {
    font-size: 2.6rem;
  }
}
.splash.multi .splash-section.splash-sub {
  position: relative;
  width: calc(33.3333333333% - 0px);
  float: left;
  margin-left: 0px;
  height: 75vh;
  overflow: hidden;
}
@media (max-width: 600px) {
  .splash.multi .splash-section.splash-sub {
    width: auto;
    float: none;
    margin-left: 0;
    height: auto;
    padding: 18px;
  }
  .splash.multi .splash-section.splash-sub::after {
    clear: both;
    content: "";
    display: block;
  }
}
.splash.multi .splash-section.splash-sub .slide {
  height: 25vh;
  opacity: 1;
  border-bottom: 1px solid #fff;
  transition: opacity 500ms;
}
@media (max-width: 600px) {
  .splash.multi .splash-section.splash-sub .slide {
    height: 0;
    padding: 0 0 40% 0;
    border-bottom-width: 18px;
  }
}
.splash.multi .splash-section.splash-sub .slide.slick-current {
  opacity: 0.75;
}
.splash.multi .splash-section.splash-sub .slide.slick-current .slide-content {
  opacity: 0.4;
}
.splash.multi .splash-section.splash-sub .slide.blank {
  height: 0 !important;
}
.splash.multi .splash-section.splash-sub .slide:last-child {
  border-bottom: none;
}
.splash.multi .splash-section.splash-sub .slide-content {
  height: 100%;
  transition: opacity 250ms;
}
@media (max-width: 600px) {
  .splash.multi .splash-section.splash-sub .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.splash.multi .splash-section.splash-sub .slide-content p {
  width: 75%;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .splash.multi .splash-section.splash-sub .slide-content h4 {
    font-size: 1.6rem;
  }
}
.splash.multi .splash-section.splash-sub .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
@media (max-width: 600px) {
  .splash.multi .splash-section.splash-sub .btn {
    display: inline-block;
    font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: nowrap;
    cursor: pointer;
    transition: 250ms;
    padding: 12px;
    font-size: 12px;
    line-height: 1;
  }
  .splash.multi .splash-section.splash-sub .btn:hover {
    text-decoration: none;
  }
}

#splash-breadcrumb {
  width: calc(75% - 63px);
  float: left;
  margin-left: 36px;
}
@media (max-width: 800px) {
  #splash-breadcrumb {
    width: calc(66.6666666667% - 60px);
    float: left;
    margin-left: 36px;
    margin-left: calc(8.3333333333% - 39px + 72px);
  }
}

#splash-share {
  width: calc(25% - 45px);
  float: left;
  margin-left: 36px;
  text-align: right;
}
#splash-share .share-widget-wrap {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
#splash-share .share-widget {
  width: 200px;
  text-align: left;
}
#splash-share #splash-share-widget {
  display: inline-block;
  padding: 8px 10px;
  transition: 0.25s;
}
#splash-share #splash-share-widget.open {
  background: #fff;
  color: #da6629;
}

#splash-download {
  width: calc(25% - 45px);
  float: left;
  margin-left: 36px;
  margin-left: calc(16.6666666667% - 42px + 72px);
  margin-bottom: -40px;
}
#splash-download .post-preview {
  width: 75%;
  padding-bottom: 100%;
  margin: 0 auto;
  background: transparent;
}
#splash-download .post-content {
  display: none;
}
#splash-download .post-thumbnail {
  opacity: 1;
}

#splash-jump {
  white-space: nowrap;
  background-color: rgba(245, 246, 248, 0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: 0.5s;
  padding: 16px 0;
  z-index: 10;
}
#splash-jump::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 800px) {
  #splash-jump {
    white-space: normal;
    text-align: center;
  }
}

#splash-jump-content {
  max-width: 1200px;
  margin: 0 auto;
}
#splash-jump-content h6 {
  width: calc(16.6666666667% - 42px);
  float: left;
  margin-left: 36px;
  margin-bottom: 0;
  padding: 12px 0;
  font-size: 1.2rem;
}
@media (max-width: 1200px) {
  #splash-jump-content h6 {
    text-align: center;
  }
}
@media (max-width: 800px) {
  #splash-jump-content h6 {
    width: auto;
    float: none;
    margin-left: 0;
  }
}
#splash-jump-content #splash-jump-btns {
  width: calc(83.3333333333% - 66px);
  float: left;
  margin-left: 36px;
}
@media (max-width: 800px) {
  #splash-jump-content #splash-jump-btns {
    width: auto;
    float: none;
    margin-left: 0;
  }
}

.page-hero {
  background-size: cover;
  padding: 150px 0;
  background-position: center;
}
@media (max-width: 1200px) {
  .page-hero {
    padding: 80px 0;
  }
}
.page-hero__content {
  color: #002F65;
  padding: 38px;
  position: relative;
}
@media (max-width: 1200px) {
  .page-hero__content {
    padding: 20px;
  }
}
.page-hero__content::before {
  background: rgba(115, 156, 210, 0.6);
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 50%;
}
@media (max-width: 1200px) {
  .page-hero__content::before {
    width: 65%;
  }
}
@media (max-width: 1000px) {
  .page-hero__content::before {
    width: 90%;
  }
}
.page-hero__content h1 {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .page-hero__content h1 {
    font-size: 20px;
  }
}
.page-hero__content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1000px) {
  .page-hero__content p {
    font-size: 14px;
    font-weight: bold;
  }
}
.page-hero__content h1,
.page-hero__content p {
  max-width: 530px;
  width: 50%;
}
@media (max-width: 1200px) {
  .page-hero__content h1,
.page-hero__content p {
    max-width: 600px;
    width: 65%;
  }
}
@media (max-width: 1000px) {
  .page-hero__content h1,
.page-hero__content p {
    width: 90%;
  }
}
.page-hero.video-hero, .page-hero.featured-image-hero {
  background: #DCE4EF;
  padding-block: 10rem;
}
@media (max-width: 1000px) {
  .page-hero.video-hero, .page-hero.featured-image-hero {
    padding-block: 5rem;
  }
}
.page-hero.video-hero .page-hero__content, .page-hero.featured-image-hero .page-hero__content {
  display: grid;
  gap: 6rem;
  grid-template-columns: 36% 60%;
  margin-inline: auto;
  max-width: 1440px;
  padding-block: 0;
  padding-inline: 4rem;
}
@media (max-width: 1300px) {
  .page-hero.video-hero .page-hero__content, .page-hero.featured-image-hero .page-hero__content {
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .page-hero.video-hero .page-hero__content, .page-hero.featured-image-hero .page-hero__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-hero.video-hero .page-hero__content::before, .page-hero.featured-image-hero .page-hero__content::before {
  display: none;
}
.page-hero.video-hero .page-hero__content h1, .page-hero.video-hero .page-hero__content p, .page-hero.featured-image-hero .page-hero__content h1, .page-hero.featured-image-hero .page-hero__content p {
  max-width: 100%;
  width: auto;
}
.page-hero.video-hero .page-hero__content h1, .page-hero.featured-image-hero .page-hero__content h1 {
  font-size: 50px;
  line-height: 1.1;
  margin-block-end: 3.25rem;
  text-wrap: balance;
}
@media (max-width: 1000px) {
  .page-hero.video-hero .page-hero__content h1, .page-hero.featured-image-hero .page-hero__content h1 {
    font-size: 32px;
    margin-block-end: 1rem;
  }
}
.page-hero.video-hero .page-hero__content p, .page-hero.featured-image-hero .page-hero__content p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  margin-block-end: 4rem;
  max-width: 84%;
  text-wrap: balance;
}
@media (max-width: 1000px) {
  .page-hero.video-hero .page-hero__content p, .page-hero.featured-image-hero .page-hero__content p {
    font-size: 18px;
    margin-block-end: 2rem;
    max-width: 100%;
  }
}
.page-hero.video-hero .page-hero__content .section-content, .page-hero.featured-image-hero .page-hero__content .section-content {
  margin-inline: 0;
}
.page-hero.video-hero .section-video, .page-hero.featured-image-hero .section-video {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.page-hero.video-hero .section-video iframe, .page-hero.featured-image-hero .section-video iframe {
  bottom: 0;
  left: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.page-hero.featured-image-hero .section-image img {
  height: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
@media (max-width: 600px) {
  .page-hero.featured-image-hero .section-image img {
    margin-inline: auto;
    max-height: 400px;
  }
}

.initiatives-section {
  position: relative;
  padding: 80px 0;
  min-height: 550px;
  clear: both;
}
.initiatives-section::after {
  clear: both;
  content: "";
  display: block;
}
.initiatives-section.intro {
  min-height: 0;
  position: relative;
  text-align: center;
}
.initiatives-section.intro:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  transform: translateX(-50%);
  z-index: 10;
  bottom: -30px;
  border-top-color: #fff;
}
@media (max-width: 800px) {
  .initiatives-section.intro {
    padding: 40px 0;
  }
}
.initiatives-section.intro .section-text {
  width: calc(50% - 54px);
  float: left;
  margin-left: 36px;
  margin-left: calc(25% - 45px + 72px);
}
@media (max-width: 800px) {
  .initiatives-section.intro .section-text {
    width: calc(83.3333333333% - 66px);
    float: left;
    margin-left: 36px;
    margin-left: calc(8.3333333333% - 39px + 72px);
  }
}
.initiatives-section.dark {
  background-color: #4d739e;
  color: #fff;
}
.initiatives-section .section-bg {
  opacity: 0.4;
}
.initiatives-section .section-text {
  width: calc(58.3333333333% - 57px);
  float: left;
  margin-left: 36px;
}
@media (max-width: 800px) {
  .initiatives-section .section-text {
    width: calc(66.6666666667% - 60px);
    float: left;
    margin-left: 36px;
    margin-left: calc(8.3333333333% - 39px + 72px);
  }
}
@media (max-width: 600px) {
  .initiatives-section .section-text {
    width: calc(83.3333333333% - 66px);
    float: left;
    margin-left: 36px;
    margin-left: calc(8.3333333333% - 39px + 72px);
  }
}

.section-posts {
  margin-bottom: 20px;
}
.section-posts::after {
  clear: both;
  content: "";
  display: block;
}
.section-posts .post {
  width: calc(33.3333333333% - 48px);
  float: left;
  margin-left: 36px;
  background-color: #414244;
}
@media (max-width: 600px) {
  .section-posts .post {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
  }
}
.section-posts .post .post-thumbnail {
  opacity: 0.5;
}
.section-posts .post .post-tags {
  display: none;
}
.section-posts .post.type-document {
  background-color: rgba(87, 88, 94, 0.1);
}
.section-posts .post.type-document .doc-thumbnail {
  position: relative;
  opacity: 1;
}
.section-posts .post.fallback-color__blue {
  background-color: #002F65;
}
.section-posts .post.fallback-color__orange {
  background-color: #F9A533;
}
.section-posts .post.fallback-color__orange h5,
.section-posts .post.fallback-color__orange a {
  color: #002F65;
}

body.top-category .page-section:nth-of-type(even) {
  background-color: #f5f6f8;
}
body.top-category .section-posts .post.type-document {
  padding-right: 15px;
}
body.top-category .section-posts .post.type-document h6 {
  display: block;
  margin-top: 20px;
}
body.top-category .section-posts .post.type-document p {
  display: none;
}
body.top-category .section-posts .post.type-document .doc-thumbnail {
  float: left;
  top: 15px;
  margin: 0px 0 0 10px;
  width: 30%;
  padding-bottom: 42%;
}
@media (max-width: 1000px) {
  body.top-category .section-posts .post.type-document .doc-thumbnail {
    width: 22%;
    padding-bottom: 32%;
  }
}
body.top-category .section-posts .post.type-document .post-content {
  float: left;
  min-height: 175px;
  width: calc(70% - 10px);
  padding: 0 0 0 15px;
}

.sub-category .splash {
  color: #fff;
}
.sub-category #category-content {
  background: #fff;
}
.sub-category .section-filter {
  margin: 0 0 40px 0;
}
.sub-category .section-filter::after {
  clear: both;
  content: "";
  display: block;
}
.sub-category .post#our-work {
  height: 0;
  padding-bottom: calc(40% + 36px);
  background: #f5f6f8;
}
@media (max-width: 600px) {
  .sub-category .post#our-work {
    height: auto;
    padding-bottom: 0;
  }
}
.sub-category .post#our-work h4 {
  margin: 0;
  padding: 8% 8% 0 8%;
}
.sub-category .post#our-work dl {
  padding: 0 8%;
}
@media (max-width: 600px) {
  .sub-category .post#our-work dl {
    padding-bottom: 8%;
  }
}
.sub-category .post#our-work dt {
  margin: 0 0 4px 0;
  font-size: 1.4rem;
  font-weight: 400;
}
.sub-category .post#our-work dd {
  margin: 0 0 10px 0;
  font-size: 1.2rem;
}
@media (max-width: 600px) {
  .sub-category .post.type-document {
    height: auto;
    padding-bottom: 0px;
  }
}
.sub-category .post.type-document h6 {
  display: block;
}
.sub-category .post.type-document .doc-thumbnail {
  position: relative;
  float: left;
  top: 15px;
  left: 10px;
  width: 100px;
  padding-bottom: 41%;
  opacity: 1;
}
@media (max-width: 1000px) {
  .sub-category .post.type-document .doc-thumbnail {
    display: none;
  }
}
@media (max-width: 600px) {
  .sub-category .post.type-document .doc-thumbnail {
    display: block;
    width: 28%;
    padding-bottom: 39%;
  }
}
.sub-category .post.type-document .doc-content {
  position: relative;
  float: left;
  width: 60%;
  margin: 0 0 0 20px;
  padding: 15px 0;
}
@media (max-width: 1000px) {
  .sub-category .post.type-document .doc-content {
    width: 80%;
  }
}
.sub-category .post.type-document .doc-content .post-excerpt {
  display: none;
}
@media (max-width: 600px) {
  .sub-category .post.type-document .doc-content {
    width: 60%;
  }
}
.sub-category .post.type-document .doc-content .post-btns {
  display: none;
}
.sub-category .post.type-document.media-map .doc-content {
  background: transparent;
  width: 70%;
}
.sub-category .view-list .post.our-work h4 {
  padding: 0 4%;
}
.sub-category .view-list .post.our-work dl {
  padding: 0 4%;
}
.sub-category .view-list .post.type-document .doc-thumbnail {
  top: auto;
}
.sub-category .view-list .post.type-document .doc-thumbnail .thumbnail {
  left: 50%;
  max-width: 200px;
  transform: translateX(-50%);
}

#page-our-work #initiatives {
  padding: 0;
}
#page-our-work #initiatives h3 {
  color: #fff;
}

#page-initiative .page-section:nth-of-type(even) {
  background-color: #f5f6f8;
}

.page-body .initiative-links {
  list-style: none;
  padding: 0;
}
.page-body .initiative-links li {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e7e5e2;
}
.page-body .initiative-links li:last-child {
  border-bottom: none;
}
.page-body .initiative-links h4 {
  margin: 0 0 12px 0;
  font-size: 1.8rem;
}
.page-body .initiative-links p {
  margin: 0;
  font-size: 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
.page-body .initiative-links p span {
  display: inline-block;
  margin: 0 20px 0 0;
}

#page-events .post-grid .post {
  background: #f5f6f8;
}
#page-events .post-grid .post h5 a {
  color: #6f93c0;
}
#page-events .post-grid .post .post-thumbnail {
  opacity: 0.1;
}
#page-events .post-grid .post .post-content {
  color: #262936;
}
#page-events .section-posts.view-list .post .post-thumbnail {
  opacity: 1;
}

#page-library .post-grid .post.type-document .post-thumbnail {
  padding-bottom: 25%;
}
@media (max-width: 800px) {
  #page-library .post-grid .post.type-document .post-thumbnail {
    margin-bottom: 30px;
    padding-bottom: 55%;
  }
}
@media (max-width: 600px) {
  #page-library .post-grid .post.type-document .post-thumbnail {
    padding-bottom: 70%;
  }
}

#page-search .post-grid .post.type-document .post-thumbnail {
  padding-bottom: 25%;
}
@media (max-width: 800px) {
  #page-search .post-grid .post.type-document .post-thumbnail {
    margin-bottom: 30px;
    padding-bottom: 55%;
  }
}
@media (max-width: 600px) {
  #page-search .post-grid .post.type-document .post-thumbnail {
    padding-bottom: 70%;
  }
}

#page-content .staff-list-wrap .section-text.staff-list {
  width: calc(100% - 0px);
  float: left;
  margin-left: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: calc(100% + 0px);
  padding-left: 16px;
}
#page-content .staff-list-wrap .section-text.staff-list::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 600px) {
  #page-content .staff-list-wrap .section-text.staff-list {
    width: auto;
    float: none;
    margin-left: 0;
    padding-left: 0;
  }
  #page-content .staff-list-wrap .section-text.staff-list::after {
    clear: both;
    content: "";
    display: block;
  }
}
#page-content .staff-list-wrap .section-text.staff-list .person {
  width: calc(33.3333333333% - 0px);
  float: left;
  margin-left: 0px;
  position: relative;
  height: 0;
  padding: 0 0 28% 0;
  margin-bottom: 16px;
  color: #fff;
}
@media (max-width: 800px) {
  #page-content .staff-list-wrap .section-text.staff-list .person {
    width: calc(44.4444444444% - 0px);
    float: left;
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  #page-content .staff-list-wrap .section-text.staff-list .person {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
    padding-bottom: 60%;
  }
}
#page-content .staff-list-wrap .section-text.staff-list .person:nth-of-type(3n+1) {
  clear: both;
}
@media (max-width: 800px) {
  #page-content .staff-list-wrap .section-text.staff-list .person:nth-of-type(3n+1) {
    clear: inherit;
  }
}
#page-content .staff-list-wrap .section-text.staff-list .person .person-content {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 16px);
  height: 100%;
  background-color: #414244;
}
#page-content .staff-list-wrap .section-text.staff-list .person .person-content .btn {
  position: relative;
  z-index: 10;
}
@media (max-width: 600px) {
  #page-content .staff-list-wrap .section-text.staff-list .person .person-content {
    width: 100%;
  }
}
#page-content .staff-list-wrap .section-text.staff-list .person .person-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  /*@include grid-media($break-retina) {
    background-size: 100% auto;
    background-attachment: scroll;
  }

  @media	only screen and (min-width: 2000px) and (-webkit-min-device-pixel-ratio: 1.3),
  	only screen and (min-width: 2000px) and (-o-min-device-pixel-ratio: 13/10),
  	only screen and (min-width: 2000px) and (min-resolution: 120dpi)
  	{

    background-size: 100% auto;
  }*/
  opacity: 0.6;
  z-index: 1;
}
@media (max-width: 800px) {
  #page-content .staff-list-wrap .section-text.staff-list .person .person-bg {
    background-attachment: scroll;
  }
}
#page-content .staff-list-wrap .section-text.staff-list .person .person-details {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 2;
}
#page-content .staff-list-wrap .section-text.staff-list .person .person-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: inline-block;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  cursor: pointer;
  transition: 250ms;
  padding: 12px;
  font-size: 12px;
  line-height: 1;
}
#page-content .staff-list-wrap .section-text.staff-list .person .person-btn:hover {
  text-decoration: none;
}
#page-content .staff-list-wrap .section-text.staff-list .person h3 {
  margin: 0 0 12px 0;
  font-size: 2rem;
  color: #fff;
}
#page-content .staff-list-wrap .section-text.staff-list .person h5 {
  margin: 0;
  font-size: 1.4rem;
}

#author-posts .page-section {
  background: #f5f6f8;
}

.landing-page.page-hero {
  height: 41vw;
  max-height: 600px;
  min-height: 300px;
}
.landing-page.page-hero h1 {
  color: #fff;
  position: relative;
}

.landing-page__subtext {
  background-color: #F5F5F5;
}
.landing-page__subtext p {
  color: #002F65;
  font-size: 24px;
  font-weight: 500;
  margin: auto;
  max-width: 900px;
  line-height: 38px;
}
@media (max-width: 1000px) {
  .landing-page__subtext p {
    font-size: 20px;
    padding: 0 2rem;
  }
}

@media (max-width: 800px) {
  .page-template-page-flexible-content .page-body.layout-default:not(.filter-sidebar) .section-text {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
    margin-left: calc(0% - 36px + 72px);
  }
}

#single-event .section-sidebar .event-detail {
  padding-bottom: 0;
}
#single-event .section-sidebar .btn {
  display: inline-block;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  cursor: pointer;
  transition: 250ms;
  padding: 12px;
  font-size: 12px;
  line-height: 1;
  display: block;
}
#single-event .section-sidebar .btn:hover {
  text-decoration: none;
}
#single-event .section-sidebar .logos {
  padding: 10px 0;
}
#single-event .section-sidebar .logos img {
  max-width: 75%;
  margin: 10px auto;
}
#single-event #speakers {
  padding: 30px 30px 1px 30px;
  background: #f5f6f8;
}
#single-event .speaker {
  margin: 0 0 30px 0;
}
#single-event .speaker::after {
  clear: both;
  content: "";
  display: block;
}
#single-event .speaker-photo {
  display: block;
  float: left;
  width: 25%;
  height: auto;
  margin-right: 30px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
#single-event .speaker-details p {
  font-size: 1.2rem;
}

.single .splash {
  color: #fff;
}

#single-post .splash,
#single-article .splash {
  height: auto;
  overflow: visible;
  z-index: 3;
}
#single-post .splash .splash-section,
#single-article .splash .splash-section {
  position: relative;
}
#single-post .splash .slide,
#single-article .splash .slide {
  position: relative;
  overflow: visible;
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 600px) {
  #single-post .splash .slide,
#single-article .splash .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#single-post .splash .slide-content,
#single-article .splash .slide-content {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: -20px;
  transform: none;
}
#single-post .splash .thumbnail,
#single-article .splash .thumbnail {
  position: relative;
  z-index: 5;
}
#single-post .splash .thumbnail .doc-thumbnail,
#single-article .splash .thumbnail .doc-thumbnail {
  width: 75%;
  max-width: 220px;
  padding-bottom: 110%;
}
#single-post .page-body .post-intro-sidebar,
#single-article .page-body .post-intro-sidebar {
  position: relative;
  height: 1px;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 5;
}
@media (max-width: 600px) {
  #single-post .page-body .post-intro-sidebar,
#single-article .page-body .post-intro-sidebar {
    display: none;
  }
}
#single-post .page-body .post-intro-sidebar .post-intro-sidebar-content,
#single-article .page-body .post-intro-sidebar .post-intro-sidebar-content {
  width: calc(25% - 45px);
  float: left;
  margin-left: 36px;
  margin-left: calc(75% - 63px + 72px);
  position: absolute;
  top: 80px;
}
#single-post .page-body .post-intro-sidebar h4,
#single-article .page-body .post-intro-sidebar h4 {
  margin: 0 0 15px 20px;
  font-size: 2rem;
}
#single-post .page-body .post-at-glance ul,
#single-article .page-body .post-at-glance ul {
  font-size: 1.2rem;
}
#single-post .page-body .page-section.type-glance,
#single-article .page-body .page-section.type-glance {
  background-color: #f5f6f8;
}
#single-post .page-body .page-section.type-quote,
#single-article .page-body .page-section.type-quote {
  padding: 80px 0;
}
#single-post .page-body .page-section.type-quote .section-text,
#single-article .page-body .page-section.type-quote .section-text {
  width: calc(50% - 54px);
  float: left;
  margin-left: 36px;
  margin-left: calc(25% - 45px + 72px);
}
#single-post .page-body .page-section.type-quote .section-footer,
#single-article .page-body .page-section.type-quote .section-footer {
  width: calc(50% - 54px);
  float: left;
  margin-left: 36px;
  margin-left: calc(25% - 45px + 72px);
}

.post-authors .post-author-head {
  position: relative;
  height: 0;
  padding: 0 0 55% 0;
  background-color: #57585e;
  outline: none;
}
.post-authors .post-author-head .author-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  /*@include grid-media($break-retina) {
    background-size: 100% auto;
    background-attachment: scroll;
  }

  @media	only screen and (min-width: 2000px) and (-webkit-min-device-pixel-ratio: 1.3),
  	only screen and (min-width: 2000px) and (-o-min-device-pixel-ratio: 13/10),
  	only screen and (min-width: 2000px) and (min-resolution: 120dpi)
  	{

    background-size: 100% auto;
  }*/
  opacity: 0.4;
  z-index: 1;
}
@media (max-width: 800px) {
  .post-authors .post-author-head .author-bg {
    background-attachment: scroll;
  }
}
.post-authors .post-author-head h5 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  color: #fff !important;
  z-index: 2;
}
.post-authors .post-author-content {
  padding: 20px;
  background: #e7e5e2;
}
.post-authors .post-author-content p {
  margin: 0 0 10px 0;
  font-size: 1.4rem;
}
.post-authors .post-author-content ul {
  list-style: square;
  padding: 0 0 0 20px;
  font-size: 1.4rem;
}

#post-extras {
  margin-top: 40px;
  padding: 0;
}
#post-extras h3 {
  font-size: 3rem;
  color: #739cd2;
}
@media (max-width: 600px) {
  #post-extras h3 {
    font-size: 2.4rem;
  }
}
#post-extras .accordion-section {
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.04);
}
#post-extras .accordion-section:nth-of-type(even) {
  background: rgba(0, 0, 0, 0.08);
}
#post-extras .accordion-content {
  padding: 20px 0;
}

#extras-related #next-page-ajax {
  display: none;
}
#extras-related .post-preview.type-document {
  padding-bottom: 20%;
  padding-right: 15px;
}
@media (max-width: 800px) {
  #extras-related .post-preview.type-document {
    padding-bottom: 35%;
    overflow: hidden;
  }
}
@media (max-width: 600px) {
  #extras-related .post-preview.type-document {
    padding-bottom: 30px;
    overflow: visible;
  }
  #extras-related .post-preview.type-document::after {
    clear: both;
    content: "";
    display: block;
  }
}
#extras-related .post-preview.type-document h6 {
  display: block;
  margin-top: 20px;
}
#extras-related .post-preview.type-document p {
  display: none;
}
#extras-related .post-preview.type-document .doc-thumbnail {
  float: left;
  top: 15px;
  margin: 0 20px;
  width: 30%;
  padding-bottom: 42%;
}
#extras-related .post-preview.type-document .post-content {
  float: left;
  width: calc(70% - 40px);
  padding: 0;
}

.extras-link-list .accordion-content {
  width: calc(100% - 72px);
  float: left;
  margin-left: 36px;
}
.extras-link-list ul {
  font-size: 1.8rem;
  list-style: none;
  padding: 0;
}
.extras-link-list li {
  padding: 15px;
  margin: 0 0 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#extras-authors .section-text {
  float: none;
  width: auto;
  margin: 0;
}
#extras-authors .section-text::after {
  clear: both;
  content: "";
  display: block;
}
#extras-authors .post-author {
  width: calc(33.3333333333% - 48px);
  float: left;
  margin-left: 36px;
}
@media (max-width: 800px) {
  #extras-authors .post-author {
    width: calc(50% - 54px);
    float: left;
    margin-left: 36px;
  }
}
@media (max-width: 600px) {
  #extras-authors .post-author {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
  }
}

#single-feature .splash .slide-text {
  width: calc(75% - 63px);
  float: left;
  margin-left: 36px;
}
#single-feature #feature-posts .sidebar-content-wrap {
  white-space: nowrap;
  background-color: rgba(245, 246, 248, 0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: 0.5s;
  padding: 16px 0;
  z-index: 10;
}
#single-feature #feature-posts #filter-view {
  padding-top: 0;
}
#single-feature #post-grid {
  background: #f5f6f8;
}

#single-document .sidebar-content .thumbnail {
  border-bottom: none;
}
#single-document .sidebar-content .doc-thumbnail {
  width: 75%;
  margin: -100px auto 0 auto;
  padding: 0 0 100% 0;
}
#single-document .splash .slide-text {
  width: calc(66.6666666667% - 60px);
  float: left;
  margin-left: 36px;
}
@media (max-width: 600px) {
  #single-document .splash .slide-text {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
  }
}
#single-document .page-section .section-content {
  clear: both;
}
#single-document .page-section.type-map {
  width: calc(100% - 72px);
  float: left;
  margin-left: 36px;
  background-color: transparent;
}
@media (max-width: 600px) {
  #single-document .page-section.type-map {
    width: auto;
    float: none;
    margin-left: 0;
  }
  #single-document .page-section.type-map::after {
    clear: both;
    content: "";
    display: block;
  }
}
#single-document .page-section.type-map .section-head {
  display: none;
}
#single-document .page-section.type-map .section-content {
  padding-top: 20px;
}
#single-document .page-section.type-map .map {
  padding-bottom: 55%;
}
@media (max-width: 800px) {
  #single-document .page-section.type-map .map {
    padding-bottom: 120%;
  }
}
#single-document .page-section.type-map .section-footer {
  width: calc(100% - 72px);
  float: left;
  margin-left: 36px;
  padding-top: 30px;
}
#single-document .page-section.type-chart {
  width: calc(100% - 72px);
  float: left;
  margin-left: 36px;
  background-color: transparent;
}
@media (max-width: 600px) {
  #single-document .page-section.type-chart {
    width: auto;
    float: none;
    margin-left: 0;
  }
  #single-document .page-section.type-chart::after {
    clear: both;
    content: "";
    display: block;
  }
}
#single-document .page-section.type-chart .section-content {
  padding-top: 20px;
  margin-left: -36px;
  margin-right: -36px;
  width: calc(100% + 72px);
}
#single-document .page-section.type-chart .section-text {
  width: calc(100% - 72px);
  float: left;
  margin-left: 36px;
}
@media (max-width: 600px) {
  #single-document .page-section.type-chart .section-text {
    width: auto;
    float: none;
    margin-left: 0;
  }
}
#single-document .page-section.type-chart .chart-wrap {
  padding-bottom: 55%;
}
@media (max-width: 800px) {
  #single-document .page-section.type-chart .chart-wrap {
    padding-bottom: 120%;
  }
}
@media (max-width: 800px) {
  #single-document .page-section.type-chart .chart-wrap {
    height: 500px;
    padding: 0;
  }
}
#single-document .page-section.type-chart .section-footer {
  width: calc(100% - 72px);
  float: left;
  margin-left: 36px;
  padding-top: 30px;
}

#archive-author .sidebar-content p {
  font-size: 1.4rem;
  margin: 0 0 10px 0;
}
#archive-author .staff-photo {
  float: right;
  margin: 0 0 20px 20px;
}
@media (max-width: 600px) {
  #archive-author .staff-photo {
    margin: 0 0 24px 0;
  }
}

.boxzilla {
  width: 50%;
}
.boxzilla .mailchimp-container {
  display: flex;
  gap: 30px;
}
.boxzilla .mailchimp-container .mailchimp-column {
  flex-basis: 50%;
  flex-grow: 1;
  font-size: 1.6rem;
}
.boxzilla .mailchimp-required label::after {
  content: " *";
  color: red;
}

.has-filter {
  position: relative;
}
.has-filter::after {
  clear: both;
  content: "";
  display: block;
}
.has-filter #page-intro {
  width: calc(100% - 0px);
  float: left;
  margin-left: 0px;
  background-color: #f5f6f8;
}
@media (max-width: 600px) {
  .has-filter #page-intro {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
    margin-top: 36px;
  }
}
@media (max-width: 800px) {
  .has-filter #page-intro {
    width: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 36px;
    margin: auto;
    background: #f5f6f8;
  }
}
.has-filter #page-intro .section-text {
  width: calc(75% - 63px);
  float: left;
  margin-left: 36px;
}
@media (max-width: 600px) {
  .has-filter #page-intro .section-text {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
  }
}
.has-filter .section-sidebar h5 {
  margin-top: 0;
}
.has-filter .section-sidebar p {
  margin: 0 0 10px 0;
}
.has-filter .sidebar-block {
  position: relative;
}
.has-filter .sidebar-block.hidden {
  position: absolute !important;
  left: -9999px;
}
.has-filter #filter-view span {
  display: inline-block;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  cursor: pointer;
  transition: 250ms;
  padding: 12px;
  font-size: 12px;
  line-height: 1;
  font-size: 1.4rem;
}
.has-filter #filter-view span:hover {
  text-decoration: none;
}
.has-filter #filter-view span.selected {
  background: #f5f6f8;
}
.has-filter.filter-sidebar .section-sidebar {
  width: calc(25% - 0px);
  float: left;
  margin-left: 0px;
  min-height: 100vh;
}
@media (max-width: 800px) {
  .has-filter.filter-sidebar .section-sidebar {
    width: calc(33.3333333333% - 0px);
    float: left;
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  .has-filter.filter-sidebar .section-sidebar {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
    min-height: 0;
  }
}
.has-filter.filter-sidebar .sidebar-content-wrap {
  margin: 20px;
}
@media (max-width: 800px) {
  .has-filter.filter-sidebar .sidebar-content-wrap {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .has-filter.filter-sidebar .sidebar-content-wrap {
    margin-top: 36px;
  }
}
.has-filter.filter-sidebar .sidebar-content {
  padding: 30px 30px 1px 30px;
  background: #f5f6f8;
}
.has-filter.filter-sidebar .sidebar-block {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e5e2;
}
.has-filter.filter-sidebar .sidebar-block:last-of-type {
  border-bottom: none;
}
.has-filter.filter-sidebar .sidebar-block.ajax-subnav {
  margin: 0 -30px;
  padding: 0;
  list-style: none;
}
.has-filter.filter-sidebar .sidebar-block.ajax-subnav .current_page_item {
  background: rgba(0, 0, 0, 0.08);
}
.has-filter.filter-sidebar .sidebar-block.ajax-subnav .current_page_item a {
  color: #da6629;
}
.has-filter.filter-sidebar .sidebar-block.ajax-subnav li {
  margin: 0;
  transition: 0.25s;
}
.has-filter.filter-sidebar .sidebar-block.ajax-subnav li:hover {
  background: rgba(0, 0, 0, 0.04);
}
.has-filter.filter-sidebar .sidebar-block.ajax-subnav a {
  display: block;
  padding: 10px 30px;
  color: #262936;
}
.has-filter.filter-sidebar #filter-view {
  padding-bottom: 20px;
}
.has-filter.filter-sidebar #filter-view span {
  margin: 0 10px 0 0;
}
.has-filter.filter-sidebar #filter-view span.selected {
  background: #e7e5e2;
}
.has-filter.filter-sidebar .page-section {
  width: calc(75% - 0px);
  float: left;
  margin-left: 0px;
  padding: 0;
  clear: none;
}
@media (max-width: 1200px) {
  .has-filter.filter-sidebar .page-section {
    width: calc(66.6666666667% - 0px);
    float: left;
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  .has-filter.filter-sidebar .page-section {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
  }
}
.has-filter.filter-sidebar .page-section .section-content {
  padding: 40px 0;
}
.has-filter.filter-sidebar .page-section .section-content::after {
  clear: both;
  content: "";
  display: block;
}
.has-filter.filter-sidebar .page-section .section-content .flexible-content__content {
  padding: 0;
}
.has-filter.filter-sidebar .page-section .section-content .flexible-content__content .section-content {
  padding: 0;
}
@media (max-width: 600px) {
  .has-filter.filter-sidebar .page-section .section-content {
    margin-left: -36px;
    margin-right: -36px;
    width: calc(100% + 72px);
  }
}
.has-filter.filter-sidebar .page-section .section-head {
  width: calc(77.7777777778% - 64px);
  float: left;
  margin-left: 36px;
  margin-left: calc(11.1111111111% - 40px + 72px);
}
@media (max-width: 1200px) {
  .has-filter.filter-sidebar .page-section .section-head {
    width: calc(75% - 63px);
    float: left;
    margin-left: 36px;
    margin-left: calc(12.5% - 40.5px + 72px);
  }
}
@media (max-width: 600px) {
  .has-filter.filter-sidebar .page-section .section-head {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
  }
}
.has-filter.filter-sidebar .page-section .section-text {
  width: calc(77.7777777778% - 64px);
  float: left;
  margin-left: 36px;
  margin-left: calc(11.1111111111% - 40px + 72px);
}
@media (max-width: 1200px) {
  .has-filter.filter-sidebar .page-section .section-text {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
  }
}
@media (max-width: 600px) {
  .has-filter.filter-sidebar .page-section .section-text {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
  }
}
.has-filter.filter-sidebar .page-nav {
  width: calc(77.7777777778% - 64px);
  float: left;
  margin-left: 36px;
  margin-left: calc(11.1111111111% - 40px + 72px);
}
.has-filter.filter-sidebar .page-nav::after {
  clear: both;
  content: "";
  display: block;
}
.has-filter.filter-sidebar .page-nav .page-nav-prev {
  float: left;
}
.has-filter.filter-sidebar .page-nav .page-nav-next {
  float: right;
}
.has-filter.filter-top {
  /*
      #filter-list {
        @include grid-column(9);
      }
  */
  /*

  */
}
.has-filter.filter-top .section-sidebar {
  position: relative;
  z-index: 3;
}
.has-filter.filter-top .section-sidebar a {
  display: inline-block;
  padding: 10px;
}
.has-filter.filter-top .sidebar-content-wrap {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.has-filter.filter-top .sidebar-content {
  max-width: 1200px;
  margin: 0 auto;
}
.has-filter.filter-top .sidebar-content::after {
  clear: both;
  content: "";
  display: block;
}
.has-filter.filter-top .sidebar-block {
  position: relative;
  float: left;
  margin-left: 36px;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 24px;
}
.has-filter.filter-top .sidebar-block label {
  display: inline-block;
  padding: 10px;
}
.has-filter.filter-top .sidebar-block .selectric-wrapper {
  display: inline-block;
  min-width: 120px;
}
.has-filter.filter-top .sidebar-block .field {
  display: inline-block;
  float: none;
  font-size: 1.2rem;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  letter-spacing: 0.05rem;
}
.has-filter.filter-top .sidebar-block .field ul {
  font-size: 1.2rem;
}
.has-filter.filter-top .sidebar-block .field.selected {
  background: #f5f6f8;
}
.has-filter.filter-top .sidebar-block:last-of-type {
  float: right;
}
.has-filter.filter-top .sidebar-block .clear-filter {
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-60%);
  font-size: 1.2rem;
  line-height: 1;
  text-indent: -9999px;
  z-index: 10;
}
.has-filter.filter-top .sidebar-block .clear-filter:after {
  content: "✕";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 0;
}
.has-filter.filter-top .section-content {
  padding: 0;
}
.has-filter.filter-top .filter-btns {
  display: inline;
}
.has-filter.filter-top #filter-view {
  float: right;
  padding-top: 1em;
  margin-right: 36px;
  text-align: right;
}

#search-overlay {
  position: fixed;
  top: 105px;
  width: 100%;
  height: 300px;
  left: -100%;
  background: #fff;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: #fff;
  font-size: 1.6rem;
  opacity: 0;
  z-index: 130;
}
@media (max-width: 1200px) {
  #search-overlay {
    height: 100%;
    top: 0;
  }
}
#search-overlay a {
  color: #454A52;
}
#search-overlay input,
#search-overlay button {
  background: #739CD2;
  border: 1px solid #002F65;
  float: left;
  height: 86px;
  margin: 0;
  padding: 20px;
  font-size: 15px !important;
  line-height: 60px;
  text-align: center;
  color: #002F65;
}
@media (max-width: 1200px) {
  #search-overlay input,
#search-overlay button {
    height: 60px;
  }
}
#search-overlay input {
  border: 1px solid #739CD2;
  width: 85%;
  color: #002F65 !important;
  font-weight: bold !important;
  opacity: 1 !important;
}
#search-overlay input::placeholder {
  color: #002F65 !important;
  font-weight: bold !important;
  opacity: 1 !important;
}
#search-overlay input::-webkit-input-placeholder {
  color: #002F65 !important;
  font-weight: bold !important;
  opacity: 1 !important;
}
#search-overlay input:-moz-placeholder {
  color: #002F65 !important;
  font-weight: bold !important;
  opacity: 1 !important;
}
#search-overlay input::-moz-placeholder {
  color: #002F65 !important;
  font-weight: bold !important;
  opacity: 1 !important;
}
#search-overlay input:-ms-input-placeholder {
  color: #002F65 !important;
  font-weight: bold !important;
  opacity: 1 !important;
}
#search-overlay input::-ms-input-placeholder {
  color: #002F65 !important;
  font-weight: bold !important;
  opacity: 1 !important;
}
#search-overlay button {
  display: block;
  width: 15%;
  background: rgba(255, 255, 255, 0.9);
  color: #6f93c0;
  transition: 0.25s;
}
#search-overlay button i {
  color: #002F65;
  font-size: 4rem;
  line-height: 60px;
  transform: translate(0, -8px);
  transition: 500ms;
}
@media (max-width: 1200px) {
  #search-overlay button i {
    font-size: 2rem;
    transform: translate(1px, -20px);
  }
}
#search-overlay button:hover {
  background: #fff;
  color: #739cd2;
}

#search-overlay-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50px);
  width: 90%;
  max-width: 600px;
}
@media (max-width: 1200px) {
  #search-overlay-form {
    transform: translateX(-50%) translateY(-150px);
  }
}

body.search-overlay-open {
  overflow: hidden;
}
body.search-overlay-open #search-overlay {
  left: 0;
  opacity: 1;
  border-top: 1px solid #5B616B;
}

footer {
  background-color: #fff;
  border-top: 1px solid #000;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 800px) {
  footer {
    padding: 40px 0;
  }
}

.footer__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.footer__top {
  display: flex;
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .footer__top {
    display: block;
    margin-bottom: 30px;
  }
}

.footer__top--logo {
  flex-basis: 240px;
}
.footer__top--logo img {
  max-width: 180px;
}

.footer__top--nav a,
.footer__top--social a {
  color: #454A52;
  padding-bottom: 25px;
}
@media (max-width: 800px) {
  .footer__top--nav a,
.footer__top--social a {
    line-height: 26px;
    padding-bottom: 0;
  }
}
.footer__top--nav a:hover, .footer__top--nav a:focus, .footer__top--nav a:active, .footer__top--nav a.nice-select.open,
.footer__top--social a:hover,
.footer__top--social a:focus,
.footer__top--social a:active,
.footer__top--social a.nice-select.open {
  color: #002F65;
}

.footer__top--social {
  margin-left: 10px;
}
@media (max-width: 800px) {
  .footer__top--social {
    margin-left: 0;
  }
}
.footer__top--social h5 {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
.footer__top--social i {
  font-size: 20px;
}
.footer__top--social ul {
  display: flex;
}

.footer__bottom {
  display: flex;
}
@media (max-width: 800px) {
  .footer__bottom {
    display: block;
  }
}
.footer__bottom .btn {
  background-color: #F9A533;
  border: 2px solid #002F65;
  color: #002F65;
}

.footer-newsletter {
  margin-right: 30px;
}
@media (max-width: 800px) {
  .footer-newsletter {
    margin-bottom: 30px;
  }
}

.footer-nav {
  display: flex;
}
@media (max-width: 800px) {
  .footer-nav {
    display: block;
    margin-top: 30px;
  }
}
.footer-nav .menu {
  font-size: 1.5rem;
  line-height: 1.2;
}
.footer-nav .menu li {
  margin: 0 10px;
  text-align: left;
  display: block;
}
@media (max-width: 800px) {
  .footer-nav .menu li {
    margin: 0;
    text-align: center;
  }
}

.footer-nav--left,
.footer-nav--middle,
.footer-nav--right {
  margin-right: 60px;
}
@media (max-width: 800px) {
  .footer-nav--left,
.footer-nav--middle,
.footer-nav--right {
    margin-right: 0;
  }
}

@media (max-width: 800px) {
  footer {
    text-align: center;
  }
}

@media (max-width: 800px) {
  .footer__top--social {
    margin: auto;
    width: 113px;
  }
}

@media (max-width: 800px) {
  .footer-newsletter {
    margin-right: 0;
  }
}

@media (max-width: 800px) {
  #footer-logo img {
    margin: auto;
  }
}

.page-section.accordion .section-head {
  width: calc(75% - 63px);
  float: left;
  margin-left: 36px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 800px) {
  .page-section.accordion .section-head {
    width: calc(83.3333333333% - 66px);
    float: left;
    margin-left: 36px;
    margin-left: calc(8.3333333333% - 39px + 72px);
  }
}
@media (max-width: 600px) {
  .page-section.accordion .section-head {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
  }
}
.page-section.accordion .section-head h3 {
  margin: 0;
  padding: 12px 0;
}
.page-section.accordion .section-head i {
  font-size: 1.8rem;
}
.page-section.accordion .section-text {
  width: calc(75% - 63px);
  float: left;
  margin-left: 36px;
  padding: 30px 0;
}
@media (max-width: 800px) {
  .page-section.accordion .section-text {
    width: calc(83.3333333333% - 66px);
    float: left;
    margin-left: 36px;
    margin-left: calc(8.3333333333% - 39px + 72px);
  }
}
@media (max-width: 600px) {
  .page-section.accordion .section-text {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
  }
}
.page-section.accordion .accordion-content {
  clear: both;
}
.page-section.accordion .accordion-content::after {
  clear: both;
  content: "";
  display: block;
}

#nav-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  opacity: 0;
  transition: opacity 500ms, left 0.05s 1000ms;
  z-index: 110;
}

body.nav-overlay-open {
  overflow: hidden;
}
body.nav-overlay-open #nav-overlay {
  left: 0;
  opacity: 1;
  transition: opacity 500ms;
}

#nav-overlay-trigger {
  display: block;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 100;
}

.overlay-close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 3rem;
  line-height: 40px;
  transition: 500ms;
}

#nav-overlay {
  background: rgba(111, 147, 192, 0.95);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 800px) {
  #nav-overlay {
    overflow: auto;
  }
}
@media (max-width: 600px) {
  #nav-overlay {
    padding: 120px 0 36px 0;
  }
}
#nav-overlay a {
  color: #fff;
}
@media (max-width: 800px) {
  #nav-overlay #nav-overlay-close {
    left: 36px;
  }
}
@media (max-width: 600px) {
  #nav-overlay #nav-overlay-close {
    position: static;
    display: inline-block;
    margin-left: 36px;
    vertical-align: middle;
  }
}
#nav-overlay #nav-overlay-home {
  display: block;
  position: absolute;
  top: 40px;
  left: 70px;
  padding: 0 8px;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  line-height: 40px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
@media (max-width: 800px) {
  #nav-overlay #nav-overlay-home {
    left: 86px;
  }
}
@media (max-width: 600px) {
  #nav-overlay #nav-overlay-home {
    position: static;
    display: inline-block;
    vertical-align: middle;
  }
}
#nav-overlay #nav-overlay-home:hover {
  background: #fff;
  color: #6f93c0;
}
#nav-overlay #nav-overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 1200px;
}
#nav-overlay #nav-overlay-content::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 800px) {
  #nav-overlay #nav-overlay-content {
    position: static;
    margin-top: 100px;
    transform: none;
  }
}
@media (max-width: 600px) {
  #nav-overlay #nav-overlay-content {
    margin-top: 20px;
  }
}
#nav-overlay .nav-overlay-row {
  max-width: 1200px;
  margin: 20px auto;
}
#nav-overlay .nav-overlay-row::after {
  clear: both;
  content: "";
  display: block;
}
#nav-overlay .nav-overlay-column {
  width: calc(33.3333333333% - 48px);
  float: left;
  margin-left: 36px;
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 800px) {
  #nav-overlay .nav-overlay-column {
    width: calc(50% - 54px);
    float: left;
    margin-left: 36px;
  }
}
@media (max-width: 600px) {
  #nav-overlay .nav-overlay-column {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
  }
}
@media (min-width: 1200px) {
  #nav-overlay .nav-overlay-column:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 800px) {
  #nav-overlay .nav-overlay-column:nth-child(2n+1) {
    clear: both;
  }
}
#nav-overlay h4 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  font-size: 2.4rem;
}
#nav-overlay #nav-overlay-search {
  position: absolute;
  top: 40px;
  right: 0;
  width: 25%;
}
@media (max-width: 1000px) {
  #nav-overlay #nav-overlay-search {
    width: auto;
    min-width: 50%;
  }
}
@media (max-width: 600px) {
  #nav-overlay #nav-overlay-search {
    position: static;
    float: right;
    margin-right: 10px;
    width: 60%;
  }
}
@media (max-width: 420px) {
  #nav-overlay #nav-overlay-search {
    float: none;
    width: 80%;
    margin: 20px auto 0 auto;
  }
}
#nav-overlay #nav-overlay-search input {
  float: right;
  width: calc(100% - 30px);
  color: #fff;
}
#nav-overlay #nav-overlay-search input::-webkit-input-placeholder {
  color: #002F65 !important;
  font-weight: bold !important;
  opacity: 1 !important;
}
#nav-overlay #nav-overlay-search input:-moz-placeholder {
  color: #002F65 !important;
  font-weight: bold !important;
  opacity: 1 !important;
}
#nav-overlay #nav-overlay-search input::-moz-placeholder {
  color: #002F65 !important;
  font-weight: bold !important;
  opacity: 1 !important;
}
#nav-overlay #nav-overlay-search input:-ms-input-placeholder {
  color: #002F65 !important;
  font-weight: bold !important;
  opacity: 1 !important;
}
#nav-overlay #nav-overlay-search button {
  float: right;
  width: 30px;
  padding: 2px 0 0 0;
  font-size: 2.2rem;
  line-height: 1;
  background: transparent;
}

.nav-overlay-open #header-nav-secondary {
  position: fixed;
}
@media (max-width: 800px) {
  .nav-overlay-open #header-nav-secondary {
    top: 0;
  }
}
@media (max-width: 600px) {
  .nav-overlay-open #header-nav-secondary {
    background: rgba(111, 147, 192, 0.95);
  }
}
.nav-overlay-open #header-nav-secondary a {
  color: #fff;
}
.nav-overlay-open #header-nav-secondary .orange a {
  background: #eea040;
  color: #fff;
}
.nav-overlay-open #header-nav-secondary .orange a:hover {
  background: #da6629;
}

@media (max-width: 1200px) {
  #nav-overlay-trigger {
    left: 10px;
    top: 10px;
  }
}

.overlay-close {
  display: block;
  color: red;
  position: absolute;
  top: 40px;
  right: auto;
  left: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 2.6rem;
  line-height: 40px;
}
.overlay-close i {
  display: block;
  margin: 0;
  line-height: 40px;
}
.overlay-close:hover {
  background: #fff !important;
  color: #6f93c0 !important;
}

.share-widget-wrap {
  position: relative;
}
.share-widget-wrap ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 200%;
  margin: 0;
  padding: 0;
}
.share-widget-wrap ul a {
  display: block;
  float: none;
}

.share-permalink-input {
  display: none;
}
.share-permalink-input input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 4px;
  outline: none;
}

.share-trigger {
  cursor: pointer;
}

.share-widget {
  background: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  z-index: 10;
}
.share-widget li {
  padding: 8px 12px;
}
.share-widget a {
  color: #da6629;
}
.share-widget i {
  width: 16px;
  text-align: center;
}
.share-widget input {
  text-transform: none;
  letter-spacing: normal;
}
.share-widget .share-permalink-wrap {
  transition: 250ms;
}
.share-widget .share-permalink-wrap.open {
  background: rgba(99, 100, 107, 0.1);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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;
}

.slick-list {
  height: 100%;
  z-index: 1;
}

.slick-track {
  height: 100%;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.nice-select .list {
  max-height: 300px;
  overflow: auto;
  font-size: 1.2rem;
}

.selectric-wrapper .selectric-items ul {
  padding: 0;
}

#post-grid-wrap {
  position: relative;
}

#post-grid .clear-filters {
  display: inline-block;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  cursor: pointer;
  transition: 250ms;
  padding: 12px;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}
#post-grid .clear-filters:hover {
  text-decoration: none;
}
#post-grid .section-head .clear-filters {
  float: right;
}

.grid-content {
  padding-top: 0;
}

@media (max-width: 600px) {
  #post-grid-filter {
    position: fixed;
    left: -9999px;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 40px;
    opacity: 0;
    overflow: auto;
    background: rgba(255, 255, 255, 0.95);
    transition: left 0s linear 0.25s, opacity 0.25s linear 0s;
    z-index: 200;
  }
}
@media (max-width: 600px) {
  #post-grid-filter .sidebar-content-wrap {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  #post-grid-filter .sidebar-content {
    background: transparent;
  }
}

#post-grid-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
  display: none;
}

.grid-sizer {
  width: calc(33.3333333333% - 48px);
  float: left;
  margin-left: 36px;
  height: 0;
}
@media (max-width: 800px) {
  .grid-sizer {
    width: calc(50% - 54px);
    float: left;
    margin-left: 36px;
  }
}
@media (max-width: 600px) {
  .grid-sizer {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
  }
}

#grid-posts {
  position: relative;
  transition: height 500ms;
}
#grid-posts h6 {
  margin: 0 0 8px 0;
}
#grid-posts .post {
  float: none;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  #grid-posts .post {
    width: calc(50% - 54px);
    float: left;
    margin-left: 36px;
  }
}
@media (max-width: 600px) {
  #grid-posts .post {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
  }
}
#grid-posts .post.large {
  width: calc(66.6666666667% - 60px);
  float: left;
  margin-left: 36px;
  float: none;
  padding-bottom: calc(29% + 39px);
}
@media (max-width: 800px) {
  #grid-posts .post.large {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
  }
}
#grid-posts .post.large h5 {
  font-size: 3rem;
}
#grid-posts .post.large .post-tags {
  display: block;
}
#grid-posts.view-list .post {
  width: calc(100% - 72px);
  float: left;
  margin-left: 36px;
  height: auto;
  padding: 36px 0;
  background: #fff;
  color: #262936;
}
#grid-posts.view-list .post::after {
  clear: both;
  content: "";
  display: block;
}
#grid-posts.view-list .post:nth-child(even) {
  background: #f5f6f8;
}
#grid-posts.view-list .post:nth-child(odd) .post-btns .btn {
  background-color: #f5f6f8;
}
#grid-posts.view-list .post .post-thumbnail {
  position: static;
  width: calc(25% - 45px);
  float: left;
  margin-left: 36px;
  padding: 0 0 20% 0;
  opacity: 1;
}
@media (max-width: 800px) {
  #grid-posts.view-list .post .post-thumbnail {
    width: calc(66.6666666667% - 60px);
    float: left;
    margin-left: 36px;
    margin-left: calc(16.6666666667% - 42px + 72px);
    margin-bottom: 30px;
    padding-bottom: 40%;
  }
}
@media (max-width: 600px) {
  #grid-posts.view-list .post .post-thumbnail {
    width: calc(83.3333333333% - 66px);
    float: left;
    margin-left: 36px;
    margin-left: calc(8.3333333333% - 39px + 72px);
  }
}
#grid-posts.view-list .post .post-thumbnail .thumbnail {
  background-color: rgba(99, 100, 107, 0.1);
  max-width: 200px;
}
#grid-posts.view-list .post .post-content {
  position: static;
  width: calc(75% - 63px);
  float: left;
  margin-left: 36px;
  padding: 0 4%;
  color: #262936;
}
@media (max-width: 800px) {
  #grid-posts.view-list .post .post-content {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
    padding: 0;
  }
}
#grid-posts.view-list .post .post-content h5 {
  font-size: 3rem;
}
@media (max-width: 600px) {
  #grid-posts.view-list .post .post-content h5 {
    font-size: 2rem;
  }
}
#grid-posts.view-list .post .post-content h5 a {
  color: #6f93c0;
}
#grid-posts.view-list .post .post-meta .post-tags {
  display: block;
}
#grid-posts.view-list .post.our-work h4 {
  padding: 0 4%;
}
#grid-posts.view-list .post.our-work dl {
  padding: 0 4%;
}
#grid-posts.view-list .post.type-document .post-thumbnail {
  position: relative;
}

.section-posts:not(.view-list) .post-preview:not(.large) .post-meta {
  display: none;
}
@media (max-width: 600px) {
  .section-posts:not(.view-list) .post-preview:not(.large) .post-meta {
    display: none;
  }
}
.section-posts:not(.view-list) .post-preview:not(.large) h5 {
  font-size: 18px !important;
}
@media (max-width: 1000px) {
  .section-posts:not(.view-list) .post-preview:not(.large) h5 {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .section-posts:not(.view-list) .post-preview:not(.large) h5 {
    font-size: 18px !important;
  }
}
.section-posts:not(.view-list) .post-preview:not(.large) h6 {
  display: none;
}
@media (max-width: 1000px) {
  .section-posts:not(.view-list) .post-preview.large .post-meta {
    display: none;
  }
  .section-posts:not(.view-list) .post-preview.large h5 {
    font-size: 22px !important;
  }
}
@media (max-width: 600px) {
  .section-posts:not(.view-list) .post-preview.large h5 {
    font-size: 18px !important;
  }
  .section-posts:not(.view-list) .post-preview.large h6 {
    display: none;
  }
}

.section-sidebar {
  clear: both;
}
.section-sidebar .sidebar-block label {
  display: block;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
.section-sidebar .sidebar-block .clear-filter {
  display: block;
  display: none;
  float: right;
  color: #6f93c0;
  cursor: pointer;
}

#filter-trigger {
  display: none;
  position: relative;
  padding: 15px 40px;
  background: #f5f6f8;
  font-size: 1.4rem;
  text-align: left;
  z-index: 201;
}
@media (max-width: 600px) {
  #filter-trigger {
    display: block;
  }
}

.filter-open {
  overflow: hidden;
}
.filter-open #header-nav-icons {
  display: none;
}
.filter-open #filter-trigger {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 8px 15px;
}
@media (max-width: 600px) {
  .filter-open #post-grid-filter {
    left: 0;
    opacity: 1;
    transition: left 0s linear 0s, opacity 0.25s linear 0s;
  }
}

#next-page-ajax {
  width: calc(100% - 72px);
  float: left;
  margin-left: 36px;
  text-align: center;
}

.bigfoot-footnote__button {
  position: relative;
  z-index: 5;
  top: -0.1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  padding: 0.35em;
  margin: 0 0.1em 0 0.2em;
  border: none;
  border-radius: 0.3em;
  cursor: pointer;
  background-color: rgba(110, 110, 110, 0.2);
  backface-visibility: hidden;
  font-size: 1rem;
  line-height: 0;
  vertical-align: middle;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  transition-property: background-color;
  transition-duration: 0.25s;
}
.bigfoot-footnote__button:hover, .bigfoot-footnote__button:focus {
  outline: none;
  background-color: rgba(110, 110, 110, 0.5);
}
.bigfoot-footnote__button:active, .bigfoot-footnote__button.nice-select.open {
  background-color: rgba(110, 110, 110, 0.5);
}
.bigfoot-footnote__button.is-active {
  background-color: #6e6e6e;
  transition-delay: 0.1s;
}
.bigfoot-footnote__button:after {
  content: "";
  display: table;
  clear: both;
}

.bigfoot-footnote__button__circle {
  display: inline-block;
  width: 0.25em;
  height: 0.25em;
  margin-right: 0.25em;
  float: left;
}
.bigfoot-footnote__button__circle:last-child {
  margin-right: 0;
}

.bigfoot-footnote__container {
  display: inline-block;
  position: relative;
  text-indent: 0;
}

@media print {
  .bigfoot-footnote,
.bigfoot-footnote__button {
    display: none !important;
  }
}
.bigfoot-footnote {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  max-width: 90%;
  margin: 1.9692388156em 0;
  background: #fafafa;
  opacity: 0;
  border-radius: 0.5em;
  border: 1px solid #c3c3c3;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  line-height: 0;
  transition-property: opacity, transform;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transform: scale(0.1) translateZ(0);
  transform-origin: 50% 0;
}
.bigfoot-footnote.is-positioned-top {
  top: auto;
  bottom: 0;
}
.bigfoot-footnote.is-active {
  transform: scale(1) translateZ(0);
  opacity: 0.97;
}
.bigfoot-footnote.is-bottom-fixed {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  transform: translateY(100%);
  width: 100%;
  margin: 0;
  border-radius: 0;
  opacity: 1;
  border-width: 1px 0 0;
  transition: transform 0.3s ease;
}
.bigfoot-footnote.is-bottom-fixed.is-active {
  transform: translateY(0);
}
.bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__wrapper {
  margin: 0 0 0 50%;
  transform: translateX(-50%);
  max-width: 100%;
}
.bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__wrapper,
.bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__content {
  border-radius: 0;
}
.bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__tooltip {
  display: none;
}
.bigfoot-footnote.is-scrollable:after {
  content: "";
  position: absolute;
  bottom: 0.3375em;
  left: 0.3375em;
  z-index: 14;
  display: block;
  height: 0.78125em;
  width: 0.625em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTIgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pbllNaW4iPgogICAgPGcgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFycm93IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjAwMDAwMCwgMS4wMDAwMDApIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPgogICAgICAgICAgICA8cGF0aCBkPSJNNSwwIEw1LDExLjUiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjUsNy41IEw1LjAyNzY5Mjc5LDEyLjAyNzY5MjgiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik00LjUsNy41IEw5LjAyNzY5Mjc5LDEyLjAyNzY5MjgiIGlkPSJMaW5lLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuMDAwMDAwLCAxMC4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTcuMDAwMDAwLCAtMTAuMDAwMDAwKSAiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=");
  background-size: cover;
  opacity: 0.1;
  transition-properties: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
.bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:before, .bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 12;
  left: 0;
}
.bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:before {
  top: -1px;
  height: 1.1em;
  border-radius: 0.5em 0.5em 0 0;
  background-image: linear-gradient(to bottom, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
}
.bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:after {
  bottom: -1px;
  height: 1.2em;
  border-radius: 0 0 0.5em 0.5em;
  background-image: linear-gradient(to top, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
}
.bigfoot-footnote.is-scrollable ::-webkit-scrollbar {
  display: none;
}
.bigfoot-footnote.is-fully-scrolled:after, .bigfoot-footnote.is-fully-scrolled:before {
  opacity: 0;
  transition-delay: 0;
}

.bigfoot-footnote__wrapper {
  position: relative;
  z-index: 14;
  width: 22em;
  display: inline-block;
  box-sizing: inherit;
  overflow: hidden;
  margin: 0;
  background-color: #fafafa;
  border-radius: 0.5em;
  line-height: 0;
}

.bigfoot-footnote__content {
  position: relative;
  z-index: 8;
  display: inline-block;
  max-height: 15em;
  padding: 1.1em 1.3em 1.2em;
  box-sizing: inherit;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fafafa;
  border-radius: 0.5em;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: normal;
}
.bigfoot-footnote__content img {
  max-width: 100%;
}
.bigfoot-footnote__content *:last-child {
  margin-bottom: 0 !important;
}
.bigfoot-footnote__content *:first-child {
  margin-top: 0 !important;
}

.bigfoot-footnote__tooltip {
  position: absolute;
  z-index: 12;
  box-sizing: border-box;
  margin-left: -0.65em;
  width: 1.3em;
  height: 1.3em;
  transform: rotate(45deg);
  background: #fafafa;
  border: 1px solid #c3c3c3;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 0;
}
.is-positioned-bottom .bigfoot-footnote__tooltip {
  top: -0.65em;
}
.is-positioned-top .bigfoot-footnote__tooltip {
  bottom: -0.65em;
}

.bigfoot-footnote__button {
  top: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #57585e;
  line-height: 1;
  vertical-align: super;
}

sup.footnote-print-only {
  display: none;
}

.flexible-content__media-text {
  padding: 60px 0;
}
@media (max-width: 800px) {
  .flexible-content__media-text {
    padding: 20px 0 30px 0;
  }
}
.flexible-content__media-text.background__white {
  background-color: #fff;
}
@media (max-width: 800px) {
  .flexible-content__media-text.background__white {
    display: block;
  }
}
.flexible-content__media-text .btn {
  background-color: #E9EEF8;
  border: 2px solid #002F65;
  color: #002F65;
  font-size: 1.6em;
}
.flexible-content__media-text .btn:hover, .flexible-content__media-text .btn:focus, .flexible-content__media-text .btn:active, .flexible-content__media-text .btn.nice-select.open {
  background-color: #739CD2;
}

.media-text__image {
  background-size: cover;
  background-position: center;
  height: 29vw;
  max-height: 350px;
  max-width: 550px;
  width: 100%;
}
@media (max-width: 800px) {
  .media-text__image {
    height: 55vw;
    max-height: 450px;
    max-width: 800px;
  }
}

.media-text__inner {
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 800px) {
  .media-text__inner {
    display: block;
  }
}
.media-text__inner.align-image__right {
  flex-direction: row-reverse;
}
.media-text__inner.align-image__right .media-text__image-container {
  margin-left: 30px;
  margin-right: 0;
}
@media (max-width: 800px) {
  .media-text__inner.align-image__right .media-text__image-container {
    margin-left: 0;
    padding: 0;
  }
}
.media-text__inner .media-text__image-container {
  flex-basis: 50%;
  flex-grow: 1;
  max-height: 350px;
  max-width: 550px;
  margin-right: 30px;
}
@media (max-width: 800px) {
  .media-text__inner .media-text__image-container {
    flex-basis: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    max-height: 450px;
    max-width: 800px;
    padding: 0;
  }
}
.media-text__inner .media-text__content {
  flex-basis: 50%;
  flex-grow: 1;
}
@media (max-width: 800px) {
  .media-text__inner .media-text__content {
    flex-basis: 100%;
    padding: 0;
  }
}
.media-text__inner .media-text__content li {
  margin-bottom: 10px;
}
.media-text__inner .media-text__content li:last-child {
  margin-bottom: 0;
}
.media-text__inner .media-text__content ol,
.media-text__inner .media-text__content ul {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 20px 0;
  padding: 0 0 0 1.2em;
}
.media-text__inner .media-text__content p {
  font-size: 2rem;
  line-height: 2.5rem;
}
.media-text__inner .media-text__content ul {
  list-style-type: disc;
}

.flexible-content__heading {
  padding: 40px 0 20px;
}
@media (max-width: 800px) {
  .flexible-content__heading {
    padding: 3rem 0 0;
  }
}
.flexible-content__heading .heading__inner {
  margin: 0 20px;
}
.flexible-content__heading.background__white {
  background-color: #fff;
}
.flexible-content__heading h2 {
  font-size: 4em;
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .flexible-content__heading h2 {
    font-size: 25px;
  }
}

.flexible-content__call-to-action {
  background-color: #FEEDD6;
}

.call-to-action__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
}
@media (max-width: 800px) {
  .call-to-action__inner {
    display: block;
    padding-bottom: 25px;
  }
}
.call-to-action__inner h4 {
  font-size: 30px;
  text-transform: uppercase;
  color: #002F65;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.call-to-action__inner p {
  color: #002F65;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin-bottom: 0;
}
.call-to-action__inner .btn {
  background-color: #F9A533 !important;
  border: 2px solid #002F65;
  color: #002F65;
  font-size: 1.6em;
}
.call-to-action__inner .btn:hover, .call-to-action__inner .btn:focus, .call-to-action__inner .btn:active, .call-to-action__inner .btn.nice-select.open {
  background-color: #002F65 !important;
  color: #fff !important;
}

.call-to-action__left {
  padding: 20px 0;
}

.background__grey {
  background-color: #F5F5F5;
}

.flexible-content__cards {
  padding: 40px 0;
}
@media (max-width: 800px) {
  .flexible-content__cards {
    padding: 20px 0 30px;
  }
}
.flexible-content__cards.background__white {
  background-color: #fff;
}
.flexible-content__cards.background__gray {
  background-color: #e7e5e2;
}
.flexible-content__cards .btn {
  background-color: #E9EEF8;
  border: 2px solid #002F65;
  color: #002F65;
  font-size: 1.6em;
}
.flexible-content__cards .btn:hover, .flexible-content__cards .btn:focus, .flexible-content__cards .btn:active, .flexible-content__cards .btn.nice-select.open {
  background-color: #739CD2;
}

.card-grid__button {
  text-align: center;
}

.card-grid__inner {
  margin: 0 20px;
}
.card-grid__inner h4 {
  margin-bottom: 0.8rem;
}
.card-grid__inner p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 60px;
  width: 60%;
}
@media (max-width: 800px) {
  .card-grid__inner p {
    width: 100%;
  }
}

.card-grid__wrapper {
  gap: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-bottom: 40px;
}

.card-grid__wrapper-3col {
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1000px) {
  .card-grid__wrapper-3col {
    gap: 2rem;
  }
}
@media (max-width: 600px) {
  .card-grid__wrapper-3col {
    grid-template-columns: repeat(1, 1fr);
  }
}

.card-grid__card {
  background-size: cover;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  height: 175px;
  position: relative;
}
.card-grid__card .card-contents {
  height: 100%;
  padding: 25px 65px 0 15px;
  width: 100%;
}
.card-grid__card.make-opaque .card-contents {
  background-color: rgba(65, 66, 68, 0.45);
}
.card-grid__card.make-opaque h5 {
  color: #fff;
}
.card-grid__card.make-opaque:hover h5, .card-grid__card.make-opaque:focus h5, .card-grid__card.make-opaque:active h5, .card-grid__card.make-opaque.nice-select.open h5 {
  color: #fff;
}
@media (max-width: 700px) {
  .card-grid__card {
    height: 46vw;
  }
}
.card-grid__card:hover h5, .card-grid__card:focus h5, .card-grid__card:active h5, .card-grid__card.nice-select.open h5 {
  color: #F9A533;
}
.card-grid__card:hover::after, .card-grid__card:focus::after, .card-grid__card:active::after, .card-grid__card.nice-select.open::after {
  content: url("/wp-content/themes/c2es/resources/img/card-link-hover.svg");
}
.card-grid__card h5 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #002F65;
  line-height: 24px;
}
.card-grid__card.fallback-color__blue {
  background-color: #002F65;
}
.card-grid__card.fallback-color__orange {
  background-color: #F9A533;
}
.card-grid__card.fallback-color__orange:hover h5 {
  color: #002F65;
}
.card-grid__card::after {
  content: url("/wp-content/themes/c2es/resources/img/card-link.svg");
  position: absolute;
  right: 12px;
  bottom: 5px;
}
.card-grid__card.card__document, .card-grid__card.card__PDF {
  background-color: #fff;
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 100px;
}
@media (max-width: 700px) {
  .card-grid__card.card__document, .card-grid__card.card__PDF {
    background-size: 30%;
  }
}
.card-grid__card.card__document h5, .card-grid__card.card__PDF h5 {
  max-width: 220px;
  width: 68%;
}

.card-grid__card-type {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #454A52;
  text-transform: uppercase;
}
.fallback-color__blue .card-grid__card-type {
  color: #fff;
}

.card-grid__card.fallback-color__blue:hover h5, .card-grid__card.fallback-color__blue:focus h5, .card-grid__card.fallback-color__blue:active h5, .card-grid__card.fallback-color__blue.nice-select.open h5 {
  color: #F9A533;
}
.card-grid__card.fallback-color__blue:hover::after, .card-grid__card.fallback-color__blue:focus::after, .card-grid__card.fallback-color__blue:active::after, .card-grid__card.fallback-color__blue.nice-select.open::after {
  content: url("/wp-content/themes/c2es/resources/img/card-link-hover.svg");
}
.card-grid__card.fallback-color__blue h5 {
  color: #fff;
}

a.card-grid__card.card__map {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

/* Content cards (tagged cards) */
.card-grid__tagged .content-card-grid__card {
  border: 1px solid rgba(116, 157, 210, 0.4);
  position: relative;
}
.card-grid__tagged .content-card__card-thumbnail {
  height: 180px;
  max-height: 180px;
  object-fit: cover;
}
.card-grid__tagged .card-contents {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-grid__tagged .content-card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
}
.card-grid__tagged .content-card__content h4 {
  color: #7396C1;
  font-size: 2.4rem;
}
.card-grid__tagged .content-card__excerpt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.card-grid__tagged .content-card__card-tags {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: auto;
  max-width: calc(100% - 60px);
  padding-bottom: 3rem;
}
.card-grid__tagged .content-card__card-tags h5 {
  color: #262936;
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.card-grid__tagged .content-card__card-tags button {
  background: #fff;
  border: 1px solid #000;
  color: #002F65;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 1rem;
  text-transform: uppercase;
  transition: all linear 0.2s;
}
.card-grid__tagged .content-card__card-tags button:hover, .card-grid__tagged .content-card__card-tags button:focus {
  background-color: #8FBFFD;
}
.card-grid__tagged .content-card__readmore {
  bottom: 1rem;
  position: absolute;
  right: 1rem;
}
.card-grid__tagged .content-card__link {
  display: block;
}
.card-grid__tagged .content-card__link rect {
  transition: all linear 0.2s;
}
.card-grid__tagged .content-card__link:hover rect, .card-grid__tagged .content-card__link:focus-within rect {
  fill: #7396C1;
}
.card-grid__tagged .content-card__link span:not(:focus):not(:active):not(.nice-select.open) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.card-grid__actions {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
  width: 100%;
}

.card-grid__selection {
  justify-self: flex-start;
  font-size: 1.4rem;
  font-weight: 400;
  width: 100%;
}
.card-grid__selection span {
  font-weight: 300;
}

.card-grid__reset {
  display: inline-block;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  cursor: pointer;
  transition: 250ms;
  padding: 15px 30px;
  font-size: 16px;
  padding: 8px 16px;
}
.card-grid__reset:hover {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .card-grid__reset {
    padding: 12px 20px;
  }
}

.front-page__featured-content {
  background-color: #F5F5F5;
  padding: 45px 0 80px;
}
.front-page__featured-content .section-content {
  max-width: calc( 1200px - 4rem );
}
@media (max-width: 1200px) {
  .front-page__featured-content .section-content {
    max-width: calc( 90% - 4rem );
  }
}
@media (max-width: 800px) {
  .front-page__featured-content .section-content {
    max-width: calc( 90% - 2rem);
  }
}
.front-page__featured-content h2 {
  font-size: 35px;
  margin-left: -2rem;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .front-page__featured-content h2 {
    font-size: 25px;
    margin-left: -2rem;
  }
}

.featured-content__innner {
  margin: 0 20px;
  position: relative;
}

.featured-content__item {
  background-size: cover;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  height: 175px;
  position: relative;
}
.featured-content__item .card-contents {
  height: 100%;
  padding: 25px 65px 0 15px;
  width: 100%;
}
.featured-content__item.make-opaque .card-contents {
  background-color: rgba(65, 66, 68, 0.45);
}
.featured-content__item.make-opaque h4 {
  color: #fff;
}
.featured-content__item.make-opaque:hover h4, .featured-content__item.make-opaque:focus h4, .featured-content__item.make-opaque:active h4, .featured-content__item.make-opaque.nice-select.open h4 {
  color: #fff;
}
.featured-content__item.card__document, .featured-content__item.card__PDF {
  background-color: #fff;
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 100px;
}
.featured-content__item.card__document h4, .featured-content__item.card__PDF h4 {
  max-width: 220px;
  width: 68%;
}
.featured-content__item:hover h4, .featured-content__item:focus h4, .featured-content__item:active h4, .featured-content__item.nice-select.open h4 {
  color: #F9A533;
}
.featured-content__item:hover::after, .featured-content__item:focus::after, .featured-content__item:active::after, .featured-content__item.nice-select.open::after {
  content: url("/wp-content/themes/c2es/resources/img/card-link-hover.svg");
}
.featured-content__item h4 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #002F65;
  line-height: 24px;
}
.featured-content__item.fallback-color__blue {
  background-color: #002F65;
}
.featured-content__item.fallback-color__orange {
  background-color: #F9A533;
}
.featured-content__item.fallback-color__orange:hover h4 {
  color: #002F65;
}
.featured-content__item::after {
  content: url("/wp-content/themes/c2es/resources/img/card-link.svg");
  position: absolute;
  right: 12px;
  bottom: 5px;
}
.featured-content__item.card__document h4, .featured-content__item.card__PDF h4 {
  width: 220px;
}
.featured-content__item.card__document h6, .featured-content__item.card__PDF h6 {
  color: #454A52;
  font-weight: 600;
}

.card__card-type {
  font-size: 12px;
  color: #454A52;
}
.fallback-color__blue .card__card-type {
  color: #fff;
}

.featured-content__item.fallback-color__blue:hover h4, .featured-content__item.fallback-color__blue:focus h4, .featured-content__item.fallback-color__blue:active h4, .featured-content__item.fallback-color__blue.nice-select.open h4 {
  color: #F9A533;
}
.featured-content__item.fallback-color__blue:hover::after, .featured-content__item.fallback-color__blue:focus::after, .featured-content__item.fallback-color__blue:active::after, .featured-content__item.fallback-color__blue.nice-select.open::after {
  content: url("/wp-content/themes/c2es/resources/img/card-link-hover.svg");
}
.featured-content__item.fallback-color__blue h4 {
  color: #fff;
}

.featured-content__slider .swiper-featured {
  position: relative;
  overflow: hidden;
}

.swiper-button-prev-cards,
.swiper-button-next-cards {
  background-color: transparent;
  border: none;
  display: block;
  cursor: pointer;
  height: 20px;
  position: absolute;
  top: calc(65% - 10px);
  width: 12px;
}

.swiper-button-prev-cards {
  background-image: url("/wp-content/themes/c2es/resources/img/slider-prev.svg");
  left: -2rem;
}

.swiper-button-next-cards {
  background-image: url("/wp-content/themes/c2es/resources/img/slider-next.svg");
  right: -2rem;
  left: auto;
}

.flexible-content__image_grid .image-grid__container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 50%);
}
.flexible-content__image_grid .image-grid__container .image-cell {
  padding: 20px;
}

.flexible-content__managing-document .managing-document__container ul li.accordion-section {
  border-bottom: 1px solid #757675;
  list-style: none;
}
.flexible-content__managing-document .managing-document__container .accordion-head {
  color: #6f93c0;
  padding: 0.75rem 0 1rem;
}
.flexible-content__managing-document .managing-document__container .accordion-head:hover {
  color: #536e90;
}
.flexible-content__managing-document .managing-document__container .accordion-head .icon {
  color: #6f93c0;
  float: right;
  margin: 5px 0 0 20px;
}
.flexible-content__managing-document .managing-document__container .accordion-content {
  margin-left: 3rem;
}

.flexible-content__objectives-slider {
  padding: 0px 2rem 50px;
  position: relative;
}
.flexible-content__objectives-slider.background__white {
  background-color: #fff;
}
.flexible-content__objectives-slider .slick-list {
  width: calc(100% - 50px);
}
.flexible-content__objectives-slider .slick-dots {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 10;
}
@media (max-width: 800px) {
  .flexible-content__objectives-slider .slick-dots {
    display: none !important;
  }
}
.flexible-content__objectives-slider .slick-dots button {
  background-color: rgba(124, 122, 122, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 11px;
  overflow: hidden;
  text-indent: -100px;
  width: 8px;
}
.flexible-content__objectives-slider .slick-dots .slick-active button {
  background-color: #002F65;
}
.flexible-content__objectives-slider .slick-arrow.slick-next, .flexible-content__objectives-slider .slick-arrow.slick-prev {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.5s;
  z-index: 10;
}
.flexible-content__objectives-slider .slick-arrow.slick-next::before, .flexible-content__objectives-slider .slick-arrow.slick-prev::before {
  background-image: url("/wp-content/themes/c2es/resources/img/card-link.svg");
  background-repeat: no-repeat;
  background-size: 35px;
  content: "";
  display: block;
  height: 36px;
  width: 36px;
}
.flexible-content__objectives-slider .slick-arrow.slick-next:hover::before, .flexible-content__objectives-slider .slick-arrow.slick-next:focus::before, .flexible-content__objectives-slider .slick-arrow.slick-next:active::before, .flexible-content__objectives-slider .slick-arrow.slick-next.nice-select.open::before, .flexible-content__objectives-slider .slick-arrow.slick-prev:hover::before, .flexible-content__objectives-slider .slick-arrow.slick-prev:focus::before, .flexible-content__objectives-slider .slick-arrow.slick-prev:active::before, .flexible-content__objectives-slider .slick-arrow.slick-prev.nice-select.open::before {
  background-image: url("/wp-content/themes/c2es/resources/img/card-link-hover.svg");
}
.flexible-content__objectives-slider .slick-arrow.slick-disabled {
  opacity: 0.25;
}
.flexible-content__objectives-slider .slick-arrow.slick-prev {
  top: calc(50% - 40px);
}
.flexible-content__objectives-slider .slick-arrow.slick-prev::before {
  transform: rotate(-90deg);
}
.flexible-content__objectives-slider .slick-arrow.slick-next {
  bottom: calc(50% - 40px);
}
.flexible-content__objectives-slider .slick-arrow.slick-next::before {
  transform: rotate(90deg);
}

.objectives-slider__item {
  background-color: #FEEDD6;
  display: flex;
}
@media (max-width: 800px) {
  .objectives-slider__item {
    flex-wrap: wrap;
  }
}
.objectives-slider__item .objectives-slider__item-left {
  flex-basis: 50%;
  min-height: 400px;
}
@media (max-width: 800px) {
  .objectives-slider__item .objectives-slider__item-left {
    flex-basis: 100%;
    min-height: 250px;
  }
}
.objectives-slider__item .objectives-slider__item-right {
  flex-basis: 55%;
}
@media (max-width: 800px) {
  .objectives-slider__item .objectives-slider__item-right {
    flex-basis: 100%;
  }
}

.objectives-slider__image {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.objectives-slider__content {
  padding: 4rem;
}
@media (max-width: 1000px) {
  .objectives-slider__content {
    padding: 2rem 2rem;
  }
}
.objectives-slider__content p, .objectives-slider__content a, .objectives-slider__content span {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .objectives-slider__content p, .objectives-slider__content a, .objectives-slider__content span {
    font-size: 16px;
  }
}
.objectives-slider__content a {
  color: #002F65;
  text-decoration: underline;
}

.slider__counter {
  bottom: 0;
  font-size: 16px;
  position: absolute;
  right: 0;
}

.flexible-content__content {
  padding: 60px 30px;
}
.flexible-content__content.background__white {
  background-color: #fff;
}

.flexible-content__colored_text_boxes .colored-boxes__container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 50%);
}
.flexible-content__colored_text_boxes .colored-boxes__container .colored-box {
  border-radius: 5px;
  padding: 20px;
}
.flexible-content__colored_text_boxes .colored-boxes__container .colored-box h1, .flexible-content__colored_text_boxes .colored-boxes__container .colored-box h2, .flexible-content__colored_text_boxes .colored-boxes__container .colored-box h3, .flexible-content__colored_text_boxes .colored-boxes__container .colored-box h4, .flexible-content__colored_text_boxes .colored-boxes__container .colored-box h5, .flexible-content__colored_text_boxes .colored-boxes__container .colored-box h6 {
  color: #000;
  margin-bottom: 0.5em;
}
.flexible-content__colored_text_boxes .colored-boxes__container .colored-box.background__blue {
  background-color: #739cd2;
}
.flexible-content__colored_text_boxes .colored-boxes__container .colored-box.background__orange {
  background-color: #fdc689;
}
.flexible-content__colored_text_boxes .colored-boxes__container .colored-box.background__gold {
  background-color: #efa040;
}
.flexible-content__colored_text_boxes .colored-boxes__container .colored-box.background__gray {
  background-color: #e7e5e2;
}
.flexible-content__colored_text_boxes .colored-boxes__container .colored-box.is-full-width {
  grid-column: 1/3;
}

.flexible-content__annual-report .annual-report__container {
  display: flex;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #757675;
  margin-bottom: 30px;
}
.flexible-content__annual-report .annual-report__container .annual-report__image {
  flex-basis: 33%;
}
.flexible-content__annual-report .annual-report__container .annual-report__text {
  flex-basis: 67%;
}
.flexible-content__annual-report .annual-report__container .annual-report__text ul {
  list-style: disc;
}
.flexible-content__annual-report .annual-report__container .annual-report__text li::marker {
  color: #536e90;
}

.flexible-content__scrollytelling {
  box-sizing: border-box;
}
.flexible-content__scrollytelling > * {
  box-sizing: border-box;
}

.animated-cards {
  display: grid;
  padding-block-start: 7.5rem;
  padding-inline: 12rem;
}
@media (max-width: 800px) {
  .animated-cards {
    padding-block-start: 4rem;
  }
}
@media (max-width: 800px) {
  .page-template-page-landing-page .animated-cards {
    padding-inline: 1.5rem;
  }
}

.animated-card {
  border: 4px solid #002F65;
  border-radius: 75px 0px;
  box-sizing: border-box;
  display: flex;
  font-size: 1.4rem;
  flex-direction: column;
  margin-block-end: 7.5rem;
  max-inline-size: 882px !important;
  padding-block: 4.8rem;
  padding-inline: 7.5rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
  z-index: 50;
}
@media (max-width: 800px) {
  .animated-card {
    font-size: 2rem;
    margin-block-end: 4rem;
    max-inline-size: 100% !important;
    padding-block: 3rem;
    padding-inline: 3rem;
  }
}
@media (max-width: 420px) {
  .animated-card {
    padding-block: 2rem;
    padding-inline: 2rem;
  }
}
.animated-card > * {
  transition: all 0.2s ease-in-out;
}
@media (max-width: 800px) {
  .animated-card > * {
    flex-basis: fit-content;
  }
}
.animated-card p {
  margin-block-end: 0;
}
.animated-card h3 {
  margin-block: 0;
}

.animated-card-background--transparent {
  background-color: transparent !important;
}

.animated-card-background--color {
  background-color: #213F7F;
  border-color: #213F7F;
  color: #fff;
}

.animated-card--left,
.animated-card--right {
  inline-size: 590px !important;
}
@media (max-width: 800px) {
  .animated-card--left,
.animated-card--right {
    inline-size: 100% !important;
  }
}

.animated-card--left {
  justify-self: flex-end;
}
@media (max-width: 800px) {
  .animated-card--left {
    justify-self: flex-start;
  }
}

.animated-card--default {
  display: inline-block;
  justify-self: center;
  min-inline-size: 590px;
  max-inline-size: 882px !important;
}
@media (max-width: 800px) {
  .animated-card--default {
    min-inline-size: 100%;
    justify-self: flex-start;
  }
}

.animated-card__title {
  color: #213F7F !important;
  font-size: 3rem !important;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .animated-card__title {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 420px) {
  .animated-card__title {
    font-size: 1.25rem !important;
  }
}
.animated-card-background--color .animated-card__title {
  color: #fff !important;
}

.animated-card__statistic span {
  display: inline-block;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: -0.8px;
  line-height: 1;
  margin-block: 3.2rem;
  padding-block: 2.4rem;
  padding-inline: 2.4rem;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 800px) {
  .animated-card__statistic span {
    font-size: 3rem;
    padding-block: 1.5rem;
    padding-inline: 1.5rem;
  }
}
@media (max-width: 420px) {
  .animated-card__statistic span {
    font-size: 2rem;
    padding-block: 1rem;
    padding-inline: 1rem;
  }
}
.animated-card__statistic span:not([style]) {
  background-color: #213F7F;
  color: #8BBEE5;
}
a .animated-card__statistic span {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
a:hover .animated-card__statistic span, a:focus .animated-card__statistic span {
  background-color: #8BBEE5 !important;
  color: #213F7F !important;
}
a.animated-card-background--color:hover .animated-card__statistic span, a.animated-card-background--color:focus .animated-card__statistic span {
  background-color: #fff !important;
  color: #213F7F !important;
}

.animated-card-background--color .animated-card__statistic span:not([style]) {
  background-color: #8BBEE5;
  color: #213F7F;
}

.animated-card__description {
  color: #213F7F;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 800px) {
  .animated-card__description {
    font-size: 1.4rem;
  }
}
.animated-card-background--color .animated-card__description {
  color: #fff;
}
/*# sourceMappingURL=screen.css.map */
