@charset "UTF-8";
/************************ Fonts ************************/
@font-face {
  font-family: 'TeX Gyre Adventor';
  src: url("texgyreadventor-regular.otf");
}

@font-face {
  font-family: 'TeX Gyre Adventor Bold';
  src: url("texgyreadventor-bold.otf");
}

@font-face {
  font-family: 'TeX Gyre Adventor Bold Italic';
  src: url("texgyreadventor-bolditalic.otf");
}

@font-face {
  font-family: 'TeX Gyre Adventor Italic';
  src: url("texgyreadventor-italic.otf");
}

@font-face {
  font-family: 'Open Sans Semi Bold Italic';
  src: url("opensans-semibolditalic.ttf");
}

@font-face {
  font-family: 'Open Sans Semi Bold';
  src: url("opensans-semibold.ttf");
}

@font-face {
  font-family: 'Open Sans Regular';
  src: url("opensans-regular.ttf");
}

@font-face {
  font-family: 'Open Sans Semi light Italic';
  src: url("opensans-lightitalic.ttf");
}

@font-face {
  font-family: 'Open Sans Light';
  src: url("opensans-light.ttf");
}

@font-face {
  font-family: 'Open Sans Italic';
  src: url("opensans-italic.ttf");
}

@font-face {
  font-family: 'Open Sans Extra Bold';
  src: url("opensans-extrabold.ttf");
}

@font-face {
  font-family: 'Open Sans Bold';
  src: url("opensans-bold.ttf");
}

@font-face {
  font-family: 'Open Sans Bold Italic';
  src: url("opensans-bolditalic.ttf");
}

/** 
 * Import Parent Theme stylesheet 
 */
/*
Theme Name: MARM
Authors: Matt Amos, Ryan Mitchener
Version: 1.0
*/
/**
 * Import style variables
 */
/* Section: Grids; */
/* @desc: Enabling the fallback disables Flexbox. Flexbox is available for IE9+ and all other browsers.; @type: text; */
/* @desc: The space between all columns in grids.; @type: text; */
/* @desc: The space between columns that have wrapped to another row (specifically after a responsive breakpoint).;  */
/* Section: Theme Colors; */
/* @desc: The primary theme color.; @type: color; */
/* @desc: The primary theme color when hovering.; @type: color; */
/* @desc: The secondary theme color.; @type: color; */
/* @desc: The secondary theme color when hovering.; @type: color; */
/* @desc: The tertiary theme color.; @type: color; */
/* @desc: The tertiary theme color when hovering.; @type: color; */
/* @desc: The accent color.; @type: color; */
/* @desc: The accent color when hovering.; @type: color; */
/* Section: Fonts; */
/* @desc: The primary Serif font.; @type: text; */
/* @desc: The primary Sans font.; @type: text; */
/* @desc: The primary font to use.; @type: text; */
/* @desc: The default font size.; @type: text; */
/* @desc: The default font weight.; @type: text; */
/* @desc: The default line-height.; @type: text; */
/* @desc: ; @type: color; */
/* @desc: ; @type: color; */
/* @desc: ; @type: color; */
/* @desc: ; @type: color; */
/* @desc: ; @type: color; */
/* @desc: ; @type: color; */
/* @desc: ; @type: color; */
/* @desc: ; @type: color; */
/* @desc: ; @type: color; */
/* @desc: ; @type: color; */
/* @desc: ; @type: text; */
/* @desc: ; @type: color; */
/* @desc: ; @type: text; */
/* @desc: ; @type: text; */
/* @desc: ; @type: color; */
/* @desc: ; @type: text; */
/* @desc: ; @type: text; */
/* @desc: ; @type: color; */
/* @desc: ; @type: text; */
/* @desc: ; @type: text; */
/* @desc: ; @type: color; */
/* @desc: ; @type: text; */
/* @desc: ; @type: text; */
/* @desc: ; @type: color; */
/* @desc: ; @type: text; */
/* @desc: ; @type: text; */
/* @desc: ; @type: color; */
/* @desc: ; @type: text; */
/* @desc: ; @type: text; */
/* @desc: ; @type: text; */
/* @desc: ; @type: text; */
/* @desc: ; @type: text; */
/* @desc: ; @type: text; */
/* @desc: ; @type: text; */
/* @desc: ; @type: color; */
/* Section: Content Rows; */
/* @desc: The minimum amount of space between the edges of the screen and the content.; */
/* @desc: The maximum width of a content row set to this width or content with the class "content-narrow-width".; */
/* @desc: The maximum width of a content row set to this width or content with the class "content-normal-width".; @type: text; */
/* @desc: The maximum width of a content row set to this width or content with the class "content-large-width".; @type: text; */
/* @desc: The amount of padding on the top and bottom of all content rows.; @type: text; */
/* Section: Responsive Breakpoints; */
/* @desc: The responsive breakpoint for small phones.; */
/* @desc: The responsive breakpoint for larger phones.; */
/* @desc: The responsive breakpoint for tablets in portrait.; */
/* @desc: The responsive breakpoint for tablets in landscape.; */
/* @desc: The responsive breakpoint for desktops.; @type: text; */
/**
 * SASS
 * -----------------------------------------------------------------------------
 */
/**
 * Reset
 * -----------------------------------------------------------------------------
 */
html, body {
  height: 100vh;
  width: 100%;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type='text'], input[type='email'], input[type='tel'], input[type='search'], input[type='submit'], input[type='image'] {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0px;
}

input[type='submit'] {
  border: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

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

*, *:before, *:after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img {
  border: none;
}

img, embed, object, video {
  max-width: 100%;
}

ul, ol {
  padding-left: 4.0rem;
}

a {
  color: inherit;
  outline: none;
}

::-webkit-input-placeholder {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  opacity: .65;
}

::-moz-placeholder {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  opacity: .65;
}

:-ms-input-placeholder {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  opacity: .65;
}

/**
 * Default Site Styles
 * -----------------------------------------------------------------------------
 */
body {
  font-family: "TeX Gyre Adventor", sans-serif;
  font-size: 1.7rem;
  color: #2E2E2E;
  font-weight: 400;
  line-height: 2.4rem;
}

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

.flex-vcenter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-hcenter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.page-wrapper {
  width: 100%;
  position: relative;
  min-height: 100%;
}

.content-width-full, .content-width-large, .content-width-normal, .content-width-narrow, .content-row {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.content-row__content {
  width: 100%;
  max-width: 1640px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-row.no-v-pad-top > .content-row__content {
  padding-top: 0px;
}

.content-row.no-v-pad-bottom > .content-row__content {
  padding-bottom: 0px;
}

.content-width-full:not(.content-row) {
  max-width: 100%;
}

.content-width-large:not(.content-row) {
  max-width: 2020px;
}

.content-width-normal:not(.content-row) {
  max-width: 1660px;
}

.content-width-narrow:not(.content-row) {
  max-width: 1020px;
}

.content-row.content-width-full > .content-row__content {
  max-width: 100%;
}

.content-row.content-width-large > .content-row__content {
  max-width: 2000px;
}

.content-row.content-width-normal > .content-row__content {
  max-width: 1640px;
}

.content-row.content-width-narrow > .content-row__content {
  max-width: 1000px;
}

a {
  text-decoration: none;
  color: #0000EE;
}

a:hover {
  color: #EE0000;
}

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0px;
  line-height: normal;
}

h1 {
  color: #013A71;
  font-size: 4.85rem;
  font-weight: bold;
}

h2 {
  color: #2E2E2E;
  font-size: 4.25rem;
  font-weight: 700;
}

h3 {
  color: #2E2E2E;
  font-size: 3.65rem;
  font-weight: 600;
}

h4 {
  color: #2E2E2E;
  font-size: 2.05rem;
  font-weight: 400;
}

h5 {
  color: #2E2E2E;
  font-size: 1.6rem;
  font-weight: 400;
}

h6 {
  color: #2E2E2E;
  font-size: 2rem;
  font-weight: 400;
}

blockquote {
  color: #013A71;
  font-weight: 400;
  font-style: italic;
  max-width: 1200px;
  font-size: 2rem;
  line-height: 3rem;
  font-family: inherit;
  margin: auto;
  padding: 0px 0px;
}

hr {
  border: none;
  background: currentColor;
  height: 1px;
  width: 100%;
  margin: 20px 0px 40px 0px;
}

.custom-button > .button-text {
  cursor: pointer;
  border: 1px solid black;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
}

.custom-button:hover > .button-text {
  background: rgba(0, 0, 0, 0.25);
}

.custom-button.color-primary > .button-text {
  background: #013A71;
}

.custom-button.color-secondary > .button-text {
  background: #F4F7FA;
}

.custom-button.color-tertiary > .button-text {
  background: #63656a;
}

.custom-button.color-primary:hover > .button-text {
  background: #ffffff;
}

.custom-button.color-secondary:hover > .button-text {
  background: #f5f5f0;
}

.custom-button.color-tertiary:hover > .button-text {
  background: #63656a;
}

form.search-form {
  height: 35px;
  padding: 0px 10px;
  border: 1px solid #cccccc;
  background: white;
  white-space: nowrap;
}

form.search-form > [name='s'] {
  float: left;
  width: -ms-calc(100% - 20px);
  width: calc(100% - 20px);
  border: none;
  outline: none;
  background: transparent;
  padding-right: 10px;
  font-size: 1em;
}

form.search-form > .search-button {
  float: left;
  width: 20px;
  height: 20px;
  border: none;
  outline: none;
}

.post-read-more {
  white-space: nowrap;
}

.custom-logo-link {
  display: inline-block;
}

.custom-logo-link > img {
  display: block;
}

/**
 * Grids
 * -----------------------------------------------------------------------------
 */
.grid-cont.gutter {
  margin-left: -100px;
}

.grid-break {
  display: none;
  width: 101%;
  /* Width 101% fixes a bug in safari */
}

.grid-cont {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-cont.grid-cont--ratio-grid.gutter > .grid-col {
  margin-left: 100px;
  max-width: -ms-calc(100% - 100px);
  max-width: calc(100% - 100px);
}

.grid-cont.grid-cont--standard-grid.gutter > .grid-col {
  padding-left: 100px;
  margin-left: 0px;
}

.grid-col {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.grid-col[data-ratio-lg], .grid-col[data-ratio-md], .grid-col[data-ratio-sm] {
  -ms-flex: 0 0 0px;
  -webkit-box-flex: 0;
          flex: 0 0 0px;
}

.grid-col[data-ratio-lg="0"], .grid-col[data-ratio-md="0"], .grid-col[data-ratio-sm="0"] {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

@media (min-width: 801px) {
  .grid-break--lg {
    display: block;
  }
  .grid-break--lg ~ .grid-col {
    margin-top: 30px;
  }
  .grid-col[data-columns-lg="1"] {
    width: 100%;
  }
  .grid-col[data-columns-lg="1"]:nth-child(n+2) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-lg="1"] {
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .grid-col[data-columns-lg="2"] {
    width: 50%;
  }
  .grid-col[data-columns-lg="2"]:nth-child(n+3) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-lg="2"] {
    -ms-flex-grow: 2;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .grid-col[data-columns-lg="3"] {
    width: 33.33333%;
  }
  .grid-col[data-columns-lg="3"]:nth-child(n+4) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-lg="3"] {
    -ms-flex-grow: 3;
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  .grid-col[data-columns-lg="4"] {
    width: 25%;
  }
  .grid-col[data-columns-lg="4"]:nth-child(n+5) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-lg="4"] {
    -ms-flex-grow: 4;
    -webkit-box-flex: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
  }
  .grid-col[data-columns-lg="5"] {
    width: 20%;
  }
  .grid-col[data-columns-lg="5"]:nth-child(n+6) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-lg="5"] {
    -ms-flex-grow: 5;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
  }
  .grid-col[data-columns-lg="6"] {
    width: 16.66667%;
  }
  .grid-col[data-columns-lg="6"]:nth-child(n+7) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-lg="6"] {
    -ms-flex-grow: 6;
    -webkit-box-flex: 6;
        -ms-flex-positive: 6;
            flex-grow: 6;
  }
  .grid-col[data-columns-lg="7"] {
    width: 14.28571%;
  }
  .grid-col[data-columns-lg="7"]:nth-child(n+8) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-lg="7"] {
    -ms-flex-grow: 7;
    -webkit-box-flex: 7;
        -ms-flex-positive: 7;
            flex-grow: 7;
  }
  .grid-col[data-columns-lg="8"] {
    width: 12.5%;
  }
  .grid-col[data-columns-lg="8"]:nth-child(n+9) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-lg="8"] {
    -ms-flex-grow: 8;
    -webkit-box-flex: 8;
        -ms-flex-positive: 8;
            flex-grow: 8;
  }
  .grid-col[data-columns-lg="9"] {
    width: 11.11111%;
  }
  .grid-col[data-columns-lg="9"]:nth-child(n+10) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-lg="9"] {
    -ms-flex-grow: 9;
    -webkit-box-flex: 9;
        -ms-flex-positive: 9;
            flex-grow: 9;
  }
  .grid-col[data-columns-lg="10"] {
    width: 10%;
  }
  .grid-col[data-columns-lg="10"]:nth-child(n+11) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-lg="10"] {
    -ms-flex-grow: 10;
    -webkit-box-flex: 10;
        -ms-flex-positive: 10;
            flex-grow: 10;
  }
  .grid-col[data-columns-lg="11"] {
    width: 9.09091%;
  }
  .grid-col[data-columns-lg="11"]:nth-child(n+12) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-lg="11"] {
    -ms-flex-grow: 11;
    -webkit-box-flex: 11;
        -ms-flex-positive: 11;
            flex-grow: 11;
  }
  .grid-col[data-columns-lg="12"] {
    width: 8.33333%;
  }
  .grid-col[data-columns-lg="12"]:nth-child(n+13) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-lg="12"] {
    -ms-flex-grow: 12;
    -webkit-box-flex: 12;
        -ms-flex-positive: 12;
            flex-grow: 12;
  }
  .grid-col[data-columns-lg="13"] {
    width: 7.69231%;
  }
  .grid-col[data-columns-lg="13"]:nth-child(n+14) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-lg="13"] {
    -ms-flex-grow: 13;
    -webkit-box-flex: 13;
        -ms-flex-positive: 13;
            flex-grow: 13;
  }
  .grid-col[data-columns-lg="14"] {
    width: 7.14286%;
  }
  .grid-col[data-columns-lg="14"]:nth-child(n+15) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-lg="14"] {
    -ms-flex-grow: 14;
    -webkit-box-flex: 14;
        -ms-flex-positive: 14;
            flex-grow: 14;
  }
  .grid-col[data-columns-lg="15"] {
    width: 6.66667%;
  }
  .grid-col[data-columns-lg="15"]:nth-child(n+16) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-lg="15"] {
    -ms-flex-grow: 15;
    -webkit-box-flex: 15;
        -ms-flex-positive: 15;
            flex-grow: 15;
  }
  .grid-col[data-columns-lg="16"] {
    width: 6.25%;
  }
  .grid-col[data-columns-lg="16"]:nth-child(n+17) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-lg="16"] {
    -ms-flex-grow: 16;
    -webkit-box-flex: 16;
        -ms-flex-positive: 16;
            flex-grow: 16;
  }
}

