/**
 * Brand Color
 *
 */
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
a svg, a {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/* Body Fix ( Gutenberg full width )
--------------------------------------------- */
body {
  overflow-x: hidden;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}

.site-inner {
  padding: 60px 0 0;
}
@media (min-width: 768px) {
  .site-inner {
    padding: 70px 0 0;
  }
}
.singular.content .site-inner > .wrap {
  max-width: 1212px;
}

/* Screen Reader Text
--------------------------------------------- */
.genesis-skip-link {
  display: none;
}

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

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

/* Sidebar Layouts
--------------------------------------------- */
@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .site-main {
    float: left;
    width: 65.7534246575%;
  }
  .content-sidebar .sidebar-primary {
    float: right;
    width: 28.6815068493%;
  }
  @supports (display: grid) {
    .content-sidebar .content-area {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 32px 300px;
      grid-template-columns: 1fr 300px;
      grid-column-gap: 32px;
    }
    .content-sidebar .site-main {
      float: none;
      width: 100%;
      max-width: 1180px;
    }
    .content-sidebar .sidebar-primary {
      float: none;
      width: 100%;
    }
  }
}
/* Forms
--------------------------------------------- */
label {
  display: inline-block;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding-bottom: 3px;
}

input, select, textarea {
  background: #fff;
  border: 1px solid #D9DBE1;
  border-radius: 6px;
  color: #18191F;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 12px;
  width: 100%;
}
input.input-email, input.input-subject, select.input-email, select.input-subject, textarea.input-email, textarea.input-subject {
  width: 70%;
}
@media (max-width: 767px) {
  input.input-email, input.input-subject, select.input-email, select.input-subject, textarea.input-email, textarea.input-subject {
    width: 100%;
  }
}
input.input-location, select.input-location, textarea.input-location {
  width: 60%;
}
@media (max-width: 767px) {
  input.input-location, select.input-location, textarea.input-location {
    width: 100%;
  }
}
input.input-department, select.input-department, textarea.input-department {
  width: 50%;
}
@media (max-width: 767px) {
  input.input-department, select.input-department, textarea.input-department {
    width: 100%;
  }
}

textarea {
  width: 100%;
}

input[type=submit] {
  background: #3E6EAF;
  border: 0px !important;
  color: #fff;
  border: 0;
  border-radius: 8px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  padding: 12px 24px;
  width: auto;
}

input[type=submit]:hover {
  cursor: pointer;
}

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

::-ms-input-placeholder {
  color: #D9DBE1;
}

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

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Contact Form 7 specific
--------------------------------------------- */
.wpcf7 {
  margin: 3.5rem 0 0;
  padding: 1.5rem 1.75rem 1rem;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(87%, #fff), color-stop(13%, #f9fafc));
  background: linear-gradient(to bottom, #fff 87%, #f9fafc 13%);
  /* submit */
  /* 2 column spacing */
}
.wpcf7 p:last-of-type {
  margin: 26px 0 0;
  text-align: right;
}
.wpcf7 .wp-block-columns {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .wpcf7 {
    margin: 2.5rem 0 0;
    padding: 1.5rem 1.25rem 1rem;
  }
}

.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7-not-valid-tip,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: red;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 6px;
  display: block;
}

/* Search Form
--------------------------------------------- */
.search-form {
  border: 1px solid #D9DBE1;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}
.search-form .search-field {
  border: none;
  padding-right: 44px;
  width: 100%;
}
.search-form .search-submit {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  width: 44px;
  height: 44px;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 0;
}
.search-form .search-submit svg {
  fill: #D9DBE1;
  width: 20px;
  height: 20px;
}
.search-form .search-submit svg:hover {
  fill: #3E6EAF;
}

/* Typographical Elements
--------------------------------------------- */
body {
  color: #18191F;
  font-family: "TTHoves-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media print {
  body {
    font-family: sans-serif;
  }
}

a {
  color: #3E6EAF;
  text-decoration: underline;
  font-family: "TTHoves-Medium", sans-serif;
}
a:hover {
  text-decoration: none;
}
strong {
  font-family: "TTHoves-Bold", sans-serif;
}

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

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}

code {
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

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

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 16px;
  padding: 0;
}
p.large, p.has-large-font-size {
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p.large, p.has-large-font-size {
    font-size: 20px;
  }
}
p.has-normal-font-size {
  font-size: 16px;
}
@media (min-width: 768px) {
  p.has-normal-font-size {
    font-size: 18px;
  }
}
p.small, p.has-small-font-size {
  font-size: 14px;
}

/* Numbers
--------------------------------------------- */
.numbers-big {
  font-size: 38px;
  font-family: "TTHoves-Bold", sans-serif;
  line-height: 1.3;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .numbers-big {
    font-size: 48px;
  }
}

/* Link Styles
--------------------------------------------- */
.link-arrow a {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-decoration: none;
}
.link-arrow a:after {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 14'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23759b74;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.29,1.71A1,1,0,0,1,15.71.29l6,6a1,1,0,0,1,0,1.42l-6,6a1,1,0,0,1-1.42-1.42L18.59,8H1A1,1,0,1,1,1,6H18.59Z' transform='translate(0 0)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  content: "";
  display: inline-block;
  height: 14px;
  width: 22px;
  margin-left: 10px;
}
.link-arrow a:hover {
  text-decoration: underline;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #18191F;
  font-family: "TTHoves-Bold", sans-serif;
  line-height: 1.25;
  font-weight: normal;
  margin: 0 0 16px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #3E6EAF;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #3E6EAF;
  text-decoration: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

h1 {
  font-size: 36px;
  font-family: "TTHoves-Regular", sans-serif;
}
@media (min-width: 768px) {
  h1 {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 70px;
  }
}

h2 {
  font-size: 30px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-size: 26px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 22px;
  /* letter-spacing: 1px; */
}
@media (min-width: 768px) {
  h4 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 16px;
  font-family: "TTHoves-Medium", sans-serif;
}
@media (min-width: 768px) {
  h6 {
    font-size: 20px;
  }
}

/* Button
--------------------------------------------- */
.wp-block-button__link {
  border-radius: 8px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  padding: 14px 44px;
  text-decoration: none;
  margin-top: 1rem;
}
.is-style-full .wp-block-button__link, .wp-block-button__link.full {
  display: block;
  width: 100%;
}
.wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.wp-block-button__link:not(.has-background) {
  background-color: #000000;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: black;
}
.wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus {
  color: #000000;
}
.wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
  background-color: black;
}
.wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus {
  color: #3E6EAF;
}
.wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus {
  background-color: #315689;
}
.wp-block-button__link.has-green-dark-color:hover, .wp-block-button__link.has-green-dark-color:focus {
  color: #528251;
}
.wp-block-button__link.has-green-dark-background-color:hover, .wp-block-button__link.has-green-dark-background-color:focus {
  background-color: #3e633d;
}
.wp-block-button__link.has-green-color:hover, .wp-block-button__link.has-green-color:focus {
  color: #759B74;
}
.wp-block-button__link.has-green-background-color:hover, .wp-block-button__link.has-green-background-color:focus {
  background-color: #5d805c;
}
.wp-block-button__link.has-mint-dark-color:hover, .wp-block-button__link.has-mint-dark-color:focus {
  color: #B1DDC8;
}
.wp-block-button__link.has-mint-dark-background-color:hover, .wp-block-button__link.has-mint-dark-background-color:focus {
  background-color: #8dceaf;
}
.wp-block-button__link.has-mint-light-color:hover, .wp-block-button__link.has-mint-light-color:focus {
  color: #E3F0E9;
}
.wp-block-button__link.has-mint-light-background-color:hover, .wp-block-button__link.has-mint-light-background-color:focus {
  background-color: #c2decf;
}
.wp-block-button__link.has-red-color:hover, .wp-block-button__link.has-red-color:focus {
  color: #E84459;
}
.wp-block-button__link.has-red-background-color:hover, .wp-block-button__link.has-red-background-color:focus {
  background-color: #de1b34;
}
.wp-block-button__link.has-orange-color:hover, .wp-block-button__link.has-orange-color:focus {
  color: #EF7C2D;
}
.wp-block-button__link.has-orange-background-color:hover, .wp-block-button__link.has-orange-background-color:focus {
  background-color: #d96210;
}
.wp-block-button__link.has-peach-color:hover, .wp-block-button__link.has-peach-color:focus {
  color: #F2CCAF;
}
.wp-block-button__link.has-peach-background-color:hover, .wp-block-button__link.has-peach-background-color:focus {
  background-color: #ebb083;
}
.wp-block-button__link.has-yellow-color:hover, .wp-block-button__link.has-yellow-color:focus {
  color: #FDF48D;
}
.wp-block-button__link.has-yellow-background-color:hover, .wp-block-button__link.has-yellow-background-color:focus {
  background-color: #fcef5b;
}
.wp-block-button__link.has-grey-color:hover, .wp-block-button__link.has-grey-color:focus {
  color: #f9fafc;
}
.wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:focus {
  background-color: #d7deeb;
}
.wp-block-button__link.has-white-color:hover, .wp-block-button__link.has-white-color:focus {
  color: #fff;
}
.wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus {
  background-color: #e6e6e6;
}

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent url(../icons/utility/quote.svg) no-repeat top left;
  background-size: 36px auto;
  padding-top: 47px;
  text-align: left;
}
blockquote p,
blockquote.wp-block-quote p {
  color: #18191F;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  color: #18191F;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  opacity: 0.5;
  text-transform: uppercase;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  background: transparent;
  border: none;
  width: 100%;
  height: 32px;
  position: relative;
}
.wp-block-separator::before,
hr::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(192, 204, 218, 0.1)), color-stop(50.38%, rgba(192, 204, 218, 0.6)), to(rgba(192, 204, 218, 0.1)));
  background: linear-gradient(90deg, rgba(192, 204, 218, 0.1) 0%, rgba(192, 204, 218, 0.6) 50.38%, rgba(192, 204, 218, 0.1) 100%);
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  color: #EEEFF4;
  text-align: left;
  font-size: 14px;
  font-style: normal;
}

.wp-block-image {
  margin: 0 0 0.5rem;
}

/* Tables
--------------------------------------------- */
.wp-block-table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
}

/* Color Options
--------------------------------------------- */
.has-black-color {
  color: #000000;
}

.has-black-background-color {
  background-color: #000000;
}

.has-blue-color {
  color: #3E6EAF;
}

.has-blue-background-color {
  background-color: #3E6EAF;
}

.has-green-dark-color {
  color: #528251;
}

.has-green-dark-background-color {
  background-color: #528251;
}

.has-green-color {
  color: #759B74;
}

.has-green-background-color {
  background-color: #759B74;
}

.has-mint-dark-color {
  color: #B1DDC8;
}

.has-mint-dark-background-color {
  background-color: #B1DDC8;
}

.has-mint-light-color {
  color: #E3F0E9;
}

