:root {
  /* Colors: */
  --unnamed-color-002b3c: #002B3C;
  --unnamed-color-004f5b: #004F5B;
  --unnamed-color-009696: #009696;
  --unnamed-color-ffb500: #FFB500;
  --unnamed-color-ff7f39: #FF7F39;
  --unnamed-color-f94244: #F94244;
  --unnamed-color-686ea7: #686EA7;
  --unnamed-color-00629d: #00629D;
  --unnamed-color-f1f2f2: #F1F2F2;
  --unnamed-color-ffffff: #FFFFFF;
  /* Font/text values */
  --unnamed-font-family-financier-display: Financier Display;
  --unnamed-font-family-gotham: Gotham;
  --unnamed-font-style-normal: normal;
  --unnamed-font-style-italic: italic;
  --unnamed-font-weight-medium: medium;
  --unnamed-font-weight-bold: bold;
  --unnamed-font-weight-normal: normal;
  --unnamed-font-size-14: 14px;
  --unnamed-font-size-18: 18px;
  --unnamed-font-size-24: 24px;
  --unnamed-font-size-70: 70px;
  --unnamed-character-spacing-0: 0px;
  --unnamed-character-spacing-0-24: 0.24px;
  --unnamed-line-spacing-19: 19px;
  --unnamed-line-spacing-20: 20px;
  --unnamed-line-spacing-26: 26px;
  --unnamed-line-spacing-28: 28px;
  --unnamed-line-spacing-76: 76px;
}

/* Character Styles */
.unnamed-character-style-1 {
  font-family: var(--unnamed-font-family-gotham);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-normal);
  font-size: var(--unnamed-font-size-14);
  line-height: var(--unnamed-line-spacing-20);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-ffffff);
}

.box-header {
  font-family: var(--unnamed-font-family-financier-display);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-medium);
  font-size: var(--unnamed-font-size-18);
  line-height: var(--unnamed-line-spacing-19);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-000000);
}

.unnamed-character-style-2 {
  font-family: var(--unnamed-font-family-gotham);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: var(--unnamed-font-size-14);
  line-height: var(--unnamed-line-spacing-20);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-111a1e);
}

.body-copy-italics {
  font-family: var(--unnamed-font-family-gotham);
  font-style: var(--unnamed-font-style-italic);
  font-weight: var(--unnamed-font-weight-normal);
  font-size: var(--unnamed-font-size-14);
  line-height: var(--unnamed-line-spacing-20);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-111a1e);
}

.body-copy {
  font-family: var(--unnamed-font-family-gotham);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-normal);
  font-size: var(--unnamed-font-size-14);
  line-height: var(--unnamed-line-spacing-20);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-111a1e);
}

.subhead-white {
  font-family: var(--unnamed-font-family-financier-display);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-medium);
  font-size: var(--unnamed-font-size-24);
  line-height: var(--unnamed-line-spacing-26);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-ffffff);
}

.subhead-teal {
  font-family: var(--unnamed-font-family-financier-display);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-medium);
  font-size: var(--unnamed-font-size-24);
  line-height: var(--unnamed-line-spacing-28);
  letter-spacing: var(--unnamed-character-spacing-0-24);
  color: var(--unnamed-color-009696);
}

.unnamed-character-style-3 {
  font-family: var(--unnamed-font-family-financier-display);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-medium);
  font-size: var(--unnamed-font-size-70);
  line-height: var(--unnamed-line-spacing-76);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-004f5b);
}

/* 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 {
  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 */
  text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: financier;
  src: url("../fonts/financier-display-web-medium.woff2") format("woff2"), url("../fonts/financier-display-web-medium.woff") format("woff"), url("../fonts/financier-display-web-medium.eot") format("embedded-opentype");
}

@font-face {
  font-family: gotham;
  src: url("../fonts/Gotham-Book.otf") format("opentype");
}

@font-face {
  font-family: gotham;
  src: url("../fonts/Gotham-BookIta.otf") format("opentype");
  font-style: italic;
}

@font-face {
  font-family: gotham;
  src: url("../fonts/Gotham-Bold.otf") format("opentype");
  font-weight: bold;
}

@font-face {
  font-family: gotham;
  src: url("../fonts/Gotham-BoldIta.otf") format("opentype");
  font-style: italic;
  font-weight: bold;
}

* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #111A1E;
  font-size: 16px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  * {
    font-size: 16px;
  }
}

body {
  background: white;
  font-size: 16px;
}

body.no-scroll {
  overflow-y: hidden;
}

.td {
  display: table-cell;
}

.table {
  display: table;
  width: 100%;
}

.vt {
  vertical-align: top;
}

.vm {
  vertical-align: middle;
}

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

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}

section {
  width: 100%;
  padding: 4rem 0;
}

@media screen and (max-width: 767px) {
  section {
    padding: 50px 0;
  }
}

.container, .container-narrow {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .container, .container-narrow {
    max-width: 768px;
  }
}

@media screen and (max-width: 767px) {
  .container, .container-narrow {
    max-width: 100%;
  }
}

.container-narrow {
  max-width: 840px;
}

.container-narrow h2:first-child, .container-narrow h3:first-child, .container-narrow h4:first-child {
  margin-top: 0;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-container.space-between {
  justify-content: space-between;
}

.flex-container.align-center {
  align-items: center;
}

a {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  transition: 0.17s ease;
}

h1 {
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1.25;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }
}

h2 {
  font-size: 3.333rem;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.333em;
  }
}

h3 {
  font-size: 2.222rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.875em;
  }
}

h4 {
  font-size: 1.875rem;
  margin-bottom: 15px;
}

h5 {
  font-size: 1.25rem;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5 {
  font-family: "financier", Garamond, Times, Times New Roman, serif;
  font-weight: 300;
}

p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 1rem;
}

p a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
  word-break: break-all;
}

p em, p strong {
  font-size: inherit;
  color: inherit;
}

p:last-child {
  margin-bottom: 0;
}

.cta {
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  font-family: "financier", Garamond, Times, Times New Roman, serif;
  transition: background-color .15s ease,color .15s ease;
  outline: 0;
}

.cta-off-white {
  color: #dedddd;
  border-color: #dedddd;
}

.cta-off-white:hover {
  background-color: #dedddd;
  color: #111A1E;
}

.cta-teal {
  color: white;
  background-color: #009696;
}

.cta-teal:hover {
  background-color: #004F5B;
}

sup, sub {
  color: inherit;
}

#page-content p, #page-content h1, #page-content h2, #page-content h3, #page-content h4, #page-content h5, #page-content h6 {
  color: #111A1E;
}

.text-center {
  text-align: center !important;
  justify-content: center !important;
}

