@charset "UTF-8";
/*!
	Theme Name: Genesis Sample
	Theme URI: https://demo.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: https://www.studiopress.com/

	Version: 2.6.0

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/
/* HTML5 Reset
--------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box;
}

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

/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  display: table;
  content: " ";
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  display: table;
  clear: both;
  content: " ";
}

/* Defaults
----------------------------------------------*/
/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%; /* 10px browser default */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
  font-size: 1.8rem;
}

body {
  margin: 0;
  color: #333;
  background-color: #fff;
  font-family: "Interstate", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.625;
}

button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img,
.site-header {
  transition: all 0.2s ease-in-out;
}

a {
  color: #00467f;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}

p {
  margin: 0 0 30px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  clear: both;
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-collapse: collapse;
}

b,
strong {
  font-weight: 700;
}

cite,
em,
i {
  font-style: italic;
}

mark {
  background: #ddd;
}

blockquote {
  padding: 1rem 32px;
  border-left: 2px solid #D7531E;
}
blockquote p {
  margin: 0;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: "Interstate", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 3.6rem;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 4.4rem;
  }
}

h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #002A57;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 3.2rem;
  }
}

.entry-content h3 {
  font-weight: 800;
}

.entry-content h4 {
  font-weight: 500;
}

h3 {
  font-size: 2.3rem;
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 2.6rem;
  }
}

h4 {
  color: #00467f;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 2.2rem;
  }
}

.entry-content h4 {
  color: #00467f;
  margin-top: 40px;
}

h5 {
  color: #00467f;
  font-size: 1.6rem;
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  h5 {
    font-size: 1.8rem;
  }
}

h6 {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  h6 {
    font-size: 1.6rem;
  }
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}
.gallery img {
  height: auto;
  padding: 4px;
  border: 1px solid #eee;
}
.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none;
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  color: #333;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
}

textarea,
input[type=email],
input[type=text],
input[type=url],
input[type=text],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

::-moz-placeholder {
  opacity: 1;
  color: #333;
}

::-webkit-input-placeholder {
  color: #333;
}

button {
  width: auto;
  padding: 7px 15px;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
  color: #fff;
  background-color: #002A57;
  font-family: "Interstate", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}
button:focus, button:hover {
  color: #fff;
  background-color: #049EBF;
}
button:focus i, button:hover i {
  color: #D7531E;
}
button.small {
  padding: 8px 16px;
}
button i {
  color: #E3901B;
}

input[type=button] {
  width: auto;
  padding: 7px 15px;
  border: 0;
  color: #fff;
  background-color: #002A57;
  font-size: 1.8rem;
  font-weight: 500;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}
input[type=button]:focus, input[type=button]:hover {
  color: #fff;
  background-color: #049EBF;
}
input[type=button]:focus i, input[type=button]:hover i {
  color: #D7531E;
}
input[type=button].small {
  padding: 8px 16px;
}

input[type=reset] {
  width: auto;
  padding: 7px 15px;
  border: 0;
  color: #fff;
  background-color: #002A57;
  font-size: 1.8rem;
  font-weight: 500;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}
input[type=reset]:focus, input[type=reset]:hover {
  color: #fff;
  background-color: #049EBF;
}
input[type=reset].small {
  padding: 8px 16px;
}

input[type=submit] {
  width: auto;
  padding: 7px 15px;
  border: 0;
  color: #fff;
  background-color: #002A57;
  font-size: 1.8rem;
  font-weight: 500;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}
input[type=submit]:focus, input[type=submit]:hover {
  color: #fff;
  background-color: #049EBF;
}
input[type=submit].small {
  padding: 8px 16px;
}

.button {
  display: inline-block;
  width: auto;
  padding: 7px 15px;
  border: 0;
  color: #fff;
  background-color: #002A57;
  font-family: "Interstate", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}
.button:focus, .button:hover {
  color: #fff;
  background-color: #049EBF;
}
.button:focus .svg-inline--fa, .button:hover .svg-inline--fa {
  color: #D7531E;
}
.entry-content .button:focus, .entry-content .button:hover {
  color: #fff;
}
.button .svg-inline--fa {
  color: #E3901B;
}

a.button.small {
  font-size: 1.6rem;
  padding: 4px 12px;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

/* Tables
--------------------------------------------- */
table {
  width: 100%;
  margin-bottom: 40px;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 2;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td {
  padding: 6px;
  border-top: 1px solid #eee;
  text-align: left;
}
td:first-child {
  padding-left: 0;
}

th {
  padding: 0 6px;
  font-weight: 400;
  text-align: left;
}
th:first-child {
  padding-left: 0;
}

/* Accessibility
--------------------------------------------- */
/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span,
.hidden_label .gfield_label {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important;
}

.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type=submit]:focus {
  display: block;
  clip: auto !important;
  z-index: 100000; /* Above WP toolbar. */
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}

.more-link {
  position: relative;
}

/* Skip Links
------------------------------------------------ */
.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}
.genesis-skip-link li {
  width: 0;
  height: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  outline: #ccc solid 1px;
  color: #333;
}

/* Structure and Layout
-------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  word-wrap: break-word;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}
.site-container button:disabled, .site-container button:disabled:hover, .site-container input:disabled, .site-container input:disabled:hover, .site-container input[type=button]:disabled, .site-container input[type=button]:disabled:hover, .site-container input[type=reset]:disabled, .site-container input[type=reset]:disabled:hover, .site-container input[type=submit]:disabled, .site-container input[type=submit]:disabled:hover {
  border-width: 0;
  color: #777;
  background-color: #eee;
  cursor: not-allowed;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  padding: 60px 0 0;
}
@media only screen and (min-width: 992px) {
  .site-inner {
    margin: 115px auto 0;
  }
}

/* Content
--------------------------------------------- */
@media only screen and (min-width: 992px) {
  .content {
    float: left;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .sidebar-content .content {
    float: right;
  }
}

@media only screen and (min-width: 992px) {
  .full-width-content .content,
  .landing-page .content {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 992px) {
  /* Column Classes
  --------------------------------------------- */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.5641025641%;
  }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.7179487179%;
  }
  .one-third,
  .two-sixths {
    width: 31.6239316239%;
  }
  .four-sixths,
  .two-thirds {
    width: 65.811965812%;
  }
  .one-fourth {
    width: 23.0769230769%;
  }
  .three-fourths {
    width: 74.358974359%;
  }
  .one-sixth {
    width: 14.5299145299%;
  }
  .five-sixths {
    width: 82.905982906%;
  }
  .first {
    clear: both;
    margin-left: 0;
  }
}
/* Common Classes
---------------------------------------*/
/* Avatar
--------------------------------------------- */
.avatar {
  float: left;
  border-radius: 50%;
}
.author-box .avatar, .alignleft .avatar {
  margin-right: 20px;
}
.alignright .avatar {
  margin-left: 20px;
}
.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */
.after-entry {
  margin-bottom: 40px;
  padding: 20px 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 992px) {
  .after-entry {
    margin-bottom: 60px;
    padding: 40px 60px;
  }
}
.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 1.6rem;
}