.has-mint-light-background-color {
  background-color: #E3F0E9;
}

.has-red-color {
  color: #E84459;
}

.has-red-background-color {
  background-color: #E84459;
}

.has-orange-color {
  color: #EF7C2D;
}

.has-orange-background-color {
  background-color: #EF7C2D;
}

.has-peach-color {
  color: #F2CCAF;
}

.has-peach-background-color {
  background-color: #F2CCAF;
}

.has-yellow-color {
  color: #FDF48D;
}

.has-yellow-background-color {
  background-color: #FDF48D;
}

.has-grey-color {
  color: #f9fafc;
}

.has-grey-background-color {
  background-color: #f9fafc;
}

.has-white-color {
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
}

/* Group
--------------------------------------------- */
.wp-block-group {
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .wp-block-group {
    padding: 60px 16px;
  }
}
@media (min-width: 992px) {
  .wp-block-group {
    padding: 70px 16px;
  }
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 1180px;
  margin: 0 auto;
}
.wp-block-group .wp-block-group__inner-container:after {
  content: "";
  display: table;
  clear: both;
}
.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-group.container-full .wp-block-group__inner-container {
  max-width: 98%;
}
.wp-block-group.container-75 .wp-block-group__inner-container {
  max-width: 750px;
}

/* Cover Blocks
--------------------------------------------- */
.wp-block-cover {
  width: auto;
}
.wp-block-cover .wp-block-cover__inner-container {
  width: calc(90% - 40px);
}
@media (max-width: 1200px) {
  .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 10px);
  }
}
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: #18191F;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-title {
    font-size: 32px;
  }
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 32px;
}
div.wpforms-container .wpforms-field-label {
  font-size: 16px;
}
div.wpforms-container .wpforms-recaptcha-container {
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-recaptcha-container {
    margin-bottom: -78px;
  }
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 32px;
  text-align: right;
}
div.wpforms-container.one-line:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-field-container {
    display: table;
    width: calc(100% - 110px);
    float: left;
  }
  div.wpforms-container.one-line .wpforms-field-container .wpforms-field {
    display: table-cell;
    padding-right: 16px;
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container {
    float: right;
    width: 110px;
    clear: none;
    margin: 0;
  }
}

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon svg {
  fill: #474A57;
  width: 24px;
  height: 24px;
}
.shared-counts-wrap.style-icon .shared-counts-button {
  line-height: 0;
  padding: 10px;
}
.shared-counts-wrap.style-icon .shared-counts-button:hover svg {
  fill: #3E6EAF;
}
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-label,
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-count {
  display: none;
}
@supports (display: grid) {
  .shared-counts-wrap.style-button {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
  }
  @media (min-width: 768px) {
    .shared-counts-wrap.style-button {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
.shared-counts-wrap.style-button h3 {
  color: #18191F;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  grid-column: 1/-1;
}
.shared-counts-wrap.style-button .shared-counts-button {
  background: #18191F;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 18px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 15px;
}
.shared-counts-wrap.style-button .shared-counts-button:hover {
  background: #474A57;
}
.shared-counts-wrap.style-button .shared-counts-button svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook {
  background: #3B5998;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook:hover {
  background: #2d4373;
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest {
  background: #CB2027;
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest:hover {
  background: #9f191f;
}
.shared-counts-wrap.style-button .shared-counts-button.twitter {
  background: #00B6F1;
}
.shared-counts-wrap.style-button .shared-counts-button.twitter:hover {
  background: #008fbe;
}
.shared-counts-wrap.style-button .shared-counts-count {
  display: none;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: #fff;
  position: relative;
  min-height: 49px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: fixed;
  display: block;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.title-area {
  float: left;
  width: 100%;
  max-width: 300px;
  text-align: left;
  margin: 0 auto;
}
.title-area h1.site-title,
.title-area p.site-title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  padding: 8px;
}
.title-area h1.site-title a,
.title-area p.site-title a {
  color: #18191F;
  text-decoration: none;
}
.title-area .site-title a {
  background: url("https://notley.com/wp-content/uploads/2021/07/logo-notley.svg") no-repeat center;
  background-size: contain;
  display: block;
  text-indent: -9999em;
  width: 140px;
  height: 0;
  padding-bottom: 19%;
}
@media (max-width: 768px) {
  .title-area .site-title a {
    padding-bottom: 0;
    height: 54px;
    background-size: auto 28px;
  }
}
@media (max-width: 767px) {
  .title-area .site-title a {
    padding-bottom: 0;
    height: 48px;
    background-size: auto 28px;
  }
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header
--------------------------------------------- */
/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: #18191F;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding: 25px 30px 25px 25px;
  position: relative;
  text-decoration: none;
}
@media (max-width: 900px) {
  .nav-menu .menu-item a {
    padding: 25px 18px 25px 8px;
  }
}
.nav-menu .menu-item:hover > a {
  color: #759B74;
}
.nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
  color: #3E6EAF;
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px;
}
.nav-menu .submenu-expand svg {
  fill: #474A57;
}
@media (max-width: 768px) {
  .nav-menu .nav-secondary .menu-item.search {
    padding: 4px 16px 16px;
  }
}
@media (min-width: 769px) {
  .nav-menu .nav-secondary .menu-item.search {
    margin: 5px 0 0 8px;
  }
  .nav-menu .nav-secondary .menu-item.search .search-field {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 268px;
  }
}
.nav-menu .nav-primary .menu-item.search {
  line-height: 0;
}
.nav-menu .nav-primary .menu-item.search button {
  padding: 12px;
}
@media (max-width: 768px) {
  .nav-menu .nav-primary .menu-item.search {
    display: none;
  }
}
@media (min-width: 769px) {
  .nav-menu {
    float: right;
    width: calc( 100% - 332px );
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
    /* Sub-menu colors */
  }
  .nav-menu .nav-primary,
.nav-menu .nav-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nav-menu .nav-primary + .nav-secondary {
    margin-bottom: 16px;
  }
  .nav-menu .menu {
    display: inline-block;
    width: auto;
  }
  .nav-menu .menu-item {
    float: left;
    /* Contact Us */
  }
  .nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu-item.menu-item-contact {
    padding: 15px 10px;
  }
  .nav-menu .menu-item.menu-item-contact a {
    color: #fff;
    background: #759B74;
    border-radius: 5px;
    padding: 10px 20px;
  }
  .nav-menu .menu-item.menu-item-contact a:hover {
    background: #528251;
  }
  .nav-menu .sub-menu {
    background: #E3F0E9;
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 300px;
    z-index: 99;
    padding: 25px 0;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .menu-item a {
    color: #528251;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 40px;
  }
  .nav-menu .sub-menu .menu-item:hover > a {
    text-decoration: underline;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -50px 0 0 300px;
  }
  .nav-menu #menu-item-506 > .sub-menu {
    background: #3E6EAF;
  }
  .nav-menu #menu-item-506 > .sub-menu a {
    color: #B1DDC8;
  }
  .nav-menu #menu-item-904 > .sub-menu {
    background: #FAE165;
  }
  .nav-menu #menu-item-904 > .sub-menu a {
    color: #E84459;
  }
}
@media (max-width: 768px) {
  .nav-menu {
    display: none;
    /* mobile subnav */
  }
  .nav-menu.active {
    background: #fff;
    display: block;
    margin: 0 -48px 0 -10px;
    max-width: calc( 100% + 96px );
  }
  .nav-menu .menu > .menu-item > a {
    padding: 11px 18px;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 12px;
    height: 12px;
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu ul#primary-menu {
    padding: 15px 0 25px;
    border-top: 1px solid #D9DBE1;
    background: #E3F0E9;
  }
  .nav-menu ul#primary-menu a {
    color: #528251;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 15px 20px;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 10px;
    padding-bottom: 12px;
  }
  .nav-menu .sub-menu a {
    font-size: 13px !important;
    padding: 10px 20px !important;
  }
}

/* Toggles
--------------------------------------------- */
.search-toggle,
.menu-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  line-height: 0;
  text-align: center;
}
.search-toggle .close,
.menu-toggle .close {
  display: none;
  fill: #528251;
}
.search-toggle .open,
.menu-toggle .open {
  fill: #528251;
}
.search-toggle.active .close,
.menu-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open {
  display: none;
}

@media (max-width: 768px) {
  .site-header .wrap {
    padding: 0 48px 0 10px;
  }
}
.site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
  position: absolute;
  top: 0;
  width: 48px;
  height: 48px;
}
@media (min-width: 769px) {
  .site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
    display: none;
  }
}
.site-header .wrap > .menu-toggle {
  right: 12px;
  top: 10px;
}
@media (max-width: 767px) {
  .site-header .wrap > .menu-toggle {
    top: 8px;
  }
}
.site-header .wrap > .search-toggle {
  left: 0;
}

/* Header Search
--------------------------------------------- */
.header-search {
  background: #EEEFF4;
  overflow: hidden;
  padding: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .header-search {
    position: absolute;
    bottom: -82px;
    right: 0;
  }
  .header-search .search-form {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .header-search {
    margin: 0 -48px;
    width: calc( 100% + 96px );
  }
}
.header-search:not(.active) {
  display: none;
}

/* Post Summary
---------------------------------------------------------------------------------------------------- */
.post-summary {
  margin-bottom: 32px;
}

.post-summary__title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.post-summary__title a {
  color: #EEEFF4;
  text-decoration: none;
}
.post-summary__title a:hover {
  color: #3E6EAF;
}

.post-summary__image {
  display: block;
}
@media (min-width: 769px) {
  .post-summary__image {
    margin-bottom: 12px;
  }
}

.entry-category {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.entry-category a {
  color: #D9DBE1;
  text-decoration: none;
}
.entry-category a:hover {
  color: #3E6EAF;
}

/* Fake Blog
--------------------------------------------- */
.page-id-5 .blog-recent {
  padding: 60px 0 80px;
}
.page-id-5 .blog-recent img {
  margin: 20px 0;
}
.page-id-5 .blog-recent h3 a {
  font-size: 26px;
  line-height: 34px;
  text-decoration: none;
  color: #000000;
  font-family: "TTHoves-Bold", sans-serif;
}
@media (max-width: 767px) {
  .page-id-5 .blog-recent {
    padding: 40px 0 60px;
  }
}

.archive .site-main .block-area,
.archive .site-main .no-results {
  grid-column: 1/-1;
  margin-bottom: 48px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .archive .site-main > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 48.6301369863%;
  }
  .archive .site-main > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive .site-main {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 32px;
      -ms-grid-columns: 1fr 32px 1fr;
      grid-template-columns: repeat(2, 1fr);
    }
    .archive .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive .site-main header, .archive .site-main nav, .archive .site-main aside, .archive .site-main footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 992px) {
  .archive .site-main > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 22.9452054795%;
  }
  .archive .site-main > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive .site-main {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 32px;
      -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
      grid-template-columns: repeat(4, 1fr);
    }
    .archive .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive .site-main header, .archive .site-main nav, .archive .site-main aside, .archive .site-main footer {
      grid-column: 1/-1;
    }
  }
}

