/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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;
}
/**
 * These functions require unitless px values.
 */

/** Colors */

/** Box Model  */

/** Fonts */

@font-face {
  font-family: Gotham;
  src: local(Gotham-Light), url(/wp-content/themes/comm-ventures/dist/fonts/Gotham/Gotham-Light.otf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Gotham;
  src: local(Gotham-Medium), url(/wp-content/themes/comm-ventures/dist/fonts/Gotham/Gotham-Medium.otf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Gotham;
  src: local(Gotham-Book), url(/wp-content/themes/comm-ventures/dist/fonts/Gotham/Gotham-Book.otf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Gotham;
  src: local(Gotham-Bold), url(/wp-content/themes/comm-ventures/dist/fonts/Gotham/Gotham-Bold.otf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

/** Import everything from autoload */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/* line 3, node_modules/materialize-css/sass/components/_global.scss */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 6, node_modules/materialize-css/sass/components/_global.scss */

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

/* line 20, node_modules/materialize-css/sass/components/_global.scss */

button,
input,
optgroup,
select,
textarea {
  font-family: Gotham, sans-serif;
}

/* line 29, node_modules/materialize-css/sass/components/_global.scss */

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

/* line 33, node_modules/materialize-css/sass/components/_global.scss */

ul:not(.browser-default) > li {
  list-style-type: none;
}

/* line 39, node_modules/materialize-css/sass/components/_global.scss */

a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 49, node_modules/materialize-css/sass/components/_global.scss */

.valign-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 56, node_modules/materialize-css/sass/components/_global.scss */

.clearfix {
  clear: both;
}

/* line 62, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-0 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* 2dp elevation modified*/

/* line 67, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-1,
.btn,
.btn-large,
.btn-small,
.btn-floating {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* line 72, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-1-half,
.btn:hover,
.btn-large:hover,
.btn-small:hover,
.btn-floating:hover {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/

/* line 77, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-2 {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/

/* line 84, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-3 {
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */

/* line 91, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-4 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */

/* line 98, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-5 {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

/* line 104, node_modules/materialize-css/sass/components/_global.scss */

.hoverable {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  -o-transition: box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
}

/* line 107, node_modules/materialize-css/sass/components/_global.scss */

.hoverable:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 114, node_modules/materialize-css/sass/components/_global.scss */

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

/* line 123, node_modules/materialize-css/sass/components/_global.scss */

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}

/* line 131, node_modules/materialize-css/sass/components/_global.scss */

i {
  line-height: inherit;
}

/* line 134, node_modules/materialize-css/sass/components/_global.scss */

i.left {
  float: left;
  margin-right: 15px;
}

/* line 138, node_modules/materialize-css/sass/components/_global.scss */

i.right {
  float: right;
  margin-left: 15px;
}

/* line 142, node_modules/materialize-css/sass/components/_global.scss */

i.tiny {
  font-size: 1rem;
}

/* line 145, node_modules/materialize-css/sass/components/_global.scss */

i.small {
  font-size: 2rem;
}

/* line 148, node_modules/materialize-css/sass/components/_global.scss */

i.medium {
  font-size: 4rem;
}

/* line 151, node_modules/materialize-css/sass/components/_global.scss */

i.large {
  font-size: 6rem;
}

/* line 157, node_modules/materialize-css/sass/components/_global.scss */

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

/* line 168, node_modules/materialize-css/sass/components/_global.scss */

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

/* line 175, node_modules/materialize-css/sass/components/_global.scss */

.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

/* line 183, node_modules/materialize-css/sass/components/_global.scss */

.pagination li.active a {
  color: #fff;
}

/* line 185, node_modules/materialize-css/sass/components/_global.scss */

.pagination li.active {
  background-color: #ee6e73;
}

/* line 187, node_modules/materialize-css/sass/components/_global.scss */

.pagination li.disabled a {
  cursor: default;
  color: #999;
}

/* line 192, node_modules/materialize-css/sass/components/_global.scss */

.pagination li i {
  font-size: 2rem;
}

/* line 198, node_modules/materialize-css/sass/components/_global.scss */

.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 992px) {
  /* line 204, node_modules/materialize-css/sass/components/_global.scss */

  .pagination {
    width: 100%;
  }

  /* line 207, node_modules/materialize-css/sass/components/_global.scss */

  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }

  /* line 212, node_modules/materialize-css/sass/components/_global.scss */

  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

/* line 221, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 225, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb i,
.breadcrumb [class^="mdi-"],
.breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

/* line 233, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}

/* line 246, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb:first-child:before {
  display: none;
}

/* line 250, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb:last-child {
  color: #fff;
}

/* line 256, node_modules/materialize-css/sass/components/_global.scss */

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

/* line 261, node_modules/materialize-css/sass/components/_global.scss */

.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* line 269, node_modules/materialize-css/sass/components/_global.scss */

.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 283, node_modules/materialize-css/sass/components/_global.scss */

.pin-top,
.pin-bottom {
  position: relative;
}

/* line 286, node_modules/materialize-css/sass/components/_global.scss */

.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/

/* line 294, node_modules/materialize-css/sass/components/_global.scss */

ul.staggered-list li {
  opacity: 0;
}

/* line 298, node_modules/materialize-css/sass/components/_global.scss */

.fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/

@media only screen and (max-width: 600px) {
  /* line 307, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  /* line 312, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  /* line 317, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 322, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  /* line 327, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  /* line 332, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  /* line 337, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width: 993px) {
  /* line 342, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 347, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  /* line 352, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  /* line 357, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width: 992px) {
  /* line 362, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  /* line 370, node_modules/materialize-css/sass/components/_global.scss */

  .center-on-small-only {
    text-align: center;
  }
}

/* line 377, node_modules/materialize-css/sass/components/_global.scss */

.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73;
}

/* line 382, node_modules/materialize-css/sass/components/_global.scss */

.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

/* line 395, node_modules/materialize-css/sass/components/_global.scss */

table,
th,
td {
  border: none;
}

/* line 399, node_modules/materialize-css/sass/components/_global.scss */

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 406, node_modules/materialize-css/sass/components/_global.scss */

table.striped tr {
  border-bottom: none;
}

/* line 411, node_modules/materialize-css/sass/components/_global.scss */

table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 415, node_modules/materialize-css/sass/components/_global.scss */

table.striped > tbody > tr > td {
  border-radius: 0;
}

/* line 421, node_modules/materialize-css/sass/components/_global.scss */

table.highlight > tbody > tr {
  -webkit-transition: background-color .25s ease;
  -o-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

/* line 423, node_modules/materialize-css/sass/components/_global.scss */

table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 429, node_modules/materialize-css/sass/components/_global.scss */

table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}

/* line 435, node_modules/materialize-css/sass/components/_global.scss */

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 439, node_modules/materialize-css/sass/components/_global.scss */

td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  /* line 450, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }

  /* line 457, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table td:empty:before {
    content: '\A0';
  }

  /* line 461, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }

  /* line 467, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table th {
    text-align: left;
  }

  /* line 468, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table thead {
    display: block;
    float: left;
  }

  /* line 472, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }

  /* line 476, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table thead tr th::before {
    content: "\A0";
  }

  /* line 481, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  /* line 488, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }

  /* line 493, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table th {
    display: block;
    text-align: right;
  }

  /* line 497, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }

  /* line 502, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }

  /* line 508, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}

/* line 518, node_modules/materialize-css/sass/components/_global.scss */

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

/* line 525, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 533, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

/* line 539, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

/* line 549, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

/* line 558, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar .title {
  font-size: 16px;
}

/* line 562, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar p {
  margin: 0;
}

/* line 566, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

/* line 575, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item:last-child {
  border-bottom: none;
}

/* line 579, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}

/* line 583, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.active .secondary-content {
  color: #fff;
}

/* line 588, node_modules/materialize-css/sass/components/_global.scss */

.collection a.collection-item {
  display: block;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  color: #26a69a;
}

/* line 593, node_modules/materialize-css/sass/components/_global.scss */

.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

/* line 600, node_modules/materialize-css/sass/components/_global.scss */

.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

/* line 605, node_modules/materialize-css/sass/components/_global.scss */

.collection.with-header .collection-item {
  padding-left: 30px;
}

/* line 608, node_modules/materialize-css/sass/components/_global.scss */

.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

/* line 615, node_modules/materialize-css/sass/components/_global.scss */

.secondary-content {
  float: right;
  color: #26a69a;
}

/* line 619, node_modules/materialize-css/sass/components/_global.scss */

.collapsible .collection {
  margin: 0;
  border: none;
}

/* line 627, node_modules/materialize-css/sass/components/_global.scss */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 633, node_modules/materialize-css/sass/components/_global.scss */

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 643, node_modules/materialize-css/sass/components/_global.scss */

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

/* line 652, node_modules/materialize-css/sass/components/_global.scss */

.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  -webkit-transition: width .3s linear;
  -o-transition: width .3s linear;
  transition: width .3s linear;
}

/* line 660, node_modules/materialize-css/sass/components/_global.scss */

.progress .indeterminate {
  background-color: #26a69a;
}

/* line 662, node_modules/materialize-css/sass/components/_global.scss */

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
       -o-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
          animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

/* line 674, node_modules/materialize-css/sass/components/_global.scss */

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
       -o-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
       -o-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@-o-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

@-o-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

/*******************
  Utility Classes
*******************/

/* line 723, node_modules/materialize-css/sass/components/_global.scss */

.hide {
  display: none !important;
}

/* line 728, node_modules/materialize-css/sass/components/_global.scss */

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

/* line 731, node_modules/materialize-css/sass/components/_global.scss */

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

/* line 734, node_modules/materialize-css/sass/components/_global.scss */

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

/* line 738, node_modules/materialize-css/sass/components/_global.scss */

.left {
  float: left !important;
}

/* line 741, node_modules/materialize-css/sass/components/_global.scss */

.right {
  float: right !important;
}

/* line 746, node_modules/materialize-css/sass/components/_global.scss */

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 750, node_modules/materialize-css/sass/components/_global.scss */

.circle {
  border-radius: 50%;
}

/* line 754, node_modules/materialize-css/sass/components/_global.scss */

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 760, node_modules/materialize-css/sass/components/_global.scss */

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 767, node_modules/materialize-css/sass/components/_global.scss */

.no-padding {
  padding: 0 !important;
}

/* line 2, node_modules/materialize-css/sass/components/_typography.scss */

a {
  text-decoration: none;
}

/* line 6, node_modules/materialize-css/sass/components/_typography.scss */

html {
  line-height: 1.5;
  font-family: Gotham, sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 0) {
  /* line 6, node_modules/materialize-css/sass/components/_typography.scss */

  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 6, node_modules/materialize-css/sass/components/_typography.scss */

  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 6, node_modules/materialize-css/sass/components/_typography.scss */

  html {
    font-size: 15px;
  }
}

/* line 25, node_modules/materialize-css/sass/components/_typography.scss */

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

/* line 31, node_modules/materialize-css/sass/components/_typography.scss */

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

/* line 32, node_modules/materialize-css/sass/components/_typography.scss */

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

/* line 33, node_modules/materialize-css/sass/components/_typography.scss */

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.37333rem 0 1.424rem 0;
}

/* line 34, node_modules/materialize-css/sass/components/_typography.scss */

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.94667rem 0 1.168rem 0;
}

/* line 35, node_modules/materialize-css/sass/components/_typography.scss */

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

/* line 36, node_modules/materialize-css/sass/components/_typography.scss */

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.09333rem 0 0.656rem 0;
}

/* line 37, node_modules/materialize-css/sass/components/_typography.scss */

h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.76667rem 0 0.46rem 0;
}

/* line 40, node_modules/materialize-css/sass/components/_typography.scss */

em {
  font-style: italic;
}

/* line 41, node_modules/materialize-css/sass/components/_typography.scss */

strong {
  font-weight: 500;
}

/* line 42, node_modules/materialize-css/sass/components/_typography.scss */

small {
  font-size: 75%;
}

/* line 43, node_modules/materialize-css/sass/components/_typography.scss */

.light {
  font-weight: 300;
}

/* line 44, node_modules/materialize-css/sass/components/_typography.scss */

.thin {
  font-weight: 200;
}

@media only screen and (min-width: 360px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 390px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.224rem;
  }
}

@media only screen and (min-width: 420px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.248rem;
  }
}

@media only screen and (min-width: 450px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.272rem;
  }
}

@media only screen and (min-width: 480px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.296rem;
  }
}

@media only screen and (min-width: 510px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.32rem;
  }
}

@media only screen and (min-width: 540px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.344rem;
  }
}

@media only screen and (min-width: 570px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.368rem;
  }
}

@media only screen and (min-width: 600px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.392rem;
  }
}

@media only screen and (min-width: 630px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.416rem;
  }
}

@media only screen and (min-width: 660px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.44rem;
  }
}

@media only screen and (min-width: 690px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.464rem;
  }
}

@media only screen and (min-width: 720px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.488rem;
  }
}

@media only screen and (min-width: 750px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.512rem;
  }
}

@media only screen and (min-width: 780px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.536rem;
  }
}

@media only screen and (min-width: 810px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.56rem;
  }
}

@media only screen and (min-width: 840px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.584rem;
  }
}

@media only screen and (min-width: 870px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.608rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.632rem;
  }
}

@media only screen and (min-width: 930px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.656rem;
  }
}

@media only screen and (min-width: 960px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.68rem;
  }
}

@media only screen and (max-width: 360px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.2rem;
  }
}

/* line 2, node_modules/materialize-css/sass/components/_buttons.scss */