@media (max-width: 800px) and (min-width: 641px) {
  .grid-break--md {
    display: block;
  }
  .grid-break--md ~ .grid-col {
    margin-top: 30px;
  }
  .grid-col[data-columns-md="1"] {
    width: 100%;
  }
  .grid-col[data-columns-md="1"]:nth-child(n+2) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-md="1"] {
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .grid-col[data-columns-md="2"] {
    width: 50%;
  }
  .grid-col[data-columns-md="2"]:nth-child(n+3) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-md="2"] {
    -ms-flex-grow: 2;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .grid-col[data-columns-md="3"] {
    width: 33.33333%;
  }
  .grid-col[data-columns-md="3"]:nth-child(n+4) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-md="3"] {
    -ms-flex-grow: 3;
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  .grid-col[data-columns-md="4"] {
    width: 25%;
  }
  .grid-col[data-columns-md="4"]:nth-child(n+5) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-md="4"] {
    -ms-flex-grow: 4;
    -webkit-box-flex: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
  }
  .grid-col[data-columns-md="5"] {
    width: 20%;
  }
  .grid-col[data-columns-md="5"]:nth-child(n+6) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-md="5"] {
    -ms-flex-grow: 5;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
  }
  .grid-col[data-columns-md="6"] {
    width: 16.66667%;
  }
  .grid-col[data-columns-md="6"]:nth-child(n+7) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-md="6"] {
    -ms-flex-grow: 6;
    -webkit-box-flex: 6;
        -ms-flex-positive: 6;
            flex-grow: 6;
  }
  .grid-col[data-columns-md="7"] {
    width: 14.28571%;
  }
  .grid-col[data-columns-md="7"]:nth-child(n+8) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-md="7"] {
    -ms-flex-grow: 7;
    -webkit-box-flex: 7;
        -ms-flex-positive: 7;
            flex-grow: 7;
  }
  .grid-col[data-columns-md="8"] {
    width: 12.5%;
  }
  .grid-col[data-columns-md="8"]:nth-child(n+9) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-md="8"] {
    -ms-flex-grow: 8;
    -webkit-box-flex: 8;
        -ms-flex-positive: 8;
            flex-grow: 8;
  }
  .grid-col[data-columns-md="9"] {
    width: 11.11111%;
  }
  .grid-col[data-columns-md="9"]:nth-child(n+10) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-md="9"] {
    -ms-flex-grow: 9;
    -webkit-box-flex: 9;
        -ms-flex-positive: 9;
            flex-grow: 9;
  }
  .grid-col[data-columns-md="10"] {
    width: 10%;
  }
  .grid-col[data-columns-md="10"]:nth-child(n+11) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-md="10"] {
    -ms-flex-grow: 10;
    -webkit-box-flex: 10;
        -ms-flex-positive: 10;
            flex-grow: 10;
  }
  .grid-col[data-columns-md="11"] {
    width: 9.09091%;
  }
  .grid-col[data-columns-md="11"]:nth-child(n+12) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-md="11"] {
    -ms-flex-grow: 11;
    -webkit-box-flex: 11;
        -ms-flex-positive: 11;
            flex-grow: 11;
  }
  .grid-col[data-columns-md="12"] {
    width: 8.33333%;
  }
  .grid-col[data-columns-md="12"]:nth-child(n+13) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-md="12"] {
    -ms-flex-grow: 12;
    -webkit-box-flex: 12;
        -ms-flex-positive: 12;
            flex-grow: 12;
  }
  .grid-col[data-columns-md="13"] {
    width: 7.69231%;
  }
  .grid-col[data-columns-md="13"]:nth-child(n+14) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-md="13"] {
    -ms-flex-grow: 13;
    -webkit-box-flex: 13;
        -ms-flex-positive: 13;
            flex-grow: 13;
  }
  .grid-col[data-columns-md="14"] {
    width: 7.14286%;
  }
  .grid-col[data-columns-md="14"]:nth-child(n+15) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-md="14"] {
    -ms-flex-grow: 14;
    -webkit-box-flex: 14;
        -ms-flex-positive: 14;
            flex-grow: 14;
  }
  .grid-col[data-columns-md="15"] {
    width: 6.66667%;
  }
  .grid-col[data-columns-md="15"]:nth-child(n+16) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-md="15"] {
    -ms-flex-grow: 15;
    -webkit-box-flex: 15;
        -ms-flex-positive: 15;
            flex-grow: 15;
  }
  .grid-col[data-columns-md="16"] {
    width: 6.25%;
  }
  .grid-col[data-columns-md="16"]:nth-child(n+17) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-md="16"] {
    -ms-flex-grow: 16;
    -webkit-box-flex: 16;
        -ms-flex-positive: 16;
            flex-grow: 16;
  }
}

@media (max-width: 640px) {
  .grid-break--sm {
    display: block;
  }
  .grid-break--sm ~ .grid-col {
    margin-top: 30px;
  }
  .grid-col[data-columns-sm="1"] {
    width: 100%;
  }
  .grid-col[data-columns-sm="1"]:nth-child(n+2) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-sm="1"] {
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .grid-col[data-columns-sm="2"] {
    width: 50%;
  }
  .grid-col[data-columns-sm="2"]:nth-child(n+3) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-sm="2"] {
    -ms-flex-grow: 2;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .grid-col[data-columns-sm="3"] {
    width: 33.33333%;
  }
  .grid-col[data-columns-sm="3"]:nth-child(n+4) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-sm="3"] {
    -ms-flex-grow: 3;
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  .grid-col[data-columns-sm="4"] {
    width: 25%;
  }
  .grid-col[data-columns-sm="4"]:nth-child(n+5) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-sm="4"] {
    -ms-flex-grow: 4;
    -webkit-box-flex: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
  }
  .grid-col[data-columns-sm="5"] {
    width: 20%;
  }
  .grid-col[data-columns-sm="5"]:nth-child(n+6) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-sm="5"] {
    -ms-flex-grow: 5;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
  }
  .grid-col[data-columns-sm="6"] {
    width: 16.66667%;
  }
  .grid-col[data-columns-sm="6"]:nth-child(n+7) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-sm="6"] {
    -ms-flex-grow: 6;
    -webkit-box-flex: 6;
        -ms-flex-positive: 6;
            flex-grow: 6;
  }
  .grid-col[data-columns-sm="7"] {
    width: 14.28571%;
  }
  .grid-col[data-columns-sm="7"]:nth-child(n+8) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-sm="7"] {
    -ms-flex-grow: 7;
    -webkit-box-flex: 7;
        -ms-flex-positive: 7;
            flex-grow: 7;
  }
  .grid-col[data-columns-sm="8"] {
    width: 12.5%;
  }
  .grid-col[data-columns-sm="8"]:nth-child(n+9) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-sm="8"] {
    -ms-flex-grow: 8;
    -webkit-box-flex: 8;
        -ms-flex-positive: 8;
            flex-grow: 8;
  }
  .grid-col[data-columns-sm="9"] {
    width: 11.11111%;
  }
  .grid-col[data-columns-sm="9"]:nth-child(n+10) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-sm="9"] {
    -ms-flex-grow: 9;
    -webkit-box-flex: 9;
        -ms-flex-positive: 9;
            flex-grow: 9;
  }
  .grid-col[data-columns-sm="10"] {
    width: 10%;
  }
  .grid-col[data-columns-sm="10"]:nth-child(n+11) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-sm="10"] {
    -ms-flex-grow: 10;
    -webkit-box-flex: 10;
        -ms-flex-positive: 10;
            flex-grow: 10;
  }
  .grid-col[data-columns-sm="11"] {
    width: 9.09091%;
  }
  .grid-col[data-columns-sm="11"]:nth-child(n+12) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-sm="11"] {
    -ms-flex-grow: 11;
    -webkit-box-flex: 11;
        -ms-flex-positive: 11;
            flex-grow: 11;
  }
  .grid-col[data-columns-sm="12"] {
    width: 8.33333%;
  }
  .grid-col[data-columns-sm="12"]:nth-child(n+13) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-sm="12"] {
    -ms-flex-grow: 12;
    -webkit-box-flex: 12;
        -ms-flex-positive: 12;
            flex-grow: 12;
  }
  .grid-col[data-columns-sm="13"] {
    width: 7.69231%;
  }
  .grid-col[data-columns-sm="13"]:nth-child(n+14) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-sm="13"] {
    -ms-flex-grow: 13;
    -webkit-box-flex: 13;
        -ms-flex-positive: 13;
            flex-grow: 13;
  }
  .grid-col[data-columns-sm="14"] {
    width: 7.14286%;
  }
  .grid-col[data-columns-sm="14"]:nth-child(n+15) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-sm="14"] {
    -ms-flex-grow: 14;
    -webkit-box-flex: 14;
        -ms-flex-positive: 14;
            flex-grow: 14;
  }
  .grid-col[data-columns-sm="15"] {
    width: 6.66667%;
  }
  .grid-col[data-columns-sm="15"]:nth-child(n+16) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-sm="15"] {
    -ms-flex-grow: 15;
    -webkit-box-flex: 15;
        -ms-flex-positive: 15;
            flex-grow: 15;
  }
  .grid-col[data-columns-sm="16"] {
    width: 6.25%;
  }
  .grid-col[data-columns-sm="16"]:nth-child(n+17) {
    margin-top: 30px;
  }
  .grid-col[data-ratio-sm="16"] {
    -ms-flex-grow: 16;
    -webkit-box-flex: 16;
        -ms-flex-positive: 16;
            flex-grow: 16;
  }
}