/* Archive Header
--------------------------------------------- */
.archive-description {
  text-align: center;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 32px;
}
.archive-description > *:last-child {
  margin-bottom: 0;
}
.archive-description .search-form {
  margin: 0 auto;
}

.author-archive-description .avatar {
  border-radius: 50%;
  display: block;
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  .author-archive-description h3:last-child {
    margin-top: 48px;
  }
}

.author-title {
  color: #D9DBE1;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .author-title {
    font-size: 20px;
  }
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  border-top: 1px solid #D9DBE1;
  font-size: 16px;
  text-align: center;
  padding-top: 22px;
}
.pagination ul {
  margin: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  color: #18191F;
  border-radius: 50%;
  display: block;
  text-decoration: none;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
}
.pagination ul li.pagination-next a, .pagination ul li.pagination-previous a {
  width: auto;
}
.pagination ul li:hover > a {
  color: #3E6EAF;
}
.pagination ul li.active > a {
  background: #3E6EAF;
  color: #fff;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry-content {
  /* Specific list styles
  --------------------------------------------- */
  /* Checklist style */
  /* Two Columns style */
  /* H1 Header Blocks
  --------------------------------------------- */
  /* Accent boxes
  --------------------------------------------- */
  /* Icon Boxes
  --------------------------------------------- */
  /* Logo Rows
  --------------------------------------------- */
  /* Fellows Rows
  --------------------------------------------- */
  /* Hide/show for mobile
  --------------------------------------------- */
}
.entry-content ul, .entry-content ol {
  padding-left: 1.5rem;
}
.entry-content ul li, .entry-content ol li {
  padding-bottom: 0.5rem;
}
.entry-content ul li:last-child, .entry-content ol li:last-child {
  padding-bottom: 0;
}
.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
  padding-top: 0.5rem;
}
.entry-content ul.wp-block-gallery, .entry-content ol.wp-block-gallery {
  padding-left: 0;
}
.entry-content ul.wp-block-gallery li, .entry-content ol.wp-block-gallery li {
  padding-bottom: 0;
}
.entry-content ul.checklist {
  margin: 1rem 0 1.5rem;
  list-style-type: none;
  padding-left: 30px;
}
.entry-content ul.checklist li {
  list-style-type: none;
  position: relative;
  padding: 10px 0 16px 22px;
  line-height: 22px;
}
.entry-content ul.checklist li::before {
  content: "";
  background-image: url("https://notley.com/wp-content/themes/notley/assets/icons/utility/checkmark-green.svg");
  position: absolute;
  top: 8px;
  left: -24px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .entry-content ul.checklist li {
    padding: 10px 0 12px 16px;
  }
}
.entry-content ul.two-columns {
  margin: 1rem 0 1.5rem;
  -webkit-column-count: 2;
  -webkit-column-gap: 25px;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.entry-content ul.two-columns li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
@media (max-width: 767px) {
  .entry-content ul.two-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
         column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.entry-content .header-background {
  background: url("https://notley.com/wp-content/uploads/2021/09/header-background-1.svg") 50% 50% no-repeat;
  background-size: 100% auto;
  padding: 25px 0 20px;
}
.entry-content .header-background.header-image-1 {
  background-image: url("https://notley.com/wp-content/uploads/2021/09/header-background-1.svg");
}
.entry-content .header-background.header-image-2 {
  background-image: url("https://notley.com/wp-content/uploads/2021/09/header-background-2.svg");
}
.entry-content .header-background.header-image-3 {
  background-image: url("https://notley.com/wp-content/uploads/2021/09/header-background-3.svg");
}
.entry-content .header-background.header-image-4 {
  background-image: url("https://notley.com/wp-content/uploads/2021/09/header-background-4.svg");
}
@media (max-width: 1199px) {
  .entry-content .header-background {
    background-size: cover;
  }
}
.entry-content .accent-box {
  padding: 2.5rem 3rem !important;
}
.entry-content .accent-box h3, .entry-content .accent-box h4 {
  letter-spacing: 0;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .entry-content .accent-box h3, .entry-content .accent-box h4 {
    margin-bottom: 1rem;
  }
}
.entry-content .accent-box p {
  margin: 0;
}
@media (max-width: 768px) {
  .entry-content .accent-box {
    padding: 2rem !important;
  }
}
@media (max-width: 767px) {
  .entry-content .accent-box {
    padding: 1.5rem 1rem !important;
  }
}
.entry-content .icon-container {
  margin: 1rem 0 2rem;
}
.entry-content .icon-container .wp-block-column {
  padding: 0 !important;
}
@media (max-width: 768px) {
  .entry-content .icon-container .wp-block-column:first-of-type {
    -ms-flex-preferred-size: 14% !important;
        flex-basis: 14% !important;
  }
}
@media (max-width: 768px) {
  .entry-content .icon-container .wp-block-column:last-of-type {
    -ms-flex-preferred-size: calc(86% - 2em) !important;
        flex-basis: calc(86% - 2em) !important;
    margin-left: 1rem;
  }
}
.entry-content .icon-container h5, .entry-content .icon-container h6 {
  margin-bottom: 5px;
}
.entry-content .icon-container p {
  margin-bottom: 0;
}
.entry-content .logo-row {
  margin-bottom: 2.2rem;
}
.entry-content .logo-row .wp-block-column {
  padding: 0 2rem;
  margin: 0;
}
.entry-content .logo-row .wp-block-column img {
  max-height: 60px;
  width: auto;
}
@media (max-width: 1200px) {
  .entry-content .logo-row .wp-block-column img {
    max-height: 45px;
    max-width: 100px;
  }
}
@media (max-width: 768px) {
  .entry-content .logo-row .wp-block-column img {
    max-height: 35px;
  }
}
@media (max-width: 1200px) {
  .entry-content .logo-row .wp-block-column {
    padding: 0 0.25rem;
  }
}
@media (max-width: 768px) {
  .entry-content .logo-row .wp-block-column {
    -ms-flex-preferred-size: calc(50% - 1.5em) !important;
        flex-basis: calc(50% - 1.5em) !important;
    margin: 0 0.75em;
    padding: 0 0 1.25rem;
  }
}
@media (max-width: 767px) {
  .entry-content .logo-row {
    margin-bottom: 0;
  }
}
.entry-content .fellows-row {
  margin: 0 !important;
}
.entry-content .fellows-row .wp-block-column {
  margin: 0 0.25em;
}
@media (max-width: 768px) {
  .entry-content .fellows-row .wp-block-column {
    -ms-flex-preferred-size: calc(20% - 0.5em) !important;
        flex-basis: calc(20% - 0.5em) !important;
    margin: 0 0.25em;
  }
}
@media (max-width: 767px) {
  .entry-content .fellows-row .wp-block-column {
    -ms-flex-preferred-size: calc(33.33% - 1em) !important;
        flex-basis: calc(33.33% - 1em) !important;
  }
}
.entry-content .fellows-row img {
  width: 100%;
}
.entry-content .fellows-row img:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .entry-content .mobile-hide {
    display: none;
  }
}

.entry-content > *,
.block-area > * {
  margin: 20px 0;
  max-width: 100%;
}
.entry-content > *:first-child,
.block-area > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child,
.block-area > *:last-child {
  margin-bottom: 0;
}
.full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
  margin: calc( 2 * 20px ) calc(50% - 50vw);
  max-width: 100vw;
  width: auto;
}
@media (min-width: 768px) {
  .full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
    margin: 0 calc(25% - 25vw);
  }
}
.full-width-content .entry-content > *.alignfull, .content .entry-content > *.alignfull,
.full-width-content .block-area > *.alignfull,
.content .block-area > *.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.entry-content > *.alignleft,
.block-area > *.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0 20px 20px 0;
}
.entry-content > *.alignright,
.block-area > *.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0 0 20px 20px;
}
.entry-content > *.aligncenter,
.block-area > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry-content > *.wp-block-quote, .entry-content > *.post-listing-block,
.block-area > *.wp-block-quote,
.block-area > *.post-listing-block {
  margin-top: calc( 2 * 20px);
  margin-bottom: calc( 2 * 20px);
}
.entry-content > *.wp-block-search,
.block-area > *.wp-block-search {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
}