.btn,
.btn-large,
.btn-small,
.btn-flat,
.greeny-btn,
.banner .nav .menu-item.green-btn a,
.banner .mobile-nav .menu-item.green-btn a,
.blog .nav-previous a,
.archive .nav-previous a,
.search .nav-previous a,
.single-post article footer .nav-previous a,
.block\(altHero\) .btn-flat:first-child,
.block\(altImageAndText\) .btn-flat:first-child,
.block\(altTwoColumnText\) .btns .btn-flat:first-child,
.block\(imageCta\) .btn-flat:first-child,
.block\(imageHero\) .btn-flat:first-child,
.block\(imageHero\) .btn-flat:nth-child(3),
.block\(ImpactVideoAndtext\) .btn-flat:first-child,
.block\(stats\) .btn-flat:last-child,
.block\(textAndButtons\) .btn-flat:first-child,
.block\(videoAndtext\) .btn-flat:first-child,
.block\(visualCta\) .btn-flat:first-child,
.bluey-btn,
.blog .nav-next a,
.archive .nav-next a,
.search .nav-next a,
.single-post article footer .nav-next a,
.block\(altHero\) .btn-flat:last-child,
.block\(altImageAndText\) .btn-flat:last-child,
.block\(altTwoColumnText\) .btns .btn-flat:last-child,
.block\(altTwoColumnText\) .item-btns .btn-flat,
.block\(imageCta\) .btn-flat:last-child,
.block\(imageHero\) .btn-flat:nth-child(2),
.block\(ImpactVideoAndtext\) .btn-flat:last-child,
.block\(stats\) .btn-flat:first-child,
.block\(textAndButtons\) .btn-flat:last-child,
.block\(videoAndtext\) .btn-flat:last-child,
.block\(visualCta\) .btn-flat:last-child,
.blog .nav-links a,
.archive .nav-links a,
.search .nav-links a {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

/* line 16, node_modules/materialize-css/sass/components/_buttons.scss */

.btn.disabled,
.disabled.btn-large,
.disabled.btn-small,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.disabled.greeny-btn,
.banner .nav .menu-item.green-btn a.disabled,
.banner .mobile-nav .menu-item.green-btn a.disabled,
.blog .nav-previous a.disabled,
.archive .nav-previous a.disabled,
.search .nav-previous a.disabled,
.single-post article footer .nav-previous a.disabled,
.block\(altHero\) .disabled.btn-flat:first-child,
.block\(altImageAndText\) .disabled.btn-flat:first-child,
.block\(altTwoColumnText\) .btns .disabled.btn-flat:first-child,
.block\(imageCta\) .disabled.btn-flat:first-child,
.block\(imageHero\) .disabled.btn-flat:first-child,
.block\(imageHero\) .disabled.btn-flat:nth-child(3),
.block\(ImpactVideoAndtext\) .disabled.btn-flat:first-child,
.block\(stats\) .disabled.btn-flat:last-child,
.block\(textAndButtons\) .disabled.btn-flat:first-child,
.block\(videoAndtext\) .disabled.btn-flat:first-child,
.block\(visualCta\) .disabled.btn-flat:first-child,
.disabled.bluey-btn,
.blog .nav-next a.disabled,
.archive .nav-next a.disabled,
.search .nav-next a.disabled,
.single-post article footer .nav-next a.disabled,
.block\(altHero\) .disabled.btn-flat:last-child,
.block\(altImageAndText\) .disabled.btn-flat:last-child,
.block\(altTwoColumnText\) .btns .disabled.btn-flat:last-child,
.block\(altTwoColumnText\) .item-btns .disabled.btn-flat,
.block\(imageCta\) .disabled.btn-flat:last-child,
.block\(imageHero\) .disabled.btn-flat:nth-child(2),
.block\(ImpactVideoAndtext\) .disabled.btn-flat:last-child,
.block\(stats\) .disabled.btn-flat:first-child,
.block\(textAndButtons\) .disabled.btn-flat:last-child,
.block\(videoAndtext\) .disabled.btn-flat:last-child,
.block\(visualCta\) .disabled.btn-flat:last-child,
.blog .nav-links a.disabled,
.archive .nav-links a.disabled,
.search .nav-links a.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.greeny-btn:disabled,
.banner .nav .menu-item.green-btn a:disabled,
.banner .mobile-nav .menu-item.green-btn a:disabled,
.blog .nav-previous a:disabled,
.archive .nav-previous a:disabled,
.search .nav-previous a:disabled,
.single-post article footer .nav-previous a:disabled,
.block\(altHero\) .btn-flat:disabled:first-child,
.block\(altImageAndText\) .btn-flat:disabled:first-child,
.block\(altTwoColumnText\) .btns .btn-flat:disabled:first-child,
.block\(imageCta\) .btn-flat:disabled:first-child,
.block\(imageHero\) .btn-flat:disabled:first-child,
.block\(imageHero\) .btn-flat:disabled:nth-child(3),
.block\(ImpactVideoAndtext\) .btn-flat:disabled:first-child,
.block\(stats\) .btn-flat:disabled:last-child,
.block\(textAndButtons\) .btn-flat:disabled:first-child,
.block\(videoAndtext\) .btn-flat:disabled:first-child,
.block\(visualCta\) .btn-flat:disabled:first-child,
.bluey-btn:disabled,
.blog .nav-next a:disabled,
.archive .nav-next a:disabled,
.search .nav-next a:disabled,
.single-post article footer .nav-next a:disabled,
.block\(altHero\) .btn-flat:disabled:last-child,
.block\(altImageAndText\) .btn-flat:disabled:last-child,
.block\(altTwoColumnText\) .btns .btn-flat:disabled:last-child,
.block\(altTwoColumnText\) .item-btns .btn-flat:disabled,
.block\(imageCta\) .btn-flat:disabled:last-child,
.block\(imageHero\) .btn-flat:disabled:nth-child(2),
.block\(ImpactVideoAndtext\) .btn-flat:disabled:last-child,
.block\(stats\) .btn-flat:disabled:first-child,
.block\(textAndButtons\) .btn-flat:disabled:last-child,
.block\(videoAndtext\) .btn-flat:disabled:last-child,
.block\(visualCta\) .btn-flat:disabled:last-child,
.blog .nav-links a:disabled,
.archive .nav-links a:disabled,
.search .nav-links a:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled],
.greeny-btn[disabled],
.banner .nav .menu-item.green-btn a[disabled],
.banner .mobile-nav .menu-item.green-btn a[disabled],
.blog .nav-previous a[disabled],
.archive .nav-previous a[disabled],
.search .nav-previous a[disabled],
.single-post article footer .nav-previous a[disabled],
.block\(altHero\) .btn-flat[disabled]:first-child,
.block\(altImageAndText\) .btn-flat[disabled]:first-child,
.block\(altTwoColumnText\) .btns .btn-flat[disabled]:first-child,
.block\(imageCta\) .btn-flat[disabled]:first-child,
.block\(imageHero\) .btn-flat[disabled]:first-child,
.block\(imageHero\) .btn-flat[disabled]:nth-child(3),
.block\(ImpactVideoAndtext\) .btn-flat[disabled]:first-child,
.block\(stats\) .btn-flat[disabled]:last-child,
.block\(textAndButtons\) .btn-flat[disabled]:first-child,
.block\(videoAndtext\) .btn-flat[disabled]:first-child,
.block\(visualCta\) .btn-flat[disabled]:first-child,
.bluey-btn[disabled],
.blog .nav-next a[disabled],
.archive .nav-next a[disabled],
.search .nav-next a[disabled],
.single-post article footer .nav-next a[disabled],
.block\(altHero\) .btn-flat[disabled]:last-child,
.block\(altImageAndText\) .btn-flat[disabled]:last-child,
.block\(altTwoColumnText\) .btns .btn-flat[disabled]:last-child,
.block\(altTwoColumnText\) .item-btns .btn-flat[disabled],
.block\(imageCta\) .btn-flat[disabled]:last-child,
.block\(imageHero\) .btn-flat[disabled]:nth-child(2),
.block\(ImpactVideoAndtext\) .btn-flat[disabled]:last-child,
.block\(stats\) .btn-flat[disabled]:first-child,
.block\(textAndButtons\) .btn-flat[disabled]:last-child,
.block\(videoAndtext\) .btn-flat[disabled]:last-child,
.block\(visualCta\) .btn-flat[disabled]:last-child,
.blog .nav-links a[disabled],
.archive .nav-links a[disabled],
.search .nav-links a[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

/* line 36, node_modules/materialize-css/sass/components/_buttons.scss */

.btn.disabled:hover,
.disabled.btn-large:hover,
.disabled.btn-small:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.disabled.greeny-btn:hover,
.banner .nav .menu-item.green-btn a.disabled:hover,
.banner .mobile-nav .menu-item.green-btn a.disabled:hover,
.blog .nav-previous a.disabled:hover,
.archive .nav-previous a.disabled:hover,
.search .nav-previous a.disabled:hover,
.single-post article footer .nav-previous a.disabled:hover,
.block\(altTwoColumnText\) .btns .disabled.btn-flat:hover:first-child,
.disabled.bluey-btn:hover,
.blog .nav-next a.disabled:hover,
.archive .nav-next a.disabled:hover,
.search .nav-next a.disabled:hover,
.single-post article footer .nav-next a.disabled:hover,
.block\(altTwoColumnText\) .btns .disabled.btn-flat:hover:last-child,
.blog .nav-links a.disabled:hover,
.archive .nav-links a.disabled:hover,
.search .nav-links a.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.greeny-btn:disabled:hover,
.banner .nav .menu-item.green-btn a:disabled:hover,
.banner .mobile-nav .menu-item.green-btn a:disabled:hover,
.blog .nav-previous a:disabled:hover,
.archive .nav-previous a:disabled:hover,
.search .nav-previous a:disabled:hover,
.single-post article footer .nav-previous a:disabled:hover,
.block\(altTwoColumnText\) .btns .btn-flat:disabled:hover:first-child,
.bluey-btn:disabled:hover,
.blog .nav-next a:disabled:hover,
.archive .nav-next a:disabled:hover,
.search .nav-next a:disabled:hover,
.single-post article footer .nav-next a:disabled:hover,
.block\(altTwoColumnText\) .btns .btn-flat:disabled:hover:last-child,
.blog .nav-links a:disabled:hover,
.archive .nav-links a:disabled:hover,
.search .nav-links a:disabled:hover,
.btn[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover,
.greeny-btn[disabled]:hover,
.banner .nav .menu-item.green-btn a[disabled]:hover,
.banner .mobile-nav .menu-item.green-btn a[disabled]:hover,
.blog .nav-previous a[disabled]:hover,
.archive .nav-previous a[disabled]:hover,
.search .nav-previous a[disabled]:hover,
.single-post article footer .nav-previous a[disabled]:hover,
.block\(altTwoColumnText\) .btns .btn-flat[disabled]:hover:first-child,
.bluey-btn[disabled]:hover,
.blog .nav-next a[disabled]:hover,
.archive .nav-next a[disabled]:hover,
.search .nav-next a[disabled]:hover,
.single-post article footer .nav-next a[disabled]:hover,
.block\(altTwoColumnText\) .btns .btn-flat[disabled]:hover:last-child,
.blog .nav-links a[disabled]:hover,
.archive .nav-links a[disabled]:hover,
.search .nav-links a[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

/* line 43, node_modules/materialize-css/sass/components/_buttons.scss */

.btn,
.btn-large,
.btn-small,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat,
.greeny-btn,
.banner .nav .menu-item.green-btn a,
.banner .mobile-nav .menu-item.green-btn a,
.blog .nav-previous a,
.archive .nav-previous a,
.search .nav-previous a,
.single-post article footer .nav-previous a,
.block\(altHero\) .btn-flat:first-child,
.block\(altImageAndText\) .btn-flat:first-child,
.block\(altTwoColumnText\) .btns .btn-flat:first-child,
.block\(imageCta\) .btn-flat:first-child,
.block\(imageHero\) .btn-flat:first-child,
.block\(imageHero\) .btn-flat:nth-child(3),
.block\(ImpactVideoAndtext\) .btn-flat:first-child,
.block\(stats\) .btn-flat:last-child,
.block\(textAndButtons\) .btn-flat:first-child,
.block\(videoAndtext\) .btn-flat:first-child,
.block\(visualCta\) .btn-flat:first-child,
.bluey-btn,
.blog .nav-next a,
.archive .nav-next a,
.search .nav-next a,
.single-post article footer .nav-next a,
.block\(altHero\) .btn-flat:last-child,
.block\(altImageAndText\) .btn-flat:last-child,
.block\(altTwoColumnText\) .btns .btn-flat:last-child,
.block\(altTwoColumnText\) .item-btns .btn-flat,
.block\(imageCta\) .btn-flat:last-child,
.block\(imageHero\) .btn-flat:nth-child(2),
.block\(ImpactVideoAndtext\) .btn-flat:last-child,
.block\(stats\) .btn-flat:first-child,
.block\(textAndButtons\) .btn-flat:last-child,
.block\(videoAndtext\) .btn-flat:last-child,
.block\(visualCta\) .btn-flat:last-child,
.blog .nav-links a,
.archive .nav-links a,
.search .nav-links a {
  font-size: 14px;
  outline: 0;
}

/* line 50, node_modules/materialize-css/sass/components/_buttons.scss */

.btn i,
.btn-large i,
.btn-small i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i,
.greeny-btn i,
.banner .nav .menu-item.green-btn a i,
.banner .mobile-nav .menu-item.green-btn a i,
.blog .nav-previous a i,
.archive .nav-previous a i,
.search .nav-previous a i,
.single-post article footer .nav-previous a i,
.block\(altHero\) .btn-flat:first-child i,
.block\(altImageAndText\) .btn-flat:first-child i,
.block\(altTwoColumnText\) .btns .btn-flat:first-child i,
.block\(imageCta\) .btn-flat:first-child i,
.block\(imageHero\) .btn-flat:first-child i,
.block\(imageHero\) .btn-flat:nth-child(3) i,
.block\(ImpactVideoAndtext\) .btn-flat:first-child i,
.block\(stats\) .btn-flat:last-child i,
.block\(textAndButtons\) .btn-flat:first-child i,
.block\(videoAndtext\) .btn-flat:first-child i,
.block\(visualCta\) .btn-flat:first-child i,
.bluey-btn i,
.blog .nav-next a i,
.archive .nav-next a i,
.search .nav-next a i,
.single-post article footer .nav-next a i,
.block\(altHero\) .btn-flat:last-child i,
.block\(altImageAndText\) .btn-flat:last-child i,
.block\(altTwoColumnText\) .btns .btn-flat:last-child i,
.block\(altTwoColumnText\) .item-btns .btn-flat i,
.block\(imageCta\) .btn-flat:last-child i,
.block\(imageHero\) .btn-flat:nth-child(2) i,
.block\(ImpactVideoAndtext\) .btn-flat:last-child i,
.block\(stats\) .btn-flat:first-child i,
.block\(textAndButtons\) .btn-flat:last-child i,
.block\(videoAndtext\) .btn-flat:last-child i,
.block\(visualCta\) .btn-flat:last-child i,
.blog .nav-links a i,
.archive .nav-links a i,
.search .nav-links a i {
  font-size: 1.3rem;
  line-height: inherit;
}

/* line 59, node_modules/materialize-css/sass/components/_buttons.scss */

.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
  background-color: #1d7d74;
}

/* line 65, node_modules/materialize-css/sass/components/_buttons.scss */

.btn,
.btn-large,
.btn-small {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  -webkit-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  cursor: pointer;
}

/* line 74, node_modules/materialize-css/sass/components/_buttons.scss */

.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #2bbbad;
}

/* line 81, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle;
}

/* line 82, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating:hover {
  background-color: #26a69a;
}

/* line 86, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating:before {
  border-radius: 0;
}

/* line 89, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}

/* line 90, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}

/* line 96, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-large i {
  line-height: 56px;
}

/* line 101, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}

/* line 102, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}

/* line 107, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-small i {
  line-height: 32.4px;
}

/* line 112, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

/* line 113, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

/* line 136, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

/* line 147, node_modules/materialize-css/sass/components/_buttons.scss */

button.btn-floating {
  border: none;
}

/* line 152, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

/* line 154, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.active ul {
  visibility: visible;
}

/* line 160, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-left,
.fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}

/* line 163, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-left ul,
.fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}

/* line 172, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-left ul li,
.fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}

/* line 178, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}

/* line 180, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}

/* line 185, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}

/* line 190, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}

/* line 192, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

/* line 197, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}

/* line 202, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

/* line 204, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}

/* line 210, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

/* line 215, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 221, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

/* line 232, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

/* line 245, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

/* line 253, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn ul li {
  margin-bottom: 15px;
}

/* line 256, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

/* line 260, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

/* line 274, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-flat,
.greeny-btn,
.banner .nav .menu-item.green-btn a,
.banner .mobile-nav .menu-item.green-btn a,
.blog .nav-previous a,
.archive .nav-previous a,
.search .nav-previous a,
.single-post article footer .nav-previous a,
.block\(altHero\) .btn-flat:first-child,
.block\(altImageAndText\) .btn-flat:first-child,
.block\(altTwoColumnText\) .btns .btn-flat:first-child,
.block\(imageCta\) .btn-flat:first-child,
.block\(imageHero\) .btn-flat:first-child,
.block\(imageHero\) .btn-flat:nth-child(3),
.block\(ImpactVideoAndtext\) .btn-flat:first-child,
.block\(stats\) .btn-flat:last-child,
.block\(textAndButtons\) .btn-flat:first-child,
.block\(videoAndtext\) .btn-flat:first-child,
.block\(visualCta\) .btn-flat:first-child,
.bluey-btn,
.blog .nav-next a,
.archive .nav-next a,
.search .nav-next a,
.single-post article footer .nav-next a,
.block\(altHero\) .btn-flat:last-child,
.block\(altImageAndText\) .btn-flat:last-child,
.block\(altTwoColumnText\) .btns .btn-flat:last-child,
.block\(altTwoColumnText\) .item-btns .btn-flat,
.block\(imageCta\) .btn-flat:last-child,
.block\(imageHero\) .btn-flat:nth-child(2),
.block\(ImpactVideoAndtext\) .btn-flat:last-child,
.block\(stats\) .btn-flat:first-child,
.block\(textAndButtons\) .btn-flat:last-child,
.block\(videoAndtext\) .btn-flat:last-child,
.block\(visualCta\) .btn-flat:last-child,
.blog .nav-links a,
.archive .nav-links a,
.search .nav-links a {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

/* line 280, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-flat:focus,
.greeny-btn:focus,
.banner .nav .menu-item.green-btn a:focus,
.banner .mobile-nav .menu-item.green-btn a:focus,
.blog .nav-previous a:focus,
.archive .nav-previous a:focus,
.search .nav-previous a:focus,
.single-post article footer .nav-previous a:focus,
.block\(altHero\) .btn-flat:focus:first-child,
.block\(altImageAndText\) .btn-flat:focus:first-child,
.block\(altTwoColumnText\) .btns .btn-flat:focus:first-child,
.block\(imageCta\) .btn-flat:focus:first-child,
.block\(imageHero\) .btn-flat:focus:first-child,
.block\(imageHero\) .btn-flat:focus:nth-child(3),
.block\(ImpactVideoAndtext\) .btn-flat:focus:first-child,
.block\(stats\) .btn-flat:focus:last-child,
.block\(textAndButtons\) .btn-flat:focus:first-child,
.block\(videoAndtext\) .btn-flat:focus:first-child,
.block\(visualCta\) .btn-flat:focus:first-child,
.bluey-btn:focus,
.blog .nav-next a:focus,
.archive .nav-next a:focus,
.search .nav-next a:focus,
.single-post article footer .nav-next a:focus,
.block\(altHero\) .btn-flat:focus:last-child,
.block\(altImageAndText\) .btn-flat:focus:last-child,
.block\(altTwoColumnText\) .btns .btn-flat:focus:last-child,
.block\(altTwoColumnText\) .item-btns .btn-flat:focus,
.block\(imageCta\) .btn-flat:focus:last-child,
.block\(imageHero\) .btn-flat:focus:nth-child(2),
.block\(ImpactVideoAndtext\) .btn-flat:focus:last-child,
.block\(stats\) .btn-flat:focus:first-child,
.block\(textAndButtons\) .btn-flat:focus:last-child,
.block\(videoAndtext\) .btn-flat:focus:last-child,
.block\(visualCta\) .btn-flat:focus:last-child,
.blog .nav-links a:focus,
.archive .nav-links a:focus,
.search .nav-links a:focus,
.btn-flat:hover,
.greeny-btn:hover,
.banner .nav .menu-item.green-btn a:hover,
.banner .mobile-nav .menu-item.green-btn a:hover,
.blog .nav-previous a:hover,
.archive .nav-previous a:hover,
.search .nav-previous a:hover,
.single-post article footer .nav-previous a:hover,
.block\(altHero\) .btn-flat:hover:first-child,
.block\(altImageAndText\) .btn-flat:hover:first-child,
.block\(altTwoColumnText\) .btns .btn-flat:hover:first-child,
.block\(imageCta\) .btn-flat:hover:first-child,
.block\(imageHero\) .btn-flat:hover:first-child,
.block\(imageHero\) .btn-flat:hover:nth-child(3),
.block\(ImpactVideoAndtext\) .btn-flat:hover:first-child,
.block\(stats\) .btn-flat:hover:last-child,
.block\(textAndButtons\) .btn-flat:hover:first-child,
.block\(videoAndtext\) .btn-flat:hover:first-child,
.block\(visualCta\) .btn-flat:hover:first-child,
.bluey-btn:hover,
.blog .nav-next a:hover,
.archive .nav-next a:hover,
.search .nav-next a:hover,
.single-post article footer .nav-next a:hover,
.block\(altHero\) .btn-flat:hover:last-child,
.block\(altImageAndText\) .btn-flat:hover:last-child,
.block\(altTwoColumnText\) .btns .btn-flat:hover:last-child,
.block\(altTwoColumnText\) .item-btns .btn-flat:hover,
.block\(imageCta\) .btn-flat:hover:last-child,
.block\(imageHero\) .btn-flat:hover:nth-child(2),
.block\(ImpactVideoAndtext\) .btn-flat:hover:last-child,
.block\(stats\) .btn-flat:hover:first-child,
.block\(textAndButtons\) .btn-flat:hover:last-child,
.block\(videoAndtext\) .btn-flat:hover:last-child,
.block\(visualCta\) .btn-flat:hover:last-child,
.blog .nav-links a:hover,
.archive .nav-links a:hover,
.search .nav-links a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 284, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-flat:focus,
.greeny-btn:focus,
.banner .nav .menu-item.green-btn a:focus,
.banner .mobile-nav .menu-item.green-btn a:focus,
.blog .nav-previous a:focus,
.archive .nav-previous a:focus,
.search .nav-previous a:focus,
.single-post article footer .nav-previous a:focus,
.block\(altHero\) .btn-flat:focus:first-child,
.block\(altImageAndText\) .btn-flat:focus:first-child,
.block\(altTwoColumnText\) .btns .btn-flat:focus:first-child,
.block\(imageCta\) .btn-flat:focus:first-child,
.block\(imageHero\) .btn-flat:focus:first-child,
.block\(imageHero\) .btn-flat:focus:nth-child(3),
.block\(ImpactVideoAndtext\) .btn-flat:focus:first-child,
.block\(stats\) .btn-flat:focus:last-child,
.block\(textAndButtons\) .btn-flat:focus:first-child,
.block\(videoAndtext\) .btn-flat:focus:first-child,
.block\(visualCta\) .btn-flat:focus:first-child,
.bluey-btn:focus,
.blog .nav-next a:focus,
.archive .nav-next a:focus,
.search .nav-next a:focus,
.single-post article footer .nav-next a:focus,
.block\(altHero\) .btn-flat:focus:last-child,
.block\(altImageAndText\) .btn-flat:focus:last-child,
.block\(altTwoColumnText\) .btns .btn-flat:focus:last-child,
.block\(altTwoColumnText\) .item-btns .btn-flat:focus,
.block\(imageCta\) .btn-flat:focus:last-child,
.block\(imageHero\) .btn-flat:focus:nth-child(2),
.block\(ImpactVideoAndtext\) .btn-flat:focus:last-child,
.block\(stats\) .btn-flat:focus:first-child,
.block\(textAndButtons\) .btn-flat:focus:last-child,
.block\(videoAndtext\) .btn-flat:focus:last-child,
.block\(visualCta\) .btn-flat:focus:last-child,
.blog .nav-links a:focus,
.archive .nav-links a:focus,
.search .nav-links a:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 287, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-flat.disabled,
.disabled.greeny-btn,
.banner .nav .menu-item.green-btn a.disabled,
.banner .mobile-nav .menu-item.green-btn a.disabled,
.blog .nav-previous a.disabled,
.archive .nav-previous a.disabled,
.search .nav-previous a.disabled,
.single-post article footer .nav-previous a.disabled,
.block\(altHero\) .disabled.btn-flat:first-child,
.block\(altImageAndText\) .disabled.btn-flat:first-child,
.block\(altTwoColumnText\) .btns .disabled.btn-flat:first-child,
.block\(imageCta\) .disabled.btn-flat:first-child,
.block\(imageHero\) .disabled.btn-flat:first-child,
.block\(imageHero\) .disabled.btn-flat:nth-child(3),
.block\(ImpactVideoAndtext\) .disabled.btn-flat:first-child,
.block\(stats\) .disabled.btn-flat:last-child,
.block\(textAndButtons\) .disabled.btn-flat:first-child,
.block\(videoAndtext\) .disabled.btn-flat:first-child,
.block\(visualCta\) .disabled.btn-flat:first-child,
.disabled.bluey-btn,
.blog .nav-next a.disabled,
.archive .nav-next a.disabled,
.search .nav-next a.disabled,
.single-post article footer .nav-next a.disabled,
.block\(altHero\) .disabled.btn-flat:last-child,
.block\(altImageAndText\) .disabled.btn-flat:last-child,
.block\(altTwoColumnText\) .btns .disabled.btn-flat:last-child,
.block\(altTwoColumnText\) .item-btns .disabled.btn-flat,
.block\(imageCta\) .disabled.btn-flat:last-child,
.block\(imageHero\) .disabled.btn-flat:nth-child(2),
.block\(ImpactVideoAndtext\) .disabled.btn-flat:last-child,
.block\(stats\) .disabled.btn-flat:first-child,
.block\(textAndButtons\) .disabled.btn-flat:last-child,
.block\(videoAndtext\) .disabled.btn-flat:last-child,
.block\(visualCta\) .disabled.btn-flat:last-child,
.blog .nav-links a.disabled,
.archive .nav-links a.disabled,
.search .nav-links a.disabled,
.btn-flat.btn-flat[disabled],
.greeny-btn[disabled],
.banner .nav .menu-item.green-btn a[disabled],
.banner .mobile-nav .menu-item.green-btn a[disabled],
.blog .nav-previous a[disabled],
.archive .nav-previous a[disabled],
.search .nav-previous a[disabled],
.single-post article footer .nav-previous a[disabled],
.block\(altTwoColumnText\) .btns .btn-flat[disabled]:first-child,
.bluey-btn[disabled],
.blog .nav-next a[disabled],
.archive .nav-next a[disabled],
.search .nav-next a[disabled],
.single-post article footer .nav-next a[disabled],
.block\(altTwoColumnText\) .btns .btn-flat[disabled]:last-child,
.blog .nav-links a[disabled],
.archive .nav-links a[disabled],
.search .nav-links a[disabled] {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}

/* line 296, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}

/* line 303, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-large i {
  font-size: 1.6rem;
}

/* line 309, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}

/* line 314, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-small i {
  font-size: 1.2rem;
}

/* line 320, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-block {
  display: block;
}

/* Slider */

/* line 3, node_modules/slick-carousel/slick/slick.scss */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, node_modules/slick-carousel/slick/slick.scss */

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, node_modules/slick-carousel/slick/slick.scss */

.slick-list:focus {
  outline: none;
}

/* line 28, node_modules/slick-carousel/slick/slick.scss */

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, node_modules/slick-carousel/slick/slick.scss */

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, node_modules/slick-carousel/slick/slick.scss */

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, node_modules/slick-carousel/slick/slick.scss */

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

/* line 56, node_modules/slick-carousel/slick/slick.scss */

.slick-track:after {
  clear: both;
}

/* line 60, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, node_modules/slick-carousel/slick/slick.scss */

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, node_modules/slick-carousel/slick/slick.scss */

[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, node_modules/slick-carousel/slick/slick.scss */

.slick-slide img {
  display: block;
}

/* line 74, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.slick-loading img {
  display: none;
}

/* line 80, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, node_modules/slick-carousel/slick/slick.scss */

.slick-initialized .slick-slide {
  display: block;
}

/* line 88, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, node_modules/slick-carousel/slick/slick.scss */

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, node_modules/slick-carousel/slick/slick.scss */

.slick-arrow.slick-hidden {
  display: none;
}

/** Import theme styles */

/* line 1, resources/assets/styles/common/_global.scss */

[class^="block("] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  width: 100%;
}

/* line 7, resources/assets/styles/common/_global.scss */

[class^="block("] .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1622px;
          flex: 0 1 1622px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 15, resources/assets/styles/common/_global.scss */

.main > *:not([class^="block("]):not(.page-header):not(.art-wrapper):not(.posts-navigation):not(.venture):not(.team):not(.wp-block-columns) {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
  color: #333740;
}

/* line 23, resources/assets/styles/common/_global.scss */

.main > *:not([class^="block("]):not(.page-header):not(.art-wrapper):not(.posts-navigation):not(.venture):not(.team):not(.wp-block-columns) p {
  font-size: 1.0625rem;
  line-height: 2.35;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

/* line 30, resources/assets/styles/common/_global.scss */

.main > *:not([class^="block("]):not(.page-header):not(.art-wrapper):not(.posts-navigation):not(.venture):not(.team):not(.wp-block-columns) a:not(
  .btn-flat):not(
  .greeny-btn):not(
  .bluey-btn) {
  text-decoration: underline;
  color: #4ebfad;
}

/* line 35, resources/assets/styles/common/_global.scss */

.main > *:not([class^="block("]):not(.page-header):not(.art-wrapper):not(.posts-navigation):not(.venture):not(.team):not(.wp-block-columns) ul {
  list-style-position: inside;
}

/* line 39, resources/assets/styles/common/_global.scss */

.main > *:not([class^="block("]):not(.page-header):not(.art-wrapper):not(.posts-navigation):not(.venture):not(.team):not(.wp-block-columns) li {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 2.14;
}

/* line 48, resources/assets/styles/common/_global.scss */

.main > p:not([class^="block("]) {
  font-size: 1.125rem;
  line-height: 2.25;
  margin-bottom: 20px;
}

/* line 54, resources/assets/styles/common/_global.scss */

.main > h1:not([class^="block("]),
.main > h2:not([class^="block("]) {
  margin-bottom: 20px;
  color: #1c6987;
}

/* line 62, resources/assets/styles/common/_global.scss */

.main {
  padding-top: 160px;
}

/* line 66, resources/assets/styles/common/_global.scss */

.our-impact .main {
  padding-top: 0;
}

/* line 70, resources/assets/styles/common/_global.scss */

.wp-block-image {
  margin: 30px auto;
}

/* line 74, resources/assets/styles/common/_global.scss */

.wp-block-columns {
  margin: 30px auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 80, resources/assets/styles/common/_global.scss */

.parallax {
  position: absolute;
}

/* line 84, resources/assets/styles/common/_global.scss */

.scroll-downs {
  width: 34px;
  height: 55px;
}

@media all and (max-width: 400px) {
  /* line 84, resources/assets/styles/common/_global.scss */

  .scroll-downs {
    display: none;
  }
}

/* line 93, resources/assets/styles/common/_global.scss */

.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border-radius: 25px;
  opacity: 0.75;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* line 102, resources/assets/styles/common/_global.scss */

.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  -webkit-animation-name: scroll;
       -o-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 2.2s;
       -o-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
       -o-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
          animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
  }

  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
}

@-o-keyframes scroll {
  0% {
    opacity: 0;
  }

  10% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1;
  }

  100% {
    -o-transform: translateY(15px);
       transform: translateY(15px);
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
  }

  10% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(15px);
         -o-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
}

/* line 1, resources/assets/styles/common/_typography.scss */

h1,
h2,
h3,
p {
  margin: 0;
}

/* line 9, resources/assets/styles/common/_typography.scss */

.fz\(48\) {
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: -1px;
}

@media all and (max-width: 400px) {
  /* line 9, resources/assets/styles/common/_typography.scss */

  .fz\(48\) {
    font-size: 1.25rem;
  }
}

/* line 19, resources/assets/styles/common/_typography.scss */

.fz\(40\),
.main > h1:not([class^="block("]),
.main > h2:not([class^="block("]) {
  font-size: 2.5rem;
  font-weight: normal;
  letter-spacing: -1px;
}

/* line 25, resources/assets/styles/common/_typography.scss */

.fz\(30\) {
  font-size: 1.875rem;
  font-weight: normal;
  letter-spacing: -0.5px;
}

/* line 31, resources/assets/styles/common/_typography.scss */

.fz\(28\) {
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1.36;
  letter-spacing: -0.5px;
}

/* line 38, resources/assets/styles/common/_typography.scss */

.fz\(24\),
.search-no-results .alert {
  font-size: 1.54375rem;
  font-weight: normal;
  letter-spacing: -0.44px;
}

@media all and (max-width: 400px) {
  /* line 38, resources/assets/styles/common/_typography.scss */

  .fz\(24\),
  .search-no-results .alert {
    font-size: 1.0625rem;
  }
}

/* line 48, resources/assets/styles/common/_typography.scss */

.fz\(22\),
.block\(contactForm\) .gsection_title {
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.45;
  letter-spacing: -0.5px;
}

/* line 55, resources/assets/styles/common/_typography.scss */

.fz\(20\) {
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: -0.5px;
}

/* line 61, resources/assets/styles/common/_typography.scss */

.fz\(18\) {
  font-size: 1.125rem;
  line-height: 1.33;
  letter-spacing: -0.5px;
}

/* line 67, resources/assets/styles/common/_typography.scss */

.fz\(17\) {
  font-size: 1.0625rem;
  line-height: 1.41;
}

/* line 72, resources/assets/styles/common/_typography.scss */

.fz\(16\) {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.5px;
}

/* line 79, resources/assets/styles/common/_typography.scss */

.fz\(15\),
.block\(altImageAndText\) .content p,
.block\(imageAndText\) .content p,
.block\(impactImageAndText\) .content p,
.block\(impactStatsAndImage\) .content p {
  font-size: 0.9375rem;
  line-height: 2.13;
  letter-spacing: -0.5px;
}

/* line 85, resources/assets/styles/common/_typography.scss */

.fz\(13\) {
  font-size: 0.8125rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
}

/* line 92, resources/assets/styles/common/_typography.scss */

.fz\(12\) {
  font-size: 0.75rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.33;
  letter-spacing: -0.25px;
}

/* line 101, resources/assets/styles/common/_typography.scss */

.ta\(l\) {
  text-align: left;
}

/* line 105, resources/assets/styles/common/_typography.scss */

.ta\(c\) {
  text-align: center;
}

/* line 113, resources/assets/styles/common/_typography.scss */

.fw\(100\) {
  font-weight: 100;
}

/* line 113, resources/assets/styles/common/_typography.scss */

.fw\(200\) {
  font-weight: 200;
}

/* line 113, resources/assets/styles/common/_typography.scss */

.fw\(300\) {
  font-weight: 300;
}

/* line 113, resources/assets/styles/common/_typography.scss */

.fw\(350\) {
  font-weight: 350;
}

/* line 113, resources/assets/styles/common/_typography.scss */

.fw\(400\) {
  font-weight: 400;
}

/* line 113, resources/assets/styles/common/_typography.scss */