@media screen and (max-width: 999px) {
  body.admin-bar header .header-container {
    top: 32px;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar header .header-container {
    top: 46px;
  }
}

header {
  z-index: 1000;
  background-color: #002B3C;
  height: 5rem;
  padding: 0 3rem 0 4rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.admin-bar header {
  top: 46px;
}

@media screen and (min-width: 783px) {
  .admin-bar header {
    top: 32px;
  }
}

header.mobile-menu {
  position: static;
}

header .container, header .container-narrow {
  display: flex;
  justify-content: space-between;
}

header .header-container {
  font-size: 0;
}

header .header-container div.logo-container {
  padding: 26px 0;
  overflow: hidden;
  display: inline-block;
  font-size: 0;
  z-index: 1;
  transition: opacity .14s;
}

header .header-container div.logo-container img {
  height: 28px;
}

@media only screen and (max-width: 999px) {
  header .header-container div.logo-container img {
    height: 22px;
  }
}

@media screen and (max-width: 1000px) {
  header .header-container div.logo-container {
    padding: 21px 2rem;
  }
}

header .header-container #mobile-menu-toggle {
  cursor: pointer;
  display: none;
  align-self: center;
}

header .header-container #mobile-menu-toggle i {
  display: block;
  border-top: .125rem solid white;
  margin-bottom: .125rem;
  width: 1.5rem;
  transition: transform .15s ease,opacity .15s ease;
}

header .header-container #mobile-menu-toggle.active i {
  transform: translateY(-0.125rem) rotate(45deg);
}

header .header-container #mobile-menu-toggle.active i:first-child {
  transform: translateY(0.125rem) rotate(-45deg);
}

header .header-container #mobile-menu-toggle.active i:last-child {
  transform: none;
  opacity: 0;
}

@media screen and (max-width: 1000px) {
  header .header-container #mobile-menu-toggle {
    display: block;
    padding: 26px 1.5rem;
  }
}

@media screen and (max-width: 1000px) {
  header .header-container {
    display: flex;
    justify-content: space-between;
    background-color: #002B3C;
    box-shadow: 0 0 0.33333rem rgba(53, 55, 62, 0.25);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 4rem;
  }
}

header div.nav-container {
  position: relative;
  display: flex;
  align-items: flex-end;
}

header div.nav-container nav {
  display: inline-block;
  height: 100%;
  white-space: nowrap;
}

header div.nav-container nav ul.menu {
  margin: 0;
  padding-left: 0;
  height: 100%;
  list-style-type: none;
  display: inline-flex;
  transition: 0.12s ease-out;
}

header div.nav-container nav ul.menu > li {
  display: inline-flex;
  align-items: center;
  height: 100%;
  vertical-align: top;
  position: relative;
}

header div.nav-container nav ul.menu > li > a {
  padding: 33px 21px;
  font-weight: 300;
  font-size: .8rem;
  letter-spacing: .65px;
  text-transform: uppercase;
  color: white;
  position: relative;
  line-height: 1;
  display: block;
  transition: 0.17s ease;
}

header div.nav-container nav ul.menu > li > a:hover {
  text-decoration: underline;
}

header div.nav-container nav ul.menu > li.current-menu-item > a, header div.nav-container nav ul.menu > li.current-menu-parent > a {
  text-decoration: underline;
}

header div.nav-container nav ul.menu > li > ul.sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #002B3C;
  height: auto;
  width: 200%;
  border: 1px solid rgba(53, 55, 62, 0.1);
  border-top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease;
  list-style-type: none;
  padding: 0;
  z-index: 10;
}

header div.nav-container nav ul.menu > li > ul.sub-menu > li {
  background-color: #002B3C;
  transition: 0.17s ease;
}

header div.nav-container nav ul.menu > li > ul.sub-menu > li > a {
  display: block;
  padding: .5rem 1rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .8rem;
  color: white;
}

header div.nav-container nav ul.menu > li > ul.sub-menu > li:hover > a {
  text-decoration: underline;
}

header div.nav-container nav ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  pointer-events: all;
}

@media only screen and (max-width: 999px) {
  header div.nav-container {
    display: none;
    margin-top: 4rem;
  }
  header div.nav-container nav {
    width: 100%;
  }
  header div.nav-container nav ul.menu {
    display: block;
    height: auto;
  }
  header div.nav-container nav ul.menu > li {
    display: block;
    height: auto;
  }
  header div.nav-container nav ul.menu > li > a {
    padding: 1rem 2rem;
  }
  header div.nav-container nav ul.menu > li > ul.sub-menu {
    display: block;
    pointer-events: all;
    opacity: 1;
    position: relative;
    border: none;
    width: 100%;
  }
  header div.nav-container nav ul.menu > li > ul.sub-menu > li a {
    width: calc(100% - 2rem);
    padding: 1rem 2rem 1rem 1.5rem;
    margin-left: 2rem;
    border-left: 2px solid rgba(53, 55, 62, 0.1);
  }
}

@media only screen and (max-width: 999px) and (max-width: 999px) {
  header div.nav-container.show {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  header {
    height: auto;
    flex-direction: column;
    padding: 0;
  }
}

#main-content {
  margin-top: 80px;
}

@media only screen and (max-width: 999px) {
  #main-content {
    margin-top: 4rem;
  }
  #main-content.hide {
    display: none;
  }
}

footer {
  background: #009696;
}

footer .container, footer .container-narrow {
  padding: 50px 0;
}

footer .container .footer-menu, footer .container-narrow .footer-menu {
  width: 25%;
}

footer .container .footer-menu h3, footer .container-narrow .footer-menu h3 {
  color: white;
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  footer .container .footer-menu h3, footer .container-narrow .footer-menu h3 {
    margin-bottom: 15px;
  }
}

footer .container .footer-menu ul, footer .container-narrow .footer-menu ul {
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
  list-style-type: none;
}

footer .container .footer-menu ul li a, footer .container-narrow .footer-menu ul li a {
  color: white;
  padding: .25rem 0;
  font-size: 14px;
  text-decoration: none;
}

footer .container .footer-menu ul li a:after, footer .container-narrow .footer-menu ul li a:after {
  content: ' >';
}

footer .container .footer-menu ul li a:hover, footer .container-narrow .footer-menu ul li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  footer .container .footer-menu, footer .container-narrow .footer-menu {
    width: 100%;
  }
}

footer .container .hym h3, footer .container-narrow .hym h3 {
  color: white;
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 40px;
}

footer .container .hym-text p, footer .container-narrow .hym-text p {
  color: white;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
}

footer .container .hym-text p a, footer .container-narrow .hym-text p a {
  text-decoration: none;
  font-weight: bold;
}

footer .container .hym-text p a:hover, footer .container-narrow .hym-text p a:hover {
  text-decoration: underline;
}

footer .container .hym-text p:last-child, footer .container-narrow .hym-text p:last-child {
  padding-bottom: 0;
}

footer .container .hym-logo, footer .container-narrow .hym-logo {
  text-align: right;
  width: 20%;
}

footer .container .hym-logo img, footer .container-narrow .hym-logo img {
  width: 110px;
  margin-left: 2rem;
  opacity: 50%;
}

@media only screen and (min-width: 1000px) {
  footer .container .hym-logo img, footer .container-narrow .hym-logo img {
    margin-top: 66px;
  }
}

@media only screen and (max-width: 999px) {
  footer .container .hym-logo, footer .container-narrow .hym-logo {
    width: 33.3% !important;
    margin-left: 66.6%;
  }
}