/**
 * Responsive Video
 * -----------------------------------------------------------------------------
 */
.content-row--responsive-video.content-width-full {
  padding-left: 0px;
  padding-right: 0px;
}

.marm-responsive-video-cont {
  position: relative;
  padding-top: 56.25%;
  height: 0px;
}

.marm-responsive-video-cont > .marm-responsive-video-fallback,
.marm-responsive-video-cont > .marm-responsive-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.marm-responsive-video-cont > .marm-responsive-video-fallback {
  background-size: cover;
  background-position: center;
}

.marm-responsive-video-cont > .marm-responsive-video {
  z-index: 1;
}

/**
 * Images
 * ----------------------------------------------------------------------------
 */
.marm-attachment, .marm-attachment img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
}

.marm-attachment img.full-width {
  width: 100%;
}

.marm-attachment.alignnone {
  display: inline-block;
}

.marm-attachment.aligncenter {
  margin: auto;
}

.marm-attachment.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.marm-attachment.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.marm-attachment.full-width {
  width: 100%;
}

.marm-attachment figcaption {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  line-height: initial;
  font-size: .8em;
  font-style: normal !important;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 10px;
}

@media only screen and (max-width: 640px) {
  .marm-attachment.alignright {
    float: none;
    margin: 1em 0 1em 0;
  }
  .marm-attachment.alignleft {
    float: none;
    margin: 1em 0 1em 0;
  }
}

/**
 * Tables
 * ----------------------------------------------------------------------------
 */
.simple-table {
  background-color: #F7F7F7 !important;
  border: 1px solid #D7D7D7;
  font-size: .9em;
  border-spacing: 0;
  table-layout: fixed;
  border-collapse: collapse;
}

.simple-table > tbody > tr {
  border-top: 1px solid #D7D7D7;
}

.simple-table > tbody > tr:nth-child(even) {
  background-color: #F2F2F2;
}

.simple-table > tbody > tr > td, .simple-table > thead > tr > th, .simple-table > tfoot > tr > td {
  border-right: 1px solid #D7D7D7;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.simple-table > thead > tr > th, .simple-table > tfoot > tr > td {
  background: #e7e7e7;
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .simple-table[data-mobile] {
    display: block;
    width: 100%;
    background-color: transparent !important;
    border: none;
  }
  .simple-table[data-mobile] > thead, .simple-table[data-mobile] > tfoot {
    display: none;
  }
  .simple-table[data-mobile] > tbody {
    display: block;
    width: 100%;
  }
  .simple-table[data-mobile] > tbody > tr {
    background: #f7f7f7;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
  .simple-table[data-mobile] > tbody > tr:nth-child(even) {
    background-color: #f7f7f7;
  }
  .simple-table[data-mobile] > tbody > tr > td {
    border-bottom: 1px solid #d7d7d7;
    display: block;
    width: 100%;
    border-right: none;
  }
  .simple-table[data-mobile] > tbody > tr > td:nth-child(odd) {
    background-color: #f2f2f2;
  }
  .simple-table[data-mobile] > tbody > tr > td:last-child {
    border-bottom: none;
  }
  .simple-table[data-mobile] > tbody > tr > td[data-mobile-label]:before {
    content: attr(data-mobile-label);
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
  }
}

/**
 * Mobile Nav
 * -----------------------------------------------------------------------------
 */
.mobile-nav-button {
  position: absolute;
  top: 20px;
  left: -70px;
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.5);
  background: #bd3005;
}

.mobile-nav-button > .stripe {
  background: #ffffff;
  position: absolute;
  left: 50%;
  width: 50%;
  height: 2px;
  display: block;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mobile-nav-button > .stripe:nth-child(1) {
  top: 33.333333%;
}

.mobile-nav-button > .stripe:nth-child(2) {
  top: 50%;
}

.mobile-nav-button > .stripe:nth-child(3) {
  top: 66.666666%;
}

.mobile-nav-wrapper {
  width: -ms-calc(100% - 90px);
  width: calc(100% - 90px);
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0px);
  transform: translate3d(100%, 0%, 0px);
  height: 100%;
  z-index: 100;
}

