@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
Proxima Nova Black
font-family: proxima-nova, sans-serif;
font-weight: 900;
font-style: normal;


Proxima Nova Black Italic
font-family: proxima-nova, sans-serif;
font-weight: 900;
font-style: italic;


Proxima Nova Bold
font-family: proxima-nova, sans-serif;
font-weight: 700;
font-style: normal;


Proxima Nova Bold Italic
font-family: proxima-nova, sans-serif;
font-weight: 700;
font-style: italic;


Proxima Nova Extrabold
font-family: proxima-nova, sans-serif;
font-weight: 800;
font-style: normal;


Proxima Nova Extrabold Italic
font-family: proxima-nova, sans-serif;
font-weight: 800;
font-style: italic;


Proxima Nova Thin
font-family: proxima-nova, sans-serif;
font-weight: 100;
font-style: normal;


Proxima Nova Thin Italic
font-family: proxima-nova, sans-serif;
font-weight: 100;
font-style: italic;


Proxima Nova Semibold
font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: normal;


Proxima Nova Semibold Italic
font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: italic;


Proxima Nova Regular
font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;


Proxima Nova Italic
font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: italic;


Proxima Nova Light
font-family: proxima-nova, sans-serif;
font-weight: 300;
font-style: normal;


Proxima Nova Light Italic
font-family: proxima-nova, sans-serif;
font-weight: 300;
font-style: italic;


Proxima Nova Medium
font-family: proxima-nova, sans-serif;
font-weight: 500;
font-style: normal;


Proxima Nova Medium Italic
font-family: proxima-nova, sans-serif;
font-weight: 500;
font-style: italic;


Proxima Nova Extra Condensed Bold Italic
font-family: proxima-nova-extra-condensed, sans-serif;
font-weight: 700;
font-style: italic;


Proxima Nova Extra Condensed Bold
font-family: proxima-nova-extra-condensed, sans-serif;
font-weight: 700;
font-style: normal;


Proxima Nova Extra Condensed Italic
font-family: proxima-nova-extra-condensed, sans-serif;
font-weight: 400;
font-style: italic;


Proxima Nova Extra Condensed Regular
font-family: proxima-nova-extra-condensed, sans-serif;
font-weight: 400;
font-style: normal;


Proxima Nova Condensed Bold
font-family: proxima-nova-condensed, sans-serif;
font-weight: 700;
font-style: normal;


Proxima Nova Condensed Bold Italic
font-family: proxima-nova-condensed, sans-serif;
font-weight: 700;
font-style: italic;


Proxima Nova Condensed Regular
font-family: proxima-nova-condensed, sans-serif;
font-weight: 400;
font-style: normal;


Proxima Nova Condensed Italic
font-family: proxima-nova-condensed, sans-serif;
font-weight: 400;
font-style: italic;

*
 */
* {
  box-sizing: border-box;
}

p:first-of-type {
  margin: 0;
}

body {
  font-family: proxima-nova, sans-serif;
}

/************************/
/*  GLOBAL
*************************/
img {
  display: block;
  width: 100%;
}

html {
  font-size: 18px;
}

body {
  background-color: #00336c;
}

p, li {
  text-align: left;
  color: #323232;
  text-shadow: 0 0 0 #000;
}
p a, li a {
  color: #648315;
  text-decoration: none;
}
p a:hover, li a:hover {
  text-decoration: underline;
}

div.copy ul li {
  margin-bottom: 20px;
}
div.copy ul li:last-child {
  margin-bottom: 0;
}

.clearfix {
  content: "";
  clear: both;
  display: table;
}

.content ul li {
  padding-left: 0;
  margin-bottom: 10px;
  line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: 400;
  text-shadow: 0 0 0 #000;
}
h1:not(:first-of-type), h2:not(:first-of-type), h3:not(:first-of-type), h4:not(:first-of-type), h5:not(:first-of-type), h6:not(:first-of-type) {
  margin-top: 30px;
}

h1 {
  color: #00336c;
  font-weight: 700;
  font-size: 30px;
}
h1 strong {
  text-transform: uppercase;
  line-height: 34px;
  letter-spacing: 1px;
  font-weight: 700;
}

h2 {
  color: #00336c;
  font-weight: 700;
  font-size: 30px;
}
h2 strong {
  text-transform: uppercase;
  line-height: 34px;
  letter-spacing: 1.9px;
  font-weight: 700;
  display: flex;
  width: 100%;
}
h2 strong:after {
  content: "";
  flex: 1 1;
  border-bottom: 2px solid #00336c;
  margin: auto 0 auto 50px;
  /* width: 90%; */
  padding-left: 50px;
}
h2.navigator {
  background: transparent url(../svg/navigator-mark.svg) no-repeat -20px 0;
  background-size: 7%;
  padding: 26px 0 26px 90px;
}

h3 {
  color: #00336c;
}

h5 {
  margin: 30px 0;
  color: #648315;
  font-size: 18px;
}

section blockquote:first-child {
  margin: 40px 0 70px;
}
section.border-bottom {
  border-bottom: 1px solid #CCC;
}

blockquote {
  margin: 40px 0 40px;
}
blockquote p {
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
}
blockquote p strong {
  font-weight: 600;
  color: #648315;
}

.container {
  margin: 0 auto;
  width: 80%;
}

main#page-content {
  background-color: #fff;
  min-height: 500px;
}