@media only screen and (max-width: 767px) {
  footer .container .hym-logo, footer .container-narrow .hym-logo {
    width: 100% !important;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  footer .container .hym, footer .container-narrow .hym {
    width: 100%;
  }
}

footer .container .logo-container a, footer .container-narrow .logo-container a {
  display: block;
  width: 120px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  footer .container .logo-container a, footer .container-narrow .logo-container a {
    margin: 0;
  }
}

footer .container .logo-container img, footer .container-narrow .logo-container img {
  width: 120px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  footer .container .logo-container img, footer .container-narrow .logo-container img {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  footer .container .logo-container, footer .container-narrow .logo-container {
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  footer {
    padding: 40px 2rem 20px;
  }
}

.copyright-container {
  background-color: #004F5B;
  padding: 0;
}

@media only screen and (max-width: 999px) {
  .copyright-container .flex-container {
    display: block;
  }
}

.copyright-container .footer-links a {
  padding: 13px 0;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1000px) {
  .copyright-container .footer-links a:first-of-type {
    margin-right: 40px;
  }
}

.copyright-container .footer-links a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 999px) {
  .copyright-container .footer-links a {
    display: block;
    padding: 1rem 2rem;
  }
}

@media only screen and (max-width: 999px) {
  .copyright-container .footer-links a {
    display: block;
    padding: 1rem 2rem;
  }
  .copyright-container .footer-links a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.copyright-container .copyright {
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  padding: 13px;
}

@media only screen and (max-width: 999px) {
  .copyright-container .copyright {
    padding: 1rem 2rem;
  }
}

@media only screen and (max-width: 999px) {
  .copyright-container {
    padding: 0;
  }
}

div#cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #009696;
  box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.3);
  padding: 20px 40px;
  text-align: center;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transition: .17s ease;
  transform: translate3d(0, 15px, 0);
}

div#cookie-message p {
  display: inline-block;
  width: calc(100% - 262px);
  margin-right: 50px;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  div#cookie-message p {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
}

div#cookie-message .cookie-accept {
  display: inline-block;
  width: 180px;
  vertical-align: middle;
}

div#cookie-message .cookie-deny {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  vertical-align: middle;
}

div#cookie-message.show {
  visibility: visible;
  opacity: 1;
  transform: translateZ(0);
}

@media only screen and (max-width: 767px) {
  div#cookie-message {
    padding: 10px 15px;
  }
}

@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(6px) rotate(0deg);
  }
  100% {
    transform: translateY(6px) rotate(135deg);
  }
}

@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(6px) rotate(0deg);
  }
  100% {
    transform: translateY(6px) rotate(135deg);
  }
}

@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-6px) rotate(0deg);
  }
  100% {
    transform: translateY(-6px) rotate(135deg);
  }
}

@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-6px) rotate(0deg);
  }
  100% {
    transform: translateY(-6px) rotate(135deg);
  }
}

body.single-post section.title .text h1 {
  font-size: 70px;
  line-height: 76px;
  padding: 0 3.5rem;
  text-align: center;
  margin: 0;
  word-break: break-word;
  color: #004F5B;
}

@media only screen and (max-width: 767px) {
  body.single-post section.title .text h1 {
    font-size: 44px;
    line-height: 48px;
    padding: 0 20px;
  }
}

body.single-post section#post {
  text-align: left;
}

body.single-post section#post .post-wrapper {
  padding: 0 4rem;
}

@media only screen and (max-width: 767px) {
  body.single-post section#post .post-wrapper {
    padding: 0;
  }
}

body.single-post section#post .post-image img {
  margin: 0 auto;
}

body.single-post section#post .post-content {
  padding: 2rem;
  word-break: break-word;
}

body.single-post section#post .post-content iframe {
  max-width: 100%;
}

body.single-post section#post .post-content blockquote p span {
  font-size: inherit;
}

body.single-post section#post .author {
  display: flex;
  align-items: flex-start;
  padding: 2rem;
}

body.single-post section#post .author img {
  width: 38.2%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  body.single-post section#post .author img {
    width: 100%;
  }
}

body.single-post section#post .author .text {
  width: 61.8%;
  padding-left: 2rem;
}

body.single-post section#post .author .text h3 {
  padding-top: 1rem;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

@media only screen and (max-width: 999px) {
  body.single-post section#post .author .text h3 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  body.single-post section#post .author .text h3 {
    padding-top: 1rem;
  }
}

body.single-post section#post .author .text p.position {
  margin: 0;
}

body.single-post section#post .author .text div.bio {
  width: 80%;
  padding: 1rem 0;
}

body.single-post section#post .author .text div.bio p {
  margin-top: 0;
}

@media only screen and (max-width: 999px) {
  body.single-post section#post .author .text div.bio {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body.single-post section#post .author .text div.bio {
    padding: 1rem 1rem 0;
  }
}

@media only screen and (max-width: 767px) {
  body.single-post section#post .author .text {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  body.single-post section#post .author {
    display: block;
  }
}

body.single-service section.related-services {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media only screen and (min-width: 1000px) {
  body.single-service section.related-services .container, body.single-service section.related-services .container-narrow {
    padding: 0 2rem;
  }
}

body.single-service section.related-services h2 {
  color: white;
  font-size: 24px;
}

body.single-service section.related-services svg {
  margin-bottom: 1rem;
}

body.single-service section.related-services svg path {
  fill: #dedddd;
}

body.single-service section.related-services .body {
  padding: 0;
}

body.single-service section.related-services .body p {
  color: white;
  font-size: 14px;
}

body.single-service section.related-services .related {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: stretch;
  margin-top: 4rem;
}

body.single-service section.related-services .related .post {
  width: calc(50% - 25px);
  padding: 0 .25rem 2rem .25rem;
}

body.single-service section.related-services .related .post a {
  display: block;
  background-color: #f1f2f2;
  transition: all .17s;
}

body.single-service section.related-services .related .post a:hover {
  background-color: white;
}

body.single-service section.related-services .related .post div.image {
  height: 10rem;
  background-size: cover;
}

body.single-service section.related-services .related .post div.image img {
  visibility: hidden;
  height: 0;
}

@media only screen and (max-width: 767px) {
  body.single-service section.related-services .related .post div.image img {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  body.single-service section.related-services .related .post div.image {
    height: auto;
  }
}

body.single-service section.related-services .related .post .text {
  padding: 25px 25px 1.75rem;
  text-align: center;
}

body.single-service section.related-services .related .post .text h5 {
  font-size: 24px;
  padding-top: 0;
  font-weight: normal;
  margin: 0;
  font-family: "financier", Garamond, Times, Times New Roman, serif;
  color: #002B3C;
  padding-bottom: 0;
  transition: all .17s;
}

body.single-service section.related-services .related .post .text h5:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 20px auto;
  background-color: #009696;
  transition: all .17s;
}

body.single-service section.related-services .related .post .text p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
  transition: all .17s;
  color: #002B3C;
}