.mobile-nav {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 10px 0px 10px -10px rgba(0, 0, 0, 0.5);
          box-shadow: inset 10px 0px 10px -10px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  background-color: #f2f3f4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mobile-nav > ul, .mobile-nav .marm-menu-wrapper > ul {
  padding-left: 0;
  list-style-type: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.mobile-nav ul a {
  color: #0000EE;
}

.mobile-nav .marm-menu-wrapper > ul > li {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  line-height: 2rem;
}

.mobile-nav .marm-menu-wrapper > ul > li.menu-item-has-children:after {
  content: "";
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #636466;
  top: -ms-calc(15px + 1rem);
  top: calc(15px + 1rem);
  right: 15px;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
  transition: -webkit-transform ease-in-out .4s;
  -webkit-transition: -webkit-transform ease-in-out .4s;
  transition: transform ease-in-out .4s;
  transition: transform ease-in-out .4s, -webkit-transform ease-in-out .4s;
}

.mobile-nav .marm-menu-wrapper > ul > li.menu-item-has-children.show:after {
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
}

.mobile-nav .marm-menu-wrapper > ul > li > a {
  display: inline-block;
  max-width: -ms-calc(100% - 42px);
  max-width: calc(100% - 42px);
  padding: 15px 15px 15px 15px;
  text-decoration: none;
}

.mobile-nav .marm-menu-wrapper > ul > li > .sub-menu {
  height: 0;
  padding-right: 15px;
  overflow: hidden;
  text-transform: none;
  -webkit-transition: height ease-in-out .4s;
  transition: height ease-in-out .4s;
}

.mobile-nav .marm-menu-wrapper > ul > li > .sub-menu li {
  padding-top: 10px;
  line-height: initial;
  list-style-type: disc;
}

.mobile-nav .marm-menu-wrapper > ul > li > .sub-menu > li:first-child {
  padding-top: 0px;
}

.mobile-nav .marm-menu-wrapper > ul > li > .sub-menu > li:last-child {
  padding-bottom: 15px;
}

.mobile-nav .current-menu-item > a,
.mobile-nav .marm-menu-wrapper > ul > li.current_page_parent:not(.menu-item-has-children) > a {
  color: #EE0000;
}

.mobile-nav .search-form {
  height: auto;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #cccccc;
  padding: 10px 15px;
}

.mobile-nav .search-form input[type=text] {
  height: 30px;
  padding: 0;
  padding-right: 5px;
}

.mobile-nav .search-form > .search-button {
  height: 24px;
}

/* Mobile Nav Slideout */
.mobile-nav-wrapper, .page-wrapper {
  transition: -webkit-transform ease-in-out .5s;
  -webkit-transition: -webkit-transform ease-in-out .5s;
  transition: transform ease-in-out .5s;
  transition: transform ease-in-out .5s, -webkit-transform ease-in-out .5s;
}

.mobile-nav-slideout .mobile-nav-wrapper {
  -webkit-transform: translate3d(0%, 0%, 0px);
  transform: translateX(0%);
  transform: translate3d(0%, 0%, 0px);
}

.mobile-nav-slideout .page-wrapper {
  -webkit-transform: translate3d(-webkit-calc(-100% + 90px), 0%, 0px);
  transform: translateX(-100%) translateX(90px);
  -webkit-transform: translate3d(calc(-100% + 90px), 0%, 0px);
          transform: translate3d(calc(-100% + 90px), 0%, 0px);
}

/**
 * WPCF7 Style
 * ----------------------------------------------------------------------------
 */
.wpcf7-form {
  margin-left: -1.5em;
  font-size: inherit;
}

.wpcf7-form:after {
  content: "";
  display: block;
  clear: both;
}

.wpcf7-form .grid:nth-of-type(n+3), .wpcf7-form .grid-col.col-full:nth-child(n+2) {
  margin-top: 1em;
}

.wpcf7-form .grid-col {
  padding-left: 1.5em;
}

.wpcf7-response-output {
  margin-left: 1.5em !important;
}

.wpcf7-form .grid-col .grid-col {
  padding-left: 0;
}

.wpcf7-form br {
  display: none;
}

.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

.wpcf7-form label {
  font-weight: 700;
  display: inline-block;
  margin-bottom: .25em;
}

.wpcf7-list-item {
  display: block;
}

.wpcf7-list-item input {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
}

.wpcf7-list-item label {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  margin-bottom: auto;
  -webkit-user-select: none;
  -user-select: none;
}

.wpcf7-form-control-wrap > select {
  width: 100%;
}

.wpcf7-form-control-wrap > input[type=text],
.wpcf7-form-control-wrap > input[type=tel],
.wpcf7-form-control-wrap > input[type=url],
.wpcf7-form-control-wrap > input[type=email],
.wpcf7-form-control-wrap > input[type=number],
.wpcf7-form-control-wrap > input[type=range],
.wpcf7-form-control-wrap > input[type=date],
.wpcf7-form-control-wrap > textarea {
  border: 1px solid #bbb;
  padding: .5em;
  width: 100%;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
}

.wpcf7-form-control-wrap > textarea {
  max-width: 100%;
}

.wpcf7-submit[type="submit"] {
  border: 1px solid #bbb;
  background: #ccc;
  padding: 5px 20px;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  cursor: pointer;
}

.wpcf7-submit:hover {
  background: #bbb;
}

.wpcf7-not-valid-tip {
  margin-top: .25em;
  color: #ca2525 !important;
}

.wpcf7-validation-errors {
  border: 2px solid #ca2525 !important;
}

/**
 * Logged In Styles
 * -----------------------------------------------------------------------------
 */
@media only screen and (max-width: 640px) {
  .wp-logged-in > .mobile-nav-wrapper {
    top: 46px !important;
  }
}

/**
 * Overrides
 * -----------------------------------------------------------------------------
 */
.align-left {
  text-align: left;
}

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

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

.v-align-top {
  vertical-align: top;
  display: inline-block;
}

.v-align-middle {
  vertical-align: middle;
  display: inline-block;
}

.v-align-bottom {
  vertical-align: bottom;
  display: inline-block;
}

.text-wrap {
  white-space: normal;
}

.text-no-wrap {
  white-space: nowrap;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.color-primary {
  background: #013A71;
}

.color-secondary {
  background: #F4F7FA;
}

.color-tertiary {
  background: #63656a;
}

.color-accent {
  background: #bd3005;
}

.font-color-primary {
  color: #2E2E2E;
}

.font-color-secondary {
  color: #013A71;
}

.font-color-tertiary {
  color: #E2BF8D;
}

.font-color-accent {
  color: #bd3005;
}

.font-family-sans {
  font-family: "TeX Gyre Adventor", sans-serif;
}

.font-family-serif {
  font-family: "Open Sans Regular", serif;
}

.font-family-default {
  font-family: "TeX Gyre Adventor", sans-serif;
}

/** 
 * General
 */
@media (max-width: 640px) {
  h1 {
    font-size: 2.7rem !important;
    margin: 0px;
  }
  h2 {
    line-height: 4.5rem;
    font-size: 2.5rem;
  }
  blockquote {
    font-style: normal;
    font-size: 1.5rem !important;
    line-height: 3.0rem !important;
  }
  .pre-main-nav {
    display: inline-block !important;
    margin-top: 0px !important;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
  }
  .pre-main-nav img {
    display: block !important;
    height: 60px;
    width: auto;
  }
  .pre-main-nav a {
    width: 100vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-shadow: 0px 0px 12px black;
            box-shadow: 0px 0px 12px black;
    background-color: white;
  }
  .content-width-normal .content-row {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .grid-cont.gutter {
    margin-left: 0px !important;
  }
  .grid-cont.grid-cont--ratio-grid.gutter > .grid-col {
    margin-left: 0px !important;
  }
  .content-row__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .grid-cont.grid-cont--standard-grid.gutter > .grid-col {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

.pre-main-nav {
  display: none;
}

@media (max-width: 1135px) {
  .content-wrapper {
    margin-top: 29px !important;
  }
  .header-wrapper {
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #fff;
    top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0px 0px;
  }
  .pre-main-nav {
    display: inline-block !important;
    margin-top: 0px !important;
    top: 0;
    position: fixed;
    z-index: 10;
  }
  .pre-main-nav img {
    display: block !important;
    height: 60px;
    width: auto;
  }
  .pre-main-nav a {
    width: 100vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-shadow: 0px 0px 12px black;
            box-shadow: 0px 0px 12px black;
    background-color: white;
  }
}

@media (max-width: 960px) {
  .content-row__content {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .grid-cont.grid-cont--ratio-grid.gutter > .grid-col {
    margin-left: 10px;
  }
  .pre-center-content > .widget > .textwidget > span:first-of-type {
    padding: 70px 0px 10px !important;
    display: block;
  }
  h1 {
    margin: 0px;
    font-size: 3.7rem !important;
  }
  h2 {
    line-height: 5.5rem !important;
    font-size: 3.5rem !important;
  }
  blockquote {
    font-style: normal;
    font-size: 2.0rem !important;
    line-height: 3.0rem !important;
  }
  .content > .content-wrapper {
    margin-top: 0px !important;
    line-height: 2;
  }
  .content-width-normal .content-row {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .grid-cont.gutter {
    margin-left: 0px !important;
  }
  .grid-cont.grid-cont--ratio-grid.gutter > .grid-col {
    margin-left: 0px !important;
  }
  .content-row__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .grid-cont.grid-cont--standard-grid.gutter > .grid-col {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

.grid-cont.grid-cont--ratio-grid.gutter > .grid-col {
  margin-left: 50px;
}

.grid-cont.grid-cont--standard-grid.gutter > .grid-col {
  padding-right: 50px;
  padding-left: 50px;
}

.content-row__content {
  padding-right: 100px;
  padding-left: 100px;
}

.content-row__content li {
  padding-bottom: 10px;
}

h1 {
  font-family: "TeX Gyre Adventor Bold";
}

blockquote {
  font-style: normal;
}

a {
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

strong {
  font-family: "TeX Gyre Adventor Bold";
}

.content > .content-wrapper {
  margin-top: 63px;
}

.content {
  padding-bottom: 0px !important;
}

.home .content > .content-wrapper {
  margin-top: 0px !important;
}

.pre-center-content > .widget > .textwidget > span:first-of-type {
  padding: 60px 0px 10px !important;
  display: block;
}

.center {
  text-align: center;
}

.search-login-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-login-wrapper .login-out a {
  color: #343434;
  font-size: 1.85rem;
  padding: 10px 30px 10px 10px;
  display: block;
  font-family: "TeX Gyre Adventor Bold";
}

.search-login-wrapper .login-out a:hover, .search-login-wrapper .login-out a:active {
  text-decoration: underline;
}

@media (max-width: 1370px) {
  .search-login-wrapper .login-out a {
    font-size: 1.6rem;
  }
}

.search-login-wrapper .wgs_wrapper #gs_tti51 input {
  border-bottom: 1px solid lightgrey !important;
  background: none !important;
}

@media (max-width: 1370px) {
  .search-login-wrapper .wgs_wrapper {
    display: none;
  }
}

.search-login-wrapper form.search-form {
  height: 35px;
  padding: 0px 10px;
  border: none;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  max-width: 200px;
}

.search-login-wrapper form.search-form > [name="s"] {
  font-size: 2.05rem;
}

@media (max-width: 1135px) {
  .pre-main-nav {
    display: none;
  }
}

.grid-cont.gutter {
  margin-left: 0px;
}

.content-row.no-v-pad-bottom > .content-row__content {
  overflow: visible;
}

.content .post-center-content {
  clear: both;
}

.content-row.hero {
  min-height: 600px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: normal;
  padding: 15px 30px;
  position: relative;
}

.custom-button > .button-text {
  color: #013A71;
  border-color: #205282;
  border-radius: 50px;
  -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  transition: background-color .25s ease-in-out, color .25s ease-in-out;
}

.custom-button.white-btn > .button-text {
  border-color: white;
  color: white;
}

.custom-button.white-btn:hover > .button-text, .custom-button.white-btn:hover > .button-text {
  background-color: rgba(255, 255, 255, 0.5);
  color: #013A71;
}

.custom-button:hover > .button-text, .custom-button:hover > .button-text {
  background-color: rgba(1, 58, 113, 0.5);
  color: #fff;
}

@media (max-width: 940px) {
  .page-id-160 .center-content {
    margin-top: 62px;
  }
}

.light-bg {
  background-color: #F4F7FA !important;
}

.dark-bg {
  background-color: #013A71 !important;
}

.gold-border-top {
  border-top: 5px solid #B77729;
}

/** 
 * Mobile search 
 * -----------------------------------------------------------------------------
 */
.wgs_wrapper {
  margin-left: 20px;
}

.wgs_wrapper #gs_tti50 input {
  border-bottom: 1px solid lightgrey !important;
  background: none !important;
}

/** 
 * YouTube iframe sizing
 * -----------------------------------------------------------------------------
 */
.grid-col iframe {
  width: -webkit-fill-available;
}

@media (max-width: 910px) {
  .grid-col iframe {
    width: 100% !important;
  }
}

/** 
 * Mobile Nav
 * -----------------------------------------------------------------------------
 */
.wp-logged-in > .mobile-nav-wrapper {
  top: 0px !important;
}

@media (min-width: 1135px) {
  .mobile-nav-button {
    display: none !important;
  }
}

.mobile-nav {
  background-color: white;
}

.mobile-nav .marm-menu-wrapper > ul > li {
  border-bottom: 0px;
}

.mobile-nav-button {
  position: absolute;
  top: 20px;
  left: -70px;
  display: block;
}

.mobile-nav-wrapper {
  top: 0px !important;
  z-index: 150;
}

.mobile-nav-wrapper .marm-menu-wrapper span {
  color: black;
}

.mobile-nav-wrapper li.marm-menu-item::marker {
  color: transparent;
}

.mobile-nav-wrapper .mobile-nav-button {
  background: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10;
  top: 4px;
}

.mobile-nav-wrapper .mobile-nav-button .stripe {
  background: #013a71;
}

.mobile-nav .marm-menu-wrapper > ul > li > .marm-menu-item-text-cont {
  display: inline-block;
  max-width: -ms-calc(100% - 42px);
  max-width: calc(100% - 42px);
  padding: 15px 15px 15px 15px;
  text-decoration: none;
}

/** 
 * Main Nav
 */
.header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 100;
  background: #fff;
  top: 0;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1640px;
  margin: auto;
  padding: 20px 0;
}

.main-nav ul.marm-menu li.current-menu-ancestor > .marm-menu-item-text-cont {
  text-decoration: underline;
}

.main-nav ul.marm-menu li.current-menu-item > .marm-menu-item-text-cont {
  text-decoration: underline;
}

.main-nav a.custom-logo-link {
  display: block;
  margin: 0px 30px;
}

.main-nav a.custom-logo-link > img {
  min-width: 200px;
}

@media (max-width: 1370px) {
  .main-nav a.custom-logo-link > img {
    min-width: 170px;
  }
}

@media (max-width: 1135px) {
  .main-nav {
    display: none;
  }
}

.main-nav a:hover,
.main-nav a:active {
  color: #2E2E2E;
}

.main-nav .fa-phone {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.main-nav .marm-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.main-nav .marm-menu-wrapper ul.marm-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "TeX Gyre Adventor Bold";
}

.main-nav .marm-menu-wrapper ul.marm-menu li {
  position: relative;
}

.main-nav .marm-menu-wrapper ul.marm-menu li.menu-item-has-children:after {
  content: "\25BC";
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 1.85rem;
}

@media (max-width: 1370px) {
  .main-nav .marm-menu-wrapper ul.marm-menu li.menu-item-has-children:after {
    font-size: 1.6rem;
  }
}

.main-nav .marm-menu-wrapper ul.marm-menu a {
  color: #343434;
  font-size: 1.85rem;
  padding: 10px 30px 10px 10px;
  display: block;
}

.main-nav .marm-menu-wrapper ul.marm-menu a:hover, .main-nav .marm-menu-wrapper ul.marm-menu a:active {
  text-decoration: underline;
}

@media (max-width: 1370px) {
  .main-nav .marm-menu-wrapper ul.marm-menu a {
    font-size: 1.6rem;
  }
}

.main-nav .marm-menu-wrapper ul.marm-menu ul.sub-menu {
  list-style: none;
  padding-left: 0;
  position: absolute;
  display: none;
  min-width: 200px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.main-nav .marm-menu-wrapper ul.marm-menu ul.sub-menu a {
  padding: 8px 20px;
  line-height: normal;
  color: #013A71;
}

.main-nav > div:last-of-type {
  padding-left: 50px;
}

/** 
 * Hero
 */
.content-row.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 600px;
}

/** 
 * Card Grid Component (Icon Card Grid)
 */
.content-row.icon-card-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F4F7FA !important;
}

.content-row.icon-card-grid .grid-cont.gutter {
  margin-left: -20px;
}

.content-row.icon-card-grid .grid-cont.grid-cont--standard-grid.gutter > .grid-col {
  padding: 0px 0px 0px 10px;
}

.content-row.icon-card-grid .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white !important;
  border-radius: 10px;
  padding: 30px 30px 30px 40px;
  font-size: 2.25rem;
  color: #8C8C8C;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-row.icon-card-grid .card-wrapper .thumbnail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  padding: 10px;
}

.content-row.icon-card-grid .card-wrapper .thumbnail-wrapper img {
  margin: auto;
}

.content-row.icon-card-grid .card-wrapper .label {
  font-family: "TeX Gyre Adventor Bold";
  color: #013A71;
  padding: 20px 0px 5px;
}

.content-row.icon-card-grid .card-wrapper .content-field {
  margin-bottom: 20px;
  font-size: 1.7rem;
}

.content-row.icon-card-grid .card-wrapper .content-link {
  font-size: 1.7rem;
  margin-top: auto;
  text-decoration: underline;
  color: #013A71;
}

.content-row.icon-card-grid .card-wrapper:hover {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}

/** 
 * Benefits Icons Component (Benefits Icon Grid)
 */
.content-row.benefits-icon-grid .icon-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-row.benefits-icon-grid .icon-wrapper .thumbnail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  padding: 10px;
}

.content-row.benefits-icon-grid .icon-wrapper .thumbnail-wrapper img {
  margin: auto;
}

.content-row.benefits-icon-grid .icon-wrapper .label {
  font-weight: bold;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/** 
 * Large Card Grid Component (Image Card Grid)
 */
.disabled a {
  pointer-events: none !important;
}

@media (max-width: 640px) {
  .content-row.image-card-grid .grid-cont.grid-cont--standard-grid.gutter > .grid-col {
    padding-left: 0px !important;
    margin-left: 0px;
  }
  .content-row.image-card-grid .grid-cont.gutter {
    margin-left: 0px !important;
  }
}

@media (max-width: 960px) {
  .content-row.image-card-grid .grid-cont.grid-cont--standard-grid.gutter > .grid-col {
    padding-left: 0px !important;
    margin-left: 0px;
    width: 100% !important;
  }
  .content-row.image-card-grid .grid-cont.gutter {
    margin-left: 0px !important;
  }
}

.content-row.image-card-grid > .content-row__content > .grid-cont {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-row.image-card-grid .grid-cont.grid-cont--standard-grid.gutter > .grid-col {
  padding: 20px;
  margin-left: 0px;
}

.content-row.image-card-grid .card-wrapper {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-row.image-card-grid .card-wrapper img {
  width: 100%;
  height: 230px !important;
  min-height: 230px;
  height: auto;
}

.content-row.image-card-grid .card-wrapper .content-wrapper {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.content-row.image-card-grid .card-wrapper .content-wrapper .title {
  padding-bottom: 10px;
  color: #013A71;
  font-weight: 700;
  font-size: 2.55rem;
}

.content-row.image-card-grid .card-wrapper .content-wrapper .content {
  font-size: 1.7rem;
  color: #5A5A5A;
}

.content-row.image-card-grid .card-wrapper .content-wrapper .link {
  font-size: 1.7rem;
  color: #0376E9;
  text-decoration: underline;
  margin-top: auto;
}

.content-row.image-card-grid .accent-box {
  height: 20px;
  margin-top: auto;
}

/** 
 * 404 Page
 */
.page-not-found {
  min-height: 50vh;
}

.page-not-found h1 {
  font-weight: 900;
  font-size: 220px !important;
  line-height: 1;
  margin-bottom: 36px;
  color: #3A3A3A;
}

.page-not-found .addtoany_content {
  display: none;
}

@media (max-width: 960px) {
  .page-not-found h1 {
    margin-top: 10vh;
  }
}

/** 
 * Overlay CTA grid card component
 */
.content-row.overlay-card .grid-cont.gutter {
  margin-left: -50px;
}

.content-row.overlay-card .grid-cont > .grid-col:nth-child(2) {
  margin-top: 80px;
}

.content-row.overlay-card .grid-cont > .grid-col:nth-child(odd) {
  margin-top: -50px;
}

.content-row.overlay-card .grid-cont > .grid-col:nth-child(1) {
  margin-top: 0;
}

@media (max-width: 640px) {
  .content-row.overlay-card .grid-cont.gutter {
    margin-left: 0px !important;
  }
  .content-row.overlay-card .grid-cont > .grid-col:nth-child(2) {
    margin-top: 30px !important;
  }
  .content-row.overlay-card .grid-cont > .grid-col:nth-child(odd) {
    margin-top: 30px !important;
  }
  .content-row.overlay-card .grid-cont > .grid-col:nth-child(1) {
    margin-top: 0 !important;
  }
  .content-row.overlay-card .grid-cont.grid-cont--standard-grid.gutter > .grid-col {
    margin-left: 0px !important;
  }
  .content-row.overlay-card .grid-cont.grid-cont--standard-grid.gutter > .grid-col {
    padding-left: 0px !important;
  }
  .content-row.overlay-card .content-row__content {
    padding-left: 0px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 960px) {
  .content-row.overlay-card .grid-cont {
    padding-left: 0px !important;
  }
  .content-row.overlay-card .grid-cont.gutter {
    margin-left: 0px !important;
  }
  .content-row.overlay-card .grid-cont > .grid-col:nth-child(2) {
    margin-top: 30px !important;
  }
  .content-row.overlay-card .grid-cont > .grid-col:nth-child(odd) {
    margin-top: 30px !important;
  }
  .content-row.overlay-card .grid-cont > .grid-col:nth-child(1) {
    margin-top: 0;
  }
  .content-row.overlay-card .grid-cont .grid-col {
    width: 100%;
  }
  .content-row.overlay-card .grid-cont.grid-cont--standard-grid.gutter > .grid-col {
    margin-left: 0px !important;
  }
  .content-row.overlay-card .grid-cont.grid-cont--standard-grid.gutter > .grid-col {
    padding-left: 0px !important;
  }
  .content-row.overlay-card .content-row__content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.content-row.overlay-card .grid-cont.grid-cont--standard-grid.gutter > .grid-col {
  padding-left: 50px;
  padding-right: 0px;
}

.content-row.overlay-card .card-wrapper {
  position: relative;
  color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.content-row.overlay-card .card-wrapper::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 58, 113, 0.5);
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
}

.content-row.overlay-card .card-wrapper .content {
  padding: 40px 40px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 400px;
}

.content-row.overlay-card .card-wrapper .content > a {
  margin-top: auto;
  margin-bottom: 20px;
}

.content-row.overlay-card .card-wrapper .title {
  font-size: 1.7rem;
  line-height: 3.5rem;
  color: white;
}

.content-row.overlay-card .card-wrapper .title-2 {
  font-size: 2.65rem;
  font-family: 700;
  line-height: 4.0rem;
  position: relative;
  color: white;
}

.content-row.overlay-card .card-wrapper:hover .title-2::after {
  content: '';
  display: block;
  width: 80px;
  position: absolute;
  bottom: 0px;
}

/** 
 * File Transfer Center FTC
 */
.pad-left {
  padding-left: 50px;
}

@media (max-width: 960px) {
  .pad-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0px;
  }
}

.row .col-sm-12 h4 {
  color: #013A71;
}

.row .ftc-welcome-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  text-align: center;
  margin-top: 80px;
}

.row .ftc-welcome-column .ftc-welcome-column-right {
  border-left: 1px solid #DEDEDE;
  padding-left: 50px;
}

@media (max-width: 960px) {
  .row .ftc-welcome-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .row .ftc-welcome-column .ftc-welcome-column-right {
    border-left: 0px;
    padding-left: 0px;
  }
}

.page-template-default {
  line-height: inherit;
}

#main-ftc-center {
  line-height: inherit;
}

#main-ftc-center .col-md-4 {
  padding-top: 50px;
  overflow: auto;
}

#main-ftc-center .col-md-8 {
  padding-top: 50px;
}

.page-template-ftc-template {
  line-height: inherit;
}

@media (max-width: 960px) {
  .page-template-ftc-template .col-md-4 {
    width: 100% !important;
  }
  .page-template-ftc-template .ftc-file-center-subheader {
    height: auto;
  }
  .page-template-ftc-template .content {
    max-width: 100vw;
  }
}

.page-template-ftc-template .ftc-file-center-column .left-column {
  height: 100vh;
}

.page-template-ftc-template .page-wrapper .pre-main-nav {
  margin-top: 85px;
}

.page-template-ftc-template .col-md-4 {
  padding-left: 0px !important;
  height: 100vh;
  background-color: #F4F6F9;
  width: 20%;
  overflow: hidden;
}

.page-template-ftc-template .col-md-8 {
  max-width: 1650px;
  min-width: auto;
}

.page-template-ftc-template .content-row__content {
  width: 100%;
  max-width: 1640px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-template-ftc-template .content-width-full .content-width-large .content-width-normal .content-width-narrow .content-row {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 10px;
}

.ftc-file-center-column {
  border: 0px;
}

.ftc-file-center-header {
  background-color: transparent;
  border-bottom: 0px;
}

#ftc-file-list {
  background-color: transparent;
}

#ftc-dropzone {
  border: 0px;
  background-color: transparent;
  padding: 16px 20px;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.ftc-file-center-subheader {
  background: transparent;
  padding: 15px;
  border-bottom: 0px;
  height: 100px;
}

.ftc-file-details:nth-of-type(odd) {
  background-color: transparent;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

.ng-scope .form-horizontal .form-group label, .ng-scope .form-group.row label {
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: 0px;
  border: transparent;
}

.ng-scope .form-horizontal .form-group input, .ng-scope .form-group.row input {
  height: auto;
  line-height: normal;
  font-size: 1.85rem;
  padding: 10px;
}

.page-template-ftc-template .modal-content {
  padding: 10px;
}

.btn.btn-secondary.ftc-upload-button {
  background-color: #013A71;
  margin-top: 25px;
  color: white;
}

.btn.btn-secondary.ftc-upload-button:hover {
  background-color: #f0f0f0;
}

.angular-ui-tree-node {
  margin-top: 20px;
}

.ng-scope button.btn {
  color: white;
  background-color: #013A71;
  border: 1px solid #205282;
  border-radius: 0px;
  -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  transition: background-color .25s ease-in-out, color .25s ease-in-out;
  line-height: normal;
  font-size: 2.05rem;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
}

.ftc-file-center-header-buttons-right {
  float: none;
  display: inline-block;
  margin: 17px 17px 0 0;
  padding-left: 20px;
}

.page div[data-ng-controller="FileCenterController"] {
  margin-top: 0;
}

.ng-scope .form-horizontal .form-group,
.ng-scope .form-group.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ng-scope .form-horizontal .form-group label,
.ng-scope .form-group.row label {
  padding: 0;
}

.ng-scope .form-horizontal .form-group input,
.ng-scope .form-group.row input {
  height: auto;
  line-height: normal;
  font-size: 1.8rem;
}

.ng-scope button.btn {
  color: #013A71;
  background-color: #fff;
  border: 1px solid #205282;
  border-radius: 50px;
  -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  transition: background-color .25s ease-in-out, color .25s ease-in-out;
  line-height: normal;
  font-size: 2.05rem;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
}

.ng-scope button.btn:hover, .ng-scope button.btn:hover {
  background-color: rgba(1, 58, 113, 0.5);
  color: #fff;
}

/** 
 * File Transfer Center RESOURCE CENTER (Downloads)
 */
[data-ng-controller="ResourceCenterController"] {
  margin-top: -3em;
}

.image-count-four {
  display: -ms-grid;
  display: grid;
  gap: 140px 5px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (280px)[2];
      grid-template-rows: repeat(2, 280px);
}

.resource-center-pool {
  background: url(kalumburu-pool-1-f-2-scaled-e1654624641667.jpg) no-repeat;
  height: 366px;
  display: inline-block;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / span 4;
  -ms-grid-row: 1;
  grid-row: 1;
  min-height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.resource-center-filter {
  background: url(natural1.jpg) no-repeat;
  height: 366px;
  display: inline-block;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  -ms-grid-row: 2;
  grid-row: 2;
  min-height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.resource-center-bulkhead {
  background: url(199634_46_z.jpg) no-repeat;
  height: 366px;
  display: inline-block;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3 / span 2;
  -ms-grid-row: 2;
  grid-row: 2;
  min-height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 960px) {
  #resource-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0px !important;
  }
  #resource-center .col-md-4 {
    height: 100%;
    width: 100% !important;
  }
  #resource-center .resource-center-default {
    padding-left: 10px !important;
    margin-top: 0px !important;
  }
}

#resource-center .resource-center-default {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#resource-center .resource-center-default .top {
  height: 100%;
}

#resource-center .resource-center-default .bottom {
  color: black;
}

#resource-center .resource-center-default .bottom .blue-arrow {
  display: none;
}

#resource-center .col-md-4 {
  background-color: white;
  overflow: auto;
}