header {
  position: relative;
  background-color: #f1f1f1;
}
header:not(.small-head) {
  background: #00336c;
}
header .container {
  position: relative;
  z-index: 100;
}
header .container.upper-head {
  z-index: 999999;
}
header .banner .banner-background {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
header .brand {
  display: block;
  width: 30%;
}
header .brand img.desktop {
  display: block;
}
header .brand img.mobile {
  display: none;
}
header .head-copy {
  position: relative;
  z-index: 300;
}
header .head-copy .masttext {
  display: block;
  font-size: 50px;
  z-index: 200;
  width: 50%;
  color: #ffffff;
}
header .head-copy .masttext strong {
  display: block;
}

footer {
  padding: 50px 0;
}
footer .upper {
  padding-top: 20px;
  flex-direction: column;
}
footer .upper div {
  margin-top: 50px;
}
footer .upper .brand {
  width: 70%;
  display: block;
  margin: 0 auto;
}
footer .upper .brand img {
  margin: 0 auto;
  width: 100%;
}
footer p {
  padding-top: 50px;
  font-weight: 300;
  text-align: left;
  font-size: 16px;
  color: #cac5ca;
}
footer p strong {
  font-weight: 400;
  display: inline-block;
}
footer ul li {
  color: #ffffff;
  list-style-type: none;
  margin-top: 6px;
}
footer ul li strong {
  padding-right: 15px;
  display: inline-block;
}
footer ul li a {
  text-decoration: none;
  color: #ffffff;
}
footer .lower p {
  text-align: center;
}
footer .lower strong {
  display: block;
}

.footer-subscribe {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
}
.footer-subscribe label {
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-subscribe a {
  padding: 10px 15px;
  margin-top: 10px;
  color: #ffffff;
  text-decoration: none;
  background-color: #648315;
}

.social {
  padding-top: 15px;
}
.social ul {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.social ul li {
  margin-left: 15px;
  display: inline-block;
}
.social ul li:first-of-type {
  margin-left: 0;
}
.social ul li a {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 36px;
  background-color: #ffffff;
  color: #00336c;
  margin: 0 3px 3px 0;
}
.social ul li a:hover {
  text-decoration: none;
  color: #648315;
}

section {
  position: relative;
  padding: 50px 0;
}
section.pull-bottom {
  padding: 100px 0 0 0;
}
section.push-top {
  padding: 0 0 100px 0;
}
section .container {
  position: relative;
  z-index: 1000;
}
section.no-padding {
  margin: 0 !important;
}
section.promo {
  margin: 50px 0 100px 0;
}
section.promo .container .copy {
  margin: 0 auto;
}
section .promo-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top left;
  object-position: top left;
  opacity: 0;
}
section .promo-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top left;
  object-position: top left;
}
section .promo-background.grayscale img {
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
section.promo.background-full-size {
  padding: 0;
}
section.promo.background-full-size .promo-background {
  position: relative;
  max-height: 660px;
  overflow: hidden;
}
section.promo.background-full-size .promo-background img {
  display: block;
}
section.background-offwhite {
  background-color: #f1f1f1;
}
section.background-offwhite.slider_accordion .sa_content {
  background-color: #ffffff;
}
section.background-light {
  background-color: transparent;
}
section.background-blue {
  background-color: #00336c;
  color: #ffffff;
}
section.background-blue .newsletter-subscribe label {
  color: #A2B573;
}
section.background-blue p, section.background-blue h1, section.background-blue h2, section.background-blue h3, section.background-blue h4, section.background-blue h5, section.background-blue h6 {
  color: #ffffff;
}
section.background-blue p a, section.background-blue h1 a, section.background-blue h2 a, section.background-blue h3 a, section.background-blue h4 a, section.background-blue h5 a, section.background-blue h6 a {
  color: #A2B573;
  text-decoration: underline;
}
section.background-blue p a:hover, section.background-blue h1 a:hover, section.background-blue h2 a:hover, section.background-blue h3 a:hover, section.background-blue h4 a:hover, section.background-blue h5 a:hover, section.background-blue h6 a:hover {
  color: #ffffff;
  text-decoration: none;
}
section.background-blue ul li {
  color: #ffffff;
}
section.background-blue ul li a {
  color: #A2B573;
}
section.background-blue p {
  font-weight: 300;
}
section.background-blue .cta-link {
  display: block;
}
section.background-blue .cta-link a {
  color: #ffffff;
  text-decoration: none;
}
section.background-blue .cta-link a:hover {
  background-color: #ffffff;
  color: #00336c;
}
section.background-blue blockquote p strong {
  color: #A2B573;
}

.cta-link a {
  display: inline-block;
  padding: 12px 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #648315;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1.8px;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.cta-link a:hover {
  text-decoration: none;
  background-color: #00336c;
}

p .page-heading {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 300;
}

blockquote .page-heading {
  font-size: 35px;
  font-weight: 300;
}

ul.grid-main li a {
  border: 1px solid transparent;
  transition: border 0.5s ease, background-color 0.5s ease;
  display: block;
  height: 100%;
}
ul.grid-main li a:hover {
  border: 1px solid #00336c;
}

section.mosaic-grid ul, section.related-grid ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.mosaic-grid ul.grid-main li:nth-child(n+5), section.mosaic-grid ul.grid-related li:nth-child(n+5), section.related-grid ul.grid-main li:nth-child(n+5), section.related-grid ul.grid-related li:nth-child(n+5) {
  display: grid;
  grid-template-rows: 2fr;
}
section.mosaic-grid ul.grid-main li:nth-child(n+5) img, section.mosaic-grid ul.grid-related li:nth-child(n+5) img, section.related-grid ul.grid-main li:nth-child(n+5) img, section.related-grid ul.grid-related li:nth-child(n+5) img {
  display: none;
}
section.mosaic-grid ul.grid-secondary li img, section.related-grid ul.grid-secondary li img {
  display: none;
}
section.mosaic-grid ul.grid-secondary li h3, section.related-grid ul.grid-secondary li h3 {
  color: #00336c;
}
section.mosaic-grid ul li, section.related-grid ul li {
  position: relative;
}
section.mosaic-grid ul li img, section.related-grid ul li img {
  width: 100%;
}
section.mosaic-grid ul li a, section.related-grid ul li a {
  color: #ffffff;
  text-decoration: none;
  background-color: #00336c;
  display: block;
  position: relative;
  min-height: 100%;
}
section.mosaic-grid ul li a .card-title, section.related-grid ul li a .card-title {
  padding: 20px 20px 30px 20px;
  height: 115px;
  position: relative;
  bottom: 0;
}
section.mosaic-grid ul li a h3, section.related-grid ul li a h3 {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}
section.mosaic-grid ul li a p, section.related-grid ul li a p {
  color: #f1f1f1;
  text-decoration: none;
  font-size: 16px;
  line-height: 21px;
}

.quicklinks .quicklinks-title {
  margin-bottom: 15px;
  display: block;
}
.quicklinks ul {
  margin: 0;
  padding: 0;
}
.quicklinks ul li {
  list-style-type: none;
  margin-bottom: 10px;
  padding: 0;
}
.quicklinks ul li a {
  padding: 12px;
  background-color: #648315;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.5s ease, background-position 0.5s ease;
  font-weight: 600;
  position: relative;
  font-size: 15px;
}
.quicklinks ul li a:after {
  content: "";
  font-family: "Font Awesome 5 Free", sans-serif;
  transition: right 0.5s ease;
  position: absolute;
  top: 11px;
  right: 15px;
  color: #ffffff;
}
.quicklinks ul li a:hover {
  background-color: #00336c;
}
.quicklinks ul li a:hover:after {
  right: 10px;
}

.background-blue .quicklinks ul li a:hover {
  background-color: #648315;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  grid-gap: 25px;
  grid-template-rows: auto;
  margin: 0;
  padding: 0;
}
.featured-grid li {
  list-style-type: none;
  margin: 0;
}
.featured-grid li a.grid-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  background-color: #f1f1f1;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #f1f1f1;
  transition: border-color 0.5s ease;
}
.featured-grid li a.grid-card:hover {
  border-color: #00336c;
}
.featured-grid li a.grid-card .card-default {
  width: 70%;
}
.featured-grid li a.grid-card .card-default h3 {
  font-weight: 600;
  font-size: 16px;
  color: #00336c;
}
.featured-grid li a.grid-card .card-default p {
  color: #00336c;
  max-height: 100px;
  font-size: 13px;
  line-height: 17px;
}
.featured-grid li a.grid-card .card-image {
  width: 25%;
  padding: 10px;
}
.featured-grid li a.grid-card img {
  display: block;
  width: 100%;
  height: auto;
}

.contact_cta h2 {
  font-weight: 500;
  font-size: 22px;
}
.contact_cta .contact_info {
  align-items: center;
  flex-basis: 40%;
}
.contact_cta .contact_info .contact_image {
  width: 35%;
  margin: 20px auto;
}
.contact_cta .contact_info .contact_image img {
  display: block;
  border-radius: 100%;
  border: 1px solid #ffffff;
}
.contact_cta .contact_info p {
  font-size: 15px;
  flex-basis: 80%;
}
.contact_cta .contact_info p strong {
  font-weight: 600;
}
.contact_cta .contact_info p a.mail {
  color: #ffffff;
  text-decoration: none;
}

section.article .container h1 {
  font-size: 30px;
  line-height: 43px;
}
section.article .container .content ul {
  padding-left: 50px;
}

.social-share {
  margin-top: 25px;
}

.newsletter-subscribe {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
.newsletter-subscribe label {
  display: block;
  color: #A2B573;
  font-weight: 600;
}
.newsletter-subscribe input {
  margin-top: 20px;
  padding: 10px 5px;
  border: 0;
}
.newsletter-subscribe input[type=email] {
  width: 70%;
}
.newsletter-subscribe input[type=submit] {
  padding: 10px 15px;
  background-color: #648315;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
}

section.newsletter-block .container {
  background: #648315;
  display: grid;
  grid-template-columns: 2.5fr 2fr;
  grid-gap: 10%;
  padding: 50px;
}
section.newsletter-block .container h2 {
  color: #ffffff;
  font-size: 40px;
}
section.newsletter-block .container p {
  color: #ffffff;
  font-size: 22px;
}
section.newsletter-block .container .newsletter-subscribe {
  margin: 20px 25% 0 0;
}
section.newsletter-block .container .newsletter-subscribe input[type=submit] {
  background-color: #00336c;
}

section.mosaic-grid.navigator-grid .container ul.grid-main.subscribe-grid li.trending-subscribe {
  padding: 30px;
  background: #648315 url("../svg/navigator-mark.svg") 95% 6% no-repeat;
  background-size: 20%;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
section.mosaic-grid.navigator-grid .container ul.grid-main.subscribe-grid li.trending-subscribe h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 34px;
  padding: 0px 68px 0 0;
}
section.mosaic-grid.navigator-grid .container ul.grid-main.subscribe-grid li.trending-subscribe p {
  color: #ffffff;
}
section.mosaic-grid.navigator-grid .container ul.grid-main.subscribe-grid li.trending-subscribe .newsletter-subscribe {
  display: flex;
  justify-content: center;
}
section.mosaic-grid.navigator-grid .container ul.grid-main.subscribe-grid li.trending-subscribe .newsletter-subscribe a {
  background-color: #00336c;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  color: #ffffff;
  text-decoration: none;
}

.pad-top {
  margin-top: 150px;
}

section.mosaic-grid.navigator-grid .container ul.grid-main {
  display: grid;
  grid-gap: 25px;
  grid-auto-flow: column;
  grid-template-columns: 1.8fr 1.5fr 1.5fr;
  grid-template-rows: auto;
  grid-template-areas: "box1 box1 box1" "box4 box2 box3" "box5 box2 box3" "box6 box2 box3";
}
section.mosaic-grid.navigator-grid .container ul.grid-main.subscribe-grid {
  grid-template-areas: "box1 box1 box1" "box4 box2 box3" "box4 box2 box3" "box4 box2 box3";
}
section.mosaic-grid.navigator-grid .container ul.grid-main li {
  background-color: #f1f1f1;
  grid-area: var(--grid-pos);
}
section.mosaic-grid.navigator-grid .container ul.grid-main li a {
  background-color: #f1f1f1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.mosaic-grid.navigator-grid .container ul.grid-main li a p {
  color: #323232;
}
section.mosaic-grid.navigator-grid .container ul.grid-main li a p.excerpt {
  display: none;
}
section.mosaic-grid.navigator-grid .container ul.grid-main li a .card-preview {
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: border 0.5s ease;
}
section.mosaic-grid.navigator-grid .container ul.grid-main li a .card-preview h2 {
  margin-bottom: 0;
  font-size: 23px;
}
section.mosaic-grid.navigator-grid .container ul.grid-main li a .card-preview span {
  color: #648315;
}
section.mosaic-grid.navigator-grid .container ul.grid-main li a .card-preview p span.taxonomy {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  min-height: 19px;
}
section.mosaic-grid.navigator-grid .container ul.grid-main li:first-child a {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1.69fr 3fr;
  grid-template-rows: auto;
}
section.mosaic-grid.navigator-grid .container ul.grid-main li:first-child a p.excerpt {
  display: block;
}
section.mosaic-grid.navigator-grid .container ul.grid-main li:first-child a h2 {
  font-size: 30px;
  line-height: 35px;
}
section.mosaic-grid.navigator-grid .container ul.grid-main li .image {
  width: 100%;
}
section.mosaic-grid.navigator-grid .container ul.grid-main li:nth-child(n+4) {
  display: grid;
  grid-template-rows: 2fr;
}
section.mosaic-grid.navigator-grid .container ul.grid-main li:nth-child(n+4) .card-preview {
  padding: 5px 50px 0;
}
section.mosaic-grid.navigator-grid .container ul.grid-main li:nth-child(n+4) .card-preview h2 {
  font-size: 20px;
}
section.mosaic-grid.navigator-grid .container ul.grid-main li:nth-child(n+4) .image {
  display: none;
}
section.mosaic-grid.navigator-grid .container ul.grid-main li:nth-child(n+4) h2 {
  font-size: 14px;
}

section.standard-grid ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  grid-template-rows: auto;
  grid-template-areas: inherit;
  grid-gap: 25px;
}
section.standard-grid ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: #f1f1f1;
}
section.standard-grid ul li a {
  text-decoration: none;
}
section.standard-grid ul li a .image {
  position: relative;
  width: 100%;
}
section.standard-grid ul li a .image img {
  width: 100%;
  display: block;
}
section.standard-grid ul li a .card-preview {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: border 0.5s ease;
}
section.standard-grid ul li a .card-preview h2 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
section.standard-grid ul li a .card-preview span {
  color: #648315;
}
section.standard-grid ul li a .card-preview p.meta {
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  color: #00336c;
  font-weight: 300;
}
section.standard-grid ul li a .card-preview p span.taxonomy {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
}
.sorting {
  margin: 50px 0;
}
.sorting form {
  display: flex;
  justify-content: space-evenly;
}
.sorting form .sort-select {
  flex-basis: 15%;
}
.sorting form .sort-select select {
  cursor: pointer;
  width: 100%;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  color: #648315;
  font-weight: 600;
  border: 2px solid #cccccc;
  text-transform: uppercase;
}
.sorting form .sort-select select option {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  padding-bottom: 10px;
  text-transform: none;
}
.sorting form button[type=submit] {
  padding: 8px 60px 8px 15px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #648315;
  border: none;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  display: block;
  transition: background-color 0.5s ease;
}
.sorting form button[type=submit]:hover {
  background-color: #00336c;
}
.sorting form button[type=submit]:hover:after {
  right: 5px;
}
.sorting form button[type=submit]:after {
  content: "";
  font-family: "Font Awesome 5 Free", sans-serif;
  position: absolute;
  top: 12px;
  right: 15px;
  color: #ffffff;
  display: block;
  width: 15px;
  height: 15px;
  font-size: 13px;
  transition: right 0.5s ease;
}