@media only screen and (max-width: 767px) {
  body.single-service section.related-services .related .post .text {
    padding: 2rem;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  body.single-service section.related-services .related .post {
    padding: 0 0 2rem;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body.single-service section.related-services .related {
    padding: 0;
  }
}

body.single-service section.related-services .cta {
  margin-top: 0;
}

body.single-service section.service-details .title-section .description {
  padding-bottom: 2rem;
}

body.single-service section.service-details .details {
  display: flex;
  padding: 0 85px;
  justify-content: center;
}

body.single-service section.service-details .details .text {
  width: calc(50% - 25px);
  text-align: left;
  align-self: flex-start;
}

body.single-service section.service-details .details .text p {
  font-size: 14px;
}

body.single-service section.service-details .details .text p:first-of-type {
  margin-top: 0;
}

body.single-service section.service-details .details .text li {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  body.single-service section.service-details .details .text {
    width: 100%;
  }
}

body.single-service section.service-details .details .list {
  width: 100%;
  max-width: 500px;
  text-align: left;
  align-self: flex-start;
}

body.single-service section.service-details .details .list p {
  font-size: 14px;
  margin-top: 0;
}

body.single-service section.service-details .details .list ul {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}

body.single-service section.service-details .details .list ul li {
  font-size: 14px;
  padding: 28px 0 75px;
  border-top: 2px solid #009696;
  display: flex;
}

body.single-service section.service-details .details .list ul li .item-name {
  width: 50%;
  font-weight: bold;
  font-size: 14px;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  body.single-service section.service-details .details .list ul li .item-name {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
}

body.single-service section.service-details .details .list ul li .item-description {
  width: 50%;
}

body.single-service section.service-details .details .list ul li .item-description p {
  margin-bottom: 10px;
}

body.single-service section.service-details .details .list ul li .item-description p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  body.single-service section.service-details .details .list ul li .item-description {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body.single-service section.service-details .details .list ul li {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  body.single-service section.service-details .details .list {
    width: 100%;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  body.single-service section.service-details .details {
    flex-wrap: wrap;
    padding: 0 2rem;
  }
}

body.single-work section.hero h1 {
  color: white;
  text-transform: uppercase;
}

body.single-work section.content {
  padding-top: 2rem;
}

body.single-work section.content h1 {
  margin-top: 0;
  font-size: 4.375rem;
  color: #004F5B;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  body.single-work section.content h1 {
    font-size: 2.5rem;
  }
}

body.single-work section.content h2 {
  font-size: 1.5rem;
  color: #009696;
  margin: 0 0 3rem 0;
}

body.single-work section.content .title {
  padding: 0 85px;
}

@media only screen and (max-width: 767px) {
  body.single-work section.content .title {
    padding: 0 2rem;
  }
}

body.single-work section.content .post-content {
  display: flex;
  padding: 0 85px;
  justify-content: space-between;
}

body.single-work section.content .post-content .left-col, body.single-work section.content .post-content .right-col {
  width: calc(50% - 25px);
  text-align: left;
  align-self: flex-start;
}

body.single-work section.content .post-content .left-col p, body.single-work section.content .post-content .right-col p {
  font-size: 14px;
}

body.single-work section.content .post-content .left-col p:first-of-type, body.single-work section.content .post-content .right-col p:first-of-type {
  margin-top: 0;
}

body.single-work section.content .post-content .left-col li, body.single-work section.content .post-content .right-col li {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  body.single-work section.content .post-content .left-col, body.single-work section.content .post-content .right-col {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body.single-work section.content .post-content .right-col {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body.single-work section.content .post-content {
    flex-wrap: wrap;
    padding: 0 2rem;
  }
}

body.single-work .media img {
  margin-bottom: 1.5rem;
}

body.single-work .media .video-container {
  width: 100%;
  padding-bottom: 56%;
  margin-bottom: 1.5rem;
  position: relative;
  background-color: #000;
  font-size: 0;
}

body.single-work .media .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

section {
  background-size: cover;
  background-position: center center;
  text-align: center;
}

section .container .title-section, section .container-narrow .title-section {
  width: 81%;
  margin: 0 auto;
  padding: 0 2rem;
}

section .container .title-section h1, section .container-narrow .title-section h1 {
  font-size: 70px;
  line-height: 76px;
  margin-top: 0;
  margin-bottom: 48px;
}

section .container .title-section h1 ~ h2, section .container-narrow .title-section h1 ~ h2 {
  margin-top: -23px;
}

@media only screen and (max-width: 767px) {
  section .container .title-section h1, section .container-narrow .title-section h1 {
    font-size: 52px;
    line-height: 56px;
  }
}

section .container .title-section h2, section .container-narrow .title-section h2 {
  font-size: 1.5rem;
  margin: 0;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  section .container .title-section, section .container-narrow .title-section {
    width: 100%;
  }
}

section svg.separator {
  margin: 1rem auto 3rem;
  display: block;
}

section svg.separator.separator-2 path:first-of-type {
  transform: translateX(-16px);
}

section svg.separator.separator-3 {
  width: 50px;
}

section .body {
  text-align: center;
  width: 81%;
  margin: 0 auto;
  padding: 0 2rem 2rem 2rem;
}

section .body p {
  font-size: 16px;
  padding-bottom: 1rem;
  margin: 0;
}

section .body p img {
  margin-left: auto;
  margin-right: auto;
}

section .body p:last-child {
  padding-bottom: 0;
}

section .body li {
  font-size: 16px;
}

section .body h1, section .body h2, section .body h3 {
  font-size: 1.25rem;
  padding: 1.5rem 0 1.75rem;
  margin: 0;
}

section .body h2 {
  font-size: 1.5rem;
}

section .body * {
  color: inherit;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  section .body {
    width: 100%;
  }
}

section .cta {
  margin: 1rem auto 0;
  display: inline-block;
}

section.text-grey h1, section.text-grey h2, section.text-grey h3, section.text-grey h4, section.text-grey h5, section.text-grey h6 {
  color: #009696;
}

section.text-grey svg.separator path {
  fill: #111A1E;
}

section.text-grey .body {
  color: #111A1E;
}

section.text-grey .body *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  color: inherit;
}

section.text-grey .body p a, section.text-grey .body li a {
  color: #009696 !important;
}

section.text-off-white h1, section.text-off-white h2, section.text-off-white h3, section.text-off-white h4, section.text-off-white h5, section.text-off-white h6 {
  color: #dedddd;
}

section.text-off-white svg.separator path {
  fill: #dedddd;
}

section.text-off-white .body {
  color: #dedddd;
}

section.text-off-white .body *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  color: inherit;
}

section.text-white h1, section.text-white h2, section.text-white h3, section.text-white h4, section.text-white h5, section.text-white h6 {
  color: white;
}

section.text-white svg.separator path {
  fill: white;
}

section.text-white .body {
  color: white;
}

section.text-white .body *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  color: inherit;
}

section.heading-grey {
  /* Teal */
}

section.heading-grey h1 {
  color: #004F5B;
}

section.heading-grey h2, section.heading-grey h3, section.heading-grey h4, section.heading-grey h5, section.heading-grey h6 {
  color: #009696;
}

section.heading-grey svg.separator path {
  fill: #111A1E;
}

section.heading-off-white h1, section.heading-off-white h2, section.heading-off-white h3, section.heading-off-white h4, section.heading-off-white h5, section.heading-off-white h6 {
  color: #dedddd;
}

section.heading-off-white svg.separator path {
  fill: #dedddd;
}

section.heading-white h1, section.heading-white h2, section.heading-white h3, section.heading-white h4, section.heading-white h5, section.heading-white h6 {
  color: white;
}

section.heading-white svg.separator path {
  fill: white;
}

section.background-light-grey {
  background-color: #f1f2f2;
}

section.background-dark-grey {
  background-color: #111A1E;
}

section.background-white + .background-white, section.background-light-grey + .background-light-grey, section.background-dark-grey + .background-dark-grey {
  padding-top: 0;
}

section.hero {
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  min-height: 39.4vw;
  position: relative;
}

section.hero .curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  font-size: 0;
  z-index: 4;
}

section.hero .curve svg {
  width: 100%;
}

section.hero .title-container {
  width: 100%;
}

section.hero .title-container h1 {
  font-size: 84px;
  line-height: 90px;
  margin-top: 0;
  color: white;
  text-align: center;
  position: relative;
  z-index: 4;
}

@media only screen and (max-width: 767px) {
  section.hero .title-container h1 {
    font-size: 52px;
    line-height: 56px;
  }
}

section.hero .title-container:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.4);
}