/* Entry Meta
--------------------------------------------- */
.entry-author {
  font-size: 14px;
}
.entry-author .avatar {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.entry-author a {
  color: #18191F;
  text-decoration: none;
}
.entry-author a:hover {
  color: #3E6EAF;
}

.breadcrumb {
  font-size: 16px;
  margin-bottom: 24px;
}
.breadcrumb a {
  color: #18191F;
}
.breadcrumb a:hover {
  color: #3E6EAF;
}
.single .breadcrumb {
  border-top: 1px solid #D9DBE1;
  padding-top: 32px;
  text-align: center;
}

.author-box {
  position: relative;
  padding-left: 120px;
  min-height: 120px;
}
.archive .author-box {
  grid-column: 1/-1;
  max-width: 1180px;
  margin: 0 auto 32px;
}
.author-box .author-box-title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .author-box .author-box-title {
    font-size: 28px;
  }
}
.author-box .avatar {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Single Post
--------------------------------------------- */
.singular .entry-header {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .singular .entry-header {
    margin-bottom: 48px;
    overflow: hidden;
    width: 100%;
  }
  .singular .entry-header .entry-author {
    float: left;
    margin: 0;
  }
  .singular .entry-header .shared-counts-wrap {
    float: right;
  }
}
.singular .entry-header *:last-child {
  margin-bottom: 0;
}

.after-entry > * {
  margin: 24px 0;
}
@media (min-width: 768px) {
  .after-entry > * {
    margin: 42px 0;
  }
}
.after-entry .publish-date {
  font-size: 16px;
  text-align: center;
}

@supports (display: grid) {
  @media (min-width: 768px) {
    .related-posts {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 16px;
    }
    .related-posts header {
      grid-column: 1/-1;
    }
  }
}

/* Comments
--------------------------------------------- */
.entry-comments .comment-list {
  margin: 0 0 32px;
}
.entry-comments .comment-list li {
  list-style-type: none;
  border: 1px solid #474A57;
}
.entry-comments .comment-list li article {
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  background: rgba(62, 110, 175, 0.05);
  border-left: 2px solid #3E6EAF;
}
.entry-comments .comment-list > li {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
.entry-comments .comment-list .comment-author {
  color: #18191F;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-size: 18px;
}
@media (min-width: 768px) {
  .entry-comments .comment-list .comment-author {
    font-size: 22px;
  }
}
.entry-comments .comment-list .comment-author a {
  color: #18191F;
  text-decoration: none;
}
.entry-comments .comment-list .comment-author a:hover {
  color: #3E6EAF;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-edit-link {
  display: none;
}
.entry-comments .comment-list .comment-meta {
  font-size: 14px;
  color: #EEEFF4;
  vertical-align: middle;
}
.entry-comments .comment-list .comment-meta a {
  color: #F4F5F7;
  font-weight: 400;
  text-decoration: none;
}
.entry-comments .comment-list .comment-meta a:hover {
  color: #3E6EAF;
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.entry-comments .comment-list ul.children {
  margin: 0;
}
.entry-comments .comment-list ul.children li {
  border-top: 1px solid #D9DBE1;
}

.nav-links:after {
  content: "";
  display: table;
  clear: both;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}

.comment-navigation a {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.comment-respond label[for=subscribe], .comment-respond label[for=wp-comment-cookies-consent] {
  display: inline-block;
}
@media (min-width: 768px) {
  .comment-respond .comment-form-author,
.comment-respond .comment-form-email {
    float: left;
    width: calc( 50% - 16px );
  }
  .comment-respond .comment-form-email {
    margin-left: 32px;
  }
  .comment-respond input[type=submit] {
    width: auto;
  }
}

/* All Page Specific Styles
---------------------------------------------------------------------------------------------------- */
/* Homepage
--------------------------------------------- */
.homepage-hero {
  background: url("https://notley.com/wp-content/uploads/2021/09/homepage-hero-background.png") 0% 100% no-repeat #f9fafc;
  background-size: cover;
  padding: 0;
  overflow: hidden;
}
.homepage-hero .wp-block-columns .wp-block-column:first-of-type {
  position: relative;
}
@media (max-width: 2200px) {
  .homepage-hero .wp-block-columns .wp-block-column:first-of-type {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
}
@media (max-width: 1600px) {
  .homepage-hero .wp-block-columns .wp-block-column:first-of-type {
    -ms-flex-preferred-size: 30% !important;
        flex-basis: 30% !important;
    padding-left: 15px;
  }
}
@media (max-width: 1200px) {
  .homepage-hero .wp-block-columns .wp-block-column:first-of-type {
    -ms-flex-preferred-size: 35% !important;
        flex-basis: 35% !important;
  }
}
@media (max-width: 1000px) {
  .homepage-hero .wp-block-columns .wp-block-column:first-of-type {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    padding: 60px 20px 60px;
  }
}
.homepage-hero .wp-block-columns .wp-block-column:last-of-type {
  text-align: right;
  word-break: normal;
  overflow-wrap: normal;
}
@media (max-width: 2200px) {
  .homepage-hero .wp-block-columns .wp-block-column:last-of-type {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
}
@media (max-width: 1600px) {
  .homepage-hero .wp-block-columns .wp-block-column:last-of-type {
    -ms-flex-preferred-size: 70% !important;
        flex-basis: 70% !important;
  }
}
@media (max-width: 1200px) {
  .homepage-hero .wp-block-columns .wp-block-column:last-of-type {
    -ms-flex-preferred-size: 65% !important;
        flex-basis: 65% !important;
  }
}
@media (max-width: 1000px) {
  .homepage-hero .wp-block-columns .wp-block-column:last-of-type {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media (max-width: 1000px) {
  .homepage-hero .wp-block-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
.homepage-hero .homepage-hero-header {
  position: absolute;
  right: 36%;
  top: -10em;
  padding: 0;
}
.homepage-hero .homepage-hero-header .wp-block-group__inner-container {
  max-width: 100%;
}
@media (max-width: 2200px) {
  .homepage-hero .homepage-hero-header {
    right: 24%;
  }
}
@media (max-width: 1900px) {
  .homepage-hero .homepage-hero-header {
    right: 28%;
  }
}
@media (max-width: 1600px) {
  .homepage-hero .homepage-hero-header {
    right: -9%;
  }
}
@media (max-width: 1400px) {
  .homepage-hero .homepage-hero-header {
    right: 6%;
  }
}
@media (max-width: 1200px) {
  .homepage-hero .homepage-hero-header {
    position: relative;
    right: auto;
    top: auto;
  }
}
.homepage-hero h1 {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .homepage-hero h1 {
    font-size: 68px;
  }
}
@media (max-width: 768px) {
  .homepage-hero h1 {
    font-size: 64px;
    line-height: 1.15;
  }
}
@media (min-width: 1800px) {
  .homepage-hero h1 br {
    /* display: none; */
  }
}
.homepage-hero .wp-block-buttons .wp-block-button__link {
  min-width: 310px;
}
@media (max-width: 1200px) {
  .homepage-hero .wp-block-buttons .wp-block-button__link {
    padding: 14px 32px;
  }
}
@media (max-width: 768px) {
  .homepage-hero .wp-block-buttons .wp-block-button__link {
    min-width: 305px;
  }
}
.homepage-hero .hero-tag-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 1000px) {
  .homepage-hero .hero-tag-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.homepage-hero .hero-tag {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  padding: 1rem 6.5rem;
  margin: 0 -40px 2.25rem 0;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 421.21 86'%3E%3Cpath d='M0,86,74.1,0l2,86Z'/%3E%3Crect x='74.1' width='273' height='86'/%3E%3Cpath d='M421.21,0,347.1,86l-2-86Z'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #B1DDC8;
}
@media (max-width: 1200px) {
  .homepage-hero .hero-tag {
    font-size: 34px;
    padding: 1rem 5.5rem;
  }
}
@media (max-width: 1200px) {
  .homepage-hero .hero-tag {
    font-size: 32px;
    padding: 0.85rem 5.25rem;
  }
}
@media (max-width: 1000px) {
  .homepage-hero .hero-tag {
    font-size: 28px;
    margin: 0 -10px 1.25rem 0;
  }
}
@media (max-width: 767px) {
  .homepage-hero .hero-tag {
    padding: 0.75rem 3rem;
    font-size: 21px;
    margin: 0 -30px 1rem 0;
  }
}
.homepage-hero .hero-tag a {
  position: relative;
  font-family: "TTHoves-Regular", sans-serif;
  text-decoration: none;
}
.homepage-hero .hero-tag:nth-of-type(1) {
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 421.21 86'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2318191F;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,86,74.1,0l2,86Z'/%3E%3Crect class='cls-1' x='74.1' width='273' height='86'/%3E%3Cpath class='cls-1' d='M421.21,0,347.1,86l-2-86Z'/%3E%3C/svg%3E");
  color: #B1DDC8;
  margin-right: -140px;
}
.homepage-hero .hero-tag:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  position: absolute;
  padding: 0.8rem 7rem;
  top: 0;
  bottom: 0;
  left: -130px;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 152.21 86'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%233E6EAF;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='76.1 0 0 86 76.1 86 152.21 0 76.1 0'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1000px) {
  .homepage-hero .hero-tag:nth-of-type(1)::before {
    left: -150px;
  }
}
@media (max-width: 1000px) {
  .homepage-hero .hero-tag:nth-of-type(1) {
    margin-right: -190px;
  }
}
@media (max-width: 1000px) {
  .homepage-hero .hero-tag:nth-of-type(1) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: -90px;
  }
}
.homepage-hero .hero-tag:nth-of-type(2) {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 421.21 86'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23B1DDC8;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,86,74.1,0l2,86Z'/%3E%3Crect class='cls-1' x='74.1' width='273' height='86'/%3E%3Cpath class='cls-1' d='M421.21,0,347.1,86l-2-86Z'/%3E%3C/svg%3E");
}
.homepage-hero .hero-tag:nth-of-type(2) a {
  color: #528251;
}
.homepage-hero .hero-tag:nth-of-type(2) a:after {
  display: block;
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #528251;
  bottom: 3px;
  left: 0;
}
.homepage-hero .hero-tag:nth-of-type(3) {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 421.21 86'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23528251;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,86,74.1,0l2,86Z'/%3E%3Crect class='cls-1' x='74.1' width='273' height='86'/%3E%3Cpath class='cls-1' d='M421.21,0,347.1,86l-2-86Z'/%3E%3C/svg%3E");
  color: #FAE165;
  margin-right: -60px;
}
.homepage-hero .hero-tag:nth-of-type(4) {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 357.57 86'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%236D8ABB;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='282.47 0 76.1 0 0 86 76.1 86 282.47 86 357.57 0 282.47 0'/%3E%3C/svg%3E");
}
.homepage-hero .hero-tag:nth-of-type(4) a {
  color: #B1DDC8;
}
.homepage-hero .hero-tag:nth-of-type(4) a:after {
  display: block;
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #B1DDC8;
  bottom: 3px;
  left: 0;
}
@media (max-width: 1000px) {
  .homepage-hero .hero-tag:nth-of-type(4) {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
}
.homepage-hero .hero-tag:nth-of-type(5) {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 421.21 86'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fae165;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,86,74.1,0l2,86Z'/%3E%3Crect class='cls-1' x='74.1' width='273' height='86'/%3E%3Cpath class='cls-1' d='M421.21,0,347.1,86l-2-86Z'/%3E%3C/svg%3E");
  color: #EF7C2D;
  margin-right: -85px;
}
@media (max-width: 1000px) {
  .homepage-hero .hero-tag:nth-of-type(5) {
    margin-right: -50px;
  }
}
.homepage-hero .hero-tag:nth-of-type(6) {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 357.57 86'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e84459;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='282.47 0 76.1 0 0 86 76.1 86 282.47 86 357.57 0 282.47 0'/%3E%3C/svg%3E");
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
.homepage-hero .hero-tag:nth-of-type(6) a {
  color: #E3F0E9;
}
.homepage-hero .hero-tag:nth-of-type(6) a:after {
  display: block;
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #E3F0E9;
  bottom: 3px;
  left: 0;
}
.homepage-hero .hero-tag:nth-of-type(6)::before {
  content: "";
  display: inline-block;
  position: absolute;
  padding: 0.8rem 5rem;
  top: 0;
  bottom: 0;
  left: -120px;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 152.21 86'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fdf48d;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='76.1 0 0 86 76.1 86 152.21 0 76.1 0'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1200px) {
  .homepage-hero .hero-tag:nth-of-type(6)::before {
    padding: 0.8rem 6rem;
    left: -130px;
  }
}
@media (max-width: 1000px) {
  .homepage-hero .hero-tag:nth-of-type(6)::before {
    left: -150px;
  }
}
.homepage-hero .hero-tag:nth-of-type(7) {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 421.21 86'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23EF7C2D;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,86,74.1,0l2,86Z'/%3E%3Crect class='cls-1' x='74.1' width='273' height='86'/%3E%3Cpath class='cls-1' d='M421.21,0,347.1,86l-2-86Z'/%3E%3C/svg%3E");
  color: #FAE165;
  margin-right: -80px;
}
@media (max-width: 1000px) {
  .homepage-hero .hero-tag:nth-of-type(7) {
    margin-right: -60px;
  }
}
.homepage-hero .hero-tag:nth-of-type(8) {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 421.21 86'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%233E6EAF;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,86,74.1,0l2,86Z'/%3E%3Crect class='cls-1' x='74.1' width='273' height='86'/%3E%3Cpath class='cls-1' d='M421.21,0,347.1,86l-2-86Z'/%3E%3C/svg%3E");
}
.homepage-hero .hero-tag:nth-of-type(8) a {
  color: #EF7C2D;
}
.homepage-hero .hero-tag:nth-of-type(8) a:after {
  display: block;
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #EF7C2D;
  bottom: 3px;
  left: 0;
}
.homepage-hero .hero-tag:nth-of-type(8)::before {
  content: "";
  display: inline-block;
  position: absolute;
  padding: 0.8rem 7rem;
  top: 0;
  bottom: 0;
  left: -160px;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 152.21 86'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23EF7C2D;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='76.1 0 0 86 76.1 86 152.21 0 76.1 0'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1200px) {
  .homepage-hero .hero-tag:nth-of-type(8)::before {
    padding: 0.8rem 6rem;
    left: -130px;
  }
}
@media (max-width: 1000px) {
  .homepage-hero .hero-tag:nth-of-type(8)::before {
    left: -150px;
  }
}
.homepage-hero .hero-tag:nth-of-type(8)::after {
  content: "";
  display: inline-block;
  position: absolute;
  padding: 0.8rem 7rem;
  top: 0;
  bottom: 0;
  left: -300px;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 152.21 86'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23B1DDC8;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='76.1 0 0 86 76.1 86 152.21 0 76.1 0'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1200px) {
  .homepage-hero .hero-tag:nth-of-type(8)::after {
    padding: 0.8rem 6rem;
    left: -250px;
  }
}
.homepage-hero .hero-tag:nth-of-type(9) {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 347 88'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fae165;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='270.9 0 76.1 0 0 88 76.1 88 270.9 88 347 0 270.9 0'/%3E%3C/svg%3E");
  color: #528251;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  margin-right: -80px;
}
@media (max-width: 1000px) {
  .homepage-hero .hero-tag:nth-of-type(9) {
    margin-right: -60px;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
}
.homepage-hero .hero-tag:nth-of-type(10) {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 421.21 86'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23EF7C2D;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,86,74.1,0l2,86Z'/%3E%3Crect class='cls-1' x='74.1' width='273' height='86'/%3E%3Cpath class='cls-1' d='M421.21,0,347.1,86l-2-86Z'/%3E%3C/svg%3E");
  margin: 0 80px 1rem auto;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.homepage-hero .hero-tag:nth-of-type(10)::before {
  content: "";
  display: inline-block;
  position: absolute;
  padding: 0.8rem 7rem;
  top: 0;
  bottom: 0;
  left: -160px;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 152.21 86'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23759B74;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='76.1 0 0 86 76.1 86 152.21 0 76.1 0'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1000px) {
  .homepage-hero .hero-tag:nth-of-type(10) {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}

.numbers {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FAE165), color-stop(50%, #fff));
  background: linear-gradient(to bottom, #FAE165 50%, #fff 50%);
  padding-bottom: 10px;
}
.numbers .wp-block-group__inner-container {
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px #29292A12;
          box-shadow: 0px 10px 20px 0px #29292A12;
  border-radius: 8px;
  padding: 3.5rem 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .numbers .wp-block-group__inner-container {
    padding: 2.5rem 2rem 1rem;
  }
}
.numbers .wp-block-columns:nth-of-type(2) {
  margin-top: 3.5rem;
}
.numbers .icon img {
  height: 65px;
  width: auto;
  margin: 0 auto 1.2rem;
}
.numbers p {
  margin: 0;
}
@media (max-width: 768px) {
  .numbers p {
    margin: 0 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .numbers p {
    margin: 0 0 3rem;
  }
}
@media (max-width: 767px) {
  .numbers {
    padding: 80px 0 10px;
  }
}

.homepage-diverse {
  padding-top: 50px;
  padding-bottom: 80px;
}
.homepage-diverse img {
  width: 100%;
  height: auto;
  margin: 3rem 0 0;
}
@media (max-width: 767px) {
  .homepage-diverse img {
    margin: 1rem 0 0;
  }
}
.homepage-diverse .wp-block-column {
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .homepage-diverse .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin: 0 !important;
    padding: 0 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .homepage-diverse {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.philanthropic-logos {
  padding-bottom: 0px;
}
.philanthropic-logos h2 {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .philanthropic-logos h2 {
    margin-bottom: 1.5rem;
  }
}
.philanthropic-logos .logo-row .wp-block-column img {
  max-width: 100px;
}
@media (max-width: 1200px) {
  .philanthropic-logos .logo-row .wp-block-column img {
    max-width: 75px;
  }
}
@media (max-width: 768px) {
  .philanthropic-logos .logo-row .wp-block-column img {
    max-width: 120px;
  }
}

.homepage-impact {
  padding-top: 70px;
  padding-bottom: 10px;
}
.homepage-impact h2 {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .homepage-impact h2 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .homepage-impact {
    padding-top: 40px;
  }
}

.homepage-community {
  padding: 80px 80px 60px;
}
.homepage-community h5 {
  color: #000000 !important;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .homepage-community h5 {
    margin-bottom: 3rem;
  }
}
.homepage-community .wp-block-columns:not(:last-child) {
  margin-bottom: 3rem !important;
}
@media (max-width: 767px) {
  .homepage-community .wp-block-columns:not(:last-child) {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .homepage-community {
    padding: 60px 20px;
  }
}

.homepage-space {
  padding-top: 70px;
  padding-bottom: 90px;
  /* Slider */
}
.homepage-space .wp-block-columns:nth-of-type(1) {
  margin-top: 5rem;
}
.homepage-space .wp-block-columns:nth-of-type(1) .wp-block-column:first-of-type {
  padding-right: 4rem;
}
@media (max-width: 768px) {
  .homepage-space .wp-block-columns:nth-of-type(1) .wp-block-column:first-of-type {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .homepage-space .wp-block-columns:nth-of-type(1) .wp-block-column:first-of-type {
    padding: 0;
  }
}
.homepage-space .wp-block-columns:nth-of-type(1) .wp-block-column:last-of-type {
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .homepage-space .wp-block-columns:nth-of-type(1) .wp-block-column:last-of-type {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .homepage-space .wp-block-columns:nth-of-type(1) .wp-block-column:last-of-type {
    padding: 4rem 20px 0.5rem;
  }
}
.homepage-space .wp-block-columns:nth-of-type(2) {
  margin-top: 5rem;
}
.homepage-space .wp-block-columns:nth-of-type(2) .wp-block-column:first-of-type {
  padding-right: 4rem;
}
@media (max-width: 768px) {
  .homepage-space .wp-block-columns:nth-of-type(2) .wp-block-column:first-of-type {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .homepage-space .wp-block-columns:nth-of-type(2) .wp-block-column:first-of-type {
    padding: 3rem 20px 5rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.homepage-space .wp-block-columns:nth-of-type(2) .wp-block-column:last-of-type {
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .homepage-space .wp-block-columns:nth-of-type(2) .wp-block-column:last-of-type {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .homepage-space .wp-block-columns:nth-of-type(2) .wp-block-column:last-of-type {
    padding: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .homepage-space .homepage-space-header {
    padding: 0 20px;
  }
}
.homepage-space ul.checklist li {
  color: #000000;
}
.homepage-space .wp-block-eedee-block-gutenslider.dot-position-bottom .eedee-gutenslider-pagination {
  bottom: -35px;
}
.homepage-space .wp-block-eedee-block-gutenslider .swiper-pagination-bullet {
  background: #FAE165;
}
@media (max-width: 767px) {
  .homepage-space {
    padding: 80px 0 0;
  }
}

.homepage-magnetic {
  background: url("https://notley.com/wp-content/uploads/2021/09/abstract-background-1.svg") 0% 100% no-repeat #f9fafc;
  background-size: contain;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 1200px) {
  .homepage-magnetic {
    background-position: -25% 0%;
  }
}
@media (max-width: 768px) {
  .homepage-magnetic {
    background-position: -20% 0%;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .homepage-magnetic {
    padding-top: 60px;
    padding-right: 60px;
    padding-bottom: 130px;
    background-image: url("https://notley.com/wp-content/uploads/2021/09/abstract-background-1-mobile.svg");
    background-size: 70%;
    background-position: 0% 100%;
  }
}

.philanthropitch-logos {
  padding-top: 20px;
}
.philanthropitch-logos .icon-box:first-of-type {
  margin-top: 2.5rem;
}
.philanthropitch-logos .logo-row {
  margin-top: 3rem;
}

.homepage-events {
  background: #fffcdc;
}
.homepage-events .wp-block-columns {
  margin-top: 3rem;
}
.homepage-events .wp-block-columns .wp-block-column:first-of-type {
  padding-right: 4rem;
}
@media (max-width: 768px) {
  .homepage-events .wp-block-columns .wp-block-column:first-of-type {
    padding: 0;
  }
}
.homepage-events .wp-block-columns .wp-block-column:last-of-type {
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .homepage-events .wp-block-columns .wp-block-column:last-of-type {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .homepage-events .wp-block-columns {
    margin-top: 2rem;
  }
}
.homepage-events h4 {
  font-family: "TTHoves-Regular", sans-serif;
}
.homepage-events img {
  margin: 0 0 2rem;
}
@media (max-width: 767px) {
  .homepage-events {
    margin-top: 2rem;
  }
}

.homepage-labs h3 {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .homepage-labs h3 {
    margin-bottom: 3rem;
  }
}
.homepage-labs h4 {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .homepage-labs h4 {
    margin-bottom: 1rem;
  }
}
.homepage-labs .icon img {
  height: 80px;
  width: auto;
  margin: 0 auto 0.75rem;
}
.homepage-labs p {
  margin-bottom: 0.75rem;
}
.homepage-labs img {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .homepage-labs .wp-block-columns:nth-of-type(1) .wp-block-column {
    -ms-flex-preferred-size: calc(33.33% - 2em) !important;
        flex-basis: calc(33.33% - 2em) !important;
    margin: 0 1em;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .homepage-labs .wp-block-columns:nth-of-type(1) .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin: 0 0 4rem;
  }
}
.homepage-labs .wp-block-columns:nth-of-type(2) {
  margin-top: 4rem;
}
.homepage-labs .wp-block-columns:nth-of-type(2) .wp-block-column {
  padding-bottom: 5px;
  border-bottom: 2px solid #E84459;
}
@media (max-width: 768px) {
  .homepage-labs .wp-block-columns:nth-of-type(2) .wp-block-column {
    -ms-flex-preferred-size: calc(33.33% - 1em) !important;
        flex-basis: calc(33.33% - 1em) !important;
    margin: 0 0.5em;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .homepage-labs .wp-block-columns:nth-of-type(2) .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin: 0 0 3rem;
  }
}
@media (max-width: 767px) {
  .homepage-labs .wp-block-columns:nth-of-type(2) {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .homepage-labs {
    padding-bottom: 20px;
  }
}

.email-signup {
  padding-top: 60px;
  padding-bottom: 30px;
  margin-top: 3rem !important;
  margin-bottom: 6rem !important;
  border-radius: 20px;
  overflow: hidden;
  /* form */
}
@media (max-width: 767px) {
  .email-signup img {
    max-width: 70%;
    margin: 0 auto 1rem;
  }
}
.email-signup .wpcf7 {
  padding: 0;
  margin: 2rem 0 0;
  background: none;
}
.email-signup .wpcf7 input {
  border: 1px solid #D9DBE1;
  border-radius: 6px 0 0 6px;
  padding: 18px 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .email-signup .wpcf7 input {
    border-radius: 6px;
  }
}
.email-signup .wpcf7 input[type=submit] {
  background: #000000;
  border-radius: 0 6px 6px 0;
  padding: 22px 28px;
  width: auto;
}
@media (max-width: 768px) {
  .email-signup .wpcf7 input[type=submit] {
    border-radius: 6px;
  }
}
.email-signup .wpcf7 .wp-block-columns {
  margin-bottom: 0px !important;
}
.email-signup .wpcf7 .wp-block-columns .wp-block-column {
  margin: 0;
}
@media (max-width: 767px) {
  .email-signup {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 3rem !important;
  }
}

/* How We Work
--------------------------------------------- */
.how-we-work-hero {
  background: url("https://notley.com/wp-content/uploads/2021/08/how-we-work-hero-background.svg") 100% -50% no-repeat;
  background-size: 30%;
  padding-top: 130px;
  padding-bottom: 60px;
}

.how-we-work-diverse {
  padding-top: 40px;
}
.how-we-work-diverse img {
  margin: 2.5rem 0 1.5rem;
}

/* About
--------------------------------------------- */
.about-hero {
  background: url("https://notley.com/wp-content/uploads/2021/09/abstract-background-2.svg") 100% 100% no-repeat;
  background-size: 30%;
  padding-top: 170px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .about-hero {
    background-size: 50%;
  }
}
@media (max-width: 768px) {
  .about-hero {
    background-size: 55%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .about-hero {
    padding-top: 50px;
    padding-bottom: 190px;
  }
}

@media (max-width: 767px) {
  .about-city img {
    margin-top: 2.5rem;
  }
}

.about-mission .wp-block-columns .wp-block-column:first-of-type {
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .about-mission .wp-block-columns .wp-block-column:first-of-type {
    padding: 0 0 1rem;
  }
}
.about-mission .wp-block-columns .wp-block-column:last-of-type {
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .about-mission .wp-block-columns .wp-block-column:last-of-type {
    padding: 0;
  }
}

.about-vision .wp-block-columns .wp-block-column:first-of-type {
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .about-vision .wp-block-columns .wp-block-column:first-of-type {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .about-vision .wp-block-columns .wp-block-column:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.about-vision .wp-block-columns .wp-block-column:last-of-type {
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .about-vision .wp-block-columns .wp-block-column:last-of-type {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .about-vision .wp-block-columns .wp-block-column:last-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 1rem;
  }
}

.about-values {
  padding-bottom: 90px;
}
.about-values .wp-block-columns .wp-block-column h4 {
  position: relative;
  /* colored dots */
  /* dashed line */
}
.about-values .wp-block-columns .wp-block-column h4::before {
  content: "";
  background: #EF7C2D;
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin: 2.5rem 0 2rem;
}
.about-values .wp-block-columns .wp-block-column h4::after {
  display: block;
  position: absolute;
  content: "";
  top: 8px;
  right: 0;
  height: 5px;
  width: 75%;
  background: none;
  border-bottom: 2px dashed #E3F0E9;
}
@media (max-width: 768px) {
  .about-values .wp-block-columns .wp-block-column h4::after {
    width: 85%;
  }
}
@media (max-width: 1199px) {
  .about-values .wp-block-columns .wp-block-column h4 {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .about-values .wp-block-columns .wp-block-column h4 {
    font-size: 22px;
  }
}
.about-values .wp-block-columns .wp-block-column:nth-of-type(1) h4::before {
  background: #EF7C2D;
}
.about-values .wp-block-columns .wp-block-column:nth-of-type(2) h4::before {
  background: #E84459;
}
.about-values .wp-block-columns .wp-block-column:nth-of-type(3) h4::before {
  background: #B1DDC8;
}
.about-values .wp-block-columns .wp-block-column:nth-of-type(4) h4::before {
  background: #FAE165;
}
.about-values .wp-block-columns .wp-block-column:nth-of-type(5) h4::before {
  background: #3E6EAF;
}
@media (max-width: 767px) {
  .about-values {
    padding-bottom: 60px;
  }
}

/* Careers
--------------------------------------------- */
.careers-hero {
  background: url("https://notley.com/wp-content/uploads/2021/09/abstract-background-1.svg") 0% 0% no-repeat #f9fafc;
  background-size: contain;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 1200px) {
  .careers-hero {
    background-position: -25% 0%;
  }
}
@media (max-width: 768px) {
  .careers-hero {
    background-position: -110% 0%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .careers-hero {
    padding-top: 50px;
    padding-bottom: 260px;
    background-size: 65%;
    background-position: 0% 100%;
  }
}

@media (max-width: 768px) {
  .careers-benefits .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin: 0 0 0.5rem !important;
  }
}
@media (max-width: 767px) {
  .careers-benefits .wp-block-columns {
    margin-bottom: 0;
  }
}
.careers-benefits .icon img {
  margin: 1.5rem auto 1.75rem;
  height: 32px;
  width: auto;
}
@media (max-width: 767px) {
  .careers-benefits .icon img {
    margin: 1.25rem auto 0.5rem;
  }
}

.careers-positions h2 {
  margin-bottom: 2.5rem;
}
.careers-positions #BambooHR {
  max-width: 95%;
  margin: 0 auto;
}

.careers-commitment h2 {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .careers-commitment h2 {
    margin-bottom: 1.5rem;
  }
}
.careers-commitment p:last-of-type {
  margin-bottom: 2rem;
}

.testimonials {
  background: #F4F5F7 !important;
}
@media (max-width: 768px) {
  .testimonials .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin: 0 0 2rem !important;
  }
}
.testimonials .testimonial-container p.testimonial-quote {
  position: relative;
  background: #fff;
  padding: 3.5rem 2rem;
  font-size: 14px;
  line-height: 22px;
  border-radius: 10px;
  margin: 0 0 2.5rem;
}
.testimonials .testimonial-container p.testimonial-quote::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border-top: 15px solid #fff;
  border-top-color: #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
@media (max-width: 768px) {
  .testimonials .testimonial-container p.testimonial-quote {
    padding: 2.25rem 1.25rem;
    width: 90%;
    margin: 0 auto 2.5rem;
  }
}
.testimonials .testimonial-container p.testimonial-author {
  font-family: "TTHoves-Bold", sans-serif;
  margin: 0.75rem 0 0;
}

/* Our Team
--------------------------------------------- */
.team-leadership {
  padding-bottom: 0;
}
.team-leadership h2 {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .team-leadership h2 {
    margin-bottom: 2rem;
  }
}

.team-crue h2 {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .team-crue h2 {
    margin-bottom: 2rem;
  }
}
.team-crue .about-row {
  margin-bottom: 1rem !important;
}

.about-row {
  margin-bottom: 3rem !important;
}
.about-row .wp-block-column {
  /* wacky image swaps */
}
@media (max-width: 768px) {
  .about-row .wp-block-column {
    -ms-flex-preferred-size: calc(33.33% - 2em) !important;
        flex-basis: calc(33.33% - 2em) !important;
    margin: 0 1em;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .about-row .wp-block-column {
    -ms-flex-preferred-size: calc(50% - 1em) !important;
        flex-basis: calc(50% - 1em) !important;
    margin: 0 0.5rem;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.about-row .wp-block-column img {
  width: 100%;
  margin-bottom: 1.5rem;
}
.about-row .wp-block-column .profile1 {
  display: block;
}
.about-row .wp-block-column .profile2 {
  display: none;
}
.about-row .wp-block-column:hover .profile1, .about-row .wp-block-column:focus .profile1 {
  display: none;
}
.about-row .wp-block-column:hover .profile2, .about-row .wp-block-column:focus .profile2 {
  display: block;
}
.about-row h6 {
  margin-bottom: 4px;
}
.about-row p {
  font-size: 16px;
  line-height: 1.5;
}
.about-row:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .about-row {
    margin-bottom: 0 !important;
  }
}

/* Fellows
--------------------------------------------- */
@media (max-width: 767px) {
  .fellows-about .wp-block-columns .wp-block-column:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .fellows-about .wp-block-columns .wp-block-column:last-of-type {
    padding-bottom: 2rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.page-id-493 .numbers {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #B1DDC8), color-stop(25%, #E3F0E9));
  background: linear-gradient(to bottom, #B1DDC8 75%, #E3F0E9 25%);
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .page-id-493 .numbers .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: calc(33.33% - 2em) !important;
        flex-basis: calc(33.33% - 2em) !important;
    margin: 0 1em;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .page-id-493 .numbers .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin: 0;
  }
}
.page-id-493 .numbers .wp-block-columns:nth-of-type(2) {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .page-id-493 .numbers .wp-block-columns:nth-of-type(2) {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .page-id-493 .numbers .wp-block-columns {
    margin-bottom: 0;
  }
}

.fellows-speakers {
  padding-top: 80px;
}
.fellows-speakers .wp-block-columns .wp-block-column:first-of-type p {
  margin-bottom: 0;
}
.fellows-speakers .wp-block-columns .wp-block-column:first-of-type p:first-of-type a {
  font-family: "TTHoves-Bold", sans-serif;
}
@media (max-width: 767px) {
  .fellows-speakers .wp-block-columns .wp-block-column:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .fellows-speakers .wp-block-columns .wp-block-column:last-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 1.5rem;
  }
}
.fellows-speakers a {
  color: #000000;
}
@media (max-width: 767px) {
  .fellows-speakers {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.fellows-programming {
  padding-top: 40px;
}
.fellows-programming .wp-block-columns .wp-block-column:first-of-type {
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .fellows-programming .wp-block-columns .wp-block-column:first-of-type {
    padding: 0;
  }
}
.fellows-programming .wp-block-columns .wp-block-column:last-of-type {
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .fellows-programming .wp-block-columns .wp-block-column:last-of-type {
    padding: 0;
  }
}

.fellows-network h3 {
  margin-bottom: 2rem;
}
.fellows-network h6 {
  position: relative;
  /* colored dots */
  /* dashed line */
}
.fellows-network h6::before {
  content: "";
  background: #B1DDC8;
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin: 3rem 0 1.5rem;
}
@media (max-width: 768px) {
  .fellows-network h6::before {
    margin: 2rem 0 1rem;
  }
}
.fellows-network h6::after {
  display: block;
  position: absolute;
  content: "";
  top: 8px;
  right: 0;
  height: 5px;
  width: 80%;
  background: none;
  border-bottom: 2px dashed #E3F0E9;
}
@media (max-width: 768px) {
  .fellows-network h6::after {
    width: 85%;
  }
}

.fellows-immersive .wp-block-columns .wp-block-column:first-of-type {
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .fellows-immersive .wp-block-columns .wp-block-column:first-of-type {
    padding: 0 0 1rem;
  }
}
.fellows-immersive .icon-container {
  margin: 0 0 1.75rem;
}
.fellows-immersive .icon-container:first-of-type {
  margin-top: 1.5rem;
}

.fellows {
  background: #6D8ABB;
  padding-top: 60px;
  padding-bottom: 60px;
  /* tabbed content */
  /* year tabs */
}
.fellows .link-arrow a:after {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 14'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23B1DDC8;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.29,1.71A1,1,0,0,1,15.71.29l6,6a1,1,0,0,1,0,1.42l-6,6a1,1,0,0,1-1.42-1.42L18.59,8H1A1,1,0,1,1,1,6H18.59Z' transform='translate(0 0)'/%3E%3C/svg%3E");
}
.fellows .fellows-row:first-of-type {
  margin-top: 3rem !important;
}
@media (max-width: 767px) {
  .fellows .fellows-row:first-of-type {
    margin-top: 2rem !important;
  }
}
.fellows .wp-block-ub-tabbed-content-tabs-title {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin: 3rem auto;
}
@media (max-width: 767px) {
  .fellows .wp-block-ub-tabbed-content-tabs-title {
    margin: 2rem auto;
  }
}
.fellows .wp-block-ub-tabbed-content-tab-title-wrap {
  background: #6D8ABB !important;
  border-radius: 10px !important;
  padding: 6px 30px !important;
}
.fellows .wp-block-ub-tabbed-content-tab-title-wrap:not(:last-child) {
  margin-right: 5px;
}
.fellows .wp-block-ub-tabbed-content-tab-title-wrap.active {
  background-color: #B5C5DD !important;
}
.fellows .wp-block-ub-tabbed-content-tab-title-wrap.active .wp-block-ub-tabbed-content-tab-title {
  color: #3E6EAF;
  text-decoration: none;
}
@media (max-width: 767px) {
  .fellows .wp-block-ub-tabbed-content-tab-title-wrap {
    padding: 6px 25px !important;
  }
}
.fellows .wp-block-ub-tabbed-content-tab-title {
  font-family: "TTHoves-Bold", sans-serif;
  text-transform: uppercase;
  color: #B5C5DD;
  letter-spacing: 1px;
  font-size: 16px;
  text-decoration: underline;
}
.fellows .wp-block-ub-tabbed-content-tabs-content {
  border: 0 !important;
  padding: 0;
}
.fellows .fellows-tabbed-years .wp-block-ub-tabbed-content-tab-title-wrap {
  padding: 6px 12px !important;
}
@media (max-width: 767px) {
  .fellows {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* Fellows modal popups */
.bod-block-popup .bod-block-close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
}
.bod-block-popup .bod-block-close-btn .bod-btn {
  border: 0px !important;
  font-size: 24px;
  font-family: "TTHoves-Medium", sans-serif;
}
.bod-block-popup .bod-modal-title {
  display: none !important;
}
.bod-block-popup .bod-modal-content {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .bod-block-popup .bod-modal-content {
    padding: 3rem 1rem 2rem !important;
  }
}
.bod-block-popup .wp-block-columns img {
  width: 100%;
}
@media (max-width: 767px) {
  .bod-block-popup .wp-block-columns img {
    width: 40%;
  }
}
.bod-block-popup .wp-block-columns p:nth-of-type(1) {
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 1.3;
}
.bod-block-popup .wp-block-columns p:nth-of-type(1) a {
  font-family: "TTHoves-Bold", sans-serif;
  text-decoration: none;
  color: #000000;
}
.bod-block-popup .wp-block-columns p:nth-of-type(1) a:hover {
  color: #528251;
}
@media (max-width: 767px) {
  .bod-block-popup .wp-block-columns p:nth-of-type(1) {
    font-size: 26px;
  }
}
.bod-block-popup .wp-block-columns p:nth-of-type(2) {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.bod-block-popup .wp-block-columns p:nth-of-type(3) {
  font-size: 15px;
  font-family: "TTHoves-Bold", sans-serif;
  color: #EF7C2D;
  margin-bottom: 12px;
}
.bod-block-popup .wp-block-columns p:nth-of-type(4) {
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "TTHoves-Bold", sans-serif;
  text-transform: uppercase;
  color: #969BAB;
  margin-bottom: 12px;
}
.bod-block-popup .wp-block-columns p.impact-interest {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  font-family: "TTHoves-Bold", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #97B497;
  padding: 8px 15px;
  border-radius: 40px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .bod-block-popup .wp-block-columns p.impact-interest {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .bod-block-popup .wp-block-columns {
    margin-bottom: 1rem;
  }
}
.bod-block-popup p:last-of-type,
.bod-block-popup p.has-small-font-size {
  font-size: 14px;
  line-height: 22px;
}
.bod-block-popup p:last-of-type {
  margin-bottom: 0;
}

.bod-block-popup-wrap .bod-block-popup-closer {
  background: none !important;
  color: #474A57;
}
@media (max-width: 767px) {
  .bod-block-popup-wrap .bod-block-popup-closer {
    display: none;
  }
}

.fellows-contact .wpcf7 {
  border: 3px solid #F4F5F7;
}

/* Leadership
--------------------------------------------- */
.leadership-about .wp-block-columns:first-of-type {
  margin-bottom: 5rem;
}
.leadership-about .wp-block-columns:first-of-type .wp-block-column:first-of-type {
  padding-left: 2.5rem;
}
@media (max-width: 767px) {
  .leadership-about .wp-block-columns:first-of-type .wp-block-column:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.leadership-about .wp-block-columns:first-of-type .wp-block-column:last-of-type {
  padding-left: 2.5rem;
}
@media (max-width: 768px) {
  .leadership-about .wp-block-columns:first-of-type .wp-block-column:last-of-type {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .leadership-about .wp-block-columns:first-of-type .wp-block-column:last-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .leadership-about .wp-block-columns:first-of-type {
    margin-bottom: 3rem;
  }
}
.leadership-about .wp-block-columns:last-of-type {
  padding-right: 60px;
  padding-left: 60px;
}
.leadership-about .wp-block-columns:last-of-type .wp-block-column h6 {
  position: relative;
  /* colored dots */
  /* dashed line */
}
.leadership-about .wp-block-columns:last-of-type .wp-block-column h6::before {
  content: "";
  background: #EF7C2D;
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin: 2.5rem 0 1.5rem;
}
@media (max-width: 768px) {
  .leadership-about .wp-block-columns:last-of-type .wp-block-column h6::before {
    margin: 2rem 0 1.5rem;
  }
}
.leadership-about .wp-block-columns:last-of-type .wp-block-column h6::after {
  display: block;
  position: absolute;
  content: "";
  top: 6px;
  left: 45%;
  height: 12px;
  width: 60px;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 11.55'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23528251;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1,5H0V7H1ZM60,6,50,.23V11.77ZM1,7H51V5H1Z' transform='translate(0 -0.23)'/%3E%3C/svg%3E");
  background-size: 60px auto;
  background-repeat: no-repeat;
  background-position: 0% 0%;
}
@media (max-width: 768px) {
  .leadership-about .wp-block-columns:last-of-type .wp-block-column h6::after {
    left: 15%;
  }
}
@media (max-width: 768px) {
  .leadership-about .wp-block-columns:last-of-type .wp-block-column h6 {
    font-size: 18px;
  }
}
.leadership-about .wp-block-columns:last-of-type .wp-block-column:nth-of-type(1) h6::before {
  background: #F2CCAF;
}
.leadership-about .wp-block-columns:last-of-type .wp-block-column:nth-of-type(2) h6::before {
  background: #EF7C2D;
}
.leadership-about .wp-block-columns:last-of-type .wp-block-column:nth-of-type(3) h6::before {
  background: #528251;
}
.leadership-about .wp-block-columns:last-of-type .wp-block-column:nth-of-type(4) h6::before {
  background: #E84459;
}
.leadership-about .wp-block-columns:last-of-type .wp-block-column:nth-of-type(5) h6::before {
  background: #FAE165;
}
.leadership-about .wp-block-columns:last-of-type .wp-block-column:nth-of-type(6) h6::before {
  background: #3E6EAF;
}
.leadership-about .wp-block-columns:last-of-type .wp-block-column:nth-of-type(6) h6::after {
  display: none;
}
@media (max-width: 768px) {
  .leadership-about .wp-block-columns:last-of-type .wp-block-column:nth-of-type(6) h6::after {
    display: block;
  }
}
@media (max-width: 768px) {
  .leadership-about .wp-block-columns:last-of-type {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .leadership-rooted .wp-block-columns .wp-block-column:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.leadership-rooted .wp-block-columns .wp-block-column:last-of-type {
  padding-left: 2.5rem;
}
@media (max-width: 768px) {
  .leadership-rooted .wp-block-columns .wp-block-column:last-of-type {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .leadership-rooted .wp-block-columns .wp-block-column:last-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 1rem;
  }
}

.leadership-scholars {
  background: #EBB388;
}

@media (max-width: 767px) {
  .leadership-internship .wp-block-column:first-of-type,
.leadership-fellows .wp-block-column:first-of-type {
    padding-bottom: 1.5rem;
  }
}

.leadership-executives {
  /* headshot thumbs */
}
@media (max-width: 767px) {
  .leadership-executives .wp-block-columns .wp-block-column:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .leadership-executives .wp-block-columns .wp-block-column:last-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 2rem;
  }
}
.leadership-executives .wp-block-image {
  margin-bottom: -15px;
}
.leadership-executives p:first-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .leadership-executives .executives-headshots .wp-block-column {
    -ms-flex-preferred-size: calc(50% - 2em) !important;
        flex-basis: calc(50% - 2em) !important;
    margin: 0 1rem;
    padding: 0 !important;
  }
}

.leadership-golden-oak img[src*=svg] {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .leadership-golden-oak img[src*=svg] {
    margin-bottom: 2rem;
  }
}

.leadership-violet {
  background: #B5C5DD;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .leadership-violet .wp-block-columns .wp-block-column:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .leadership-violet .wp-block-columns .wp-block-column:last-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 1rem;
  }
}
.leadership-violet img[src*=svg] {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .leadership-violet img[src*=svg] {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .leadership-violet {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

/* Philanthropy
--------------------------------------------- */
.philanthropy-hero {
  background: url("https://notley.com/wp-content/uploads/2021/09/abstract-background-4.svg") 100% 0% no-repeat #FFFCDC;
  background-size: contain;
  padding-top: 120px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .philanthropy-hero {
    background-position: 380px 0%;
  }
}
@media (max-width: 767px) {
  .philanthropy-hero {
    padding-top: 50px;
    padding-bottom: 80px;
    background-image: url("https://notley.com/wp-content/uploads/2021/09/abstract-background-4-mobile.svg");
    background-size: 140%;
    background-position: 140px 0%;
  }
}

.philanthropy-philanthropitch {
  padding-top: 40px;
  padding-bottom: 0px;
}
.philanthropy-philanthropitch .wp-block-columns {
  margin-top: 4rem;
}
.philanthropy-philanthropitch .wp-block-columns .wp-block-column:first-of-type {
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .philanthropy-philanthropitch .wp-block-columns .wp-block-column:first-of-type {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .philanthropy-philanthropitch .wp-block-columns .wp-block-column:first-of-type {
    padding-bottom: 1rem;
  }
}
.philanthropy-philanthropitch .wp-block-columns .wp-block-column:last-of-type {
  padding-left: 1.5rem;
}
@media (max-width: 768px) {
  .philanthropy-philanthropitch .wp-block-columns .wp-block-column:last-of-type {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .philanthropy-philanthropitch .wp-block-columns {
    margin-top: 3rem;
  }
}

.philanthropy-beam .wp-block-columns .wp-block-column:first-of-type,
.philanthropy-notley-tide .wp-block-columns .wp-block-column:first-of-type,
.philanthropy-austin-monitor .wp-block-columns .wp-block-column:first-of-type {
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .philanthropy-beam .wp-block-columns .wp-block-column:first-of-type,
.philanthropy-notley-tide .wp-block-columns .wp-block-column:first-of-type,
.philanthropy-austin-monitor .wp-block-columns .wp-block-column:first-of-type {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .philanthropy-beam .wp-block-columns .wp-block-column:first-of-type,
.philanthropy-notley-tide .wp-block-columns .wp-block-column:first-of-type,
.philanthropy-austin-monitor .wp-block-columns .wp-block-column:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.philanthropy-beam .wp-block-columns .wp-block-column:last-of-type,
.philanthropy-notley-tide .wp-block-columns .wp-block-column:last-of-type,
.philanthropy-austin-monitor .wp-block-columns .wp-block-column:last-of-type {
  padding-left: 1.5rem;
}
@media (max-width: 768px) {
  .philanthropy-beam .wp-block-columns .wp-block-column:last-of-type,
.philanthropy-notley-tide .wp-block-columns .wp-block-column:last-of-type,
.philanthropy-austin-monitor .wp-block-columns .wp-block-column:last-of-type {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .philanthropy-beam .wp-block-columns .wp-block-column:last-of-type,
.philanthropy-notley-tide .wp-block-columns .wp-block-column:last-of-type,
.philanthropy-austin-monitor .wp-block-columns .wp-block-column:last-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 1rem;
  }
}

.philanthropy-community-pods .wp-block-columns .wp-block-column:first-of-type,
.philanthropy-notley-health .wp-block-columns .wp-block-column:first-of-type {
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .philanthropy-community-pods .wp-block-columns .wp-block-column:first-of-type,
.philanthropy-notley-health .wp-block-columns .wp-block-column:first-of-type {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .philanthropy-community-pods .wp-block-columns .wp-block-column:first-of-type,
.philanthropy-notley-health .wp-block-columns .wp-block-column:first-of-type {
    padding-bottom: 1rem;
  }
}
.philanthropy-community-pods .wp-block-columns .wp-block-column:last-of-type,
.philanthropy-notley-health .wp-block-columns .wp-block-column:last-of-type {
  padding-left: 1.5rem;
}
@media (max-width: 768px) {
  .philanthropy-community-pods .wp-block-columns .wp-block-column:last-of-type,
.philanthropy-notley-health .wp-block-columns .wp-block-column:last-of-type {
    padding: 0;
  }
}

/* Investments
--------------------------------------------- */
.investments-hero {
  background: url("https://notley.com/wp-content/uploads/2021/09/abstract-background-5.svg") 95% 100% no-repeat #CCDECC;
  background-size: contain;
  padding-top: 120px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .investments-hero {
    background-position: 120% 100%;
  }
}
@media (max-width: 768px) {
  .investments-hero {
    background-position: 380px 0%;
  }
}
@media (max-width: 767px) {
  .investments-hero {
    padding-top: 50px;
    padding-bottom: 80px;
    background-image: url("https://notley.com/wp-content/uploads/2021/09/abstract-background-5-mobile.svg");
    background-size: 140%;
    background-position: 150px 100%;
  }
}

.investments-cofounder {
  padding: 80px 80px;
}
.investments-cofounder h3 {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .investments-cofounder h3 {
    margin-bottom: 2rem;
  }
}
.investments-cofounder .logo-row {
  margin-bottom: 4.5rem;
}
@media (max-width: 768px) {
  .investments-cofounder .logo-row {
    margin-bottom: 0;
  }
}
.investments-cofounder .logo-row:first-of-type .wp-block-column img {
  max-height: 80px;
}
@media (max-width: 1200px) {
  .investments-cofounder .logo-row:first-of-type .wp-block-column img {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .investments-cofounder .logo-row:first-of-type .wp-block-column img {
    max-width: 125px;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .investments-cofounder {
    padding: 60px 0 50px;
  }
}
@media (max-width: 767px) {
  .investments-cofounder {
    padding: 40px 0 20px;
  }
}

.investments-other {
  padding: 80px 80px 120px;
}
.investments-other .logo-row {
  margin-bottom: 4.5rem;
}
@media (max-width: 768px) {
  .investments-other .logo-row {
    margin-bottom: 0;
  }
}
.investments-other h4 {
  padding: 1.25rem 2em;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 3rem;
  margin-bottom: 4rem;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}
@media (max-width: 767px) {
  .investments-other h4 {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .investments-other {
    padding: 40px 0 50px;
  }
}

/* Privacy Policy
--------------------------------------------- */
.privacy-policy .site-inner {
  padding: 120px 0 80px;
}

/* San Antonio
--------------------------------------------- */
.sa-hero {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .sa-hero .wp-block-columns .wp-block-column:first-of-type {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
}
@media (max-width: 767px) {
  .sa-hero {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.sa-funding {
  padding-top: 90px;
  padding-bottom: 100px;
}
.sa-funding h2 {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .sa-funding h2 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .sa-funding {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.sa-notley {
  padding-top: 180px;
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .sa-notley {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .sa-notley {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.sa-fellows {
  padding-top: 120px;
  padding-bottom: 120px;
}
.sa-fellows .wp-block-columns .wp-block-column:first-of-type {
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .sa-fellows .wp-block-columns .wp-block-column:first-of-type {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .sa-fellows .wp-block-columns .wp-block-column:first-of-type {
    padding-bottom: 1rem;
  }
}
.sa-fellows .wp-block-columns .wp-block-column:last-of-type {
  padding-left: 1.5rem;
}
@media (max-width: 768px) {
  .sa-fellows .wp-block-columns .wp-block-column:last-of-type {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .sa-fellows {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.sa-philanthropitch {
  background: #FFFCDC;
}
@media (max-width: 767px) {
  .sa-philanthropitch .wp-block-columns .wp-block-column:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .sa-philanthropitch .wp-block-columns .wp-block-column:last-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 1.5rem;
  }
}

.sa-community {
  padding-top: 80px;
  padding-bottom: 120px;
}
.sa-community h2 {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .sa-community h2 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .sa-community {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.sa-team h4 {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .sa-team h4 {
    margin-bottom: 2rem;
  }
}
.sa-team img {
  margin-bottom: 1rem;
}
.sa-team p {
  font-family: "TTHoves-Bold", sans-serif;
}
@media (max-width: 768px) {
  .sa-team .wp-block-column {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .sa-team {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background: #000000;
  padding: 100px 0 140px;
  position: relative;
}
.footer-widgets ul {
  margin-bottom: 30px;
}
.footer-widgets li {
  list-style-type: none;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .footer-widgets li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer-widgets li {
    margin-bottom: 10px;
  }
}
.footer-widgets .widget-title {
  color: #B1DDC8;
  font-family: "TTHoves-Regular", sans-serif;
  font-size: 20px;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .footer-widgets .widget-title {
    margin-bottom: 1.25rem;
  }
}
.footer-widgets a {
  color: #EEEFF4;
  text-decoration: none;
  font-family: "TTHoves-Regular", sans-serif;
}
.footer-widgets a:hover {
  text-decoration: underline;
}
.footer-widgets a svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.footer-widgets p {
  color: #fff;
}
@media (max-width: 768px) {
  .footer-widgets {
    padding: 80px 0 100px;
  }
}
@media (max-width: 767px) {
  .footer-widgets {
    padding: 50px 0 60px;
  }
  .footer-widgets .social-links li {
    display: inline-block;
    margin: 0;
  }
  .footer-widgets .social-links .label {
    display: none;
  }
  .footer-widgets .footer-widget-area {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .footer-widgets .wrap > div {
    float: left;
    margin-left: 2.7397260274%;
    width: 14.3835616438%;
  }
  .footer-widgets .wrap > div:nth-of-type(6n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .footer-widgets .wrap {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 32px;
      -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr 32px 1fr 32px 1fr;
      grid-template-columns: repeat(6, 1fr);
    }
    .footer-widgets .wrap > div {
      margin-left: 0;
      width: 100%;
    }
    .footer-widgets .wrap header, .footer-widgets .wrap nav, .footer-widgets .wrap aside, .footer-widgets .wrap footer {
      grid-column: 1/-1;
    }
  }
  .footer-widgets .footer-widgets-1 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.footer-logo {
  width: 140px;
  height: auto;
  margin: 0 0 2rem;
}

.footer-copyright {
  color: #fff;
  margin-top: 2.5rem;
  font-size: 14px;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  display: none;
  background: #3E6EAF;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  padding: 32px 0;
  text-align: center;
}
.site-footer .wrap > *:last-child {
  margin-bottom: 0;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.75);
}
.site-footer a:hover {
  color: white;
}
.site-footer .footer-links a + a {
  margin-left: 12px;
}
.site-footer .cafemedia {
  text-transform: uppercase;
}
.site-footer .backtotop {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  display: inline-block;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}
.site-footer .backtotop svg {
  fill: #fff;
  margin-left: 4px;
  vertical-align: middle;
}
.site-footer .backtotop:hover {
  background: black;
}
@media (min-width: 768px) {
  .site-footer {
    text-align: left;
  }
  .site-footer .footer-left {
    float: left;
  }
  .site-footer .footer-left > *:last-child {
    margin-bottom: 0;
  }
  .site-footer .copyright,
.site-footer .footer-links {
    display: inline-block;
    margin-right: 20px;
  }
  .site-footer .backtotop {
    float: right;
  }
}