section.standard-grid.popular-grid .container ul {
  grid-template-columns: repeat(2, 2fr);
  grid-template-rows: auto;
  grid-template-areas: inherit;
  grid-gap: 25px;
}
section.standard-grid.popular-grid .container ul li a {
  display: grid;
  grid-template-columns: 1.8fr 2fr;
}
section.standard-grid.popular-grid .container ul li a .image img {
  width: inherit;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

section.mosaic-grid.navigator-grid.success-grid .container ul.grid-main {
  grid-template-columns: 1.5fr 1.5fr 1.5fr;
  grid-template-rows: auto;
  grid-template-areas: "box1 box2 box3" "box4 box5 box6" "box4 box5 box7" "box4 box5 box8";
}
section.mosaic-grid.navigator-grid.success-grid .container ul.grid-main li:nth-child(1) a {
  display: block;
}
section.mosaic-grid.navigator-grid.success-grid .container ul.grid-main li:nth-child(1) a .card-preview h2 {
  margin-bottom: 0;
  font-size: 20px;
  padding-top: 0;
}
section.mosaic-grid.navigator-grid.success-grid .container ul.grid-main li:nth-child(4) a, section.mosaic-grid.navigator-grid.success-grid .container ul.grid-main li:nth-child(5) a {
  display: grid;
  grid-template-rows: 0.6fr 0.8fr;
}
section.mosaic-grid.navigator-grid.success-grid .container ul.grid-main li:nth-child(n+4) .image {
  display: block;
}
section.mosaic-grid.navigator-grid.success-grid .container ul.grid-main li:nth-child(n+4) .image img {
  display: block;
}
section.mosaic-grid.navigator-grid.success-grid .container ul.grid-main li:nth-child(n+6) a {
  justify-content: center;
  grid-template-rows: 2fr;
}
section.mosaic-grid.navigator-grid.success-grid .container ul.grid-main li a .card-preview {
  height: auto;
  padding: 20px;
}
section.mosaic-grid.navigator-grid.success-grid .container ul.grid-main li a .card-preview h2 {
  margin-bottom: 0;
  font-size: 20px;
  padding-top: 0;
}

section.standard-grid.team-grid ul li a .card-preview {
  transition: background-color 0.5s ease, color 0.5s ease;
}
section.standard-grid.team-grid ul li a:hover .card-preview {
  background-color: #00336c;
}
section.standard-grid.team-grid ul li a:hover .card-preview h2, section.standard-grid.team-grid ul li a:hover .card-preview p {
  color: #ffffff;
}

section.related-grid.with-overlay a {
  position: relative;
}
section.related-grid.with-overlay a .card-default {
  position: relative;
}
section.related-grid.with-overlay a .card-default .overlay {
  top: 100%;
  height: 100%;
  position: absolute;
  background-color: #648315;
  z-index: 100;
  padding: 50px;
  left: 0;
  width: 100%;
  transition: top 0.5s ease;
}
section.related-grid.with-overlay a .card-default .overlay h2, section.related-grid.with-overlay a .card-default .overlay h3, section.related-grid.with-overlay a .card-default .overlay p {
  color: #ffffff;
}
section.related-grid.with-overlay a:hover .card-default .overlay {
  top: 0;
}

.pagination {
  margin: 50px 0;
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.pagination .pagination-data {
  font-size: 14px;
  margin-left: 25px;
  line-height: 44px;
}

section.article .meta {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
section.article .meta .author {
  margin-left: 20px;
}
section.article .meta .social-share {
  position: relative;
  margin-top: -5px;
  margin-left: 20px;
}
section.article .terms ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
section.article .terms ul li {
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  margin-right: 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #648315;
}
section.article .terms ul li a {
  color: #648315;
}
section.article .terms ul li:first-child a {
  padding: 5px 10px;
  background-color: #00336c;
  color: #ffffff;
}

section.article .container {
  position: relative;
}
section.article .back {
  position: absolute;
  right: -20%;
  top: 0;
  width: 20%;
}
section.article .back img {
  width: 100%;
  display: block;
}

section.navigator-header .container:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: transparent url(../svg/navigator-mark.svg) no-repeat;
}

.gform_wrapper .gform_required_legend {
  margin-top: 10px;
  font-style: italic;
}
.gform_wrapper .gfield {
  margin-top: 20px;
  max-width: 600px;
}
.gform_wrapper .gfield .gfield_label {
  display: block;
  color: #648315;
  font-weight: 600;
  margin-bottom: 2px;
}
.gform_wrapper .gfield input {
  padding: 10px 5px;
  border: 1px solid #323232;
  width: 100%;
}
.gform_wrapper .gfield textarea {
  padding: 10px 5px;
  border: 1px solid #323232;
  width: 100%;
}
.gform_wrapper .gfield .gfield_validation_message {
  font-size: 0.9em;
  color: #D41111;
  font-style: italic;
  margin-top: 5px;
}
.gform_wrapper .gfield.hidden_label .gfield_label {
  display: none;
}
.gform_wrapper .gfield.gform_validation_container {
  display: none;
}
.gform_wrapper fieldset {
  padding: 0;
  border: none;
}
.gform_wrapper fieldset .ginput_complex {
  display: flex;
  flex-direction: row;
}
.gform_wrapper fieldset .ginput_complex > span {
  flex: 1;
  margin-right: 10px;
}
.gform_wrapper fieldset .ginput_complex > span:last-child {
  margin-right: 0;
}
.gform_wrapper .gform_button {
  margin-top: 20px;
  padding: 10px 15px;
  background-color: #648315;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  border: 0;
}
.gform_wrapper .gform_submission_error {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  width: unset !important;
  font-size: 1.07em;
  font-weight: 600;
  color: #648315;
}

@media only screen and (max-width: 899px) {
  .alignleft, .alignright, .aligncenter {
    width: 100%;
    height: auto;
    padding: 50px 0;
    display: block;
    float: none;
    margin: 0 auto;
  }

  /* Table Responsiveness */
  .responsive-table table, .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr {
    display: block;
    height: inherit !important;
  }
  .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsive-table tr {
    margin: 0 0 1rem 0;
    height: inherit !important;
  }
  .responsive-table tr:nth-child(odd) {
    background: #F8F3D4;
  }
  .responsive-table td {
    border: none;
    border-bottom: 1px solid #a29f9f;
    position: relative;
    padding: 5px 5px 5px 50%;
    width: 100% !important;
  }
  .responsive-table td:before {
    position: absolute;
    top: 5px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: 600;
    content: attr(data-label);
  }

  .nonresponsive-table tr {
    display: flex;
  }
  .nonresponsive-table tr td {
    width: 75% !important;
  }
  .nonresponsive-table tr td:first-child {
    width: 25% !important;
  }

  p, h5, h6 {
    line-height: 26px;
  }

  h1 {
    font-size: 20px;
  }
  h1 span.page-heading {
    font-size: 26px;
  }
  h1 strong {
    line-height: 33px;
    font-size: 20px;
  }

  h2 {
    font-size: 24px;
  }
  h2 strong {
    display: block;
  }
  h2 strong:after {
    display: none;
  }
  h2.navigator {
    background: transparent url(../svg/navigator-mark.svg) no-repeat 100% center;
    background-size: 17%;
    padding: 26px 100px 26px 0px;
  }
  h2.navigator strong {
    line-height: 28px;
  }

  .container {
    width: 90%;
  }

  section {
    padding: 0 0;
  }
  section .listing ul li, section .listing ul.grid-main li {
    margin-bottom: 50px;
  }
  section .listing ul li .card-preview, section .listing ul.grid-main li .card-preview {
    padding: 5px;
  }
  section.navigator-grid {
    padding: 0;
  }
  section.newsletter-block .container {
    display: block;
    padding: 50px 25px;
  }
  section.newsletter-block .container .newsletter-subscribe {
    margin: 20px 0;
  }
  section.newsletter-block .container h2 {
    font-size: 20px;
  }
  section .image {
    display: none;
  }
  section.mosaic-grid.navigator-grid {
    padding-bottom: 50px;
    padding-top: 0;
  }
  section.mosaic-grid.navigator-grid .container ul.grid-main,
section.mosaic-grid.navigator-grid .container ul.subscribe-grid {
    display: block;
  }
  section.mosaic-grid.navigator-grid .container ul.grid-main li,
section.mosaic-grid.navigator-grid .container ul.subscribe-grid li {
    margin-bottom: 20px;
    display: block;
  }
  section.mosaic-grid.navigator-grid .container ul.grid-main li a,
section.mosaic-grid.navigator-grid .container ul.subscribe-grid li a {
    display: block !important;
  }
  section.mosaic-grid.navigator-grid .container ul.grid-main li a .card-preview,
section.mosaic-grid.navigator-grid .container ul.subscribe-grid li a .card-preview {
    padding: 15px !important;
  }
  section.mosaic-grid.navigator-grid .container ul.grid-main li a .card-preview p span.taxonomy,
section.mosaic-grid.navigator-grid .container ul.subscribe-grid li a .card-preview p span.taxonomy {
    font-size: 15px;
    line-height: 20px;
  }
  section.mosaic-grid.navigator-grid .container ul.grid-main li a .card-preview p.meta,
section.mosaic-grid.navigator-grid .container ul.subscribe-grid li a .card-preview p.meta {
    font-size: 13px;
  }
  section.mosaic-grid.navigator-grid .container ul.grid-main li a .card-preview p.excerpt,
section.mosaic-grid.navigator-grid .container ul.subscribe-grid li a .card-preview p.excerpt {
    font-size: 15px;
  }
  section.mosaic-grid.navigator-grid .container ul.grid-main li a .card-preview h2,
section.mosaic-grid.navigator-grid .container ul.subscribe-grid li a .card-preview h2 {
    font-size: 20px;
    line-height: 24px;
  }
  section.mosaic-grid.navigator-grid .container ul.grid-main li:first-child .image,
section.mosaic-grid.navigator-grid .container ul.subscribe-grid li:first-child .image {
    display: block;
    margin: 0;
  }
  section.mosaic-grid.navigator-grid .container ul.grid-main li.trending-subscribe,
section.mosaic-grid.navigator-grid .container ul.subscribe-grid li.trending-subscribe {
    padding: 130px 5px 50px 10px !important;
    background: #648315 url(../svg/navigator-mark.svg) 95% 6% no-repeat;
    background-size: 23%;
    justify-content: flex-end;
    display: block;
    flex-direction: column;
  }
  section.mosaic-grid.navigator-grid .container ul.grid-main li.trending-subscribe .title h2,
section.mosaic-grid.navigator-grid .container ul.subscribe-grid li.trending-subscribe .title h2 {
    font-size: 22px;
    line-height: 26px;
    padding: 0 50px 0 0;
  }

  .sorting form {
    display: block;
  }
  .sorting form .sort-select {
    margin-bottom: 10px;
  }
  .sorting form button[type=submit] {
    width: 100%;
  }

  section.standard-grid {
    display: block;
  }
  section ul {
    display: block;
  }
  section .container .listing ul.grid-main {
    display: block;
  }
  section .container .listing ul li {
    margin-bottom: 20px;
  }
  section .container .listing ul li a {
    display: block;
    width: 100%;
  }

  blockquote p {
    font-size: 21px;
    font-weight: 300;
    line-height: 27px;
  }
  blockquote p .page-heading {
    font-size: 24px;
    line-height: 28px;
  }

  header {
    position: relative;
    padding-top: 20px;
    background-color: #00336c;
  }
  header .upper-head {
    display: flex;
    justify-content: space-between;
  }
  header .brand {
    width: 46%;
    padding-bottom: 25px;
  }
  header .brand img.desktop {
    display: none;
  }
  header .brand img.mobile {
    display: block;
  }
  header a.mobile-nav-toggle {
    color: #ffffff;
    width: 15%;
    display: block;
    font-size: 30px;
    /* padding-top: 15px; */
    text-align: right;
  }
  header.small-head a.mobile-nav-toggle {
    color: #ffffff;
    padding: 5px;
  }
  header nav {
    display: none;
    position: absolute;
  }
  header nav div {
    position: absolute;
    background-color: #00336c;
    width: 100vw;
    top: 60px;
    margin-left: -18px;
  }
  header nav div ul {
    display: block;
    padding: 0;
  }
  header nav div ul li {
    list-style-type: none;
  }
  header nav div ul li a {
    color: #ffffff;
    font-size: 17px;
    display: block;
    padding: 16px 36px;
    text-decoration: none;
  }
  header nav div ul li:last-child a {
    border-bottom: none;
  }
  header nav div ul li.menu-item-has-children {
    position: relative;
  }
  header nav div ul li.menu-item-has-children a {
    width: 70%;
  }
  header nav div ul li.menu-item-has-children .sub-toggle {
    position: absolute;
    right: 20px;
    color: #ffffff;
    width: 50px;
    /* height: 50px; */
    top: 0;
    display: block;
    font-size: 32px;
    text-align: center;
  }
  header nav div ul li.menu-item-has-children .sub-menu a {
    width: 100%;
  }
  header nav div ul li ul li a {
    border-bottom: none;
    padding-left: 15%;
    font-size: 15px;
  }
  header nav div ul.sub-menu {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.5s ease;
  }
  header nav div ul.sub-menu.sub-active {
    height: auto;
  }
  header nav div ul.sub-menu .sub-menu {
    height: auto;
  }
  header nav div ul.sub-menu .sub-menu li {
    padding-left: 20px;
  }
  header nav.active {
    display: block;
  }
  header .head-copy .masttext {
    display: block;
    font-size: 26px;
    z-index: 200;
    width: 100%;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
  }
  header .banner-background {
    position: relative;
    z-index: 3;
    height: 237px;
    -o-object-fit: cover;
    -o-object-position: center center;
    object-position: right center;
    overflow: hidden;
    margin-top: -83px;
  }
  header .banner-background .background-overlay {
    z-index: 2;
    top: 0;
  }
  header .banner-background img {
    z-index: 1;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: right center;
    right: 0;
    top: -50%;
    width: 200%;
    height: 200%;
  }
  header .banner-background img.background-main {
    opacity: 0.5;
    top: -151px;
  }

  main section:first-child {
    padding-top: 50px;
  }

  section.mosaic-grid ul li, section.related-grid ul li {
    margin-bottom: 15px;
  }
  section.mosaic-grid ul li a .card-title, section.related-grid ul li a .card-title {
    height: auto;
  }
  section.mosaic-grid ul li a .card-title .overlay, section.related-grid ul li a .card-title .overlay {
    display: none;
  }

  .newsletter-subscribe input[type=email] {
    width: 64%;
  }

  main {
    padding-bottom: 50px;
  }

  section.promo {
    padding: 0 0 50px 0;
    margin-bottom: 50px;
  }
  section.promo .promo-background {
    opacity: 1;
    width: 100%;
    height: inherit;
    overflow: hidden;
  }
  section.promo .promo-background img {
    width: 200%;
    position: relative;
    margin-left: -50px;
  }
  section.promo .container {
    width: 100%;
    background: transparent url(../png/promo-overlay-offwhite-4.png) center 70px repeat-x;
    padding: 200px 5% 0;
  }
  section.promo.background-full-size .promo-background {
    background-size: cover;
  }
  section.promo.background-full-size .promo-background img {
    width: 100%;
    margin-left: 0;
  }
  section.promo.background-full-size .container {
    padding: 0;
  }

  .single-team section.content-block .image {
    display: block;
  }

  section.content-block {
    padding: 50px 0;
  }
  section.navigator-header {
    margin-bottom: 50px;
  }
  section.navigator-header h1 {
    font-size: 22px;
    width: 78%;
  }

  .post-type-archive-navigator section.navigator-grid ul li:nth-child(-n+3) .image {
    display: block;
    margin: 0;
  }

  section.article .terms ul li {
    line-height: 30px;
  }

  section.article h1 {
    margin: 25px 0;
  }
  section.article .meta {
    flex-direction: column;
  }
  section.article .meta span {
    font-size: 15px;
  }
  section.article .meta span.author {
    margin: 0;
  }
  section.article .meta .social-share {
    margin-top: 15px;
    margin-left: 0;
  }
  section.article .meta .social-share ul li:nth-child(1n+2) {
    margin-left: 20px !important;
  }
  section.article .container h1 {
    line-height: 35px;
  }
  section.article.border-bottom {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .back {
    display: none;
  }

  section.standard-grid .listing ul li .image {
    display: block;
  }
  section.standard-grid.popular-grid .container ul {
    display: block;
  }
  section.standard-grid.popular-grid .container ul li {
    margin-bottom: 15px;
  }
  section.standard-grid.popular-grid .container ul li a {
    display: block;
  }
  section.standard-grid.popular-grid .container ul li a .image {
    display: block;
  }

  footer {
    margin-top: 30px;
  }
  footer .newsletter-subscribe label {
    font-size: 17px;
  }
  footer .newsletter-subscribe input[type=email] {
    width: 67%;
  }

  .featured-grid {
    display: block;
  }

  .featured-grid li {
    margin-bottom: 20px;
  }
  .featured-grid li a.grid-card {
    padding: 0;
    flex-direction: column-reverse;
  }
  .featured-grid li a.grid-card .card-default {
    width: 90%;
    margin: 10px auto;
  }
  .featured-grid li a.grid-card .card-image {
    width: 100%;
    padding: 0;
  }

  div.copy ul {
    margin-left: 0;
  }

  section.related-grid.with-overlay a .card-default .overlay {
    display: none;
  }

  section.contact_cta {
    padding: 50px 0;
  }

  .quicklinks {
    margin-top: 50px;
  }

  section.pull-up {
    margin-bottom: 50px;
  }

  .pagination {
    margin-bottom: 0;
    flex-direction: column;
  }
  .pagination .pagination-controls {
    display: flex;
    justify-content: space-between;
  }
  .pagination .pagination-data {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  section.slider_accordion .sa_container {
    background-color: #f1f1f1;
    border: 1px solid #00336c;
  }
  section.slider_accordion .sa_container h2 {
    margin: 0;
    padding: 50px 20px 10px 20px;
    color: #648315;
    background-color: #00336c;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
  }
  section.slider_accordion ul {
    margin: 0;
    padding: 0;
  }
  section.slider_accordion ul li {
    list-style-type: none;
    margin: 0;
  }
  section.slider_accordion ul li:last-child h3 {
    padding: 12px 20px 50px 20px;
  }
  section.slider_accordion ul li h3 {
    font-size: 15px;
    padding: 12px 20px;
    margin-bottom: 0;
    color: #f1f1f1;
    background-color: #00336c;
  }
  section.slider_accordion ul li h3 a {
    opacity: 0.7;
    color: #f1f1f1;
    width: 100%;
    display: block;
    position: relative;
  }
  section.slider_accordion ul li h3 a span {
    display: inline-block;
    width: 80%;
  }
  section.slider_accordion ul li h3 a:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 23px;
  }
  section.slider_accordion ul li .sa_content {
    transition: all 2s ease-in;
    max-height: 0;
    overflow: hidden;
  }
  section.slider_accordion ul li .sa_content .sa_content-interior {
    padding: 50px 25px;
  }
  section.slider_accordion ul li .sa_content .sa_image-portrait {
    display: none;
  }
  section.slider_accordion ul li .sa_content .h2 {
    margin-top: 20px;
    font-size: 25px;
    font-weight: 600;
    color: #00336c;
  }
  section.slider_accordion ul li.active {
    background-color: #00336c;
  }
  section.slider_accordion ul li.active h3 {
    padding-bottom: 50px;
  }
  section.slider_accordion ul li.active h3 a {
    opacity: 1;
    color: #ffffff;
  }
  section.slider_accordion ul li.active .sa_content {
    max-height: 1000px;
    background-color: #f1f1f1;
  }
}
@media only screen and (min-width: 900px) {
  html {
    font-size: 18px;
  }

  p, h5, li {
    line-height: 28px;
  }

  img.alignleft {
    width: 55%;
    height: auto;
    padding: 0 70px 50px 0;
    display: inline-block;
    float: left;
  }
  img.alignleft:after {
    display: block;
    clear: both;
  }
  img.alignright {
    width: 55%;
    height: auto;
    padding: 0 0 50px 70px;
    display: inline-block;
    float: right;
  }
  img.alignright:after {
    display: block;
    clear: both;
  }
  img.aligncenter {
    width: 70%;
    height: auto;
    padding: 50px 0;
    display: block;
    float: none;
    margin: 0 auto;
  }
  img.aligncenter:after {
    display: block;
    clear: both;
  }
  img.alignnone {
    width: auto;
    height: auto;
    padding: 0;
    margin: 50px 0;
    display: block;
  }

  .container {
    width: 100%;
    padding: 0 50px;
  }

  header a.mobile-nav-toggle {
    display: none;
  }

  header.banner {
    position: relative;
    padding: 40px 0 40px;
  }
  header.banner .head-copy {
    position: relative;
    z-index: 300;
    height: 45vw;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  header.banner .head-copy .masttext {
    width: 60%;
    font-size: calc(35px + (62 - 35) * ((100vw - 900px) / (1600 - 900)));
  }
  header.banner div.banner-background {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
  header.banner div.banner-background img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
  header.banner div.banner-background img.background-main {
    z-index: 1;
  }
  header.banner div.banner-background img.background-overlay {
    z-index: 2;
  }
  header.banner .container.flex {
    display: flex;
    justify-content: space-between;
  }
  header.banner .brand {
    width: 23%;
  }
  header.banner nav {
    width: 60%;
    padding-top: 20px;
  }
  header.banner nav .sub-toggle {
    display: none;
  }
  header.banner nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    position: relative;
  }
  header.banner nav ul li {
    white-space: nowrap;
    margin-left: 0;
    color: #ffffff;
    position: relative;
    padding-bottom: 20px;
  }
  header.banner nav ul li:hover ul.sub-menu {
    display: block;
  }
  header.banner nav ul li:hover a {
    background-color: #ffffff;
    color: #00336c;
    /* This is the weirdest way to do this. */
  }
  header.banner nav ul li:hover a:not(ul.sub-menu li a) {
    text-shadow: 0 0 1px #00336c;
  }
  header.banner nav ul li:last-child {
    padding-right: 10px;
  }
  header.banner nav ul li ul.sub-menu {
    display: none;
    margin: 20px 0 0;
    position: absolute;
    left: 0;
    width: 250%;
  }
  header.banner nav ul li ul.sub-menu li {
    background-color: #ffffff;
    white-space: inherit;
    padding-right: 0;
    display: block;
    text-align: left;
    width: 100%;
    padding-bottom: 0;
  }
  header.banner nav ul li ul.sub-menu li a {
    padding: 10px 0 10px 25px;
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 400;
  }
  header.banner nav ul li ul.sub-menu li a:hover {
    font-weight: 600;
  }
  header.banner nav ul li ul.sub-menu li:first-child a {
    padding-top: 20px;
  }
  header.banner nav ul li ul.sub-menu li:last-child a {
    padding-bottom: 20px;
  }
  header.banner nav ul li ul.sub-menu li ul.sub-menu {
    position: absolute;
    width: 100%;
    margin: 0;
    left: 100%;
    top: 0%;
    padding-left: 10px;
    display: none;
  }
  header.banner nav ul li ul.sub-menu li ul.sub-menu li:first-child a {
    padding-top: 0;
  }
  header.banner nav ul li ul.sub-menu li ul.sub-menu li a {
    padding: 10px 0 10px 35px;
  }
  header.banner nav ul li ul.sub-menu li:hover ul.sub-menu {
    display: block;
  }
  header.banner nav ul li ul.sub-menu li:hover ul.sub-menu li a {
    padding: 8px 0 0px 20px;
    font-size: 14px;
  }
  header.banner nav ul li ul.sub-menu li:hover ul.sub-menu li:first-child {
    padding-top: 10px;
  }
  header.banner nav ul li ul.sub-menu li:hover ul.sub-menu li:last-child {
    padding-bottom: 20px;
  }
  header.banner nav ul li a {
    text-shadow: 0 0 #000;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 25px 10px 25px;
  }
  header.banner nav ul li a:hover {
    background-color: #ffffff;
    color: #00336c;
  }
  header.banner.small-head nav {
    margin-top: 0;
  }
  header.banner.small-head nav ul li ul.sub-menu li {
    background-color: #00336c;
  }
  header.banner.small-head nav ul li a {
    color: #00336c;
  }
  header.banner.small-head nav ul li:hover a {
    background-color: #00336c;
    color: #ffffff;
  }
  header.banner:not(.small-head) {
    height: 55vw;
    padding: 40px 0 0;
  }

  footer {
    padding-top: 100px 0;
  }
  footer div {
    margin-top: 0;
  }
  footer .upper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
  }
  footer .upper .brand {
    width: 29%;
    margin: 0;
    padding-top: 50px;
  }
  footer .upper .brand img {
    width: 90%;
    margin-right: 10%;
  }
  footer ul {
    margin-top: 0;
  }
  footer ul li a:hover {
    text-decoration: underline;
  }
  footer .container {
    width: 90%;
    margin: 0 auto;
  }
  footer p {
    margin: 0;
    padding-top: 0;
  }
  footer .lower {
    margin-top: 100px;
  }
  footer .lower p strong {
    padding-right: 50px;
    display: inline-block;
  }
  footer .lower p.copyright {
    text-align: center;
  }

  section.content-block .container {
    justify-content: space-between;
  }
  section.content-block.position-left .container {
    display: flex;
    flex-direction: row;
  }
  section.content-block.position-right .container {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
  }
  section.content-block.position-split .copy .page-heading {
    width: 100%;
  }
  section.content-block.position-full .container, section.content-block.position-split .container {
    display: block;
    flex-direction: row-reverse;
  }
  section.content-block.position-full .container .copy, section.content-block.position-split .container .copy {
    width: 100%;
    margin: 0 auto;
  }
  section.content-block.position-full .container.split-content, section.content-block.position-split .container.split-content {
    display: grid;
    grid-gap: 250px;
    grid-template-columns: 1.8fr 1.9fr;
  }
  section.content-block.position-full .container.split-content h2, section.content-block.position-split .container.split-content h2 {
    margin-top: 50px;
  }
  section.content-block.position-full .container.split-content h2:first-child, section.content-block.position-split .container.split-content h2:first-child {
    margin-top: 0;
    margin-bottom: 50px;
    position: relative;
    width: 222%;
  }
  section.content-block.position-full .container.split-content img.alignnone, section.content-block.position-split .container.split-content img.alignnone {
    width: 100%;
  }
  section.content-block.position-full .container.split-content img.aligncenter, section.content-block.position-split .container.split-content img.aligncenter {
    width: 100%;
  }
  section.content-block.position-full .container.split-content .copy-split, section.content-block.position-split .container.split-content .copy-split {
    margin-top: 50px;
  }
  section.content-block.position-full .container.quicklinks-split, section.content-block.position-split .container.quicklinks-split {
    display: grid;
    grid-template-columns: 1.5fr 0.8fr;
    grid-gap: 200px;
  }
  section.content-block.position-full.promo .promo-background, section.content-block.position-split.promo .promo-background {
    opacity: 1;
  }
  section.content-block.position-full.promo .copy, section.content-block.position-split.promo .copy {
    width: 50%;
    margin: 0 0 0 50%;
  }
  section.content-block .copy {
    width: 45%;
  }
  section.content-block .image {
    width: 50%;
  }

  .page-heading {
    width: 65%;
    display: inline-block;
  }

  section.slider_accordion {
    width: 100%;
    height: 100%;
  }
  section.slider_accordion .sa_container {
    background-color: #00336c;
    border: 1px solid #00336c;
    overflow: hidden;
    transition: height 0.5s ease;
  }
  section.slider_accordion h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    text-shadow: 0 0 #000;
    margin: 0;
    color: #A2B573;
    padding: 50px 0 10px 50px;
    background-color: #00336c;
    width: 37%;
  }
  section.slider_accordion ul {
    margin: 0;
    position: relative;
    padding: 0;
  }
  section.slider_accordion ul li {
    z-index: 100;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    display: flex;
  }
  section.slider_accordion ul li h3 {
    flex-basis: 30%;
    margin: 0;
    background-color: #00336c;
  }
  section.slider_accordion ul li a.sa_trigger {
    background-color: #00336c;
    display: block;
    color: #c4c4c4;
    text-decoration: none;
    padding: 15px 0 10px 50px;
    font-weight: 400;
    font-size: 18px;
    text-shadow: 0 0 #000;
    margin: 0;
    cursor: pointer;
  }
  section.slider_accordion ul li a.sa_trigger:hover {
    font-weight: 500;
    color: #ffffff;
  }
  section.slider_accordion ul li:last-child h3 {
    padding-bottom: 60px;
    background-color: #00336c;
  }
  section.slider_accordion ul li .sa_content {
    width: 60%;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: #f1f1f1;
  }
  section.slider_accordion ul li .sa_content .sa_content-interior {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 50px 50px 25px 50px;
    opacity: 0;
    transition: opacity 0.5s ease 0.3s;
    display: grid;
    grid-template-columns: 0% 100%;
    grid-gap: 0;
  }
  section.slider_accordion ul li .sa_content .sa_content-interior h4 {
    color: #00336c;
    font-weight: 600;
    font-size: 30px;
  }
  section.slider_accordion ul li .sa_content .sa_content-interior h4 strong {
    text-transform: uppercase;
    line-height: 34px;
    letter-spacing: 1.9px;
    font-weight: 700;
  }
  section.slider_accordion ul li .sa_content .sa_content-interior .sa_image-portrait {
    width: auto;
    top: 0;
    margin: 0;
    opacity: 0;
    transition: opacity 0.1s ease;
    z-index: 9999999999;
    position: relative;
    left: -125%;
  }
  section.slider_accordion ul li .sa_content .sa_content-interior .sa_image-landscape {
    margin-bottom: 30px;
    opacity: 0;
    transition: opacity 0.1s ease;
  }
  section.slider_accordion ul li.active {
    z-index: 1000;
  }
  section.slider_accordion ul li.active .sa_content {
    display: block;
    opacity: 1;
  }
  section.slider_accordion ul li.active .sa_content .sa_content-interior {
    opacity: 1;
  }
  section.slider_accordion ul li.active .sa_content .sa_content-interior .sa_image-landscape {
    opacity: 1;
  }
  section.slider_accordion ul li.active a.sa_trigger {
    font-weight: 500;
    color: #ffffff;
  }

  section.mosaic-grid .container ul li img,
section.related-grid .container ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.mosaic-grid .container ul li a,
section.related-grid .container ul li a {
    overflow: hidden;
  }
  section.mosaic-grid .container ul li a .card-title,
section.related-grid .container ul li a .card-title {
    position: relative;
    height: 145px;
  }
  section.mosaic-grid .container ul li a .card-title .default,
section.related-grid .container ul li a .card-title .default {
    position: relative;
    z-index: 100;
  }
  section.mosaic-grid .container ul li a .card-title .overlay,
section.related-grid .container ul li a .card-title .overlay {
    position: absolute;
    z-index: 200;
    top: 200%;
    left: 0;
    height: 200%;
    width: 100%;
    padding: 20px 20px 30px 20px;
    opacity: 1;
    background-color: #648315;
    transition: top 0.4s ease-out, opacity 0.3s ease;
  }
  section.mosaic-grid .container ul li a .card-title .card-default,
section.related-grid .container ul li a .card-title .card-default {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  section.mosaic-grid .container ul li a:hover .card-title .overlay,
section.related-grid .container ul li a:hover .card-title .overlay {
    top: 0;
  }
  section.mosaic-grid .container ul.grid-related,
section.related-grid .container ul.grid-related {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 2fr 2fr;
    grid-template-rows: auto;
    grid-auto-flow: auto;
  }
  section.mosaic-grid .container ul.grid-related a .card-title,
section.related-grid .container ul.grid-related a .card-title {
    height: 130px;
  }
  section.mosaic-grid .container ul.grid-related a .card-title h3,
section.related-grid .container ul.grid-related a .card-title h3 {
    font-size: 22px;
  }
  section.mosaic-grid .container ul.grid-related a .card-title p,
section.related-grid .container ul.grid-related a .card-title p {
    font-size: 18px;
  }
  section.mosaic-grid .container ul.grid-related a:hover,
section.related-grid .container ul.grid-related a:hover {
    background-color: #648315;
  }
  section.mosaic-grid .container ul.grid-main,
section.related-grid .container ul.grid-main {
    margin-bottom: 15px;
    display: grid;
    grid-gap: 15px;
    grid-auto-flow: column;
    grid-template-columns: 2fr 2fr 1.32fr;
    grid-template-rows: auto;
    grid-template-areas: "box1 box2 box5" "box1 box2 box5" "box1 box2 box6" "box3 box4 box6" "box3 box4 box7" "box3 box4 box7";
  }
  section.mosaic-grid .container ul.grid-main li,
section.related-grid .container ul.grid-main li {
    grid-area: var(--grid-pos);
  }
  section.mosaic-grid .container ul.grid-main li:nth-child(-n+4) a:hover .card-title .overlay,
section.related-grid .container ul.grid-main li:nth-child(-n+4) a:hover .card-title .overlay {
    top: -50%;
  }
  section.mosaic-grid .container ul.grid-secondary,
section.related-grid .container ul.grid-secondary {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(4, 2fr);
  }
  section.mosaic-grid .container ul.grid-secondary li,
section.related-grid .container ul.grid-secondary li {
    position: relative;
  }
  section.mosaic-grid .container ul.grid-secondary li img,
section.related-grid .container ul.grid-secondary li img {
    display: none;
  }
  section.mosaic-grid .container ul.grid-secondary li a,
section.related-grid .container ul.grid-secondary li a {
    background-color: #f1f1f1;
    color: #00336c;
    height: 278px;
  }
  section.mosaic-grid .container ul.grid-secondary li a p,
section.related-grid .container ul.grid-secondary li a p {
    color: #00336c;
  }
  section.mosaic-grid .container ul.grid-secondary li a .card-title .overlay,
section.related-grid .container ul.grid-secondary li a .card-title .overlay {
    color: #ffffff;
  }
  section.mosaic-grid .container ul.grid-secondary li a .card-title .overlay p,
section.related-grid .container ul.grid-secondary li a .card-title .overlay p {
    color: #ffffff;
  }
  .contact_cta .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .contact_cta h2 {
    flex-basis: 39%;
    margin: 0;
    font-weight: 500;
    font-size: 42px;
  }
  .contact_cta .contact_info {
    display: flex;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    flex-basis: 40%;
  }
  .contact_cta .contact_info .contact_image {
    flex-basis: 20%;
    margin-right: 25px;
    width: inherit;
  }
  .contact_cta .contact_info .contact_image img {
    display: block;
    border-radius: 100%;
    border: 1px solid #ffffff;
  }
  .contact_cta .contact_info p {
    font-size: 18px;
    flex-basis: 80%;
  }
  .contact_cta .contact_info p strong {
    font-weight: 600;
  }
  .contact_cta .contact_info p a.mail {
    color: #ffffff;
    text-decoration: none;
  }

  footer .newsletter-subscribe {
    width: 70%;
    margin: 50px auto 0;
  }

  section.pull-up {
    padding-bottom: 250px;
  }

  section.push-up {
    position: relative;
    padding-top: 150px;
  }
  section.push-up .container {
    position: relative;
    margin-top: -300px;
  }

  section.article .container {
    width: 50%;
  }
  section.article .container img {
    width: 100%;
  }

  section.navigator-header .container:after {
    right: 50px;
    width: 140px;
    height: 140px;
  }
}
@media only screen and (min-width: 1240px) {
  h1 {
    font-size: 31px;
    line-height: 40px;
    letter-spacing: 1px;
  }

  header.banner .brand {
    width: 18%;
  }

  header.banner nav {
    margin-top: 20px;
  }

  footer .container .more-pad {
    width: 80%;
    margin: 0 auto;
  }
  footer .upper {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
  }

  section.content-block .copy {
    width: 49%;
  }
  section.content-block .image {
    width: 43%;
  }

  section.content-block .container {
    justify-content: space-between;
  }
  section.content-block.position-left .container {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .page-heading {
    width: 55%;
    display: inline-block;
  }

  section.slider_accordion ul li .sa_content .sa_content-interior {
    padding: 50px 50px 25px 0;
    grid-template-columns: 13% 66%;
    grid-gap: 20%;
  }
  section.slider_accordion ul li .sa_content .sa_content-interior .sa_image-landscape {
    display: none;
  }
  section.slider_accordion ul li.active .sa_content .sa_content-interior .sa_image-portrait {
    opacity: 1;
  }

  p .page-heading {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
  }

  blockquote .page-heading {
    font-size: 35px;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1600px;
    margin: 0 auto;
  }

  header.banner {
    max-height: 900px;
  }
  header.banner .head-copy {
    max-height: 760px;
  }

  h1 {
    font-size: 40px;
    width: 80%;
  }
  h1 strong {
    font-size: 34px;
    line-height: 43px;
    letter-spacing: 1.6px;
  }

  header.banner .head-copy .masttext {
    font-size: 62px;
  }
}

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

.button.button-secondary {
	background-color: #00336c;
    width: 100%;
    text-align: center;
    padding: 12px 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1.8px;
    transition: background-color 0.5s ease, color 0.5s ease;
}