.fw\(500\),
.search-no-results .alert {
  font-weight: 500;
}

/* line 113, resources/assets/styles/common/_typography.scss */

.fw\(600\) {
  font-weight: 600;
}

/* line 113, resources/assets/styles/common/_typography.scss */

.fw\(700\) {
  font-weight: 700;
}

/* line 113, resources/assets/styles/common/_typography.scss */

.fw\(800\) {
  font-weight: 800;
}

/* line 113, resources/assets/styles/common/_typography.scss */

.fw\(900\) {
  font-weight: 900;
}

/* line 141, resources/assets/styles/common/_typography.scss */

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

/* line 145, resources/assets/styles/common/_typography.scss */

.c\(black\) {
  color: #000;
}

/* line 141, resources/assets/styles/common/_typography.scss */

.bg\(charcoal-grey\) {
  background-color: #333740;
}

/* line 145, resources/assets/styles/common/_typography.scss */

.c\(charcoal-grey\) {
  color: #333740;
}

/* line 141, resources/assets/styles/common/_typography.scss */

.bg\(dark-grey\) {
  background-color: #191a1d;
}

/* line 145, resources/assets/styles/common/_typography.scss */

.c\(dark-grey\) {
  color: #191a1d;
}

/* line 141, resources/assets/styles/common/_typography.scss */

.bg\(duck-egg\) {
  background-color: #e1f8f0;
}

/* line 145, resources/assets/styles/common/_typography.scss */

.c\(duck-egg\) {
  color: #e1f8f0;
}

/* line 141, resources/assets/styles/common/_typography.scss */

.bg\(greeny-blue\) {
  background-color: #4ebfad;
}

/* line 145, resources/assets/styles/common/_typography.scss */

.c\(greeny-blue\) {
  color: #4ebfad;
}

/* line 141, resources/assets/styles/common/_typography.scss */

.bg\(ice\) {
  background-color: #ecfff8;
}

/* line 145, resources/assets/styles/common/_typography.scss */

.c\(ice\) {
  color: #ecfff8;
}

/* line 141, resources/assets/styles/common/_typography.scss */

.bg\(light-gravy\) {
  background-color: #11485e;
}

/* line 145, resources/assets/styles/common/_typography.scss */

.c\(light-gravy\) {
  color: #11485e;
}

/* line 141, resources/assets/styles/common/_typography.scss */

.bg\(light-navy\) {
  background-color: #1c6987;
}

/* line 145, resources/assets/styles/common/_typography.scss */

.c\(light-navy\) {
  color: #1c6987;
}

/* line 141, resources/assets/styles/common/_typography.scss */

.bg\(mustard\) {
  background-color: #dbbb35;
}

/* line 145, resources/assets/styles/common/_typography.scss */

.c\(mustard\) {
  color: #dbbb35;
}

/* line 141, resources/assets/styles/common/_typography.scss */

.bg\(ocre\) {
  background-color: #bf9b05;
}

/* line 145, resources/assets/styles/common/_typography.scss */

.c\(ocre\) {
  color: #bf9b05;
}

/* line 141, resources/assets/styles/common/_typography.scss */

.bg\(off-white\) {
  background-color: #fffbe8;
}

/* line 145, resources/assets/styles/common/_typography.scss */

.c\(off-white\) {
  color: #fffbe8;
}

/* line 141, resources/assets/styles/common/_typography.scss */

.bg\(sea\) {
  background-color: #309a89;
}

/* line 145, resources/assets/styles/common/_typography.scss */

.c\(sea\) {
  color: #309a89;
}

/* line 141, resources/assets/styles/common/_typography.scss */

.bg\(tomato\) {
  background-color: #e73b25;
}

/* line 145, resources/assets/styles/common/_typography.scss */

.c\(tomato\) {
  color: #e73b25;
}

/* line 141, resources/assets/styles/common/_typography.scss */

.bg\(very-light-pink\) {
  background-color: #ffe5e1;
}

/* line 145, resources/assets/styles/common/_typography.scss */

.c\(very-light-pink\) {
  color: #ffe5e1;
}

/* line 141, resources/assets/styles/common/_typography.scss */

.bg\(water-blue\) {
  background-color: #1ba5de;
}

/* line 145, resources/assets/styles/common/_typography.scss */

.c\(water-blue\) {
  color: #1ba5de;
}

/* line 141, resources/assets/styles/common/_typography.scss */

.bg\(white\) {
  background-color: white;
}

/* line 145, resources/assets/styles/common/_typography.scss */

.c\(white\) {
  color: white;
}

/* line 141, resources/assets/styles/common/_typography.scss */

.bg\(windows-blue\) {
  background-color: #3495ba;
}

/* line 145, resources/assets/styles/common/_typography.scss */

.c\(windows-blue\) {
  color: #3495ba;
}

/* line 1, resources/assets/styles/components/_buttons.scss */

.btn-flat,
.greeny-btn,
.banner .nav .menu-item.green-btn a,
.banner .mobile-nav .menu-item.green-btn a,
.blog .nav-previous a,
.archive .nav-previous a,
.search .nav-previous a,
.single-post article footer .nav-previous a,
.block\(altHero\) .btn-flat:first-child,
.block\(altImageAndText\) .btn-flat:first-child,
.block\(altTwoColumnText\) .btns .btn-flat:first-child,
.block\(imageCta\) .btn-flat:first-child,
.block\(imageHero\) .btn-flat:first-child,
.block\(imageHero\) .btn-flat:nth-child(3),
.block\(ImpactVideoAndtext\) .btn-flat:first-child,
.block\(stats\) .btn-flat:last-child,
.block\(textAndButtons\) .btn-flat:first-child,
.block\(videoAndtext\) .btn-flat:first-child,
.block\(visualCta\) .btn-flat:first-child,
.bluey-btn,
.blog .nav-next a,
.archive .nav-next a,
.search .nav-next a,
.single-post article footer .nav-next a,
.block\(altHero\) .btn-flat:last-child,
.block\(altImageAndText\) .btn-flat:last-child,
.block\(altTwoColumnText\) .btns .btn-flat:last-child,
.block\(altTwoColumnText\) .item-btns .btn-flat,
.block\(imageCta\) .btn-flat:last-child,
.block\(imageHero\) .btn-flat:nth-child(2),
.block\(ImpactVideoAndtext\) .btn-flat:last-child,
.block\(stats\) .btn-flat:first-child,
.block\(textAndButtons\) .btn-flat:last-child,
.block\(videoAndtext\) .btn-flat:last-child,
.block\(visualCta\) .btn-flat:last-child,
.blog .nav-links a,
.archive .nav-links a,
.search .nav-links a {
  min-width: 150px;
  height: 44px;
  border-radius: 22px;
  font-size: 17px;
  text-transform: none;
  color: white;
  text-align: center;
  padding: 4px 22px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* line 14, resources/assets/styles/components/_buttons.scss */

.btn-flat::before,
.greeny-btn::before,
.banner .nav .menu-item.green-btn a::before,
.banner .mobile-nav .menu-item.green-btn a::before,
.blog .nav-previous a::before,
.archive .nav-previous a::before,
.search .nav-previous a::before,
.single-post article footer .nav-previous a::before,
.block\(altHero\) .btn-flat:first-child::before,
.block\(altImageAndText\) .btn-flat:first-child::before,
.block\(altTwoColumnText\) .btns .btn-flat:first-child::before,
.block\(imageCta\) .btn-flat:first-child::before,
.block\(imageHero\) .btn-flat:first-child::before,
.block\(imageHero\) .btn-flat:nth-child(3)::before,
.block\(ImpactVideoAndtext\) .btn-flat:first-child::before,
.block\(stats\) .btn-flat:last-child::before,
.block\(textAndButtons\) .btn-flat:first-child::before,
.block\(videoAndtext\) .btn-flat:first-child::before,
.block\(visualCta\) .btn-flat:first-child::before,
.bluey-btn::before,
.blog .nav-next a::before,
.archive .nav-next a::before,
.search .nav-next a::before,
.single-post article footer .nav-next a::before,
.block\(altHero\) .btn-flat:last-child::before,
.block\(altImageAndText\) .btn-flat:last-child::before,
.block\(altTwoColumnText\) .btns .btn-flat:last-child::before,
.block\(altTwoColumnText\) .item-btns .btn-flat::before,
.block\(imageCta\) .btn-flat:last-child::before,
.block\(imageHero\) .btn-flat:nth-child(2)::before,
.block\(ImpactVideoAndtext\) .btn-flat:last-child::before,
.block\(stats\) .btn-flat:first-child::before,
.block\(textAndButtons\) .btn-flat:last-child::before,
.block\(videoAndtext\) .btn-flat:last-child::before,
.block\(visualCta\) .btn-flat:last-child::before,
.blog .nav-links a::before,
.archive .nav-links a::before,
.search .nav-links a::before {
  content: "";
  width: 112px;
  height: 112px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0 0 50% 50%;
  -webkit-transition: all 0.2 ease;
  -o-transition: all 0.2 ease;
  transition: all 0.2 ease;
  z-index: 0;
}

/* line 27, resources/assets/styles/components/_buttons.scss */

.btn-flat span,
.greeny-btn span,
.banner .nav .menu-item.green-btn a span,
.banner .mobile-nav .menu-item.green-btn a span,
.blog .nav-previous a span,
.archive .nav-previous a span,
.search .nav-previous a span,
.single-post article footer .nav-previous a span,
.block\(altHero\) .btn-flat:first-child span,
.block\(altImageAndText\) .btn-flat:first-child span,
.block\(altTwoColumnText\) .btns .btn-flat:first-child span,
.block\(imageCta\) .btn-flat:first-child span,
.block\(imageHero\) .btn-flat:first-child span,
.block\(imageHero\) .btn-flat:nth-child(3) span,
.block\(ImpactVideoAndtext\) .btn-flat:first-child span,
.block\(stats\) .btn-flat:last-child span,
.block\(textAndButtons\) .btn-flat:first-child span,
.block\(videoAndtext\) .btn-flat:first-child span,
.block\(visualCta\) .btn-flat:first-child span,
.bluey-btn span,
.blog .nav-next a span,
.archive .nav-next a span,
.search .nav-next a span,
.single-post article footer .nav-next a span,
.block\(altHero\) .btn-flat:last-child span,
.block\(altImageAndText\) .btn-flat:last-child span,
.block\(altTwoColumnText\) .btns .btn-flat:last-child span,
.block\(altTwoColumnText\) .item-btns .btn-flat span,
.block\(imageCta\) .btn-flat:last-child span,
.block\(imageHero\) .btn-flat:nth-child(2) span,
.block\(ImpactVideoAndtext\) .btn-flat:last-child span,
.block\(stats\) .btn-flat:first-child span,
.block\(textAndButtons\) .btn-flat:last-child span,
.block\(videoAndtext\) .btn-flat:last-child span,
.block\(visualCta\) .btn-flat:last-child span,
.blog .nav-links a span,
.archive .nav-links a span,
.search .nav-links a span {
  z-index: 1;
  position: relative;
}

/* line 33, resources/assets/styles/components/_buttons.scss */

.greeny-btn,
.banner .nav .menu-item.green-btn a,
.banner .mobile-nav .menu-item.green-btn a,
.blog .nav-previous a,
.archive .nav-previous a,
.search .nav-previous a,
.single-post article footer .nav-previous a,
.block\(altHero\) .btn-flat:first-child,
.block\(altImageAndText\) .btn-flat:first-child,
.block\(altTwoColumnText\) .btns .btn-flat:first-child,
.block\(imageCta\) .btn-flat:first-child,
.block\(imageHero\) .btn-flat:first-child,
.block\(imageHero\) .btn-flat:nth-child(3),
.block\(ImpactVideoAndtext\) .btn-flat:first-child,
.block\(stats\) .btn-flat:last-child,
.block\(textAndButtons\) .btn-flat:first-child,
.block\(videoAndtext\) .btn-flat:first-child,
.block\(visualCta\) .btn-flat:first-child {
  background-color: #4ebfad;
}

/* line 38, resources/assets/styles/components/_buttons.scss */

.greeny-btn::before,
.banner .nav .menu-item.green-btn a::before,
.banner .mobile-nav .menu-item.green-btn a::before,
.blog .nav-previous a::before,
.archive .nav-previous a::before,
.search .nav-previous a::before,
.single-post article footer .nav-previous a::before,
.block\(altHero\) .btn-flat:first-child::before,
.block\(altImageAndText\) .btn-flat:first-child::before,
.block\(altTwoColumnText\) .btns .btn-flat:first-child::before,
.block\(imageCta\) .btn-flat:first-child::before,
.block\(imageHero\) .btn-flat:first-child::before,
.block\(imageHero\) .btn-flat:nth-child(3)::before,
.block\(ImpactVideoAndtext\) .btn-flat:first-child::before,
.block\(stats\) .btn-flat:last-child::before,
.block\(textAndButtons\) .btn-flat:first-child::before,
.block\(videoAndtext\) .btn-flat:first-child::before,
.block\(visualCta\) .btn-flat:first-child::before {
  background-color: rgba(28, 105, 135, 0.15);
}

/* line 43, resources/assets/styles/components/_buttons.scss */

.bluey-btn,
.blog .nav-next a,
.archive .nav-next a,
.search .nav-next a,
.single-post article footer .nav-next a,
.block\(altHero\) .btn-flat:last-child,
.block\(altImageAndText\) .btn-flat:last-child,
.block\(altTwoColumnText\) .btns .btn-flat:last-child,
.block\(altTwoColumnText\) .item-btns .btn-flat,
.block\(imageCta\) .btn-flat:last-child,
.block\(imageHero\) .btn-flat:nth-child(2),
.block\(ImpactVideoAndtext\) .btn-flat:last-child,
.block\(stats\) .btn-flat:first-child,
.block\(textAndButtons\) .btn-flat:last-child,
.block\(videoAndtext\) .btn-flat:last-child,
.block\(visualCta\) .btn-flat:last-child {
  background-color: #3495ba;
}

/* line 48, resources/assets/styles/components/_buttons.scss */

.bluey-btn::before,
.blog .nav-next a::before,
.archive .nav-next a::before,
.search .nav-next a::before,
.single-post article footer .nav-next a::before,
.block\(altHero\) .btn-flat:last-child::before,
.block\(altImageAndText\) .btn-flat:last-child::before,
.block\(altTwoColumnText\) .btns .btn-flat:last-child::before,
.block\(altTwoColumnText\) .item-btns .btn-flat::before,
.block\(imageCta\) .btn-flat:last-child::before,
.block\(imageHero\) .btn-flat:nth-child(2)::before,
.block\(ImpactVideoAndtext\) .btn-flat:last-child::before,
.block\(stats\) .btn-flat:first-child::before,
.block\(textAndButtons\) .btn-flat:last-child::before,
.block\(videoAndtext\) .btn-flat:last-child::before,
.block\(visualCta\) .btn-flat:last-child::before {
  background-color: rgba(28, 105, 135, 0.25);
}

/* line 54, resources/assets/styles/components/_buttons.scss */

.btn-flat:hover::before,
.greeny-btn:hover::before,
.banner .nav .menu-item.green-btn a:hover::before,
.banner .mobile-nav .menu-item.green-btn a:hover::before,
.blog .nav-previous a:hover::before,
.archive .nav-previous a:hover::before,
.search .nav-previous a:hover::before,
.single-post article footer .nav-previous a:hover::before,
.block\(altHero\) .btn-flat:first-child:hover::before,
.block\(altImageAndText\) .btn-flat:first-child:hover::before,
.block\(altTwoColumnText\) .btns .btn-flat:first-child:hover::before,
.block\(imageCta\) .btn-flat:first-child:hover::before,
.block\(imageHero\) .btn-flat:first-child:hover::before,
.block\(ImpactVideoAndtext\) .btn-flat:first-child:hover::before,
.block\(stats\) .btn-flat:last-child:hover::before,
.block\(textAndButtons\) .btn-flat:first-child:hover::before,
.block\(videoAndtext\) .btn-flat:first-child:hover::before,
.block\(visualCta\) .btn-flat:first-child:hover::before,
.bluey-btn:hover::before,
.blog .nav-next a:hover::before,
.archive .nav-next a:hover::before,
.search .nav-next a:hover::before,
.single-post article footer .nav-next a:hover::before,
.block\(altHero\) .btn-flat:last-child:hover::before,
.block\(altImageAndText\) .btn-flat:last-child:hover::before,
.block\(altTwoColumnText\) .btns .btn-flat:last-child:hover::before,
.block\(altTwoColumnText\) .item-btns .btn-flat:hover::before,
.block\(imageCta\) .btn-flat:last-child:hover::before,
.block\(ImpactVideoAndtext\) .btn-flat:last-child:hover::before,
.block\(stats\) .btn-flat:first-child:hover::before,
.block\(textAndButtons\) .btn-flat:last-child:hover::before,
.block\(videoAndtext\) .btn-flat:last-child:hover::before,
.block\(visualCta\) .btn-flat:last-child:hover::before,
.blog .nav-links a:hover::before,
.archive .nav-links a:hover::before,
.search .nav-links a:hover::before {
  min-width: 150px;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  top: 0;
  left: 50%;
  -webkit-transition: all 0.2 ease;
  -o-transition: all 0.2 ease;
  transition: all 0.2 ease;
}

/* line 65, resources/assets/styles/components/_buttons.scss */

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

/* line 70, resources/assets/styles/components/_buttons.scss */

.link i {
  position: absolute;
  top: 7px;
  left: 9px;
  font-size: 11px;
}

/* line 77, resources/assets/styles/components/_buttons.scss */

.link .style-svg {
  margin-right: 12px;
}

/* line 81, resources/assets/styles/components/_buttons.scss */

.link .style-svg path {
  -webkit-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

/* line 87, resources/assets/styles/components/_buttons.scss */

.link:hover .style-svg path {
  fill: #4ebfad;
  -webkit-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

/** Search form */

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 30rem) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 1rem;
  }

  /* line 32, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/* line 45, resources/assets/styles/components/_wp-classes.scss */

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

/* line 3, resources/assets/styles/layouts/_header.scss */

.banner {
  width: 100%;
  height: 160px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}

/* line 11, resources/assets/styles/layouts/_header.scss */

.banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1622px;
          flex: 0 1 1622px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  max-width: 100%;
}

/* line 22, resources/assets/styles/layouts/_header.scss */

.banner .head-top,
.banner .head-main {
  width: 100%;
  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;
}

/* line 30, resources/assets/styles/layouts/_header.scss */