#resource-center-categories {
  padding-bottom: 0px;
}

#resource-center-categories h3 {
  color: #fff;
}

#resource-center-categories ul {
  margin-left: 0px !important;
  margin-right: 40px;
  padding-bottom: 20px;
}

/** 
 * Image slider
 */
.splide__arrow--next {
  right: -3em !important;
}

.splide__arrow--prev {
  left: -3em !important;
}

@media (max-width: 600px) {
  .splide__arrow--next {
    right: 1em !important;
  }
  .splide__arrow--prev {
    left: 1em !important;
  }
}

/** 
 * File Transfer Center Login
 */
@media (max-width: 1580px) {
  .page-id-839 .col-md-offset-3 {
    margin-left: 16.66666667% !important;
  }
}

.page-id-839 h2 {
  margin-top: 0px;
}

.page-id-839 .bottom-row {
  padding: 50px 0px;
}

.page-id-839 .alert {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute !important;
}

.page-id-839 .pre-center-content {
  display: none;
}

.page-id-839 .grid-cont.grid-cont--standard-grid.gutter {
  padding-left: 0px;
}

.page-id-839 .wp-image-7624 {
  top: 50px;
}

.page-id-839 .vertical-center-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 640px) {
  .page-id-839 .center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 960px) {
  .page-id-839 .center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-id-839 .center-content .form-horizontal {
    padding-top: 10px !important;
  }
  .page-id-839 .center-content .col-md-offset-3 {
    padding-left: 25%;
  }
}

