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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
* Breakpoints
*/
/*

@include media(">=phone-small") {

}

*/
/**
* Variables
*/
/**
* Fonts (@font-face)
*/
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}
.wrap {
  width: 100%;
  height: auto;
}

.inner-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  transition: padding 300ms;
}
@media (min-width: 480px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.spacer-top {
  padding-top: 45px;
  transition: padding 300ms;
}
@media (min-width: 480px) {
  .spacer-top {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .spacer-top {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .spacer-top {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  .spacer-top {
    padding-top: 80px;
  }
}

.spacer-bottom {
  padding-bottom: 45px;
  transition: padding 300ms;
}
@media (min-width: 480px) {
  .spacer-bottom {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .spacer-bottom {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .spacer-bottom {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .spacer-bottom {
    padding-bottom: 80px;
  }
}

.button {
  padding: 10px 15px;
  display: inline-block;
  background-color: #3b627f;
  text-transform: uppercase;
  color: #fafafa;
  font-weight: bold;
}

.category {
  display: block;
  color: #0f0f0f;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: -0.0625em;
}

.title {
  display: block;
  font-size: 1.4rem;
  line-height: 1.1;
  color: #3b627f;
  letter-spacing: -0.0625em;
}
.tag {
  font-size: 0.8rem;
  font-weight: 500;
  color: #999999;
  letter-spacing: -0.0425em;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.no-scroll {
  overflow: hidden;
}

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

html {
  height: 100%;
  font-size: 100%;
  line-height: 1.7;
}

body {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  margin: 0;
  background-color: #fff;
  color: #222222;
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  margin-top: 0;
  margin-bottom: 1.4rem;
  font-size: 2.2rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 1.3rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.15909em;
}

h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.15909em;
  font-size: 1.6rem;
}

h4 {
  margin-top: 0;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

h5 {
  margin-top: 0;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

h6 {
  margin-top: 0;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

p {
  margin: 0;
  padding-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #356879;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

/* begin button styles */
button {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* end button styles */
/**
* Header styles
*/
.header-wrap {
  width: 100%;
  height: auto;
  grid-row-start: 1;
  grid-row-end: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
  border-top: 3px solid #373435;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fafafa;
}

.top-bar-bg {
  width: 100%;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .top-bar-bg {
    display: block;
  }
}

.header {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 90px;
  padding-top: 0;
  position: relative;
}
@media (min-width: 768px) {
  .header {
    height: 100px;
    padding-top: 35px;
  }
}

.header-nav {
  width: 100%;
  height: 0;
  position: absolute;
  top: 90px;
  display: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  .header-nav {
    height: 65px;
    display: block;
    top: 0;
    overflow: visible;
  }
}

.main-nav {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  height: auto;
  position: static;
  top: auto;
  right: auto;
  display: block;
  background-color: #fafafa;
}
@media (min-width: 768px) {
  .main-nav {
    padding-left: 20px;
    padding-right: 20px;
    transition: padding 300ms;
    padding-left: 0;
    width: auto;
    height: 65px;
    position: absolute;
    top: 35px;
    right: 0;
  }
}
@media (min-width: 768px) and (min-width: 480px) {
  .main-nav {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .main-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .main-nav {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .main-nav {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.main-nav ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  border-top: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  .main-nav ul {
    width: auto;
    height: 65px;
    flex-direction: row;
    -moz-column-gap: 10px;
         column-gap: 10px;
    border-top: unset;
  }
}
.main-nav ul li {
  width: 100%;
  height: auto;
  min-height: 45px;
  list-style: none;
  border-top: unset;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
@media (min-width: 768px) {
  .main-nav ul li {
    width: auto;
    height: 65px;
    border-top: 3px solid #373435;
    border-bottom: unset;
    transition: display 300ms, background-color 300ms;
  }
  .main-nav ul li.active {
    height: 66px;
    background-color: #e0e0e0;
  }
  .main-nav ul li:nth-child(1) {
    border-top: 3px solid #b3b06d;
  }
  .main-nav ul li:nth-child(1).active ul li {
    border-top: 1px solid #c7c7c7;
  }
  .main-nav ul li:nth-child(2) {
    border-top: 3px solid #6198ce;
  }
  .main-nav ul li:nth-child(2).active ul li {
    border-top: 1px solid #c7c7c7;
  }
  .main-nav ul li:nth-child(3) {
    border-top: 3px solid #ffc70e;
  }
  .main-nav ul li:nth-child(3).active ul li {
    border-top: 1px solid #c7c7c7;
  }
  .main-nav ul li:nth-child(4) {
    border-top: 3px solid #373435;
  }
  .main-nav ul li:nth-child(4).active ul li {
    border-top: 1px solid #c7c7c7;
  }
}
.main-nav ul li a {
  padding-left: 20px;
  padding-right: 20px;
  transition: padding 300ms;
  width: 100%;
  height: 45px;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #0f0f0f;
}
@media (min-width: 480px) {
  .main-nav ul li a {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .main-nav ul li a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .main-nav ul li a {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .main-nav ul li a {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.main-nav ul li a:hover {
  color: #3b627f;
}
@media (min-width: 768px) {
  .main-nav ul li a {
    width: auto;
    height: 65px;
    padding: 0 5px;
  }
}
.main-nav ul li .nav-chevron {
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  right: 0;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .main-nav ul li .nav-chevron {
    display: none;
  }
}
.main-nav ul li ul {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  right: 0;
  list-style: none;
  display: none;
  background-color: #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  /*&::before {
    //content: "";
    //width: 0;
    //height: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    //transform: rotate(45deg);
    //position: absolute;
    //top: -12px;
    //right: -1px;
    //z-index: 1001;

    @include media(">=tablet") {
      content: "";
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid $mediumGray;
      transform: rotate(45deg);
      position: absolute;
      top: -12px;
      right: -1px;
      z-index: 1001;
    }
  }*/
}
@media (min-width: 768px) {
  .main-nav ul li ul {
    width: auto;
    position: absolute;
    top: 62px;
  }
}
.main-nav ul li ul li {
  width: 100%;
  height: 35px;
  list-style: none;
  display: block;
  border-top: 1px solid #c7c7c7;
}
.main-nav ul li ul li:nth-child(1) {
  border-top: unset;
}
.main-nav ul li ul li:nth-child(2) {
  border-top: 1px solid #c7c7c7;
}
.main-nav ul li ul li:nth-child(3) {
  border-top: 1px solid #c7c7c7;
}
.main-nav ul li ul li:nth-child(4) {
  border-top: 1px solid #c7c7c7;
}
@media (min-width: 768px) {
  .main-nav ul li ul li {
    min-width: 225px;
    border-top: 1px solid rgba(51, 51, 51, 0.8);
  }
}
.main-nav ul li ul li a {
  padding-left: 20px;
  padding-right: 20px;
  transition: padding 300ms;
  width: 100%;
  height: 45px;
  margin: 0 15px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #373435;
}
@media (min-width: 480px) {
  .main-nav ul li ul li a {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .main-nav ul li ul li a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .main-nav ul li ul li a {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .main-nav ul li ul li a {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.main-nav ul li ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .main-nav ul li ul li a {
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.top-nav {
  padding-left: 20px;
  padding-right: 20px;
  transition: padding 300ms;
  width: 100%;
  height: 35px;
  position: relative;
  top: auto;
  left: auto;
  display: block;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e0e0e0;
  clear: both;
}
@media (min-width: 480px) {
  .top-nav {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .top-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .top-nav {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .top-nav {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 768px) {
  .top-nav {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.top-nav ul {
  width: 100%;
  height: 35px;
  display: flex;
  flex-direction: row;
  list-style: none;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (min-width: 768px) {
  .top-nav ul {
    width: auto;
  }
}
.top-nav ul li {
  list-style: none;
  display: flex;
  align-items: center;
}
.top-nav ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #0f0f0f;
  font-weight: bold;
  font-size: 12px;
}
.top-nav ul li a:hover {
  text-decoration: underline;
}

.header-brand {
  padding-left: 20px;
  padding-right: 20px;
  transition: padding 300ms;
  max-width: 320px;
  padding-right: 0;
  height: 90px;
  position: absolute;
}
@media (min-width: 480px) {
  .header-brand {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .header-brand {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .header-brand {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .header-brand {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 768px) {
  .header-brand {
    height: 65px;
  }
}
@media (min-width: 992px) {
  .header-brand {
    max-width: 100%;
  }
}
.header-brand a {
  height: 90px;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
@media (min-width: 768px) {
  .header-brand a {
    height: 65px;
  }
}
.header-brand a .logo {
  width: 44px;
  margin-right: 15px;
  height: auto;
  display: none;
}
@media (min-width: 380px) {
  .header-brand a .logo {
    display: block;
  }
}
.header-brand a .logo-text {
  line-height: 0.9;
  font-size: 0.8rem;
  display: block;
}
@media (min-width: 480px) {
  .header-brand a .logo-text {
    font-size: 1rem;
  }
}
.header-brand a .logo-text-tagline {
  margin-top: 8px;
  line-height: 0.8;
  font-size: 0.6rem;
  font-weight: lighter;
  font-style: italic;
  display: block;
}
@media (min-width: 480px) {
  .header-brand a .logo-text-tagline {
    font-size: 1rem;
  }
}

.header-buttons {
  padding-left: 20px;
  padding-right: 20px;
  transition: padding 300ms;
  padding-left: 0;
  width: auto;
  height: 90px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 480px) {
  .header-buttons {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .header-buttons {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .header-buttons {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .header-buttons {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 768px) {
  .header-buttons {
    height: 35px;
  }
}

.glass {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  top: auto;
  border: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  .glass {
    height: 35px;
    border: unset;
  }
}
.glass:hover i {
  color: #373435;
}
.glass i {
  color: #999999;
}

.burger {
  margin-left: 10px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  .burger {
    display: none;
  }
}
.burger:hover i {
  color: #373435;
}
.burger i {
  color: #999999;
}

.site-search-wrap {
  width: 100%;
  height: auto;
  height: auto;
  padding: 40px 0;
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  background-color: #373435;
}
@media (min-width: 768px) {
  .site-search-wrap {
    top: 35px;
  }
}

.site-search {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: padding 300ms;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 45px 0px;
  grid-template-rows: auto auto;
}
@media (min-width: 480px) {
  .site-search {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .site-search {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .site-search {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .site-search {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 768px) {
  .site-search {
    grid-template-columns: 2fr 1fr 45px;
    grid-template-rows: auto 0px;
  }
}

.search-query {
  height: 50px;
  padding: 0;
  grid-column: 1/span 1;
  grid-row: 1;
  align-self: center;
}
@media (min-width: 768px) {
  .search-query {
    padding: 0 20px 0 0;
    grid-column: 1/span 2;
    grid-row: 1;
  }
}
.search-query label {
  width: 100%;
  max-width: 100%;
  height: 30px;
  color: #fafafa;
  display: block;
  text-transform: uppercase;
}
.search-query input {
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 1px solid #fafafa;
  display: block;
  background-color: unset;
  color: #fafafa;
}

.search-context {
  height: 80px;
  padding: 0 20px 0 0;
  grid-column: 1/span 1;
  grid-row: 2;
  align-self: center;
}
@media (min-width: 768px) {
  .search-context {
    grid-column: 2/span 1;
    grid-row: 1;
  }
}
.search-context label {
  width: 100%;
  max-width: 100%;
  height: 30px;
  color: #fafafa;
  display: block;
  text-transform: uppercase;
}
.search-context select {
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding-left: 15px;
  border: 1px solid #fafafa;
  display: block;
  background-color: unset;
  color: #fafafa;
}
.search-context select option {
  padding-left: 15px;
}

.search-submit {
  width: 40px;
  height: 50px;
  grid-column: 2/span 1;
  grid-row: 1;
  align-self: start;
  color: #fafafa;
  font-size: 1.4rem;
  background-color: unset;
  transition: background-color 300ms;
}
@media (min-width: 768px) {
  .search-submit {
    grid-column: 3/span 1;
    grid-row: 1;
  }
}
.search-submit:hover {
  background-color: #6198ce;
}

.page-search-search-wrap {
  width: 100%;
  height: auto;
  height: auto;
  display: block;
  background-color: unset;
}
.page-search-search-wrap .site-search {
  padding-right: 0;
  padding-left: 0;
}
.page-search-search-wrap .site-search .search-query label {
  color: #373435;
}
.page-search-search-wrap .site-search .search-query input {
  border: 1px solid #999999;
}
.page-search-search-wrap .site-search .search-submit {
  color: #373435;
  border: 1px solid #999999;
}
.page-search-search-wrap .site-search .search-submit:hover {
  background-color: rgba(59, 98, 127, 0.8);
  color: #fafafa;
}

/**
* Content styles
*/
.main-wrap {
  width: 100%;
  height: auto;
  grid-row-start: 2;
  grid-row-end: 3;
}

.main {
  height: 100%;
  overflow: hidden;
}

.page-content-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: padding 300ms;
  padding-top: 45px;
  transition: padding 300ms;
  padding-bottom: 45px;
  transition: padding 300ms;
}
@media (min-width: 480px) {
  .page-content-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .page-content-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .page-content-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .page-content-wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 480px) {
  .page-content-wrap {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .page-content-wrap {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .page-content-wrap {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  .page-content-wrap {
    padding-top: 80px;
  }
}
@media (min-width: 480px) {
  .page-content-wrap {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .page-content-wrap {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .page-content-wrap {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .page-content-wrap {
    padding-bottom: 80px;
  }
}

.page-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
@media (min-width: 768px) {
  .page-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.page-content.side {
  grid-template-columns: 1fr 0px;
  grid-template-rows: auto auto;
}
@media (min-width: 768px) {
  .page-content.side {
    grid-template-columns: 1fr 286px;
    grid-template-rows: auto 0px;
  }
}

.page-main {
  width: 100%;
  padding-right: 0;
  grid-column: 1/span 1;
  grid-row: 2;
}
@media (min-width: 768px) {
  .page-main {
    grid-column: 1/span 1;
    grid-row: 1;
  }
}
.page-main h2 {
  margin-top: 50px;
}
.page-main h2:first-child {
  margin-top: 0;
}
.page-main h3 {
  margin-top: 40px;
}
.page-main h4 {
  margin-top: 40px;
}
.page-main h5 {
  margin-top: 40px;
}
.page-main h6 {
  margin-top: 40px;
}
.page-main p {
  margin-bottom: 25px;
}
.page-main ul {
  padding-left: 20px;
  line-height: 1.5;
  list-style-position: outside;
}
.page-main ul li {
  margin-bottom: 15px;
}

.side .page-main {
  padding-right: 0;
}
@media (min-width: 768px) {
  .side .page-main {
    padding-right: 100px;
  }
}

.page-header {
  width: 100%;
  min-height: none;
  padding-top: 0;
  background-color: #b3b06d;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 80%;
  position: relative;
}
@media (min-width: 768px) {
  .page-header {
    min-height: 250px;
    padding-top: 100px;
  }
}

.page-header-box-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .page-header-box-wrap {
    padding-left: 20px;
    padding-right: 20px;
    transition: padding 300ms;
    height: auto;
  }
}
@media (min-width: 768px) and (min-width: 480px) {
  .page-header-box-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .page-header-box-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .page-header-box-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .page-header-box-wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.page-header-box {
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  text-align: left;
  background-color: rgba(59, 98, 127, 0.8);
  border-radius: none;
  position: relative;
  /*.logo {
    width: 100px;
    height: auto;
    position: absolute;
    top: 40px;
    right: 40px;
  }*/
}
@media (min-width: 768px) {
  .page-header-box {
    border-radius: 20px 20px 0 0;
  }
  .page-header-box:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: -20px;
    z-index: 1001;
    background-image: radial-gradient(circle at 0 0, rgba(204, 0, 0, 0) 19px, rgba(59, 98, 127, 0.8) 20px);
  }
  .page-header-box:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: -20px;
    z-index: 1001;
    background-image: radial-gradient(circle at 100% 0, rgba(204, 0, 0, 0) 19px, rgba(59, 98, 127, 0.8) 20px);
  }
}
.page-header-box a {
  padding-bottom: 25px;
  display: block;
  font-weight: bold;
  color: #fafafa;
}
.page-header-box a:hover {
  text-decoration: underline;
}
.page-header-box h1 {
  margin: 0;
  padding: 0;
  display: block;
  color: #fafafa;
  line-height: 1.3;
  padding-bottom: 25px;
}
.page-header-box h2 {
  margin: 0;
  display: block;
  color: #fafafa;
}
.page-header-box .image-attribution {
  margin: 0 0 -20px 0;
  padding: 0;
  color: #e0e0e0;
  text-align: right;
  font-size: 0.8em;
  font-weight: lighter;
}
.page-header-box .image-attribution span a {
  color: #e0e0e0;
  display: inline;
  font-weight: lighter;
}

.page-sidebar {
  padding-bottom: 45px;
  transition: padding 300ms;
  width: 100%;
  grid-column: 1/span 1;
  grid-row: 1;
}
@media (min-width: 480px) {
  .page-sidebar {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .page-sidebar {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .page-sidebar {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .page-sidebar {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .page-sidebar {
    grid-column: 2/span 1;
    grid-row: 1;
  }
}

.page-sidebar-heading {
  text-transform: uppercase;
  font-size: 0.8em;
  margin: 10px 0 0 0;
  padding: 15px 0 15px 15px;
  display: block;
  border-top: 3px solid #e0e0e0;
  background-color: #373435;
  font-weight: 900;
  color: #fafafa;
}
.page-sidebar-heading:first-child {
  margin: 0 0 0 0;
}

.side-nav {
  width: 100%;
  height: auto;
}
.side-nav ul.menu {
  width: 100%;
  height: auto;
  display: block;
  list-style: none;
  background-color: #373435;
  background-color: #e0e0e0;
}
.side-nav ul.menu li {
  width: 100%;
  min-height: 45px;
  display: block;
  list-style: none;
  line-height: 45px;
  border-bottom: 1px solid #fafafa;
  /*.current_page_item {
    background-color: $nletGray;
    color: $offWhite;

    a {
      color: $offWhite;
    }
  }*/
}
.side-nav ul.menu li a {
  width: 100%;
  height: 45px;
  padding: 0 0 0 15px;
  font-weight: bold;
  font-size: 0.8rem;
  color: #fafafa;
  line-height: 45px;
  color: #0f0f0f;
}
.side-nav ul.menu li a:hover {
  color: #3b627f;
}
.side-nav ul.menu li ul.sub-menu {
  background-color: #e0e0e0;
}
.side-nav ul.menu li ul.sub-menu li {
  border-bottom: 1px solid #fafafa;
}
.side-nav ul.menu li ul.sub-menu li a {
  padding-left: 30px;
  color: #0f0f0f;
}
.side-nav ul.menu li ul.sub-menu li ul.sub-menu {
  background-color: #fafafa;
}
.side-nav ul.menu li ul.sub-menu li ul.sub-menu li a {
  padding-left: 45px;
  font-weight: normal;
}

.listing {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 280px 1fr;
  border-bottom: 2px solid #f2f2f2;
}
.listing:last-child {
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: none;
}

.listing-left {
  padding: 20px;
  grid-column: 1/span 1;
  font-size: 0.9rem;
  font-weight: bold;
}
.listing-left img {
  width: 100%;
  margin-bottom: 10px;
}

.listing-right {
  padding-left: 20px;
  grid-column: 2/span 1;
}

/**
* Footer styles
*/
.footer-wrap {
  grid-row-start: 3;
  grid-row-end: 4;
  background-color: #3b627f;
}

.footer {
  text-align: center;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fafafa;
}

.footer-nav {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .footer-nav {
    width: auto;
  }
}
.footer-nav ul {
  width: 100%;
  height: auto;
  display: flex;
  display: inline-block;
  list-style: none;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-nav ul {
    width: auto;
  }
}
.footer-nav ul li {
  padding-left: 20px;
  padding-right: 20px;
  transition: padding 300ms;
  width: 100%;
  list-style: none;
  position: relative;
  display: inline-block;
  position: relative;
  margin-left: -5px;
  padding: 5px 10px;
}
@media (min-width: 480px) {
  .footer-nav ul li {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .footer-nav ul li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .footer-nav ul li {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .footer-nav ul li {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 768px) {
  .footer-nav ul li {
    width: auto;
    padding: 0 10px;
  }
  .footer-nav ul li:after {
    content: "|";
    color: #999999;
    position: absolute;
    top: 0;
    right: -2px;
  }
  .footer-nav ul li:last-child:after {
    content: "";
  }
}
.footer-nav ul li a {
  width: 100%;
  padding: 0;
  position: relative;
  display: block;
  align-items: center;
  font-size: 1rem;
  color: #fafafa;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-nav ul li a {
    width: auto;
    padding: 0 5px;
  }
}

.copyright {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

/**
* Miscellaneous styles
*/
.two-col-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 0;
}
@media (min-width: 768px) {
  .two-col-grid {
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
  }
}

.two-col-item {
  margin: 0 0 30px 0;
  padding: 15px;
  text-align: center;
  border: 2px solid #ddd;
  display: block;
}
.two-col-item:nth-child(1) {
  grid-column: 1/span 2;
  grid-row: 1;
}
@media (min-width: 768px) {
  .two-col-item:nth-child(1) {
    grid-column: 1/span 1;
    grid-row: 1;
  }
}
.two-col-item:nth-child(2) {
  grid-column: 1/span 2;
  grid-row: 2;
}
@media (min-width: 768px) {
  .two-col-item:nth-child(2) {
    grid-column: 2/span 1;
    grid-row: 1;
  }
}

.page-documents .document-category {
  height: 50px;
  margin-top: 20px;
}
.page-documents ul li {
  margin-bottom: 0;
}
.page-grants .grant {
  margin-bottom: 30px;
  padding: 10px 20px;
  background-color: #f2f2f2;
}
.page-grants .grant .grant-title {
  height: 50px;
  margin-top: 20px;
}
.page-grants .grant ul li {
  margin-bottom: 0;
}
.timeline {
  margin-top: 60px;
  margin-left: 30px;
  position: relative;
  z-index: 0;
}

.timeline-line {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px dashed #373435;
  z-index: 0;
}

.timeline-line-start-dot {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: -8px;
  background-color: #b3b06d;
  z-index: 1;
}

.timeline-year-mark {
  width: 60px;
  margin: 0 20px 20px -30px;
  padding: 10px;
  display: inline-block;
  background-color: #ffc70e;
  text-align: center;
  position: relative;
  z-index: 2;
}
.timeline-year-mark:nth-child(1) {
  margin-top: 0;
}

.timeline-item {
  margin: 0 20px 20px 20px;
  padding: 20px 20px 5px 20px;
  background-color: rgba(59, 98, 127, 0.8);
  color: #fafafa;
  position: relative;
  z-index: 2;
}
.timeline-item::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  position: absolute;
  top: 36px;
  left: -24px;
  transform: rotate(45deg);
  background-color: #999999;
}
.timeline-item::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid rgba(59, 98, 127, 0.8);
  position: absolute;
  top: 29px;
  left: -12px;
}
.timeline-item p {
  font-size: 0.8rem;
}
.timeline-item ul {
  font-size: 0.8rem;
}
.timeline-item a {
  color: #fafafa;
  text-decoration: underline;
}
.timeline-item a:hover {
  color: #ffc70e;
}

.tabbed-heading {
  margin-top: 60px !important;
  margin-bottom: 40px;
  padding: 15px 30px;
  font-size: 1.7rem;
  font-weight: normal;
  border-radius: 20px 20px 0 0;
  background-color: rgba(59, 98, 127, 0.8);
  border-bottom: 3px solid #e0e0e0;
  color: #fafafa;
  /*&::after {
    content: "";
    width: 101%;
    height: 8px;
    background: linear-gradient($mediumGray, $mediumDarkGray);
    bottom: -4px;
    left: -0.5%;
    display: block;
    position: absolute;
    border-radius: 4px;
    //z-index: -1;
    opacity: 0.5;
  }*/
}
.tabbed-heading:first-child {
  margin-top: 0 !important;
}

.our-work-chevrons-wrap {
  width: 100%;
  height: auto;
  padding-right: 50px;
  background-color: #fff;
}

.our-work-chevrons {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: padding 300ms;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  grid-column-gap: 0;
  grid-row-gap: 30px;
}
@media (min-width: 480px) {
  .our-work-chevrons {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .our-work-chevrons {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .our-work-chevrons {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .our-work-chevrons {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 768px) {
  .our-work-chevrons {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-column-gap: 5%;
    grid-row-gap: 0;
  }
}

.our-work-chevron {
  height: 100px;
  max-width: 100%;
  background-color: #3b627f;
  position: relative;
}
.our-work-chevron::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
}
.our-work-chevron::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #3b627f;
  position: absolute;
  top: 0;
  right: -50px;
  z-index: 1001;
}
.our-work-chevron:nth-child(1) {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
  position: relative;
  z-index: 1002;
  /*
          &::before {
            //content: "";
            //width: 0;
            //height: 0;
            border-top: none;
            border-bottom: none;
            border-left: none;
            //position: absolute;
            //top: 0;
            //left: 0;
            //z-index: 1001;
          }

          &::after {
            //content: "";
            //width: 0;
            //height: 0;
            border-top: none;
            border-bottom: none;
            border-left: none;
            //position: absolute;
            //top: 0;
            //right: -50px;
            //z-index: 1001;
          }

          .our-work-chevron-title {
            //width: 100%;
            //height: 100%;
            margin-left: 0;
            padding: 15px 0;
            //display: flex;
            //align-items: center;
            //justify-content: center;
            text-align: left;
            //font-weight: bold;
            //color: $offWhite;
            height: auto;
            display: block;
          }

          */
}
@media (min-width: 768px) {
  .our-work-chevron:nth-child(1) {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    /*
    grid-column: 1 / span 3;
    grid-row: 2 / span 1;
    //top: 150px;
    height: auto;
    padding: 20px;
    */
  }
}
.our-work-chevron:nth-child(2) {
  grid-column: 1/span 1;
  grid-row: 2/span 1;
  position: relative;
  z-index: 1001;
}
@media (min-width: 768px) {
  .our-work-chevron:nth-child(2) {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
}
.our-work-chevron:nth-child(3) {
  grid-column: 1/span 1;
  grid-row: 3/span 1;
  position: relative;
  z-index: 1000;
}
@media (min-width: 768px) {
  .our-work-chevron:nth-child(3) {
    grid-column: 3/span 1;
    grid-row: 1/span 1;
  }
}

.our-work-chevron-title {
  width: 100%;
  height: 100%;
  margin-left: 25px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  color: #fafafa;
}

/*
      .our-work-chevron-text {
        color: $offWhite;
      }
*/
.our-work-centers-wrap {
  width: 100%;
  height: auto;
}

.our-work-centers {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  grid-column-gap: 0;
  grid-row-gap: 30px;
}
@media (min-width: 768px) {
  .our-work-centers {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 5%;
    grid-row-gap: 0;
  }
}

.our-work-center {
  min-height: 280px;
  max-width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /*&:nth-child(3) {
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;

    @include media(">=tablet") {
      grid-column: 3 / span 1;
      grid-row: 1 / span 1;
    }
  }*/
}
.our-work-center:nth-child(1) {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
}
@media (min-width: 768px) {
  .our-work-center:nth-child(1) {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
  }
}
.our-work-center:nth-child(2) {
  grid-column: 1/span 1;
  grid-row: 2/span 1;
}
@media (min-width: 768px) {
  .our-work-center:nth-child(2) {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
}
.our-work-center a {
  display: block;
  height: 100%;
}

.our-work-center-title {
  width: 100%;
  min-height: 60px;
  padding: 15px;
  background-color: rgba(51, 51, 51, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

.people-sub-heading {
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 15px 30px;
  font-size: 1.7rem;
  font-weight: normal;
  border-bottom: 3px solid #e0e0e0;
  background-color: rgba(59, 98, 127, 0.8);
  border-radius: 15px 15px 0 0;
  color: #fff;
}
.people-sub-heading:first-child {
  margin-top: 0;
}

.people-sub-group .person:last-child {
  border-bottom: none;
}

.person {
  margin-bottom: 40px;
  padding: 20px 20px 20px 20px;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto;
  border-bottom: 2px solid #f2f2f2;
  border-top: 3px solid #b3b06d;
  background-color: #f2f2f2;
}
@media (min-width: 992px) {
  .person {
    margin-bottom: 30px;
    padding: 0 0 30px 0;
    grid-template-columns: 360px 1fr;
    grid-template-rows: auto auto;
    background-color: unset;
    border-top: unset;
  }
}
.person:last-child {
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: none;
}

.person-top {
  grid-column: 1;
  grid-row: 1;
  padding-right: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .person-top {
    padding-right: 30px;
    text-align: left;
  }
}
.person-top .name {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: normal;
}
.person-top .title {
  margin-top: 0;
  font-weight: normal;
}

.person-left {
  padding: 10px 0 20px 0;
  grid-column: 1/span 1;
  grid-row: 2;
  font-size: 0.9rem;
  text-align: center;
}
@media (min-width: 992px) {
  .person-left {
    padding: 10px 30px 0 0;
    text-align: left;
  }
}
.person-left img {
  width: 100%;
  max-width: 150px;
  margin-bottom: 10px;
}
.person-left .email {
  display: block;
}
.person-left .website {
  display: block;
}
.person-left .linkedin {
  display: block;
}
.person-left .twitter {
  display: block;
}
.person-left hr {
  width: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  color: #6198ce;
  text-align: center;
}
@media (min-width: 992px) {
  .person-left hr {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    text-align: left;
  }
}
.person-left .document {
  display: block;
}

.person-right {
  padding-top: 0;
  padding-left: 0;
  grid-column: 1;
  grid-row: 3;
  border-left: unset;
}
@media (min-width: 992px) {
  .person-right {
    padding-top: 0;
    padding-left: 30px;
    grid-column: 2/span 1;
    grid-row: 1/span 2;
    border-left: 3px solid #b3b06d;
  }
}
.page-id-91 .person {
  border-top: 3px solid #b3b06d;
}
@media (min-width: 992px) {
  .page-id-91 .person {
    border-top: unset;
  }
}
@media (min-width: 992px) {
  .page-id-91 .person .person-right {
    border-left: 3px solid #b3b06d;
  }
}

.page-id-89 .person {
  border-top: 3px solid #6198ce;
}
@media (min-width: 992px) {
  .page-id-89 .person {
    border-top: unset;
  }
}
@media (min-width: 992px) {
  .page-id-89 .person .person-right {
    border-left: 3px solid #6198ce;
  }
}

.page-id-718 .person {
  border-top: 3px solid #ffc70e;
}
@media (min-width: 992px) {
  .page-id-718 .person {
    border-top: unset;
  }
}
@media (min-width: 992px) {
  .page-id-718 .person .person-right {
    border-left: 3px solid #ffc70e;
  }
}

.page-id-93 .person {
  border-top: 3px solid #373435;
}
@media (min-width: 992px) {
  .page-id-93 .person {
    border-top: unset;
  }
}
@media (min-width: 992px) {
  .page-id-93 .person .person-right {
    border-left: 3px solid #373435;
  }
}

.report {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  grid-column-gap: 0;
  grid-row-gap: 40px;
}
@media (min-width: 768px) {
  .report {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto;
    grid-column-gap: 40px;
    grid-row-gap: 0;
  }
}

.report-left {
  grid-column: 1;
  grid-row: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .report-left {
    grid-row: 1;
    text-align: left;
  }
}
.report-left ul {
  list-style: none;
}
.report-left ul li {
  list-style: none;
}

.report-image {
  width: 100%;
}
.report-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto 30px auto;
  display: block;
}

.report-right {
  grid-column: 1;
  grid-row: 1;
}
@media (min-width: 768px) {
  .report-right {
    grid-column: 2;
  }
}

.page-content-wrap {
  padding-top: 40px;
}

.news-article {
  border-bottom: 2px solid #f2f2f2;
  padding: 30px 0;
}
.news-article:first-child {
  padding-top: 0;
}
.news-article:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.news-article h3 {
  margin-top: 0;
}
.news-article .tags p {
  margin-bottom: 0;
}

.single .news-article {
  border-bottom: none;
  padding: 0;
}

.term-nlet-reviews .news-article {
  padding: 30px;
}

.blogHead {
  padding-left: 20px;
  padding-right: 20px;
  transition: padding 300ms;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(34, 34, 34, 0.8);
  color: #fafafa;
  text-align: center;
  font-size: 1.2rem;
  border-top: 3px solid #999999;
}
@media (min-width: 480px) {
  .blogHead {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .blogHead {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .blogHead {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .blogHead {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.blogHead span {
  font-style: italic;
  font-weight: bold;
}

.blogHeadIntro {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: padding 300ms;
  padding-top: 45px;
  transition: padding 300ms;
}
@media (min-width: 480px) {
  .blogHeadIntro {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .blogHeadIntro {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .blogHeadIntro {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .blogHeadIntro {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 480px) {
  .blogHeadIntro {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .blogHeadIntro {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .blogHeadIntro {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  .blogHeadIntro {
    padding-top: 80px;
  }
}

.contact-address {
  margin-bottom: 40px;
}

.lab-site-listings {
  padding-top: 30px;
}
.lab-site-listings .listing {
  grid-template-columns: 1fr;
  border-bottom: 3px solid #e0e0e0;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.lab-site-listings .listing:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 768px) {
  .lab-site-listings .listing {
    grid-template-columns: 280px 1fr;
  }
}
.lab-site-listings .listing .listing-left {
  padding: 30px;
  background-color: #f2f2f2;
  grid-column: 1/span 1;
  text-align: center;
  border-top: 3px solid #b3b06d;
  border-right: unset;
  /*.box-content {
    width: 100%;
    padding-top: 30px;
    border-top: 3px solid $offWhite;

    img {
      display: block;
      width: 100%;
      max-width: 180px;
      height: auto;
      margin: 0 auto;
    }
  }*/
}
@media (min-width: 768px) {
  .lab-site-listings .listing .listing-left {
    padding: 20px 30px 20px 20px;
    grid-column: 1/span 1;
    text-align: left;
    border-right: 3px solid #b3b06d;
    border-top: unset;
  }
}
.lab-site-listings .listing .listing-left h3 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #373435;
}
.lab-site-listings .listing .listing-right {
  padding: 0 30px 30px 30px;
  grid-column: 1/span 1;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .lab-site-listings .listing .listing-right {
    padding: 0 0 0 30px;
    grid-column: 2/span 1;
    background-color: unset;
  }
}

/*
.listings {

}
  .listing {
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: 280px 1fr;
    border-bottom: 2px solid $lightGray;

    &:last-child {
      margin-bottom: 0;
      padding-bottom: 15px;
      border-bottom: none;
    }
  }
    .listing-left {
      padding: 20px;
      grid-column: 1 / span 1;
      //background-color: $darkBlue;
      font-size: 0.9rem;
      font-weight: bold;

      img {
        width: 100%;
        margin-bottom: 10px;
      }
    }

    .listing-right {
      padding-left: 20px;
      grid-column: 2 / span 1;
    }
*/
.partner-listings {
  padding-top: 40px;
}
.partner-listings .listing {
  grid-template-columns: 1fr;
  border-bottom: 3px solid #e0e0e0;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.partner-listings .listing:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 768px) {
  .partner-listings .listing {
    grid-template-columns: 280px 1fr;
  }
}
.partner-listings .listing .listing-left {
  padding: 30px;
  background-color: #f2f2f2;
  grid-column: 1/span 1;
  text-align: center;
  border-top: 3px solid #b3b06d;
  border-right: unset;
  /*.box-content {
    width: 100%;
    padding-top: 30px;
    border-top: 3px solid $offWhite;

    img {
      display: block;
      width: 100%;
      max-width: 180px;
      height: auto;
      margin: 0 auto;
    }
  }*/
}
@media (min-width: 768px) {
  .partner-listings .listing .listing-left {
    padding: 20px 30px 20px 20px;
    grid-column: 1/span 1;
    text-align: left;
    border-right: 3px solid #b3b06d;
    border-top: unset;
  }
}
.partner-listings .listing .listing-left h3 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #373435;
}
.partner-listings .listing .listing-left .site-link {
  width: 100%;
}
.partner-listings .listing .listing-left .site-link a {
  display: block;
  text-align: center;
  color: #373435;
}
.partner-listings .listing .listing-right {
  padding: 0 30px 30px 30px;
  grid-column: 1/span 1;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .partner-listings .listing .listing-right {
    padding: 0 0 0 30px;
    grid-column: 2/span 1;
    background-color: unset;
  }
}

.working-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
@media (min-width: 992px) {
  .working-group {
    grid-template-columns: 240px 1fr;
    grid-template-rows: auto;
  }
}

.working-group-sidebar {
  grid-column: 1/span 2;
  grid-row: 2/span 1;
}
@media (min-width: 992px) {
  .working-group-sidebar {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
  }
}
.working-group-sidebar .working-group-card {
  width: 100%;
  position: relative;
}
.working-group-sidebar .working-group-card-main-logo {
  max-width: 240px;
  padding: 0 0 30px 0;
}
.working-group-sidebar .working-group-card-main-logo img {
  max-width: 180px;
  margin: 0 auto;
  display: block;
}
.working-group-sidebar .working-group-card-header {
  padding: 25px 15px;
  border-radius: 15px 15px 0 0;
  background-color: rgba(59, 98, 127, 0.8);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.working-group-sidebar .working-group-card-header h3 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7;
}
.working-group-sidebar .working-group-card-header span {
  text-transform: capitalize;
}
.working-group-sidebar .working-group-card-main {
  text-align: center;
}
@media (min-width: 992px) {
  .working-group-sidebar .working-group-card-main {
    text-align: left;
  }
}
.working-group-sidebar .working-group-org-logos {
  padding: 30px;
}
.working-group-sidebar .working-group-org-logo {
  padding: 0 0 40px 0;
}
.working-group-sidebar .working-group-org-logo img {
  max-width: 100%;
  max-height: 100px;
  margin: 0 auto 10px auto;
  display: block;
}
.working-group-sidebar .working-group-org-logo .site-link {
  text-align: center;
}

.working-group-blog-post {
  margin-bottom: 25px;
  background-color: #eee;
  border: 2px solid #eee;
}
.working-group-blog-post .post-body {
  margin: 0;
  padding: 20px;
}
.working-group-blog-post .post-body h3 {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.working-group-news-article {
  margin-bottom: 25px;
  background-color: #eee;
  border: 2px solid #eee;
}
.working-group-news-article .post-body {
  margin: 0;
  padding: 20px;
}
.working-group-news-article .post-body h3 {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.working-group-document {
  padding: 20px;
  border: 5px solid #eee;
}
.working-group-document img {
  max-width: 100%;
  max-height: 100px;
  margin: 0 auto 10px auto;
  display: block;
}

.working-group-main {
  padding: 40px 0 0 0;
  grid-column: 1/span 2;
  grid-row: 1/span 1;
}
@media (min-width: 992px) {
  .working-group-main {
    padding: 0 0 0 40px;
    grid-column: 2/span 1;
    grid-row: 1/span 1;
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto;
  }
}

.working-group-main-section {
  margin-top: 40px;
}
.working-group-main-section-header h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 30px;
  font-size: 1.7rem;
  font-weight: normal;
  border-bottom: 3px solid #e0e0e0;
  background-color: rgba(59, 98, 127, 0.8);
  border-radius: 15px 15px 0 0;
  color: #fff;
}
.working-group-main-section-header h2 .chevron {
  margin-top: 3px;
  float: right;
  transition: all 300ms;
  transform: rotate(0deg);
}
.working-group-main-section-header.active .chevron {
  transform: rotate(90deg);
}

.working-group-main-section-content {
  padding: 30px;
  background-color: #eee;
  border-radius: 0 0 15px 15px;
  display: none;
}
.working-group-main-section-content .working-group-people {
  margin: 0 0 30px 0;
}
.working-group-main-section-content .working-group-people .working-group-people-cards {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 0;
  grid-row-gap: 30px;
}
@media (min-width: 480px) {
  .working-group-main-section-content .working-group-people .working-group-people-cards {
    grid-template-columns: repeat(2, 48%);
    grid-column-gap: 4%;
  }
}
@media (min-width: 768px) {
  .working-group-main-section-content .working-group-people .working-group-people-cards {
    grid-template-columns: repeat(3, 31.33333%);
    grid-column-gap: 3%;
  }
}
.working-group-main-section-content .working-group-people .working-group-people-cards .person {
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
  display: grid;
  background-color: #fff;
  border-bottom: 0;
  border-top: 3px solid #b3b06d;
  grid-template-columns: unset;
  grid-template-rows: unset;
}
@media (min-width: 992px) {
  .working-group-main-section-content .working-group-people .working-group-people-cards .person {
    max-width: 100%;
    align-items: start;
  }
}
.working-group-main-section-content .working-group-people .working-group-people-cards .person .person-top {
  width: 100%;
  max-width: none;
  padding-right: 0;
}
@media (min-width: 992px) {
  .working-group-main-section-content .working-group-people .working-group-people-cards .person .person-top {
    max-width: 100%;
    text-align: center;
  }
}
.working-group-main-section-content .working-group-people .working-group-people-cards .person .person-left {
  max-width: none;
  padding-top: 0;
  align-self: end;
}
@media (min-width: 992px) {
  .working-group-main-section-content .working-group-people .working-group-people-cards .person .person-left {
    text-align: center;
  }
}
.working-group-main-section-content .working-group-people .working-group-people-cards .person .person-image-link {
  margin-top: auto;
  display: block;
}
.working-group-main-section-content .working-group-people .working-group-people-cards .person .person-image-link img {
  margin-bottom: 0;
  aspect-ratio: 1/1;
}
.working-group-main-section-content .working-group-people .working-group-people-cards .person .person-info {
  display: none;
}
.working-group-main-section-content .working-group-people .working-group-people-cards .person h3.name {
  width: 100%;
  max-width: none;
  margin-bottom: 15px;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .working-group-main-section-content .working-group-people .working-group-people-cards .person h3.name {
    max-width: 100%;
  }
}
.working-group-main-section-content .working-group-people .working-group-people-cards .person h4.title {
  width: 100%;
  max-width: none;
  display: none;
}
@media (min-width: 992px) {
  .working-group-main-section-content .working-group-people .working-group-people-cards .person h4.title {
    max-width: 100%;
  }
}
.working-group-main-section-content .working-group-people .working-group-people-cards .person div.person-left {
  width: 100%;
  max-width: none;
  padding-right: 0;
}
.two-columns {
  -moz-column-count: 2;
       column-count: 2;
}

.blog-post {
  width: 100%;
  border-bottom: 2px solid #f2f2f2;
}
.blog-post h3 {
  margin-top: 0;
}
.blog-post .tags p {
  margin-bottom: 0;
}

.blog-post {
  max-width: 100%;
  margin: 0 auto;
  border-bottom: none;
  padding: 0;
}

.post-silo {
  width: 100%;
  height: 46px;
  padding: 1px 20px 0 20px;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  display: none;
}
.post-silo.green {
  background-color: #b3b06d;
}
.post-silo.blue {
  background-color: #6198ce;
}
.post-silo.yellow {
  background-color: #ffc70e;
}
.post-silo.black {
  background-color: #0f0f0f;
}
.post-silo.gray {
  background-color: rgba(51, 51, 51, 0.8);
}
.post-silo.related {
  height: 11px;
  border-radius: 10px 10px 0 0;
}

.post-silo-name {
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}

.post-image-wrap {
  display: flex;
  align-items: center;
  aspect-ratio: 16/9;
}
.post-image-wrap.single {
  aspect-ratio: unset;
}

.post-image {
  max-width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-image.single {
  aspect-ratio: unset;
  margin: 0 auto;
}

.post-body {
  padding: 30px 0;
}

.working-group-partner-orgs {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 0;
  grid-row-gap: 30px;
}
@media (min-width: 768px) {
  .working-group-partner-orgs {
    grid-template-columns: repeat(2, 48%);
    grid-column-gap: 4%;
  }
}
@media (min-width: 1350px) {
  .working-group-partner-orgs {
    grid-template-columns: repeat(3, 31.33333%);
    grid-column-gap: 3%;
  }
}

.working-group-partner-org {
  grid-column: auto;
  border: 1px solid #ccc;
  background-color: #fff;
}

.working-group-partner-org-head {
  height: 120px;
  padding: 20px 30px;
  border-bottom: 3px solid #b3b06d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.working-group-partner-org-logo img {
  width: 100%;
  max-width: 250px;
  max-height: 80px;
  margin: 0 auto;
  display: block;
}

.working-group-partner-org-body {
  padding: 30px;
  font-size: 0.9rem;
}

.working-group-partner-org-role {
  padding: 0 0 10px 0;
  font-weight: bold;
}

.working-group-partner-org-slogan {
  padding: 0 0 10px 0;
}