@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

svg {
  shape-rendering: geometricPrecision;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Footer */
@font-face {
  font-family: "Tara";
  font-weight: "semibold";
  src: url("../assets/fonts/TaraSemibold.otf") format("opentype");
}
html {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  color: #555;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  color: #555;
}

body#tinymce.wp-editor {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  color: #555;
}

.pure-g [class*=pure-u] {
  font-family: proxima-nova, sans-serif;
}

body.work-sans {
  font-family: "Work Sans", sans-serif;
}
body.work-sans#tinymce.wp-editor,
body.work-sans .pure-g [class*=pure-u],
body.work-sans h1,
body.work-sans h2,
body.work-sans h3,
body.work-sans h4,
body.work-sans h5,
body.work-sans h6,
body.work-sans .hero__title-wrap .hero__title {
  font-family: "Work Sans", sans-serif;
  text-transform: inherit;
  font-weight: 700;
}

p {
  font-size: 1.2rem;
  line-height: 1.4em;
  margin: 0 0 0.7rem;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-position: outside;
  margin-left: 1rem;
}

ul li,
ol li {
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.4rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.7rem;
  line-height: 1.2em;
  font-weight: bold;
  font-family: proxima-nova, sans-serif;
}

h1 {
  font-size: 3.5rem;
}
@media only screen and (max-width: 700px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 700px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 700px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 700px) {
  h4 {
    font-size: 1rem;
  }
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.75rem;
}

table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse;
}

table td,
table th {
  padding: 0;
  line-height: 33px;
}