.page-id-839 .center-content .content-row {
  max-width: 100vw;
  padding-left: 0px;
  padding-right: 0px;
}

.page-id-839 .center-content .content-row .col-md-offset-3 {
  padding-right: 10%;
}

.page-id-839 .center-content .content-row .col-md-6 {
  width: 600px;
}

@media (max-width: 640px) {
  .page-id-839 .center-content .content-row {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .page-id-839 .center-content .content-row {
    width: 100%;
  }
  .page-id-839 .center-content .content-row .col-md-offset-3 {
    margin-left: 0px !important;
  }
  .page-id-839 .center-content .content-row .col-md-6 {
    width: 100%;
  }
}

.page-id-839 .center-content .content-row .grid-cont.grid-cont--standard-grid.gutter > .grid-col {
  padding-left: 0px;
}

.page-id-839 .center-content .text-area1 {
  padding: 0px 20px 50px;
}

.page-id-839 .center-content .ng-scope .form-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 200px;
  text-align: center;
  line-height: 2;
}

.page-id-839 .center-content .ng-scope .form-horizontal br {
  display: none;
}

.page-id-839 .center-content .ng-scope .form-horizontal .pw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page-id-839 .center-content .ng-scope .form-horizontal p {
  margin: 0 !important;
}

.page-id-839 .center-content .ng-scope .form-horizontal .custom-button {
  width: 110px;
  color: white;
  background-color: #013A71;
  margin-bottom: 20px;
}

.page-id-839 .center-content .ng-scope .form-horizontal .custom-button:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #013A71;
}

.page-id-839 .center-content .ng-scope .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: small;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.page-id-839 .center-content .ng-scope .form-group a br {
  display: none;
}

.page-id-839 .center-content .ng-scope .form-group label {
  color: lightgray;
  font-size: initial;
}

.alert {
  z-index: 100;
  position: relative;
}

/** 
 * File Transfer Center Password Reset
 */
.page-id-845 .center-content {
  margin: 125px;
}

@media (max-width: 960px) {
  .page-id-845 .center-content {
    margin: 125px 0 0 0;
  }
}

/** 
 * File Transfer Center Upload Link
 */
.page-id-843 .center-content {
  margin: 125px;
}

@media (max-width: 960px) {
  .page-id-843 .center-content {
    margin: 125px 0 0 0;
  }
}

/** 
 * Registration Page
 */
.ng-scope .form-horizontal .form-group, .ng-scope .form-group.row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

/** 
 * Project count component
 */
.content-row.project-count-banner .content-row__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-row.project-count-banner {
  color: #FBFAF5;
}

@media (max-width: 960px) {
  .content-row.project-count-banner .left {
    padding-bottom: 15px;
  }
}

.content-row.project-count-banner .left {
  font-size: 2.65rem;
  font-family: "TeX Gyre Adventor Bold";
}

.content-row.project-count-banner .content-row__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-row.project-count-banner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-row.project-count-banner .right .quantity-wrapper:first-child {
  margin-right: 100px;
}

.content-row.project-count-banner .right .quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-row.project-count-banner .right .quantity-wrapper .quantity {
  font-family: "TeX Gyre Adventor Bold";
  font-size: 5.85rem;
  line-height: 3.5rem;
}

.content-row.project-count-banner .right .quantity-wrapper .label {
  padding-top: 12px;
  font-size: 2.05rem;
  font-weight: 400;
  color: #E2BF8D;
}

/** 
 * Warranty component
 */
.content-row.warranty-count-banner .content-row__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-row.warranty-count-banner {
  color: #FBFAF5;
}

@media (max-width: 960px) {
  .content-row.warranty-count-banner .warranty-left {
    padding-bottom: 15px;
  }
}

.content-row.warranty-count-banner .warranty-left {
  color: white;
}

.content-row.warranty-count-banner .warranty-left h3 {
  color: white;
}

.content-row.warranty-count-banner .content-row__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-row.warranty-count-banner .warranty-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}

.content-row.warranty-count-banner .warranty-right .warranty-quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-row.warranty-count-banner .warranty-right .warranty-quantity-wrapper .quantity {
  font-family: "TeX Gyre Adventor Bold";
  font-size: 4.85rem;
  line-height: 3.5rem;
}

.content-row.warranty-count-banner .warranty-right .warranty-quantity-wrapper .label {
  padding-top: 12px;
  font-size: 2.05rem;
  font-weight: 400;
  color: #E2BF8D;
}

/** 
 * Footer 
 */
.pre-footer {
  max-width: 1640px;
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pre-footer .marm-menu-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-left: 70px;
  margin-right: 20px;
}

@media (max-width: 1300px) {
  .pre-footer .marm-menu-wrapper {
    line-height: 2;
    margin-right: 20px;
  }
  .pre-footer .marm-menu-wrapper .marm-menu .sub-menu a {
    font-size: 1.05rem;
  }
  .pre-footer .marm-menu-wrapper .marm-menu > .marm-menu-item > a {
    font-size: 1.55rem;
  }
}

@media (max-width: 910px) {
  .pre-footer .marm-menu-wrapper {
    display: none;
  }
}

.pre-footer .marm-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-wrap: break-word;
}

.pre-footer .marm-menu a {
  display: block;
  color: #013A71;
}

.pre-footer .marm-menu > .marm-menu-item > a {
  line-height: 0.5;
  font-size: 2.35rem;
  font-weight: 700;
  padding-bottom: 20px;
  color: #013A71;
}

.pre-footer .marm-menu .sub-menu a {
  font-size: 1.55rem;
}

.pre-footer .marm-menu .sub-menu a:hover, .pre-footer .marm-menu .sub-menu a:active {
  color: #2E2E2E;
}

.pre-footer li {
  list-style: none;
  line-height: 1.5;
}

.pre-footer ul {
  padding-left: 0;
}

.footer-wrapper {
  border-top: 1px solid #FFF7ED;
  background: #FFF7ED;
  border-top: 5px solid #B77729;
}

.footer-logo {
  padding: 0px 20px;
}

@media (max-width: 910px) {
  .footer-logo {
    padding: 0px 10px;
  }
}

/**
* Post Footer Widgets
* ------------------------------------------------------------------------------
*/
ß
.back-to-top-wrapper {
  right: 2.25rem !important;
  top: 90vh !important;
}

.widget_a2a_follow_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-wrapper .marm-menu-item[data-post-id="162"] {
  display: none;
}

/** 
 * Gravity Forms
 */
.gform_legacy_markup_wrapper ul.gfield_checkbox li, .gform_legacy_markup_wrapper ul.gfield_radio li {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.gform-body input, .gform-body select, .gform-body textarea {
  border: 1px solid #ccc;
  border-radius: 10px;
}

.gform-body .more-info {
  text-decoration: underline;
  font-weight: bold;
}

.gform-body .split-checkbox-list .gfield_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gform-body .split-checkbox-list .gfield_checkbox > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media (max-width: 910px) {
  .gform_heading {
    padding-top: 60px;
  }
}

.gform_footer input {
  color: #013A71;
  border-color: #205282;
  border-radius: 50px;
  -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  transition: background-color .25s ease-in-out, color .25s ease-in-out;
  line-height: normal;
  font-size: 2.05rem;
  background-color: white;
  border: 1px solid;
  padding: 10px 20px;
}

.gform_footer input:hover, .gform_footer input:hover {
  background-color: rgba(1, 58, 113, 0.5);
  color: #fff;
}

.content-row form.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
}

.content-row form.wpcf7-form .column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333%;
          flex: 0 0 33.3333333%;
  padding-left: 30px;
}

@media (max-width: 910px) {
  .content-row form.wpcf7-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content-row form.wpcf7-form .column {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}

.content-row form.wpcf7-form input,
.content-row form.wpcf7-form textarea,
.content-row form.wpcf7-form select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #bbb;
  font-size: 1.7rem;
  line-height: normal;
  outline: none;
  padding: .5em;
}

.content-row form.wpcf7-form textarea {
  border: 1px solid #bbb;
  border-radius: 5px;
  height: 120px;
}

.content-row form.wpcf7-form label {
  font-size: 1.7rem;
  font-weight: normal;
}

.content-row form.wpcf7-form input.wpcf7-submit {
  color: #013A71;
  border: 1px solid #205282;
  border-radius: 50px;
  -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  transition: background-color .25s ease-in-out, color .25s ease-in-out;
  line-height: normal;
}

.content-row form.wpcf7-form input.wpcf7-submit:hover, .content-row form.wpcf7-form input.wpcf7-submit:hover {
  background-color: rgba(1, 58, 113, 0.5);
  color: #fff;
}

/** 
 * Split staggered image grid
 */
.content-row.split-staggered-image-grid {
  padding-bottom: 50px;
  /* split row with staggered images styles*/
  /* split row with staggered images LANDSCAPE styles*/
  /* split row with staggered images GRID styles*/
}

@media (max-width: 640px) {
  .content-row.split-staggered-image-grid .grid-cont.grid-cont--standard-grid.gutter > .grid-col {
    padding-left: 0px !important;
    margin-left: 0px;
  }
  .content-row.split-staggered-image-grid .grid-cont.gutter {
    margin-left: 10px;
  }
}

@media (max-width: 960px) {
  .content-row.split-staggered-image-grid .grid-cont.grid-cont--standard-grid.gutter > .grid-col {
    padding-left: 0px !important;
    margin-left: 0px;
    width: 100%;
    padding-bottom: 100px;
  }
  .content-row.split-staggered-image-grid .grid-cont.gutter {
    margin-left: 10px;
  }
}

.content-row.split-staggered-image-grid .staggered-image-wrapper-standard {
  display: -ms-grid;
  display: grid;
  gap: 40px 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (100px)[6];
      grid-template-rows: repeat(6, 100px);
  padding-bottom: 50px;
}

@media (max-width: 960px) {
  .content-row.split-staggered-image-grid .staggered-image-wrapper-standard {
    gap: 25px 10px;
  }
}

.content-row.split-staggered-image-grid .staggered-image-wrapper-standard .staggered-image {
  min-height: 360px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.content-row.split-staggered-image-grid .staggered-image-wrapper-standard .staggered-image:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  grid-row: 3 / span 3;
}

.content-row.split-staggered-image-grid .staggered-image-wrapper-standard .staggered-image:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / span 3;
}