.banner .head-top {
  min-height: 60px;
  background-image: -webkit-gradient(linear, right top, left top, from(#eef8e1), color-stop(0%, #e1f8f0));
  background-image: -webkit-linear-gradient(right, #eef8e1, #e1f8f0 0%);
  background-image: -o-linear-gradient(right, #eef8e1, #e1f8f0 0%);
  background-image: linear-gradient(to left, #eef8e1, #e1f8f0 0%);
}

/* line 35, resources/assets/styles/layouts/_header.scss */

.banner .head-top .container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 39, resources/assets/styles/layouts/_header.scss */

.banner .head-main {
  min-height: 100px;
  background-color: white;
}

/* line 44, resources/assets/styles/layouts/_header.scss */

.banner .head-main .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 48, resources/assets/styles/layouts/_header.scss */

.banner .top-nav,
.banner .nav {
  margin: 0 0 0 -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 400px) {
  /* line 48, resources/assets/styles/layouts/_header.scss */

  .banner .top-nav,
  .banner .nav {
    margin: 0 0 0 -15px;
  }
}

/* line 58, resources/assets/styles/layouts/_header.scss */

.banner .top-nav .menu-item,
.banner .nav .menu-item {
  margin-left: 30px;
}

@media all and (max-width: 400px) {
  /* line 58, resources/assets/styles/layouts/_header.scss */

  .banner .top-nav .menu-item,
  .banner .nav .menu-item {
    margin-left: 15px;
  }
}

@media all and (max-width: 1000px) {
  /* line 67, resources/assets/styles/layouts/_header.scss */

  .banner .nav {
    display: none;
  }
}

/* line 73, resources/assets/styles/layouts/_header.scss */

.banner .menu-btn {
  display: none;
}

@media all and (max-width: 1000px) {
  /* line 73, resources/assets/styles/layouts/_header.scss */

  .banner .menu-btn {
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 9001;
  }
}

/* line 90, resources/assets/styles/layouts/_header.scss */

.banner .bar {
  background-color: #1c6987;
  width: 25px;
  height: 2px;
  margin: 3px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 98, resources/assets/styles/layouts/_header.scss */

.banner .mobile {
  background-image: -webkit-linear-gradient(246deg, #eef8e1 100%, #e1f8f0 0%);
  background-image: -o-linear-gradient(246deg, #eef8e1 100%, #e1f8f0 0%);
  background-image: linear-gradient(204deg, #eef8e1 100%, #e1f8f0 0%);
  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;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  min-height: 100vh;
  padding: 110px 100px;
  pointer-events: none;
  z-index: 9001;
  width: 100%;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
}

/* line 122, resources/assets/styles/layouts/_header.scss */

.banner .mobile.nav-active {
  pointer-events: all;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
  z-index: 9001;
  -webkit-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
  -o-transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
}

@media all and (max-width: 520px) {
  /* line 122, resources/assets/styles/layouts/_header.scss */

  .banner .mobile.nav-active {
    padding: 110px 55px 50px;
  }
}

/* line 139, resources/assets/styles/layouts/_header.scss */

.banner .close-btn {
  position: absolute;
  top: 40px;
  right: 20px;
  font-size: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
}

/* line 149, resources/assets/styles/layouts/_header.scss */

.banner #searchform {
  margin-left: 29px;
  width: 132px;
  height: 34px;
  border: solid 1px rgba(78, 191, 173, 0.2);
  border-radius: 22px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 504px) {
  /* line 149, resources/assets/styles/layouts/_header.scss */

  .banner #searchform {
    display: none;
  }
}

/* line 162, resources/assets/styles/layouts/_header.scss */

.banner #searchform div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 167, resources/assets/styles/layouts/_header.scss */

.banner #searchform input,
.banner #searchform button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  color: #1c6987;
  line-height: 0;
}

/* line 176, resources/assets/styles/layouts/_header.scss */

.banner #searchform input {
  padding-left: 11px;
}

/* line 180, resources/assets/styles/layouts/_header.scss */

.banner #searchform input:focus {
  outline: none;
}

/* line 184, resources/assets/styles/layouts/_header.scss */

.banner #searchform button {
  padding-right: 22px;
}

/* line 189, resources/assets/styles/layouts/_header.scss */

.banner #searchform.focus {
  border: solid 1px #4ebfad;
}

/* line 193, resources/assets/styles/layouts/_header.scss */

.banner .top-nav .menu-item a {
  color: #1c6987;
  font-size: 15px;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  -o-transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}

@media all and (max-width: 400px) {
  /* line 193, resources/assets/styles/layouts/_header.scss */

  .banner .top-nav .menu-item a {
    font-size: 13px;
  }
}

/* line 203, resources/assets/styles/layouts/_header.scss */

.banner .nav .menu-item:not(.green-btn) a {
  color: #000;
  font-size: 17px;
  border-bottom: transparent solid 2px;
  -webkit-transition: border-bottom 0.2s ease;
  -o-transition: border-bottom 0.2s ease;
  transition: border-bottom 0.2s ease;
}

/* line 210, resources/assets/styles/layouts/_header.scss */

.banner .nav .menu-item.current-menu-item a {
  border-bottom: #4ebfad solid 2px;
}

/* line 218, resources/assets/styles/layouts/_header.scss */

.banner .mobile-nav {
  margin: 0;
}

/* line 222, resources/assets/styles/layouts/_header.scss */

.banner .mobile-nav .menu-item {
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 229, resources/assets/styles/layouts/_header.scss */

.banner .mobile-nav .menu-item a {
  font-size: 2.3rem;
  letter-spacing: -1px;
  color: #333740;
  -webkit-transition: color 0.2 ease;
  -o-transition: color 0.2 ease;
  transition: color 0.2 ease;
}

/* line 237, resources/assets/styles/layouts/_header.scss */

.banner .mobile-nav .menu-item.green-btn::after {
  content: "";
}

/* line 246, resources/assets/styles/layouts/_header.scss */

.banner .top-nav .menu-item a:hover {
  text-decoration: underline;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  -o-transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}

/* line 251, resources/assets/styles/layouts/_header.scss */

.banner .nav .menu-item:not(.green-btn) a:hover {
  border-bottom: #4ebfad solid 2px;
  -webkit-transition: border-bottom 0.2s ease;
  -o-transition: border-bottom 0.2s ease;
  transition: border-bottom 0.2s ease;
}

/* line 256, resources/assets/styles/layouts/_header.scss */

.banner .mobile-nav .menu-item:not(.green-btn) a:hover {
  -webkit-transition: color 0.2 ease;
  -o-transition: color 0.2 ease;
  transition: color 0.2 ease;
  color: #4ebfad;
}

/* line 260, resources/assets/styles/layouts/_header.scss */

.banner .mobile-nav .menu-item:not(.green-btn) a:hover::after {
  content: "\F061";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-regular);
  font-size: 20px;
  margin-left: 15px;
}

/* line 271, resources/assets/styles/layouts/_header.scss */

.banner .socials {
  margin-top: 30px;
  margin-left: -160.4px;
}

@media all and (max-width: 330px) {
  /* line 271, resources/assets/styles/layouts/_header.scss */

  .banner .socials {
    margin-left: 0;
  }
}

/* line 280, resources/assets/styles/layouts/_header.scss */

.banner .social-link {
  margin-left: 15px;
}

/* line 284, resources/assets/styles/layouts/_header.scss */

.banner .brand .solid-logo {
  display: block;
  max-width: 134px;
}

/* line 289, resources/assets/styles/layouts/_header.scss */

.banner .brand .ghost-logo {
  display: none;
  max-width: 134px;
}

/* line 296, resources/assets/styles/layouts/_header.scss */

.our-impact .banner.headroom--top .head-top,
.our-impact .banner.headroom--top .head-main {
  background-color: transparent;
  background-image: none;
}

/* line 302, resources/assets/styles/layouts/_header.scss */

.our-impact .banner.headroom--top .top-nav .menu-item a {
  color: rgba(255, 255, 255, 0.5);
}

/* line 306, resources/assets/styles/layouts/_header.scss */

.our-impact .banner.headroom--top .top-nav .menu-item a:hover {
  color: white;
}

/* line 310, resources/assets/styles/layouts/_header.scss */

.our-impact .banner.headroom--top .nav .menu-item:not(.green-btn) a {
  color: white;
}

/* line 314, resources/assets/styles/layouts/_header.scss */

.our-impact .banner.headroom--top .brand .solid-logo {
  display: none;
  max-width: 134px;
}

/* line 319, resources/assets/styles/layouts/_header.scss */

.our-impact .banner.headroom--top .brand .ghost-logo {
  display: block;
  max-width: 134px;
}

/* line 325, resources/assets/styles/layouts/_header.scss */

.headroom {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

/* line 329, resources/assets/styles/layouts/_header.scss */

.headroom--pinned {
  -webkit-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
}

/* line 333, resources/assets/styles/layouts/_header.scss */

.headroom--unpinned {
  -webkit-transform: translateY(-160px);
       -o-transform: translateY(-160px);
          transform: translateY(-160px);
}

/* line 337, resources/assets/styles/layouts/_header.scss */

body.admin-bar .banner {
  top: 32px;
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

.content-info {
  background-size: 595px 397px;
  background-position: bottom 100px left;
  background-repeat: no-repeat;
}

/* line 6, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-top,
.content-info .foot-main {
  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;
}

/* line 13, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-top {
  padding-top: 108px;
  padding-bottom: 80px;
}

/* line 18, resources/assets/styles/layouts/_footer.scss */

.content-info .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1622px;
          flex: 0 1 1622px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 25, resources/assets/styles/layouts/_footer.scss */

.content-info h2 {
  max-width: 871px;
  margin: 0 auto 40px;
}

/* line 30, resources/assets/styles/layouts/_footer.scss */

.content-info .btns {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

/* line 38, resources/assets/styles/layouts/_footer.scss */

.content-info .btns > * {
  margin-left: 20px;
  margin-bottom: 20px;
}

/* line 44, resources/assets/styles/layouts/_footer.scss */

.content-info hr {
  max-width: 1043px;
  margin: 0 auto;
  border: none;
  height: 1px;
  background-color: rgba(51, 55, 64, 0.25);
}

/* line 52, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-main {
  padding-top: 80px;
  padding-bottom: 50px;
}

/* line 56, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-main .container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 63, resources/assets/styles/layouts/_footer.scss */

.content-info .form-section {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -41px;
  margin-bottom: 122px;
}

/* line 71, resources/assets/styles/layouts/_footer.scss */

.content-info .form-section > * {
  margin-left: 41px;
}

/* line 76, resources/assets/styles/layouts/_footer.scss */

.content-info h3.c\(light-navy\) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 185px;
          flex: 0 1 185px;
  font-size: 28px;
  letter-spacing: -0.5px;
}

@media all and (max-width: 980px) {
  /* line 76, resources/assets/styles/layouts/_footer.scss */

  .content-info h3.c\(light-navy\) {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-bottom: 30px;
  }
}

/* line 88, resources/assets/styles/layouts/_footer.scss */

.content-info form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 754px) {
  /* line 88, resources/assets/styles/layouts/_footer.scss */

  .content-info form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 97, resources/assets/styles/layouts/_footer.scss */

.content-info .gform_fields {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-row-gap: 15px;
}

@media all and (max-width: 640px) {
  /* line 97, resources/assets/styles/layouts/_footer.scss */

  .content-info .gform_fields {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 108, resources/assets/styles/layouts/_footer.scss */

.content-info input {
  height: 64px;
  border: solid 1px #1c6987;
  border-radius: 20px;
}

/* line 114, resources/assets/styles/layouts/_footer.scss */

.content-info input[type="text"],
.content-info input[type="email"] {
  width: 280px !important;
}

@media all and (max-width: 640px) {
  /* line 114, resources/assets/styles/layouts/_footer.scss */

  .content-info input[type="text"],
  .content-info input[type="email"] {
    width: 306px !important;
  }
}

@media all and (max-width: 400px) {
  /* line 114, resources/assets/styles/layouts/_footer.scss */

  .content-info input[type="text"],
  .content-info input[type="email"] {
    width: 100% !important;
  }
}

/* line 127, resources/assets/styles/layouts/_footer.scss */

.content-info .gform_footer {
  margin: 0 0 0 15px !important;
  padding: 0 !important;
}

@media all and (max-width: 754px) {
  /* line 127, resources/assets/styles/layouts/_footer.scss */

  .content-info .gform_footer {
    margin: 15px 0 0 !important;
  }
}

/* line 136, resources/assets/styles/layouts/_footer.scss */

.content-info button[type="submit"] {
  margin: 0 !important;
  width: 90px;
  background-color: #1c6987;
  color: white;
  height: 64px;
  border: solid 1px #1c6987;
  border-radius: 20px;
  font-size: 18px;
  font-weight: normal;
}

/* line 147, resources/assets/styles/layouts/_footer.scss */

.content-info button[type="submit"] i {
  font-size: 11px;
  margin-right: 4px;
}

/* line 153, resources/assets/styles/layouts/_footer.scss */

.content-info .gform_confirmation_wrapper {
  margin-left: 46px !important;
}

/* line 157, resources/assets/styles/layouts/_footer.scss */

.content-info .nav-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 42px;
  margin-bottom: 50px;
  width: 100%;
}

/* line 166, resources/assets/styles/layouts/_footer.scss */

.content-info .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 232px;
          flex: 0 1 232px;
}

/* line 170, resources/assets/styles/layouts/_footer.scss */

.content-info .col-soc {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

/* line 174, resources/assets/styles/layouts/_footer.scss */

.content-info .hq p.fz\(17\) {
  margin-bottom: 15px;
}

/* line 178, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-nav {
  margin: 0;
}

/* line 182, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-nav .menu-item {
  margin-bottom: 10px;
}

/* line 186, resources/assets/styles/layouts/_footer.scss */

.content-info .menu-item a {
  color: #000;
  font-size: 17px;
}

/* line 191, resources/assets/styles/layouts/_footer.scss */

.content-info .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: -20px;
}

/* line 196, resources/assets/styles/layouts/_footer.scss */

.content-info .socials > * {
  margin-bottom: 20px;
}

/* line 201, resources/assets/styles/layouts/_footer.scss */

.content-info .bottom-section {
  width: 50%;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 209, resources/assets/styles/layouts/_footer.scss */

.content-info .kandf {
  opacity: 0.5;
}

/* line 212, resources/assets/styles/layouts/_footer.scss */

.content-info .kandf a {
  color: #000;
  text-decoration: underline;
}

/* line 218, resources/assets/styles/layouts/_footer.scss */

.content-info .legal-nav {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-bottom: 20px;
}

/* line 225, resources/assets/styles/layouts/_footer.scss */

.content-info .legal-nav .menu-item {
  margin-left: 15px;
}

/* line 229, resources/assets/styles/layouts/_footer.scss */

.content-info .legal-nav .menu-item a {
  opacity: 0.5;
  font-size: 17px;
}

/* line 234, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-bottom {
  min-height: 100px;
  width: 100%;
  background-color: #f8f8f8;
  color: rgba(51, 55, 64, 0.5);
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: -0.5px;
  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;
  text-align: center;
}

/* line 247, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-bottom .legal {
  max-width: 1292px;
  margin: 0 auto;
}

/* line 251, resources/assets/styles/layouts/_footer.scss */

.content-info .foot-bottom .legal a {
  color: #000;
  text-decoration: underline;
}

/* line 1, resources/assets/styles/layouts/_pages.scss */

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 4, resources/assets/styles/layouts/_pages.scss */

.page-header .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1622px;
          flex: 0 1 1622px;
  margin: 0 auto;
  padding: 50px 15px;
  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;
}

/* line 15, resources/assets/styles/layouts/_pages.scss */

.venture header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 20, resources/assets/styles/layouts/_pages.scss */

.venture header .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1622px;
          flex: 0 1 1622px;
  margin: 0 auto;
  padding: 80px 15px 20px;
  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;
}

/* line 28, resources/assets/styles/layouts/_pages.scss */

.venture header .container .spacer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 18px;
          flex: 0 1 18px;
}

/* line 32, resources/assets/styles/layouts/_pages.scss */

.venture header .container .mid {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* line 36, resources/assets/styles/layouts/_pages.scss */

.venture header .container h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
}

/* line 41, resources/assets/styles/layouts/_pages.scss */

.venture header .container .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: -20px;
}

@media all and (max-width: 1000px) {
  /* line 41, resources/assets/styles/layouts/_pages.scss */

  .venture header .container .socials {
    display: none;
  }
}

/* line 50, resources/assets/styles/layouts/_pages.scss */

.venture header .container .socials > * {
  margin-bottom: 20px;
}

/* line 55, resources/assets/styles/layouts/_pages.scss */

.venture header .container .social-link i {
  font-size: 18px;
}

/* line 63, resources/assets/styles/layouts/_pages.scss */

.blog .block\(featuredPost\),
.archive .block\(featuredPost\) {
  padding: 100px 15px 0;
}

/* line 66, resources/assets/styles/layouts/_pages.scss */

.blog .block\(featuredPost\) .container,
.archive .block\(featuredPost\) .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1592px;
          flex: 0 1 1592px;
  min-height: 650px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

/* line 79, resources/assets/styles/layouts/_pages.scss */

.blog .block\(featuredPost\) .container::after,
.archive .block\(featuredPost\) .container::after {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: rgba(25, 26, 29, 0.3);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

/* line 92, resources/assets/styles/layouts/_pages.scss */

.blog .block\(featuredPost\) h2,
.archive .block\(featuredPost\) h2 {
  max-width: 1200px;
  margin: 40px auto;
  z-index: 1;
}

@media all and (max-width: 650px) {
  /* line 92, resources/assets/styles/layouts/_pages.scss */

  .blog .block\(featuredPost\) h2,
  .archive .block\(featuredPost\) h2 {
    font-size: 2rem;
  }
}

/* line 102, resources/assets/styles/layouts/_pages.scss */

.blog .block\(featuredPost\) h3,
.blog .block\(featuredPost\) .btn-flat,
.blog .block\(featuredPost\) .greeny-btn,
.blog .block\(featuredPost\) .banner .nav .menu-item.green-btn a,
.banner .nav .menu-item.green-btn .blog .block\(featuredPost\) a,
.blog .block\(featuredPost\) .banner .mobile-nav .menu-item.green-btn a,
.banner .mobile-nav .menu-item.green-btn .blog .block\(featuredPost\) a,
.blog .block\(featuredPost\) .nav-previous a,
.blog .nav-previous .block\(featuredPost\) a,
.archive .nav-previous .blog .block\(featuredPost\) a,
.search .nav-previous .blog .block\(featuredPost\) a,
.single-post article footer .nav-previous .blog .block\(featuredPost\) a,
.blog .block\(featuredPost\) .block\(altTwoColumnText\) .btns .btn-flat:first-child,
.block\(altTwoColumnText\) .btns .blog .block\(featuredPost\) .btn-flat:first-child,
.blog .block\(featuredPost\) .bluey-btn,
.blog .block\(featuredPost\) .nav-next a,
.blog .nav-next .block\(featuredPost\) a,
.archive .nav-next .blog .block\(featuredPost\) a,
.search .nav-next .blog .block\(featuredPost\) a,
.single-post article footer .nav-next .blog .block\(featuredPost\) a,
.blog .block\(featuredPost\) .block\(altTwoColumnText\) .btns .btn-flat:last-child,
.block\(altTwoColumnText\) .btns .blog .block\(featuredPost\) .btn-flat:last-child,
.blog .block\(featuredPost\) .nav-links a,
.blog .nav-links .block\(featuredPost\) a,
.archive .nav-links .blog .block\(featuredPost\) a,
.search .nav-links .blog .block\(featuredPost\) a,
.archive .block\(featuredPost\) h3,
.archive .block\(featuredPost\) .btn-flat,
.archive .block\(featuredPost\) .greeny-btn,
.archive .block\(featuredPost\) .banner .nav .menu-item.green-btn a,
.banner .nav .menu-item.green-btn .archive .block\(featuredPost\) a,
.archive .block\(featuredPost\) .banner .mobile-nav .menu-item.green-btn a,
.banner .mobile-nav .menu-item.green-btn .archive .block\(featuredPost\) a,
.blog .nav-previous .archive .block\(featuredPost\) a,
.archive .block\(featuredPost\) .nav-previous a,
.archive .nav-previous .block\(featuredPost\) a,
.search .nav-previous .archive .block\(featuredPost\) a,
.single-post article footer .nav-previous .archive .block\(featuredPost\) a,
.archive .block\(featuredPost\) .block\(altTwoColumnText\) .btns .btn-flat:first-child,
.block\(altTwoColumnText\) .btns .archive .block\(featuredPost\) .btn-flat:first-child,
.archive .block\(featuredPost\) .bluey-btn,
.blog .nav-next .archive .block\(featuredPost\) a,
.archive .block\(featuredPost\) .nav-next a,
.archive .nav-next .block\(featuredPost\) a,
.search .nav-next .archive .block\(featuredPost\) a,
.single-post article footer .nav-next .archive .block\(featuredPost\) a,
.archive .block\(featuredPost\) .block\(altTwoColumnText\) .btns .btn-flat:last-child,
.block\(altTwoColumnText\) .btns .archive .block\(featuredPost\) .btn-flat:last-child,
.blog .nav-links .archive .block\(featuredPost\) a,
.archive .block\(featuredPost\) .nav-links a,
.archive .nav-links .block\(featuredPost\) a,
.search .nav-links .archive .block\(featuredPost\) a {
  z-index: 1;
}

/* line 108, resources/assets/styles/layouts/_pages.scss */

.blog .block\(catFilter\),
.archive .block\(catFilter\) {
  padding: 20px 15px 50px;
}

/* line 111, resources/assets/styles/layouts/_pages.scss */

.blog .block\(catFilter\) .container,
.archive .block\(catFilter\) .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1592px;
          flex: 0 1 1592px;
  padding-top: 36px;
  padding-bottom: 26px;
  border-radius: 20px;
  background-image: url(/wp-content/themes/comm-ventures/dist/images/gradient-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 506px) {
  /* line 111, resources/assets/styles/layouts/_pages.scss */

  .blog .block\(catFilter\) .container,
  .archive .block\(catFilter\) .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media all and (max-width: 506px) {
  /* line 129, resources/assets/styles/layouts/_pages.scss */

  .blog .block\(catFilter\) h3,
  .archive .block\(catFilter\) h3 {
    margin-bottom: 20px;
  }
}

/* line 135, resources/assets/styles/layouts/_pages.scss */

.blog .block\(catFilter\) .cats,
.archive .block\(catFilter\) .cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -20px 0 37px;
}

@media all and (max-width: 506px) {
  /* line 135, resources/assets/styles/layouts/_pages.scss */

  .blog .block\(catFilter\) .cats,
  .archive .block\(catFilter\) .cats {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -20px 0 -20px;
  }
}

/* line 146, resources/assets/styles/layouts/_pages.scss */

.blog .block\(catFilter\) .cats > *,
.archive .block\(catFilter\) .cats > * {
  margin-left: 20px;
  margin-bottom: 20px;
  height: 44px;
}

/* line 153, resources/assets/styles/layouts/_pages.scss */

.blog .block\(catFilter\) .trans-btn,
.archive .block\(catFilter\) .trans-btn {
  display: block;
  min-width: 130px;
  height: 44px;
  border: solid 1px #4ebfad;
  border-radius: 22px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.5px;
  padding: 8px 22px;
}

/* line 167, resources/assets/styles/layouts/_pages.scss */

.blog .art-wrapper,
.archive .art-wrapper {
  max-width: 1622px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}

@media all and (max-width: 1539px) {
  /* line 167, resources/assets/styles/layouts/_pages.scss */

  .blog .art-wrapper,
  .archive .art-wrapper {
    max-width: 1292px;
  }
}

@media all and (max-width: 1239px) {
  /* line 167, resources/assets/styles/layouts/_pages.scss */

  .blog .art-wrapper,
  .archive .art-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 184, resources/assets/styles/layouts/_pages.scss */

.blog h1,
.archive h1 {
  max-width: 1622px;
  margin-bottom: 30px;
}

/* line 189, resources/assets/styles/layouts/_pages.scss */

.blog .art-container,
.archive .art-container {
  max-width: 1622px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 50px;
}

@media all and (max-width: 1539px) {
  /* line 189, resources/assets/styles/layouts/_pages.scss */

  .blog .art-container,
  .archive .art-container {
    max-width: 1292px;
  }
}

/* line 202, resources/assets/styles/layouts/_pages.scss */

.blog article,
.archive article {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 490px;
          flex: 0 1 490px;
}

@media all and (max-width: 1539px) {
  /* line 202, resources/assets/styles/layouts/_pages.scss */

  .blog article,
  .archive article {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 390px;
            flex: 0 1 390px;
  }
}

/* line 210, resources/assets/styles/layouts/_pages.scss */

.blog .featured-image,
.archive .featured-image {
  width: 100%;
  height: 310px;
  margin-bottom: 40px;
  position: relative;
}

@media all and (max-width: 1539px) {
  /* line 210, resources/assets/styles/layouts/_pages.scss */

  .blog .featured-image,
  .archive .featured-image {
    height: 246.7px;
  }
}

/* line 220, resources/assets/styles/layouts/_pages.scss */

.blog .featured-image .main-img,
.archive .featured-image .main-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* line 229, resources/assets/styles/layouts/_pages.scss */

.blog .overlay,
.archive .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(30deg, #1ba5de, #191a1d 52%);
  background-image: -o-linear-gradient(30deg, #1ba5de, #191a1d 52%);
  background-image: linear-gradient(60deg, #1ba5de, #191a1d 52%);
  border-radius: 20px;
  opacity: 0;
  visibility: invisible;
  -webkit-transition: opactity 0.2s ease, visibility 0.2s ease;
  -o-transition: opactity 0.2s ease, visibility 0.2s ease;
  transition: opactity 0.2s ease, visibility 0.2s ease;
}

/* line 244, resources/assets/styles/layouts/_pages.scss */

.blog .plus-circle,
.archive .plus-circle {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 32px;
  opacity: 0;
  visibility: invisible;
  -webkit-transition: opactity 0.2s ease, visibility 0.2s ease;
  -o-transition: opactity 0.2s ease, visibility 0.2s ease;
  transition: opactity 0.2s ease, visibility 0.2s ease;
}

/* line 257, resources/assets/styles/layouts/_pages.scss */

.blog article:hover h2,
.archive article:hover h2 {
  color: #1ba5de;
}

/* line 261, resources/assets/styles/layouts/_pages.scss */

.blog article:hover i,
.archive article:hover i {
  display: block;
}

/* line 265, resources/assets/styles/layouts/_pages.scss */

.blog article:hover .overlay,
.archive article:hover .overlay {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition: opactity 0.2s ease, visibility 0.2s ease;
  -o-transition: opactity 0.2s ease, visibility 0.2s ease;
  transition: opactity 0.2s ease, visibility 0.2s ease;
}

/* line 273, resources/assets/styles/layouts/_pages.scss */

.blog article:hover .plus-circle,
.archive article:hover .plus-circle {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opactity 0.2s ease, visibility 0.2s ease;
  -o-transition: opactity 0.2s ease, visibility 0.2s ease;
  transition: opactity 0.2s ease, visibility 0.2s ease;
}

/* line 283, resources/assets/styles/layouts/_pages.scss */

.blog .entry-meta,
.archive .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-bottom: 15px;
}

/* line 288, resources/assets/styles/layouts/_pages.scss */

.blog .entry-meta > *,
.archive .entry-meta > * {
  margin-left: 10px;
}

/* line 293, resources/assets/styles/layouts/_pages.scss */

.blog .posts-navigation,
.archive .posts-navigation {
  margin: 0 auto;
  padding: 80px 15px;
}

/* line 298, resources/assets/styles/layouts/_pages.scss */

.blog .nav-links,
.archive .nav-links {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

/* line 306, resources/assets/styles/layouts/_pages.scss */

.blog .nav-links > *,
.archive .nav-links > * {
  margin-left: 20px;
  margin-bottom: 20px;
}

/* line 311, resources/assets/styles/layouts/_pages.scss */

.blog .nav-links a,
.archive .nav-links a {
  text-transform: capitalize;
}

/* line 327, resources/assets/styles/layouts/_pages.scss */

.archive .art-wrapper {
  padding-top: 100px;
}

/* line 331, resources/assets/styles/layouts/_pages.scss */

.archive.category-dream-makers {
  padding-top: 100px;
}

/* line 334, resources/assets/styles/layouts/_pages.scss */

.archive.category-dream-makers .d-c {
  font-size: 22px;
  line-height: 2;
}

/* line 339, resources/assets/styles/layouts/_pages.scss */

.archive.category-dream-makers .video-container {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-top: 50px;
}

/* line 346, resources/assets/styles/layouts/_pages.scss */

.archive.category-dream-makers .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 357, resources/assets/styles/layouts/_pages.scss */

.search .page-header h1 {
  text-align: left !important;
}

/* line 361, resources/assets/styles/layouts/_pages.scss */

.search hr {
  margin-bottom: 20px;
}

/* line 365, resources/assets/styles/layouts/_pages.scss */

.search .entry-title {
  margin-bottom: 20px;
}

/* line 369, resources/assets/styles/layouts/_pages.scss */

.search article {
  margin-bottom: 20px;
}

/* line 373, resources/assets/styles/layouts/_pages.scss */

.search article.type-team {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
  color: #333740;
}

/* line 382, resources/assets/styles/layouts/_pages.scss */

.search article.type-team p {
  font-size: 1.0625rem;
  line-height: 2.35;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

/* line 389, resources/assets/styles/layouts/_pages.scss */

.search article.type-team a:not(
  .btn-flat):not(
  .greeny-btn):not(
  .bluey-btn) {
  text-decoration: underline;
  color: #4ebfad;
}

/* line 395, resources/assets/styles/layouts/_pages.scss */

.search .posts-navigation {
  margin: 0 auto;
  padding: 80px 15px;
}

/* line 400, resources/assets/styles/layouts/_pages.scss */

.search .nav-links {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

/* line 408, resources/assets/styles/layouts/_pages.scss */

.search .nav-links > * {
  margin-left: 20px;
  margin-bottom: 20px;
}

/* line 413, resources/assets/styles/layouts/_pages.scss */

.search .nav-links a {
  text-transform: capitalize;
}

/* line 420, resources/assets/styles/layouts/_pages.scss */

.search .nav-previous a {
  color: white !important;
  text-decoration: none !important;
}

/* line 427, resources/assets/styles/layouts/_pages.scss */

.search .nav-next a {
  color: white !important;
  text-decoration: none !important;
}

/* line 436, resources/assets/styles/layouts/_pages.scss */

.search-no-results .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 441, resources/assets/styles/layouts/_pages.scss */

.search-no-results .alert {
  margin-bottom: 30px;
}

/* line 448, resources/assets/styles/layouts/_pages.scss */

.search-no-results .main #searchform {
  width: 182px;
  height: 34px;
  border: solid 1px #4ebfad;
  border-radius: 22px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

/* line 457, resources/assets/styles/layouts/_pages.scss */

.search-no-results .main #searchform div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 462, resources/assets/styles/layouts/_pages.scss */

.search-no-results .main #searchform input,
.search-no-results .main #searchform button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  color: #1c6987;
  line-height: 0;
}

/* line 2, resources/assets/styles/layouts/_posts.scss */

.single-post article header {
  padding-top: 100px;
}

/* line 5, resources/assets/styles/layouts/_posts.scss */

.single-post article header hr {
  border: none;
  background-color: #4ebfad;
  height: 1px;
  width: 100%;
  margin-bottom: 62px;
}

/* line 14, resources/assets/styles/layouts/_posts.scss */

.single-post .featured-image {
  width: 100%;
  margin-bottom: 50px;
}

/* line 18, resources/assets/styles/layouts/_posts.scss */

.single-post .featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* line 27, resources/assets/styles/layouts/_posts.scss */

.single-post h1 {
  margin-bottom: 30px;
}

/* line 31, resources/assets/styles/layouts/_posts.scss */

.single-post h2.subtitle {
  max-width: 550px;
  margin: 0 auto 50px;
  font-style: italic;
}

/* line 37, resources/assets/styles/layouts/_posts.scss */

.single-post .entry-meta {
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-align: center;
  margin-left: -10px;
  margin-bottom: 15px;
}

/* line 46, resources/assets/styles/layouts/_posts.scss */

.single-post .entry-meta > * {
  margin-left: 10px;
}

/* line 51, resources/assets/styles/layouts/_posts.scss */

.single-post .media-c-t {
  margin-bottom: 0 !important;
}

/* line 55, resources/assets/styles/layouts/_posts.scss */

.single-post .media-c {
  margin-bottom: 20px;
}

/* line 59, resources/assets/styles/layouts/_posts.scss */

.single-post .media-c p {
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
}

/* line 64, resources/assets/styles/layouts/_posts.scss */

.single-post .entry-content {
  margin-bottom: 110px;
}

/* line 69, resources/assets/styles/layouts/_posts.scss */

.single-post article footer h3 {
  margin-bottom: 40px;
}

/* line 73, resources/assets/styles/layouts/_posts.scss */

.single-post article footer .nav-links {
  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;
  margin-left: -20px;
}

/* line 79, resources/assets/styles/layouts/_posts.scss */

.single-post article footer .nav-links > * {
  margin-left: 20px;
}

/* line 84, resources/assets/styles/layouts/_posts.scss */

.single-post article footer .nav-previous a {
  color: white !important;
  text-decoration: none !important;
}

/* line 91, resources/assets/styles/layouts/_posts.scss */

.single-post article footer .nav-next a {
  color: white !important;
  text-decoration: none !important;
}

/* line 100, resources/assets/styles/layouts/_posts.scss */

.team {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 96px;
  margin: 0 auto;
}

/* line 107, resources/assets/styles/layouts/_posts.scss */

.team hr {
  width: 1622px;
  border: none;
  height: 1px;
  background-color: rbga(#4ebfad, 0.3);
  max-width: 100%;
  margin: 0 auto 100px;
}

/* line 116, resources/assets/styles/layouts/_posts.scss */

.team .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -80px;
}

/* line 122, resources/assets/styles/layouts/_posts.scss */

.team .container > * {
  margin-left: 80px;
}

/* line 127, resources/assets/styles/layouts/_posts.scss */

.team .featured-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 318px;
          flex: 0 1 318px;
}

@media all and (max-width: 1072px) {
  /* line 127, resources/assets/styles/layouts/_posts.scss */

  .team .featured-image {
    margin-bottom: 30px;
  }
}

/* line 134, resources/assets/styles/layouts/_posts.scss */

.team .featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 375px;
  border-radius: 12px;
}

/* line 143, resources/assets/styles/layouts/_posts.scss */

.team .content-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 645px;
          flex: 0 1 645px;
}

/* line 147, resources/assets/styles/layouts/_posts.scss */

.team h1 {
  margin-bottom: 5px;
}

/* line 151, resources/assets/styles/layouts/_posts.scss */

.team .position {
  margin-bottom: 15px;
}

/* line 155, resources/assets/styles/layouts/_posts.scss */

.team p.fz\(16\) {
  font-weight: 300;
  font-style: italic;
  opacity: 0.8;
}

/* line 161, resources/assets/styles/layouts/_posts.scss */

.team .entry-content {
  margin-bottom: 20px;
}

/* line 164, resources/assets/styles/layouts/_posts.scss */

.team .entry-content p {
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.5px;
  color: #333740;
  margin-bottom: 20px;
}

/* line 172, resources/assets/styles/layouts/_posts.scss */

.team .entry-content p:last-child {
  margin-bottom: 0;
}

/* line 177, resources/assets/styles/layouts/_posts.scss */

.team .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
}

/* line 184, resources/assets/styles/layouts/_posts.scss */

.team .icons {
  margin-left: 20px;
}

/* line 188, resources/assets/styles/layouts/_posts.scss */

.team .icons a {
  margin-right: 16px;
}

/* line 191, resources/assets/styles/layouts/_posts.scss */

.team .icons a i {
  font-size: 16px;
  color: #4ebfad;
}

/* line 197, resources/assets/styles/layouts/_posts.scss */

.team .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 4px;
}

/* line 203, resources/assets/styles/layouts/_posts.scss */

.team .tag-t {
  margin-bottom: 5px;
  margin-left: 5px;
}

/* line 207, resources/assets/styles/layouts/_posts.scss */

.team .tag-t::after {
  content: ",";
}

/* line 212, resources/assets/styles/layouts/_posts.scss */

.team .tag-t:last-child::after {
  content: "";
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/* line 1, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) {
  padding-top: 50px;
  padding-bottom: 90px;
  min-height: 900px;
  overflow: hidden;
}

@media all and (max-width: 800px) {
  /* line 1, resources/assets/styles/blocks/_alt_hero.scss */

  .block\(altHero\) {
    min-height: 0;
  }
}

/* line 11, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 16, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .top {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 20, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: -15px;
}

@media all and (max-width: 1000px) {
  /* line 20, resources/assets/styles/blocks/_alt_hero.scss */

  .block\(altHero\) .socials {
    display: none;
  }
}