section.hero .video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  max-width: 100%;
}

section.hero .video-embed iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}

section.hero.sub {
  min-height: 20vw;
}

section.small-text .body {
  text-align: left;
}

section.small-text .body h1, section.small-text .body h2, section.small-text .body h3 {
  text-align: left;
}

section.small-text .body p {
  font-size: 1rem;
}

section.small-text .body ul {
  padding-left: 1.5rem;
}

section.single-video {
  background-size: auto 62%;
  background-repeat: no-repeat;
  background-position: center 0;
  position: relative;
}

section.single-video .body {
  position: relative;
  z-index: 2;
}

section.single-video .video-container-outer {
  padding: 2rem;
}

section.single-video .video-container-outer .video-container {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  background-color: #000;
  font-size: 0;
  z-index: 2;
}

section.single-video .video-container-outer .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

section.single-video .cta {
  margin-top: 1rem;
}

section.single-video .molecules {
  position: absolute;
  width: 200px;
  z-index: 0;
}

section.single-video .molecules.left {
  left: 0;
  top: -40px;
}

section.single-video .molecules.right {
  right: 0;
  top: 40%;
}

section.single-video .molecules.right img {
  transform: scale(-1);
}

@media only screen and (max-width: 1000px) {
  section.single-video .molecules {
    width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  section.single-video .molecules {
    display: none;
  }
}

@media only screen and (min-width: 1000px) {
  section.single-video {
    padding-top: 6.25rem;
    padding-bottom: 8.25rem;
  }
}

section.all-videos {
  background-color: #f1f2f2;
}

section.all-videos .container, section.all-videos .container-narrow {
  padding: 2rem;
}

section.all-videos .container > h2, section.all-videos .container-narrow > h2 {
  padding: 0 1.5rem;
}

section.all-videos .main-video {
  padding-top: 5rem;
}

section.all-videos .main-video .video-container-outer .video-container {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  background-color: #000;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.6);
  font-size: 0;
}

section.all-videos .main-video .video-container-outer .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

section.all-videos .main-video .text {
  padding-top: 2rem;
}

section.all-videos .main-video .text h3 {
  font-size: 1.5rem;
  font-style: italic;
  font-family: "gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-top: 2rem;
  margin-bottom: 0;
}

section.all-videos .main-video .text p.subtitle {
  font-size: 1.5rem;
  margin-top: 0;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-family: "financier", Garamond, Times, Times New Roman, serif;
}

section.all-videos .main-video .text p.subtitle:before {
  display: block;
  content: "";
  width: 4rem;
  height: 1px;
  margin: 1rem auto;
  background-color: #35373e;
}

section.all-videos .main-video .text .description {
  width: 75%;
  margin: 0 auto;
  padding: 0 2rem;
}

section.all-videos .main-video .text .description p {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  section.all-videos .main-video .text .description {
    width: 100%;
  }
}

section.all-videos .videos {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

section.all-videos .videos .video {
  width: 50%;
  display: flex;
  padding: 1rem;
}

section.all-videos .videos .video-inner {
  cursor: pointer;
  box-shadow: 0 0.75rem 2rem rgba(53, 55, 62, 0.34);
  transition: box-shadow .15s ease;
}

section.all-videos .videos .video-inner .image-relative {
  height: 16rem;
  position: relative;
  background-color: black;
}

section.all-videos .videos .video-inner .image-relative .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  opacity: .8;
}

section.all-videos .videos .video-inner .image-relative h5 {
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-size: 1rem;
  font-family: "gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: italic;
  color: #dedddd;
  margin: 0;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

section.all-videos .videos .video-inner .image-relative svg {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

section.all-videos .videos .video-inner .image-relative svg path {
  fill: #dedddd;
}

section.all-videos .videos .video-inner .image-relative svg line {
  stroke: #dedddd;
  stroke-width: 6;
}

@media only screen and (max-width: 767px) {
  section.all-videos .videos .video-inner .image-relative {
    height: 10rem;
  }
}

section.all-videos .videos .video-inner .text {
  text-align: left;
  padding: 1.5rem;
}

section.all-videos .videos .video-inner .text h4 {
  padding-bottom: .5rem;
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
  letter-spacing: .15em;
  text-transform: uppercase;
}

section.all-videos .videos .video-inner .text p {
  margin-top: 0;
}

section.all-videos .videos .video:hover .video-inner {
  box-shadow: 0 1rem 2rem rgba(53, 55, 62, 0.5);
}

section.all-videos .videos .video:first-of-type {
  display: none;
}

@media only screen and (max-width: 767px) {
  section.all-videos .videos .video {
    width: 100%;
  }
}

@media only screen and (min-width: 1000px) {
  section.all-videos {
    padding-bottom: 6.25rem;
  }
}

section.client-grid .container, section.client-grid .container-narrow {
  padding: 0;
}

section.client-grid .grid-row {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

section.client-grid .grid-row .grid-client {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
}

section.client-grid .grid-row .grid-client img {
  align-self: center;
  flex-shrink: 0;
}

@media only screen and (max-width: 999px) {
  section.client-grid .grid-row .grid-client {
    border-right: none;
  }
}

@media only screen and (max-width: 767px) {
  section.client-grid .grid-row .grid-client {
    width: 100%;
  }
}

section.posts-block {
  position: relative;
}

section.posts-block .body {
  padding-bottom: 4rem;
}

section.posts-block .posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-items: stretch;
}

section.posts-block .posts .post {
  width: calc(33.33333% - 33px);
  padding: 0 .25rem 1rem .25rem;
}

section.posts-block .posts .post a {
  display: block;
  background-color: #f1f2f2;
  transition: opacity .15s ease;
  height: 100%;
}

section.posts-block .posts .post a:hover {
  opacity: .85;
}

section.posts-block .posts .post div.image {
  height: 10rem;
  background-size: cover;
}

section.posts-block .posts .post div.image img {
  visibility: hidden;
  height: 0;
}

@media only screen and (max-width: 767px) {
  section.posts-block .posts .post div.image img {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  section.posts-block .posts .post div.image {
    height: auto;
  }
}

section.posts-block .posts .post .text {
  padding: 25px 25px 1.75rem;
  text-align: center;
}

section.posts-block .posts .post .text p.date {
  margin: 0;
  font-family: "financier", Garamond, Times, Times New Roman, serif;
  font-size: 1.125rem;
}

section.posts-block .posts .post .text h5 {
  font-size: 14px;
  padding-top: 0;
  font-weight: 700;
  margin: 0;
  font-family: "gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #111A1E;
  padding-bottom: 0;
}

section.posts-block .posts .post .text h5:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 20px auto;
}

section.posts-block .posts .post .text p.excerpt {
  font-size: 14px;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  section.posts-block .posts .post .text {
    padding: 2rem;
    text-align: center;
  }
}

section.posts-block .posts .post:nth-child(3n+1) h5:before {
  background-color: #F94244;
}

section.posts-block .posts .post:nth-child(3n+2) h5:before {
  background-color: #00629D;
}

section.posts-block .posts .post:nth-child(3n) h5:before {
  background-color: #FFB500;
}

section.posts-block .posts .post:nth-child(n+4) {
  padding-top: 2rem;
}

@media only screen and (max-width: 767px) {
  section.posts-block .posts .post {
    padding: 0 0 2rem;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  section.posts-block .posts {
    padding: 0;
  }
}

section.team .body {
  padding-bottom: 4rem;
}

section.team .team-members {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

section.team .team-members .team-member {
  width: calc(33.33333% - 33px);
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2rem;
  position: relative;
  cursor: pointer;
}

section.team .team-members .team-member .image {
  height: 20rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity .15s ease;
}

section.team .team-members .team-member .image img {
  visibility: none;
  height: 0;
}

@media only screen and (max-width: 767px) {
  section.team .team-members .team-member .image img {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  section.team .team-members .team-member .image {
    height: auto;
  }
}

section.team .team-members .team-member .text {
  width: 100%;
  padding: 40px 1rem;
  text-align: center;
  background-color: #f1f2f2;
  opacity: 1;
  transition: opacity .15s ease;
}

section.team .team-members .team-member .text h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #002B3C;
  font-family: "financier", Garamond, Times, Times New Roman, serif;
}

section.team .team-members .team-member .text h3:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 20px auto;
  background-color: #009696;
}

section.team .team-members .team-member .text p {
  margin: 0;
  color: #002B3C;
  font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
  section.team .team-members .team-member .text {
    text-align: center;
  }
}

section.team .team-members .team-member .bio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  background-color: #002B3C;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .15s ease;
}

section.team .team-members .team-member .bio .bio-inner {
  max-width: 100%;
}

section.team .team-members .team-member .bio .bio-inner p {
  color: #eee;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  section.team .team-members .team-member .bio {
    font-size: 1.2rem;
  }
}

section.team .team-members .team-member a.linkedin {
  color: #fff;
  line-height: 0;
  z-index: 10;
  transition: background-color .15s ease;
}

section.team .team-members .team-member a.linkedin svg {
  width: 36px;
  opacity: 1;
  transition: all .17s;
}

section.team .team-members .team-member a.linkedin:hover svg {
  opacity: .8;
}

section.team .team-members .team-member.bio-show .bio {
  opacity: 1;
}

section.team .team-members .team-member.bio-show .text {
  opacity: 0;
}

section.team .team-members .team-member:hover .image {
  opacity: .75;
}

section.team .team-members .team-member:nth-child(n+4) {
  margin-top: 2rem;
}

@media only screen and (max-width: 999px) {
  section.team .team-members .team-member {
    width: 100%;
    left: auto;
    max-width: 25rem;
    margin: 0 auto;
    margin-bottom: 2rem;
    border: none;
  }
}

@media only screen and (max-width: 999px) {
  section.team .team-members {
    width: 768px;
  }
}

@media only screen and (max-width: 767px) {
  section.team .team-members {
    width: 100%;
  }
}

section.team .cta-block {
  padding: 3rem 2rem 4rem;
}

section.team .cta-block.background-image {
  background-size: auto 100%;
  background-position: center center;
  margin-top: 1.5rem;
}

section.team .cta-block.background-image h2 {
  color: white;
  margin-bottom: 0;
}

section.team .cta-block.background-image p {
  color: white;
}

section.team .cta-block .title-section, section.team .cta-block .body {
  padding-left: 0;
  padding-right: 0;
}

section.team .cta-block .body {
  max-width: 560px;
  padding-bottom: 3rem;
}

section.team .cta-block .cta {
  margin-top: 0;
}

section.team .cta-block h2 {
  color: #009696;
}

section.team .cta-block p {
  color: #002B3C;
}

section.icons-grid {
  background-color: #f1f2f2;
}

section.icons-grid .icons {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

section.icons-grid .icons .icon {
  width: 25%;
  position: relative;
}

section.icons-grid .icons .icon img.icon {
  width: auto;
  height: auto;
  max-height: 11rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 999px) {
  section.icons-grid .icons .icon img.icon {
    width: 8rem;
    height: 8rem;
  }
}

section.icons-grid .icons .icon img.hover {
  position: absolute;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 0;
  width: 8rem;
  height: 8rem;
  transition: opacity .15s ease;
}

@media only screen and (min-width: 768px) {
  section.icons-grid .icons .icon img.hover {
    right: 2rem;
  }
}

section.icons-grid .icons .icon h5 {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  height: 4rem;
  padding: 1rem 1rem 2rem 1rem;
  text-align: center;
  margin: 0;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
  color: #111A1E;
}

@media only screen and (max-width: 999px) {
  section.icons-grid .icons .icon {
    width: 34%;
  }
}

@media only screen and (max-width: 768px) {
  section.icons-grid .icons .icon {
    width: 45%;
  }
}

@media only screen and (max-width: 999px) {
  section.icons-grid .icons {
    max-width: 768px;
  }
}

section.services-grid .services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-items: stretch;
  margin-top: 1rem;
}

section.services-grid .services .post {
  width: calc(50% - 25px);
  padding: 0 .25rem 3rem .25rem;
  display: flex;
}

section.services-grid .services .post a {
  display: block;
  background-color: #f1f2f2;
  transition: all .17s;
  width: 100%;
}

section.services-grid .services .post a:hover {
  background-color: white;
}

section.services-grid .services .post div.image {
  height: 10rem;
  background-size: cover;
  background-position: center center;
}

section.services-grid .services .post div.image img {
  visibility: hidden;
  height: 0;
}

@media only screen and (max-width: 767px) {
  section.services-grid .services .post div.image img {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  section.services-grid .services .post div.image {
    height: auto;
  }
}

section.services-grid .services .post .text {
  padding: 25px 25px 1.75rem;
  text-align: center;
}

section.services-grid .services .post .text h5 {
  font-size: 24px;
  padding-top: 0;
  font-weight: normal;
  margin: 0;
  font-family: "financier", Garamond, Times, Times New Roman, serif;
  color: #002B3C;
  padding-bottom: 0;
  transition: all .17s;
}

section.services-grid .services .post .text h5:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 20px auto;
  background-color: #009696;
  transition: all .17s;
}

section.services-grid .services .post .text p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
  transition: all .17s;
  color: #002B3C;
}

@media only screen and (max-width: 767px) {
  section.services-grid .services .post .text {
    padding: 2rem;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  section.services-grid .services .post {
    padding: 0 0 2rem;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  section.services-grid .services {
    padding: 0;
  }
}

section.jobs-grid {
  background-color: #f1f2f2;
}

section.jobs-grid h2 {
  color: #009696;
}

section.jobs-grid .jobs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-items: stretch;
  margin-top: 1rem;
}

section.jobs-grid .jobs .post {
  width: calc(50% - 25px);
  display: flex;
  margin-top: 50px;
}

section.jobs-grid .jobs .post .text {
  padding: 40px 3.5rem 3rem;
  background-color: white;
  text-align: center;
}

section.jobs-grid .jobs .post .text h5 {
  font-size: 24px;
  padding-top: 0;
  font-weight: normal;
  margin: 0;
  font-family: "financier", Garamond, Times, Times New Roman, serif;
  color: #002B3C;
  padding-bottom: 0;
  transition: all .17s;
}

section.jobs-grid .jobs .post .text h5:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 20px auto;
  background-color: #009696;
  transition: all .17s;
}

section.jobs-grid .jobs .post .text p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
  transition: all .17s;
  color: #002B3C;
}