.archive-description {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .archive-description {
    margin-bottom: 60px;
  }
}
.archive-description p:last-child {
  margin-bottom: 0;
}
.archive-description .entry-title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
}

.author-box {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .author-box {
    margin-bottom: 60px;
    padding: 30px;
    background-color: #f5f5f5;
  }
}
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  width: 50%;
  margin-bottom: 40px;
}

.post-password-form input[type=submit],
.search-form input[type=submit] {
  margin-top: 10px;
}

.widget_search input[type=submit] {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* Titles
--------------------------------------------- */
.author-box-title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
}

.entry-title {
  margin-bottom: 10px;
  font-size: 3rem;
}
.entry-title a {
  color: #333;
  text-decoration: none;
}
.entry-title a:focus,
.entry-title a:hover {
  color: #0073e5;
}

.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.widget-title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

/* Widgets
------------------------------------------------------------ */
.widget {
  margin-bottom: 40px;
}
.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}
.widget ul > li {
  margin-bottom: 10px;
}
.widget ul > li:last-of-type {
  padding-bottom: 0;
}
.widget ol > li {
  padding-left: 20px;
  text-indent: -20px;
  list-style-position: inside;
  list-style-type: decimal;
}
.widget li li {
  margin: 0 0 0 30px;
  padding: 0;
  border: 0;
}

.widget_calendar table {
  width: 100%;
}
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.featured-content .entry:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.featured-content .entry-image {
  width: 75px;
  height: 75px;
}
.featured-content .entry-title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.6rem;
}

/* Plugins
--------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews form + p {
  margin-top: 20px;
}
.after-entry .enews {
  padding: 10px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .after-entry .enews {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.sidebar .enews {
  padding: 30px;
  background-color: #f5f5f5;
}

.enews-widget input {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.enews-widget input[type=submit] {
  width: 100%;
  margin: 0;
}
.after-entry .enews-widget input {
  text-align: center;
}

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  padding-right: 0;
  padding-left: 0;
  border-bottom: 1px solid #eee;
  color: #333;
  background: transparent;
}
.gs-faq__question:focus, .gs-faq__question:hover {
  color: #0073e5;
  background: transparent;
}
.gs-faq__question:after {
  float: right;
  font-family: dashicons;
  content: "\f132";
}
.gs-faq__question.gs-faq--expanded:after {
  content: "\f460";
}

/* Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

/* Site Header
---------------------------------------------- */
.site-header {
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 992px) {
  .site-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
}

/*
.site-header:after {
	content: "";
	background-color: $dark-blue;
	display: block;
	height: 7px;	
	position: absolute;
	right: 0;
	width: 120px;
}
*/
.site-header > .wrap {
  border-bottom: 8px solid #D7531E;
  position: relative;
}
.site-header > .wrap:before {
  bottom: -8px;
  content: "";
  background-color: #002A57;
  display: block;
  height: 8px;
  position: absolute;
  right: 0;
  width: 80px;
}
@media only screen and (min-width: 992px) {
  .site-header > .wrap:before {
    width: 120px;
  }
  .shrink .site-header > .wrap:before {
    width: 90px;
  }
}

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
  transition: width 0.2s ease-in-out;
}
.wp-custom-logo .title-area {
  width: 100%;
  max-width: 120px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .wp-custom-logo .title-area {
    max-width: 160px;
  }
}
.wp-custom-logo .title-area img {
  opacity: 1 !important;
  width: auto;
}
.shrink .title-area {
  width: 80px;
}

.site-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none;
}
.wp-custom-logo .site-title {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important;
}

.site-description {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important;
}

/* Search desktop
--------------------------------------------- */
.site-header .search-form {
  display: none;
}

@media only screen and (min-width: 992px) {
  .site-header .search-form {
    background-color: #fff;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: auto;
    z-index: 1;
  }
  .shrink .site-header .search-form {
    top: 10px;
  }
  .site-header .search-form input[type=search] {
    background: url("../../images/s.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    border-color: transparent;
    color: #fff;
    float: right;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 26px;
    -moz-transition: 400ms width ease;
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width;
    -webkit-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width;
    -o-transition-timing-function: ease;
    width: 70px;
  }
  .site-header .search-form input[type=search]:focus {
    color: #333;
    width: 100% !important;
  }
  .shrink .site-header .search-form input[type=search] {
    width: 40px;
    padding: 15px;
  }
  .site-header .search-form input[type=submit] {
    display: none;
  }
  .site-header .search-form input[type=search]::placeholder {
    color: transparent;
  }
  .site-header .search-form input[type=search]::-webkit-input-placeholder {
    color: transparent;
  }
  .site-header .search-form input[type=search]:-moz-placeholder {
    color: transparent;
  } /* FF 4-18 */
  .site-header .search-form input[type=search]::-moz-placeholder {
    color: transparent;
  } /* FF 19+ */
  .site-header .search-form input[type=search]:-ms-input-placeholder {
    color: transparent;
  } /* IE 10+ */
  .site-header .search-form input[type=search]:focus::-placeholder {
    color: #333;
  }
  .site-header .search-form input[type=search]:focus::-webkit-input-placeholder {
    color: #333;
  }
  .site-header .search-form input[type=search]:focus:-moz-placeholder {
    color: #333;
  } /* FF 4-18 */
  .site-header .search-form input[type=search]:focus::-moz-placeholder {
    color: #333;
  } /* FF 19+ */
  .site-header .search-form input[type=search]:focus:-ms-input-placeholder {
    color: #333;
  } /* IE 10+ */
  .site-header .search-form:focus-within {
    background-color: #ddd;
    width: 80%;
  }
}
/* Search mobile
--------------------------------------------- */
@media only screen and (min-width: 992px) {
  .site-header .nav-secondary .menu-search {
    display: none !important;
  }
  .search-form-submit {
    display: none;
  }
}
/* Shrink
--------------------------------------------- */
@media only screen and (min-width: 992px) {
  .shrink .site-header > .wrap {
    border-bottom-width: 5px;
  }
  .shrink .site-header > .wrap:before {
    bottom: -5px;
    height: 5px;
  }
}
/* Site Navigation
--------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  width: 100%;
  line-height: 1;
}
.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .genesis-nav-menu .menu-item {
    display: inline-block;
  }
}
.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .genesis-nav-menu .menu-item:focus .sub-menu:focus,
  .genesis-nav-menu .menu-item:hover .sub-menu:hover {
    z-index: 100;
  }
}
.genesis-nav-menu .menu-item:focus > .sub-menu,
.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }
}
@media only screen and (min-width: 992px) {
  .genesis-nav-menu > .menu-highlight > a {
    margin-left: 15px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 3px;
    color: #fff;
    background-color: #333;
    font-weight: 500;
  }
}
@media only screen and (min-width: 992px) {
  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #0073e5;
  }
}
.genesis-nav-menu a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  outline-offset: -1px;
  color: #333;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
}
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #0073e5;
  text-decoration: none;
}
.genesis-nav-menu .sub-menu {
  display: block;
  clear: both;
  position: static;
  z-index: 99;
  width: 100%;
  margin: 0;
  padding-left: 15px;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .genesis-nav-menu .sub-menu {
    position: absolute;
    width: 180px;
    padding-left: 0;
    border-top: 1px solid #eee;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
}
.genesis-nav-menu .sub-menu a {
  position: relative;
  width: 100%;
  background-color: #fff;
  font-size: 1.4rem;
  word-wrap: break-word;
}
@media only screen and (min-width: 992px) {
  .genesis-nav-menu .sub-menu a {
    width: 180px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #eee;
    border-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }
}
.genesis-nav-menu .sub-menu:focus-within {
  opacity: 1;
}

/* Avoid flash of desktop menu on mobile devices.
----------------------------------------------*/
.js nav {
  display: none;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .js nav {
    display: block;
  }
}

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-responsive-menu {
  display: none;
  position: relative;
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .genesis-responsive-menu {
    display: block;
  }
}
.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-responsive-menu .genesis-nav-menu .menu-item:focus > .sub-menu {
  display: none;
}
.genesis-responsive-menu .genesis-nav-menu .sub-menu {
  display: none;
  clear: both;
  position: static;
  z-index: 99;
  left: -9999px;
  width: 100%;
  margin: 0;
  padding-left: 15px;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    position: absolute;
    width: 180px;
    padding-left: 0;
    border-top: 1px solid #eee;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
}

.menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #002A57;
  display: block;
  float: right;
  line-height: 20px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
  text-align: center;
  visibility: visible;
  z-index: 1000;
}
@media only screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:before {
  font-size: 4rem;
  height: 40px;
  width: 40px;
}
.menu-toggle:focus, .menu-toggle:hover {
  border-width: 0;
  color: #0073e5;
  background-color: transparent;
}
.menu-toggle.activated:before {
  content: "\f335";
}
.site-header .menu-toggle:before {
  float: left;
  position: relative;
  top: 1px;
  margin-right: 5px;
  text-rendering: auto;
}