/* line 30, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .social-link {
  margin-bottom: 15px;
}

/* line 34, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .social-link i {
  font-size: 18px;
}

/* line 38, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .inner {
  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;
}

@media all and (max-width: 1365px) {
  /* line 38, resources/assets/styles/blocks/_alt_hero.scss */

  .block\(altHero\) .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 49, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 710px;
          flex: 0 1 710px;
  margin-right: 30px;
}

@media all and (max-width: 1365px) {
  /* line 49, resources/assets/styles/blocks/_alt_hero.scss */

  .block\(altHero\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 824px;
            flex: 0 1 824px;
  }
}

/* line 58, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
}

/* line 63, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) h1 {
  margin-bottom: 40px;
}

/* line 67, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
  margin-left: -20px;
}

/* line 75, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .btns > * {
  margin-left: 20px;
  margin-bottom: 20px;
}

/* line 89, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .collage {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 824px;
          flex: 0 1 824px;
  min-height: 720px;
  position: relative;
}

@media all and (max-width: 800px) {
  /* line 89, resources/assets/styles/blocks/_alt_hero.scss */

  .block\(altHero\) .collage {
    min-height: 0;
  }
}

/* line 98, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .collage img {
  border-radius: 20px;
}

/* line 103, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .collage img:first-child {
  top: 0;
  left: 0;
  max-width: 494px;
}

/* line 109, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .collage img:nth-child(2) {
  bottom: 0;
  right: 0;
  max-width: 420px;
}

/* line 115, resources/assets/styles/blocks/_alt_hero.scss */

.block\(altHero\) .mobile-img {
  display: none;
}

@media all and (max-width: 800px) {
  /* line 115, resources/assets/styles/blocks/_alt_hero.scss */

  .block\(altHero\) .mobile-img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
  }
}

@media all and (max-width: 800px) {
  /* line 127, resources/assets/styles/blocks/_alt_hero.scss */

  .block\(altHero\) .parallax {
    display: none;
  }
}

/* line 1, resources/assets/styles/blocks/_alt_image_and_text.scss */

.block\(altImageAndText\) {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 5, resources/assets/styles/blocks/_alt_image_and_text.scss */

.block\(altImageAndText\) .container {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1452px;
          flex: 0 1 1452px;
  padding-left: 30px;
  padding-right: 30px;
}

@media all and (max-width: 1343px) {
  /* line 5, resources/assets/styles/blocks/_alt_image_and_text.scss */

  .block\(altImageAndText\) .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 19, resources/assets/styles/blocks/_alt_image_and_text.scss */

.block\(altImageAndText\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 600px;
          flex: 0 1 600px;
  margin-right: 15px;
}

@media all and (max-width: 1343px) {
  /* line 19, resources/assets/styles/blocks/_alt_image_and_text.scss */

  .block\(altImageAndText\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 669px;
            flex: 0 1 669px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/* line 30, resources/assets/styles/blocks/_alt_image_and_text.scss */

.block\(altImageAndText\) h2 {
  max-width: 494px;
  margin-bottom: 20px;
}

/* line 35, resources/assets/styles/blocks/_alt_image_and_text.scss */

.block\(altImageAndText\) .content {
  margin-bottom: 30px;
}

/* line 38, resources/assets/styles/blocks/_alt_image_and_text.scss */

.block\(altImageAndText\) .content p {
  margin-bottom: 20px;
}

/* line 44, resources/assets/styles/blocks/_alt_image_and_text.scss */

.block\(altImageAndText\) .content a {
  color: #4ebfad;
  text-decoration: underline;
}

/* line 50, resources/assets/styles/blocks/_alt_image_and_text.scss */

.block\(altImageAndText\) .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

/* line 56, resources/assets/styles/blocks/_alt_image_and_text.scss */

.block\(altImageAndText\) .btns > * {
  margin-left: 20px;
  margin-bottom: 20px;
}

/* line 70, resources/assets/styles/blocks/_alt_image_and_text.scss */

.block\(altImageAndText\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 669px;
          flex: 0 1 669px;
}

/* line 73, resources/assets/styles/blocks/_alt_image_and_text.scss */

.block\(altImageAndText\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* line 1, resources/assets/styles/blocks/_alt_two_column_text.scss */

.block\(altTwoColumnText\) {
  padding-top: 80px;
  padding-bottom: 50px;
}

/* line 5, resources/assets/styles/blocks/_alt_two_column_text.scss */

.block\(altTwoColumnText\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 990px) {
  /* line 5, resources/assets/styles/blocks/_alt_two_column_text.scss */

  .block\(altTwoColumnText\) .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 15, resources/assets/styles/blocks/_alt_two_column_text.scss */

.block\(altTwoColumnText\) .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 548px;
          flex: 0 1 548px;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media all and (max-width: 990px) {
  /* line 15, resources/assets/styles/blocks/_alt_two_column_text.scss */

  .block\(altTwoColumnText\) .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 750px;
            flex: 0 1 750px;
    margin-right: 0;
  }
}

/* line 26, resources/assets/styles/blocks/_alt_two_column_text.scss */

.block\(altTwoColumnText\) h2 {
  margin-bottom: 40px;
}

/* line 30, resources/assets/styles/blocks/_alt_two_column_text.scss */

.block\(altTwoColumnText\) .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

/* line 36, resources/assets/styles/blocks/_alt_two_column_text.scss */

.block\(altTwoColumnText\) .btns > * {
  margin-left: 20px;
  margin-bottom: 20px;
  z-index: 1;
}

/* line 51, resources/assets/styles/blocks/_alt_two_column_text.scss */

.block\(altTwoColumnText\) .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 750px;
          flex: 0 1 750px;
}

/* line 55, resources/assets/styles/blocks/_alt_two_column_text.scss */

.block\(altTwoColumnText\) h3 {
  margin-bottom: 20px;
}

/* line 59, resources/assets/styles/blocks/_alt_two_column_text.scss */

.block\(altTwoColumnText\) .content p {
  font-size: 1.375rem;
  line-height: 1.45;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

/* line 66, resources/assets/styles/blocks/_alt_two_column_text.scss */

.block\(altTwoColumnText\) .content a {
  color: #4ebfad;
  text-decoration: underline;
}

/* line 71, resources/assets/styles/blocks/_alt_two_column_text.scss */

.block\(altTwoColumnText\) .content ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-position: inside;
}

/* line 77, resources/assets/styles/blocks/_alt_two_column_text.scss */

.block\(altTwoColumnText\) .content li {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 2;
}

/* line 85, resources/assets/styles/blocks/_alt_two_column_text.scss */

.block\(altTwoColumnText\) .item-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

/* line 2, resources/assets/styles/blocks/_anchor_nav.scss */

.block\(anchorNav\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: solid 1px rgba(78, 191, 173, 0.3);
  padding: 20px 15px;
}

/* line 9, resources/assets/styles/blocks/_anchor_nav.scss */

.block\(anchorNav\) .list {
  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;
  margin-left: -29px;
}

/* line 15, resources/assets/styles/blocks/_anchor_nav.scss */

.block\(anchorNav\) .list > * {
  margin-left: 29px;
}

/* line 20, resources/assets/styles/blocks/_anchor_nav.scss */

.block\(anchorNav\) .a-link:hover,
.block\(anchorNav\) .a-link:focus {
  font-weight: 500;
}

/* line 1, resources/assets/styles/blocks/_box_links.scss */

.block\(boxLinks\) {
  padding-top: 60px;
  padding-bottom: 50px;
}

/* line 5, resources/assets/styles/blocks/_box_links.scss */

.block\(boxLinks\) hr {
  border: none;
  height: 1px;
  background-color: rgba(51, 55, 64, 0.25);
  margin-bottom: 39px;
}

/* line 12, resources/assets/styles/blocks/_box_links.scss */

.block\(boxLinks\) h2 {
  margin-bottom: 93px;
}

@media all and (max-width: 1039px) {
  /* line 12, resources/assets/styles/blocks/_box_links.scss */

  .block\(boxLinks\) h2 {
    text-align: center;
  }
}

/* line 20, resources/assets/styles/blocks/_box_links.scss */

.block\(boxLinks\) .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 60px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

/* line 29, resources/assets/styles/blocks/_box_links.scss */

.block\(boxLinks\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 500px;
          flex: 0 1 500px;
}

@media all and (max-width: 1549px) {
  /* line 29, resources/assets/styles/blocks/_box_links.scss */

  .block\(boxLinks\) .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 390px;
            flex: 0 1 390px;
  }
}

/* line 37, resources/assets/styles/blocks/_box_links.scss */

.block\(boxLinks\) .item span {
  margin-bottom: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 44, resources/assets/styles/blocks/_box_links.scss */

.block\(boxLinks\) .item span .style-svg {
  margin-right: 12px;
  display: none;
}

/* line 49, resources/assets/styles/blocks/_box_links.scss */

.block\(boxLinks\) .item span i {
  position: absolute;
  top: 50%;
  left: 9px;
  font-size: 11px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

/* line 58, resources/assets/styles/blocks/_box_links.scss */

.block\(boxLinks\) .image {
  position: relative;
  height: 310px;
}

@media all and (max-width: 1549px) {
  /* line 58, resources/assets/styles/blocks/_box_links.scss */

  .block\(boxLinks\) .image {
    height: 246.7px;
  }
}

/* line 67, resources/assets/styles/blocks/_box_links.scss */

.block\(boxLinks\) .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(30deg, #1ba5de, #191a1d 52%);
  background-image: -o-linear-gradient(30deg, #1ba5de, #191a1d 52%);
  background-image: linear-gradient(60deg, #1ba5de, #191a1d 52%);
  border-radius: 20px;
  opacity: 0;
  visibility: invisible;
  -webkit-transition: opactity 0.2s ease, visibility 0.2s ease;
  -o-transition: opactity 0.2s ease, visibility 0.2s ease;
  transition: opactity 0.2s ease, visibility 0.2s ease;
}

/* line 82, resources/assets/styles/blocks/_box_links.scss */

.block\(boxLinks\) .plus-circle {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 32px;
  opacity: 0;
  visibility: invisible;
  -webkit-transition: opactity 0.2s ease, visibility 0.2s ease;
  -o-transition: opactity 0.2s ease, visibility 0.2s ease;
  transition: opactity 0.2s ease, visibility 0.2s ease;
}

/* line 94, resources/assets/styles/blocks/_box_links.scss */

.block\(boxLinks\) .main-img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/* line 103, resources/assets/styles/blocks/_box_links.scss */

.block\(boxLinks\) .item:hover span {
  color: #1ba5de;
}

/* line 107, resources/assets/styles/blocks/_box_links.scss */

.block\(boxLinks\) .item:hover .style-svg,
.block\(boxLinks\) .item:hover i {
  display: block;
}

/* line 112, resources/assets/styles/blocks/_box_links.scss */

.block\(boxLinks\) .item:hover .overlay {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition: opactity 0.2s ease, visibility 0.2s ease;
  -o-transition: opactity 0.2s ease, visibility 0.2s ease;
  transition: opactity 0.2s ease, visibility 0.2s ease;
}

/* line 120, resources/assets/styles/blocks/_box_links.scss */

.block\(boxLinks\) .item:hover .plus-circle {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opactity 0.2s ease, visibility 0.2s ease;
  -o-transition: opactity 0.2s ease, visibility 0.2s ease;
  transition: opactity 0.2s ease, visibility 0.2s ease;
}

/* line 1, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) {
  padding-top: 80px;
  padding-bottom: 150px;
}

/* line 5, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) .container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 11, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) h2 {
  margin-bottom: 50px;
}

/* line 15, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) p {
  max-width: 680px;
  margin: 0 auto 50px;
}

/* line 20, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) .gform_wrapper {
  max-width: 575px;
}

/* line 24, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) form {
  width: 575px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 605px) {
  /* line 24, resources/assets/styles/blocks/_contact_form.scss */

  .block\(contactForm\) form {
    width: 100%;
  }
}

/* line 35, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) .gform_body {
  width: 575px;
}

@media all and (max-width: 605px) {
  /* line 35, resources/assets/styles/blocks/_contact_form.scss */

  .block\(contactForm\) .gform_body {
    width: 100%;
  }
}

/* line 43, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) .gform_fields {
  grid-row-gap: 20px !important;
}

/* line 47, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) .ginput_complex {
  gap: 15px;
}

/* line 51, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) .name_first {
  padding-right: 0 !important;
}

/* line 55, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) .name_last {
  padding-left: 0 !important;
}

/* line 59, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) .ginput_container_textarea {
  height: 200px;
}

/* line 63, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) .gsection {
  border-bottom: solid 1px rgba(51, 55, 64, 0.25);
  margin-top: 25px;
}

/* line 68, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) .gsection_title {
  font-weight: 500;
}

/* line 74, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) .gfield_label {
  font-weight: normal !important;
}

/* line 78, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) input,
.block\(contactForm\) select {
  height: 64px;
  border: solid 1px #1c6987;
  border-radius: 20px;
  padding-left: 20px !important;
}

/* line 86, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) textarea {
  height: 200px !important;
  border: solid 1px #1c6987;
  border-radius: 20px;
  padding-top: 20px !important;
  padding-left: 20px !important;
}

/* line 94, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) .gform_footer {
  margin-top: 20px !important;
  padding: 0 !important;
}

/* line 99, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) button[type="submit"] {
  margin: 0 !important;
  width: 110px;
  background-color: #1c6987;
  color: white;
  height: 64px;
  border: solid 1px #1c6987;
  border-radius: 20px;
  font-size: 18px;
  font-weight: normal;
}

/* line 110, resources/assets/styles/blocks/_contact_form.scss */

.block\(contactForm\) button[type="submit"] i {
  font-size: 11px;
  margin-right: 4px;
}

/* line 1, resources/assets/styles/blocks/_contact_hero.scss */

.block\(contactHero\) {
  padding-top: 50px;
  padding-bottom: 30px;
}

/* line 5, resources/assets/styles/blocks/_contact_hero.scss */

.block\(contactHero\) .container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 11, resources/assets/styles/blocks/_contact_hero.scss */

.block\(contactHero\) .top {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 50px;
}

/* line 20, resources/assets/styles/blocks/_contact_hero.scss */

.block\(contactHero\) .spacer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 16px;
          flex: 0 1 16px;
}

/* line 24, resources/assets/styles/blocks/_contact_hero.scss */

.block\(contactHero\) .mid {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* line 28, resources/assets/styles/blocks/_contact_hero.scss */

.block\(contactHero\) h2 {
  margin-bottom: 88px;
}

/* line 32, resources/assets/styles/blocks/_contact_hero.scss */

.block\(contactHero\) .title {
  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;
  margin-left: -17px;
}

/* line 38, resources/assets/styles/blocks/_contact_hero.scss */

.block\(contactHero\) .title > * {
  margin-left: 17px;
}

/* line 43, resources/assets/styles/blocks/_contact_hero.scss */

.block\(contactHero\) .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: -15px;
}

@media all and (max-width: 1000px) {
  /* line 43, resources/assets/styles/blocks/_contact_hero.scss */

  .block\(contactHero\) .socials {
    display: none;
  }
}

/* line 53, resources/assets/styles/blocks/_contact_hero.scss */

.block\(contactHero\) .social-link {
  margin-bottom: 15px;
}

/* line 57, resources/assets/styles/blocks/_contact_hero.scss */

.block\(contactHero\) .social-link i {
  font-size: 18px;
}

/* line 61, resources/assets/styles/blocks/_contact_hero.scss */

.block\(contactHero\) .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -35px;
}

/* line 69, resources/assets/styles/blocks/_contact_hero.scss */

.block\(contactHero\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 180px;
          flex: 0 1 180px;
  margin-left: 35px;
  margin-bottom: 69px;
}

@media all and (max-width: 1534px) {
  /* line 69, resources/assets/styles/blocks/_contact_hero.scss */

  .block\(contactHero\) .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 266px;
            flex: 0 1 266px;
  }
}

/* line 79, resources/assets/styles/blocks/_contact_hero.scss */

.block\(contactHero\) h3 {
  text-transform: uppercase;
}

/* line 83, resources/assets/styles/blocks/_contact_hero.scss */

.block\(contactHero\) p.c\(greeny-blue\) {
  font-style: italic;
  margin-bottom: 20px;
}

/* line 88, resources/assets/styles/blocks/_contact_hero.scss */

.block\(contactHero\) .addy,
.block\(contactHero\) .phone {
  margin-bottom: 15px;
}

/* line 93, resources/assets/styles/blocks/_contact_hero.scss */

.block\(contactHero\) hr {
  border: none;
  height: 1px;
  background-color: rgba(51, 55, 64, 0.25);
  width: 100%;
}

/* line 1, resources/assets/styles/blocks/_count_up.scss */

.block\(countUp\) {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 5, resources/assets/styles/blocks/_count_up.scss */

.block\(countUp\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 10, resources/assets/styles/blocks/_count_up.scss */

.block\(countUp\) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: -50px;
  margin-bottom: -25px;
}

@media all and (max-width: 1379px) {
  /* line 10, resources/assets/styles/blocks/_count_up.scss */

  .block\(countUp\) .list {
    margin-left: -25px;
  }
}

/* line 23, resources/assets/styles/blocks/_count_up.scss */

.block\(countUp\) .item {
  margin-left: 50px;
  margin-bottom: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 400px;
          flex: 0 1 400px;
  min-height: 150px;
  padding: 20px;
  border-radius: 20px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 1379px) {
  /* line 23, resources/assets/styles/blocks/_count_up.scss */

  .block\(countUp\) .item {
    margin-left: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 325px;
            flex: 0 1 325px;
  }
}

/* line 40, resources/assets/styles/blocks/_count_up.scss */

.block\(countUp\) p.fz\(17\) {
  max-width: 200px;
}

/* line 44, resources/assets/styles/blocks/_count_up.scss */

.block\(countUp\) .full-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 50, resources/assets/styles/blocks/_count_up.scss */

.block\(countUp\) .item:first-child p.fz\(17\),
.block\(countUp\) .item:first-child .full-no {
  color: #309a89;
}

/* line 57, resources/assets/styles/blocks/_count_up.scss */

.block\(countUp\) .item:nth-child(2) p.fz\(17\),
.block\(countUp\) .item:nth-child(2) .full-no {
  color: #bf9b05;
}

/* line 64, resources/assets/styles/blocks/_count_up.scss */

.block\(countUp\) .item:nth-child(3) p.fz\(17\),
.block\(countUp\) .item:nth-child(3) .full-no {
  color: #e73b25;
}

/* line 1, resources/assets/styles/blocks/directors.scss */

.block\(directors\) {
  padding-bottom: 30px;
}

/* line 4, resources/assets/styles/blocks/directors.scss */

.block\(directors\) .container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 10, resources/assets/styles/blocks/directors.scss */

.block\(directors\) h2 {
  margin-bottom: 60px;
}

/* line 14, resources/assets/styles/blocks/directors.scss */

.block\(directors\) p.fz\(30\) {
  margin-bottom: 22px;
}

@media all and (max-width: 829px) {
  /* line 14, resources/assets/styles/blocks/directors.scss */

  .block\(directors\) p.fz\(30\) {
    text-align: center;
  }
}

/* line 22, resources/assets/styles/blocks/directors.scss */

.block\(directors\) p.fz\(15\),
.block\(directors\) .block\(altImageAndText\) .content p,
.block\(altImageAndText\) .content .block\(directors\) p,
.block\(directors\) .block\(imageAndText\) .content p,
.block\(imageAndText\) .content .block\(directors\) p,
.block\(directors\) .block\(impactImageAndText\) .content p,
.block\(impactImageAndText\) .content .block\(directors\) p,
.block\(directors\) .block\(impactStatsAndImage\) .content p,
.block\(impactStatsAndImage\) .content .block\(directors\) p {
  font-style: italic;
}

/* line 26, resources/assets/styles/blocks/directors.scss */

.block\(directors\) .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

/* line 33, resources/assets/styles/blocks/directors.scss */

.block\(directors\) .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
}

@media all and (max-width: 829px) {
  /* line 33, resources/assets/styles/blocks/directors.scss */

  .block\(directors\) .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 400px;
            flex: 0 1 400px;
  }
}

/* line 41, resources/assets/styles/blocks/directors.scss */

.block\(directors\) .item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -15px;
}