.content-row.split-staggered-image-grid .staggered-image-wrapper-standard .staggered-image:nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / span 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  grid-row: 2 / span 3;
}

.content-row.split-staggered-image-grid .staggered-image-wrapper-standard .staggered-image:nth-child(4) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1;
  -ms-grid-row: 4;
  -ms-grid-row-span: 3;
  grid-row: 4 / span 3;
}

.content-row.split-staggered-image-grid .staggered-image-wrapper-landscape {
  display: -ms-grid;
  display: grid;
  gap: 120px 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: (100px)[3];
      grid-template-rows: repeat(3, 100px);
  padding-bottom: 50px;
}

@media (max-width: 960px) {
  .content-row.split-staggered-image-grid .staggered-image-wrapper-landscape {
    gap: 110px 10px;
  }
}

.content-row.split-staggered-image-grid .staggered-image-wrapper-landscape .staggered-image {
  min-height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.content-row.split-staggered-image-grid .staggered-image-wrapper-landscape .staggered-image:nth-child(1) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2 / span 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / span 1;
}

.content-row.split-staggered-image-grid .staggered-image-wrapper-landscape .staggered-image:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / span 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / span 1;
}

.content-row.split-staggered-image-grid .staggered-image-wrapper-landscape .staggered-image:nth-child(3) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4 / span 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / span 1;
}

.content-row.split-staggered-image-grid .staggered-image-wrapper-landscape .staggered-image:nth-child(4) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-column: 3 / span 3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / span 1;
}

.content-row.split-staggered-image-grid .staggered-image-wrapper-grid {
  display: -ms-grid;
  display: grid;
  gap: 140px 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
  -ms-grid-rows: (100px)[2];
      grid-template-rows: repeat(2, 100px);
  padding-bottom: 50px;
}

@media (max-width: 960px) {
  .content-row.split-staggered-image-grid .staggered-image-wrapper-grid {
    gap: 120px 20px;
  }
}

.content-row.split-staggered-image-grid .staggered-image-wrapper-grid .staggered-image {
  min-height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.content-row.split-staggered-image-grid .staggered-image-wrapper-grid .staggered-image:nth-child(1) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-column: 2 / span 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / span 1;
}

.content-row.split-staggered-image-grid .staggered-image-wrapper-grid .staggered-image:nth-child(2) {
  -ms-grid-column: 6;
  -ms-grid-column-span: 2;
  grid-column: 6 / span 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / span 1;
}

.content-row.split-staggered-image-grid .staggered-image-wrapper-grid .staggered-image:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / span 1;
}

.content-row.split-staggered-image-grid .staggered-image-wrapper-grid .staggered-image:nth-child(4) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 4;
  grid-column: 3 / span 4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / span 1;
}

/** 
 * Blog Archive
 */
.blog .pre-center-content {
  padding: 60px 0px 10px 10px !important;
}

.archive .pre-center-content {
  padding: 60px 0px 10px 10px !important;
}

body.blog .filter-wrapper h3,
body.archive.category .filter-wrapper h3 {
  border-bottom: 1px solid #2E2E2E;
}

body.blog .filter-wrapper li.active a,
body.archive.category .filter-wrapper li.active a {
  text-decoration: underline;
}

@media (max-width: 960px) {
  body.blog .popular-row,
  body.archive.category .popular-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.blog .popular-row .grid-col,
  body.archive.category .popular-row .grid-col {
    width: 100%;
  }
}

body.blog a.component--post__title,
body.archive.category a.component--post__title {
  margin-top: 10px;
  font-weight: bold;
  color: #013A71;
}

body.blog .component--post__date,
body.archive.category .component--post__date {
  font-weight: bold;
  margin: 30px 0px;
  font-size: initial;
  line-height: normal;
  text-transform: uppercase;
}

body.blog .component--post__date span a,
body.archive.category .component--post__date span a {
  color: #013A71;
}

body.blog .component--post__date span a:hover, body.blog .component--post__date span a:active,
body.archive.category .component--post__date span a:hover,
body.archive.category .component--post__date span a:active {
  color: #EE0000;
}

body.blog .component--post__excerpt,
body.archive.category .component--post__excerpt {
  font-size: large;
}

body.blog .component--post__excerpt a,
body.archive.category .component--post__excerpt a {
  text-decoration: underline;
}

body.blog .component--post__thumbnail,
body.archive.category .component--post__thumbnail {
  width: 100%;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #013A71;
}

body.blog .pagination .content-row__content,
body.archive.category .pagination .content-row__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/** 
 * Blog Single
 */
.post-heading-row h1 {
  color: #2E2E2E;
}

.post-heading-row h2 {
  color: #013A71;
}

.post-heading-row .back-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.post-heading-row .date {
  font-size: 2.05rem;
  font-weight: bold;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.post-heading-row .banner {
  min-height: 540px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #013A71;
  background-position: center;
}

/** 
 * Press Feed 
 */
.press-feed {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.press-feed .press-feed-link {
  padding: 20px 40px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  list-style: none;
}

.press-feed .press-feed-link .title {
  font-weight: bold;
  color: #013A71;
}

ul.press-feed {
  padding-left: 0px !important;
}

.next-page {
  float: right;
}

/** 
 * WP Job Manager Listings 
 */
div.job_listings ul.job_listings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-left: -30px;
}

div.job_listings ul.job_listings .grid-item-wrapper {
  padding: 0 0 30px 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

div.job_listings ul.job_listings .grid-item-wrapper .grid-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}

div.job_listings ul.job_listings .grid-item-wrapper .grid-item .date {
  font-size: 2.05rem;
  font-weight: 700;
  color: #013A71;
}

div.job_listings ul.job_listings .grid-item-wrapper .grid-item .title {
  font-weight: 700;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}

div.job_listings ul.job_listings .grid-item-wrapper .grid-item .excerpt {
  font-size: 2.05rem;
  line-height: 3.5rem;
  margin-bottom: 20px;
}

.job-manager-application-form input.button {
  color: #013A71;
  border-color: #205282;
  border-radius: 50px;
  -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  transition: background-color .25s ease-in-out, color .25s ease-in-out;
  line-height: normal;
  font-size: 2.05rem;
}

.job-manager-application-form input.button:hover, .job-manager-application-form input.button:hover {
  background-color: rgba(1, 58, 113, 0.5);
  color: #fff;
}

/** 
 * Wp Job Manager single job listing
 */
.single_job_listing .company {
  border: 0px;
}

.single_job_listing .wp_job_manager_send_application_button {
  text-align: center;
  font-size: 1.15em;
  line-height: 1em;
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 1em 2em;
  outline: 0;
}

.footer .single_job_listing {
  display: none;
}

/** 
 * Search results  
 */
.gsc-adBlock {
  display: none !important;
}

.content-row.search-results .post.search-result h3 {
  font-size: 3.05rem;
}

.content-row.search-results .post.search-result {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

/** 
 * ACF project map  
 */
@media (max-width: 960px) {
  .content-row.project-map #filter {
    display: none;
    left: none !important;
    height: auto !important;
    top: -100px !important;
    position: absolute;
    z-index: 1;
    border: 0px !important;
    overflow: scroll;
    padding: 20px;
    opacity: 100% !important;
    background: transparent !important;
    width: 100%;
  }
  .content-row.project-map #filter .accordion-item-hd-cta {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}

.content-row.project-map {
  padding: 0;
}

.content-row.project-map .content-row__content {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.content-row.project-map #filter {
  display: none;
  top: 100px;
  left: 20px;
  position: absolute;
  z-index: 1;
  background: #013A71;
  overflow: auto;
  border-radius: 10px;
  border-color: transparent;
  padding: 20px;
  opacity: 90%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  color: white;
}

@media (max-width: 960px) {
  .content-row.project-map #filter {
    top: 20px;
    left: 0px;
    color: black;
    margin-top: 20px;
  }
}

.content-row.project-map #filter .accordion-item-hd {
  padding: 0px 0px !important;
}

.content-row.project-map #filter .accordion-item-bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: normal;
  color: black;
  border-radius: 10px;
}

.content-row.project-map #filter .accordion-item-input:checked ~ .accordion-item-bd {
  max-height: 300px;
  padding: 5px 15px;
  margin-bottom: 15px;
  -webkit-transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in;
  transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in;
  overflow: visible;
}

.content-row.project-map .filterStyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0px;
  left: 0px;
  width: 300px;
  border: 1px solid red;
  max-height: 400px;
}

.content-row.project-map .acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 0;
}

.content-row.project-map .acf-map img {
  max-width: inherit !important;
}

.content-row.project-map .gm-style .gm-style-iw-c,
.content-row.project-map .gm-style .gm-style-iw-t::after {
  background-color: #013A71;
  background: #013A71;
  color: #fff;
  opacity: 90%;
}

.content-row.project-map button.gm-ui-hover-effect {
  width: 40px !important;
  height: 40px !important;
  top: 0 !important;
  right: 0 !important;
}

.content-row.project-map button.gm-ui-hover-effect span {
  background: #fff;
  width: 24px !important;
  height: 24px !important;
}

.content-row.project-map .pool-map-marker {
  padding: 20px;
  font-size: 2.05rem;
}

.content-row.project-map .pool-map-marker .name {
  font-size: 3.05rem;
  font-weight: 700;
  padding-bottom: 15px;
}

.content-row.project-map .pool-map-marker > * {
  padding-bottom: 10px;
}

/** 
 * Terminology
 */
.page-template-terminology-page-template .page-wrapper, .tax-term-cat .page-wrapper {
  max-width: 100vw;
}

@media (max-width: 640px) {
  .page-template-terminology-page-template .page-wrapper, .tax-term-cat .page-wrapper {
    max-width: 100vw;
  }
  .page-template-terminology-page-template .page-wrapper .terminology-archive ul.terms, .tax-term-cat .page-wrapper .terminology-archive ul.terms {
    -webkit-column-count: 1 !important;
            column-count: 1 !important;
  }
  .page-template-terminology-page-template .page-wrapper .terminology-archive .term-section, .tax-term-cat .page-wrapper .terminology-archive .term-section {
    padding: 0px !important;
  }
  .page-template-terminology-page-template .page-wrapper .terminology-archive ul.categories, .tax-term-cat .page-wrapper .terminology-archive ul.categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0px;
  }
}

@media (max-width: 960px) {
  .page-template-terminology-page-template .page-wrapper, .tax-term-cat .page-wrapper {
    max-width: 100vw;
  }
  .page-template-terminology-page-template .page-wrapper .terminology-archive ul.terms, .tax-term-cat .page-wrapper .terminology-archive ul.terms {
    -webkit-column-count: 1 !important;
            column-count: 1 !important;
  }
  .page-template-terminology-page-template .page-wrapper .terminology-archive .term-section, .tax-term-cat .page-wrapper .terminology-archive .term-section {
    padding: 0px !important;
  }
  .page-template-terminology-page-template .page-wrapper .terminology-archive ul.categories, .tax-term-cat .page-wrapper .terminology-archive ul.categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0px;
  }
}

.terminology-archive ul.categories {
  background: #013A71;
  text-align: center;
  position: relative;
  border-bottom: 4px solid #fff;
  border-top: 4px solid #fff;
}

.terminology-archive ul.categories li:nth-last-child(1) {
  display: none;
}

.terminology-archive ul.categories li {
  list-style: none;
  display: inline-block;
  position: relative;
}

.terminology-archive ul.categories li a {
  color: #fff;
  padding: 0.6em 0.75em 0.7em 2em;
  background-size: 1em;
  background: none 0.5em center;
  display: block;
}

.terminology-archive ul.categories li a.active {
  text-decoration: underline;
}

.terminology-archive .letters {
  text-align: center;
  padding: 1em 0;
}

.terminology-archive .letters a {
  text-transform: uppercase;
  color: #013A71;
  border-right: 1px solid #BBBCBC;
  padding: 0 0.75em;
}