section.jobs-grid .jobs .post .text .cta {
  margin-top: 3rem;
}

@media only screen and (max-width: 767px) {
  section.jobs-grid .jobs .post .text {
    padding: 2rem;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  section.jobs-grid .jobs .post:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  section.jobs-grid .jobs .post {
    width: 100%;
  }
  section.jobs-grid .jobs .post:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  section.jobs-grid .jobs {
    padding: 0;
  }
}

section.list_blocks .blocks {
  margin-top: 20px;
}

section.list_blocks .blocks .block {
  font-size: 14px;
  padding: 28px 0 75px;
  border-top: 2px solid #009696;
  display: flex;
  text-align: left;
  max-width: 660px;
  margin: 0 auto;
}

section.list_blocks .blocks .block .list-title {
  width: 50%;
  font-weight: bold;
  font-size: 14px;
  padding-right: 20px;
}

section.list_blocks .blocks .block .list-title h3 {
  color: #002B3C;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  section.list_blocks .blocks .block .list-title {
    width: 100%;
    margin-bottom: 15px;
  }
}

section.list_blocks .blocks .block .list-content {
  width: 50%;
}

section.list_blocks .blocks .block .list-content p {
  margin-bottom: 10px;
}

section.list_blocks .blocks .block .list-content p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  section.list_blocks .blocks .block .list-content {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  section.list_blocks .blocks .block {
    flex-wrap: wrap;
    margin: 0 2rem;
  }
}