/* line 48, resources/assets/styles/blocks/directors.scss */

.block\(directors\) .item > * {
  margin-left: 15px;
  margin-bottom: 10px;
}

@media all and (max-width: 829px) {
  /* line 41, resources/assets/styles/blocks/directors.scss */

  .block\(directors\) .item {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 59, resources/assets/styles/blocks/directors.scss */

.block\(directors\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80px;
          flex: 0 1 80px;
  height: 80px;
}

/* line 63, resources/assets/styles/blocks/directors.scss */

.block\(directors\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

/* line 72, resources/assets/styles/blocks/directors.scss */

.block\(directors\) .item-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 270px;
          flex: 0 1 270px;
}

@media all and (max-width: 829px) {
  /* line 76, resources/assets/styles/blocks/directors.scss */

  .block\(directors\) .second {
    display: none;
  }
}

/* line 1, resources/assets/styles/blocks/_form_funnels.scss */

.block\(formFunnels\) {
  padding-top: 80px;
  padding-bottom: 50px;
}

/* line 5, resources/assets/styles/blocks/_form_funnels.scss */

.block\(formFunnels\) .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

@media all and (max-width: 990px) {
  /* line 5, resources/assets/styles/blocks/_form_funnels.scss */

  .block\(formFunnels\) .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 17, resources/assets/styles/blocks/_form_funnels.scss */

.block\(formFunnels\) .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 548px;
          flex: 0 1 548px;
}

@media all and (max-width: 990px) {
  /* line 17, resources/assets/styles/blocks/_form_funnels.scss */

  .block\(formFunnels\) .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 750px;
            flex: 0 1 750px;
  }
}

/* line 25, resources/assets/styles/blocks/_form_funnels.scss */

.block\(formFunnels\) .image {
  width: 100%;
  max-width: 100%;
}

/* line 29, resources/assets/styles/blocks/_form_funnels.scss */

.block\(formFunnels\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* line 38, resources/assets/styles/blocks/_form_funnels.scss */

.block\(formFunnels\) .video-container {
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

/* line 45, resources/assets/styles/blocks/_form_funnels.scss */

.block\(formFunnels\) .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 54, resources/assets/styles/blocks/_form_funnels.scss */

.block\(formFunnels\) .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 750px;
          flex: 0 1 750px;
}

/* line 58, resources/assets/styles/blocks/_form_funnels.scss */

.block\(formFunnels\) h3 {
  margin-bottom: 20px;
}

/* line 62, resources/assets/styles/blocks/_form_funnels.scss */

.block\(formFunnels\) .content {
  margin-bottom: 30px;
}

/* line 66, resources/assets/styles/blocks/_form_funnels.scss */

.block\(formFunnels\) .content p {
  font-size: 1.375rem;
  line-height: 1.45;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

/* line 73, resources/assets/styles/blocks/_form_funnels.scss */

.block\(formFunnels\) .content a {
  color: #4ebfad;
  text-decoration: underline;
}

/* line 78, resources/assets/styles/blocks/_form_funnels.scss */

.block\(formFunnels\) .btn-flat,
.block\(formFunnels\) .greeny-btn,
.block\(formFunnels\) .banner .nav .menu-item.green-btn a,
.banner .nav .menu-item.green-btn .block\(formFunnels\) a,
.block\(formFunnels\) .banner .mobile-nav .menu-item.green-btn a,
.banner .mobile-nav .menu-item.green-btn .block\(formFunnels\) a,
.block\(formFunnels\) .blog .nav-previous a,
.blog .nav-previous .block\(formFunnels\) a,
.block\(formFunnels\) .archive .nav-previous a,
.archive .nav-previous .block\(formFunnels\) a,
.block\(formFunnels\) .search .nav-previous a,
.search .nav-previous .block\(formFunnels\) a,
.block\(formFunnels\) .single-post article footer .nav-previous a,
.single-post article footer .nav-previous .block\(formFunnels\) a,
.block\(formFunnels\) .block\(altHero\) .btn-flat:first-child,
.block\(altHero\) .block\(formFunnels\) .btn-flat:first-child,
.block\(formFunnels\) .block\(altImageAndText\) .btn-flat:first-child,
.block\(altImageAndText\) .block\(formFunnels\) .btn-flat:first-child,
.block\(formFunnels\) .block\(altTwoColumnText\) .btns .btn-flat:first-child,
.block\(altTwoColumnText\) .btns .block\(formFunnels\) .btn-flat:first-child,
.block\(formFunnels\) .block\(imageCta\) .btn-flat:first-child,
.block\(imageCta\) .block\(formFunnels\) .btn-flat:first-child,
.block\(formFunnels\) .block\(imageHero\) .btn-flat:first-child,
.block\(imageHero\) .block\(formFunnels\) .btn-flat:first-child,
.block\(formFunnels\) .block\(imageHero\) .btn-flat:nth-child(3),
.block\(imageHero\) .block\(formFunnels\) .btn-flat:nth-child(3),
.block\(formFunnels\) .block\(ImpactVideoAndtext\) .btn-flat:first-child,
.block\(ImpactVideoAndtext\) .block\(formFunnels\) .btn-flat:first-child,
.block\(formFunnels\) .block\(stats\) .btn-flat:last-child,
.block\(stats\) .block\(formFunnels\) .btn-flat:last-child,
.block\(formFunnels\) .block\(textAndButtons\) .btn-flat:first-child,
.block\(textAndButtons\) .block\(formFunnels\) .btn-flat:first-child,
.block\(formFunnels\) .block\(videoAndtext\) .btn-flat:first-child,
.block\(videoAndtext\) .block\(formFunnels\) .btn-flat:first-child,
.block\(formFunnels\) .block\(visualCta\) .btn-flat:first-child,
.block\(visualCta\) .block\(formFunnels\) .btn-flat:first-child,
.block\(formFunnels\) .bluey-btn,
.block\(formFunnels\) .blog .nav-next a,
.blog .nav-next .block\(formFunnels\) a,
.block\(formFunnels\) .archive .nav-next a,
.archive .nav-next .block\(formFunnels\) a,
.block\(formFunnels\) .search .nav-next a,
.search .nav-next .block\(formFunnels\) a,
.block\(formFunnels\) .single-post article footer .nav-next a,
.single-post article footer .nav-next .block\(formFunnels\) a,
.block\(formFunnels\) .block\(altHero\) .btn-flat:last-child,
.block\(altHero\) .block\(formFunnels\) .btn-flat:last-child,
.block\(formFunnels\) .block\(altImageAndText\) .btn-flat:last-child,
.block\(altImageAndText\) .block\(formFunnels\) .btn-flat:last-child,
.block\(formFunnels\) .block\(altTwoColumnText\) .btns .btn-flat:last-child,
.block\(altTwoColumnText\) .btns .block\(formFunnels\) .btn-flat:last-child,
.block\(formFunnels\) .block\(altTwoColumnText\) .item-btns .btn-flat,
.block\(altTwoColumnText\) .item-btns .block\(formFunnels\) .btn-flat,
.block\(formFunnels\) .block\(imageCta\) .btn-flat:last-child,
.block\(imageCta\) .block\(formFunnels\) .btn-flat:last-child,
.block\(formFunnels\) .block\(imageHero\) .btn-flat:nth-child(2),
.block\(imageHero\) .block\(formFunnels\) .btn-flat:nth-child(2),
.block\(formFunnels\) .block\(ImpactVideoAndtext\) .btn-flat:last-child,
.block\(ImpactVideoAndtext\) .block\(formFunnels\) .btn-flat:last-child,
.block\(formFunnels\) .block\(stats\) .btn-flat:first-child,
.block\(stats\) .block\(formFunnels\) .btn-flat:first-child,
.block\(formFunnels\) .block\(textAndButtons\) .btn-flat:last-child,
.block\(textAndButtons\) .block\(formFunnels\) .btn-flat:last-child,
.block\(formFunnels\) .block\(videoAndtext\) .btn-flat:last-child,
.block\(videoAndtext\) .block\(formFunnels\) .btn-flat:last-child,
.block\(formFunnels\) .block\(visualCta\) .btn-flat:last-child,
.block\(visualCta\) .block\(formFunnels\) .btn-flat:last-child,
.block\(formFunnels\) .blog .nav-links a,
.blog .nav-links .block\(formFunnels\) a,
.block\(formFunnels\) .archive .nav-links a,
.archive .nav-links .block\(formFunnels\) a,
.block\(formFunnels\) .search .nav-links a,
.search .nav-links .block\(formFunnels\) a {
  margin-bottom: 30px;
}

/* line 82, resources/assets/styles/blocks/_form_funnels.scss */

.block\(formFunnels\) .gradient-text {
  padding: 15px;
  border-radius: 20px;
  background-image: url(/wp-content/themes/comm-ventures/dist/images/gradient-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1.375rem;
  letter-spacing: -0.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 95, resources/assets/styles/blocks/_form_funnels.scss */

.block\(formFunnels\) .gradient-text p {
  width: 735px;
  max-width: 100%;
}

/* line 100, resources/assets/styles/blocks/_form_funnels.scss */

.block\(formFunnels\) .gradient-text strong {
  font-weight: 700;
}

/* line 105, resources/assets/styles/blocks/_form_funnels.scss */

.block\(formFunnels\) hr {
  width: 100%;
  height: 2px;
  border: none;
  background-color: #e1f8f0;
}

/* line 1, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) {
  padding-top: 50px;
  padding-bottom: 90px;
  min-height: 900px;
  overflow: hidden;
}

@media all and (max-width: 800px) {
  /* line 1, resources/assets/styles/blocks/_hero.scss */

  .block\(hero\) {
    min-height: 400px;
    padding-bottom: 0;
  }
}

/* line 12, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 17, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .top {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media all and (max-width: 400px) {
  /* line 17, resources/assets/styles/blocks/_hero.scss */

  .block\(hero\) .top {
    display: none;
  }
}

/* line 25, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: -15px;
}

@media all and (max-width: 1000px) {
  /* line 25, resources/assets/styles/blocks/_hero.scss */

  .block\(hero\) .socials {
    display: none;
  }
}

/* line 35, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .social-link {
  margin-bottom: 15px;
}

/* line 39, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .social-link i {
  font-size: 18px;
}

/* line 43, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .inner {
  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;
}

@media all and (max-width: 1365px) {
  /* line 43, resources/assets/styles/blocks/_hero.scss */

  .block\(hero\) .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 54, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 710px;
          flex: 0 1 710px;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media all and (max-width: 1365px) {
  /* line 54, resources/assets/styles/blocks/_hero.scss */

  .block\(hero\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 824px;
            flex: 0 1 824px;
  }
}

/* line 64, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) h1 {
  margin-bottom: 88px;
}

@media all and (max-width: 400px) {
  /* line 64, resources/assets/styles/blocks/_hero.scss */

  .block\(hero\) h1 {
    text-align: center;
    margin-bottom: 20px;
  }
}

/* line 73, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: 90px;
}

@media all and (max-width: 400px) {
  /* line 73, resources/assets/styles/blocks/_hero.scss */

  .block\(hero\) .links {
    display: none;
  }
}

/* line 83, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .links > * {
  margin-left: 20px;
  margin-bottom: 20px;
}

/* line 89, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .mousey {
  border: 1px solid rgba(51, 55, 64, 0.25);
}

/* line 93, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .scroller {
  background-color: rgba(51, 55, 64, 0.25);
}

/* line 97, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .collage {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 824px;
          flex: 0 1 824px;
  min-height: 720px;
  position: relative;
}

@media all and (max-width: 800px) {
  /* line 97, resources/assets/styles/blocks/_hero.scss */

  .block\(hero\) .collage {
    min-height: 0;
  }
}

/* line 106, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .collage img {
  border-radius: 20px;
}

/* line 111, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .collage img:first-child {
  top: 0;
  left: 0;
  max-width: 494px;
}

/* line 117, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .collage img:nth-child(2) {
  bottom: 0;
  right: 0;
  max-width: 420px;
}

/* line 123, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .mobile-img {
  display: none;
}

@media all and (max-width: 800px) {
  /* line 123, resources/assets/styles/blocks/_hero.scss */

  .block\(hero\) .mobile-img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
  }
}

@media all and (max-width: 800px) {
  /* line 135, resources/assets/styles/blocks/_hero.scss */

  .block\(hero\) .parallax {
    display: none;
  }
}

/* line 1, resources/assets/styles/blocks/_icon_list.scss */

.block\(iconList\) {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 5, resources/assets/styles/blocks/_icon_list.scss */

.block\(iconList\) .container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 11, resources/assets/styles/blocks/_icon_list.scss */

.block\(iconList\) p {
  font-size: 22px;
  max-width: 681px;
  margin: 0 auto 36px;
}

@media all and (max-width: 400px) {
  /* line 11, resources/assets/styles/blocks/_icon_list.scss */

  .block\(iconList\) p {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

/* line 22, resources/assets/styles/blocks/_icon_list.scss */

.block\(iconList\) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -45px;
  margin-bottom: -30px;
}

@media all and (max-width: 400px) {
  /* line 22, resources/assets/styles/blocks/_icon_list.scss */

  .block\(iconList\) .list {
    margin-bottom: -15px;
  }
}

/* line 34, resources/assets/styles/blocks/_icon_list.scss */

.block\(iconList\) .list > * {
  margin-left: 32px;
  margin-bottom: 30px;
}

@media all and (max-width: 400px) {
  /* line 34, resources/assets/styles/blocks/_icon_list.scss */

  .block\(iconList\) .list > * {
    margin-bottom: 15px;
  }
}

/* line 44, resources/assets/styles/blocks/_icon_list.scss */

.block\(iconList\) .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2px transparent;
}

@media all and (max-width: 1241px) {
  /* line 44, resources/assets/styles/blocks/_icon_list.scss */

  .block\(iconList\) .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 400px;
            flex: 0 1 400px;
  }
}

@media all and (max-width: 848px) {
  /* line 44, resources/assets/styles/blocks/_icon_list.scss */

  .block\(iconList\) .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (max-width: 400px) {
  /* line 44, resources/assets/styles/blocks/_icon_list.scss */

  .block\(iconList\) .item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 54px;
    padding: 11px 40px;
    background-color: #f8f8f8;
    border-radius: 20px;
    -webkit-transition: background-color 0.2s ease, border 0.2s ease;
    -o-transition: background-color 0.2s ease, border 0.2s ease;
    transition: background-color 0.2s ease, border 0.2s ease;
  }
}

/* line 69, resources/assets/styles/blocks/_icon_list.scss */

.block\(iconList\) .item > * {
  margin-left: 13px;
}

@media all and (max-width: 400px) {
  /* line 74, resources/assets/styles/blocks/_icon_list.scss */

  .block\(iconList\) a.item:hover {
    font-weight: bold;
    background-color: white;
    border: solid 2px #c6c6c6;
    -webkit-transition: background-color 0.2s ease, border 0.2s ease;
    -o-transition: background-color 0.2s ease, border 0.2s ease;
    transition: background-color 0.2s ease, border 0.2s ease;
  }
}

/* line 85, resources/assets/styles/blocks/_icon_list.scss */

.block\(iconList\) .item img {
  max-height: 60px;
}

@media all and (max-width: 400px) {
  /* line 85, resources/assets/styles/blocks/_icon_list.scss */

  .block\(iconList\) .item img {
    max-height: 32px;
  }
}

/* line 1, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) {
  background-color: #e1f8f0;
  background-image: url(/wp-content/themes/comm-ventures/dist/images/gradient-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: 750px;
}

/* line 12, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .container {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1452px;
          flex: 0 1 1452px;
  padding-left: 30px;
  padding-right: 30px;
}

@media all and (max-width: 1324px) {
  /* line 12, resources/assets/styles/blocks/_image_and_text.scss */

  .block\(imageAndText\) .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 26, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 500px;
          flex: 0 1 500px;
  margin-right: 15px;
}

@media all and (max-width: 1324px) {
  /* line 26, resources/assets/styles/blocks/_image_and_text.scss */

  .block\(imageAndText\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 750px;
            flex: 0 1 750px;
    margin-bottom: 30px;
  }
}

/* line 36, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) h2 {
  margin-bottom: 20px;
}

/* line 40, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .content {
  margin-bottom: 50px;
}

/* line 47, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .content a {
  color: #4ebfad;
  text-decoration: underline;
}

/* line 53, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 750px;
          flex: 0 1 750px;
}

/* line 56, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* line 65, resources/assets/styles/blocks/_image_and_text.scss */

.block\(imageAndText\) .spinny {
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 342px;
}

@media all and (max-width: 800px) {
  /* line 65, resources/assets/styles/blocks/_image_and_text.scss */

  .block\(imageAndText\) .spinny {
    max-width: 180px;
    top: 70%;
  }
}

@media all and (max-width: 400px) {
  /* line 65, resources/assets/styles/blocks/_image_and_text.scss */

  .block\(imageAndText\) .spinny {
    max-width: 100px;
    top: 80%;
  }
}

/* line 1, resources/assets/styles/blocks/_image_cta.scss */

.block\(imageCta\) {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* line 8, resources/assets/styles/blocks/_image_cta.scss */

.block\(imageCta\) .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(25, 26, 29, 0.3);
  z-index: 0;
}

/* line 19, resources/assets/styles/blocks/_image_cta.scss */

.block\(imageCta\) .container {
  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;
}

/* line 26, resources/assets/styles/blocks/_image_cta.scss */

.block\(imageCta\) h2 {
  max-width: 1200px;
  margin: 0 auto 40px;
  z-index: 1;
}

/* line 32, resources/assets/styles/blocks/_image_cta.scss */

.block\(imageCta\) .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

/* line 39, resources/assets/styles/blocks/_image_cta.scss */

.block\(imageCta\) .btns > * {
  margin-left: 20px;
  margin-bottom: 20px;
  z-index: 1;
}

/* line 1, resources/assets/styles/blocks/_image_hero.scss */

.block\(imageHero\) {
  padding-top: 100px;
  padding-bottom: 50px;
  padding-left: 5.20833vw;
  padding-right: 5.20833vw;
}

/* line 7, resources/assets/styles/blocks/_image_hero.scss */

.block\(imageHero\) .container {
  min-height: 800px;
  border-radius: 20px;
  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-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* line 20, resources/assets/styles/blocks/_image_hero.scss */

.block\(imageHero\) .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(25, 26, 29, 0.3);
  z-index: 0;
}

/* line 31, resources/assets/styles/blocks/_image_hero.scss */

.block\(imageHero\) h3 {
  text-transform: uppercase;
  z-index: 1;
}

/* line 36, resources/assets/styles/blocks/_image_hero.scss */

.block\(imageHero\) h2 {
  max-width: 1200px;
  margin: 40px auto;
  z-index: 1;
}

/* line 42, resources/assets/styles/blocks/_image_hero.scss */

.block\(imageHero\) .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
}

/* line 48, resources/assets/styles/blocks/_image_hero.scss */

.block\(imageHero\) .btns > * {
  margin-left: 20px;
  margin-bottom: 10px;
  z-index: 1;
}

/* line 1, resources/assets/styles/blocks/_impact_hero.scss */

.block\(impactHero\) {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding-top: 210px;
  padding-bottom: 150px;
  position: relative;
}

/* line 10, resources/assets/styles/blocks/_impact_hero.scss */

.block\(impactHero\) .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 26, 29, 0.3);
  z-index: 0;
}

/* line 20, resources/assets/styles/blocks/_impact_hero.scss */

.block\(impactHero\) .container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 26, resources/assets/styles/blocks/_impact_hero.scss */

.block\(impactHero\) h1 {
  max-width: 1211px;
  margin: 0 auto 26.28337vh;
  z-index: 1;
}

/* line 32, resources/assets/styles/blocks/_impact_hero.scss */

.block\(impactHero\) .socials {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 93px;
}

@media all and (max-width: 1000px) {
  /* line 32, resources/assets/styles/blocks/_impact_hero.scss */

  .block\(impactHero\) .socials {
    display: none;
  }
}

/* line 43, resources/assets/styles/blocks/_impact_hero.scss */

.block\(impactHero\) .social-link {
  margin-bottom: 15px;
  z-index: 1;
}

/* line 48, resources/assets/styles/blocks/_impact_hero.scss */

.block\(impactHero\) .social-link i {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 18px;
}

/* line 53, resources/assets/styles/blocks/_impact_hero.scss */

.block\(impactHero\) .social-link i:hover {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #4ebfad;
}

/* line 58, resources/assets/styles/blocks/_impact_hero.scss */