code {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

img {
  max-width: 100%;
}

hr {
  height: 1px;
  background-color: #005469;
}

.margin-none {
  margin: 0;
}

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

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

@media only screen and (max-width: 700px) {
  .text-center-mobile {
    text-align: center;
  }
}

.font-sm {
  font-size: 0.8em;
}

.font-lg {
  font-size: 1.2em;
}

.sr-only,
.screen-reader-text,
.screen-reader-response {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

ul.checklist {
  list-style: none;
  margin-left: 0;
}
ul.checklist li {
  margin-left: 2rem;
}
ul.checklist li:before {
  display: inline-block;
  text-align: center;
  content: "✓";
  color: #fff;
  background: #005469;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  font-size: 0.75rem;
  margin-left: -1rem;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
}

.icon {
  vertical-align: top;
  display: inline-block;
  height: 1em;
  width: 1em;
}
.icon svg {
  height: 1em;
  width: 1em;
  stroke: currentColor;
  fill: currentColor;
}

.bg-yellow {
  background-color: #FFD500;
}
.bg-yellow a {
  color: #D66413;
}

.bg-orange {
  background-color: #D66413;
}

.bg-light-orange {
  background-color: #E59823;
}

.bg-blue {
  background-color: #005469;
  color: #fff !important;
}
.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue p {
  color: #fff !important;
}

.bg-purple {
  background-color: #473697;
  color: #fff !important;
}
.bg-purple h1, .bg-purple h2, .bg-purple h3, .bg-purple h4, .bg-purple p {
  color: #fff !important;
}

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

.bg-black {
  background-color: #000;
}

.bg-lightgrey {
  background-color: #f4f4f4;
}

.bg-grey {
  background-color: #888;
}

.bg-beige {
  background-color: #F3EEEA;
}

.bg-darkgrey {
  background-color: #333;
  color: #fff !important;
}
.bg-darkgrey h1, .bg-darkgrey h2, .bg-darkgrey h3, .bg-darkgrey h4, .bg-darkgrey p {
  color: #fff !important;
}

.bg-blue,
.bg-black,
.bg-darkgrey,
.bg-orange,
.bg-grey,
.bg-light-orange {
  color: #fff;
}
.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue p, .bg-blue a,
.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black p,
.bg-black a,
.bg-darkgrey h1,
.bg-darkgrey h2,
.bg-darkgrey h3,
.bg-darkgrey h4,
.bg-darkgrey p,
.bg-darkgrey a,
.bg-orange h1,
.bg-orange h2,
.bg-orange h3,
.bg-orange h4,
.bg-orange p,
.bg-orange a,
.bg-grey h1,
.bg-grey h2,
.bg-grey h3,
.bg-grey h4,
.bg-grey p,
.bg-grey a,
.bg-light-orange h1,
.bg-light-orange h2,
.bg-light-orange h3,
.bg-light-orange h4,
.bg-light-orange p,
.bg-light-orange a {
  color: #fff;
}

.border-yellow {
  border-color: #FFD500;
}

.border-orange {
  border-color: #D66413;
}

.border-blue {
  border-color: #005469;
}

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

.border-black {
  border-color: #000;
}

.border-lightgrey {
  border-color: #f4f4f4;
}

.border-darkgrey {
  border-color: #555;
}

.text-yellow {
  color: #FFD500;
}

.text-orange {
  color: #D66413;
}

.text-blue {
  color: #005469;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-lightgrey {
  color: #f4f4f4;
}

.text-darkgrey {
  color: #555;
}

.icon-yellow.icon,
.icon-yellow .icon {
  color: #FFD500;
}

.icon-orange.icon,
.icon-orange .icon {
  color: #D66413;
}

.icon-blue.icon,
.icon-blue .icon {
  color: #005469;
}

.icon-white.icon,
.icon-white .icon {
  color: #fff;
}

.icon-black.icon,
.icon-black .icon {
  color: #000;
}

.icon-lightgrey.icon,
.icon-lightgrey .icon {
  color: #f4f4f4;
}

.icon-darkgrey.icon,
.icon-darkgrey .icon {
  color: #555;
}

.heading-large {
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  .heading-large {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 700px) {
  .mobile-bg-yellow {
    background-color: #FFD500;
  }
  .mobile-bg-orange {
    background-color: #D66413;
  }
  .mobile-bg-blue {
    background-color: #005469;
  }
  .mobile-bg-white {
    background-color: #fff;
  }
  .mobile-bg-black {
    background-color: #000;
  }
  .mobile-bg-lightgrey {
    background-color: #f4f4f4;
  }
  .mobile-bg-darkgrey {
    background-color: #555;
  }
}
.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 700px) {
  .alignright {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
}

.alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 700px) {
  .alignleft {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.button {
  color: #fff;
  background: #D66413;
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  min-width: 12rem;
  text-align: center;
  padding: 0.75rem 1.5rem 0.85rem;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.button:hover, .button:focus {
  color: #fff;
  background: #F2CC91;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.button:active {
  background: #3f144d;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.button.bg-yellow {
  background-color: #FFD500;
  color: #000;
}
.button.bg-white {
  background-color: #fff;
  color: #000;
}
.button.bg-black {
  background-color: #000;
  color: #fff;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.button-group > * {
  margin-left: 1rem;
}
.button-group > *:nth-child(1) {
  margin-left: 0;
}

.button-group-vertical {
  display: block;
  margin-top: 2rem;
}
.button-group-vertical .button {
  margin-bottom: 0.5rem;
}
.button-group-vertical .button:nth-last-child(1) {
  margin-bottom: 0;
}

.btn-rounded {
  border-radius: 2rem;
}

.btn-border {
  border: 1px solid #000;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  /* display: none;
  @media only screen and (max-width: 1000px) { */
  display: block;
  /* } */
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--spin .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner:before {
  -webkit-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.hero {
  aspect-ratio: 2.5/1;
  background-position: center;
  background-size: cover;
  position: relative;
  /* @media only screen and (min-width: 820px) {
      aspect-ratio: 2.4/1;
  } */
}

.hero__video {
  aspect-ratio: 2.5/1;
  position: relative;
}
.hero__video .video-logo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 60%;
}
@media only screen and (max-width: 700px) {
  .hero__video .video-logo {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .hero__square {
    aspect-ratio: 1/1;
  }
  .hero__square .hero__video-wrapper iframe {
    width: 250vw;
  }
}

.cert-logo {
  position: absolute;
  bottom: 25px;
  right: 25px;
  max-width: 30%;
}
.cert-logo img {
  height: 120px;
}
@media only screen and (max-width: 700px) {
  .cert-logo {
    display: none;
  }
}

.hero__video-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.hero__video-wrapper iframe {
  width: 101vw;
  height: 56.25vw;
  min-height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero__cs-content {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  width: 100%;
  height: 100%;
}
.hero__cs-content .hero__cs-title {
  padding: 20px 0;
  max-width: 700px;
}

.hero__title-wrap {
  max-width: 1000px;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  margin: 0 20px;
  position: relative;
}
.hero__title-wrap .hero__title {
  font-family: proxima-nova, sans-serif;
  font-size: 6rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1em;
  width: 100%;
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  .hero__title-wrap .hero__title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 700px) {
  .hero__title-wrap .hero__title {
    padding: 1rem 0 0.5rem;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 500px) {
  .hero__title-wrap .hero__title {
    font-size: 2rem;
  }
}
.hero__title-wrap .hero__title.small {
  font-size: 5.5rem;
  max-width: 700px;
}
.hero__title-wrap .hero__pretitle {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.5rem;
  margin-bottom: -10px;
}
@media only screen and (max-width: 700px) {
  .hero__title-wrap .hero__pretitle {
    display: none;
  }
}
.hero__title-wrap .hero__subtitle {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.5rem;
  margin-top: 0;
}

.hero-split {
  aspect-ratio: auto;
}
@media only screen and (min-width: 1024px) {
  .hero-split .pure-g div {
    min-height: 780px;
  }
}
.hero-split .split-quote {
  height: 100%;
  background-color: #FFD500;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-split .split-quote h1 {
  color: #fff;
  font-weight: normal;
  font-size: 2.5rem;
}
@media only screen and (min-width: 1024px) {
  .hero-split .split-quote h1 {
    font-size: 4rem;
  }
}
.hero-split .split-quote p {
  font-weight: bold;
  color: #000;
}
.hero-split .split-image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
}

.roundel {
  z-index: 1;
  position: absolute;
  top: 100px;
  right: 50px;
  max-width: 200px;
}
.section-contact p {
  font-size: 1rem;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4rem 0 2rem;
}
.pagination .page-numbers {
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2rem;
  min-width: 2rem;
  margin: 0 0.5rem;
  font-weight: 500;
}
.pagination .page-numbers .icon {
  font-size: 1.2rem;
}
.pagination .page-numbers.current {
  background: #D66413;
  color: #fff;
}

.icon-wrap {
  height: 10rem;
  width: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 800px) {
  .icon-wrap {
    height: 6rem;
    width: 6rem;
  }
}
.icon-wrap .icon {
  font-size: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 800px) {
  .icon-wrap .icon {
    font-size: 5rem;
  }
}

.post-filter-cats {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-filter-cats li {
  margin-right: 50px;
  display: inline-block;
}
.post-filter-cats a {
  font-weight: bold;
  font-size: 1.6rem;
  color: #888;
}
.post-filter-cats a.is-active {
  color: #D66413;
}

.post-item__img {
  height: 250px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

.post-item__title a {
  color: #888;
}

.header {
  position: relative;
  /* top: 0;
  left: 0; */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
  z-index: 10;
  background-color: #FFD500;
}
.header.nav-is-open {
  position: fixed;
}
@media only screen and (max-width: 700px) {
  .header .logo svg {
    width: 280px;
  }
}

.header-spacer {
  height: 100px;
}

.header__hamburger {
  z-index: 11;
}
.header__hamburger .hamburger-inner,
.header__hamburger .hamburger-inner:before,
.header__hamburger .hamburger-inner:after {
  background: #000;
  border-radius: 0;
  height: 4px;
  width: 35px;
  /* box-shadow: 0 0 4px rgba(0,0,0,0.5); */
}
.header__hamburger.is-active .hamburger-inner, .header__hamburger.is-active .hamburger-inner:before, .header__hamburger.is-active .hamburger-inner:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
}
.header__hamburger .hamburger-inner:before {
  top: -12px;
}
.header__hamburger .hamburger-inner:after {
  bottom: -12px;
}

.header__nav {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFD500;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.header__nav.is-open {
  opacity: 1;
  pointer-events: initial;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.header__menu {
  list-style: none;
  text-align: center;
  margin: 0;
  color: #000;
  font-size: 1.2rem;
}
.header__menu ul, .header__menu li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.header__menu a {
  display: block;
  width: 100%;
  padding: 10px 15px;
}
.header__menu a:hover {
  color: #fff;
}
.header__menu .current_page_item a {
  font-weight: bold;
}
.header__menu ul, .header__menu li {
  display: block;
  font-size: 2rem;
}
.header__menu .current_page_item a {
  color: #D66413;
}

.footer {
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  /* background-image: url('../assets/svgs/SHARP_Logo_White.svg');
      background-repeat: no-repeat;
      background-position: center 300px;
      background-size: 50% 50%; 
      padding-bottom: 100px; 

      @media only screen and (min-width: 820px) {
          background-size: auto;
      }
  */
}
.footer .logo {
  width: 80%;
  max-width: 1200px;
}
.footer h3 a {
  text-decoration: underline;
}

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

.footer__social-links {
  list-style: none;
  margin: 0;
}
.footer__social-links li {
  display: inline-block;
}
.footer__social-links .icon,
.footer__social-links .icon svg {
  width: 2rem;
  height: 2rem;
}
.footer__social-links a {
  display: block;
  padding: 10px;
}

.footer .footer__menu {
  list-style: none;
  margin: 0;
}
.footer .footer__menu li {
  display: inline;
}
.footer .footer__menu li:before {
  content: "|";
}
.footer .footer__menu li:first-child:before {
  content: "";
}
.footer .footer__menu a {
  padding: 0 20px;
}

.footer .pipe {
  margin: 0 10px;
}

.footer__credits {
  font-size: 1rem;
}

.footer-title {
  font-size: 2.5rem;
  max-width: 400px;
  margin: 0 auto;
}

.footer-signup-form {
  margin-top: 20px;
}
.footer-signup-form input {
  padding: 15px 20px;
  border: #D66413 1px solid;
}
.footer-signup-form input::-webkit-input-placeholder {
  color: #D66413;
}
.footer-signup-form input::-moz-placeholder {
  color: #D66413;
}
.footer-signup-form input:-ms-input-placeholder {
  color: #D66413;
}
.footer-signup-form input::-ms-input-placeholder {
  color: #D66413;
}
.footer-signup-form input::placeholder {
  color: #D66413;
}
.footer-signup-form .email-input {
  color: #D66413;
  background-color: #F2CC91;
  border-radius: 5px 0 0 5px;
}
.footer-signup-form .submit {
  color: #fff;
  background-color: #D66413;
  margin-left: -5px;
  border-radius: 0 5px 5px 0;
}
.footer-signup-form .submit:hover {
  background-color: #005469;
  border-color: #005469;
}

.pure-g {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-box-xs {
  padding: 0.25rem;
}

.l-box-sm {
  padding: 0.5rem;
}

.l-box {
  padding: 1rem;
}

.l-box-lg {
  padding: 2rem;
}

.l-box-xl {
  padding: 4rem;
}

.margin-bottom-xs {
  margin-bottom: 0.25rem;
}

.margin-bottom-sm {
  margin-bottom: 0.5rem;
}

.margin-bottom {
  margin-bottom: 1rem;
}

.margin-bottom-lg {
  margin-bottom: 2rem;
}

.margin-bottom-xl {
  margin-bottom: 4rem;
}

.width-narrow {
  max-width: 600px;
  margin: 0 auto;
}

.width-normal {
  max-width: 900px;
  margin: 0 auto;
}

.width-wide {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.text-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.2rem;
  padding: 3rem 2.5rem;
}
@media only screen and (max-width: 700px) {
  .text-wrap {
    padding: 2rem;
  }
}
.text-wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem -1rem;
}
.text-wrap .column {
  width: calc(50% - 2rem);
  margin: 1rem;
}
@media only screen and (max-width: 700px) {
  .text-wrap .column {
    width: 100%;
  }
}
.text-wrap table {
  width: 100%;
}
.text-wrap table td {
  border: 2px solid #f4f4f4;
  padding: 1rem;
}

.text-padding {
  padding: 4rem 8vw;
}
@media only screen and (max-width: 800px) {
  .text-padding {
    padding: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .text-padding {
    padding: 2rem 1rem;
  }
}

.text-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem -2rem;
}
@media only screen and (max-width: 700px) {
  .text-row {
    display: block;
    margin: 2rem 0;
  }
}

.text-column {
  margin: 2rem;
  width: calc(50% - 4rem);
}
@media only screen and (max-width: 700px) {
  .text-column {
    width: 100%;
    margin: 0;
  }
}

.column-spacing {
  padding: 5rem 8vw;
}
@media only screen and (max-width: 700px) {
  .column-spacing {
    padding: 2rem 8vw;
  }
}

.clear {
  float: none;
  clear: both;
}

.bg-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.column {
  width: 50%;
}
@media only screen and (max-width: 700px) {
  .column {
    width: 100%;
  }
}

.text-inset {
  padding-left: 15%;
  margin-top: 3rem;
}

.section {
  position: relative;
}

.section-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.section-inner-sm {
  max-width: 800px;
}

.section-inner-md {
  max-width: 1000px;
}

.section-padding {
  padding: 1rem 0;
}
@media only screen and (min-width: 1000px) {
  .section-padding {
    padding: 3rem 0;
  }
}

.section-padding-lg {
  padding: 1rem 0;
}
@media only screen and (min-width: 1000px) {
  .section-padding-lg {
    padding: 5rem 0;
  }
}

.no-padding {
  padding: 0;
}

.section-image .bg-image {
  width: 100%;
  height: 0;
  padding-bottom: 30%;
}

@media only screen and (max-width: 700px) {
  .section-image .bg-image {
    padding-bottom: 50%;
  }
}
.section-columns {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-columns .text-wrap {
  height: 100%;
  padding: 4rem 8vw;
}
@media only screen and (max-width: 700px) {
  .section-columns .text-wrap {
    padding: 2rem;
  }
}

.section-spacer {
  width: 100%;
  height: 4rem;
}
.section-spacer.-small {
  height: 2rem;
}
.section-spacer.-medium {
  height: 4rem;
}
@media only screen and (max-width: 700px) {
  .section-spacer.-medium {
    height: 2rem;
  }
}
.section-spacer.-large {
  height: 6rem;
}
@media only screen and (max-width: 1000px) {
  .section-spacer.-large {
    height: 4rem;
  }
}
@media only screen and (max-width: 700px) {
  .section-spacer.-large {
    height: 2rem;
  }
}

.section-link {
  width: 100%;
  text-align: right;
}
.section-link a {
  padding: 0.5rem;
}

/* Search & Filter Styles */
body {
  display: block;
}

.searchandfilter p {
  margin-top: 1em;
  display: inline-block;
}

.searchandfilter ul {
  display: inline-block;
}

.searchandfilter li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}

/* If in a widget area make a single column by adding display block  */
.widget-area .searchandfilter li, .widget-area .searchandfilter p {
  display: block;
}

.searchandfilter label {
  display: block;
}

.searchandfilter h4 {
  margin: 15px 0;
  font-size: 16px;
}

.searchandfilter ul > li > ul:not(.children) {
  margin-left: 0;
}

.page-id-1296 .button {
  font-weight: bold;
  text-transform: initial;
}
@media only screen and (max-width: 1400px) {
  .page-id-1296 .hero {
    height: 600px;
    background: no-repeat bottom/contain;
  }
}
@media only screen and (max-width: 1000px) {
  .page-id-1296 .hero {
    height: 500px;
  }
}
@media only screen and (max-width: 800px) {
  .page-id-1296 .hero {
    height: 400px;
  }
}
@media only screen and (max-width: 650px) {
  .page-id-1296 .hero {
    height: 250px;
  }
}
@media only screen and (max-width: 550px) {
  .page-id-1296 .hero {
    height: 200px;
  }
}

.full-width p {
  margin: 0;
  line-height: 0;
}

.venn-diagram {
  text-align: center;
  overflow: hidden;
  margin: 4rem -150px;
}
.venn-diagram .circle {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  display: inline-block;
  position: relative;
}
.venn-diagram .clip-circle {
  clip-path: circle(150px at 0 150px);
  margin: 0 -300px 0 -150px;
  z-index: 2;
}
.venn-diagram .venn-text {
  height: 300px;
  width: 150px;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.venn-diagram .white-text {
  font-weight: bold;
}
.venn-diagram .yellow-text {
  left: 150px;
}
@media only screen and (max-width: 1000px) {
  .venn-diagram {
    margin: 4rem -1rem;
  }
}
@media only screen and (max-width: 600px) {
  .venn-diagram .circle {
    width: 200px;
    height: 200px;
  }
  .venn-diagram .clip-circle {
    clip-path: circle(100px at 0 100px);
    margin: 0 -200px 0 -100px;
  }
  .venn-diagram .venn-text {
    height: 200px;
    width: 100px;
  }
  .venn-diagram .yellow-text {
    left: 100px;
  }
}

.venn-icon-down-arrow {
  text-align: center;
  margin: -4.5rem 0 0;
}
.venn-icon-down-arrow img {
  height: 4.5rem;
}
@media only screen and (min-width: 1000px) {
  .venn-icon-down-arrow img {
    height: 6rem;
    margin: -4.5rem 0;
  }
}

.title-left {
  color: #D66413;
}
@media only screen and (min-width: 700px) {
  .title-left {
    margin-bottom: 2rem;
  }
}

.section-text iframe {
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .section-text iframe {
    height: 300px;
  }
}

.section-link a {
  text-decoration: underline;
}
.section-link a:hover {
  opacity: 0.8;
}

.section-work-grid .projects {
  list-style: none;
}
.section-work-grid .project-item {
  position: relative;
  margin: 0.5rem;
}
.section-work-grid .project-item__image {
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 70%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  /* &:hover,
  &:focus {
      .project-item__details {
          opacity: 100;
      }
  } */
}
.section-work-grid .project-item__logo {
  margin: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  max-height: 70px;
  max-width: 180px;
}
.section-work-grid .project-item__details {
  opacity: 100;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 1rem;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media only screen and (max-width: 700px) {
  .section-work-grid .project-item__details {
    width: 100%;
    margin: 0;
  }
}
.section-work-grid .project-item__details .project-item__description {
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
  position: absolute;
  bottom: 45%;
}
.section-work-grid .project-item__details .project-item__change_text {
  position: absolute;
  bottom: 1rem;
  color: #fff;
}
.section-work-grid .project-item__details .project-item__change_text_lg {
  font-weight: bold;
  font-size: 2.5rem;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .section-work-grid .project-item__details .project-item__change_text_lg {
    font-size: 2rem;
  }
}
.section-work-grid .project-item__details .project-item__change_text_sm {
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
  display: block;
}

.section-awards .award-item__details {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-awards .award-item__details img {
  max-height: 34px;
}

.image-row-item {
  height: 400px;
  background-size: cover;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.grid .grid-item {
  margin: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 17vh;
}
@media only screen and (min-width: 600px) {
  .grid .grid-item {
    height: 25vh;
  }
}
@media only screen and (min-width: 1000px) {
  .grid .grid-item {
    height: 31vh;
  }
}
@media only screen and (min-width: 1600px) {
  .grid .grid-item {
    height: 36vh;
  }
}
.grid .grid-item:last-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.grid .grid-item img {
  max-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.section-text-cards .card {
  color: #005469;
}
.section-text-cards .card p {
  font-size: 1rem;
}
.section-text-cards .font-lg p {
  font-size: 1.3rem;
}
.section-text-cards .font-lg h3 {
  font-size: 2.3rem;
}

.card-grey-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-grey-header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-grey-header.card h4 {
  text-transform: uppercase;
  color: #fff;
}
.card-grey-header .arrow-down {
  font-size: 1.4em;
  font-weight: bold;
  color: #005469;
}
.card-grey-header .arrow-down .icon {
  font-size: 2rem;
  margin: -8px auto 5px;
}

.card-profile {
  padding-bottom: 3rem;
  position: relative;
  height: 100%;
}
.card-profile img {
  margin-bottom: 1rem;
}
.card-profile .icon {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.card-circle {
  border-radius: 50%;
  height: 260px;
  width: 260px;
  padding: 2rem;
  margin: 0 auto;
}

.section-difference-cards {
  color: #005469;
}
.section-difference-cards .title {
  margin: 0 0 1rem;
  color: #005469;
}
.section-difference-cards .icon {
  font-size: 2.2rem;
  color: #FFD500;
  margin-bottom: 1.5rem;
}
.section-difference-cards .card h4 {
  font-size: 2.1rem;
  margin: 0;
  font-weight: 900;
  color: #005469;
}
.section-difference-cards .card h4.font-large {
  font-size: 3.2rem;
}
.section-difference-cards .card p {
  margin: 0 0 1.2rem;
  font-size: 1rem;
  color: #005469;
}
.section-difference-cards .card img {
  max-height: 40px;
}

.left-column .left-text {
  max-width: 600px;
}

.section_bg-img {
  background-position: center;
  background-size: cover;
  position: relative;
}

.bg-img-content {
  max-width: 520px;
  text-align: center;
  margin: 0 auto;
}
.bg-img-content.bg-img-align-right {
  float: right;
  text-align: right;
}
.bg-img-content.bg-img-align-left {
  float: left;
  text-align: left;
}
.bg-img-content .bg-img-figure-box {
  margin-top: 100px;
  max-width: 300px;
}
.bg-img-content .bg-img-figure-box .bg-img-figure {
  float: left;
  margin: 0;
  margin-right: 20px;
  font-size: 3rem;
}

.cs-box {
  display: block;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.cs-box:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.cs-box h2 {
  font-size: 2rem;
}

.tax-list-title {
  padding: 5px 5px 5px;
}

.tax-list {
  list-style: none;
  margin: 10px 0 20px;
  padding: 0;
  font-size: 0.9rem;
}
.tax-list a {
  color: #888;
}
.tax-list a:hover {
  font-weight: bold;
}
.tax-list .active a {
  font-weight: bold;
}

.bg-image {
  min-height: 300px;
}