section.all-work {
  padding-top: 0;
  /*.container{
        .body{
            padding-bottom: 4rem;
        }
        *:first-child{
            margin-top: 4rem;
        }
    }
    .posts{
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        .post{
            width: 50%;
            background-position: center center;
            background-size: cover;
            opacity: 0;
            transform: scale(.9);
            transition: opacity .45s ease,transform .45s ease;
            .text{
                padding-bottom: 66.66%;
                position: relative;
                a{
                    width: 100%;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    flex-direction: column;
                    justify-content: center;
                    position: absolute;
                    top: 0;
                    left: 0;
                    background-color: rgba(53,55,62,.5);
                    box-shadow: inset 0 0 2rem rgba(0,0,0,.25);
                    .text-inner{
                        opacity: 1;
                        transition: opacity .15s ease;
                        padding: 2rem;
                        p{
                            color: white;
                            font-size: 0.75rem;
                            letter-spacing: .15em;
                            text-transform: uppercase;
                            font-family: $primary-font;
                            margin: 0;
                            &:after{
                                display: block;
                                content: "";
                                width: 4rem;
                                height: 1px;
                                margin: .5rem auto;
                                background-color: #fff;
                            }
                        }
                        h5{
                            color: white;
                            font-size: 1rem;
                            font-style: italic;
                            margin: 0;
                            font-family: $secondary-font;
                        }
                    }
                    .view{
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        display: inline-block;
                        font-size: .8rem;
                        padding: .75rem 1rem;
                        color: white;
                        font-family: $primary-font;
                        opacity: 0;
                        background-color: $col-grey;
                        transition: background-color .15s ease, opacity .15s ease;
                        letter-spacing: .15em;
                        text-transform: uppercase;
                        &:hover{
                            background-color: #444750;
                        }
                    }
                    &:hover{
                        .text-inner{
                            opacity: 0;
                        }
                        .view{
                            opacity: 1;

                        }
                    }
                }
            }
            &.in-viewport{
                opacity: 1;
                transform: scale(1);
            }
            @include max-width(767px){
                width: 100%;
            }
        }
        @include max-width(999px){
            max-width: 768px;
        }
    }*/
}

section.all-work .services div.post div.image {
  height: 19rem;
}

body.page-template-page-contact section.contact-details .container, body.page-template-page-contact section.contact-details .container-narrow {
  padding: 0 2rem;
}

body.page-template-page-contact section.contact-details .title-section h1 {
  color: #004F5B;
}

body.page-template-page-contact section.contact-details .title-section h2 {
  color: #009696;
}

body.page-template-page-contact section.contact-details .contact-container {
  display: flex;
  flex-wrap: wrap;
}

body.page-template-page-contact section.contact-details .contact-container .contact-details-container {
  display: flex;
  flex-wrap: wrap;
  padding-right: 40px;
  width: 50%;
  align-self: flex-start;
}

body.page-template-page-contact section.contact-details .contact-container .contact-details-container .contact-methods {
  display: flex;
}

body.page-template-page-contact section.contact-details .contact-container .contact-details-container .contact-methods .contact-block {
  text-align: left;
  padding-right: 5rem;
}

body.page-template-page-contact section.contact-details .contact-container .contact-details-container .contact-methods .contact-block h5 {
  margin: 0;
  font-size: 1.5rem;
  padding: 0 0 .5rem;
  color: #000;
}

body.page-template-page-contact section.contact-details .contact-container .contact-details-container .contact-methods .contact-block p {
  padding-bottom: 1rem;
  margin-top: 0;
  color: #000;
  font-size: 14px;
}

body.page-template-page-contact section.contact-details .contact-container .contact-details-container .contact-methods .contact-block p a {
  text-decoration: none;
}

body.page-template-page-contact section.contact-details .contact-container .contact-details-container .contact-methods .contact-block p a:hover {
  text-decoration: underline;
}