.sub-menu-toggle {
  display: block;
  visibility: visible;
  float: right;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  margin: 0 auto;
  padding: 9px 10px;
  border-width: 0;
  color: #333;
  background-color: transparent;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .sub-menu-toggle {
    display: none;
  }
}
.sub-menu-toggle:focus, .sub-menu-toggle:hover {
  border-width: 0;
  color: #0073e5;
  background-color: transparent;
}
.sub-menu-toggle:before {
  display: inline-block;
  font-size: 2rem;
  transition: transform 0.25s ease-in-out;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  text-rendering: auto;
}
.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}
.sub-menu-toggle.activated:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Primary Menu
--------------------------------------------- */
.nav-primary {
  clear: left;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .nav-primary {
    float: right;
    clear: right;
    width: auto;
  }
}
.nav-primary .genesis-nav-menu a {
  color: #002A57;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .nav-primary .genesis-nav-menu a {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.shrink .nav-primary {
  padding-bottom: 0;
}

/* Primary nav mobile
--------------------------------------------- */
@media only screen and (max-width: 991px) {
  .nav-primary {
    background-color: #002A57;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
    right: 50%;
    width: 100vw;
  }
  .nav-primary .genesis-nav-menu .menu-item {
    text-align: right;
  }
  .nav-primary .genesis-nav-menu .menu-item a {
    color: #fff;
    font-size: 2.4rem;
    padding: 15px 25px;
  }
  .nav-primary .menu-item.moved-item-nav-secondary a {
    font-size: 2rem;
    padding: 10px 25px;
  }
  .nav-primary .menu-item.menu-search {
    padding: 10px 25px;
  }
  .nav-primary .menu-item.menu-search .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-primary .menu-item.menu-search .search-form {
    border-bottom: 1px solid #E3901B;
    float: right;
    margin-top: 20px;
    max-width: 300px;
  }
  .nav-primary .menu-item.menu-search .search-form-input {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding: 7px 0;
    font-size: 1.8rem;
  }
  .nav-primary .menu-item.menu-search .search-form-submit {
    border-radius: 0;
    background-color: transparent;
    padding: 0 10px;
  }
  .nav-primary .menu-item.menu-search .search-icon {
    fill: #E3901B;
    height: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .nav-primary .menu-item.menu-search .search-form-submit:hover .search-icon path {
    fill: #fff;
  }
  .search-form-input::placeholder {
    color: #fff;
  }
  .search-form-input::-webkit-input-placeholder {
    color: #fff;
  }
  .search-form-input:-moz-placeholder {
    color: #fff;
  }
  .search-form-input::-moz-placeholder {
    color: #fff;
  }
  .search-form-input:-ms-input-placeholder {
    color: #fff;
  }
}
/* CTA Menu
--------------------------------------------- */
.nav-secondary {
  float: right;
  margin-top: 10px;
  padding-bottom: 0;
  transition: opacity 0.05s ease-in-out;
}
.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}
.nav-secondary .genesis-nav-menu a {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.nav-secondary .menu-item {
  display: inline-block;
}
.nav-secondary a {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0;
}
.shrink .nav-secondary {
  height: 0 !important;
  opacity: 0 !important;
}

/* Header menus
--------------------------------------------- */
@media only screen and (min-width: 992px) {
  .nav-primary,
  .nav-secondary {
    margin-right: 100px;
  }
  .shrink .nav-primary,
  .shrink .nav-secondary {
    margin-right: 60px;
  }
}
/* Content Area
--------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .entry {
    margin-bottom: 60px;
  }
}

.entry-content {
  font-family: "Interstate", serif;
}
.entry-content p.has-background {
  padding: 25px 30px;
}
.entry-content p.has-background.box-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.entry-content p.has-background.light-text a {
  color: #fff;
  text-decoration: underline;
}
.entry-content p.has-background.light-text a:focus,
.entry-content p.has-background.light-text a:hover {
  text-decoration: none;
}
.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  margin-left: 40px;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content code {
  background-color: #f5f5f5;
}
.entry-content .caption {
  margin-top: -20px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}

.content .sticky {
  padding: 30px;
  background-color: #f5f5f5;
}

/* Entry Meta
--------------------------------------------- */
.entry-meta p {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.entry-header .entry-meta {
  margin-bottom: 20px;
}
.entry-footer .entry-meta {
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link:before {
  margin: 0 6px 0 2px;
  content: "—";
}

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  display: inline-block;
  margin-bottom: 4px;
  padding: 8px 12px;
  color: #333;
  background-color: #f5f5f5;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  color: #fff;
  background-color: #333;
}

/* Entry Comments
--------------------------------------------- */
.entry-comments {
  margin-bottom: 40px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 992px) {
  .entry-comments {
    margin-bottom: 60px;
  }
}

.comment-list li {
  padding: 40px 0 0 30px;
}
.comment-list .depth-1 {
  padding-left: 0;
}
.comment-list .bypostauthor {
  font-size: inherit;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}
.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond {
  margin-bottom: 40px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 992px) {
  .comment-respond {
    margin-bottom: 60px;
  }
}
.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .comment-respond input[type=email],
  .comment-respond input[type=text],
  .comment-respond input[type=url] {
    width: 50%;
  }
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-form-cookies-consent label {
  display: inline;
  margin-left: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings {
  margin-bottom: 40px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 992px) {
  .entry-pings {
    margin-bottom: 60px;
  }
}
.entry-pings .reply {
  display: none;
}

/* Sidebar
------------------------------------------------ */
.sidebar {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .sidebar {
    float: right;
    width: 30%;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar-content .sidebar {
    float: left;
  }
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar p {
  margin-bottom: 20px;
}

/* Site Footer
--------------------------------------------------- */
.site-footer,
.footer-columns {
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 20px 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .site-footer,
  .footer-columns {
    font-size: 1.4rem;
    padding: 40px 60px;
    text-align: left;
  }
}
.site-footer .right,
.footer-columns .right {
  text-align: center;
}
@media (min-width: 992px) {
  .site-footer .right,
  .footer-columns .right {
    text-align: right;
  }
}
.site-footer p,
.footer-columns p {
  margin-bottom: 0;
}
.site-footer a,
.footer-columns a {
  color: #002A57;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
.site-footer a:hover, .site-footer a:focus,
.footer-columns a:hover,
.footer-columns a:focus {
  border-bottom-color: #E3901B;
  color: #049EBF;
}
.site-footer .menu,
.footer-columns .menu {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .site-footer .menu,
  .footer-columns .menu {
    font-size: 1.6rem;
  }
}
.site-footer .menu a,
.footer-columns .menu a {
  border: 0 !important;
}
.site-footer div[class*=col-],
.footer-columns div[class*=col-] {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .site-footer div[class*=col-],
  .footer-columns div[class*=col-] {
    margin-bottom: 0;
  }
}

.site-footer {
  font-family: "Interstate", serif;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .site-footer {
    font-size: 1.2rem;
  }
}
.site-footer .f-funders img {
  max-width: 100px;
  margin: 0 10px;
  vertical-align: bottom;
}
@media (min-width: 992px) {
  .site-footer .f-funders img {
    margin-left: 10px;
  }
}
.site-footer .f-copyright p {
  padding-top: 20px;
}

.footer-columns .search-form {
  border-bottom: 2px solid #D7531E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 0;
  width: 220px;
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}
@media (min-width: 992px) {
  .footer-columns .search-form {
    float: right;
  }
}
.footer-columns .search-form .search-form-input {
  background-color: transparent;
  border: 0;
  color: #333 !important;
  padding: 7px 0;
  font-size: 1.6rem;
}
.footer-columns .search-form .search-form-submit {
  border-radius: 0;
  background-color: #fff;
  display: block !important;
  padding: 0;
  color: #333;
}
.footer-columns .search-form .search-icon {
  fill: #D7531E !important;
  height: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.footer-columns .search-form .search-form-submit:hover .search-icon path {
  fill: #333;
}
.footer-columns .search-form input[type=search]::placeholder {
  color: #333;
}
.footer-columns .search-form input[type=search]::-webkit-input-placeholder {
  color: #333;
}
.footer-columns .search-form input[type=search]:-moz-placeholder {
  color: #333;
}
.footer-columns .search-form input[type=search]::-moz-placeholder {
  color: #333;
}
.footer-columns .search-form input[type=search]:-ms-input-placeholder {
  color: #333;
}

.social {
  font-size: 3rem;
  margin-bottom: 30px;
}
.social a {
  border: 0 !important;
  display: inline-block;
  margin: 0 10px;
}
@media (min-width: 992px) {
  .social a {
    margin-left: 15px;
  }
}

.f-logo img {
  max-width: 100%;
  width: 180px;
}

/* Custom Styles
-------------------------------------------------- */
/* ------------------------------------

	Structural

---------------------------------------*/
.site-inner {
  padding-top: 50px;
}

.home .site-inner,
.has-hero .site-inner {
  padding-top: 0;
}

.entry:not([class*=col-]):not(.card-grid) {
  padding: 0 20px;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .entry:not([class*=col-]):not(.card-grid) {
    padding: 0 60px;
  }
}

.entry[class*=col-] {
  margin-bottom: 20px;
  padding: 15px 15px 0 15px;
}

.columns-section [class*=col-] {
  margin-bottom: 30px;
}

.page-id-9171 .entry {
  margin-bottom: 0;
}

.row-full,
.archive-description {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

.container-fluid {
  max-width: 2160px;
}
.site-header .container-fluid {
  max-width: 100%;
}

.inner-row,
.content,
.page.page-id-9171 .content,
.archive-header {
  max-width: 1600px;
  margin: 0 auto;
  width: 90%;
}

.inner-row {
  padding: 0 15px;
}
.home .inner-row {
  padding: 0;
}

.single-people .content,
.single-post .content,
.single-recipient .content,
.single-publications .content {
  max-width: 1024px !important;
}

.page .content,
.single-program .content,
.single-program .content,
.search-results .content {
  max-width: 1200px;
}

/* ------------------------------------

	General

---------------------------------------*/
.uppercase {
  text-transform: uppercase;
}

a > img {
  transition: all 0.2s ease-in-out;
}

a:hover > img,
a:focus > img {
  opacity: 0.7;
}

.entry-content .gform_fields {
  margin-left: 0;
}
.entry-content .gform_fields > li {
  list-style-type: none !important;
  margin-bottom: 30px;
}

.gfield_label {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.validation_error {
  background-color: #ffffe0;
  padding: 15px;
}

.gfield_error .validation_message {
  color: #E32328;
}

/* ------------------------------------

	Text

---------------------------------------*/
.entry-header {
  margin-bottom: 30px;
}

h1.entry-title,
h1.archive-title {
  color: #00467f;
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  h1.entry-title,
  h1.archive-title {
    font-size: 4.4rem;
  }
}

.entry-footer {
  font-size: 1.5rem;
}
.entry-footer a {
  text-decoration: none;
}
.entry-footer .entry-categories,
.entry-footer .entry-tags {
  display: inline;
}
.entry-footer .entry-categories {
  margin-right: 5px;
}

.icon-uni {
  color: #E3901B;
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px;
}

.text-dark-blue {
  color: #002A57;
}

.text-taf-blue {
  color: #00467f;
}

.text-light-blue {
  color: #049EBF;
}

.text-grey {
  color: #939598;
}

.text-dark-orange {
  color: #D7531E;
}

.text-light-orange {
  color: #E3901B;
}

.text-red {
  color: #E32328;
}

.text-white {
  color: #fff;
}

/* ------------------------------------

	Heroes

---------------------------------------*/
.page .hero-container {
  background-position: left center;
  margin-bottom: 60px;
  height: 440px;
}
@media only screen and (min-width: 768px) {
  .page .hero-container {
    background-position: center top;
    height: 650px;
  }
}

.page .page-banner {
  margin-bottom: 60px;
  height: 300px;
}
@media only screen and (min-width: 768px) {
  .page .page-banner {
    height: 500px;
  }
}

.single-program .page-banner {
  margin-bottom: 60px;
  height: 250px;
}
@media only screen and (min-width: 768px) {
  .single-program .page-banner {
    height: 400px;
  }
}

/* ------------------------------------

	Home sections

---------------------------------------*/
.swiper-container {
  height: 500px;
}
@media only screen and (min-width: 768px) {
  .swiper-container {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) {
  .swiper-container {
    height: 80vh;
  }
}
@media only screen and (max-width: 992px) {
  .swiper-container .swiper-slide {
    background-position: left top !important;
  }
}

.quote-container {
  bottom: 0;
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .quote-container {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.quote-container .quote-inner {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 1.3;
  padding: 30px;
}
@media only screen and (min-width: 992px) {
  .quote-container .quote-inner {
    border: 2px solid #fff;
    padding: 10%;
  }
}
.quote-container .quote {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.quote-container .quote .svg-inline--fa {
  font-size: 2.2rem;
}
@media only screen and (min-width: 992px) {
  .quote-container .quote {
    font-size: 2.4rem;
  }
  .quote-container .quote .svg-inline--fa {
    font-size: 3rem;
  }
}
.quote-container .quote-name {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .quote-container .quote-name {
    font-size: 1.6rem;
  }
}
.quote-container .quote-name span {
  font-weight: 500;
}

@media only screen and (max-width: 1200px) {
  .page .quote-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .home .quote-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.posts-section,
.publications-section {
  background-color: #f1f2f2;
}

.home .posts-section {
  background-color: #f1f2f2;
  padding: 60px 30px;
}

.small-head {
  color: #D7531E;
  font-family: "Interstate", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.large-head {
  font-weight: 700;
}

.posts-button {
  padding-top: 5px;
  text-align: right;
}
@media only screen and (max-width: 576px) {
  .posts-button {
    padding-top: 30px;
  }
}
.posts-button.mobile-loc {
  margin-top: 20px;
}

.description {
  margin-bottom: 10px;
}

.content-inner {
  padding: 7%;
  overflow: auto;
}
@media only screen and (min-width: 992px) {
  .content-inner {
    padding: 15%;
  }
}
.content-inner h4 {
  margin: 15px 0;
}
.content-inner p {
  font-family: "Interstate", serif;
  margin-bottom: 10px;
}
.content-inner a {
  border-bottom: 2px solid #fff;
  font-family: "Interstate", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.content-inner a:hover, .content-inner a:focus {
  border-bottom-color: #E3901B;
}
.content-inner .taf-brand-icon {
  float: left;
  padding: 0 5% 0 0;
  width: 20%;
}
.content-inner .taf-brand-text {
  float: right;
  font-size: 2.2rem;
  width: 80%;
}
.content-inner .taf-brand-text p {
  font-family: "Interstate", sans-serif;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .content-inner .taf-brand-text {
    font-size: 2.8rem;
  }
}

.taf-brand-icon {
  float: left;
  padding: 0 5% 0 0;
  width: 20%;
}

.taf-brand-text {
  float: right;
  font-size: 2.2rem;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .taf-brand-text {
    font-size: 2.8rem;
  }
}

.image-container-outer {
  min-height: 300px;
  position: relative;
}
.image-container-outer .image-container-inner {
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.image-container-outer .image-container-inner.contain {
  bottom: 5%;
  left: 5%;
  right: 5%;
  top: 5%;
  width: 90%;
}

/* ------------------------------------

	Page builder sections

---------------------------------------*/
.page-section {
  padding: 30px 0 40px;
}

.button-row a {
  color: #fff;
  font-family: "Interstate", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.button-row a.tile.page-button {
  background-size: cover;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
  padding-bottom: 40px;
  padding-top: 40px;
}
.button-row a.tile.page-button .overlay {
  background-color: rgba(0, 42, 87, 0.7);
  bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.button-row a.tile.page-button span {
  border-bottom: 1px solid transparent;
  display: block;
  height: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.button-row a.tile.page-button:hover .overlay, .button-row a.tile.page-button:focus .overlay {
  background-color: rgba(215, 83, 30, 0.8);
}
.button-row a.page-button {
  padding-bottom: 20px;
  padding-top: 20px;
}
.button-row a.page-button.d-inline-block {
  margin-right: 20px;
}
.button-row a.page-button span {
  padding: 0 30px;
  display: inline-block;
}

.people-section .people {
  margin-bottom: 20px;
}
.people-section .people a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.people-section .people a img {
  border-radius: 50%;
}
.people-section .people a h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 10px 0;
}
.people-section .people a h4 span {
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}
.people-section .people a p {
  color: #333 !important;
  font-size: 1.5rem;
  font-style: italic;
  margin: 0;
}
.people-section .people a:hover span, .people-section .people a:focus span {
  border-color: #D7531E;
}

.posts-pubs-section .related-content li {
  font-size: 1.5rem;
  font-weight: 500;
}
.posts-pubs-section .related-content li span {
  padding-top: 10px;
}
.posts-pubs-section .related-content li img {
  width: 60px;
}

.accordion .accordion-button {
  display: block;
  font-size: 2.2rem;
  padding: 20px 80px 20px 20px;
  position: relative;
  text-align: left;
  width: 100%;
}
.accordion .accordion-button svg {
  right: 20px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  top: 20px;
}
.accordion .accordion-button[aria-expanded=true] svg {
  transform: rotate(180deg);
}

.recipients-section .nav-tabs {
  border-bottom: 2px solid #00467f;
  display: none;
  margin: 0;
}
.recipients-section .nav-tabs li {
  list-style-type: none !important;
  margin-right: 2px;
}
.recipients-section .nav-tabs .nav-link {
  background-color: #049EBF;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #00467f;
  color: #fff;
  outline: none !important;
  font-family: "Interstate", sans-serif;
  font-weight: 500;
  text-decoration: none;
}
.recipients-section .nav-tabs .nav-link.active {
  background-color: #00467f;
}
.recipients-section .recipient-body {
  padding: 10px 0 0;
}
.recipients-section .recipient-body h4 {
  margin: 15px 0 5px;
}
.recipients-section .recipient-body p {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.recipients-section .recipient-body .recipient-project {
  color: #D7531E;
  font-size: 1.8rem;
  font-family: "Interstate", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
.recipients-section .card {
  border: 0;
  border-radius: 0 !important;
}
.recipients-section .card .accordion-header {
  margin-bottom: 20px;
}
.recipients-section .card .card-header {
  border-radius: 0 !important;
  border: 0;
  padding: 0;
}
.recipients-section .card .card-header:first-child {
  border: 0;
  border-radius: 0 !important;
}
@media only screen and (min-width: 768px) {
  .recipients-section .nav-tabs {
    display: flex;
  }
  .recipients-section .card {
    border: none;
  }
  .recipients-section .card .card-header,
  .recipients-section .tab-pane .taf-card-header {
    display: none;
  }
  .recipients-section .card .collapse {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .recipients-section .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

.logos {
  margin: 0 !important;
  text-align: center;
}
.logos li {
  display: inline-block;
  list-style-type: none !important;
  margin: 0 10px 20px 10px;
  position: relative;
  text-align: center;
  width: auto;
  /*
  		@media only screen and (min-width: $screen-sm) {
  			width: 30%;
  		}
  		@media only screen and (min-width: $screen-lg) {
  			width: 23%;
  		}
  */
}
@media only screen and (min-width: 576px) {
  .logos li {
    margin: 0 20px 40px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .logos li {
    margin: 0 20px 40px 20px;
  }
}
.logos li a {
  display: block;
}
.logos li img {
  filter: grayscale(100%);
  max-height: 50px;
  vertical-align: middle;
}
@media only screen and (min-width: 576px) {
  .logos li img {
    max-height: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .logos li img {
    max-height: 100px;
  }
}

.numbers-section .numbers .number {
  background-color: #f1f1f2;
  color: #D7531E;
  font-family: "Interstate", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 10px;
  text-align: center;
}
.numbers-section .numbers .number h5 {
  color: #333;
  margin: 10px 0 0;
  padding: 20px 0 5px;
}

/* ------------------------------------

	Posts grid

---------------------------------------*/
.post-card.entry {
  background-color: transparent;
  padding-bottom: 0;
}
.post-card.entry .post-inner {
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
  height: 100%;
  padding-bottom: 15px;
}
.post-card.entry a {
  bottom: 0;
  display: block;
  height: 100%;
  text-decoration: none;
  top: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.post-card.entry a img {
  display: block;
}
.post-card.entry a h4 {
  margin: 0;
  padding: 25px 20px 10px;
}
.post-card.entry a h4 span {
  border-bottom: 2px solid #fff;
  transition: all 0.2s ease-in-out;
}
.post-card.entry a p {
  color: #333 !important;
  font-family: "Interstate", serif;
  font-size: 1.5rem;
  margin-bottom: 10px;
  padding: 0 20px;
}
.post-card.entry a:hover h4 span, .post-card.entry a:focus h4 span {
  border-color: #E3901B;
}

.featured-publication.post-card a img {
  border-bottom: 1px solid #ccc;
  aspect-ratio: 0.77/1;
  object-fit: cover;
}
.featured-publication.post-card a h4 {
  font-size: 1.6rem;
}
.featured-publication.post-card a h4 span {
  border-bottom: 1px solid #fff;
  transition: all 0.2s ease-in-out;
}
.featured-publication.post-card a:hover h4 span, .featured-publication.post-card a:focus h4 span {
  border-color: #E3901B;
}

.background-section {
  background-size: cover;
  background-position: center center;
}
.background-section .container-fluid {
  padding-top: 50px;
}
.background-section .container-fluid [class*=col-] {
  margin-bottom: 20px;
}
.background-section .container-fluid .col-block {
  margin-bottom: 20px;
}

.all-white h1,
.all-white h2,
.all-white h3,
.all-white h4,
.all-white h5,
.all-white h6,
.all-white p,
.all-white blockquote,
.all-white a {
  color: #fff;
  margin: 0 0 5px 0;
}
.all-white h2.main-heading {
  margin: 0 0 20px;
}
.all-white p.intro {
  margin-bottom: 20px;
}
.all-white a {
  text-decoration: underline;
}
.all-white a:hover, .all-white a:focus {
  text-decoration: none;
}
.all-white .button {
  background-color: #049EBF;
}
.all-white .button:hover, .all-white .button:focus {
  background-color: #E3901B;
}

.lift {
  position: relative;
  z-index: 1;
}

.overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
}
.overlay.light {
  background-color: rgba(0, 0, 0, 0.3);
}
.overlay.medium {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay.dark {
  background-color: rgba(0, 0, 0, 0.8);
}

.text-with-image {
  margin-bottom: 20px;
  padding-left: 70px;
}

.intro {
  margin-bottom: 20px;
}

.outro {
  margin-top: 20px;
}

/* ------------------------------------

	Archives

---------------------------------------*/
.blog,
.archive {
  background-color: #f1f2f2;
}
.blog .site-inner,
.archive .site-inner {
  padding-top: 0;
}
.blog .archive-description,
.archive .archive-description {
  background-color: #fff;
  padding: 60px 0;
  /*
  		h1 {
  			margin: 0 auto;
  		}
  */
}

.archive-pagination li {
  font-size: 1.5rem;
}
.archive-pagination li a {
  padding: 4px 12px;
}
.archive-pagination li a:hover, .archive-pagination li a:focus {
  background-color: #00467f;
}
.archive-pagination li.active a {
  background-color: #00467f;
}

.search-results .entry {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.search-results .entry .entry-header {
  margin-bottom: 15px;
}
.search-results .entry .entry-header h2.entry-title {
  font-size: 2.2rem;
}
.search-results .entry .entry-header h2.entry-title a {
  color: #00467f;
}
.search-results .entry .entry-header h2.entry-title a:hover, .search-results .entry .entry-header h2.entry-title a:focus {
  color: #049EBF;
}
.search-results .entry p {
  font-size: 1.5rem;
  margin-bottom: 0;
}

/* ------------------------------------

	Filter forms

---------------------------------------*/
@media only screen and (max-width: 992px) {
  .publications-filter.filter {
    text-align: left;
  }
  .publications-filter.filter .searchandfilter ul li {
    margin: 0 10px 0 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .blog-filter.filter {
    text-align: left;
  }
  .blog-filter.filter .searchandfilter ul li {
    margin: 0 10px 0 0 !important;
  }
}

.filter {
  text-align: right;
}
.filter li {
  display: inline-block !important;
  margin-left: 10px !important;
}
.filter li .sf-input-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/png;base64,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");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 0.8em auto;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 10px 1.4em 10px 0.8em;
  position: relative;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.filter li .sf-input-select::-ms-expand {
  display: none;
}
.filter li .sf-input-select:hover {
  border-color: #888;
}
.filter li .sf-input-select:focus {
  border-color: #E3901B;
  color: #222;
  outline: none;
}
.filter li .sf-input-select option {
  font-weight: normal;
}

.search-filter-reset {
  color: #939598;
  font-size: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
}
.search-filter-reset:hover, .search-filter-reset:focus {
  color: #D7531E;
}

/* ------------------------------------

	Singles

---------------------------------------*/
.ssbp-wrap {
  margin: 40px 0;
}

.person-position {
  font-family: "Interstate", serif;
  font-style: italic;
}

.person-aside {
  text-align: center;
}
.person-aside img {
  border-radius: 50%;
  margin-bottom: 20px;
}
.person-aside p {
  text-align: center;
}

.single-program .program-subhead {
  font-size: 2.6rem;
}

.publication-aside img {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.related-content {
  font-family: "Interstate", sans-serif;
}
.related-content ul {
  margin: 0 !important;
  padding: 0 !important;
}
.related-content li {
  clear: both;
  font-size: 1.5rem;
  line-height: 1.2;
  list-style-type: none !important;
  margin-bottom: 30px;
  position: relative;
}
.related-content li a {
  color: #333;
  display: block;
  text-decoration: none;
}
.related-content li a:hover, .related-content li a:focus {
  color: #00467f;
}
.related-content span {
  display: block;
  padding-left: 55px;
}
.related-content img {
  float: left;
  margin: 0 15px 15px 0;
  width: 40px;
}
.related-content img.pub-thumb {
  border: 1px solid #ccc;
}

.single-post .attachment-post-banner {
  margin-bottom: 30px;
}

.entry-header .entry-meta {
  font-size: 1.5rem;
  font-weight: 500;
}

.single-subscribe {
  background-color: #049EBF;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.single-subscribe h3 {
  color: #fff;
  margin: 0;
  text-align: center;
}
.single-subscribe form .gform_body {
  margin: 20px auto;
  width: 90%;
}
@media (min-width: 768px) {
  .single-subscribe form .gform_body {
    float: left;
    margin: 0;
    width: 75%;
  }
}
.single-subscribe form .gform_footer {
  margin: 0 auto;
  width: 90%;
  text-align: right;
}
@media (min-width: 768px) {
  .single-subscribe form .gform_footer {
    float: left;
    margin: 0;
    text-align: left;
    width: 25%;
  }
}
.single-subscribe form .gform_confirmation_message {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.single-subscribe input {
  font-size: 1.5rem;
  padding: 10px;
}
.single-subscribe label {
  visibility: hidden;
}
.single-subscribe button,
.single-subscribe .gform_button.button {
  font-size: 1.5rem;
  padding: 10px;
}
.single-subscribe button:hover, .single-subscribe button:focus,
.single-subscribe .gform_button.button:hover,
.single-subscribe .gform_button.button:focus {
  background-color: #D7531E;
}

/* ------------------------------------

	Footer

---------------------------------------*/
.subscribe-section {
  background-color: #00467f;
  color: #fff;
  position: relative;
}
.subscribe-section .subscribe-heading {
  background-color: #049EBF;
  position: relative;
  padding: 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .subscribe-section .subscribe-heading {
    background-color: #049EBF;
    bottom: 0;
    position: absolute;
    top: 0;
    width: 25%;
  }
}
.subscribe-section .subscribe-heading h2 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  padding: 30px 10px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .subscribe-section .subscribe-heading h2 {
    font-size: 4.8rem;
  }
}
@media (min-width: 992px) {
  .subscribe-section .subscribe-heading h2 {
    font-size: 4.2rem;
    font-weight: 700;
    padding: 60px 0 0;
  }
}
.subscribe-section .subscribe-heading h2 br {
  display: none;
}
@media (min-width: 992px) {
  .subscribe-section .subscribe-heading h2 br {
    display: inline;
  }
}
.subscribe-section .subscribe-heading::after {
  position: absolute;
  content: " ";
  display: block;
  left: 0;
  bottom: -20px;
  width: 100%;
  border-style: solid;
  border-width: 0 100vw 20px 0;
  border-color: transparent #049EBF transparent transparent;
}
@media (min-width: 992px) {
  .subscribe-section .subscribe-heading::after {
    background: inherit;
    border: none;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: auto;
    right: -40px;
    position: absolute;
    transform: skewX(-15deg);
    transform-origin: 100%;
    width: 80px;
  }
}
.subscribe-section form {
  font-size: 1.4rem;
  padding: 30px 30px 10px;
}
@media (min-width: 992px) {
  .subscribe-section form {
    margin-left: 30%;
    padding: 40px 60px 10px;
  }
}
.subscribe-section form div {
  margin-bottom: 10px;
}
.subscribe-section form p {
  clear: both;
  padding-top: 10px;
  text-align: right;
}
.subscribe-section form input {
  border: 0;
  border-bottom: 3px solid #00467f;
  box-shadow: none;
  padding: 8px;
}
.subscribe-section form input:focus {
  border-bottom: 3px solid #E3901B;
}
.subscribe-section form #gform_submit_button_3,
.subscribe-section form button {
  background-color: #D7531E;
  color: #fff;
  margin-top: 10px;
  text-transform: uppercase;
}
.subscribe-section form #gform_submit_button_3:hover, .subscribe-section form #gform_submit_button_3:focus,
.subscribe-section form button:hover,
.subscribe-section form button:focus {
  background-color: #aa4218;
}
.subscribe-section form .gform_confirmation_wrapper .gform_confirmation_message {
  color: #fff;
}
.subscribe-section form .gform_footer {
  clear: both;
  margin-right: 0;
  text-align: right;
}
.subscribe-section form .validation_error {
  display: none !important;
}
.subscribe-section form .gfield_error .validation_message {
  color: #fff;
  font-weight: 800;
}

.share-buttons {
  font-size: 2.4rem;
  line-height: 2.4rem;
  list-style-type: none;
  margin: 10px 0;
  position: relative;
  text-align: center;
}
.share-buttons .share-title {
  font-size: 1.6rem;
}
.share-buttons a {
  color: #fff;
  display: inline-block;
  height: 40px;
  margin: 0 2px;
  padding: 5px;
  text-align: center;
  width: 40px;
}
.share-buttons a svg {
  vertical-align: middle;
}
.share-buttons a:hover, .share-buttons a:focus {
  opacity: 0.7;
}

.share-twitter {
  background-color: #1da1f2;
}

.share-facebook {
  background-color: #3b5998;
}

.share-linkedin {
  background-color: #0073b1;
}

.share-email {
  background-color: #666;
}

/* Front Page
-------------------------------------------------- */
/* Print Styles
--------------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    color: #333 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content,
  .content-sidebar {
    width: 100%;
  }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }
  .title-area {
    width: 100%;
    text-align: center;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    position: relative;
    top: -100px;
    padding-top: 0;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}
.single-publications.tax_case-study .content {
  max-width: 100% !important;
  width: 1240px;
}

.tax_case-study .content,
.tax_case-study .content * {
  box-sizing: border-box;
}

.tax_case-study .project-case-study {
  padding: 0 !important;
}
.tax_case-study .content #summary,
.tax_case-study .content #results,
.tax_case-study .content #recommendations {
  scroll-margin-top: 100px;
}
.tax_case-study .content .f-ui-small-title {
  color: #f15d22;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.tax_case-study .content .f-ui-small-title.blue {
  color: #002b58;
}
.tax_case-study .content .f-ui-p1 {
  font-size: 20px;
  line-height: 33px;
}
.tax_case-study .content .f-ui-p1.bold {
  font-weight: bold;
}
.tax_case-study .content .f-ui-p1.blue {
  color: #002b58;
}
.tax_case-study .content p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.tax_case-study .content blockquote p {
  margin: 0;
}
.tax_case-study .content .inline-text * {
  display: inline;
}
.tax_case-study .content .bold {
  font-weight: bold;
}
.tax_case-study .content ul {
  padding-left: 20px;
}
.tax_case-study .content li {
  list-style-type: disc;
  margin-bottom: 12px;
}
.tax_case-study .content .sidebar-row {
  margin: 0 auto 150px;
  padding: 0 48px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 64px;
}
@media (max-width: 992px) {
  .tax_case-study .content .sidebar-row {
    padding: 0;
    grid-template-columns: 1fr 240px;
  }
  .tax_case-study .content .sidebar-row .share-title {
    display: block;
    text-align: left;
    margin-bottom: 5px;
  }
}
@media (max-width: 700px) {
  .tax_case-study .content .sidebar-row {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto 100px;
  }
}
.tax_case-study .content .case-study-sidebar {
  background: #f1f2f2;
  padding: 32px;
}
.tax_case-study .content .sidebar-links {
  display: grid;
  grid-template-columns: 1fr;
}
.tax_case-study .content .sidebar-link:not(:last-child) {
  margin-bottom: 8px;
}
.tax_case-study .content .downloads-heading {
  margin-top: 32px;
}
.tax_case-study .content .share-buttons {
  font-size: 16px;
  margin: 32px 0 0;
  background: transparent;
  padding: 0;
  text-align: left;
}
.tax_case-study .content .share-buttons a {
  width: 30px;
  height: 30px;
  padding: 0;
  text-decoration: none;
}
.tax_case-study .content .share-buttons i {
  margin-top: 6px;
  display: block;
  text-decoration: none;
}
.tax_case-study .content .bar {
  display: block;
  width: 100%;
  height: 16px;
}
.tax_case-study .content .summary-section {
  margin-bottom: 120px;
}
.tax_case-study .content .summary-section,
.tax_case-study .content .results-section {
  border-top: 1px solid #e6e6e6;
  padding-top: 32px;
}
.tax_case-study .content .summary-section h2,
.tax_case-study .content .results-section h2 {
  margin-bottom: 50px;
}
.tax_case-study .content .summary-section h3,
.tax_case-study .content .results-section h3 {
  margin-top: 50px;
}
.tax_case-study .content .stats {
  margin: 32px 0 50px;
}
.tax_case-study .content .stats:last-child {
  margin-bottom: 0;
}
.tax_case-study .content .stat {
  color: #002a57;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
.tax_case-study .content .stat-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .tax_case-study .content .stat-wrapper {
    align-items: flex-start;
  }
}
.tax_case-study .content .stat-wrapper:last-child {
  margin-bottom: 0;
}
.tax_case-study .content .recommendations-section {
  margin: 0 0 100px;
  background: #f1f2f2;
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1100px) {
  .tax_case-study .content .recommendations-section {
    padding: 64px;
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .tax_case-study .content .recommendations-section {
    grid-template-columns: 1fr;
  }
  .tax_case-study .content .recommendations-section ul {
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  .tax_case-study .content .recommendations-section {
    padding: 32px;
  }
}
.tax_case-study .content .recommendations-section h2 {
  margin-bottom: 32px;
}
.tax_case-study .content .recommendations-section li {
  list-style-type: none;
  padding-left: 57px;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: 0px 4px;
}
.tax_case-study .content .recommendations-section li span {
  display: block;
  line-height: 1.3;
}
.tax_case-study .content .recommendations-section li:not(:last-child) {
  margin-bottom: 50px;
}
.tax_case-study .content .recommendations-section li p {
  margin-top: 10px;
}
.tax_case-study .content .info-section {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  min-height: 746px;
  background: #069ebf;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #fff;
}
@media (max-width: 700px) {
  .tax_case-study .content .info-section {
    grid-template-columns: 1fr;
  }
}
.tax_case-study .content .info-section > div:first-child {
  position: relative;
  align-self: center;
  padding: 100px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tax_case-study .content .info-section > div:first-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -64px;
  width: 64px;
  background-image: url(/custom/themes/taf/images/Snipe.svg);
  background-size: cover;
}
@media (max-width: 700px) {
  .tax_case-study .content .info-section > div:first-child:after {
    display: none;
  }
}
.tax_case-study .content .info-section .info-content {
  max-width: 520px;
  margin: 0 100px 0 auto;
}
@media (max-width: 1340px) {
  .tax_case-study .content .info-section .info-content {
    max-width: calc(50vw - 100px);
    margin: 0 50px 0 auto;
  }
}
@media (max-width: 700px) {
  .tax_case-study .content .info-section .info-content {
    max-width: calc(100vw - 50px);
    margin: 0 auto;
  }
}
.tax_case-study .content .info-section .image {
  background-size: cover;
}
@media (max-width: 700px) {
  .tax_case-study .content .info-section .image {
    display: none;
  }
}
.tax_case-study .content .info-section h2 {
  color: #fff;
  margin-bottom: 50px;
}
.tax_case-study .content .info-section a {
  background: #002a57;
  color: #f1f2f2;
  text-decoration: none;
  display: inline-block;
  padding: 14px;
  font-size: 18px;
  width: inherit;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 40px;
}
.tax_case-study .content .info-section a img {
  margin-top: 6px;
  margin-left: 4px;
}

.case-study-header-outer {
  position: relative;
  left: 50%;
  right: 50%;
  margin-top: -50px;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 100px;
  width: 100vw;
  background: #f1f2f2;
  padding: 100px 0;
}
@media (max-width: 700px) {
  .case-study-header-outer {
    padding: 25px 0;
    margin-bottom: 25px;
  }
}

.case-study-header {
  margin: 0px auto;
  padding: 50px;
  border: 1px solid #e6e6e6;
  width: 1240px;
  max-width: calc(100vw - 100px);
  background: #fff;
}
@media (max-width: 500px) {
  .case-study-header {
    max-width: calc(100vw - 50px);
    padding: 16px;
  }
}
.case-study-header .entry-header {
  margin-bottom: 16px;
}
.case-study-header .terms-list {
  margin-bottom: 50px;
  font-size: 15px;
}
.case-study-header .terms-list a,
.case-study-header .terms-list a:active,
.case-study-header .terms-list a:focus,
.case-study-header .terms-list a:hover,
.case-study-header .terms-list a:visited {
  color: #00467f;
}
.case-study-header .terms-list .comma:last-child {
  display: none;
}
.case-study-header swiper-container swiper-slide img {
  margin: 0 auto;
  display: block;
  width: 100%;
  aspect-ratio: 1/0.4;
  object-fit: cover;
  object-position: center center;
}
.case-study-header swiper-container {
  --swiper-pagination-bullet-border-radius: 0px;
  --swiper-pagination-color: white;
  --swiper-pagination-bullet-opacity: 0.7;
  --swiper-navigation-color: white;
  --swiper-pagination-bullet-width: 30px;
  --swiper-pagination-bullet-height: 3px;
}
.case-study-header .slide-caption {
  padding: 2rem;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 0;
  color: white;
}
.case-study-header .details {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 700px) {
  .case-study-header .details {
    flex-direction: column;
  }
}
.case-study-header .details > div {
  width: 364px;
  max-width: 100%;
}
.case-study-header .details h2 {
  margin-bottom: 16px;
}
.case-study-header .details p {
  margin: 0 0 8px;
}

.case-study-wrapper {
  max-width: calc(100vw - 100px);
  margin: 0 auto;
}
@media (max-width: 500px) {
  .case-study-wrapper {
    max-width: calc(100vw - 50px);
  }
}

.publications-section-grid {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  padding: 100px 0;
  background: #f1f2f2;
}
.publications-section-grid .case-study-wrapper {
  width: 1240px;
}
.publications-section-grid .publications-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .publications-section-grid .publications-header {
    align-items: flex-start;
  }
}
.publications-section-grid .publications-header p {
  margin: 0 0 8px;
}
.publications-section-grid .publications-header h2 {
  margin: 0;
}
.publications-section-grid .publications-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.publications-section-grid .publications-list .entry {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .publications-section-grid .publications-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .publications-section-grid .publications-list {
    grid-template-columns: 1fr;
  }
}
.publications-section-grid .button-right {
  text-align: right;
}

.button-mobile {
  display: none;
}
@media (max-width: 767px) {
  .button-mobile {
    display: inline-block;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .button-desktop {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