.block\(impactHero\) .bottom {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 65, resources/assets/styles/blocks/_impact_hero.scss */

.block\(impactHero\) .list {
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: 40px;
}

/* line 75, resources/assets/styles/blocks/_impact_hero.scss */

.block\(impactHero\) .item {
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 220px;
          flex: 0 1 220px;
  margin-left: 20px;
  margin-bottom: 20px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 85, resources/assets/styles/blocks/_impact_hero.scss */

.block\(impactHero\) .whole-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 89, resources/assets/styles/blocks/_impact_hero.scss */

.block\(impactHero\) .mousey {
  border: 1px solid #4ebfad;
  z-index: 1;
}

/* line 94, resources/assets/styles/blocks/_impact_hero.scss */

.block\(impactHero\) .scroller {
  background-color: #4ebfad;
  z-index: 1;
}

/* line 1, resources/assets/styles/blocks/_impact_image_and_text.scss */

.block\(impactImageAndText\) {
  background-color: #e1f8f0;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: 750px;
}

/* line 8, resources/assets/styles/blocks/_impact_image_and_text.scss */

.block\(impactImageAndText\) .container {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1452px;
          flex: 0 1 1452px;
  padding-left: 30px;
  padding-right: 30px;
}

@media all and (max-width: 1324px) {
  /* line 8, resources/assets/styles/blocks/_impact_image_and_text.scss */

  .block\(impactImageAndText\) .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 22, resources/assets/styles/blocks/_impact_image_and_text.scss */

.block\(impactImageAndText\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 500px;
          flex: 0 1 500px;
  margin-right: 15px;
}

@media all and (max-width: 1324px) {
  /* line 22, resources/assets/styles/blocks/_impact_image_and_text.scss */

  .block\(impactImageAndText\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 750px;
            flex: 0 1 750px;
    margin-bottom: 30px;
  }
}

/* line 32, resources/assets/styles/blocks/_impact_image_and_text.scss */

.block\(impactImageAndText\) h2 {
  margin-bottom: 20px;
}

/* line 36, resources/assets/styles/blocks/_impact_image_and_text.scss */

.block\(impactImageAndText\) .content {
  margin-bottom: 50px;
}

/* line 44, resources/assets/styles/blocks/_impact_image_and_text.scss */

.block\(impactImageAndText\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 750px;
          flex: 0 1 750px;
}

/* line 47, resources/assets/styles/blocks/_impact_image_and_text.scss */

.block\(impactImageAndText\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* line 56, resources/assets/styles/blocks/_impact_image_and_text.scss */

.block\(impactImageAndText\) .spinny {
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 342px;
}

@media all and (max-width: 800px) {
  /* line 56, resources/assets/styles/blocks/_impact_image_and_text.scss */

  .block\(impactImageAndText\) .spinny {
    max-width: 180px;
  }
}

/* line 1, resources/assets/styles/blocks/_impact_map.scss */

.block\(impactMap\) {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* line 5, resources/assets/styles/blocks/_impact_map.scss */

.block\(impactMap\) .container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 11, resources/assets/styles/blocks/_impact_map.scss */

.block\(impactMap\) h2 {
  max-width: 800px;
  margin: 0 auto 40px;
}

/* line 16, resources/assets/styles/blocks/_impact_map.scss */

.block\(impactMap\) p.fz\(22\),
.block\(impactMap\) .block\(contactForm\) p.gsection_title,
.block\(contactForm\) .block\(impactMap\) p.gsection_title {
  max-width: 550px;
  margin: 0 auto 104px;
}

/* line 21, resources/assets/styles/blocks/_impact_map.scss */

.block\(impactMap\) .map-container {
  width: 1176px;
  max-width: 100%;
  position: relative;
  height: 670px;
  margin-bottom: 80px;
}

/* line 28, resources/assets/styles/blocks/_impact_map.scss */

.block\(impactMap\) .map-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 37, resources/assets/styles/blocks/_impact_map.scss */

.block\(impactMap\) h3 {
  margin-bottom: 30px;
}

/* line 41, resources/assets/styles/blocks/_impact_map.scss */

.block\(impactMap\) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: 30px;
}

/* line 49, resources/assets/styles/blocks/_impact_map.scss */

.block\(impactMap\) .item {
  margin-left: 40px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 56, resources/assets/styles/blocks/_impact_map.scss */

.block\(impactMap\) i {
  margin-right: 10px;
}

/* line 1, resources/assets/styles/blocks/_impact_news.scss */

.block\(impactNews\) {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* line 5, resources/assets/styles/blocks/_impact_news.scss */

.block\(impactNews\) .container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 11, resources/assets/styles/blocks/_impact_news.scss */

.block\(impactNews\) h2.fz\(40\),
.block\(impactNews\) .main > h2:not([class^="block("]) {
  margin-bottom: 30px;
  margin-left: 40px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media all and (max-width: 1572px) {
  /* line 11, resources/assets/styles/blocks/_impact_news.scss */

  .block\(impactNews\) h2.fz\(40\),
  .block\(impactNews\) .main > h2:not([class^="block("]) {
    margin-left: 0;
  }
}

/* line 21, resources/assets/styles/blocks/_impact_news.scss */

.block\(impactNews\) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -20px;
  margin-bottom: -30px;
}

/* line 29, resources/assets/styles/blocks/_impact_news.scss */

.block\(impactNews\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 490px;
          flex: 0 1 490px;
  margin-left: 20px;
  margin-bottom: 30px;
}

/* line 35, resources/assets/styles/blocks/_impact_news.scss */

.block\(impactNews\) .featured-image {
  width: 100%;
  height: 310px;
  margin-bottom: 40px;
  position: relative;
}

/* line 41, resources/assets/styles/blocks/_impact_news.scss */

.block\(impactNews\) .featured-image .main-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* line 50, resources/assets/styles/blocks/_impact_news.scss */

.block\(impactNews\) .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(30deg, #1ba5de, #191a1d 52%);
  background-image: -o-linear-gradient(30deg, #1ba5de, #191a1d 52%);
  background-image: linear-gradient(60deg, #1ba5de, #191a1d 52%);
  border-radius: 20px;
  opacity: 0;
  visibility: invisible;
  -webkit-transition: opactity 0.2s ease, visibility 0.2s ease;
  -o-transition: opactity 0.2s ease, visibility 0.2s ease;
  transition: opactity 0.2s ease, visibility 0.2s ease;
}

/* line 65, resources/assets/styles/blocks/_impact_news.scss */

.block\(impactNews\) .plus-circle {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 32px;
  opacity: 0;
  visibility: invisible;
  -webkit-transition: opactity 0.2s ease, visibility 0.2s ease;
  -o-transition: opactity 0.2s ease, visibility 0.2s ease;
  transition: opactity 0.2s ease, visibility 0.2s ease;
}

/* line 78, resources/assets/styles/blocks/_impact_news.scss */

.block\(impactNews\) .item:hover h2 {
  color: #1ba5de;
}

/* line 82, resources/assets/styles/blocks/_impact_news.scss */

.block\(impactNews\) .item:hover i {
  display: block;
}

/* line 86, resources/assets/styles/blocks/_impact_news.scss */

.block\(impactNews\) .item:hover .overlay {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition: opactity 0.2s ease, visibility 0.2s ease;
  -o-transition: opactity 0.2s ease, visibility 0.2s ease;
  transition: opactity 0.2s ease, visibility 0.2s ease;
}

/* line 94, resources/assets/styles/blocks/_impact_news.scss */

.block\(impactNews\) .item:hover .plus-circle {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opactity 0.2s ease, visibility 0.2s ease;
  -o-transition: opactity 0.2s ease, visibility 0.2s ease;
  transition: opactity 0.2s ease, visibility 0.2s ease;
}

/* line 104, resources/assets/styles/blocks/_impact_news.scss */

.block\(impactNews\) .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-bottom: 15px;
}

/* line 109, resources/assets/styles/blocks/_impact_news.scss */

.block\(impactNews\) .entry-meta > * {
  margin-left: 10px;
}

/* line 1, resources/assets/styles/blocks/_impact_stats_and_image.scss */

.block\(impactStatsAndImage\) {
  padding-top: 143px;
  padding-bottom: 80px;
}

/* line 5, resources/assets/styles/blocks/_impact_stats_and_image.scss */

.block\(impactStatsAndImage\) .container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1644px;
          flex: 0 1 1644px;
}

/* line 12, resources/assets/styles/blocks/_impact_stats_and_image.scss */

.block\(impactStatsAndImage\) h2 {
  max-width: 800px;
  margin: 0 auto 40px;
}

/* line 17, resources/assets/styles/blocks/_impact_stats_and_image.scss */

.block\(impactStatsAndImage\) p.fz\(22\),
.block\(impactStatsAndImage\) .block\(contactForm\) p.gsection_title,
.block\(contactForm\) .block\(impactStatsAndImage\) p.gsection_title {
  max-width: 550px;
  margin: 0 auto 40px;
}

/* line 22, resources/assets/styles/blocks/_impact_stats_and_image.scss */

.block\(impactStatsAndImage\) .sections {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 28, resources/assets/styles/blocks/_impact_stats_and_image.scss */

.block\(impactStatsAndImage\) .section {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  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;
  margin-left: -56px;
}

@media all and (max-width: 1410px) {
  /* line 28, resources/assets/styles/blocks/_impact_stats_and_image.scss */

  .block\(impactStatsAndImage\) .section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 42, resources/assets/styles/blocks/_impact_stats_and_image.scss */

.block\(impactStatsAndImage\) .section.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 46, resources/assets/styles/blocks/_impact_stats_and_image.scss */

.block\(impactStatsAndImage\) .section > * {
  margin-left: 56px;
}

/* line 51, resources/assets/styles/blocks/_impact_stats_and_image.scss */

.block\(impactStatsAndImage\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 720px;
          flex: 0 1 720px;
}

/* line 54, resources/assets/styles/blocks/_impact_stats_and_image.scss */

.block\(impactStatsAndImage\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* line 63, resources/assets/styles/blocks/_impact_stats_and_image.scss */

.block\(impactStatsAndImage\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 782px;
          flex: 0 1 782px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 1410px) {
  /* line 63, resources/assets/styles/blocks/_impact_stats_and_image.scss */

  .block\(impactStatsAndImage\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 720px;
            flex: 0 1 720px;
    margin-top: 30px;
  }
}

@media all and (max-width: 725px) {
  /* line 63, resources/assets/styles/blocks/_impact_stats_and_image.scss */

  .block\(impactStatsAndImage\) .text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 80, resources/assets/styles/blocks/_impact_stats_and_image.scss */

.block\(impactStatsAndImage\) .stats {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 140px;
          flex: 0 1 140px;
  margin-bottom: -50px;
}

@media all and (max-width: 725px) {
  /* line 80, resources/assets/styles/blocks/_impact_stats_and_image.scss */

  .block\(impactStatsAndImage\) .stats {
    margin-bottom: -30px;
  }
}

/* line 89, resources/assets/styles/blocks/_impact_stats_and_image.scss */

.block\(impactStatsAndImage\) .stat {
  margin-bottom: 50px;
}

/* line 93, resources/assets/styles/blocks/_impact_stats_and_image.scss */

.block\(impactStatsAndImage\) .full-no-w-fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 98, resources/assets/styles/blocks/_impact_stats_and_image.scss */

.block\(impactStatsAndImage\) .inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 500px;
          flex: 0 1 500px;
}

/* line 102, resources/assets/styles/blocks/_impact_stats_and_image.scss */

.block\(impactStatsAndImage\) h3.fz\(48\) {
  margin-bottom: 20px;
}

/* line 106, resources/assets/styles/blocks/_impact_stats_and_image.scss */

.block\(impactStatsAndImage\) .content {
  margin-bottom: 50px;
}

/* line 1, resources/assets/styles/blocks/_impact_ventures.scss */

.block\(impactVentures\) {
  padding-bottom: 70px;
}

/* line 4, resources/assets/styles/blocks/_impact_ventures.scss */

.block\(impactVentures\) hr {
  border: none;
  height: 1px;
  background-color: rgba(51, 55, 64, 0.25);
  margin-bottom: 39px;
}

/* line 11, resources/assets/styles/blocks/_impact_ventures.scss */

.block\(impactVentures\) .top {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 93px;
}

/* line 19, resources/assets/styles/blocks/_impact_ventures.scss */

.block\(impactVentures\) .top-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1000px;
          flex: 0 1 1000px;
}

/* line 22, resources/assets/styles/blocks/_impact_ventures.scss */

.block\(impactVentures\) .top-left h2 {
  margin-bottom: 20px;
}

/* line 26, resources/assets/styles/blocks/_impact_ventures.scss */

.block\(impactVentures\) .top-left p {
  margin-bottom: 20px;
}

/* line 31, resources/assets/styles/blocks/_impact_ventures.scss */

.block\(impactVentures\) .slide {
  max-width: 500px;
}

@media all and (max-width: 550px) {
  /* line 31, resources/assets/styles/blocks/_impact_ventures.scss */

  .block\(impactVentures\) .slide {
    max-width: 275px;
  }
}

/* line 39, resources/assets/styles/blocks/_impact_ventures.scss */

.block\(impactVentures\) .slide span {
  margin-bottom: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 46, resources/assets/styles/blocks/_impact_ventures.scss */

.block\(impactVentures\) .slide span .style-svg {
  margin-right: 12px;
  display: none;
}

/* line 51, resources/assets/styles/blocks/_impact_ventures.scss */

.block\(impactVentures\) .slide span i {
  position: absolute;
  top: 16px;
  left: 9px;
  font-size: 11px;
  display: none;
}

/* line 59, resources/assets/styles/blocks/_impact_ventures.scss */

.block\(impactVentures\) .slide .image {
  position: relative;
  height: 310px;
}

/* line 64, resources/assets/styles/blocks/_impact_ventures.scss */

.block\(impactVentures\) .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(30deg, #1ba5de, #191a1d 52%);
  background-image: -o-linear-gradient(30deg, #1ba5de, #191a1d 52%);
  background-image: linear-gradient(60deg, #1ba5de, #191a1d 52%);
  border-radius: 20px;
  opacity: 0;
  visibility: invisible;
  -webkit-transition: opactity 0.2s ease, visibility 0.2s ease;
  -o-transition: opactity 0.2s ease, visibility 0.2s ease;
  transition: opactity 0.2s ease, visibility 0.2s ease;
}

/* line 79, resources/assets/styles/blocks/_impact_ventures.scss */

.block\(impactVentures\) .plus-circle {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 32px;
  opacity: 0;
  visibility: invisible;
  -webkit-transition: opactity 0.2s ease, visibility 0.2s ease;
  -o-transition: opactity 0.2s ease, visibility 0.2s ease;
  transition: opactity 0.2s ease, visibility 0.2s ease;
}

/* line 91, resources/assets/styles/blocks/_impact_ventures.scss */

.block\(impactVentures\) .slide .main-img {
  border-radius: 20px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 101, resources/assets/styles/blocks/_impact_ventures.scss */

.block\(impactVentures\) .slide:hover span {
  color: #1ba5de;
}

/* line 105, resources/assets/styles/blocks/_impact_ventures.scss */

.block\(impactVentures\) .slide:hover .style-svg,
.block\(impactVentures\) .slide:hover i {
  display: block;
}

/* line 110, resources/assets/styles/blocks/_impact_ventures.scss */

.block\(impactVentures\) .slide:hover .overlay {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition: opactity 0.2s ease, visibility 0.2s ease;
  -o-transition: opactity 0.2s ease, visibility 0.2s ease;
  transition: opactity 0.2s ease, visibility 0.2s ease;
}

/* line 118, resources/assets/styles/blocks/_impact_ventures.scss */

.block\(impactVentures\) .slide:hover .plus-circle {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opactity 0.2s ease, visibility 0.2s ease;
  -o-transition: opactity 0.2s ease, visibility 0.2s ease;
  transition: opactity 0.2s ease, visibility 0.2s ease;
}

/* line 128, resources/assets/styles/blocks/_impact_ventures.scss */

.block\(impactVentures\) .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin: 30px 0 0;
}

/* line 135, resources/assets/styles/blocks/_impact_ventures.scss */

.block\(impactVentures\) .slick-dots li {
  height: 12px;
  width: 12px;
  padding: 0;
  cursor: pointer;
}

/* line 142, resources/assets/styles/blocks/_impact_ventures.scss */

.block\(impactVentures\) .slick-dots li button {
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border: solid 1px #333740;
  border-radius: 50%;
}

/* line 157, resources/assets/styles/blocks/_impact_ventures.scss */

.block\(impactVentures\) .slick-dots li.slick-active button {
  border: none;
  background: #333740;
}

/* line 1, resources/assets/styles/blocks/_impact_video_and_text.scss */

.block\(ImpactVideoAndtext\) {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 5, resources/assets/styles/blocks/_impact_video_and_text.scss */

.block\(ImpactVideoAndtext\) .container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 11, resources/assets/styles/blocks/_impact_video_and_text.scss */

.block\(ImpactVideoAndtext\) h2 {
  max-width: 800px;
  margin: 0 auto 40px;
}

/* line 16, resources/assets/styles/blocks/_impact_video_and_text.scss */

.block\(ImpactVideoAndtext\) p {
  max-width: 800px;
  margin: 0 auto 60px;
}

/* line 21, resources/assets/styles/blocks/_impact_video_and_text.scss */

.block\(ImpactVideoAndtext\) .inner {
  max-width: 100%;
  width: 1043px;
  margin: 0 auto;
}

/* line 27, resources/assets/styles/blocks/_impact_video_and_text.scss */

.block\(ImpactVideoAndtext\) .video-container {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

/* line 33, resources/assets/styles/blocks/_impact_video_and_text.scss */

.block\(ImpactVideoAndtext\) .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 43, resources/assets/styles/blocks/_impact_video_and_text.scss */

.block\(ImpactVideoAndtext\) h3 {
  margin: 80px auto 40px;
}

/* line 47, resources/assets/styles/blocks/_impact_video_and_text.scss */

.block\(ImpactVideoAndtext\) .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -20px;
}

/* line 53, resources/assets/styles/blocks/_impact_video_and_text.scss */

.block\(ImpactVideoAndtext\) .btn-flat,
.block\(ImpactVideoAndtext\) .greeny-btn,
.block\(ImpactVideoAndtext\) .banner .nav .menu-item.green-btn a,
.banner .nav .menu-item.green-btn .block\(ImpactVideoAndtext\) a,
.block\(ImpactVideoAndtext\) .banner .mobile-nav .menu-item.green-btn a,
.banner .mobile-nav .menu-item.green-btn .block\(ImpactVideoAndtext\) a,
.block\(ImpactVideoAndtext\) .blog .nav-previous a,
.blog .nav-previous .block\(ImpactVideoAndtext\) a,
.block\(ImpactVideoAndtext\) .archive .nav-previous a,
.archive .nav-previous .block\(ImpactVideoAndtext\) a,
.block\(ImpactVideoAndtext\) .search .nav-previous a,
.search .nav-previous .block\(ImpactVideoAndtext\) a,
.block\(ImpactVideoAndtext\) .single-post article footer .nav-previous a,
.single-post article footer .nav-previous .block\(ImpactVideoAndtext\) a,
.block\(ImpactVideoAndtext\) .block\(altTwoColumnText\) .btns .btn-flat:first-child,
.block\(altTwoColumnText\) .btns .block\(ImpactVideoAndtext\) .btn-flat:first-child,
.block\(ImpactVideoAndtext\) .block\(imageHero\) .btn-flat:nth-child(3),
.block\(imageHero\) .block\(ImpactVideoAndtext\) .btn-flat:nth-child(3),
.block\(ImpactVideoAndtext\) .btn-flat:first-child,
.block\(ImpactVideoAndtext\) .bluey-btn,
.block\(ImpactVideoAndtext\) .blog .nav-next a,
.blog .nav-next .block\(ImpactVideoAndtext\) a,
.block\(ImpactVideoAndtext\) .archive .nav-next a,
.archive .nav-next .block\(ImpactVideoAndtext\) a,
.block\(ImpactVideoAndtext\) .search .nav-next a,
.search .nav-next .block\(ImpactVideoAndtext\) a,
.block\(ImpactVideoAndtext\) .single-post article footer .nav-next a,
.single-post article footer .nav-next .block\(ImpactVideoAndtext\) a,
.block\(ImpactVideoAndtext\) .block\(altTwoColumnText\) .btns .btn-flat:last-child,
.block\(altTwoColumnText\) .btns .block\(ImpactVideoAndtext\) .btn-flat:last-child,
.block\(ImpactVideoAndtext\) .block\(altTwoColumnText\) .item-btns .btn-flat,
.block\(altTwoColumnText\) .item-btns .block\(ImpactVideoAndtext\) .btn-flat,
.block\(ImpactVideoAndtext\) .block\(imageHero\) .btn-flat:nth-child(2),
.block\(imageHero\) .block\(ImpactVideoAndtext\) .btn-flat:nth-child(2),
.block\(ImpactVideoAndtext\) .btn-flat:last-child,
.block\(ImpactVideoAndtext\) .blog .nav-links a,
.blog .nav-links .block\(ImpactVideoAndtext\) a,
.block\(ImpactVideoAndtext\) .archive .nav-links a,
.archive .nav-links .block\(ImpactVideoAndtext\) a,
.block\(ImpactVideoAndtext\) .search .nav-links a,
.search .nav-links .block\(ImpactVideoAndtext\) a {
  margin-left: 20px;
}

/* line 1, resources/assets/styles/blocks/_news_and_stories.scss */

.block\(newsAndStories\) {
  padding: 0 15px 28px;
}

/* line 4, resources/assets/styles/blocks/_news_and_stories.scss */

.block\(newsAndStories\) .container {
  background-color: #e1f8f0;
  background-image: url(/wp-content/themes/comm-ventures/dist/images/gradient-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 7.18686vh 4.16667vw;
}

/* line 14, resources/assets/styles/blocks/_news_and_stories.scss */

.block\(newsAndStories\) .inner {
  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;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

@media all and (max-width: 1360px) {
  /* line 14, resources/assets/styles/blocks/_news_and_stories.scss */

  .block\(newsAndStories\) .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 25, resources/assets/styles/blocks/_news_and_stories.scss */

.block\(newsAndStories\) .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 414px;
          flex: 0 1 414px;
  margin-right: 15px;
}

@media all and (max-width: 1360px) {
  /* line 25, resources/assets/styles/blocks/_news_and_stories.scss */

  .block\(newsAndStories\) .left {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 818px;
            flex: 0 1 818px;
    margin-top: 30px;
  }
}

/* line 36, resources/assets/styles/blocks/_news_and_stories.scss */

.block\(newsAndStories\) .image {
  width: 380px;
  margin-bottom: 30px;
}

@media all and (max-width: 470px) {
  /* line 36, resources/assets/styles/blocks/_news_and_stories.scss */

  .block\(newsAndStories\) .image {
    width: 100%;
  }
}

/* line 44, resources/assets/styles/blocks/_news_and_stories.scss */

.block\(newsAndStories\) .image img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/* line 53, resources/assets/styles/blocks/_news_and_stories.scss */

.block\(newsAndStories\) .pin-post {
  margin-bottom: 20px;
}

/* line 57, resources/assets/styles/blocks/_news_and_stories.scss */

.block\(newsAndStories\) .pp-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
  margin-bottom: 10px;
}

/* line 63, resources/assets/styles/blocks/_news_and_stories.scss */

.block\(newsAndStories\) .pp-top > * {
  margin-left: 10px;
}

/* line 68, resources/assets/styles/blocks/_news_and_stories.scss */

.block\(newsAndStories\) .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
}

/* line 73, resources/assets/styles/blocks/_news_and_stories.scss */

.block\(newsAndStories\) .links > * {
  margin-left: 20px;
}

/* line 78, resources/assets/styles/blocks/_news_and_stories.scss */

.block\(newsAndStories\) .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 818px;
          flex: 0 1 818px;
}

/* line 82, resources/assets/styles/blocks/_news_and_stories.scss */

.block\(newsAndStories\) .right-top {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 55px;
}

/* line 90, resources/assets/styles/blocks/_news_and_stories.scss */

.block\(newsAndStories\) .posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -49px;
}

/* line 95, resources/assets/styles/blocks/_news_and_stories.scss */

.block\(newsAndStories\) .posts > * {
  margin-left: 49px;
  margin-bottom: 83px;
}

/* line 101, resources/assets/styles/blocks/_news_and_stories.scss */

.block\(newsAndStories\) .fz\(13\) {
  color: rgba(51, 55, 64, 0.5);
  margin-bottom: 20px;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 107, resources/assets/styles/blocks/_news_and_stories.scss */

.block\(newsAndStories\) .p-title {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.5px;
  color: #333740;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 115, resources/assets/styles/blocks/_news_and_stories.scss */

.block\(newsAndStories\) .post-preview {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 360px;
          flex: 0 1 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: solid 1px rgba(51, 55, 64, 0.5);
  padding-top: 20px;
  -webkit-transition: border-top 0.2s ease;
  -o-transition: border-top 0.2s ease;
  transition: border-top 0.2s ease;
}

/* line 124, resources/assets/styles/blocks/_news_and_stories.scss */

.block\(newsAndStories\) .post-preview:hover {
  border-top: solid 1px #4ebfad;
}

/* line 127, resources/assets/styles/blocks/_news_and_stories.scss */

.block\(newsAndStories\) .post-preview:hover .fz\(13\) {
  color: #4ebfad;
}

/* line 131, resources/assets/styles/blocks/_news_and_stories.scss */

.block\(newsAndStories\) .post-preview:hover .p-title {
  font-weight: 500;
  color: #1c6987;
}

/* line 3, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) {
  padding-top: 150px;
  padding-bottom: 120px;
}

/* line 7, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) .container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 13, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) h2 {
  margin-bottom: 40px;
}

/* line 17, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) .sub {
  max-width: 550px;
  margin: 0 auto 60px;
}

/* line 22, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) .stats {
  width: 100%;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}

@media all and (max-width: 1105px) {
  /* line 22, resources/assets/styles/blocks/_stats.scss */

  .block\(stats\) .stats {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 34, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 200px;
          flex: 0 1 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

/* line 41, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 360px;
          flex: 0 1 360px;
}

@media all and (max-width: 829px) {
  /* line 41, resources/assets/styles/blocks/_stats.scss */

  .block\(stats\) .col-2 {
    display: none;
  }
}

/* line 49, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 415px;
          flex: 0 1 415px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

@media all and (max-width: 829px) {
  /* line 49, resources/assets/styles/blocks/_stats.scss */

  .block\(stats\) .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 200px;
            flex: 0 1 200px;
  }
}

/* line 60, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) .col-4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 370px;
          flex: 1 1 370px;
}

@media all and (max-width: 829px) {
  /* line 60, resources/assets/styles/blocks/_stats.scss */

  .block\(stats\) .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 200px;
            flex: 0 1 200px;
  }
}

/* line 68, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

/* line 73, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) .stat {
  border-radius: 20px;
  padding: 20px 20px 14px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

/* line 82, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) .stat-1 {
  min-height: 248px;
}

@media all and (max-width: 829px) {
  /* line 86, resources/assets/styles/blocks/_stats.scss */

  .block\(stats\) .stat-2 {
    min-height: 248px;
  }
}

/* line 92, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) .stat-3 {
  min-height: 511px;
}

@media all and (max-width: 1105px) {
  /* line 92, resources/assets/styles/blocks/_stats.scss */

  .block\(stats\) .stat-3 {
    min-height: 248px;
  }
}

/* line 100, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) .full-no-w-fix {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 106, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) .image {
  width: 100%;
}

@media all and (max-width: 829px) {
  /* line 106, resources/assets/styles/blocks/_stats.scss */

  .block\(stats\) .image {
    display: none;
  }
}

/* line 113, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) .image img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/* line 122, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) .btns {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
}

/* line 127, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) .btns > * {
  margin-left: 20px;
}

/* line 2, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 8, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) hr {
  border: none;
  height: 1px;
  width: 100%;
  background-color: rgba(51, 55, 64, 0.25);
  margin-bottom: 40px;
}

/* line 16, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) h2 {
  margin-bottom: 50px;
}

/* line 20, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .section {
  width: 100%;
}

/* line 24, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) p.fz\(30\) {
  margin-bottom: 30px;
  margin-left: 40px;
}

/* line 29, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
}

/* line 37, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 166px;
          flex: 0 1 166px;
  margin-left: 30px;
  margin-bottom: 60px;
}

/* line 43, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .bio-link {
  position: relative;
}

/* line 47, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .bio-link .label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3px 0;
  min-height: 20px;
  text-align: center;
  font-size: 16px;
  visibility: hidden;
  -webkit-transition: visibility 0.2s ease;
  -o-transition: visibility 0.2s ease;
  transition: visibility 0.2s ease;
  z-index: 2;
  border-radius: 0 0 12px 12px;
}

/* line 62, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .image {
  overflow: hidden;
  width: 166px;
  height: 196px;
  margin-bottom: 20px;
  border-radius: 12px;
}

/* line 70, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .bio-link img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 12px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;
  z-index: 1;
}

/* line 82, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .bio-link:hover img {
  -webkit-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}

/* line 86, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .bio-link:hover .label {
  visibility: visible;
}

/* line 91, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) p.fz\(12\) {
  margin-bottom: 5px;
  font-size: 0.8125rem;
  color: #1c6987;
}

/* line 97, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
}

/* line 101, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .cont > * {
  margin-left: 12px;
}

/* line 106, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) i {
  font-size: 13px;
  color: #4ebfad;
}

/* line 111, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .tags {
  margin-top: 5px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
}

/* line 119, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .tag-t {
  font-size: 10px;
  margin-bottom: 5px;
  margin-left: 5px;
  font-style: normal;
  opacity: 0.8;
}

/* line 126, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .tag-t::after {
  content: ",";
}

/* line 131, resources/assets/styles/blocks/_team_list.scss */

.block\(teamList\) .tag-t:last-child::after {
  content: "";
}

/* line 1, resources/assets/styles/blocks/_text_and_buttons.scss */

.block\(textAndButtons\) {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 5, resources/assets/styles/blocks/_text_and_buttons.scss */

.block\(textAndButtons\) .container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 11, resources/assets/styles/blocks/_text_and_buttons.scss */

.block\(textAndButtons\) h2 {
  max-width: 800px;
  margin: 0 auto 40px;
}

/* line 16, resources/assets/styles/blocks/_text_and_buttons.scss */

.block\(textAndButtons\) p {
  max-width: 800px;
  margin: 0 auto 60px;
}

/* line 21, resources/assets/styles/blocks/_text_and_buttons.scss */

.block\(textAndButtons\) .bot-sub {
  margin: 0 auto 40px;
}

/* line 25, resources/assets/styles/blocks/_text_and_buttons.scss */

.block\(textAndButtons\) .btns {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
  margin-left: -20px;
}

/* line 33, resources/assets/styles/blocks/_text_and_buttons.scss */

.block\(textAndButtons\) .btns > * {
  margin-left: 20px;
  margin-bottom: 20px;
}

/* line 1, resources/assets/styles/blocks/_three_column_links.scss */

.block\(threeColLinks\) {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 5, resources/assets/styles/blocks/_three_column_links.scss */

.block\(threeColLinks\) hr {
  border: none;
  height: 1px;
  width: 100%;
  background-color: rgba(51, 55, 64, 0.25);
  margin-bottom: 39px;
}

/* line 13, resources/assets/styles/blocks/_three_column_links.scss */

.block\(threeColLinks\) h2 {
  margin-bottom: 60px;
}

/* line 17, resources/assets/styles/blocks/_three_column_links.scss */

.block\(threeColLinks\) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -73px;
}

@media all and (max-width: 902px) {
  /* line 17, resources/assets/styles/blocks/_three_column_links.scss */

  .block\(threeColLinks\) .list {
    text-align: center;
  }
}

/* line 28, resources/assets/styles/blocks/_three_column_links.scss */

.block\(threeColLinks\) .p-link {
  margin-left: 73px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 400px;
          flex: 0 1 400px;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  -o-transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}

/* line 34, resources/assets/styles/blocks/_three_column_links.scss */

.block\(threeColLinks\) .p-link:hover {
  text-decoration: underline;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  -o-transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}

/* line 1, resources/assets/styles/blocks/_two_column_text.scss */

.block\(twoColText\) {
  padding: 80px 15px;
}

/* line 4, resources/assets/styles/blocks/_two_column_text.scss */

.block\(twoColText\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 990px) {
  /* line 4, resources/assets/styles/blocks/_two_column_text.scss */

  .block\(twoColText\) .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 14, resources/assets/styles/blocks/_two_column_text.scss */

.block\(twoColText\) .gradient {
  background-image: url(/wp-content/themes/comm-ventures/dist/images/gradient-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e1f8f0;
  border-radius: 20px;
  padding: 8.21355vh 4.16667vw;
}

/* line 24, resources/assets/styles/blocks/_two_column_text.scss */

.block\(twoColText\) .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 548px;
          flex: 0 1 548px;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media all and (max-width: 990px) {
  /* line 24, resources/assets/styles/blocks/_two_column_text.scss */

  .block\(twoColText\) .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 750px;
            flex: 0 1 750px;
    margin-right: 0;
  }
}

/* line 35, resources/assets/styles/blocks/_two_column_text.scss */

.block\(twoColText\) .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 750px;
          flex: 0 1 750px;
}

/* line 39, resources/assets/styles/blocks/_two_column_text.scss */

.block\(twoColText\) h3 {
  margin-bottom: 20px;
}

/* line 43, resources/assets/styles/blocks/_two_column_text.scss */

.block\(twoColText\) .content p {
  font-size: 1.375rem;
  line-height: 1.45;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

/* line 50, resources/assets/styles/blocks/_two_column_text.scss */

.block\(twoColText\) .content a {
  color: #4ebfad;
  text-decoration: underline;
}

/* line 55, resources/assets/styles/blocks/_two_column_text.scss */

.block\(twoColText\) .content ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-position: inside;
}

/* line 61, resources/assets/styles/blocks/_two_column_text.scss */

.block\(twoColText\) .content li {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 2;
}

/* line 1, resources/assets/styles/blocks/_ventures.scss */

.block\(ventures\) {
  padding-bottom: 70px;
}

/* line 4, resources/assets/styles/blocks/_ventures.scss */

.block\(ventures\) hr {
  border: none;
  height: 1px;
  background-color: rgba(51, 55, 64, 0.25);
  margin-bottom: 39px;
}

/* line 11, resources/assets/styles/blocks/_ventures.scss */

.block\(ventures\) .top {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 93px;
}

@media all and (max-width: 455px) {
  /* line 11, resources/assets/styles/blocks/_ventures.scss */

  .block\(ventures\) .top {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 455px) {
  /* line 23, resources/assets/styles/blocks/_ventures.scss */

  .block\(ventures\) h2 {
    margin-bottom: 20px;
  }
}

/* line 29, resources/assets/styles/blocks/_ventures.scss */

.block\(ventures\) .slide {
  max-width: 500px;
}

@media all and (max-width: 550px) {
  /* line 29, resources/assets/styles/blocks/_ventures.scss */

  .block\(ventures\) .slide {
    max-width: 275px;
  }
}

/* line 37, resources/assets/styles/blocks/_ventures.scss */

.block\(ventures\) .slide span {
  margin-bottom: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 44, resources/assets/styles/blocks/_ventures.scss */

.block\(ventures\) .slide span .style-svg {
  margin-right: 12px;
  display: none;
}

/* line 49, resources/assets/styles/blocks/_ventures.scss */

.block\(ventures\) .slide span i {
  position: absolute;
  top: 16px;
  left: 9px;
  font-size: 11px;
  display: none;
}

/* line 57, resources/assets/styles/blocks/_ventures.scss */

.block\(ventures\) .slide .image {
  position: relative;
  height: 310px;
}

/* line 62, resources/assets/styles/blocks/_ventures.scss */

.block\(ventures\) .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(30deg, #1ba5de, #191a1d 52%);
  background-image: -o-linear-gradient(30deg, #1ba5de, #191a1d 52%);
  background-image: linear-gradient(60deg, #1ba5de, #191a1d 52%);
  border-radius: 20px;
  opacity: 0;
  visibility: invisible;
  -webkit-transition: opactity 0.2s ease, visibility 0.2s ease;
  -o-transition: opactity 0.2s ease, visibility 0.2s ease;
  transition: opactity 0.2s ease, visibility 0.2s ease;
}

/* line 77, resources/assets/styles/blocks/_ventures.scss */

.block\(ventures\) .plus-circle {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 32px;
  opacity: 0;
  visibility: invisible;
  -webkit-transition: opactity 0.2s ease, visibility 0.2s ease;
  -o-transition: opactity 0.2s ease, visibility 0.2s ease;
  transition: opactity 0.2s ease, visibility 0.2s ease;
}

/* line 89, resources/assets/styles/blocks/_ventures.scss */

.block\(ventures\) .slide .main-img {
  border-radius: 20px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 99, resources/assets/styles/blocks/_ventures.scss */

.block\(ventures\) .slide:hover span {
  color: #1ba5de;
}

/* line 103, resources/assets/styles/blocks/_ventures.scss */

.block\(ventures\) .slide:hover .style-svg,
.block\(ventures\) .slide:hover i {
  display: block;
}

/* line 108, resources/assets/styles/blocks/_ventures.scss */

.block\(ventures\) .slide:hover .overlay {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition: opactity 0.2s ease, visibility 0.2s ease;
  -o-transition: opactity 0.2s ease, visibility 0.2s ease;
  transition: opactity 0.2s ease, visibility 0.2s ease;
}

/* line 116, resources/assets/styles/blocks/_ventures.scss */

.block\(ventures\) .slide:hover .plus-circle {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opactity 0.2s ease, visibility 0.2s ease;
  -o-transition: opactity 0.2s ease, visibility 0.2s ease;
  transition: opactity 0.2s ease, visibility 0.2s ease;
}

/* line 1, resources/assets/styles/blocks/_venture_hero.scss */

.block\(ventureHero\) {
  min-height: 800px;
  padding-top: 22px;
  padding-bottom: 50px;
  overflow: hidden;
}

@media all and (max-width: 900px) {
  /* line 1, resources/assets/styles/blocks/_venture_hero.scss */

  .block\(ventureHero\) {
    min-height: 0;
  }
}

/* line 11, resources/assets/styles/blocks/_venture_hero.scss */

.block\(ventureHero\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 16, resources/assets/styles/blocks/_venture_hero.scss */

.block\(ventureHero\) .collage {
  position: relative;
  width: 100%;
}

/* line 20, resources/assets/styles/blocks/_venture_hero.scss */

.block\(ventureHero\) .collage img {
  border-radius: 20px;
}

/* line 25, resources/assets/styles/blocks/_venture_hero.scss */

.block\(ventureHero\) img:first-child {
  top: 20px;
  left: 0;
  max-width: 494px;
}

@media all and (max-width: 1485px) {
  /* line 25, resources/assets/styles/blocks/_venture_hero.scss */

  .block\(ventureHero\) img:first-child {
    max-width: 394px;
  }
}

@media all and (max-width: 1250px) {
  /* line 25, resources/assets/styles/blocks/_venture_hero.scss */

  .block\(ventureHero\) img:first-child {
    max-width: 364px;
  }
}

@media all and (max-width: 1175px) {
  /* line 25, resources/assets/styles/blocks/_venture_hero.scss */

  .block\(ventureHero\) img:first-child {
    max-width: 334px;
  }
}

/* line 43, resources/assets/styles/blocks/_venture_hero.scss */

.block\(ventureHero\) img:nth-child(2) {
  top: 40px;
  left: 19.58333vw;
  max-width: 420px;
}

@media all and (max-width: 1800px) {
  /* line 43, resources/assets/styles/blocks/_venture_hero.scss */

  .block\(ventureHero\) img:nth-child(2) {
    left: 21.14583vw;
  }
}

@media all and (max-width: 1485px) {
  /* line 43, resources/assets/styles/blocks/_venture_hero.scss */

  .block\(ventureHero\) img:nth-child(2) {
    max-width: 320px;
    left: 26.35417vw;
  }
}

@media all and (max-width: 1175px) {
  /* line 43, resources/assets/styles/blocks/_venture_hero.scss */

  .block\(ventureHero\) img:nth-child(2) {
    max-width: 300px;
  }
}

/* line 62, resources/assets/styles/blocks/_venture_hero.scss */

.block\(ventureHero\) img:nth-child(3) {
  top: 0;
  right: 17.1875vw;
  max-width: 494px;
}

@media all and (max-width: 1800px) {
  /* line 62, resources/assets/styles/blocks/_venture_hero.scss */

  .block\(ventureHero\) img:nth-child(3) {
    right: 18.75vw;
  }
}

@media all and (max-width: 1485px) {
  /* line 62, resources/assets/styles/blocks/_venture_hero.scss */

  .block\(ventureHero\) img:nth-child(3) {
    max-width: 394px;
    right: 23.4375vw;
  }
}

@media all and (max-width: 1250px) {
  /* line 62, resources/assets/styles/blocks/_venture_hero.scss */

  .block\(ventureHero\) img:nth-child(3) {
    max-width: 364px;
  }
}

@media all and (max-width: 1175px) {
  /* line 62, resources/assets/styles/blocks/_venture_hero.scss */

  .block\(ventureHero\) img:nth-child(3) {
    max-width: 334px;
  }
}

/* line 85, resources/assets/styles/blocks/_venture_hero.scss */

.block\(ventureHero\) img:nth-child(4) {
  top: 170px;
  right: 0;
  max-width: 420px;
}

@media all and (max-width: 1485px) {
  /* line 85, resources/assets/styles/blocks/_venture_hero.scss */

  .block\(ventureHero\) img:nth-child(4) {
    max-width: 320px;
  }
}

@media all and (max-width: 1175px) {
  /* line 85, resources/assets/styles/blocks/_venture_hero.scss */

  .block\(ventureHero\) img:nth-child(4) {
    max-width: 300px;
  }
}

/* line 99, resources/assets/styles/blocks/_venture_hero.scss */

.block\(ventureHero\) .mobile-img {
  display: none;
}

@media all and (max-width: 900px) {
  /* line 99, resources/assets/styles/blocks/_venture_hero.scss */

  .block\(ventureHero\) .mobile-img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
  }
}

@media all and (max-width: 900px) {
  /* line 111, resources/assets/styles/blocks/_venture_hero.scss */

  .block\(ventureHero\) .parallax {
    display: none;
  }
}

/* line 1, resources/assets/styles/blocks/_video_and_text.scss */

.block\(videoAndtext\) {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 5, resources/assets/styles/blocks/_video_and_text.scss */

.block\(videoAndtext\) .container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 11, resources/assets/styles/blocks/_video_and_text.scss */

.block\(videoAndtext\) h2 {
  max-width: 800px;
  margin: 0 auto 40px;
}

/* line 16, resources/assets/styles/blocks/_video_and_text.scss */

.block\(videoAndtext\) p {
  max-width: 800px;
  margin: 0 auto 60px;
}

/* line 21, resources/assets/styles/blocks/_video_and_text.scss */

.block\(videoAndtext\) .inner {
  max-width: 100%;
  width: 1043px;
  margin: 0 auto;
}

/* line 27, resources/assets/styles/blocks/_video_and_text.scss */

.block\(videoAndtext\) .video-container {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

/* line 33, resources/assets/styles/blocks/_video_and_text.scss */

.block\(videoAndtext\) .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 43, resources/assets/styles/blocks/_video_and_text.scss */

.block\(videoAndtext\) .image {
  width: 100%;
}

/* line 46, resources/assets/styles/blocks/_video_and_text.scss */

.block\(videoAndtext\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/* line 54, resources/assets/styles/blocks/_video_and_text.scss */

.block\(videoAndtext\) h3 {
  margin: 20px auto;
}

@media all and (max-width: 700px) {
  /* line 54, resources/assets/styles/blocks/_video_and_text.scss */

  .block\(videoAndtext\) h3 {
    margin: 40px auto;
  }
}

/* line 62, resources/assets/styles/blocks/_video_and_text.scss */

.block\(videoAndtext\) .btns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -20px;
}

/* line 69, resources/assets/styles/blocks/_video_and_text.scss */

.block\(videoAndtext\) .btn-flat,
.block\(videoAndtext\) .greeny-btn,
.block\(videoAndtext\) .banner .nav .menu-item.green-btn a,
.banner .nav .menu-item.green-btn .block\(videoAndtext\) a,
.block\(videoAndtext\) .banner .mobile-nav .menu-item.green-btn a,
.banner .mobile-nav .menu-item.green-btn .block\(videoAndtext\) a,
.block\(videoAndtext\) .blog .nav-previous a,
.blog .nav-previous .block\(videoAndtext\) a,
.block\(videoAndtext\) .archive .nav-previous a,
.archive .nav-previous .block\(videoAndtext\) a,
.block\(videoAndtext\) .search .nav-previous a,
.search .nav-previous .block\(videoAndtext\) a,
.block\(videoAndtext\) .single-post article footer .nav-previous a,
.single-post article footer .nav-previous .block\(videoAndtext\) a,
.block\(videoAndtext\) .block\(altTwoColumnText\) .btns .btn-flat:first-child,
.block\(altTwoColumnText\) .btns .block\(videoAndtext\) .btn-flat:first-child,
.block\(videoAndtext\) .block\(imageHero\) .btn-flat:nth-child(3),
.block\(imageHero\) .block\(videoAndtext\) .btn-flat:nth-child(3),
.block\(videoAndtext\) .btn-flat:first-child,
.block\(videoAndtext\) .bluey-btn,
.block\(videoAndtext\) .blog .nav-next a,
.blog .nav-next .block\(videoAndtext\) a,
.block\(videoAndtext\) .archive .nav-next a,
.archive .nav-next .block\(videoAndtext\) a,
.block\(videoAndtext\) .search .nav-next a,
.search .nav-next .block\(videoAndtext\) a,
.block\(videoAndtext\) .single-post article footer .nav-next a,
.single-post article footer .nav-next .block\(videoAndtext\) a,
.block\(videoAndtext\) .block\(altTwoColumnText\) .btns .btn-flat:last-child,
.block\(altTwoColumnText\) .btns .block\(videoAndtext\) .btn-flat:last-child,
.block\(videoAndtext\) .block\(altTwoColumnText\) .item-btns .btn-flat,
.block\(altTwoColumnText\) .item-btns .block\(videoAndtext\) .btn-flat,
.block\(videoAndtext\) .block\(imageHero\) .btn-flat:nth-child(2),
.block\(imageHero\) .block\(videoAndtext\) .btn-flat:nth-child(2),
.block\(videoAndtext\) .btn-flat:last-child,
.block\(videoAndtext\) .blog .nav-links a,
.blog .nav-links .block\(videoAndtext\) a,
.block\(videoAndtext\) .archive .nav-links a,
.archive .nav-links .block\(videoAndtext\) a,
.block\(videoAndtext\) .search .nav-links a,
.search .nav-links .block\(videoAndtext\) a {
  margin-left: 20px;
}

/* line 1, resources/assets/styles/blocks/_visual_cta.scss */

.block\(visualCta\) {
  padding-top: 50px;
  padding-bottom: 110px;
}

/* line 5, resources/assets/styles/blocks/_visual_cta.scss */

.block\(visualCta\) .container {
  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;
}

/* line 11, resources/assets/styles/blocks/_visual_cta.scss */

.block\(visualCta\) .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50.25%;
  border-radius: 20px;
}

/* line 19, resources/assets/styles/blocks/_visual_cta.scss */

.block\(visualCta\) video,
.block\(visualCta\) .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* line 29, resources/assets/styles/blocks/_visual_cta.scss */

.block\(visualCta\) video {
  z-index: 1;
}

/* line 33, resources/assets/styles/blocks/_visual_cta.scss */

.block\(visualCta\) .overlay {
  z-index: 2;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 15px;
}

/* line 42, resources/assets/styles/blocks/_visual_cta.scss */

.block\(visualCta\) h2 {
  max-width: 1186px;
  margin: 0 auto 40px;
}

@media all and (max-width: 600px) {
  /* line 42, resources/assets/styles/blocks/_visual_cta.scss */

  .block\(visualCta\) h2 {
    font-size: 2rem;
  }
}

@media all and (max-width: 450px) {
  /* line 42, resources/assets/styles/blocks/_visual_cta.scss */

  .block\(visualCta\) h2 {
    font-size: 1.5rem;
  }
}

/* line 55, resources/assets/styles/blocks/_visual_cta.scss */

.block\(visualCta\) .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -20px;
}

@media all and (max-width: 365px) {
  /* line 55, resources/assets/styles/blocks/_visual_cta.scss */

  .block\(visualCta\) .btns {
    display: none;
  }
}

/* line 65, resources/assets/styles/blocks/_visual_cta.scss */

.block\(visualCta\) .btn-flat,
.block\(visualCta\) .greeny-btn,
.block\(visualCta\) .banner .nav .menu-item.green-btn a,
.banner .nav .menu-item.green-btn .block\(visualCta\) a,
.block\(visualCta\) .banner .mobile-nav .menu-item.green-btn a,
.banner .mobile-nav .menu-item.green-btn .block\(visualCta\) a,
.block\(visualCta\) .blog .nav-previous a,
.blog .nav-previous .block\(visualCta\) a,
.block\(visualCta\) .archive .nav-previous a,
.archive .nav-previous .block\(visualCta\) a,
.block\(visualCta\) .search .nav-previous a,
.search .nav-previous .block\(visualCta\) a,
.block\(visualCta\) .single-post article footer .nav-previous a,
.single-post article footer .nav-previous .block\(visualCta\) a,
.block\(visualCta\) .block\(altTwoColumnText\) .btns .btn-flat:first-child,
.block\(altTwoColumnText\) .btns .block\(visualCta\) .btn-flat:first-child,
.block\(visualCta\) .block\(imageHero\) .btn-flat:nth-child(3),
.block\(imageHero\) .block\(visualCta\) .btn-flat:nth-child(3),
.block\(visualCta\) .btn-flat:first-child,
.block\(visualCta\) .bluey-btn,
.block\(visualCta\) .blog .nav-next a,
.blog .nav-next .block\(visualCta\) a,
.block\(visualCta\) .archive .nav-next a,
.archive .nav-next .block\(visualCta\) a,
.block\(visualCta\) .search .nav-next a,
.search .nav-next .block\(visualCta\) a,
.block\(visualCta\) .single-post article footer .nav-next a,
.single-post article footer .nav-next .block\(visualCta\) a,
.block\(visualCta\) .block\(altTwoColumnText\) .btns .btn-flat:last-child,
.block\(altTwoColumnText\) .btns .block\(visualCta\) .btn-flat:last-child,
.block\(visualCta\) .block\(altTwoColumnText\) .item-btns .btn-flat,
.block\(altTwoColumnText\) .item-btns .block\(visualCta\) .btn-flat,
.block\(visualCta\) .block\(imageHero\) .btn-flat:nth-child(2),
.block\(imageHero\) .block\(visualCta\) .btn-flat:nth-child(2),
.block\(visualCta\) .btn-flat:last-child,
.block\(visualCta\) .blog .nav-links a,
.blog .nav-links .block\(visualCta\) a,
.block\(visualCta\) .archive .nav-links a,
.archive .nav-links .block\(visualCta\) a,
.block\(visualCta\) .search .nav-links a,
.search .nav-links .block\(visualCta\) a {
  margin-left: 20px;
}

/* line 47, stdin */

* {
  min-width: 0;
  min-height: 0;
}

/* line 52, stdin */

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* line 57, stdin */

.faded {
  opacity: 0.001;
  -webkit-transform: translateY(50px);
       -o-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out, -o-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out, -o-transform 1s ease-in-out;
}

/* line 64, stdin */

.faded.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}


/*# sourceMappingURL=main.css.map*/