body.page-template-page-contact section.contact-details .contact-container .contact-details-container .contact-methods .contact-block:last-child {
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  body.page-template-page-contact section.contact-details .contact-container .contact-details-container .contact-methods .contact-block {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  body.page-template-page-contact section.contact-details .contact-container .contact-details-container .contact-methods {
    width: 100%;
  }
}

body.page-template-page-contact section.contact-details .contact-container .contact-details-container .locations {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}

body.page-template-page-contact section.contact-details .contact-container .contact-details-container .locations .location {
  width: 100%;
  padding-bottom: 1rem;
}

body.page-template-page-contact section.contact-details .contact-container .contact-details-container .locations .location .address {
  background-color: #f1f2f2;
  text-align: center;
  padding: 20px 1rem;
}

body.page-template-page-contact section.contact-details .contact-container .contact-details-container .locations .location .address h3 {
  color: black;
  font-size: 1.5rem;
  margin-bottom: 15px;
  margin-top: 0;
}

body.page-template-page-contact section.contact-details .contact-container .contact-details-container .locations .location .address p {
  color: black;
  font-size: 14px;
  margin: 0;
}

body.page-template-page-contact section.contact-details .contact-container .contact-details-container .locations .location .map-embed {
  font-size: 0;
}

body.page-template-page-contact section.contact-details .contact-container .contact-details-container .locations .location .map-embed iframe {
  width: 100%;
  height: 20rem;
}

@media only screen and (max-width: 767px) {
  body.page-template-page-contact section.contact-details .contact-container .contact-details-container .locations .location {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body.page-template-page-contact section.contact-details .contact-container .contact-details-container {
    width: 100%;
    padding-right: 0;
  }
}

body.page-template-page-contact section.contact-details .contact-container .contact-form {
  padding-left: 40px;
  width: 50%;
  align-self: flex-start;
}

body.page-template-page-contact section.contact-details .contact-container .contact-form h5 {
  margin: 0;
  font-size: 1.5rem;
  padding: 0 0 .5rem;
  color: #000;
  text-align: left;
}

body.page-template-page-contact section.contact-details .contact-container .contact-form form p {
  margin: 0;
  text-align: left;
}

body.page-template-page-contact section.contact-details .contact-container .contact-form form input:not([type="submit"]), body.page-template-page-contact section.contact-details .contact-container .contact-form form textarea {
  width: 100%;
  padding: 14px 20px;
  border: 1px solid #707070;
  margin-bottom: 35px;
  font-size: 14px;
}

body.page-template-page-contact section.contact-details .contact-container .contact-form form input:not([type="submit"])::placeholder, body.page-template-page-contact section.contact-details .contact-container .contact-form form textarea::placeholder {
  color: black;
}

body.page-template-page-contact section.contact-details .contact-container .contact-form form textarea {
  max-width: 100%;
  min-width: 100%;
  height: 200px;
}

body.page-template-page-contact section.contact-details .contact-container .contact-form form textarea::placeholder {
  color: black;
}

body.page-template-page-contact section.contact-details .contact-container .contact-form form input[type="submit"] {
  appearance: none;
  border: none;
  width: 80%;
}

body.page-template-page-contact section.contact-details .contact-container .contact-form form input[type="submit"]:hover {
  background: #111A1E;
}

@media only screen and (max-width: 767px) {
  body.page-template-page-contact section.contact-details .contact-container .contact-form form input[type="submit"] {
    width: 100%;
  }
}

body.page-template-page-contact section.contact-details .contact-container .contact-form form .wpcf7-response-output {
  border-color: #009696;
  border-radius: 5px;
  padding: 16px 8px;
}

@media only screen and (max-width: 767px) {
  body.page-template-page-contact section.contact-details .contact-container .contact-form {
    width: 100%;
    padding-top: 2rem;
    padding-left: 0;
  }
}

body.page-template-template-signup section.contact-details .container, body.page-template-template-signup section.contact-details .container-narrow {
  padding: 0 2rem;
}

body.page-template-template-signup section.contact-details .title-section h1 {
  color: #004F5B;
}

body.page-template-template-signup section.contact-details .title-section h2 {
  color: #009696;
}

body.page-template-template-signup section.contact-details .contact-details-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 5rem auto 0;
}

body.page-template-template-signup section.contact-details .contact-details-container .contact-form {
  width: 48%;
  padding-left: 1rem;
}

body.page-template-template-signup section.contact-details .contact-details-container .contact-form form p {
  margin: 0;
  margin-bottom: 35px;
  text-align: left;
}

body.page-template-template-signup section.contact-details .contact-details-container .contact-form form p:nth-of-type(4) {
  text-align: center;
}

body.page-template-template-signup section.contact-details .contact-details-container .contact-form form input:not([type="submit"]), body.page-template-template-signup section.contact-details .contact-details-container .contact-form form textarea {
  width: 100%;
  padding: 14px 20px;
  border: 1px solid #707070;
  font-size: 14px;
  margin-bottom: 5px;
}

body.page-template-template-signup section.contact-details .contact-details-container .contact-form form input:not([type="submit"])::placeholder, body.page-template-template-signup section.contact-details .contact-details-container .contact-form form textarea::placeholder {
  color: black;
}

body.page-template-template-signup section.contact-details .contact-details-container .contact-form form textarea {
  max-width: 100%;
  min-width: 100%;
  height: 62px;
}

body.page-template-template-signup section.contact-details .contact-details-container .contact-form form textarea::placeholder {
  color: black;
}

body.page-template-template-signup section.contact-details .contact-details-container .contact-form form input[type="submit"] {
  appearance: none;
  border: none;
  width: 100%;
}

body.page-template-template-signup section.contact-details .contact-details-container .contact-form form input[type="submit"]:hover {
  background: #111A1E;
}

@media only screen and (max-width: 767px) {
  body.page-template-template-signup section.contact-details .contact-details-container .contact-form form input[type="submit"] {
    width: 100%;
  }
}

body.page-template-template-signup section.contact-details .contact-details-container .contact-form form .wpcf7-response-output {
  margin-left: auto;
  margin-right: auto;
  border-color: #009696;
  border-radius: 5px;
  padding: 16px 8px;
}

@media only screen and (max-width: 767px) {
  body.page-template-template-signup section.contact-details .contact-details-container .contact-form {
    width: 100%;
    padding-top: 2rem;
    padding-left: 0;
  }
}

body.page-template-template-signup section.contact-details .contact-details-container .privacy {
  max-width: 800px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  body.page-template-template-signup section.contact-details .contact-details-container {
    width: 100%;
  }
}

.related-work {
  overflow: hidden;
}

.related-work .body {
  padding-bottom: 4rem;
}

.related-work .posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-items: stretch;
}

.related-work .posts .post {
  width: calc(33.33333% - 33px);
  padding: 0 .25rem 1rem .25rem;
}

.related-work .posts .post a {
  display: block;
  background-color: #f1f2f2;
  transition: opacity .15s ease;
  height: 100%;
}

.related-work .posts .post a:hover {
  opacity: .85;
}

.related-work .posts .post div.image {
  height: 10rem;
  background-size: cover;
}

.related-work .posts .post div.image img {
  visibility: hidden;
  height: 0;
}

@media only screen and (max-width: 767px) {
  .related-work .posts .post div.image img {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .related-work .posts .post div.image {
    height: auto;
  }
}

.related-work .posts .post .text {
  padding: 25px 25px 1.75rem;
  text-align: center;
}

.related-work .posts .post .text h5 {
  font-size: 14px;
  padding-top: 0;
  font-weight: 700;
  margin: 0;
  font-family: "gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #111A1E;
  padding-bottom: 0;
}

.related-work .posts .post .text h5:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 20px auto;
  background-color: #009696;
}

.related-work .posts .post .text p {
  font-size: 14px;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .related-work .posts .post .text {
    padding: 2rem;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .related-work .posts .post {
    padding: 0 0 2rem;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .related-work .posts {
    padding: 0;
  }
}

.related-work.background-light-grey .post a {
  background-color: white;
}

.related-work .cta {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
/*# sourceMappingURL=style.css.map */