/*!
Theme Name: Circulate Theme
Theme URI: https://operaticagency.com/
Description: Circulate theme
Author: Operatic
Author URI: https://operaticagency.com/
Text Domain: circulate
Version: 0.1
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what
you've learned with others.

*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("https://fonts.googleapis.com/css2?family=ABeeZee&family=Philosopher&display=swap");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  color: #111111;
  font-family: "ABeeZee", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; }
  @media only screen and (min-width: 768px) {
    body {
      font-size: 18px;
      line-height: 1.8; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Philosopher", serif; }

h1, .h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; }
  @media only screen and (min-width: 768px) {
    h1, .h1 {
      font-size: 100px;
      line-height: 95px; } }

h2, .h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; }
  @media only screen and (min-width: 1200px) {
    h2, .h2 {
      font-size: 100px;
      line-height: 95px; } }

h3, .h3, section.content h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; }
  @media only screen and (min-width: 1200px) {
    h3, .h3, section.content h2 {
      font-size: 73px;
      line-height: 73px; } }

h4, .h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; }
  @media only screen and (min-width: 1200px) {
    h4, .h4 {
      font-size: 45px;
      line-height: 37px; } }

h5, .h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; }
  @media only screen and (min-width: 1200px) {
    h5, .h5 {
      font-size: 28px;
      line-height: 34px; } }

h6, .h6 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; }

.subheading, label,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.05em; }
  @media only screen and (min-width: 1200px) {
    .subheading, label,
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="password"],
    textarea {
      font-size: 24px;
      line-height: 31px; } }

.intro-pull {
  font-family: "Philosopher", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; }
  @media only screen and (min-width: 1200px) {
    .intro-pull {
      font-size: 24px;
      line-height: 30px; } }

a {
  color: #D0271E; }

form label {
  display: block; }
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="password"],
form textarea {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
  background-color: #F9F8F4;
  border: none; }

.button {
  display: inline-block;
  position: relative;
  padding: 15px 50px;
  border: none;
  border-radius: 100px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  color: #F9F8F4;
  background-color: transparent;
  border: 3px solid #F9F8F4;
  transition: background-color .2s, color .2s; }
  .button:hover, .button:focus {
    outline-offset: 2px;
    background-color: #F9F8F4;
    outline-color: #F9F8F4; }

header .button, .bg-white .button, .bg-off-white .button {
  color: #0D2437;
  border: 3px solid #0D2437; }
  header .button:hover, header .button:focus, .bg-white .button:hover, .bg-white .button:focus, .bg-off-white .button:hover, .bg-off-white .button:focus {
    color: #FFFFFF;
    background-color: #0D2437;
    outline-color: #0D2437; }

.bg-brick .button:hover, .bg-brick .button:focus {
  color: #DD5C55;
  background-color: #FFFFFF; }

.bg-navy .button:hover, .bg-navy .button:focus {
  color: #0D2437;
  background-color: #FFFFFF; }

:root {
  scroll-behavior: smooth; }

section, footer {
  position: relative;
  padding: 50px 25px 90px;
  box-sizing: border-box; }
  @media only screen and (min-width: 1024px) {
    section, footer {
      padding: 90px 70px 170px; } }

section:not(.hero)::before,
section:not(.hero) .bg-image::before, footer::before,
footer .bg-image::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: 40px;
  background: inherit;
  mask: url("/wp-content/themes/circulate/img/wave.svg") top no-repeat;
  -webkit-mask: url("/wp-content/themes/circulate/img/wave.svg") top no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover; }
  @media only screen and (min-width: 1024px) {
    section:not(.hero)::before,
    section:not(.hero) .bg-image::before, footer::before,
    footer .bg-image::before {
      top: -80px;
      height: 80px; } }
  @media only screen and (min-width: 1440px) {
    section:not(.hero)::before,
    section:not(.hero) .bg-image::before, footer::before,
    footer .bg-image::before {
      top: -6vw;
      height: 6vw; } }

section .container,
section article {
  max-width: 1200px;
  margin: 0 auto; }

.bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: .15; }

.bg-white {
  background-color: #FFFFFF; }
  .bg-white .h4 {
    color: #0D2437; }

.bg-off-white {
  background-color: #F9F8F4; }
  .bg-off-white .h5 {
    color: #0D2437; }

.bg-2nd-off-white {
  background-color: #F3F0E8; }
  .bg-2nd-off-white .h4 {
    color: #0D2437; }

.bg-brick {
  color: #F9F8F4;
  background-color: #DD5C55; }

.bg-ocean {
  color: #F9F8F4;
  background-color: #66ADC7; }

.bg-navy {
  color: #F9F8F4;
  background-color: #0D2437; }

header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 20px 25px;
  background-color: #F3F0E8;
  font-size: 20px;
  line-height: 24px; }
  @media only screen and (min-width: 1024px) {
    header {
      padding: 20px 70px; } }
  @media only screen and (min-width: 1300px) {
    header {
      display: flex;
      justify-content: space-between;
      max-height: 53px; } }
  header .logo img {
    width: 221px;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges; }

section, article, footer {
  scroll-margin-top: 93px; }

.nav-shortcuts a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100000;
  padding: 10px 20px;
  font-weight: bold;
  background-color: #FFFFFF;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  transform: translate3d(-50%, -200%, 0); }
  .nav-shortcuts a:focus {
    transform: translate3d(-50%, 0, 0); }

#menu-button {
  display: none; }
  #menu-button + label {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 0; }
    @media only screen and (min-width: 1024px) {
      #menu-button + label {
        right: 70px; } }
    #menu-button + label::before {
      content: '\f0c9';
      display: block;
      width: 40px;
      font-family: FontAwesome;
      font-size: 40px;
      line-height: 1;
      text-align: center; }
      @media only screen and (min-width: 1300px) {
        #menu-button + label::before {
          content: none; } }
  #menu-button:checked + label::before {
    content: '\f00d'; }
    @media only screen and (min-width: 1300px) {
      #menu-button:checked + label::before {
        content: none; } }
  #menu-button:checked + label + nav {
    max-height: 1000px; }

nav:focus-within {
  max-height: 1000px; }

nav {
  display: grid;
  grid-gap: 25px;
  justify-content: center;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-in-out; }
  @media only screen and (min-width: 1300px) {
    nav {
      grid-auto-flow: column;
      max-height: none;
      overflow: visible;
      transition: none; } }
  nav .menu, nav .sub-menu, nav .menu-item {
    margin: 0;
    padding: 0;
    list-style: none; }
  nav .menu {
    display: grid;
    grid-gap: 25px;
    margin-top: 20px; }
    @media only screen and (min-width: 1300px) {
      nav .menu {
        grid-auto-flow: column;
        margin-top: 14px; } }
  nav .sub-menu {
    display: grid;
    grid-gap: 10px;
    margin-top: 10px; }
    @media only screen and (min-width: 1300px) {
      nav .sub-menu {
        margin: 0 -10px;
        padding: 10px;
        background-color: #F3F0E8;
        visibility: hidden;
        opacity: 0;
        transition: visibility .2s, opacity .2s; } }
  nav .menu-item a {
    color: #0D2437;
    text-decoration: none;
    transition: color .2s; }
    nav .menu-item a:hover, nav .menu-item a:focus {
      color: #D0271E; }
  nav .menu-item.current-menu-item a {
    color: #D0271E; }
  nav .menu-item-has-children > a::after {
    content: '\f078';
    display: inline-block;
    margin-left: 10px;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 23px; }
  @media only screen and (min-width: 1300px) {
    nav .menu-item-has-children:hover .sub-menu, nav .menu-item-has-children:focus-within .sub-menu {
      display: grid;
      visibility: visible;
      opacity: 1; } }
  nav .button {
    align-self: flex-start; }

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

footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  padding-bottom: 35px;
  color: #F9F8F4;
  background-color: #0D2437;
  font-size: 12px;
  line-height: 20px; }
  @media only screen and (min-width: 768px) {
    footer {
      font-size: 16px;
      line-height: 29px; } }
  @media only screen and (min-width: 900px) {
    footer {
      grid-template-columns: 3fr 1fr 1fr 1fr;
      padding-bottom: 100px; } }
  footer .info {
    grid-column: 1 / span 2; }
    @media only screen and (min-width: 900px) {
      footer .info {
        grid-column: auto; } }
  footer .copyright {
    grid-column: 1 / span 2; }
    @media only screen and (min-width: 900px) {
      footer .copyright {
        grid-area: 1 / 1; } }
  footer strong {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px; }
  footer ul, footer li {
    margin: 0;
    padding: 0;
    list-style: none; }
  footer .info ul, footer .navigation ul, footer .resources ul {
    line-height: 19px; }
    footer .info ul li:not(:last-child), footer .navigation ul li:not(:last-child), footer .resources ul li:not(:last-child) {
      margin-bottom: 20px; }
  footer .copyright ul li {
    margin-bottom: 20px; }
  @media only screen and (min-width: 370px) {
    footer .copyright ul {
      display: flex;
      align-items: stretch;
      line-height: 1; }
      footer .copyright ul li {
        margin-bottom: 0;
        margin-right: 25px;
        padding-right: 25px;
        border-right: 1px solid #F9F8F4; }
        footer .copyright ul li:last-child {
          margin: 0;
          padding: 0;
          border: none; } }
  footer a {
    color: inherit;
    text-decoration: none; }
    footer a:hover, footer a:focus {
      text-decoration: underline; }
  footer .logo img {
    width: 356px;
    max-width: 100%;
    margin-bottom: 40px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges; }

.hero {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding-top: 0;
  padding-bottom: 40px;
  background-color: #F3F0E8;
  background-position: 33vw;
  background-repeat: no-repeat;
  background-size: auto 100%; }
  @media only screen and (min-width: 768px) {
    .hero {
      height: 70vh;
      background-position: 40vw; } }
  @media only screen and (min-width: 1200px) {
    .hero {
      background-position: right; } }
  .hero.large {
    height: 70vh;
    background-position: 25vw; }
    @media only screen and (min-width: 768px) {
      .hero.large {
        height: 90vh;
        background-position: 33vw; } }
    @media only screen and (min-width: 1200px) {
      .hero.large {
        background-position: right; } }
  .hero .content {
    width: 66%; }
    @media only screen and (min-width: 768px) {
      .hero .content {
        width: 51%; }
        .hero .content .inner {
          width: fit-content;
          margin-left: auto; } }
  .hero h1 {
    margin: 0; }
  .hero .skip {
    position: absolute;
    bottom: 60px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    padding: 30px;
    color: #0D2437;
    font-size: 0;
    line-height: 1;
    text-decoration: none;
    transition: bottom .3s; }
    .hero .skip:hover, .hero .skip:focus {
      bottom: 50px; }
    .hero .skip::before {
      content: '\f078';
      display: block;
      font-family: FontAwesome;
      font-size: 34px; }

.intro-section .content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center; }

.image-content {
  display: grid;
  grid-gap: 40px; }
  @media only screen and (min-width: 1024px) {
    .image-content {
      grid-gap: 70px; } }
  .image-content > .h4 {
    text-align: center; }
  .image-content article {
    display: grid;
    z-index: 1; }
    @media only screen and (min-width: 1024px) {
      .image-content article {
        grid-template-columns: 1fr 1fr;
        align-items: center; } }
  .image-content img {
    width: 100%;
    object-fit: cover; }
    @media only screen and (min-width: 1024px) {
      .image-content img {
        height: 100%; } }
  @media only screen and (min-width: 1024px) {
    .image-content.flip img {
      order: 1; } }
  .image-content .content {
    z-index: 1;
    padding: 25px 20px 30px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15); }
    @media only screen and (min-width: 1024px) {
      .image-content .content {
        margin-left: -5%;
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 45px 65px 50px;
        box-sizing: border-box; } }
    .image-content .content .h6 {
      display: block;
      margin: -25px -20px 25px;
      padding: 15px 20px;
      color: #FFFFFF;
      font-family: "ABeeZee", sans-serif;
      text-transform: uppercase;
      background-color: #0D2437; }
      @media only screen and (min-width: 1024px) {
        .image-content .content .h6 {
          margin: -45px -65px 45px;
          padding: 15px 65px; } }
  @media only screen and (min-width: 1024px) {
    .image-content.flip .content {
      margin-left: 0;
      margin-right: -5%; } }

.icon-collection {
  text-align: center;
  background-color: #F3F0E8; }
  .icon-collection .h4, .icon-collection .intro-pull {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto; }
  @media only screen and (min-width: 768px) {
    .icon-collection .icons {
      display: grid;
      grid-template-columns: 1fr 1fr;
      max-width: 750px;
      margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .icon-collection .icons {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      max-width: 1440px; } }
  .icon-collection .block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 50px;
    color: #111111;
    text-decoration: none;
    transition: color .2s; }
    .icon-collection .block:hover, .icon-collection .block:focus {
      color: #D0271E; }
      .icon-collection .block:hover img, .icon-collection .block:focus img {
        filter: drop-shadow(5px 5px 5px #aaa); }
  .icon-collection .icon {
    display: grid;
    place-items: center;
    width: 200px;
    height: 200px;
    margin-bottom: 10px; }
  .icon-collection img {
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
    transition: filter .2s; }

@media only screen and (min-width: 1200px) {
  .callout .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px; } }
.callout h2 {
  margin: 0; }

.summary {
  background-color: #FFFFFF; }
  .summary .content {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin: 0 auto;
    text-align: center; }

.icon-content {
  display: grid;
  grid-gap: 40px; }
  @media only screen and (min-width: 1024px) {
    .icon-content {
      grid-gap: 75px; } }
  .icon-content article {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15); }
    @media only screen and (min-width: 1024px) {
      .icon-content article {
        display: grid;
        grid-auto-flow: column; } }
  .icon-content .icon {
    display: grid;
    place-items: center;
    min-height: 237px;
    background-color: #F3F0E8; }
    @media only screen and (min-width: 1024px) {
      .icon-content .icon {
        width: 420px;
        height: 100%;
        min-height: 389px; } }
  .icon-content img {
    width: 200px;
    height: 200px;
    object-fit: contain; }
    @media only screen and (min-width: 1024px) {
      .icon-content img {
        width: 250px;
        height: 250px; } }
  .icon-content .content {
    padding: 25px 20px 20px;
    background-color: #FFFFFF; }
    @media only screen and (min-width: 1024px) {
      .icon-content .content {
        padding: 50px; } }

.team .articles {
  display: grid;
  grid-gap: 40px;
  margin-top: 60px; }
  @media only screen and (min-width: 768px) {
    .team .articles {
      grid-gap: 75px; } }
.team article {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15); }
  @media only screen and (min-width: 768px) {
    .team article {
      display: grid;
      grid-auto-flow: column;
      grid-template-columns: 200px 1fr; } }
.team .icon {
  display: grid;
  place-items: center;
  background-color: #EEF7FA; }
.team img {
  height: 264px;
  object-fit: cover; }
  @media only screen and (min-width: 768px) {
    .team img {
      max-width: 100%;
      height: 100%;
      min-height: 264px; } }
.team .content {
  padding: 20px;
  background-color: #FFFFFF; }
  @media only screen and (min-width: 768px) {
    .team .content {
      padding: 50px 30px 50px 50px; } }
.team .h4, .team .h5, .team .h6 {
  display: block; }
.team .h5 {
  padding: 4px 0;
  color: #66ADC7; }

.contact {
  padding: 50px 25px; }
  @media only screen and (min-width: 1024px) {
    .contact {
      padding: 90px 70px; } }
  .contact::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 40px;
    background: inherit;
    mask: url("/wp-content/themes/circulate/img/wave.svg") top no-repeat;
    -webkit-mask: url("/wp-content/themes/circulate/img/wave.svg") top no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    transform: rotateZ(180deg); }
    @media only screen and (min-width: 1024px) {
      .contact::after {
        bottom: -80px;
        height: 80px; } }
  .contact .info {
    display: grid;
    grid-gap: 20px;
    margin-bottom: 30px; }
    .contact .info .row {
      padding-left: 29px; }
      .contact .info .row img {
        margin-left: -29px; }
    @media only screen and (min-width: 1024px) {
      .contact .info {
        grid-template-columns: auto auto auto;
        width: max-content; }
        .contact .info .row {
          grid-column: 1 / 4; } }
    .contact .info img {
      vertical-align: middle; }
    .contact .info a {
      color: #111111;
      text-decoration: none; }
      .contact .info a:hover, .contact .info a:focus {
        text-decoration: underline; }
  .contact form {
    display: grid;
    grid-gap: 20px; }
    @media only screen and (min-width: 1024px) {
      .contact form {
        grid-template-columns: 1fr 1fr 1fr; }
        .contact form .full {
          grid-column: 1 / 4; } }

.map {
  display: grid; }

section.content {
  background-color: #F3F0E8; }
  section.content .container {
    max-width: 900px;
    margin: 0 auto; }