.terminology-archive .letters a:hover {
  text-decoration: underline;
}

.terminology-archive .letters a:last-child {
  border-right: none;
}

.terminology-archive h3.letter-start {
  text-transform: uppercase;
  position: relative;
  line-height: 0.5;
}

.terminology-archive h3.letter-start span {
  display: inline-block;
  color: #fff;
  background: #013A71;
  font-weight: bold;
  padding: 3px 0 6px;
  margin-right: 0.5em;
  position: relative;
  line-height: 1;
  width: 40px;
  text-align: center;
}

.terminology-archive h3.letter-start span:after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #013A71;
  top: 20px;
  left: 40px;
  width: 50vw;
}

.terminology-archive .term-section {
  position: relative;
  background: #fff;
  padding: 4em 4em 0 4em;
}

.terminology-archive .term-section .top-link {
  display: none !important;
  text-align: right !important;
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  opacity: 1 !important;
  font-size: 16.5px !important;
  background: #373A36;
  padding: 5px 10px !important;
  letter-spacing: 0 !important;
  color: #fff !important;
}

.terminology-archive .term-section1 {
  background: #F8F9FD;
}

.terminology-archive ul.terms {
  list-style: none;
  margin: 0;
  padding-bottom: 2em;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-break-inside: avoid;
          break-inside: avoid-column;
}

.terminology-archive ul.terms li {
  padding-bottom: 1em !important;
  -webkit-column-break-inside: avoid;
  padding: 0 1em;
}

.terminology-archive ul.terms li p,
.terminology-archive ul.terms li div {
  margin-bottom: 0;
}

.terminology-archive ul.terms li p:nth-of-type(2) {
  margin-left: 1em;
}

/** 
 *
 *
 *
 *  SFTP EDITS BEGIN HERE <------------------------------------------------------------------------------------------------------------
 *
 *
 *
 *
 *
 *
 * ACF project map  
 */
.content-row.project-map {
  padding: 0;
}

.content-row.project-map .acf-map {
  width: 100%;
  height: 600px;
  border: #ccc solid 1px;
  margin: 0;
}

.content-row.project-map .acf-map img {
  max-width: inherit !important;
}

.content-row.project-map .gm-style .gm-style-iw-c,
.content-row.project-map .gm-style .gm-style-iw-t::after {
  background-color: #013A71;
  background: #013A71;
  color: #fff;
}

.content-row.project-map button.gm-ui-hover-effect {
  width: 40px !important;
  height: 40px !important;
  top: 0 !important;
  right: 0 !important;
}

.content-row.project-map button.gm-ui-hover-effect span {
  background: #fff;
  width: 24px !important;
  height: 24px !important;
}

.content-row.project-map .pool-map-marker {
  padding-top: 20px;
  font-size: 2.05rem;
}

div.gm-style-iw-d {
  overflow: hidden !important;
}

.content-row.project-map .pool-map-marker .name {
  font-size: 3.05rem;
  font-weight: 700;
  padding-bottom: 15px;
}

.content-row.project-map .pool-map-marker > * {
  padding-bottom: 10px;
}

/** 
   * Terminology
   */
.terminology-archive ul.categories {
  background: #013A71;
  text-align: center;
  position: relative;
  border-bottom: 4px solid #fff;
  border-top: 4px solid #fff;
}

.terminology-archive ul.categories li:nth-last-child(1) {
  display: none;
}

.terminology-archive ul.categories li {
  list-style: none;
  display: inline-block;
  position: relative;
}

.terminology-archive ul.categories li a {
  color: #fff;
  padding: 0.6em 0.75em 0.7em 2em;
  background-size: 1em;
  background: none 0.5em center;
  display: block;
}

.terminology-archive ul.categories li a.active {
  text-decoration: underline;
}

.terminology-archive .letters {
  text-align: center;
  padding: 1em 0;
}

.terminology-archive .letters a {
  text-transform: uppercase;
  color: #013A71;
  border-right: 1px solid #BBBCBC;
  padding: 0 0.75em;
}

.terminology-archive .letters a:hover {
  text-decoration: underline;
}

.terminology-archive .letters a:last-child {
  border-right: none;
}

.terminology-archive h3.letter-start {
  text-transform: uppercase;
  position: relative;
  line-height: 0.5;
}

.terminology-archive h3.letter-start span {
  display: inline-block;
  color: #fff;
  background: #013A71;
  font-weight: bold;
  padding: 3px 0 6px;
  margin-right: 0.5em;
  position: relative;
  line-height: 1;
  width: 40px;
  text-align: center;
}

.terminology-archive h3.letter-start span:after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #013A71;
  top: 20px;
  left: 40px;
  width: 50vw;
}

.terminology-archive .term-section {
  position: relative;
  background: #fff;
  padding: 4em 4em 0 4em;
}

.terminology-archive .term-section .top-link {
  display: none !important;
  text-align: right !important;
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  opacity: 1 !important;
  font-size: 16.5px !important;
  background: #373A36;
  padding: 5px 10px !important;
  letter-spacing: 0 !important;
  color: #fff !important;
}

.terminology-archive .term-section1 {
  background: #F8F9FD;
}

.terminology-archive ul.terms {
  list-style: none;
  margin: 0;
  padding-bottom: 2em;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
}

.terminology-archive ul.terms li {
  padding-bottom: 1em !important;
  -webkit-column-break-inside: avoid;
  padding: 0 1em;
}

.terminology-archive ul.terms li p,
.terminology-archive ul.terms li div {
  margin-bottom: 0;
}

.terminology-archive ul.terms li p:nth-of-type(2) {
  margin-left: 1em;
}

/**
      *   Accordion Grid
      */
#filter .accordion-item-hd-cta {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.accordion-grid-wrapper {
  border: 1px solid white;
  padding: 0 10px;
  margin: 0 auto;
}

.accordion-grid-wrapper .grid-cont.grid-cont--standard-grid.gutter > .grid-col {
  padding-right: 0px;
}

.accordion-grid-wrapper .grid-cont.grid-cont--standard-grid.gutter > .grid-col {
  padding-left: 10px;
  margin-left: 0px;
}

.accordion-grid-wrapper .grid-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 60vw; */
  max-width: 1450px;
  height: auto;
  padding: 10px;
}

.accordion-grid-wrapper .grid-col[data-columns-lg="1"]:nth-child(n+2) {
  margin-top: 0px;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.accordion-grid-wrapper .grid-col[data-columns-lg="1"]:nth-child(1) {
  border: 1px solid black;
}

.accordion-grid-wrapper > * + * {
  border-top: 1px solid grey;
}

.accordion-item {
  width: 100%;
}

.accordion-item-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px 15px 0;
  position: relative;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accordion-grid-wrapper .grid-cont.gutter {
  margin-left: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.accordion-item-input:checked ~ .accordion-item-bd {
  max-height: 10000px;
  padding: 15px;
  margin-bottom: 15px;
  -webkit-transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in;
  transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in;
}

.accordion-item-input:checked ~ .accordion-item-hd > .accordion-item-hd-cta {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.accordion-item-hd-cta {
  display: block;
  width: 30px;
  position: relative;
  top: calc(50% - 6px);
  /* minus half font-size */
  right: 0;
  pointer-events: none;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  text-align: center;
  font-size: 18.5px;
  line-height: 1;
}

.accordion-item-bd {
  background-color: #F8F9FD;
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-transition: max-height .15s ease-out, margin-bottom .3s ease-out, padding .3s ease-out;
  transition: max-height .15s ease-out, margin-bottom .3s ease-out, padding .3s ease-out;
}

.accordion-item-input {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1;
  overflow: hidden;
  position: absolute;
  left: -9999px;
}

/*
 *  Download CTA
 */
.pdf-download-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 960px) {
  .pdf-download-wrapper .pdf-row {
    padding: 0px 10px 0px 0px !important;
    width: 100% !important;
    border-radius: 0px !important;
  }
  .pdf-download-wrapper .pdf-row .pdf-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pdf-download-wrapper .pdf-row .pdf-label {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
  }
  .pdf-download-wrapper .pdf-row .custom-button > .button-text {
    font-size: small;
    padding: 5px 16px;
  }
}

.pdf-download-wrapper .content-row__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.pdf-download-wrapper .content-row__content .pdf-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid black;
  border-radius: 10px;
  width: 60%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  padding: 20px 60px;
}

.pdf-download-wrapper .content-row__content .pdf-row .pdf-title {
  gap: 20px;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 2.45rem;
  line-height: 2;
}

.pdf-download-wrapper .content-row__content .pdf-row .custom-button > .button-text {
  color: #2E2E2E;
}

.pdf-download-wrapper .content-row__content .pdf-row .custom-button > .button-text:hover {
  background-color: rgba(1, 58, 113, 0.5);
  color: #013A71;
}

/**
 * Timeline
 * -----------------------------------------------------------------------------
 */
.timeline {
  position: relative;
  margin: 50px auto;
  padding: 40px 0;
  width: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.timeline:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #c5c5c5;
}

.timeline ul {
  padding: 0;
  margin: 0;
}

.timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.timeline ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
}

.timeline ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
}

.content {
  padding-bottom: 20px;
}

.timeline ul li:nth-child(odd):before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  right: -6px;
  background: #013A71;
  border-radius: 50%;
}

.timeline ul li:nth-child(even):before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  left: -4px;
  background: #013A71;
  border-radius: 50%;
}

.timeline ul li h3 {
  padding: 0;
  margin: 0;
  color: #013A71;
  font-weight: 600;
}

.timeline ul li p {
  margin: 10px 0 0;
  padding: 0;
}

.timeline ul li .time h4 {
  margin: 0;
  padding: 0;
  font-size: 14.5px;
}

.timeline ul li:nth-child(odd) .time {
  position: absolute;
  top: 12px;
  right: -165px;
  margin: 0;
  padding: 8px 16px;
  background: #013A71;
  color: #fff;
  border-radius: 18px;
  -webkit-box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.3);
          box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.3);
}

.timeline ul li:nth-child(even) .time {
  position: absolute;
  top: 12px;
  left: -165px;
  margin: 0;
  padding: 8px 16px;
  background: #013A71;
  color: #fff;
  border-radius: 18px;
  -webkit-box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.3);
          box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.3);
}

@media (max-width: 1000px) {
  .timeline {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .timeline {
    width: 100%;
    padding-bottom: 0;
  }
  h1 {
    font-size: 40.5px;
    text-align: center;
  }
  .timeline:before {
    left: 20px;
    height: 100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before {
    top: -18px;
    left: 16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time {
    top: -30px;
    left: 50px;
    right: inherit;
  }
}

/** 
 * Mobile
 * -----------------------------------------------------------------------------
 */
@media (max-width: 910px) {
  .pre-main-nav {
    margin-top: 0;
  }
}

/** 
 * Popups
 * -----------------------------------------------------------------------------
 */
.pum.pum-overlay .pum-container .pum-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pum.pum-overlay .pum-container .pum-content .column {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pum.pum-overlay .pum-container .pum-content .column.blue {
  background-color: #013A71;
  color: #fff;
  padding: 10px 10px 30px 40px;
}

.pum.pum-overlay .pum-container .pum-content .column.blue h1, .pum.pum-overlay .pum-container .pum-content .column.blue h2, .pum.pum-overlay .pum-container .pum-content .column.blue h3, .pum.pum-overlay .pum-container .pum-content .column.blue h4, .pum.pum-overlay .pum-container .pum-content .column.blue h5, .pum.pum-overlay .pum-container .pum-content .column.blue h6 {
  color: #fff;
}

.pum.pum-overlay .pum-container .pum-content .column img {
  min-width: 100%;
  min-height: 100%;
}
/*# sourceMappingURL=style.css.map */