/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/* line 6, sass-metoo/base/_reset.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -webkit-font-smoothing: antialiased;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 21, sass-metoo/base/_reset.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 29, sass-metoo/base/_reset.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 43, sass-metoo/base/_reset.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 56, sass-metoo/base/_reset.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 66, sass-metoo/base/_reset.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 75, sass-metoo/base/_reset.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 86, sass-metoo/base/_reset.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 99, sass-metoo/base/_reset.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 109, sass-metoo/base/_reset.scss */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 119, sass-metoo/base/_reset.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 129, sass-metoo/base/_reset.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 138, sass-metoo/base/_reset.scss */
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.
 */
/* line 148, sass-metoo/base/_reset.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 159, sass-metoo/base/_reset.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 167, sass-metoo/base/_reset.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 176, sass-metoo/base/_reset.scss */
small {
  font-size: 80%;
}

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

/* line 193, sass-metoo/base/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 197, sass-metoo/base/_reset.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 208, sass-metoo/base/_reset.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 217, sass-metoo/base/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 226, sass-metoo/base/_reset.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 234, sass-metoo/base/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 246, sass-metoo/base/_reset.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 262, sass-metoo/base/_reset.scss */
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.
 */
/* line 272, sass-metoo/base/_reset.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 283, sass-metoo/base/_reset.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 295, sass-metoo/base/_reset.scss */
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.
 */
/* line 307, sass-metoo/base/_reset.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 318, sass-metoo/base/_reset.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 */
/* line 331, sass-metoo/base/_reset.scss */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 345, sass-metoo/base/_reset.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 354, sass-metoo/base/_reset.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 363, sass-metoo/base/_reset.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 373, sass-metoo/base/_reset.scss */
[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.
 */
/* line 383, sass-metoo/base/_reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 392, sass-metoo/base/_reset.scss */
[type="search"]::-webkit-search-cancel-button,
[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.
 */
/* line 402, sass-metoo/base/_reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 415, sass-metoo/base/_reset.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 424, sass-metoo/base/_reset.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 435, sass-metoo/base/_reset.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 443, sass-metoo/base/_reset.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 454, sass-metoo/base/_reset.scss */
[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 472, sass-metoo/base/_reset.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 474, sass-metoo/base/_reset.scss */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/* line 480, sass-metoo/base/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 489, sass-metoo/base/_reset.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* line 498, sass-metoo/base/_reset.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 504, sass-metoo/base/_reset.scss */
textarea {
  resize: vertical;
}

/* line 25, sass-metoo/utils/_mixins.scss */
.wrapper {
  width: 100%;
  margin: 0;
  padding: 0 30px;
}

@media (min-width: 640px) {
  /* line 25, sass-metoo/utils/_mixins.scss */
  .wrapper {
    width: 600px;
    margin: 0 auto;
    padding: 0;
  }
}

@media (min-width: 940px) {
  /* line 25, sass-metoo/utils/_mixins.scss */
  .wrapper {
    width: 900px;
  }
}

@media (min-width: 1240px) {
  /* line 25, sass-metoo/utils/_mixins.scss */
  .wrapper {
    width: 1200px;
  }
}

@media (min-width: 1640px) {
  /* line 25, sass-metoo/utils/_mixins.scss */
  .wrapper {
    width: 1450px;
  }
}

/* line 46, sass-metoo/utils/_mixins.scss */
.full-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media (min-width: 640px) {
  /* line 46, sass-metoo/utils/_mixins.scss */
  .full-wrapper {
    padding: 0 40px;
  }
}

@media (min-width: 1640px) {
  /* line 46, sass-metoo/utils/_mixins.scss */
  .full-wrapper {
    padding: 0 60px;
  }
}

@media (min-width: 1940px) {
  /* line 46, sass-metoo/utils/_mixins.scss */
  .full-wrapper {
    padding: 0 80px;
  }
}

/* line 62, sass-metoo/utils/_mixins.scss */
.maxwrap {
  max-width: 780px;
}

/* line 65, sass-metoo/utils/_mixins.scss */
.maxwrap-form {
  max-width: 780px;
  margin: 0 auto;
  margin-top: 30px;
}

/* line 71, sass-metoo/utils/_mixins.scss */
.single-tellingourtruths .wrapper {
  max-width: 900px;
}

/* line 74, sass-metoo/utils/_mixins.scss */
.wrap-small {
  max-width: 900px;
}

/* -----------------------------------------------------------------
	GENERAL ELEMENTS
------------------------------------------------------------------*/
/* line 4, sass-metoo/base/_base.scss */
html {
  background: #fff;
}

/* line 8, sass-metoo/base/_base.scss */
body {
  font-size: 15px;
  color: #4A4A4A;
  font-family: "AvertaPE-Regular", Helvetica, Arial, sans-serif;
  background: #fff;
  line-height: 1.5;
}

@media (min-width: 640px) {
  /* line 8, sass-metoo/base/_base.scss */
  body {
    font-size: 17px;
  }
}

/* line 21, sass-metoo/base/_base.scss */
ul {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}

/* line 26, sass-metoo/base/_base.scss */
ol {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}

/* line 32, sass-metoo/base/_base.scss */
p:first-child, ul:first-child, ol:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, blockquote:first-child, .iframe-wrap:first-child, .split-content:first-child {
  margin-top: 0;
}

/* line 35, sass-metoo/base/_base.scss */
p:last-child, ul:last-child, ol:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, blockquote:last-child, .iframe-wrap:last-child, .split-content:last-child {
  margin-bottom: 0;
}

/* line 44, sass-metoo/base/_base.scss */
img,
iframe {
  display: block;
  max-width: 100%;
}

/* line 50, sass-metoo/base/_base.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 56, sass-metoo/base/_base.scss */
.clearfix:after {
  clear: both;
}

@font-face {
  font-family: 'AvertaPE-Black';
  src: url("fonts/3A62BB_0_0.eot");
  src: url("fonts/3A62BB_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/3A62BB_0_0.woff2") format("woff2"), url("fonts/3A62BB_0_0.woff") format("woff"), url("fonts/3A62BB_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'AvertaPE-BlackItalic';
  src: url("fonts/3A62BB_1_0.eot");
  src: url("fonts/3A62BB_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/3A62BB_1_0.woff2") format("woff2"), url("fonts/3A62BB_1_0.woff") format("woff"), url("fonts/3A62BB_1_0.ttf") format("truetype");
}

@font-face {
  font-family: 'AvertaPE-Bold';
  src: url("fonts/3A62BB_2_0.eot");
  src: url("fonts/3A62BB_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/3A62BB_2_0.woff2") format("woff2"), url("fonts/3A62BB_2_0.woff") format("woff"), url("fonts/3A62BB_2_0.ttf") format("truetype");
}

@font-face {
  font-family: 'AvertaPE-BoldItalic';
  src: url("fonts/3A62BB_3_0.eot");
  src: url("fonts/3A62BB_3_0.eot?#iefix") format("embedded-opentype"), url("fonts/3A62BB_3_0.woff2") format("woff2"), url("fonts/3A62BB_3_0.woff") format("woff"), url("fonts/3A62BB_3_0.ttf") format("truetype");
}

@font-face {
  font-family: 'AvertaPE-Light';
  src: url("fonts/3A62BB_7_0.eot");
  src: url("fonts/3A62BB_7_0.eot?#iefix") format("embedded-opentype"), url("fonts/3A62BB_7_0.woff2") format("woff2"), url("fonts/3A62BB_7_0.woff") format("woff"), url("fonts/3A62BB_7_0.ttf") format("truetype");
}

@font-face {
  font-family: 'AvertaPE-LightItalic';
  src: url("fonts/3A62BB_B_0.eot");
  src: url("fonts/3A62BB_B_0.eot?#iefix") format("embedded-opentype"), url("fonts/3A62BB_B_0.woff2") format("woff2"), url("fonts/3A62BB_B_0.woff") format("woff"), url("fonts/3A62BB_B_0.ttf") format("truetype");
}

@font-face {
  font-family: 'AvertaPE-Regular';
  src: url("fonts/3A62BB_9_0.eot");
  src: url("fonts/3A62BB_9_0.eot?#iefix") format("embedded-opentype"), url("fonts/3A62BB_9_0.woff2") format("woff2"), url("fonts/3A62BB_9_0.woff") format("woff"), url("fonts/3A62BB_9_0.ttf") format("truetype");
}

@font-face {
  font-family: 'AvertaPE-RegularItalic';
  src: url("fonts/3A62BB_A_0.eot");
  src: url("fonts/3A62BB_A_0.eot?#iefix") format("embedded-opentype"), url("fonts/3A62BB_A_0.woff2") format("woff2"), url("fonts/3A62BB_A_0.woff") format("woff"), url("fonts/3A62BB_A_0.ttf") format("truetype");
}

@font-face {
  font-family: 'AvertaPE-Semibold';
  src: url("fonts/3A62BB_C_0.eot");
  src: url("fonts/3A62BB_C_0.eot?#iefix") format("embedded-opentype"), url("fonts/3A62BB_C_0.woff2") format("woff2"), url("fonts/3A62BB_C_0.woff") format("woff"), url("fonts/3A62BB_C_0.ttf") format("truetype");
}

@font-face {
  font-family: 'ottawaregular';
  src: url("fonts/ottawa-regular-webfont.woff2") format("woff2"), url("fonts/ottawa-regular-webfont.woff") format("woff"), url("fonts/ottawa-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 35, sass-metoo/layout/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  margin: 30px 0 20px 0;
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

/* line 42, sass-metoo/layout/_typography.scss */
h1 {
  font-size: 35px;
}

/* line 45, sass-metoo/layout/_typography.scss */
h1.script {
  font-family: "ottawaregular", "Brush Script MT", cursive;
  font-size: 55px;
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

@media (min-width: 940px) {
  /* line 45, sass-metoo/layout/_typography.scss */
  h1.script {
    font-size: 100px;
  }
}

@media (min-width: 1240px) {
  /* line 42, sass-metoo/layout/_typography.scss */
  h1 {
    font-size: 50px;
  }
}

/* line 59, sass-metoo/layout/_typography.scss */
h1.mixed-title {
  font-family: "AvertaPE-Light", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  display: inline-block;
}

/* line 66, sass-metoo/layout/_typography.scss */
h1.mixed-title .script {
  font-family: "ottawaregular", "Brush Script MT", cursive;
  font-size: 60px;
  text-transform: none;
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
  padding-left: 20px;
  margin-top: 20px;
}

@media (min-width: 940px) {
  /* line 66, sass-metoo/layout/_typography.scss */
  h1.mixed-title .script {
    font-size: 105px;
    padding-left: 60px;
  }
}

@media (min-width: 940px) {
  /* line 59, sass-metoo/layout/_typography.scss */
  h1.mixed-title {
    font-size: 42px;
    text-align: left;
  }
}

/* line 87, sass-metoo/layout/_typography.scss */
h2 {
  font-size: 32px;
  color: #8D2971;
}

@media (min-width: 1240px) {
  /* line 87, sass-metoo/layout/_typography.scss */
  h2 {
    font-size: 45px;
  }
}

/* line 95, sass-metoo/layout/_typography.scss */
h2.extra-bottom-margin {
  margin-bottom: 40px;
}

/* line 100, sass-metoo/layout/_typography.scss */
h3 {
  font-size: 24px;
  color: #8D2971;
}

@media (min-width: 1240px) {
  /* line 100, sass-metoo/layout/_typography.scss */
  h3 {
    font-size: 28px;
  }
}

/* line 108, sass-metoo/layout/_typography.scss */
h4 {
  font-size: 18px;
  color: #8D2971;
}

@media (min-width: 1240px) {
  /* line 108, sass-metoo/layout/_typography.scss */
  h4 {
    font-size: 22px;
  }
}

/* line 116, sass-metoo/layout/_typography.scss */
h5 {
  font-size: 14px;
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif;
  color: #8D2971;
  text-transform: uppercase;
}

/* line 123, sass-metoo/layout/_typography.scss */
h6 {
  font-size: 12px;
  text-transform: uppercase;
}

@media (min-width: 1240px) {
  /* line 123, sass-metoo/layout/_typography.scss */
  h6 {
    font-size: 13px;
  }
}

/* line 132, sass-metoo/layout/_typography.scss */
.teal-text {
  color: #00838A;
}

/* line 135, sass-metoo/layout/_typography.scss */
.purple-text {
  color: #8D2971;
}

/* line 141, sass-metoo/layout/_typography.scss */
::-moz-selection {
  background: #8D2971;
  color: #fff;
  text-shadow: none;
}

/* line 142, sass-metoo/layout/_typography.scss */
::-moz-selection {
  background: #8D2971;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #8D2971;
  color: #fff;
  text-shadow: none;
}

/* line 144, sass-metoo/layout/_typography.scss */
a {
  color: #8D2971;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 148, sass-metoo/layout/_typography.scss */
a:hover {
  color: #00838A;
}

/* line 153, sass-metoo/layout/_typography.scss */
strong {
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

/* line 157, sass-metoo/layout/_typography.scss */
em {
  font-family: 'AvertaPE-RegularItalic', Helvetica, Arial, sans-serif;
  font-style: normal;
}

/* line 161, sass-metoo/layout/_typography.scss */
em strong, strong em {
  font-family: 'AvertaPE-BoldItalic', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* line 166, sass-metoo/layout/_typography.scss */
blockquote {
  color: #8D2971;
  font-size: 22px;
  line-height: 1.3em;
  padding: 0;
  margin: 25px 0;
}

@media (min-width: 940px) {
  /* line 166, sass-metoo/layout/_typography.scss */
  blockquote {
    font-size: 25px;
    margin: 36px 0;
  }
}

/* line 178, sass-metoo/layout/_typography.scss */
blockquote cite {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin: 5px 0 0;
  font-style: normal;
}

/* line 186, sass-metoo/layout/_typography.scss */
blockquote.wp-block-quote {
  border-left: none;
  padding: 0;
  margin: 25px 0;
}

/* line 191, sass-metoo/layout/_typography.scss */
blockquote.wp-block-quote:first-child {
  margin-top: 0;
}

@media (min-width: 940px) {
  /* line 186, sass-metoo/layout/_typography.scss */
  blockquote.wp-block-quote {
    font-size: 25px;
    margin: 36px 0;
  }
}

/* line 202, sass-metoo/layout/_typography.scss */
.margin-top-thirty {
  margin-top: 30px;
}

/* line 206, sass-metoo/layout/_typography.scss */
hr {
  margin: 30px 0;
}

@media (min-width: 940px) {
  /* line 206, sass-metoo/layout/_typography.scss */
  hr {
    margin: 36px 0;
  }
}

/* line 214, sass-metoo/layout/_typography.scss */
p {
  margin: 0 0 25px 0;
}

@media (min-width: 940px) {
  /* line 214, sass-metoo/layout/_typography.scss */
  p {
    margin: 36px 0;
  }
}

/* line 222, sass-metoo/layout/_typography.scss */
#content ul {
  margin: 0 0 25px 0;
}

@media (min-width: 940px) {
  /* line 222, sass-metoo/layout/_typography.scss */
  #content ul {
    margin: 36px 0;
  }
}

/* line 227, sass-metoo/layout/_typography.scss */
#content ul li {
  margin: 0 0 8px 35px;
}

/* line 231, sass-metoo/layout/_typography.scss */
#content ol {
  margin: 0 0 25px 0;
}

@media (min-width: 940px) {
  /* line 231, sass-metoo/layout/_typography.scss */
  #content ol {
    margin: 36px 0;
  }
}

/* line 236, sass-metoo/layout/_typography.scss */
#content ol li {
  margin: 0 0 8px 40px;
}

/* line 1, sass-metoo/layout/_header.scss */
.skiptocontent {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

/* line 10, sass-metoo/layout/_header.scss */
.skiptocontent:focus, .skiptocontent:active {
  color: #fff;
  background-color: #00838A;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: auto;
  padding: 3px 5px;
  text-align: center;
  z-index: 999;
  font-size: 12px;
}

/* line 25, sass-metoo/layout/_header.scss */
.header {
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  padding: 20px 0;
  position: fixed;
  z-index: 3;
}

/* line 33, sass-metoo/layout/_header.scss */
.header.sticky {
  background: black;
}

@media (min-width: 640px) {
  /* line 33, sass-metoo/layout/_header.scss */
  .header.sticky {
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
  }
}

/* line 40, sass-metoo/layout/_header.scss */
.header .full-wrapper {
  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;
}

/* line 46, sass-metoo/layout/_header.scss */
.header .logo {
  margin-left: 20px;
  width: 120px;
  height: auto;
}

@media (min-width: 1640px) {
  /* line 46, sass-metoo/layout/_header.scss */
  .header .logo {
    width: 155px;
  }
}

/* line 57, sass-metoo/layout/_header.scss */
.header .safe-exit {
  background: #00838A;
  padding: 8px 15px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 18px;
  max-width: 100%;
}

/* line 68, sass-metoo/layout/_header.scss */
.header .safe-exit:hover {
  background: #8D2971;
}

@media (min-width: 940px) {
  /* line 57, sass-metoo/layout/_header.scss */
  .header .safe-exit {
    padding: 10px 25px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    border-top-left-radius: 0;
    left: 50%;
    right: auto;
    margin-left: -45px;
    top: 0;
  }
}

@media (min-width: 1240px) {
  /* line 57, sass-metoo/layout/_header.scss */
  .header .safe-exit {
    margin-left: -73px;
  }
}

/* line 86, sass-metoo/layout/_header.scss */
.header .safe-exit .desktop {
  display: none;
}

@media (min-width: 1240px) {
  /* line 86, sass-metoo/layout/_header.scss */
  .header .safe-exit .desktop {
    display: block;
  }
}

/* line 91, sass-metoo/layout/_header.scss */
.header .safe-exit .desktop img {
  width: 95px;
  height: auto;
}

@media (min-width: 1240px) {
  /* line 91, sass-metoo/layout/_header.scss */
  .header .safe-exit .desktop img {
    width: 119px;
  }
}

/* line 99, sass-metoo/layout/_header.scss */
.header .safe-exit .mobile {
  display: block;
}

@media (min-width: 1240px) {
  /* line 99, sass-metoo/layout/_header.scss */
  .header .safe-exit .mobile {
    display: none;
  }
}

/* line 106, sass-metoo/layout/_header.scss */
.header .secondary-nav {
  max-width: 100%;
  margin-left: auto;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  display: none;
}

/* line 114, sass-metoo/layout/_header.scss */
.header .secondary-nav a.help-give {
  color: #fff;
  padding: 0 15px 0 0;
  border-right: 1px solid #fff;
}

@media (min-width: 1240px) {
  /* line 114, sass-metoo/layout/_header.scss */
  .header .secondary-nav a.help-give {
    padding: 0 25px 0 0;
  }
}

/* line 123, sass-metoo/layout/_header.scss */
.header .secondary-nav a.help-give:nth-child(2n) {
  border-right: none;
  padding: 0 15px;
}

@media (min-width: 1240px) {
  /* line 123, sass-metoo/layout/_header.scss */
  .header .secondary-nav a.help-give:nth-child(2n) {
    padding: 0 25px;
  }
}

/* line 132, sass-metoo/layout/_header.scss */
.header .secondary-nav a.help-give:hover {
  color: #7AE7D2;
}

@media (min-width: 940px) {
  /* line 106, sass-metoo/layout/_header.scss */
  .header .secondary-nav {
    display: block;
  }
}

/* line 141, sass-metoo/layout/_header.scss */
.header .secondary-nav .outline-button {
  font-size: 13px;
  padding: 10px;
  width: auto;
  min-width: auto;
}

/* line 150, sass-metoo/layout/_header.scss */
.nav-open {
  width: 25px;
  cursor: pointer;
}

/* line 154, sass-metoo/layout/_header.scss */
.nav-open img {
  width: 100%;
  height: auto;
}

@media (min-width: 1640px) {
  /* line 150, sass-metoo/layout/_header.scss */
  .nav-open {
    width: 30px;
  }
}

/* line 1, sass-metoo/layout/_footer.scss */
footer {
  background: #000;
  padding: 30px 0;
  color: #fff;
  font-family: "AvertaPE-Regular", Helvetica, Arial, sans-serif;
  font-size: 13px;
}

/* line 8, sass-metoo/layout/_footer.scss */
footer a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  margin: 0 5px;
  font-size: 12px;
}

/* line 15, sass-metoo/layout/_footer.scss */
footer .footer-navigation {
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif;
  color: #fff;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}

/* line 23, sass-metoo/layout/_footer.scss */
footer .footer-navigation li {
  display: inline-block;
}

/* line 26, sass-metoo/layout/_footer.scss */
footer .footer-navigation li a {
  text-decoration: none;
  font-size: 13px;
}

/* line 33, sass-metoo/layout/_footer.scss */
footer .nav-contain {
  width: 100%;
  text-align: center;
}

@media (min-width: 940px) {
  /* line 33, sass-metoo/layout/_footer.scss */
  footer .nav-contain {
    width: 70%;
    text-align: left;
  }
}

/* line 42, sass-metoo/layout/_footer.scss */
footer .social-contain {
  width: 100%;
  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-top: 30px;
}

@media (min-width: 940px) {
  /* line 42, sass-metoo/layout/_footer.scss */
  footer .social-contain {
    width: 25%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
  }
}

/* line 55, sass-metoo/layout/_footer.scss */
footer .social-contain a {
  margin: 0 0 0 20px;
  color: #fff;
  font-size: 20px;
}

/* line 60, sass-metoo/layout/_footer.scss */
footer .social-contain a:hover {
  color: #8D2971;
}

/* line 67, sass-metoo/layout/_footer.scss */
footer .full-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 940px) {
  /* line 67, sass-metoo/layout/_footer.scss */
  footer .full-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/* line 1, sass-metoo/layout/_navigation.scss */
.navigation-panel {
  z-index: 4;
  background: #000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 45px 0px 20px 0px;
  font-size: 17px;
  text-align: left;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow-y: auto;
  overflow-x: hidden;
  line-height: 1.3;
  display: none;
}

/* line 20, sass-metoo/layout/_navigation.scss */
.navigation-panel.slide-in {
  -webkit-animation: slide-in 0.5s forwards;
          animation: slide-in 0.5s forwards;
}

/* line 24, sass-metoo/layout/_navigation.scss */
.navigation-panel.slide-out {
  -webkit-animation: slide-out 0.5s forwards;
          animation: slide-out 0.5s forwards;
}

@-webkit-keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media (min-width: 640px) {
  /* line 1, sass-metoo/layout/_navigation.scss */
  .navigation-panel {
    width: 50%;
    padding: 35px 0px 20px 0px;
  }
}

@media (min-width: 940px) {
  /* line 1, sass-metoo/layout/_navigation.scss */
  .navigation-panel {
    font-size: 20px;
    width: 30%;
  }
}

/* line 50, sass-metoo/layout/_navigation.scss */
.navigation-panel .logo img {
  display: block;
  width: 130px;
  height: auto;
  margin: 0 auto;
}

/* line 57, sass-metoo/layout/_navigation.scss */
.navigation-panel .logo:focus {
  outline: none;
}

/* line 59, sass-metoo/layout/_navigation.scss */
.navigation-panel .nav-close {
  position: absolute;
  top: 50px;
  right: 20px;
  cursor: pointer;
}

/* line 65, sass-metoo/layout/_navigation.scss */
.navigation-panel .nav-close img {
  width: 20px;
  height: auto;
}

@media (min-width: 640px) {
  /* line 59, sass-metoo/layout/_navigation.scss */
  .navigation-panel .nav-close {
    top: 40px;
  }
}

/* line 75, sass-metoo/layout/_navigation.scss */
.navigation-panel a {
  color: #fff;
}

/* line 78, sass-metoo/layout/_navigation.scss */
.navigation-panel a:hover {
  color: #8D2971;
}

/* line 82, sass-metoo/layout/_navigation.scss */
.navigation-panel nav {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  width: 100%;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 640px) {
  /* line 82, sass-metoo/layout/_navigation.scss */
  .navigation-panel nav {
    margin-top: 40px;
  }
}

/* line 91, sass-metoo/layout/_navigation.scss */
.navigation-panel nav ul {
  margin: 0;
  padding: 0;
}

/* line 95, sass-metoo/layout/_navigation.scss */
.navigation-panel nav ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
  width: 100%;
}

/* line 104, sass-metoo/layout/_navigation.scss */
.navigation-panel nav ul li a {
  padding: 10px 20px 10px 25px;
  width: calc(100% - 45px);
}

/* line 108, sass-metoo/layout/_navigation.scss */
.navigation-panel nav ul li a:focus {
  outline: none;
}

/* line 109, sass-metoo/layout/_navigation.scss */
.navigation-panel nav ul li a:focus:not(:hover):not(:active) {
  color: #fff;
  background: #8D2971;
}

/* line 113, sass-metoo/layout/_navigation.scss */
.navigation-panel nav ul li a:hover {
  color: #fff;
  background: #8D2971;
}

/* line 121, sass-metoo/layout/_navigation.scss */
.navigation-panel nav ul li .subnav-open {
  cursor: pointer;
  background: url(../images/icon-rightarrow.svg) no-repeat;
  background-size: 8px 14px;
  background-position: center center;
  width: 45px;
  height: 45px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 130, sass-metoo/layout/_navigation.scss */
.navigation-panel nav ul li .subnav-open:focus {
  outline: none;
}

/* line 131, sass-metoo/layout/_navigation.scss */
.navigation-panel nav ul li .subnav-open:focus:not(:hover):not(:active) {
  background-color: #8D2971;
}

/* line 134, sass-metoo/layout/_navigation.scss */
.navigation-panel nav ul li .subnav-open:hover {
  background-color: #8D2971;
}

/* line 139, sass-metoo/layout/_navigation.scss */
.navigation-panel nav ul li ul {
  margin: 0px 0;
  padding: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  display: none;
  font-size: 15px;
}

@media (min-width: 940px) {
  /* line 139, sass-metoo/layout/_navigation.scss */
  .navigation-panel nav ul li ul {
    font-size: 17px;
  }
}

/* line 154, sass-metoo/layout/_navigation.scss */
.navigation-panel nav ul li ul > li {
  margin: 0;
}

/* line 157, sass-metoo/layout/_navigation.scss */
.navigation-panel nav ul li ul > li a {
  padding-left: 55px;
  padding-right: 25px;
  width: 100%;
}

/* line 164, sass-metoo/layout/_navigation.scss */
.navigation-panel nav ul li ul > li:first-child {
  font-size: 17px;
}

@media (min-width: 940px) {
  /* line 164, sass-metoo/layout/_navigation.scss */
  .navigation-panel nav ul li ul > li:first-child {
    font-size: 20px;
  }
}

/* line 170, sass-metoo/layout/_navigation.scss */
.navigation-panel nav ul li ul > li .subnav-close {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  background: url(../images/icon-leftarrow.svg) no-repeat;
  background-color: #000;
  background-size: 8px 14px;
  background-position: center center;
  width: 45px;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 183, sass-metoo/layout/_navigation.scss */
.navigation-panel nav ul li ul > li .subnav-close:focus {
  outline: none;
}

/* line 184, sass-metoo/layout/_navigation.scss */
.navigation-panel nav ul li ul > li .subnav-close:focus:not(:hover):not(:active) {
  background-color: #8D2971;
}

/* line 187, sass-metoo/layout/_navigation.scss */
.navigation-panel nav ul li ul > li .subnav-close:hover {
  background-color: #8D2971;
}

/* line 200, sass-metoo/layout/_navigation.scss */
.navigation-panel nav.subnav-is-open .mainnav {
  -webkit-animation: slide-out-mainnav 0.5s forwards;
          animation: slide-out-mainnav 0.5s forwards;
}

/* line 204, sass-metoo/layout/_navigation.scss */
.navigation-panel nav.subnav-is-open .mainnav li.active {
  position: inherit;
}

/* line 208, sass-metoo/layout/_navigation.scss */
.navigation-panel nav.subnav-is-open .mainnav li .subnav-open:focus:not(:hover):not(:active) {
  background-color: transparent;
}

/* line 213, sass-metoo/layout/_navigation.scss */
.navigation-panel nav.subnav-is-open .mainnav li .subnav.active {
  -webkit-animation: slide-in-subnav 0.5s forwards;
          animation: slide-in-subnav 0.5s forwards;
  right: -100%;
  display: block;
}

/* line 226, sass-metoo/layout/_navigation.scss */
.navigation-panel nav.subnav-is-closed .mainnav {
  -webkit-animation: slide-in-mainnav 0.5s forwards;
          animation: slide-in-mainnav 0.5s forwards;
}

/* line 229, sass-metoo/layout/_navigation.scss */
.navigation-panel nav.subnav-is-closed .mainnav li {
  position: relative !important;
}

/* line 231, sass-metoo/layout/_navigation.scss */
.navigation-panel nav.subnav-is-closed .mainnav li.active {
  position: relative !important;
}

/* line 236, sass-metoo/layout/_navigation.scss */
.navigation-panel nav.subnav-is-closed .mainnav li .subnav.active {
  right: 0%;
  -webkit-animation: slide-out-subnav 0.5s forwards;
          animation: slide-out-subnav 0.5s forwards;
  display: none;
}

@-webkit-keyframes slide-in-subnav {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slide-in-subnav {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes slide-out-subnav {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slide-out-subnav {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes slide-in-mainnav {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slide-in-mainnav {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes slide-out-mainnav {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slide-out-mainnav {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

/* line 273, sass-metoo/layout/_navigation.scss */
.navigation-panel .navigation-buttons {
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
}

/* line 280, sass-metoo/layout/_navigation.scss */
.navigation-panel .outline-button {
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 10px 20px;
  width: 100%;
  display: block;
}

@media (min-width: 940px) {
  /* line 280, sass-metoo/layout/_navigation.scss */
  .navigation-panel .outline-button {
    width: auto;
    min-width: auto;
  }
}

/* line 292, sass-metoo/layout/_navigation.scss */
.navigation-panel .acttoo-logo {
  margin: 0 auto;
  margin-top: 30px;
  width: 130px;
  height: auto;
}

@media (min-width: 1640px) {
  /* line 292, sass-metoo/layout/_navigation.scss */
  .navigation-panel .acttoo-logo {
    width: 155px;
  }
}

/* line 303, sass-metoo/layout/_navigation.scss */
.navigation-panel .safe-exit {
  background: #00838A;
  padding: 8px 15px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 0;
  right: auto;
  margin-left: -36px;
  max-width: 100%;
}

/* line 317, sass-metoo/layout/_navigation.scss */
.navigation-panel .safe-exit:hover {
  background: #8D2971;
}

@media (min-width: 640px) {
  /* line 303, sass-metoo/layout/_navigation.scss */
  .navigation-panel .safe-exit {
    padding: 10px 25px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    left: 50%;
    right: auto;
    margin-left: -45px;
    display: none;
  }
}

/* line 1, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo {
  width: 100%;
  min-height: 250px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

@media (min-width: 940px) {
  /* line 1, sass-metoo/layout/_internalhero.scss */
  .internal-hero-photo {
    min-height: 400px;
  }
}

/* line 18, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

/* line 23, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo .wrapper {
  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-line-pack: center;
      align-content: center;
  z-index: 2;
  margin: 0;
  padding: 80px 30px 30px 30px;
}

@media (min-width: 940px) {
  /* line 23, sass-metoo/layout/_internalhero.scss */
  .internal-hero-photo .wrapper {
    padding: 70px 20px 30px 20px;
  }
}

/* line 36, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo .hero-copy {
  color: #fff;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 940px) {
  /* line 36, sass-metoo/layout/_internalhero.scss */
  .internal-hero-photo .hero-copy {
    max-width: 60%;
  }
}

/* line 47, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo:before {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  position: absolute;
  height: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 0;
}

/* line 59, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo p a {
  color: #fff;
  text-decoration: underline;
}

/* line 63, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo p a:hover {
  color: #fff;
  text-decoration: none;
}

/* line 69, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo h1 {
  margin: 0 0 20px 0;
}

/* line 72, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo .breadcrumb {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  margin: 0 0 5px 0;
}

/* line 78, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo .breadcrumb a {
  color: #fff;
  text-decoration: none;
}

/* line 82, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo .breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 940px) {
  /* line 72, sass-metoo/layout/_internalhero.scss */
  .internal-hero-photo .breadcrumb {
    font-size: 15px;
  }
}

/* line 91, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo .button {
  text-shadow: none;
}

/* line 94, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo .button-white-teal {
  text-shadow: none;
}

/* line 99, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo.press-hero h1 {
  margin-bottom: 20px;
}

@media (min-width: 940px) {
  /* line 99, sass-metoo/layout/_internalhero.scss */
  .internal-hero-photo.press-hero h1 {
    margin-bottom: 30px;
  }
}

/* line 107, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo.stat-hero h1 {
  margin-bottom: 20px;
}

@media (min-width: 940px) {
  /* line 107, sass-metoo/layout/_internalhero.scss */
  .internal-hero-photo.stat-hero h1 {
    margin-bottom: 50px;
  }
}

/* line 114, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo.org-hero {
  background-position: center right;
}

/* line 116, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo.org-hero h1 {
  margin-bottom: 20px;
}

@media (min-width: 940px) {
  /* line 116, sass-metoo/layout/_internalhero.scss */
  .internal-hero-photo.org-hero h1 {
    margin-bottom: 30px;
  }
}

/* line 125, sass-metoo/layout/_internalhero.scss */
.internal-hero-toolkitlisting {
  width: 100%;
  min-height: 250px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #8D2971;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

@media (min-width: 940px) {
  /* line 125, sass-metoo/layout/_internalhero.scss */
  .internal-hero-toolkitlisting {
    min-height: 350px;
  }
}

/* line 142, sass-metoo/layout/_internalhero.scss */
.internal-hero-toolkitlisting:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

/* line 147, sass-metoo/layout/_internalhero.scss */
.internal-hero-toolkitlisting .wrapper {
  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-line-pack: center;
      align-content: center;
  z-index: 2;
  margin: 0;
  padding: 60px 30px 30px 30px;
}

/* line 156, sass-metoo/layout/_internalhero.scss */
.internal-hero-toolkitlisting .hero-copy {
  color: #fff;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 940px) {
  /* line 156, sass-metoo/layout/_internalhero.scss */
  .internal-hero-toolkitlisting .hero-copy {
    max-width: 60%;
  }
}

/* line 167, sass-metoo/layout/_internalhero.scss */
.internal-hero-toolkitlisting:before {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  position: absolute;
  height: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 0;
}

/* line 179, sass-metoo/layout/_internalhero.scss */
.internal-hero-toolkitlisting h1 {
  font-size: 36px;
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif;
  margin: 0 0 20px 0;
}

@media (min-width: 1240px) {
  /* line 179, sass-metoo/layout/_internalhero.scss */
  .internal-hero-toolkitlisting h1 {
    font-size: 55px;
  }
}

/* line 187, sass-metoo/layout/_internalhero.scss */
.internal-hero-toolkitlisting .breadcrumb {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  margin: 0 0 5px 0;
}

/* line 193, sass-metoo/layout/_internalhero.scss */
.internal-hero-toolkitlisting .breadcrumb a {
  color: #fff;
  text-decoration: none;
}

/* line 197, sass-metoo/layout/_internalhero.scss */
.internal-hero-toolkitlisting .breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 940px) {
  /* line 187, sass-metoo/layout/_internalhero.scss */
  .internal-hero-toolkitlisting .breadcrumb {
    font-size: 15px;
  }
}

/* line 208, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo-tall {
  width: 100%;
  height: calc(100vh - 85px);
  min-height: 450px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #000;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

@media (min-width: 640px) {
  /* line 208, sass-metoo/layout/_internalhero.scss */
  .internal-hero-photo-tall {
    padding-top: 120px;
    padding-bottom: 120px;
    height: calc(70vh - 200px);
  }
}

@media (min-width: 940px) {
  /* line 208, sass-metoo/layout/_internalhero.scss */
  .internal-hero-photo-tall {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    height: calc(100vh - 220px);
  }
  /* line 237, sass-metoo/layout/_internalhero.scss */
  .internal-hero-photo-tall:before {
    content: '';
    min-height: inherit;
    font-size: 0;
  }
}

/* line 244, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo-tall .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 100%;
  margin: 0;
  height: 100%;
  position: relative;
  z-index: 2;
}

@media (min-width: 940px) {
  /* line 244, sass-metoo/layout/_internalhero.scss */
  .internal-hero-photo-tall .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 259, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo-tall .hero-copy {
  color: #fff;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 940px) {
  /* line 259, sass-metoo/layout/_internalhero.scss */
  .internal-hero-photo-tall .hero-copy {
    width: auto;
    max-width: 589px;
    text-align: left;
    padding-right: 50px;
  }
}

/* line 273, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo-tall .hero-copy .caption {
  width: 100%;
  margin-top: 20px;
}

/* line 277, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo-tall .hero-copy .caption .outline-button {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 640px) {
  /* line 273, sass-metoo/layout/_internalhero.scss */
  .internal-hero-photo-tall .hero-copy .caption {
    /*@media (max-height: 600px) { 
				display: none;
				}*/
  }
}

@media (min-width: 940px) {
  /* line 273, sass-metoo/layout/_internalhero.scss */
  .internal-hero-photo-tall .hero-copy .caption {
    width: 300px;
    margin: 0 0 0 180px;
  }
}

/* line 296, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo-tall .circle-logo {
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: auto;
  z-index: 2;
}

@media (min-width: 940px) {
  /* line 296, sass-metoo/layout/_internalhero.scss */
  .internal-hero-photo-tall .circle-logo {
    bottom: -85px;
    left: 50%;
    margin-left: -85px;
    width: 170px;
  }
}

/* line 311, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo-tall .circle-logo img {
  width: 100%;
  height: auto;
}

/* line 318, sass-metoo/layout/_internalhero.scss */
.internal-hero-photo-tall:after {
  width: 100%;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  content: '';
  position: absolute;
  height: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 0;
}

@media (min-width: 940px) {
  /* line 318, sass-metoo/layout/_internalhero.scss */
  .internal-hero-photo-tall:after {
    background: -o-linear-gradient(184deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(266deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  }
}

/* line 336, sass-metoo/layout/_internalhero.scss */
.internal-hero-toolkits {
  width: 100%;
  min-height: 250px;
  position: relative;
  background-image: url(../images/toolkit-header.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #8D2971;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid #fff;
}

@media (min-width: 940px) {
  /* line 336, sass-metoo/layout/_internalhero.scss */
  .internal-hero-toolkits {
    min-height: 350px;
    background-size: 30%;
    background-size: 488px;
  }
}

/* line 358, sass-metoo/layout/_internalhero.scss */
.internal-hero-toolkits:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

/* line 363, sass-metoo/layout/_internalhero.scss */
.internal-hero-toolkits .wrapper {
  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-line-pack: center;
      align-content: center;
  margin: 0;
  padding: 75px 30px 20px 30px;
}

@media (min-width: 940px) {
  /* line 363, sass-metoo/layout/_internalhero.scss */
  .internal-hero-toolkits .wrapper {
    padding-bottom: 60px;
  }
}

/* line 375, sass-metoo/layout/_internalhero.scss */
.internal-hero-toolkits .hero-copy {
  color: #fff;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 940px) {
  /* line 375, sass-metoo/layout/_internalhero.scss */
  .internal-hero-toolkits .hero-copy {
    max-width: 60%;
  }
}

/* line 385, sass-metoo/layout/_internalhero.scss */
.internal-hero-toolkits .hero-copy .button {
  background: white;
  text-shadow: none;
  position: relative;
  vertical-align: middle;
  border: none;
}

/* line 393, sass-metoo/layout/_internalhero.scss */
.internal-hero-toolkits .hero-copy .button i {
  margin: 0 0 0 10px;
}

/* line 396, sass-metoo/layout/_internalhero.scss */
.internal-hero-toolkits .hero-copy .button .fas {
  margin: 0 0 0 10px;
}

/* line 400, sass-metoo/layout/_internalhero.scss */
.internal-hero-toolkits .hero-copy .button:hover {
  color: #000 !important;
  background: #7AE7D2;
}

/* line 410, sass-metoo/layout/_internalhero.scss */
.internal-hero-toolkits h1 {
  font-size: 36px;
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif;
  margin: 0 0 25px 0;
}

@media (min-width: 1240px) {
  /* line 410, sass-metoo/layout/_internalhero.scss */
  .internal-hero-toolkits h1 {
    font-size: 55px;
  }
}

/* line 418, sass-metoo/layout/_internalhero.scss */
.internal-hero-toolkits .breadcrumb {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  margin: 0 0 25px 0;
}

/* line 424, sass-metoo/layout/_internalhero.scss */
.internal-hero-toolkits .breadcrumb a {
  color: #fff;
  text-decoration: none;
}

/* line 428, sass-metoo/layout/_internalhero.scss */
.internal-hero-toolkits .breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 940px) {
  /* line 418, sass-metoo/layout/_internalhero.scss */
  .internal-hero-toolkits .breadcrumb {
    font-size: 15px;
  }
}

/* line 440, sass-metoo/layout/_internalhero.scss */
.howcanwehelp-hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000;
  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;
  color: #fff;
  padding: 100px 0 50px 0;
}

/* line 455, sass-metoo/layout/_internalhero.scss */
.howcanwehelp-hero .wrapper {
  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;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

@media (min-width: 940px) {
  /* line 455, sass-metoo/layout/_internalhero.scss */
  .howcanwehelp-hero .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 468, sass-metoo/layout/_internalhero.scss */
.howcanwehelp-hero .hero-copy {
  color: #fff;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

/* line 474, sass-metoo/layout/_internalhero.scss */
.howcanwehelp-hero .hero-copy .breadcrumb {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  margin: 0 0 5px 0;
}

/* line 480, sass-metoo/layout/_internalhero.scss */
.howcanwehelp-hero .hero-copy .breadcrumb a {
  color: #fff;
  text-decoration: none;
}

/* line 484, sass-metoo/layout/_internalhero.scss */
.howcanwehelp-hero .hero-copy .breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 940px) {
  /* line 474, sass-metoo/layout/_internalhero.scss */
  .howcanwehelp-hero .hero-copy .breadcrumb {
    font-size: 15px;
  }
}

/* line 495, sass-metoo/layout/_internalhero.scss */
.howcanwehelp-hero:after {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  content: '';
  position: absolute;
  height: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 0;
}

/* line 506, sass-metoo/layout/_internalhero.scss */
.howcanwehelp-hero:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

/* line 511, sass-metoo/layout/_internalhero.scss */
.howcanwehelp-hero .help-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  width: 100%;
}

/* line 519, sass-metoo/layout/_internalhero.scss */
.howcanwehelp-hero .help-buttons .outline-button {
  width: 100%;
  margin-bottom: 20px;
  text-transform: none;
  padding: 20px;
}

@media (min-width: 940px) {
  /* line 519, sass-metoo/layout/_internalhero.scss */
  .howcanwehelp-hero .help-buttons .outline-button {
    width: 48.5%;
    padding: 30px 20px;
    border-radius: 45px;
  }
}

@media (min-width: 940px) {
  /* line 511, sass-metoo/layout/_internalhero.scss */
  .howcanwehelp-hero .help-buttons {
    margin-top: 70px;
  }
}

/* line 537, sass-metoo/layout/_internalhero.scss */
.howcanwehelp-hero .module-button {
  margin-top: 50px;
}

/* line 540, sass-metoo/layout/_internalhero.scss */
.howcanwehelp-hero .module-button .button-text {
  color: #fff;
}

/* line 542, sass-metoo/layout/_internalhero.scss */
.howcanwehelp-hero .module-button .button-text:hover {
  color: #7AE7D2;
}

/* line 549, sass-metoo/layout/_internalhero.scss */
.howcanwehelp-hero h1 {
  margin: 0;
}

/* line 553, sass-metoo/layout/_internalhero.scss */
.howcanwehelp-hero h1.mixed-title .script {
  margin-top: 20px;
  padding-left: 0px;
}

@media (min-width: 940px) {
  /* line 553, sass-metoo/layout/_internalhero.scss */
  .howcanwehelp-hero h1.mixed-title .script {
    padding-left: 250px;
    margin-top: 30px;
  }
}

/* line 561, sass-metoo/layout/_internalhero.scss */
.howcanwehelp-hero h1.mixed-title .standard {
  padding-left: 0px;
  margin-top: 0px;
}

@media (min-width: 940px) {
  /* line 571, sass-metoo/layout/_internalhero.scss */
  .howcanwehelp-hero .hero-copy .caption {
    width: 210px;
    margin: 30px 0 0 100px;
  }
}

/* line 584, sass-metoo/layout/_internalhero.scss */
.explore-healing-hero h1 {
  text-align: left;
}

/* line 588, sass-metoo/layout/_internalhero.scss */
.explore-healing-hero h1.mixed-title .script {
  padding-left: 75px;
}

@media (min-width: 940px) {
  /* line 588, sass-metoo/layout/_internalhero.scss */
  .explore-healing-hero h1.mixed-title .script {
    padding-left: 100px;
  }
}

@media (min-width: 940px) {
  /* line 600, sass-metoo/layout/_internalhero.scss */
  .explore-healing-hero .hero-copy .caption {
    width: 210px;
    margin: 0 0 0 100px;
  }
}

/* line 614, sass-metoo/layout/_internalhero.scss */
.get-to-know-us-hero h1.mixed-title {
  text-align: left;
}

/* line 616, sass-metoo/layout/_internalhero.scss */
.get-to-know-us-hero h1.mixed-title .script {
  margin-top: -20px;
  padding-left: 0px;
  font-size: 75px;
}

@media (min-width: 940px) {
  /* line 616, sass-metoo/layout/_internalhero.scss */
  .get-to-know-us-hero h1.mixed-title .script {
    padding-left: 0px;
    font-size: 105px;
  }
}

/* line 625, sass-metoo/layout/_internalhero.scss */
.get-to-know-us-hero h1.mixed-title .standard {
  padding-left: 20px;
  margin-bottom: 15px;
}

@media (min-width: 940px) {
  /* line 625, sass-metoo/layout/_internalhero.scss */
  .get-to-know-us-hero h1.mixed-title .standard {
    padding-left: 25px;
    margin-bottom: 0;
  }
}

@media (min-width: 940px) {
  /* line 639, sass-metoo/layout/_internalhero.scss */
  .get-to-know-us-hero .hero-copy .caption {
    width: 210px;
    margin: 0 0 0 30px;
  }
}

/* line 650, sass-metoo/layout/_internalhero.scss */
.partners-hero {
  background-position: top center;
}

/* line 655, sass-metoo/layout/_internalhero.scss */
.partners-hero h1.mixed-title {
  text-align: left;
  font-size: 27px;
}

@media (min-width: 940px) {
  /* line 655, sass-metoo/layout/_internalhero.scss */
  .partners-hero h1.mixed-title {
    font-size: 42px;
  }
}

/* line 661, sass-metoo/layout/_internalhero.scss */
.partners-hero h1.mixed-title .script {
  margin-top: 0px;
  padding-left: 0px;
}

@media (min-width: 940px) {
  /* line 661, sass-metoo/layout/_internalhero.scss */
  .partners-hero h1.mixed-title .script {
    padding-left: 0px;
  }
}

/* line 668, sass-metoo/layout/_internalhero.scss */
.partners-hero h1.mixed-title .standard {
  margin-top: 30px;
  padding-left: 20px;
}

@media (min-width: 940px) {
  /* line 668, sass-metoo/layout/_internalhero.scss */
  .partners-hero h1.mixed-title .standard {
    padding-left: 65px;
  }
}

/* line 680, sass-metoo/layout/_internalhero.scss */
.partners-hero:after {
  background: none;
}

/* line 685, sass-metoo/layout/_internalhero.scss */
.taranaburke-hero {
  background-position: -200px top;
}

@media screen and (max-height: 500px) {
  /* line 685, sass-metoo/layout/_internalhero.scss */
  .taranaburke-hero {
    background-position: center top;
  }
}

@media screen and (min-width: 340px) {
  /* line 685, sass-metoo/layout/_internalhero.scss */
  .taranaburke-hero {
    background-position: -320px top;
  }
}

@media screen and (min-width: 340px) and (max-height: 500px) {
  /* line 685, sass-metoo/layout/_internalhero.scss */
  .taranaburke-hero {
    background-position: center top;
  }
}

@media (min-width: 640px) {
  /* line 685, sass-metoo/layout/_internalhero.scss */
  .taranaburke-hero {
    background-position: center top;
  }
}

/* line 704, sass-metoo/layout/_internalhero.scss */
.taranaburke-hero h1.mixed-title .script {
  margin-top: 0px;
  padding-left: 0px;
  font-size: 55px;
}

@media (min-width: 940px) {
  /* line 704, sass-metoo/layout/_internalhero.scss */
  .taranaburke-hero h1.mixed-title .script {
    padding-left: 0px;
    font-size: 105px;
  }
}

/* line 713, sass-metoo/layout/_internalhero.scss */
.taranaburke-hero h1.mixed-title .standard {
  padding-left: 0px;
  margin-top: 20px;
}

@media (min-width: 940px) {
  /* line 713, sass-metoo/layout/_internalhero.scss */
  .taranaburke-hero h1.mixed-title .standard {
    padding-left: 85px;
  }
}

@media (min-width: 940px) {
  /* line 726, sass-metoo/layout/_internalhero.scss */
  .taranaburke-hero .hero-copy .caption {
    width: 210px;
    margin: 0 0 0 85px;
  }
}

/* line 742, sass-metoo/layout/_internalhero.scss */
.tellingourtruths-hero h1.mixed-title .script {
  margin-top: 0px;
  padding-left: 0px;
}

@media (min-width: 940px) {
  /* line 742, sass-metoo/layout/_internalhero.scss */
  .tellingourtruths-hero h1.mixed-title .script {
    padding-left: 0px;
    margin-top: 0px;
    display: inline-block;
  }
}

/* line 751, sass-metoo/layout/_internalhero.scss */
.tellingourtruths-hero h1.mixed-title .standard {
  padding-left: 0px;
  margin-top: 30px;
}

@media (min-width: 940px) {
  /* line 751, sass-metoo/layout/_internalhero.scss */
  .tellingourtruths-hero h1.mixed-title .standard {
    margin-top: 0;
    vertical-align: bottom;
    display: inline-block;
  }
}

/* line 764, sass-metoo/layout/_internalhero.scss */
.tellingourtruths-hero .hero-copy {
  max-width: 100%;
}

@media (min-width: 940px) {
  /* line 766, sass-metoo/layout/_internalhero.scss */
  .tellingourtruths-hero .hero-copy .caption {
    width: 210px;
    margin: 30px 0 0 100px;
  }
}

/* line 780, sass-metoo/layout/_internalhero.scss */
.visionandtheory-hero .photo-credit {
  position: absolute;
  bottom: 0;
  line-height: 1.1em;
  color: #cccccc;
  font-size: 12px;
  left: 0;
  max-width: 40%;
  padding: 10px 20px;
  z-index: 1;
}

@media (min-width: 940px) {
  /* line 780, sass-metoo/layout/_internalhero.scss */
  .visionandtheory-hero .photo-credit {
    padding: 10px 60px;
  }
}

/* line 796, sass-metoo/layout/_internalhero.scss */
.visionandtheory-hero h1.mixed-title {
  text-align: left;
  font-size: 26px;
}

@media (min-width: 940px) {
  /* line 796, sass-metoo/layout/_internalhero.scss */
  .visionandtheory-hero h1.mixed-title {
    font-size: 42px;
  }
}

/* line 802, sass-metoo/layout/_internalhero.scss */
.visionandtheory-hero h1.mixed-title .script {
  margin-top: 20px;
  padding-left: 60px;
}

@media (min-width: 940px) {
  /* line 802, sass-metoo/layout/_internalhero.scss */
  .visionandtheory-hero h1.mixed-title .script {
    padding-left: 100px;
    margin-top: 30px;
  }
}

/* line 810, sass-metoo/layout/_internalhero.scss */
.visionandtheory-hero h1.mixed-title .standard {
  padding-left: 0px;
  margin-top: 0px;
}

@media (min-width: 940px) {
  /* line 820, sass-metoo/layout/_internalhero.scss */
  .visionandtheory-hero .hero-copy .caption {
    width: 210px;
    margin: 30px 0 0 100px;
  }
}

/* line 836, sass-metoo/layout/_internalhero.scss */
.survivor-training-hero h1.mixed-title .script {
  margin-top: 0px;
  padding-left: 0px;
}

@media (min-width: 940px) {
  /* line 836, sass-metoo/layout/_internalhero.scss */
  .survivor-training-hero h1.mixed-title .script {
    padding-left: 0px;
    margin-top: 0px;
  }
}

/* line 844, sass-metoo/layout/_internalhero.scss */
.survivor-training-hero h1.mixed-title .standard {
  padding-left: 0px;
  margin-top: 20px;
}

@media (min-width: 940px) {
  /* line 844, sass-metoo/layout/_internalhero.scss */
  .survivor-training-hero h1.mixed-title .standard {
    padding-left: 45px;
  }
}

@media (min-width: 940px) {
  /* line 857, sass-metoo/layout/_internalhero.scss */
  .survivor-training-hero .hero-copy .caption {
    width: 210px;
    margin: 30px 0 0 100px;
  }
}

/* line 872, sass-metoo/layout/_internalhero.scss */
.taskforce-hero h1.mixed-title .script {
  margin-top: 30px;
  padding-left: 0px;
}

@media (min-width: 940px) {
  /* line 872, sass-metoo/layout/_internalhero.scss */
  .taskforce-hero h1.mixed-title .script {
    padding-left: 0px;
    margin-top: 30px;
  }
}

/* line 880, sass-metoo/layout/_internalhero.scss */
.taskforce-hero h1.mixed-title .standard {
  padding-left: 0px;
  margin-top: 0px;
}

@media (min-width: 940px) {
  /* line 880, sass-metoo/layout/_internalhero.scss */
  .taskforce-hero h1.mixed-title .standard {
    padding-left: 0px;
  }
}

@media (min-width: 940px) {
  /* line 893, sass-metoo/layout/_internalhero.scss */
  .taskforce-hero .hero-copy .caption {
    width: 210px;
    margin: 30px 0 0 100px;
  }
}

/* line 908, sass-metoo/layout/_internalhero.scss */
.collegeprogram-hero h1.mixed-title .script {
  margin-top: 0px;
  padding-left: 110px;
}

@media (min-width: 940px) {
  /* line 908, sass-metoo/layout/_internalhero.scss */
  .collegeprogram-hero h1.mixed-title .script {
    padding-left: 60px;
    margin-top: 0px;
  }
}

/* line 916, sass-metoo/layout/_internalhero.scss */
.collegeprogram-hero h1.mixed-title .standard {
  padding-left: 0px;
  margin-top: 0px;
}

@media (min-width: 940px) {
  /* line 916, sass-metoo/layout/_internalhero.scss */
  .collegeprogram-hero h1.mixed-title .standard {
    padding-left: 0px;
  }
}

@media (min-width: 940px) {
  /* line 929, sass-metoo/layout/_internalhero.scss */
  .collegeprogram-hero .hero-copy .caption {
    width: 210px;
    margin: 30px 0 0 100px;
  }
}

/* line 944, sass-metoo/layout/_internalhero.scss */
.healingjourney-hero h1.mixed-title .script {
  margin-top: 0px;
  padding-left: 0px;
}

@media (min-width: 940px) {
  /* line 944, sass-metoo/layout/_internalhero.scss */
  .healingjourney-hero h1.mixed-title .script {
    padding-left: 150px;
    margin-top: -10px;
  }
}

/* line 952, sass-metoo/layout/_internalhero.scss */
.healingjourney-hero h1.mixed-title .standard {
  padding-left: 0px;
  margin-top: 0;
}

@media (min-width: 940px) {
  /* line 952, sass-metoo/layout/_internalhero.scss */
  .healingjourney-hero h1.mixed-title .standard {
    padding-left: 0;
  }
}

/* line 963, sass-metoo/layout/_internalhero.scss */
.healingjourney-hero .caption {
  margin-top: 30px;
}

@media (min-width: 940px) {
  /* line 963, sass-metoo/layout/_internalhero.scss */
  .healingjourney-hero .caption {
    margin-top: 50px;
  }
}

/* line 974, sass-metoo/layout/_internalhero.scss */
.learnmore-hero h1.mixed-title {
  text-align: left;
}

/* line 976, sass-metoo/layout/_internalhero.scss */
.learnmore-hero h1.mixed-title .script {
  margin-top: 30px;
  padding-left: 30px;
  font-size: 50px;
}

@media (min-width: 940px) {
  /* line 976, sass-metoo/layout/_internalhero.scss */
  .learnmore-hero h1.mixed-title .script {
    padding-left: 70px;
    margin-top: 20px;
    font-size: 80px;
  }
}

/* line 986, sass-metoo/layout/_internalhero.scss */
.learnmore-hero h1.mixed-title .standard {
  padding-left: 0px;
  margin-top: 0px;
}

@media (min-width: 940px) {
  /* line 986, sass-metoo/layout/_internalhero.scss */
  .learnmore-hero h1.mixed-title .standard {
    padding-left: 0px;
  }
}

@media (min-width: 940px) {
  /* line 999, sass-metoo/layout/_internalhero.scss */
  .learnmore-hero .hero-copy .caption {
    width: 300px;
    margin: 10px 0 0 70px;
  }
}

/* line 1011, sass-metoo/layout/_internalhero.scss */
.healingtoolkit-hero .hero-copy {
  max-width: 100%;
}

/* line 1016, sass-metoo/layout/_internalhero.scss */
.healingtoolkit-hero .hero-copy h1.mixed-title {
  margin-bottom: 0;
}

@media (min-width: 940px) {
  /* line 1016, sass-metoo/layout/_internalhero.scss */
  .healingtoolkit-hero .hero-copy h1.mixed-title {
    margin-top: 30px;
  }
}

/* line 1021, sass-metoo/layout/_internalhero.scss */
.healingtoolkit-hero .hero-copy h1.mixed-title .script {
  margin-top: 0px;
  padding-left: 0px;
  font-size: 45px;
}

@media (min-width: 940px) {
  /* line 1021, sass-metoo/layout/_internalhero.scss */
  .healingtoolkit-hero .hero-copy h1.mixed-title .script {
    font-size: 105px;
  }
}

/* line 1029, sass-metoo/layout/_internalhero.scss */
.healingtoolkit-hero .hero-copy h1.mixed-title .standard {
  padding-left: 0px;
  margin-top: 30px;
}

@media (min-width: 940px) {
  /* line 1029, sass-metoo/layout/_internalhero.scss */
  .healingtoolkit-hero .hero-copy h1.mixed-title .standard {
    padding-left: 390px;
    margin-top: 0;
  }
}

/* line 1041, sass-metoo/layout/_internalhero.scss */
.healingtoolkit-hero .hero-copy .caption {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 20px;
}

@media (min-width: 940px) {
  /* line 1041, sass-metoo/layout/_internalhero.scss */
  .healingtoolkit-hero .hero-copy .caption {
    margin-top: 40px;
  }
}

/* line 1052, sass-metoo/layout/_internalhero.scss */
.healingtoolkit-hero .photo-credit {
  position: absolute;
  bottom: 0;
  line-height: 1.1em;
  color: #cccccc;
  font-size: 12px;
  left: 0;
  max-width: 40%;
  padding: 10px 20px;
  z-index: 1;
}

@media (min-width: 940px) {
  /* line 1052, sass-metoo/layout/_internalhero.scss */
  .healingtoolkit-hero .photo-credit {
    padding: 10px 60px;
  }
}

/* line 1071, sass-metoo/layout/_internalhero.scss */
.historyandinception-hero h1.mixed-title {
  text-align: left;
}

/* line 1073, sass-metoo/layout/_internalhero.scss */
.historyandinception-hero h1.mixed-title .script {
  margin-top: 20px;
  padding-left: 30px;
}

@media (min-width: 940px) {
  /* line 1073, sass-metoo/layout/_internalhero.scss */
  .historyandinception-hero h1.mixed-title .script {
    padding-left: 70px;
    margin-top: 10px;
  }
}

/* line 1081, sass-metoo/layout/_internalhero.scss */
.historyandinception-hero h1.mixed-title .standard {
  padding-left: 0px;
  margin-top: 0px;
}

/* line 1091, sass-metoo/layout/_internalhero.scss */
.historyandinception-hero .hero-copy .caption {
  margin-top: 30px;
}

@media (min-width: 940px) {
  /* line 1091, sass-metoo/layout/_internalhero.scss */
  .historyandinception-hero .hero-copy .caption {
    width: 310px;
    margin: 60px 0 0 70px;
  }
}

/* line 1103, sass-metoo/layout/_internalhero.scss */
.survivorstories-hero .hero-copy {
  max-width: 100%;
}

/* line 1108, sass-metoo/layout/_internalhero.scss */
.survivorstories-hero .hero-copy h1.mixed-title {
  margin-bottom: 0;
}

/* line 1111, sass-metoo/layout/_internalhero.scss */
.survivorstories-hero .hero-copy h1.mixed-title .script {
  margin-top: 0px;
  padding-left: 0px;
}

@media (min-width: 940px) {
  /* line 1111, sass-metoo/layout/_internalhero.scss */
  .survivorstories-hero .hero-copy h1.mixed-title .script {
    font-size: 105px;
  }
}

/* line 1119, sass-metoo/layout/_internalhero.scss */
.survivorstories-hero .hero-copy h1.mixed-title .standard {
  padding-left: 0px;
  margin-top: 10px;
}

@media (min-width: 940px) {
  /* line 1119, sass-metoo/layout/_internalhero.scss */
  .survivorstories-hero .hero-copy h1.mixed-title .standard {
    padding-left: 60px;
    margin-top: 0;
  }
}

@media (min-width: 940px) {
  /* line 1131, sass-metoo/layout/_internalhero.scss */
  .survivorstories-hero .hero-copy .caption {
    margin-left: 60px;
    width: 400px;
    margin-top: 20px;
  }
}

/* line 1143, sass-metoo/layout/_internalhero.scss */
.researchlit-hero .hero-copy {
  max-width: 100%;
}

/* line 1148, sass-metoo/layout/_internalhero.scss */
.researchlit-hero .hero-copy h1.mixed-title {
  margin-bottom: 0px;
}

@media (min-width: 940px) {
  /* line 1148, sass-metoo/layout/_internalhero.scss */
  .researchlit-hero .hero-copy h1.mixed-title {
    margin-bottom: 20px;
  }
}

/* line 1153, sass-metoo/layout/_internalhero.scss */
.researchlit-hero .hero-copy h1.mixed-title .script {
  margin-top: 0px;
  padding-left: 0px;
  font-size: 45px;
}

@media (min-width: 940px) {
  /* line 1153, sass-metoo/layout/_internalhero.scss */
  .researchlit-hero .hero-copy h1.mixed-title .script {
    font-size: 105px;
  }
}

/* line 1161, sass-metoo/layout/_internalhero.scss */
.researchlit-hero .hero-copy h1.mixed-title .standard {
  padding-left: 0px;
  margin-top: 30px;
}

@media (min-width: 940px) {
  /* line 1161, sass-metoo/layout/_internalhero.scss */
  .researchlit-hero .hero-copy h1.mixed-title .standard {
    padding-left: 145px;
    margin-top: 0;
  }
}

/* line 1176, sass-metoo/layout/_internalhero.scss */
.supportsurvivor-hero .hero-copy {
  max-width: 100%;
}

/* line 1181, sass-metoo/layout/_internalhero.scss */
.supportsurvivor-hero .hero-copy h1.mixed-title {
  margin-bottom: 0;
}

@media (min-width: 940px) {
  /* line 1181, sass-metoo/layout/_internalhero.scss */
  .supportsurvivor-hero .hero-copy h1.mixed-title {
    margin-bottom: 30px;
  }
}

/* line 1186, sass-metoo/layout/_internalhero.scss */
.supportsurvivor-hero .hero-copy h1.mixed-title .script {
  margin-top: 0px;
  padding-left: 0px;
  font-size: 45px;
}

@media (min-width: 940px) {
  /* line 1186, sass-metoo/layout/_internalhero.scss */
  .supportsurvivor-hero .hero-copy h1.mixed-title .script {
    font-size: 105px;
  }
}

/* line 1194, sass-metoo/layout/_internalhero.scss */
.supportsurvivor-hero .hero-copy h1.mixed-title .standard {
  padding-left: 0px;
  margin-top: 30px;
}

@media (min-width: 940px) {
  /* line 1194, sass-metoo/layout/_internalhero.scss */
  .supportsurvivor-hero .hero-copy h1.mixed-title .standard {
    padding-left: 180px;
    margin-top: 0;
  }
}

/* line 1212, sass-metoo/layout/_internalhero.scss */
.thework-hero h1.mixed-title {
  text-align: left;
}

/* line 1215, sass-metoo/layout/_internalhero.scss */
.thework-hero h1.mixed-title .script {
  margin-top: 10px;
  padding-left: 95px;
  font-size: 80px;
}

@media (min-width: 940px) {
  /* line 1215, sass-metoo/layout/_internalhero.scss */
  .thework-hero h1.mixed-title .script {
    padding-left: 150px;
    font-size: 105px;
    margin-top: 20px;
  }
}

/* line 1232, sass-metoo/layout/_internalhero.scss */
.thework-hero .hero-copy .caption {
  margin-top: 0;
}

@media (min-width: 940px) {
  /* line 1232, sass-metoo/layout/_internalhero.scss */
  .thework-hero .hero-copy .caption {
    width: 450px;
    margin: 0 0 0 150px;
  }
}

/* line 1248, sass-metoo/layout/_internalhero.scss */
.stay-informed-hero h1.mixed-title .script {
  padding-left: 0;
  margin-top: 0;
}

@media (min-width: 940px) {
  /* line 1248, sass-metoo/layout/_internalhero.scss */
  .stay-informed-hero h1.mixed-title .script {
    padding-left: 0px;
    margin-top: 0;
  }
}

/* line 1256, sass-metoo/layout/_internalhero.scss */
.stay-informed-hero h1.mixed-title .standard {
  padding-left: 20px;
}

@media (min-width: 940px) {
  /* line 1256, sass-metoo/layout/_internalhero.scss */
  .stay-informed-hero h1.mixed-title .standard {
    padding-left: 140px;
  }
}

/* line 1266, sass-metoo/layout/_internalhero.scss */
.stay-informed-hero .hero-copy {
  padding-right: 0;
}

@media (min-width: 940px) {
  /* line 1269, sass-metoo/layout/_internalhero.scss */
  .stay-informed-hero .hero-copy .caption {
    width: 310px;
    margin: 0 0 0 140px;
  }
}

/* line 1280, sass-metoo/layout/_internalhero.scss */
.theteam-hero {
  background-image: url(../images/toolkit-header.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #8D2971;
  background-size: 50%;
}

/* line 1288, sass-metoo/layout/_internalhero.scss */
.theteam-hero:before {
  background: none;
}

@media (min-width: 940px) {
  /* line 1280, sass-metoo/layout/_internalhero.scss */
  .theteam-hero {
    background-size: 488px;
  }
}

/* line 1298, sass-metoo/layout/_internalhero.scss */
.theteam-hero h1.mixed-title .script {
  margin-top: 0px;
  padding-left: 0px;
}

@media (min-width: 940px) {
  /* line 1298, sass-metoo/layout/_internalhero.scss */
  .theteam-hero h1.mixed-title .script {
    padding-left: 0px;
    margin-top: 0px;
  }
}

/* line 1306, sass-metoo/layout/_internalhero.scss */
.theteam-hero h1.mixed-title .standard {
  padding-left: 0px;
  margin-top: 0px;
}

@media (min-width: 940px) {
  /* line 1306, sass-metoo/layout/_internalhero.scss */
  .theteam-hero h1.mixed-title .standard {
    padding-left: 15px;
  }
}

@media (min-width: 940px) {
  /* line 1319, sass-metoo/layout/_internalhero.scss */
  .theteam-hero .hero-copy .caption {
    width: 210px;
    margin: 30px 0 0 100px;
  }
}

/* line 1335, sass-metoo/layout/_internalhero.scss */
.inthenews-hero h1.mixed-title .script {
  margin-top: 0px;
  padding-left: 0px;
}

@media (min-width: 940px) {
  /* line 1335, sass-metoo/layout/_internalhero.scss */
  .inthenews-hero h1.mixed-title .script {
    padding-left: 0px;
    margin-top: 0px;
  }
}

/* line 1343, sass-metoo/layout/_internalhero.scss */
.inthenews-hero h1.mixed-title .standard {
  padding-left: 90px;
  margin-top: 0px;
}

@media (min-width: 940px) {
  /* line 1343, sass-metoo/layout/_internalhero.scss */
  .inthenews-hero h1.mixed-title .standard {
    padding-left: 90px;
  }
}

@media (min-width: 940px) {
  /* line 1356, sass-metoo/layout/_internalhero.scss */
  .inthenews-hero .hero-copy .caption {
    width: 210px;
    margin: 30px 0 0 100px;
  }
}

/* line 1368, sass-metoo/layout/_internalhero.scss */
.volunteer-hero .hero-copy {
  max-width: 100%;
}

/* line 1373, sass-metoo/layout/_internalhero.scss */
.volunteer-hero .hero-copy h1.mixed-title {
  margin-bottom: 0;
}

/* line 1376, sass-metoo/layout/_internalhero.scss */
.volunteer-hero .hero-copy h1.mixed-title .script {
  margin-top: 0px;
  padding-left: 0px;
  font-size: 45px;
}

@media (min-width: 940px) {
  /* line 1376, sass-metoo/layout/_internalhero.scss */
  .volunteer-hero .hero-copy h1.mixed-title .script {
    font-size: 105px;
  }
}

/* line 1384, sass-metoo/layout/_internalhero.scss */
.volunteer-hero .hero-copy h1.mixed-title .standard {
  padding-left: 0px;
  margin-top: 20px;
}

@media (min-width: 940px) {
  /* line 1384, sass-metoo/layout/_internalhero.scss */
  .volunteer-hero .hero-copy h1.mixed-title .standard {
    padding-left: 90px;
    margin-top: 20px;
  }
}

/* line 1400, sass-metoo/layout/_internalhero.scss */
.internal-hero-blog h1 {
  font-size: 25px;
}

@media (min-width: 940px) {
  /* line 1400, sass-metoo/layout/_internalhero.scss */
  .internal-hero-blog h1 {
    font-size: 40px;
  }
}

/* line 1409, sass-metoo/layout/_internalhero.scss */
.contact-hero h1 {
  margin-bottom: 30px;
}

@media (min-width: 940px) {
  /* line 1409, sass-metoo/layout/_internalhero.scss */
  .contact-hero h1 {
    margin-bottom: 60px;
  }
}

/* line 1417, sass-metoo/layout/_internalhero.scss */
.resource-collection-hero {
  width: 100%;
  min-height: 250px;
  position: relative;
  background-image: url(../images/toolkit-header.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #00838A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-bottom: 2px solid #EDEBEB;
}

@media (min-width: 940px) {
  /* line 1417, sass-metoo/layout/_internalhero.scss */
  .resource-collection-hero {
    min-height: 350px;
    background-size: 30%;
  }
}

/* line 1437, sass-metoo/layout/_internalhero.scss */
.resource-collection-hero:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

/* line 1442, sass-metoo/layout/_internalhero.scss */
.resource-collection-hero .wrapper {
  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-line-pack: center;
      align-content: center;
  margin: 0;
  padding-top: 75px;
  padding-bottom: 30px;
  max-width: 780px;
}

@media (min-width: 940px) {
  /* line 1442, sass-metoo/layout/_internalhero.scss */
  .resource-collection-hero .wrapper {
    padding-bottom: 60px;
  }
}

/* line 1456, sass-metoo/layout/_internalhero.scss */
.resource-collection-hero .hero-copy {
  color: #fff;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

/* line 1465, sass-metoo/layout/_internalhero.scss */
.resource-collection-hero .progress {
  border: 2px solid #fff;
  border-radius: 25px;
  padding: 5px;
  height: 30px;
  margin-top: 40px;
}

@media (min-width: 940px) {
  /* line 1465, sass-metoo/layout/_internalhero.scss */
  .resource-collection-hero .progress {
    height: 40px;
  }
}

/* line 1476, sass-metoo/layout/_internalhero.scss */
.resource-collection-hero .progress .progress-bar {
  background: #fff;
  border-radius: 25px;
  height: 16px;
  width: 6.26%;
}

@media (min-width: 940px) {
  /* line 1476, sass-metoo/layout/_internalhero.scss */
  .resource-collection-hero .progress .progress-bar {
    height: 26px;
  }
}

/* line 1488, sass-metoo/layout/_internalhero.scss */
.resource-collection-hero h1 {
  font-size: 36px;
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif;
  margin: 0 0 20px 0;
}

@media (min-width: 1240px) {
  /* line 1488, sass-metoo/layout/_internalhero.scss */
  .resource-collection-hero h1 {
    font-size: 55px;
  }
}

/* line 1504, sass-metoo/layout/_internalhero.scss */
.takeaction-hero h1.mixed-title .script {
  padding-left: 0;
  margin-top: 0;
}

@media (min-width: 940px) {
  /* line 1504, sass-metoo/layout/_internalhero.scss */
  .takeaction-hero h1.mixed-title .script {
    padding-left: 0px;
    display: inline-block;
  }
}

/* line 1512, sass-metoo/layout/_internalhero.scss */
.takeaction-hero h1.mixed-title .standard {
  margin-top: 20px;
}

@media (min-width: 940px) {
  /* line 1512, sass-metoo/layout/_internalhero.scss */
  .takeaction-hero h1.mixed-title .standard {
    vertical-align: bottom;
    display: inline-block;
    margin-left: -30px;
  }
}

@media (min-width: 940px) {
  /* line 1526, sass-metoo/layout/_internalhero.scss */
  .takeaction-hero .hero-copy .caption {
    width: 210px;
    margin: 0 0 0 135px;
  }
}

/* line 1542, sass-metoo/layout/_internalhero.scss */
.acttoo-hero:after {
  display: none;
}

/* line 1, sass-metoo/layout/_homepage.scss */
.homepage-intro {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9;
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 15, sass-metoo/layout/_homepage.scss */
.homepage-intro > video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media (min-width: 940px) {
  /* line 1, sass-metoo/layout/_homepage.scss */
  .homepage-intro {
    display: block;
  }
}

@media screen and (max-aspect-ratio: 1920 / 1080) {
  /* line 27, sass-metoo/layout/_homepage.scss */
  .homepage-intro > video {
    height: 100%;
  }
}

@media screen and (min-aspect-ratio: 1920 / 1080) {
  /* line 32, sass-metoo/layout/_homepage.scss */
  .homepage-intro > video {
    width: 100%;
  }
}

/* line 37, sass-metoo/layout/_homepage.scss */
.hero {
  width: 100%;
  height: calc(100vh - 70px);
  min-height: 500px;
  position: relative;
  padding-bottom: 100px;
  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;
}

@media (min-width: 640px) {
  /* line 37, sass-metoo/layout/_homepage.scss */
  .hero {
    padding-bottom: 100px;
    height: calc(100vh - 120px);
    min-height: 600px;
  }
}

@media (min-width: 940px) {
  /* line 37, sass-metoo/layout/_homepage.scss */
  .hero {
    padding-bottom: 50px;
  }
}

/* line 57, sass-metoo/layout/_homepage.scss */
.hero .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 100%;
  margin: 0;
  height: 100%;
  position: relative;
  z-index: 2;
}

@media (min-width: 940px) {
  /* line 57, sass-metoo/layout/_homepage.scss */
  .hero .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 72, sass-metoo/layout/_homepage.scss */
.hero .hero-copy {
  color: #fff;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 940px) {
  /* line 72, sass-metoo/layout/_homepage.scss */
  .hero .hero-copy {
    width: auto;
    max-width: 589px;
    text-align: left;
  }
}

/* line 84, sass-metoo/layout/_homepage.scss */
.hero .hero-copy .caption {
  width: 100%;
  margin-top: 20px;
}

/* line 88, sass-metoo/layout/_homepage.scss */
.hero .hero-copy .caption .outline-button {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 92, sass-metoo/layout/_homepage.scss */
.hero .hero-copy .caption .outline-button + .outline-button {
  margin-top: 15px;
}

@media (min-width: 1240px) {
  /* line 97, sass-metoo/layout/_homepage.scss */
  .hero .hero-copy .caption .copy {
    width: 250px;
  }
}

@media (min-width: 640px) and (max-height: 600px) {
  /* line 84, sass-metoo/layout/_homepage.scss */
  .hero .hero-copy .caption {
    /*display: none;*/
  }
}

@media (min-width: 1240px) {
  /* line 84, sass-metoo/layout/_homepage.scss */
  .hero .hero-copy .caption {
    width: 300px;
    margin: 0 0 0 180px;
  }
}

/* line 117, sass-metoo/layout/_homepage.scss */
.hero .hero-copy h1.mixed-title {
  text-align: left;
}

/* line 120, sass-metoo/layout/_homepage.scss */
.hero .hero-copy h1.mixed-title .script {
  padding-left: 50px;
  margin-top: 15px;
}

@media (min-width: 940px) {
  /* line 120, sass-metoo/layout/_homepage.scss */
  .hero .hero-copy h1.mixed-title .script {
    padding-left: 60px;
  }
}

/* line 131, sass-metoo/layout/_homepage.scss */
.hero .circle-logo {
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: auto;
  z-index: 2;
}

@media (min-width: 940px) {
  /* line 131, sass-metoo/layout/_homepage.scss */
  .hero .circle-logo {
    bottom: -85px;
    left: 50%;
    margin-left: -85px;
    width: 170px;
  }
}

/* line 147, sass-metoo/layout/_homepage.scss */
.hero .owl-toggle {
  position: absolute;
  bottom: 20px;
  right: 18px;
  border: none;
  padding: 0;
  text-indent: -9999999px;
  background-color: transparent;
}

/* line 156, sass-metoo/layout/_homepage.scss */
.hero .owl-toggle.play-owl {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 11.1 12.5" style="enable-background:new 0 0 11.1 12.5;" xml:space="preserve"><g fill="white"><path class="st0" d="M9.9,7l-8.2,4.9C1,12.3,0,11.8,0,10.9V1.1c0-1,1-1.4,1.7-1L9.9,5C10.7,5.5,10.7,6.5,9.9,7z"/></g></svg>');
  width: 12px;
  height: 14px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: none;
}

/* line 164, sass-metoo/layout/_homepage.scss */
.hero .owl-toggle.play-owl:focus {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 11.1 12.5" style="enable-background:new 0 0 11.1 12.5;" xml:space="preserve"><g fill="violet"><path class="st0" d="M9.9,7l-8.2,4.9C1,12.3,0,11.8,0,10.9V1.1c0-1,1-1.4,1.7-1L9.9,5C10.7,5.5,10.7,6.5,9.9,7z"/></g></svg>');
}

/* line 167, sass-metoo/layout/_homepage.scss */
.hero .owl-toggle.play-owl:hover {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 11.1 12.5" style="enable-background:new 0 0 11.1 12.5;" xml:space="preserve"><g fill="violet"><path class="st0" d="M9.9,7l-8.2,4.9C1,12.3,0,11.8,0,10.9V1.1c0-1,1-1.4,1.7-1L9.9,5C10.7,5.5,10.7,6.5,9.9,7z"/></g></svg>');
}

/* line 172, sass-metoo/layout/_homepage.scss */
.hero .owl-toggle.stop-owl {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 11.1 12.5" style="enable-background:new 0 0 11.1 12.5;" xml:space="preserve"><g fill="white"><path class="st0" d="M1.1,11.5C0.5,11.5,0,11,0,10.4V2.1C0,1.5,0.5,1,1.1,1h2.2C4,1,4.5,1.5,4.5,2.1v8.2c0,0.6-0.5,1.1-1.1,1.1H1.1z M9.4,11.5H7.1C6.5,11.5,6,11,6,10.4V2.1C6,1.5,6.5,1,7.1,1h2.2c0.6,0,1.1,0.5,1.1,1.1v8.2C10.5,11,10,11.5,9.4,11.5z"/></g></svg>');
  width: 12px;
  height: 14px;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 179, sass-metoo/layout/_homepage.scss */
.hero .owl-toggle.stop-owl:focus {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 11.1 12.5" style="enable-background:new 0 0 11.1 12.5;" xml:space="preserve"><g fill="violet"><path class="st0" d="M1.1,11.5C0.5,11.5,0,11,0,10.4V2.1C0,1.5,0.5,1,1.1,1h2.2C4,1,4.5,1.5,4.5,2.1v8.2c0,0.6-0.5,1.1-1.1,1.1H1.1z M9.4,11.5H7.1C6.5,11.5,6,11,6,10.4V2.1C6,1.5,6.5,1,7.1,1h2.2c0.6,0,1.1,0.5,1.1,1.1v8.2C10.5,11,10,11.5,9.4,11.5z"/></g></svg>');
}

/* line 182, sass-metoo/layout/_homepage.scss */
.hero .owl-toggle.stop-owl:hover {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 11.1 12.5" style="enable-background:new 0 0 11.1 12.5;" xml:space="preserve"><g fill="violet"><path class="st0" d="M1.1,11.5C0.5,11.5,0,11,0,10.4V2.1C0,1.5,0.5,1,1.1,1h2.2C4,1,4.5,1.5,4.5,2.1v8.2c0,0.6-0.5,1.1-1.1,1.1H1.1z M9.4,11.5H7.1C6.5,11.5,6,11,6,10.4V2.1C6,1.5,6.5,1,7.1,1h2.2c0.6,0,1.1,0.5,1.1,1.1v8.2C10.5,11,10,11.5,9.4,11.5z"/></g></svg>');
}

/* line 188, sass-metoo/layout/_homepage.scss */
.hero .hero-slider {
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

/* line 196, sass-metoo/layout/_homepage.scss */
.hero .hero-slider .owl-stage-outer {
  width: 100%;
  height: 100%;
}

/* line 200, sass-metoo/layout/_homepage.scss */
.hero .hero-slider .owl-stage {
  width: 100%;
  height: 100%;
}

/* line 204, sass-metoo/layout/_homepage.scss */
.hero .hero-slider .owl-item {
  width: 100%;
  height: 100%;
}

/* line 208, sass-metoo/layout/_homepage.scss */
.hero .hero-slider .owl-dots {
  position: absolute;
  bottom: 40px;
  right: 20px;
}

/* line 212, sass-metoo/layout/_homepage.scss */
.hero .hero-slider .owl-dots button {
  background: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: relative;
  display: block;
  margin: 0 0 8px 0;
}

/* line 220, sass-metoo/layout/_homepage.scss */
.hero .hero-slider .owl-dots button.active {
  background: white;
}

/* line 223, sass-metoo/layout/_homepage.scss */
.hero .hero-slider .owl-dots button:hover {
  background: violet;
}

/* line 226, sass-metoo/layout/_homepage.scss */
.hero .hero-slider .owl-dots button:focus {
  background: violet;
}

/* line 231, sass-metoo/layout/_homepage.scss */
.hero .hero-slider .item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 236, sass-metoo/layout/_homepage.scss */
.hero .hero-slider .item .desktop {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  position: relative;
}

@media (min-width: 940px) {
  /* line 236, sass-metoo/layout/_homepage.scss */
  .hero .hero-slider .item .desktop {
    display: block;
  }
}

/* line 249, sass-metoo/layout/_homepage.scss */
.hero .hero-slider .item .desktop:after {
  width: 60%;
  background: black;
  background: -o-linear-gradient(184deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(266deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  content: '';
  position: absolute;
  height: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 0;
}

/* line 262, sass-metoo/layout/_homepage.scss */
.hero .hero-slider .item .mobile {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

@media (min-width: 940px) {
  /* line 262, sass-metoo/layout/_homepage.scss */
  .hero .hero-slider .item .mobile {
    display: none;
  }
}

/* line 273, sass-metoo/layout/_homepage.scss */
.hero .hero-slider .item .mobile:after {
  width: 100%;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  content: '';
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

/* line 292, sass-metoo/layout/_homepage.scss */
.homepage-section-one {
  background: #fff;
  padding: 90px 0 40px 0;
  position: relative;
  border-bottom: 4px solid #EDEBEB;
}

@media (min-width: 940px) {
  /* line 292, sass-metoo/layout/_homepage.scss */
  .homepage-section-one {
    padding: 140px 0;
  }
}

/* line 302, sass-metoo/layout/_homepage.scss */
.homepage-section-one:before {
  border: 2px solid #EDEBEB;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  bottom: 0;
  display: none;
}

@media (min-width: 940px) {
  /* line 302, sass-metoo/layout/_homepage.scss */
  .homepage-section-one:before {
    display: block;
  }
}

/* line 317, sass-metoo/layout/_homepage.scss */
.homepage-section-one .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* line 323, sass-metoo/layout/_homepage.scss */
.homepage-section-one .col-one {
  width: 100%;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 940px) {
  /* line 323, sass-metoo/layout/_homepage.scss */
  .homepage-section-one .col-one {
    width: 49.5%;
    margin-bottom: 0;
    padding-right: 40px;
  }
}

@media (min-width: 1240px) {
  /* line 323, sass-metoo/layout/_homepage.scss */
  .homepage-section-one .col-one {
    padding-right: 80px;
  }
}

/* line 338, sass-metoo/layout/_homepage.scss */
.homepage-section-one .col-one .content {
  width: 100%;
}

/* line 341, sass-metoo/layout/_homepage.scss */
.homepage-section-one .col-one .button {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 345, sass-metoo/layout/_homepage.scss */
.homepage-section-one .col-two {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 4px solid #EDEBEB;
  padding-top: 30px;
}

@media (min-width: 940px) {
  /* line 345, sass-metoo/layout/_homepage.scss */
  .homepage-section-one .col-two {
    width: 49.5%;
    padding-left: 40px;
    border-top: none;
    padding-top: 0;
  }
}

@media (min-width: 1240px) {
  /* line 345, sass-metoo/layout/_homepage.scss */
  .homepage-section-one .col-two {
    padding-left: 80px;
  }
}

/* line 363, sass-metoo/layout/_homepage.scss */
.homepage-section-one .content {
  width: 100%;
}

/* line 366, sass-metoo/layout/_homepage.scss */
.homepage-section-one .button {
  margin-top: 20px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (min-width: 1240px) {
  /* line 366, sass-metoo/layout/_homepage.scss */
  .homepage-section-one .button {
    margin-top: 30px;
  }
}

/* line 373, sass-metoo/layout/_homepage.scss */
.homepage-section-one h3 {
  color: #4A4A4A;
}

/* line 379, sass-metoo/layout/_homepage.scss */
.homepage-section-two {
  background: url(../images/healingresources-circles@2x.png) no-repeat top left #00838A;
  background-size: 210%;
  padding: 40px 0;
  text-align: center;
  color: #fff;
}

@media (min-width: 940px) {
  /* line 379, sass-metoo/layout/_homepage.scss */
  .homepage-section-two {
    padding: 100px 0;
    background-size: auto;
  }
}

/* line 391, sass-metoo/layout/_homepage.scss */
.homepage-section-two img {
  margin: 0 auto;
  display: block;
}

/* line 396, sass-metoo/layout/_homepage.scss */
.homepage-section-two .button-white-teal {
  margin-top: 20px;
}

@media (min-width: 640px) {
  /* line 396, sass-metoo/layout/_homepage.scss */
  .homepage-section-two .button-white-teal {
    margin-top: 35px;
  }
}

/* line 402, sass-metoo/layout/_homepage.scss */
.homepage-section-two h2 {
  color: #fff;
}

/* line 406, sass-metoo/layout/_homepage.scss */
.homepage-section-three {
  background: #fff;
  position: relative;
  width: 100%;
  color: #4A4A4A;
  text-align: center;
  padding: 80px 0 40px 0;
  overflow: hidden;
}

@media (min-width: 940px) {
  /* line 406, sass-metoo/layout/_homepage.scss */
  .homepage-section-three {
    padding: 140px 0 100px 0;
  }
}

/* line 419, sass-metoo/layout/_homepage.scss */
.homepage-section-three .wrapper {
  z-index: 2;
}

/* line 425, sass-metoo/layout/_homepage.scss */
.homepage-section-three .button {
  margin-top: 20px;
}

/* line 430, sass-metoo/layout/_homepage.scss */
.homepage-section-three .video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 40px;
}

@media (min-width: 940px) {
  /* line 430, sass-metoo/layout/_homepage.scss */
  .homepage-section-three .video-container {
    margin-bottom: 70px;
  }
}

/* line 438, sass-metoo/layout/_homepage.scss */
.homepage-section-three .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 447, sass-metoo/layout/_homepage.scss */
.homepage-section-three h2 {
  color: #00838A;
}

/* line 452, sass-metoo/layout/_homepage.scss */
.homepage-section-four {
  background: #fff;
  position: relative;
  width: 100%;
  padding: 40px 0;
  border-bottom: 4px solid #EDEBEB;
  border-top: 4px solid #EDEBEB;
}

@media (min-width: 940px) {
  /* line 452, sass-metoo/layout/_homepage.scss */
  .homepage-section-four {
    padding: 100px 0;
  }
}

/* line 464, sass-metoo/layout/_homepage.scss */
.homepage-section-four:before {
  border: 2px solid #EDEBEB;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  bottom: 0;
  display: none;
}

@media (min-width: 940px) {
  /* line 464, sass-metoo/layout/_homepage.scss */
  .homepage-section-four:before {
    display: block;
  }
}

/* line 479, sass-metoo/layout/_homepage.scss */
.homepage-section-four .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

@media (min-width: 940px) {
  /* line 479, sass-metoo/layout/_homepage.scss */
  .homepage-section-four .wrapper {
    width: 900px;
  }
}

@media (min-width: 1240px) {
  /* line 479, sass-metoo/layout/_homepage.scss */
  .homepage-section-four .wrapper {
    width: 1200px;
  }
}

@media (min-width: 1640px) {
  /* line 479, sass-metoo/layout/_homepage.scss */
  .homepage-section-four .wrapper {
    width: 1450px;
  }
}

/* line 496, sass-metoo/layout/_homepage.scss */
.homepage-section-four .col-one {
  width: 100%;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 30px;
}

@media (min-width: 940px) {
  /* line 496, sass-metoo/layout/_homepage.scss */
  .homepage-section-four .col-one {
    width: 49.5%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 40px;
  }
}

@media (min-width: 1240px) {
  /* line 496, sass-metoo/layout/_homepage.scss */
  .homepage-section-four .col-one {
    padding-right: 80px;
  }
}

/* line 512, sass-metoo/layout/_homepage.scss */
.homepage-section-four .col-one .content {
  width: 100%;
}

/* line 516, sass-metoo/layout/_homepage.scss */
.homepage-section-four .col-two {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 4px solid #EDEBEB;
  padding: 30px 30px 0 30px;
}

@media (min-width: 940px) {
  /* line 516, sass-metoo/layout/_homepage.scss */
  .homepage-section-four .col-two {
    width: 49.5%;
    padding-left: 40px;
    padding-top: 0;
    padding-right: 0;
    border-top: none;
  }
}

@media (min-width: 1240px) {
  /* line 516, sass-metoo/layout/_homepage.scss */
  .homepage-section-four .col-two {
    padding-left: 80px;
  }
}

/* line 534, sass-metoo/layout/_homepage.scss */
.homepage-section-four .col-two .content {
  width: 100%;
}

/* line 539, sass-metoo/layout/_homepage.scss */
.homepage-section-four .button {
  margin-top: 20px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (min-width: 1240px) {
  /* line 539, sass-metoo/layout/_homepage.scss */
  .homepage-section-four .button {
    margin-top: 35px;
  }
}

/* line 546, sass-metoo/layout/_homepage.scss */
.homepage-section-four h3 {
  color: #4A4A4A;
}

/* line 551, sass-metoo/layout/_homepage.scss */
.homepage-section-five {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  width: 100%;
  padding: 40px 0;
  text-align: center;
  color: #fff;
  background-attachment: scroll;
}

@media (min-width: 940px) {
  /* line 551, sass-metoo/layout/_homepage.scss */
  .homepage-section-five {
    padding: 100px 0;
    background-attachment: fixed;
  }
}

@media (min-width: 1640px) {
  /* line 551, sass-metoo/layout/_homepage.scss */
  .homepage-section-five {
    padding: 200px 0;
  }
}

@media (hover: none) and (pointer: coarse) {
  /* line 551, sass-metoo/layout/_homepage.scss */
  .homepage-section-five {
    background-attachment: scroll;
  }
}

/* line 573, sass-metoo/layout/_homepage.scss */
.homepage-section-five .wrapper {
  z-index: 1;
  position: relative;
}

/* line 578, sass-metoo/layout/_homepage.scss */
.homepage-section-five:after {
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

/* line 591, sass-metoo/layout/_homepage.scss */
.homepage-section-five .button {
  margin-top: 20px;
}

@media (min-width: 640px) {
  /* line 591, sass-metoo/layout/_homepage.scss */
  .homepage-section-five .button {
    margin-top: 35px;
  }
}

/* line 597, sass-metoo/layout/_homepage.scss */
.homepage-section-five h2 {
  color: #fff;
}

/* line 600, sass-metoo/layout/_homepage.scss */
.homepage-section-five p {
  margin-bottom: 15px;
}

/* line 606, sass-metoo/layout/_homepage.scss */
.homepage-section-blog {
  background: #fff;
  padding: 40px 0;
  position: relative;
  border-top: 4px solid #EDEBEB;
}

/* line 612, sass-metoo/layout/_homepage.scss */
.homepage-section-blog .full-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 940px) {
  /* line 606, sass-metoo/layout/_homepage.scss */
  .homepage-section-blog {
    padding: 100px 0;
  }
}

/* line 624, sass-metoo/layout/_homepage.scss */
.homepage-section-blog:before {
  border: 2px solid #EDEBEB;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  bottom: 0;
  display: none;
}

@media (min-width: 940px) {
  /* line 624, sass-metoo/layout/_homepage.scss */
  .homepage-section-blog:before {
    display: block;
  }
}

/* line 639, sass-metoo/layout/_homepage.scss */
.homepage-section-blog .col-one {
  width: 100%;
  margin-bottom: 35px;
}

@media (min-width: 940px) {
  /* line 639, sass-metoo/layout/_homepage.scss */
  .homepage-section-blog .col-one {
    width: 50%;
    margin-bottom: 0;
    padding-right: 40px;
  }
}

@media (min-width: 1240px) {
  /* line 639, sass-metoo/layout/_homepage.scss */
  .homepage-section-blog .col-one {
    padding-right: 80px;
    padding-left: 40px;
  }
}

/* line 652, sass-metoo/layout/_homepage.scss */
.homepage-section-blog .col-two {
  width: 100%;
  border-top: 4px solid #EDEBEB;
  padding-top: 30px;
}

@media (min-width: 940px) {
  /* line 652, sass-metoo/layout/_homepage.scss */
  .homepage-section-blog .col-two {
    width: 50%;
    padding-top: 0;
    padding-left: 40px;
    border-top: none;
  }
}

@media (min-width: 1240px) {
  /* line 652, sass-metoo/layout/_homepage.scss */
  .homepage-section-blog .col-two {
    padding-left: 80px;
    padding-right: 40px;
  }
}

/* line 668, sass-metoo/layout/_homepage.scss */
.homepage-section-blog h5 {
  margin: 0 0 10px 0;
  font-size: 16px;
}

@media (min-width: 640px) {
  /* line 668, sass-metoo/layout/_homepage.scss */
  .homepage-section-blog h5 {
    margin: 0 0 30px 0;
  }
}

@media (min-width: 1240px) {
  /* line 668, sass-metoo/layout/_homepage.scss */
  .homepage-section-blog h5 {
    margin: 0 0 30px 0;
  }
}

/* line 678, sass-metoo/layout/_homepage.scss */
.homepage-section-blog .row {
  width: 100%;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 0.2s background;
  -o-transition: 0.2s background;
  transition: 0.2s background;
}

@media (min-width: 940px) {
  /* line 678, sass-metoo/layout/_homepage.scss */
  .homepage-section-blog .row {
    padding: 35px 0;
  }
}

/* line 690, sass-metoo/layout/_homepage.scss */
.homepage-section-blog .row h4 {
  margin: 0 0 10px 0;
}

/* line 693, sass-metoo/layout/_homepage.scss */
.homepage-section-blog .row h4 a {
  color: #4A4A4A;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 698, sass-metoo/layout/_homepage.scss */
.homepage-section-blog .row h6 {
  margin: 0 0 20px 0;
  color: #4A4A4A;
}

/* line 703, sass-metoo/layout/_homepage.scss */
.homepage-section-blog .row img {
  width: 100px;
  height: auto;
  border-radius: 100%;
}

@media (min-width: 1240px) {
  /* line 703, sass-metoo/layout/_homepage.scss */
  .homepage-section-blog .row img {
    width: 150px;
  }
}

/* line 714, sass-metoo/layout/_homepage.scss */
.homepage-section-blog .row .post {
  width: 100%;
}

/* line 717, sass-metoo/layout/_homepage.scss */
.homepage-section-blog .row img + .post {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 640px) {
  /* line 717, sass-metoo/layout/_homepage.scss */
  .homepage-section-blog .row img + .post {
    width: calc(100% - 100px);
    padding-left: 20px;
    margin-top: 5px;
  }
}

@media (min-width: 1240px) {
  /* line 717, sass-metoo/layout/_homepage.scss */
  .homepage-section-blog .row img + .post {
    width: calc(100% - 200px);
  }
}

/* line 734, sass-metoo/layout/_homepage.scss */
.homepage-section-blog .button {
  margin: 20px 0 0 0px;
}

@media (min-width: 640px) {
  /* line 734, sass-metoo/layout/_homepage.scss */
  .homepage-section-blog .button {
    margin: 35px 0 0 0px;
  }
}

/* line 744, sass-metoo/layout/_homepage.scss */
.homepage-section-instagram {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 40px 0;
  background-attachment: scroll;
}

@media (min-width: 940px) {
  /* line 744, sass-metoo/layout/_homepage.scss */
  .homepage-section-instagram {
    padding: 100px 0;
    background-attachment: fixed;
  }
}

@media (hover: none) and (pointer: coarse) {
  /* line 744, sass-metoo/layout/_homepage.scss */
  .homepage-section-instagram {
    background-attachment: scroll;
  }
}

/* line 760, sass-metoo/layout/_homepage.scss */
.homepage-section-instagram .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3px;
}

/* line 766, sass-metoo/layout/_homepage.scss */
.homepage-section-instagram .block-one {
  background: url(../images/insta-circles@2x.png) no-repeat top right #8D2971;
  background-size: cover;
  color: #fff;
  max-width: 100%;
  padding: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 776, sass-metoo/layout/_homepage.scss */
.homepage-section-instagram .block-one .content {
  max-width: 100%;
}

@media (min-width: 640px) {
  /* line 766, sass-metoo/layout/_homepage.scss */
  .homepage-section-instagram .block-one {
    padding: 40px;
  }
}

@media (min-width: 940px) {
  /* line 766, sass-metoo/layout/_homepage.scss */
  .homepage-section-instagram .block-one {
    width: 60.5%;
    padding: 100px;
  }
}

@media (min-width: 1240px) {
  /* line 766, sass-metoo/layout/_homepage.scss */
  .homepage-section-instagram .block-one {
    width: 54.88%;
  }
}

/* line 790, sass-metoo/layout/_homepage.scss */
.homepage-section-instagram .block-one h2 {
  color: #fff;
}

/* line 794, sass-metoo/layout/_homepage.scss */
.homepage-section-instagram .block-two {
  max-width: 100%;
  display: none;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 940px) {
  /* line 794, sass-metoo/layout/_homepage.scss */
  .homepage-section-instagram .block-two {
    width: 39.15%;
    height: calc(39.15vw - 28px);
    display: block;
  }
}

@media (min-width: 1240px) {
  /* line 794, sass-metoo/layout/_homepage.scss */
  .homepage-section-instagram .block-two {
    width: 27.32%;
    height: calc(27.32vw);
  }
}

/* line 809, sass-metoo/layout/_homepage.scss */
.homepage-section-instagram .block-two a {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 815, sass-metoo/layout/_homepage.scss */
.homepage-section-instagram .block-three {
  max-width: 100%;
  background: #7AE7D2;
  display: none;
}

@media (min-width: 1240px) {
  /* line 815, sass-metoo/layout/_homepage.scss */
  .homepage-section-instagram .block-three {
    width: 17.32%;
    display: block;
  }
}

/* line 824, sass-metoo/layout/_homepage.scss */
.homepage-section-instagram .block-four {
  max-width: 100%;
  background: #00838A;
  display: none;
}

@media (min-width: 1240px) {
  /* line 824, sass-metoo/layout/_homepage.scss */
  .homepage-section-instagram .block-four {
    width: 17.33%;
    display: block;
  }
}

/* line 835, sass-metoo/layout/_homepage.scss */
.homepage-section-instagram .block-five {
  max-width: 100%;
  display: none;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 640px) {
  /* line 835, sass-metoo/layout/_homepage.scss */
  .homepage-section-instagram .block-five {
    width: 33.08%;
    display: block;
  }
}

@media (min-width: 1240px) {
  /* line 835, sass-metoo/layout/_homepage.scss */
  .homepage-section-instagram .block-five {
    width: 27.33%;
  }
}

/* line 848, sass-metoo/layout/_homepage.scss */
.homepage-section-instagram .block-five a {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 854, sass-metoo/layout/_homepage.scss */
.homepage-section-instagram .block-six {
  max-width: 100%;
  width: 49.7%;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 640px) {
  /* line 854, sass-metoo/layout/_homepage.scss */
  .homepage-section-instagram .block-six {
    width: 33.08%;
  }
}

@media (min-width: 1240px) {
  /* line 854, sass-metoo/layout/_homepage.scss */
  .homepage-section-instagram .block-six {
    width: 27.33%;
  }
}

/* line 866, sass-metoo/layout/_homepage.scss */
.homepage-section-instagram .block-six a {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 872, sass-metoo/layout/_homepage.scss */
.homepage-section-instagram .block-seven {
  max-width: 100%;
  width: 49.7%;
  height: calc(49.7vw - 28px);
  background-size: cover;
  background-position: center center;
}

@media (min-width: 640px) {
  /* line 872, sass-metoo/layout/_homepage.scss */
  .homepage-section-instagram .block-seven {
    width: 33.08%;
    height: calc(33.08vw - 28px);
  }
}

@media (min-width: 1240px) {
  /* line 872, sass-metoo/layout/_homepage.scss */
  .homepage-section-instagram .block-seven {
    width: 27.33%;
    height: calc(27.33vw - 28px);
  }
}

/* line 887, sass-metoo/layout/_homepage.scss */
.homepage-section-instagram .block-seven a {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 894, sass-metoo/layout/_homepage.scss */
.homepage-section-instagram .social-contain {
  font-size: 25px;
}

/* line 897, sass-metoo/layout/_homepage.scss */
.homepage-section-instagram .social-contain a {
  color: #fff;
  margin-right: 20px;
}

/* line 901, sass-metoo/layout/_homepage.scss */
.homepage-section-instagram .social-contain a:hover {
  opacity: 0.8;
}

/* line 905, sass-metoo/layout/_homepage.scss */
.homepage-section-instagram .social-contain a:last-child {
  margin-right: 0;
}

/* line 912, sass-metoo/layout/_homepage.scss */
.homepage-section-newsletter {
  width: 100%;
  background: url(../images/newsletter-background@2x.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 0;
  margin: 40px 0;
  position: relative;
  text-align: center;
  color: #fff;
}

@media (min-width: 940px) {
  /* line 912, sass-metoo/layout/_homepage.scss */
  .homepage-section-newsletter {
    padding: 100px 0;
    margin: 100px 0;
  }
}

/* line 927, sass-metoo/layout/_homepage.scss */
.homepage-section-newsletter.no-margin-top {
  margin-top: 0;
}

/* line 930, sass-metoo/layout/_homepage.scss */
.homepage-section-newsletter:after {
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

/* line 942, sass-metoo/layout/_homepage.scss */
.homepage-section-newsletter .newsletter-form {
  z-index: 1;
  position: relative;
  width: 80%;
  max-width: 780px;
  margin: 0 auto;
}

/* line 949, sass-metoo/layout/_homepage.scss */
.homepage-section-newsletter .newsletter-form p {
  margin-top: 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
}

/* line 953, sass-metoo/layout/_homepage.scss */
.homepage-section-newsletter .newsletter-form form {
  margin-top: 30px;
}

/* line 956, sass-metoo/layout/_homepage.scss */
.homepage-section-newsletter .newsletter-form .phone-col {
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 640px) {
  /* line 956, sass-metoo/layout/_homepage.scss */
  .homepage-section-newsletter .newsletter-form .phone-col {
    width: 77.92%;
  }
}

/* line 964, sass-metoo/layout/_homepage.scss */
.homepage-section-newsletter .newsletter-form .zip-col {
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 640px) {
  /* line 964, sass-metoo/layout/_homepage.scss */
  .homepage-section-newsletter .newsletter-form .zip-col {
    width: 19.48%;
  }
}

/* line 972, sass-metoo/layout/_homepage.scss */
.homepage-section-newsletter .newsletter-form input {
  border: none;
}

/* line 976, sass-metoo/layout/_homepage.scss */
.homepage-section-newsletter h2 {
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
}

/* line 980, sass-metoo/layout/_homepage.scss */
.homepage-section-newsletter .note {
  font-size: 12px;
  text-align: left;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
}

/* line 985, sass-metoo/layout/_homepage.scss */
.homepage-section-newsletter label {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
}

/* line 988, sass-metoo/layout/_homepage.scss */
.homepage-section-newsletter .at {
  color: #fff !important;
}

/* line 994, sass-metoo/layout/_homepage.scss */
.homepage-support-survivor {
  background: #fff;
  padding: 40px 0 40px 0;
  position: relative;
  border-bottom: 4px solid #EDEBEB;
}

@media (min-width: 940px) {
  /* line 994, sass-metoo/layout/_homepage.scss */
  .homepage-support-survivor {
    padding: 100px 0;
  }
}

/* line 1005, sass-metoo/layout/_homepage.scss */
.homepage-support-survivor .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 1011, sass-metoo/layout/_homepage.scss */
.homepage-support-survivor .col-one {
  width: 100%;
  margin-bottom: 35px;
}

@media (min-width: 940px) {
  /* line 1011, sass-metoo/layout/_homepage.scss */
  .homepage-support-survivor .col-one {
    width: 49.5%;
    margin-bottom: 0;
    padding-right: 0px;
  }
}

/* line 1022, sass-metoo/layout/_homepage.scss */
.homepage-support-survivor .col-one .content {
  width: 100%;
}

/* line 1027, sass-metoo/layout/_homepage.scss */
.homepage-support-survivor .col-two {
  width: 100%;
}

@media (min-width: 940px) {
  /* line 1027, sass-metoo/layout/_homepage.scss */
  .homepage-support-survivor .col-two {
    width: 49.5%;
    padding-left: 40px;
  }
}

@media (min-width: 1240px) {
  /* line 1027, sass-metoo/layout/_homepage.scss */
  .homepage-support-survivor .col-two {
    padding-left: 80px;
  }
}

/* line 1039, sass-metoo/layout/_homepage.scss */
.homepage-support-survivor .content {
  width: 100%;
}

/* line 1042, sass-metoo/layout/_homepage.scss */
.homepage-support-survivor .button {
  margin-top: 20px;
}

@media (min-width: 1240px) {
  /* line 1042, sass-metoo/layout/_homepage.scss */
  .homepage-support-survivor .button {
    margin-top: 30px;
  }
}

/* line 1048, sass-metoo/layout/_homepage.scss */
.homepage-support-survivor h3 {
  color: #4A4A4A;
}

/* line 1054, sass-metoo/layout/_homepage.scss */
.homepage-covid {
  padding: 40px 0 40px 0;
  text-align: center;
  background: #00838A;
  color: #fff;
}

@media (min-width: 940px) {
  /* line 1054, sass-metoo/layout/_homepage.scss */
  .homepage-covid {
    padding: 100px 0 100px 0;
  }
}

/* line 1064, sass-metoo/layout/_homepage.scss */
.homepage-covid h2 {
  color: #fff;
}

/* line 1067, sass-metoo/layout/_homepage.scss */
.homepage-covid .wrapper {
  max-width: 800px;
}

/* line 1072, sass-metoo/layout/_homepage.scss */
.homepage-covid-image {
  background-size: cover;
  background-position: top center;
  background-color: #000;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
}

@media (min-width: 940px) {
  /* line 1072, sass-metoo/layout/_homepage.scss */
  .homepage-covid-image {
    height: 400px;
  }
}

/* line 1, sass-metoo/layout/_internal.scss */
img.alignright {
  display: block;
  margin: 20px auto;
}

@media (min-width: 640px) {
  /* line 1, sass-metoo/layout/_internal.scss */
  img.alignright {
    float: right;
    margin: 20px 0 20px 20px;
  }
}

/* line 10, sass-metoo/layout/_internal.scss */
img.alignleft {
  display: block;
  margin: 20px auto;
}

@media (min-width: 640px) {
  /* line 10, sass-metoo/layout/_internal.scss */
  img.alignleft {
    float: left;
    margin: 20px 20px 20px 0px;
  }
}

/* line 21, sass-metoo/layout/_internal.scss */
.category-filters {
  background: #EDEBEB;
  text-align: center;
  padding: 10px 40px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 29, sass-metoo/layout/_internal.scss */
.category-filters a {
  color: #8D2971;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 8px 10px;
  margin: 0 5px;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 41, sass-metoo/layout/_internal.scss */
.category-filters a.active {
  background: #8D2971;
  color: #fff;
  border-radius: 25px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 47, sass-metoo/layout/_internal.scss */
.category-filters a.active:hover {
  color: #fff;
}

@media (min-width: 640px) {
  /* line 29, sass-metoo/layout/_internal.scss */
  .category-filters a {
    font-size: 13px;
  }
}

/* line 55, sass-metoo/layout/_internal.scss */
.category-filters a:hover {
  color: #00838A;
}

/* line 62, sass-metoo/layout/_internal.scss */
.category-filters .owl-carousel .owl-stage {
  margin: 0 auto;
}

/* line 65, sass-metoo/layout/_internal.scss */
.category-filters .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -20px;
}

/* line 72, sass-metoo/layout/_internal.scss */
.category-filters .owl-carousel .owl-nav button {
  position: absolute;
  color: #8D2971;
  font-size: 35px;
  line-height: 35px;
}

/* line 78, sass-metoo/layout/_internal.scss */
.category-filters .owl-carousel .owl-nav button.disabled {
  display: none;
}

/* line 81, sass-metoo/layout/_internal.scss */
.category-filters .owl-carousel .owl-nav button.owl-prev {
  left: -25px;
}

/* line 84, sass-metoo/layout/_internal.scss */
.category-filters .owl-carousel .owl-nav button.owl-next {
  right: -25px;
}

/* line 96, sass-metoo/layout/_internal.scss */
.internal-detail {
  padding: 40px 0;
}

@media (min-width: 940px) {
  /* line 96, sass-metoo/layout/_internal.scss */
  .internal-detail {
    padding: 100px 0;
  }
}

/* line 103, sass-metoo/layout/_internal.scss */
.internal-detail.privacy-intro {
  border-bottom: 4px solid #EDEBEB;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
}

@media (min-width: 940px) {
  /* line 103, sass-metoo/layout/_internal.scss */
  .internal-detail.privacy-intro {
    padding: 60px 0;
  }
}

/* line 111, sass-metoo/layout/_internal.scss */
.internal-detail.privacy-intro em {
  font-family: 'AvertaPE-BoldItalic', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* line 120, sass-metoo/layout/_internal.scss */
.internal-detail-fifty {
  padding: 40px 0;
}

@media (min-width: 940px) {
  /* line 120, sass-metoo/layout/_internal.scss */
  .internal-detail-fifty {
    padding: 50px 0;
  }
}

/* line 127, sass-metoo/layout/_internal.scss */
.internal-detail-fifty.border-bottom {
  border-bottom: 4px solid #EDEBEB;
}

/* line 130, sass-metoo/layout/_internal.scss */
.internal-detail-fifty.border-top {
  border-top: 4px solid #EDEBEB;
}

/* line 138, sass-metoo/layout/_internal.scss */
.internal-detail-thirty {
  padding: 30px 0;
}

/* line 143, sass-metoo/layout/_internal.scss */
.internal-detail-thirty.border-bottom {
  border-bottom: 4px solid #EDEBEB;
}

/* line 146, sass-metoo/layout/_internal.scss */
.internal-detail-thirty.border-top {
  border-top: 4px solid #EDEBEB;
}

/* line 151, sass-metoo/layout/_internal.scss */
.listing-row-full-width {
  width: 100%;
  padding: 40px 0;
  -webkit-transition: 0.2s background;
  -o-transition: 0.2s background;
  transition: 0.2s background;
  border-bottom: 4px solid #EDEBEB;
}

@media (min-width: 940px) {
  /* line 151, sass-metoo/layout/_internal.scss */
  .listing-row-full-width {
    padding: 70px 0;
  }
}

/* line 161, sass-metoo/layout/_internal.scss */
.listing-row-full-width .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 900px;
}

/* line 168, sass-metoo/layout/_internal.scss */
.listing-row-full-width h2 {
  margin: 0 0 10px 0;
  color: #4A4A4A;
  font-size: 24px;
}

@media (min-width: 1240px) {
  /* line 168, sass-metoo/layout/_internal.scss */
  .listing-row-full-width h2 {
    font-size: 28px;
  }
}

/* line 176, sass-metoo/layout/_internal.scss */
.listing-row-full-width h2 a {
  color: #4A4A4A;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 180, sass-metoo/layout/_internal.scss */
.listing-row-full-width h2 a:hover {
  color: #8D2971;
}

/* line 185, sass-metoo/layout/_internal.scss */
.listing-row-full-width h3 {
  margin: 0 0 10px 0;
  color: #4A4A4A;
}

/* line 189, sass-metoo/layout/_internal.scss */
.listing-row-full-width h3 a {
  color: #4A4A4A;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 193, sass-metoo/layout/_internal.scss */
.listing-row-full-width h3 a:hover {
  color: #8D2971;
}

/* line 199, sass-metoo/layout/_internal.scss */
.listing-row-full-width h6 {
  margin: 0 0 20px 0;
}

/* line 202, sass-metoo/layout/_internal.scss */
.listing-row-full-width h5 {
  color: #4A4A4A;
  font-size: 13px;
  margin: 0 0 5px 0;
}

@media (min-width: 1240px) {
  /* line 202, sass-metoo/layout/_internal.scss */
  .listing-row-full-width h5 {
    font-size: 15px;
    margin: 0 0 8px 0;
  }
}

/* line 213, sass-metoo/layout/_internal.scss */
.listing-row-full-width img {
  width: 100px;
  height: auto;
  border-radius: 100%;
}

@media (min-width: 1240px) {
  /* line 213, sass-metoo/layout/_internal.scss */
  .listing-row-full-width img {
    width: 150px;
  }
}

/* line 224, sass-metoo/layout/_internal.scss */
.listing-row-full-width.non-circle-thumb img {
  border-radius: 0;
}

/* line 229, sass-metoo/layout/_internal.scss */
.listing-row-full-width .post {
  width: 100%;
}

/* line 232, sass-metoo/layout/_internal.scss */
.listing-row-full-width .post .outline-button {
  position: relative;
  margin-top: 10px;
}

/* line 236, sass-metoo/layout/_internal.scss */
.listing-row-full-width .post .outline-button i {
  margin: 0 0 0 10px;
}

/* line 239, sass-metoo/layout/_internal.scss */
.listing-row-full-width .post .outline-button .fas {
  margin: 0 0 0 10px;
}

@media (min-width: 940px) {
  /* line 245, sass-metoo/layout/_internal.scss */
  .listing-row-full-width .post .button + .outline-button {
    margin-left: 10px;
  }
}

/* line 251, sass-metoo/layout/_internal.scss */
.listing-row-full-width .post .button {
  margin-top: 10px;
}

/* line 259, sass-metoo/layout/_internal.scss */
.listing-row-full-width .post .source {
  text-transform: uppercase;
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif;
  margin-top: 25px;
  font-size: 13px;
}

/* line 265, sass-metoo/layout/_internal.scss */
.listing-row-full-width .post .source a {
  color: #4A4A4A;
}

/* line 268, sass-metoo/layout/_internal.scss */
.listing-row-full-width .post .source a:hover {
  color: #00838A;
}

/* line 275, sass-metoo/layout/_internal.scss */
.listing-row-full-width img + .post {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 640px) {
  /* line 275, sass-metoo/layout/_internal.scss */
  .listing-row-full-width img + .post {
    width: calc(100% - 100px);
    padding-left: 20px;
    margin-top: 5px;
  }
}

@media (min-width: 1240px) {
  /* line 275, sass-metoo/layout/_internal.scss */
  .listing-row-full-width img + .post {
    width: calc(100% - 200px);
    padding-left: 40px;
  }
}

/* line 293, sass-metoo/layout/_internal.scss */
.alm-btn-wrap {
  width: 100%;
}

/* line 296, sass-metoo/layout/_internal.scss */
.alm-btn-wrap button {
  background: #EDEBEB;
  color: #005C61;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  font-size: 14px;
  padding: 10px 20px;
}

/* line 308, sass-metoo/layout/_internal.scss */
.alm-btn-wrap button:hover {
  background: #00838A;
  color: #fff;
}

/* line 312, sass-metoo/layout/_internal.scss */
.alm-btn-wrap button[disabled] {
  display: none;
}

/* line 318, sass-metoo/layout/_internal.scss */
.video-container-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

/* line 323, sass-metoo/layout/_internal.scss */
.video-container-wrap iframe,
.video-container-wrap object,
.video-container-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 336, sass-metoo/layout/_internal.scss */
.video-container-wrap-vimeo {
  position: relative;
  padding-top: 75%;
}

/* line 341, sass-metoo/layout/_internal.scss */
.video-container-wrap-vimeo iframe,
.video-container-wrap-vimeo object,
.video-container-wrap-vimeo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 352, sass-metoo/layout/_internal.scss */
.internal-content {
  padding: 30px 0 10px 0;
}

@media (min-width: 940px) {
  /* line 352, sass-metoo/layout/_internal.scss */
  .internal-content {
    padding: 50px 0 30px 0;
  }
}

/* line 359, sass-metoo/layout/_internal.scss */
.internal-content-volunteer {
  padding: 30px 0 30px 0;
  border-bottom: 4px solid #EDEBEB;
  font-size: 17px;
  font-family: "AvertaPE-Semibold", Helvetica, Arial, sans-serif;
}

@media (min-width: 940px) {
  /* line 359, sass-metoo/layout/_internal.scss */
  .internal-content-volunteer {
    padding: 50px 0 50px 0;
    font-size: 22px;
  }
}

/* line 370, sass-metoo/layout/_internal.scss */
.internal-content-page {
  padding: 80px 0 30px 0;
}

@media (min-width: 940px) {
  /* line 370, sass-metoo/layout/_internal.scss */
  .internal-content-page {
    padding: 140px 0 50px 0;
  }
}

@media (min-width: 940px) {
  /* line 377, sass-metoo/layout/_internal.scss */
  .internal-content-page.pattern-bg {
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url(../images/contentareacircles.svg);
    background-size: cover;
  }
}

@media (min-width: 940px) {
  /* line 387, sass-metoo/layout/_internal.scss */
  .internal-content-page.vision-bg {
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url(../images/bg-visionandtheory.png);
    background-size: contain;
  }
}

/* line 398, sass-metoo/layout/_internal.scss */
.module-video-left {
  padding: 75px 0 40px 0;
  background-repeat: no-repeat;
  background-position: center right;
}

@media (min-width: 940px) {
  /* line 398, sass-metoo/layout/_internal.scss */
  .module-video-left {
    padding: 120px 0 100px 0;
    background-image: url(../images/video-module-bg.svg);
  }
}

/* line 408, sass-metoo/layout/_internal.scss */
.module-video-left .full-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 414, sass-metoo/layout/_internal.scss */
.module-video-left .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 420, sass-metoo/layout/_internal.scss */
.module-video-left h3 {
  color: #8D2971;
}

/* line 424, sass-metoo/layout/_internal.scss */
.module-video-left .video-block {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 640px) {
  /* line 424, sass-metoo/layout/_internal.scss */
  .module-video-left .video-block {
    width: 50%;
    margin-bottom: 0;
  }
}

/* line 433, sass-metoo/layout/_internal.scss */
.module-video-left .content-block {
  width: 100%;
}

@media (min-width: 640px) {
  /* line 433, sass-metoo/layout/_internal.scss */
  .module-video-left .content-block {
    width: 45%;
  }
}

/* line 440, sass-metoo/layout/_internal.scss */
.module-video-left .content-block.large-text {
  font-size: 20px;
  color: #8D2971;
}

@media (min-width: 640px) {
  /* line 440, sass-metoo/layout/_internal.scss */
  .module-video-left .content-block.large-text {
    font-size: 22px;
  }
}

/* line 450, sass-metoo/layout/_internal.scss */
.module-video-left.no-bg {
  padding: 40px 0;
}

@media (min-width: 940px) {
  /* line 450, sass-metoo/layout/_internal.scss */
  .module-video-left.no-bg {
    padding: 50px 0;
    background-image: none;
  }
}

/* line 459, sass-metoo/layout/_internal.scss */
.module-video-left.healing-toolkit-module {
  border-bottom: 4px solid #EDEBEB;
  font-size: 20px;
  color: #8D2971;
}

@media (min-width: 940px) {
  /* line 459, sass-metoo/layout/_internal.scss */
  .module-video-left.healing-toolkit-module {
    font-size: 25px;
  }
}

/* line 468, sass-metoo/layout/_internal.scss */
.module-video-left.explore-healing-module {
  background-image: none;
}

/* line 471, sass-metoo/layout/_internal.scss */
.module-video-left.explore-healing-module h2 {
  color: #00838A;
  font-size: 30px;
}

@media (min-width: 940px) {
  /* line 471, sass-metoo/layout/_internal.scss */
  .module-video-left.explore-healing-module h2 {
    font-size: 40px;
  }
}

/* line 478, sass-metoo/layout/_internal.scss */
.module-video-left.explore-healing-module .button {
  margin-top: 0;
}

/* line 486, sass-metoo/layout/_internal.scss */
.survivor-stories-listing .half-width-listing h3 {
  color: #8D2971;
}

/* line 489, sass-metoo/layout/_internal.scss */
.survivor-stories-listing .half-width-listing h2 {
  color: #8D2971;
  font-size: 24px;
}

@media (min-width: 1240px) {
  /* line 489, sass-metoo/layout/_internal.scss */
  .survivor-stories-listing .half-width-listing h2 {
    font-size: 28px;
  }
}

/* line 501, sass-metoo/layout/_internal.scss */
.three-col-content-blocks {
  border-top: 4px solid #EDEBEB;
  border-bottom: 4px solid #EDEBEB;
  width: 100%;
}

/* line 506, sass-metoo/layout/_internal.scss */
.three-col-content-blocks .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  width: 100%;
}

/* line 515, sass-metoo/layout/_internal.scss */
.three-col-content-blocks .content-block {
  width: 100%;
  max-width: 100%;
  padding: 40px 30px;
  text-align: center;
}

@media (min-width: 940px) {
  /* line 515, sass-metoo/layout/_internal.scss */
  .three-col-content-blocks .content-block {
    width: 33.3%;
    padding: 100px 30px;
  }
}

@media (min-width: 1240px) {
  /* line 515, sass-metoo/layout/_internal.scss */
  .three-col-content-blocks .content-block {
    padding: 100px 45px;
  }
}

@media (min-width: 1640px) {
  /* line 515, sass-metoo/layout/_internal.scss */
  .three-col-content-blocks .content-block {
    padding: 100px 65px;
  }
}

@media (min-width: 940px) {
  /* line 532, sass-metoo/layout/_internal.scss */
  .three-col-content-blocks .content-block:nth-child(1) {
    padding-left: 40px;
  }
}

@media (min-width: 1240px) {
  /* line 532, sass-metoo/layout/_internal.scss */
  .three-col-content-blocks .content-block:nth-child(1) {
    padding-left: 45px;
  }
}

@media (min-width: 1640px) {
  /* line 532, sass-metoo/layout/_internal.scss */
  .three-col-content-blocks .content-block:nth-child(1) {
    padding-left: 65px;
  }
}

/* line 544, sass-metoo/layout/_internal.scss */
.three-col-content-blocks .content-block:nth-child(2n) {
  border-top: 4px solid #EDEBEB;
  border-bottom: 4px solid #EDEBEB;
}

@media (min-width: 940px) {
  /* line 544, sass-metoo/layout/_internal.scss */
  .three-col-content-blocks .content-block:nth-child(2n) {
    border-top: none;
    border-bottom: none;
    border-right: 4px solid #EDEBEB;
    border-left: 4px solid #EDEBEB;
  }
}

@media (min-width: 940px) {
  /* line 555, sass-metoo/layout/_internal.scss */
  .three-col-content-blocks .content-block:nth-child(3n) {
    padding-right: 40px;
  }
}

@media (min-width: 1240px) {
  /* line 555, sass-metoo/layout/_internal.scss */
  .three-col-content-blocks .content-block:nth-child(3n) {
    padding-right: 45px;
  }
}

@media (min-width: 1640px) {
  /* line 555, sass-metoo/layout/_internal.scss */
  .three-col-content-blocks .content-block:nth-child(3n) {
    padding-right: 65px;
  }
}

/* line 568, sass-metoo/layout/_internal.scss */
.three-col-content-blocks .content-block p {
  margin-bottom: 15px;
}

/* line 572, sass-metoo/layout/_internal.scss */
.three-col-content-blocks h3 {
  color: #4A4A4A;
}

/* line 575, sass-metoo/layout/_internal.scss */
.three-col-content-blocks h2 {
  color: #4A4A4A;
  font-size: 24px;
}

@media (min-width: 1240px) {
  /* line 575, sass-metoo/layout/_internal.scss */
  .three-col-content-blocks h2 {
    font-size: 28px;
  }
}

/* line 584, sass-metoo/layout/_internal.scss */
.three-col-content-blocks.lesspad .content-block {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 940px) {
  /* line 584, sass-metoo/layout/_internal.scss */
  .three-col-content-blocks.lesspad .content-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1640px) {
  /* line 584, sass-metoo/layout/_internal.scss */
  .three-col-content-blocks.lesspad .content-block {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

/* line 599, sass-metoo/layout/_internal.scss */
.three-col-content-blocks .button-aligned {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 605, sass-metoo/layout/_internal.scss */
.three-col-content-blocks .button-aligned .button {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 608, sass-metoo/layout/_internal.scss */
.three-col-content-blocks .button-aligned .content {
  width: 100%;
}

/* line 614, sass-metoo/layout/_internal.scss */
.three-col-content-blocks + .three-col-content-blocks {
  border-top: none;
}

/* line 618, sass-metoo/layout/_internal.scss */
.fullwidth-bgimage {
  background-size: cover;
  background-position: top center;
  background-color: #00838A;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px;
  background-attachment: scroll;
}

@media (min-width: 940px) {
  /* line 618, sass-metoo/layout/_internal.scss */
  .fullwidth-bgimage {
    height: 350px;
    background-attachment: fixed;
  }
}

@media (min-width: 1240px) {
  /* line 618, sass-metoo/layout/_internal.scss */
  .fullwidth-bgimage {
    height: 450px;
  }
}

@media (hover: none) and (pointer: coarse) {
  /* line 618, sass-metoo/layout/_internal.scss */
  .fullwidth-bgimage {
    background-attachment: scroll;
  }
}

/* line 643, sass-metoo/layout/_internal.scss */
.two-col-content-blocks {
  background: #fff;
  padding: 40px 0 40px 0;
  position: relative;
  border-top: 4px solid #EDEBEB;
  border-bottom: 4px solid #EDEBEB;
}

@media (min-width: 940px) {
  /* line 643, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks {
    padding: 100px 0;
  }
}

/* line 654, sass-metoo/layout/_internal.scss */
.two-col-content-blocks:before {
  border: 2px solid #EDEBEB;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  bottom: 0;
  display: none;
}

@media (min-width: 940px) {
  /* line 654, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks:before {
    display: block;
  }
}

/* line 669, sass-metoo/layout/_internal.scss */
.two-col-content-blocks .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

@media (min-width: 940px) {
  /* line 669, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks .wrapper {
    width: 900px;
  }
}

@media (min-width: 1240px) {
  /* line 669, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks .wrapper {
    width: 1200px;
  }
}

@media (min-width: 1640px) {
  /* line 669, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks .wrapper {
    width: 1450px;
  }
}

/* line 686, sass-metoo/layout/_internal.scss */
.two-col-content-blocks .full-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

@media (min-width: 940px) {
  /* line 686, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks .full-wrapper {
    padding: 0 40px;
  }
}

@media (min-width: 1240px) {
  /* line 686, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks .full-wrapper {
    padding: 0 50px;
  }
}

@media (min-width: 1640px) {
  /* line 686, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks .full-wrapper {
    padding: 0 65px;
  }
  /* line 700, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks .full-wrapper .col-one {
    width: 49.5%;
    padding-right: 65px;
  }
  /* line 704, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks .full-wrapper .col-two {
    width: 49.5%;
    padding-left: 65px;
  }
}

@media (min-width: 1940px) {
  /* line 686, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks .full-wrapper {
    padding: 0 80px;
  }
}

/* line 714, sass-metoo/layout/_internal.scss */
.two-col-content-blocks .col-one {
  width: 100%;
  margin-bottom: 35px;
  padding: 0 30px;
}

@media (min-width: 940px) {
  /* line 714, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks .col-one {
    width: 49.5%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 40px;
  }
}

@media (min-width: 1240px) {
  /* line 714, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks .col-one {
    padding-right: 50px;
  }
}

@media (min-width: 1640px) {
  /* line 714, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks .col-one {
    width: 45%;
  }
}

@media (min-width: 1940px) {
  /* line 714, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks .col-one {
    padding-right: 70px;
  }
}

/* line 736, sass-metoo/layout/_internal.scss */
.two-col-content-blocks .col-two {
  width: 100%;
  position: relative;
  padding: 30px 30px 0 30px;
  border-top: 4px solid #EDEBEB;
}

@media (min-width: 940px) {
  /* line 736, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks .col-two {
    width: 49.5%;
    padding-left: 40px;
    padding-top: 0;
    padding-right: 0;
    border-top: none;
  }
}

@media (min-width: 1240px) {
  /* line 736, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks .col-two {
    padding-left: 50px;
  }
}

@media (min-width: 1640px) {
  /* line 736, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks .col-two {
    width: 45%;
  }
}

@media (min-width: 1940px) {
  /* line 736, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks .col-two {
    padding-left: 70px;
  }
}

/* line 760, sass-metoo/layout/_internal.scss */
.two-col-content-blocks .button-aligned {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 766, sass-metoo/layout/_internal.scss */
.two-col-content-blocks .button-aligned .button {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 769, sass-metoo/layout/_internal.scss */
.two-col-content-blocks .button-aligned .content {
  width: 100%;
}

/* line 773, sass-metoo/layout/_internal.scss */
.two-col-content-blocks .button-aligned-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 779, sass-metoo/layout/_internal.scss */
.two-col-content-blocks .button-aligned-left .button {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 782, sass-metoo/layout/_internal.scss */
.two-col-content-blocks .button-aligned-left .outline-button {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 785, sass-metoo/layout/_internal.scss */
.two-col-content-blocks .button-aligned-left .content {
  width: 100%;
}

/* line 789, sass-metoo/layout/_internal.scss */
.two-col-content-blocks .button {
  margin-top: 20px;
}

@media (min-width: 640px) {
  /* line 789, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks .button {
    margin-top: 25px;
  }
}

/* line 796, sass-metoo/layout/_internal.scss */
.two-col-content-blocks.centered-content {
  text-align: center;
}

/* line 800, sass-metoo/layout/_internal.scss */
.two-col-content-blocks.extra-mobile-padding-top {
  padding: 100px 0 40px 0;
}

@media (min-width: 940px) {
  /* line 800, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks.extra-mobile-padding-top {
    padding: 100px 0;
  }
}

/* line 808, sass-metoo/layout/_internal.scss */
.two-col-content-blocks h3 {
  color: #4A4A4A;
}

/* line 811, sass-metoo/layout/_internal.scss */
.two-col-content-blocks h2 {
  color: #4A4A4A;
  font-size: 24px;
}

@media (min-width: 1240px) {
  /* line 811, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks h2 {
    font-size: 28px;
  }
}

/* line 819, sass-metoo/layout/_internal.scss */
.two-col-content-blocks.lesspad {
  padding: 30px 0;
}

@media (min-width: 940px) {
  /* line 819, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks.lesspad {
    padding: 50px 0;
  }
}

@media (min-width: 1640px) {
  /* line 819, sass-metoo/layout/_internal.scss */
  .two-col-content-blocks.lesspad {
    padding: 65px 0;
  }
}

/* line 830, sass-metoo/layout/_internal.scss */
.two-col-content-blocks p {
  margin-bottom: 15px;
}

/* line 835, sass-metoo/layout/_internal.scss */
.two-col-content-blocks + .two-col-content-blocks {
  border-top: none;
}

/* line 839, sass-metoo/layout/_internal.scss */
.accordian-toggles {
  border-bottom: 2px solid #fff;
}

/* line 842, sass-metoo/layout/_internal.scss */
.accordian-toggles .trigger {
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background: #00838A;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
}

@media (min-width: 940px) {
  /* line 842, sass-metoo/layout/_internal.scss */
  .accordian-toggles .trigger {
    font-size: 22px;
  }
}

/* line 855, sass-metoo/layout/_internal.scss */
.accordian-toggles .trigger:hover {
  background: #7AE7D2;
  color: #000;
}

/* line 862, sass-metoo/layout/_internal.scss */
.accordian-toggles .trigger .chev:before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 8px;
  right: 20px;
  position: absolute;
  vertical-align: top;
  width: 8px;
  top: 50%;
  margin-top: -6px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (min-width: 940px) {
  /* line 862, sass-metoo/layout/_internal.scss */
  .accordian-toggles .trigger .chev:before {
    right: 0;
  }
}

/* line 881, sass-metoo/layout/_internal.scss */
.accordian-toggles .trigger.active {
  background: #fff;
  color: #8D2971;
}

/* line 886, sass-metoo/layout/_internal.scss */
.accordian-toggles .trigger.active .chev:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 891, sass-metoo/layout/_internal.scss */
.accordian-toggles .trigger.active:hover {
  background: #fff;
  color: #8D2971;
}

/* line 895, sass-metoo/layout/_internal.scss */
.accordian-toggles .trigger.active .wrapper {
  border-bottom: 2px solid #00838A;
}

/* line 899, sass-metoo/layout/_internal.scss */
.accordian-toggles .trigger .wrapper {
  position: relative;
  padding: 10px 40px 10px 30px;
  max-width: 900px;
}

@media (min-width: 640px) {
  /* line 899, sass-metoo/layout/_internal.scss */
  .accordian-toggles .trigger .wrapper {
    padding: 25px 40px 25px 0;
  }
}

/* line 910, sass-metoo/layout/_internal.scss */
.accordian-toggles .content {
  display: none;
  padding: 20px 0;
}

@media (min-width: 940px) {
  /* line 910, sass-metoo/layout/_internal.scss */
  .accordian-toggles .content {
    padding: 20px 0 35px 0;
  }
}

/* line 918, sass-metoo/layout/_internal.scss */
.accordian-toggles .content.active {
  display: block;
}

/* line 922, sass-metoo/layout/_internal.scss */
.accordian-toggles .content .wrapper {
  max-width: 900px;
}

/* line 926, sass-metoo/layout/_internal.scss */
.accordian-toggles .content.more-padding {
  padding: 20px 0;
}

@media (min-width: 940px) {
  /* line 926, sass-metoo/layout/_internal.scss */
  .accordian-toggles .content.more-padding {
    padding: 40px 0 45px 0;
  }
}

@media (min-width: 940px) {
  /* line 935, sass-metoo/layout/_internal.scss */
  .accordian-toggles.library .content {
    padding: 40px 0 40px 0;
  }
}

/* line 941, sass-metoo/layout/_internal.scss */
.accordian-toggles.library:last-child {
  border-bottom: none;
}

/* line 949, sass-metoo/layout/_internal.scss */
.module-icon-list {
  margin: 30px 0;
}

/* line 952, sass-metoo/layout/_internal.scss */
.module-icon-list .list-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

@media (min-width: 940px) {
  /* line 952, sass-metoo/layout/_internal.scss */
  .module-icon-list .list-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 963, sass-metoo/layout/_internal.scss */
.module-icon-list .list-row img {
  width: 75px;
  height: auto;
}

@media (min-width: 940px) {
  /* line 963, sass-metoo/layout/_internal.scss */
  .module-icon-list .list-row img {
    width: 100px;
  }
}

/* line 970, sass-metoo/layout/_internal.scss */
.module-icon-list .list-row .info {
  width: calc(100% - 80px);
  padding-left: 20px;
  max-width: 850px;
}

@media (min-width: 940px) {
  /* line 970, sass-metoo/layout/_internal.scss */
  .module-icon-list .list-row .info {
    width: calc(100% - 100px);
    padding-left: 40px;
  }
}

/* line 983, sass-metoo/layout/_internal.scss */
.module-references {
  color: #4A4A4A;
  font-size: 14px;
  line-height: 1.2em;
  margin: 30px 0;
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}

@media (min-width: 940px) {
  /* line 983, sass-metoo/layout/_internal.scss */
  .module-references {
    margin: 50px 0 0 0;
  }
}

/* line 993, sass-metoo/layout/_internal.scss */
.module-references a {
  color: #4A4A4A;
  text-decoration: underline;
}

/* line 997, sass-metoo/layout/_internal.scss */
.module-references a:hover {
  text-decoration: none;
}

/* line 1002, sass-metoo/layout/_internal.scss */
.module-button {
  width: 100%;
  margin: 30px 0;
  text-align: center;
  clear: both;
}

/* line 1008, sass-metoo/layout/_internal.scss */
.module-button.no-margin {
  margin: 0;
}

/* line 1011, sass-metoo/layout/_internal.scss */
.module-button.no-margin .button {
  margin-top: 0;
}

/* line 1017, sass-metoo/layout/_internal.scss */
.stat-block {
  padding: 30px;
  position: relative;
  border: 2px solid #EDEBEB;
  background: #fff;
}

@media (min-width: 940px) {
  /* line 1017, sass-metoo/layout/_internal.scss */
  .stat-block {
    padding: 45px;
  }
}

@media (min-width: 1240px) {
  /* line 1017, sass-metoo/layout/_internal.scss */
  .stat-block {
    padding: 75px;
  }
}

@media (min-width: 1640px) {
  /* line 1017, sass-metoo/layout/_internal.scss */
  .stat-block {
    padding: 65px;
  }
}

/* line 1032, sass-metoo/layout/_internal.scss */
.stat-block .sharing {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}

/* line 1038, sass-metoo/layout/_internal.scss */
.stat-block .sharing a {
  border: 1px solid #B9B9B9;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: block;
  color: #B9B9B9;
  font-size: 17px;
  text-align: center;
  padding: 5px;
  margin-bottom: 8px;
  cursor: pointer;
}

/* line 1051, sass-metoo/layout/_internal.scss */
.stat-block .sharing a:hover {
  background: #B9B9B9;
  color: #fff;
}

/* line 1057, sass-metoo/layout/_internal.scss */
.stat-block .stat-source {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
}

/* line 1062, sass-metoo/layout/_internal.scss */
.stat-block .stat-source a {
  color: #4A4A4A;
}

/* line 1065, sass-metoo/layout/_internal.scss */
.stat-block .stat-source a:hover {
  color: #8D2971;
}

/* line 1070, sass-metoo/layout/_internal.scss */
.stat-block .stat-icon {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  color: #fff;
  background: #00838A;
  text-align: center;
  padding: 55px 0 0 0;
  font-size: 60px;
  line-height: 1em;
  font-family: "Just Another Hand", cursive;
  margin-bottom: 30px;
}

@media (min-width: 940px) {
  /* line 1070, sass-metoo/layout/_internal.scss */
  .stat-block .stat-icon {
    width: 200px;
    height: 200px;
    padding: 65px 0 0 0;
    font-size: 95px;
  }
}

/* line 1093, sass-metoo/layout/_internal.scss */
.stat-block .stat-icon-image {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* line 1101, sass-metoo/layout/_internal.scss */
.stat-block .stat-icon-image img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}

@media (min-width: 940px) {
  /* line 1093, sass-metoo/layout/_internal.scss */
  .stat-block .stat-icon-image {
    width: 200px;
    height: 200px;
  }
}

/* line 1114, sass-metoo/layout/_internal.scss */
.stat-block.age .stat-icon {
  background: #00838A;
}

/* line 1119, sass-metoo/layout/_internal.scss */
.stat-block.incidence .stat-icon {
  background: #2ea138;
}

/* line 1124, sass-metoo/layout/_internal.scss */
.stat-block.indigenous .stat-icon {
  background: #F94B4D;
}

/* line 1129, sass-metoo/layout/_internal.scss */
.stat-block.lgbtqia .stat-icon {
  background: #8D2971;
}

/* line 1134, sass-metoo/layout/_internal.scss */
.stat-block.disability .stat-icon {
  background: #8D2971;
}

/* line 1139, sass-metoo/layout/_internal.scss */
.stat-block.documentation-status .stat-icon {
  background: #CE9200;
}

/* line 1145, sass-metoo/layout/_internal.scss */
.stat-block.occupation .stat-icon {
  background: #335fbb;
}

/* line 1150, sass-metoo/layout/_internal.scss */
.stat-block.race .stat-icon {
  background: #8D2971;
}

/* line 1155, sass-metoo/layout/_internal.scss */
.stat-block.college .stat-icon {
  background: #00838A;
}

/* line 1160, sass-metoo/layout/_internal.scss */
.stat-block.military .stat-icon {
  background: #335fbb;
}

/* line 1165, sass-metoo/layout/_internal.scss */
.stat-block.cyber .stat-icon {
  background: #8D2971;
}

/* line 1170, sass-metoo/layout/_internal.scss */
.stat-block.reproductive .stat-icon {
  background: #F94B4D;
}

/* line 1175, sass-metoo/layout/_internal.scss */
.stat-block.police-carceral .stat-icon {
  background: #CE9200;
}

/* line 1180, sass-metoo/layout/_internal.scss */
.stat-block.economic .stat-icon {
  background: #8D2971;
}

/* line 1185, sass-metoo/layout/_internal.scss */
.stat-block.health .stat-icon {
  background: #2ea138;
}

/* line 1191, sass-metoo/layout/_internal.scss */
.org-block {
  padding: 30px;
  position: relative;
  border: 2px solid #EDEBEB;
  background: #fff;
}

@media (min-width: 940px) {
  /* line 1191, sass-metoo/layout/_internal.scss */
  .org-block {
    padding: 45px;
  }
}

@media (min-width: 1240px) {
  /* line 1191, sass-metoo/layout/_internal.scss */
  .org-block {
    padding: 75px;
  }
}

@media (min-width: 1640px) {
  /* line 1191, sass-metoo/layout/_internal.scss */
  .org-block {
    padding: 65px;
  }
}

/* line 1206, sass-metoo/layout/_internal.scss */
.org-block h2 {
  color: #00838A;
  font-size: 20px;
}

@media (min-width: 940px) {
  /* line 1206, sass-metoo/layout/_internal.scss */
  .org-block h2 {
    font-size: 35px;
  }
}

/* line 1215, sass-metoo/layout/_internal.scss */
.org-block a {
  color: #00838A;
}

/* line 1218, sass-metoo/layout/_internal.scss */
.org-block a:hover {
  color: #8D2971;
}

/* line 1223, sass-metoo/layout/_internal.scss */
.masonry {
  width: 100%;
  overflow-x: hidden;
  background: #EDEBEB;
}

/* line 1228, sass-metoo/layout/_internal.scss */
.grid {
  width: 100%;
}

/* line 1232, sass-metoo/layout/_internal.scss */
.grid-sizer {
  width: 100%;
}

@media (min-width: 640px) {
  /* line 1232, sass-metoo/layout/_internal.scss */
  .grid-sizer {
    width: 50%;
  }
}

@media (min-width: 940px) {
  /* line 1232, sass-metoo/layout/_internal.scss */
  .grid-sizer {
    width: calc(100% / 3);
  }
}

@media (min-width: 1640px) {
  /* line 1232, sass-metoo/layout/_internal.scss */
  .grid-sizer {
    width: 25%;
  }
}

/* line 1247, sass-metoo/layout/_internal.scss */
.grid-item {
  width: 100%;
}

@media (min-width: 640px) {
  /* line 1247, sass-metoo/layout/_internal.scss */
  .grid-item {
    width: 50%;
  }
}

@media (min-width: 940px) {
  /* line 1247, sass-metoo/layout/_internal.scss */
  .grid-item {
    width: calc(100% / 3);
  }
}

@media (min-width: 1640px) {
  /* line 1247, sass-metoo/layout/_internal.scss */
  .grid-item {
    width: 25%;
  }
}

/* line 1261, sass-metoo/layout/_internal.scss */
.gutter-sizer {
  width: 0;
}

/* line 1264, sass-metoo/layout/_internal.scss */
.wp-block-columns {
  width: 100%;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 1271, sass-metoo/layout/_internal.scss */
.wp-block-columns .wp-block-column {
  width: 100%;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (min-width: 640px) {
  /* line 1271, sass-metoo/layout/_internal.scss */
  .wp-block-columns .wp-block-column {
    width: 47.5%;
  }
}

@media (min-width: 1240px) {
  /* line 1271, sass-metoo/layout/_internal.scss */
  .wp-block-columns .wp-block-column {
    width: 45%;
  }
}

/* line 1282, sass-metoo/layout/_internal.scss */
.wp-block-columns .wp-block-column:first-child {
  margin-bottom: 25px;
}

@media (min-width: 640px) {
  /* line 1282, sass-metoo/layout/_internal.scss */
  .wp-block-columns .wp-block-column:first-child {
    margin-bottom: 0;
  }
}

/* line 1289, sass-metoo/layout/_internal.scss */
.wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: 0;
}

/* line 1295, sass-metoo/layout/_internal.scss */
.speaking-engagements {
  padding: 10px 0 0px 0;
}

@media (min-width: 940px) {
  /* line 1295, sass-metoo/layout/_internal.scss */
  .speaking-engagements {
    padding: 20px 0 0px 0;
  }
}

/* line 1302, sass-metoo/layout/_internal.scss */
.speaking-engagements h2 {
  color: #8D2971;
  text-align: center;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
}

@media (min-width: 940px) {
  /* line 1302, sass-metoo/layout/_internal.scss */
  .speaking-engagements h2 {
    font-size: 35px;
  }
}

/* line 1312, sass-metoo/layout/_internal.scss */
.two-col-event-blocks {
  background: #fff;
  padding: 10px 0 10px 0;
  position: relative;
  border-top: 4px solid #EDEBEB;
}

@media (min-width: 940px) {
  /* line 1312, sass-metoo/layout/_internal.scss */
  .two-col-event-blocks {
    padding: 50px 0;
  }
}

/* line 1322, sass-metoo/layout/_internal.scss */
.two-col-event-blocks:before {
  border: 2px solid #EDEBEB;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  bottom: 0;
  display: none;
}

@media (min-width: 940px) {
  /* line 1322, sass-metoo/layout/_internal.scss */
  .two-col-event-blocks:before {
    display: block;
  }
}

/* line 1337, sass-metoo/layout/_internal.scss */
.two-col-event-blocks .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 1342, sass-metoo/layout/_internal.scss */
.two-col-event-blocks .col {
  width: 100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 940px) {
  /* line 1342, sass-metoo/layout/_internal.scss */
  .two-col-event-blocks .col {
    width: 46%;
    padding: 30px 0;
  }
}

/* line 1356, sass-metoo/layout/_internal.scss */
.two-col-event-blocks .col h4 {
  margin: 0 0 10px 0;
}

/* line 1359, sass-metoo/layout/_internal.scss */
.two-col-event-blocks .col h4 a {
  color: #4A4A4A;
}

/* line 1362, sass-metoo/layout/_internal.scss */
.two-col-event-blocks .col h4 a:hover {
  color: #8D2971;
}

/* line 1367, sass-metoo/layout/_internal.scss */
.two-col-event-blocks .col h6 {
  margin: 0 0 20px 0;
}

/* line 1371, sass-metoo/layout/_internal.scss */
.two-col-event-blocks .col img {
  width: 100px;
  height: auto;
  border-radius: 100%;
}

@media (min-width: 1240px) {
  /* line 1371, sass-metoo/layout/_internal.scss */
  .two-col-event-blocks .col img {
    width: 150px;
  }
}

/* line 1382, sass-metoo/layout/_internal.scss */
.two-col-event-blocks .col .post {
  width: 100%;
}

/* line 1385, sass-metoo/layout/_internal.scss */
.two-col-event-blocks .col img + .post {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 640px) {
  /* line 1385, sass-metoo/layout/_internal.scss */
  .two-col-event-blocks .col img + .post {
    width: calc(100% - 100px);
    padding-left: 25px;
    margin-top: 5px;
  }
}

@media (min-width: 1240px) {
  /* line 1385, sass-metoo/layout/_internal.scss */
  .two-col-event-blocks .col img + .post {
    width: calc(100% - 200px);
  }
}

/* line 1403, sass-metoo/layout/_internal.scss */
.full-width-image-cta {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  width: 100%;
  padding: 40px 0;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  background-attachment: scroll;
}

@media (min-width: 940px) {
  /* line 1403, sass-metoo/layout/_internal.scss */
  .full-width-image-cta {
    padding: 100px 0;
  }
}

@media (min-width: 1240px) {
  /* line 1403, sass-metoo/layout/_internal.scss */
  .full-width-image-cta {
    background-attachment: fixed;
  }
}

@media (min-width: 1640px) {
  /* line 1403, sass-metoo/layout/_internal.scss */
  .full-width-image-cta {
    padding: 150px 0;
  }
}

/* line 1423, sass-metoo/layout/_internal.scss */
.full-width-image-cta .wrapper {
  z-index: 1;
  position: relative;
}

/* line 1428, sass-metoo/layout/_internal.scss */
.full-width-image-cta:after {
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

/* line 1441, sass-metoo/layout/_internal.scss */
.full-width-image-cta .button {
  margin-top: 20px;
  text-shadow: none;
}

@media (min-width: 640px) {
  /* line 1441, sass-metoo/layout/_internal.scss */
  .full-width-image-cta .button {
    margin-top: 35px;
  }
}

/* line 1448, sass-metoo/layout/_internal.scss */
.full-width-image-cta h2 {
  color: #fff;
  font-family: "AvertaPE-Regular", Helvetica, Arial, sans-serif;
}

/* line 1452, sass-metoo/layout/_internal.scss */
.full-width-image-cta h2 strong {
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
}

/* line 1456, sass-metoo/layout/_internal.scss */
.full-width-image-cta h3 {
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #fff;
}

@media (min-width: 1240px) {
  /* line 1456, sass-metoo/layout/_internal.scss */
  .full-width-image-cta h3 {
    font-size: 45px;
  }
}

/* line 1466, sass-metoo/layout/_internal.scss */
.full-width-image-cta mark {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

/* line 1470, sass-metoo/layout/_internal.scss */
.full-width-image-cta p {
  margin-bottom: 15px;
}

/* line 1475, sass-metoo/layout/_internal.scss */
.contact-form-triggers {
  border: 1px solid #707070;
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-radius: 35px;
  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;
  position: relative;
}

@media (min-width: 640px) {
  /* line 1475, sass-metoo/layout/_internal.scss */
  .contact-form-triggers {
    border-radius: 25px;
  }
}

/* line 1489, sass-metoo/layout/_internal.scss */
.contact-form-triggers .general-trigger {
  padding: 15px 10px;
  border-radius: 35px;
  background: transparent;
  color: #707070;
  text-align: center;
  cursor: pointer;
  font-size: 11px;
  width: 50%;
  z-index: 1;
}

/* line 1500, sass-metoo/layout/_internal.scss */
.contact-form-triggers .general-trigger.active {
  color: #fff;
}

/* line 1503, sass-metoo/layout/_internal.scss */
.contact-form-triggers .general-trigger.active:hover {
  color: #fff;
}

/* line 1506, sass-metoo/layout/_internal.scss */
.contact-form-triggers .general-trigger.active:focus {
  outline: none;
  color: #fff;
}

/* line 1512, sass-metoo/layout/_internal.scss */
.contact-form-triggers .general-trigger:hover {
  color: #8D2971;
}

/* line 1516, sass-metoo/layout/_internal.scss */
.contact-form-triggers .general-trigger:focus {
  outline: none;
  color: #8D2971;
}

@media (min-width: 640px) {
  /* line 1489, sass-metoo/layout/_internal.scss */
  .contact-form-triggers .general-trigger {
    font-size: 14px;
    border-radius: 25px;
  }
}

/* line 1526, sass-metoo/layout/_internal.scss */
.contact-form-triggers .book-trigger {
  padding: 15px 10px;
  border-radius: 35px;
  background: transparent;
  color: #707070;
  text-align: center;
  cursor: pointer;
  font-size: 11px;
  width: 50%;
  z-index: 1;
}

/* line 1537, sass-metoo/layout/_internal.scss */
.contact-form-triggers .book-trigger.active {
  color: #fff;
}

/* line 1540, sass-metoo/layout/_internal.scss */
.contact-form-triggers .book-trigger.active:hover {
  color: #fff;
}

/* line 1543, sass-metoo/layout/_internal.scss */
.contact-form-triggers .book-trigger.active:focus {
  outline: none;
  color: #fff;
}

/* line 1549, sass-metoo/layout/_internal.scss */
.contact-form-triggers .book-trigger:hover {
  color: #00838A;
}

/* line 1552, sass-metoo/layout/_internal.scss */
.contact-form-triggers .book-trigger:focus {
  outline: none;
  color: #00838A;
}

@media (min-width: 640px) {
  /* line 1526, sass-metoo/layout/_internal.scss */
  .contact-form-triggers .book-trigger {
    font-size: 14px;
    border-radius: 25px;
  }
}

/* line 1562, sass-metoo/layout/_internal.scss */
.contact-form-triggers .slider {
  position: absolute;
  width: 50%;
  margin-top: -1px;
  margin-bottom: -1px;
  border-radius: 25px;
  z-index: 0;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* line 1571, sass-metoo/layout/_internal.scss */
.contact-form-triggers .slider.left {
  top: -1px;
  left: -1px;
  bottom: 0;
  background: #8D2971;
}

/* line 1577, sass-metoo/layout/_internal.scss */
.contact-form-triggers .slider.right {
  top: -1px;
  left: 50%;
  bottom: 0;
  background: #00838A;
}

/* line 1587, sass-metoo/layout/_internal.scss */
.contact-form-content {
  margin: 30px auto;
  text-align: center;
  max-width: 850px;
}

/* line 1592, sass-metoo/layout/_internal.scss */
.contact-form-content a {
  color: #4A4A4A;
  text-decoration: underline;
}

@media (min-width: 640px) {
  /* line 1587, sass-metoo/layout/_internal.scss */
  .contact-form-content {
    margin: 40px auto;
  }
}

/* line 1600, sass-metoo/layout/_internal.scss */
.contact-form-content .button {
  color: #fff;
  text-decoration: none;
  margin-bottom: 20px;
}

/* line 1607, sass-metoo/layout/_internal.scss */
.application-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 1612, sass-metoo/layout/_internal.scss */
.application-row .application-col {
  width: 100%;
  margin-bottom: 35px;
}

@media (min-width: 940px) {
  /* line 1612, sass-metoo/layout/_internal.scss */
  .application-row .application-col {
    width: 46%;
    margin-bottom: 0;
  }
}

/* line 1623, sass-metoo/layout/_internal.scss */
.padding-bottom-fifty {
  padding-bottom: 50px;
}

/* line 1627, sass-metoo/layout/_internal.scss */
.learn-more-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
}

@media (min-width: 940px) {
  /* line 1627, sass-metoo/layout/_internal.scss */
  .learn-more-blocks {
    padding: 0;
  }
}

/* line 1638, sass-metoo/layout/_internal.scss */
.learn-more-blocks .block {
  width: 100%;
  padding: 30px;
  text-align: center;
  position: relative;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 940px) {
  /* line 1638, sass-metoo/layout/_internal.scss */
  .learn-more-blocks .block {
    padding: 100px 40px;
    width: 33.3%;
    border-right: 4px solid #EDEBEB;
  }
  /* line 1653, sass-metoo/layout/_internal.scss */
  .learn-more-blocks .block:last-of-type {
    border-right: none;
  }
}

@media (min-width: 1240px) {
  /* line 1638, sass-metoo/layout/_internal.scss */
  .learn-more-blocks .block {
    padding: 100px 50px;
  }
}

@media (min-width: 1640px) {
  /* line 1638, sass-metoo/layout/_internal.scss */
  .learn-more-blocks .block {
    padding: 100px 65px;
  }
}

/* line 1664, sass-metoo/layout/_internal.scss */
.learn-more-blocks .block img {
  display: block;
  margin: 0 auto;
  width: 100px;
  border-radius: 100%;
  margin-bottom: 30px;
}

@media (min-width: 940px) {
  /* line 1664, sass-metoo/layout/_internal.scss */
  .learn-more-blocks .block img {
    width: 200px;
  }
}

/* line 1677, sass-metoo/layout/_internal.scss */
.learn-more-blocks .content {
  width: 100%;
}

/* line 1680, sass-metoo/layout/_internal.scss */
.learn-more-blocks .button {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 1687, sass-metoo/layout/_internal.scss */
.fullwidth-coloured-cta {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #00838A;
  background-size: 100%;
  background-image: url(../images/healingresources-circles-bottom.png);
  padding: 40px 0;
  text-align: center;
  color: #fff;
}

@media (min-width: 940px) {
  /* line 1687, sass-metoo/layout/_internal.scss */
  .fullwidth-coloured-cta {
    padding: 100px 0;
  }
}

/* line 1701, sass-metoo/layout/_internal.scss */
.fullwidth-coloured-cta img {
  margin: 0 auto;
  display: block;
}

/* line 1706, sass-metoo/layout/_internal.scss */
.fullwidth-coloured-cta .button-white-teal {
  margin-top: 20px;
}

@media (min-width: 640px) {
  /* line 1706, sass-metoo/layout/_internal.scss */
  .fullwidth-coloured-cta .button-white-teal {
    margin-top: 35px;
  }
}

/* line 1712, sass-metoo/layout/_internal.scss */
.fullwidth-coloured-cta h2 {
  color: #fff;
}

/* line 1715, sass-metoo/layout/_internal.scss */
.fullwidth-coloured-cta h3 {
  color: #fff;
}

/* line 1718, sass-metoo/layout/_internal.scss */
.fullwidth-coloured-cta p {
  margin-bottom: 15px;
}

/* line 1721, sass-metoo/layout/_internal.scss */
.fullwidth-coloured-cta.bg-top {
  background-position: top left;
  background-size: 210%;
}

@media (min-width: 940px) {
  /* line 1721, sass-metoo/layout/_internal.scss */
  .fullwidth-coloured-cta.bg-top {
    padding: 100px 0;
    background-size: 100%;
    background-image: url(../images/healingresources-circles@2x.png);
  }
}

/* line 1732, sass-metoo/layout/_internal.scss */
.fullwidth-coloured-cta .maxwrap {
  max-width: 550px;
}

/* line 1736, sass-metoo/layout/_internal.scss */
.fullwidth-coloured-cta.bg-purple {
  background-color: #8D2971;
}

/* line 1741, sass-metoo/layout/_internal.scss */
.image-blurb-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

/* line 1749, sass-metoo/layout/_internal.scss */
.image-blurb-row h3 {
  margin: 0 0 10px 0;
  color: #4A4A4A;
}

/* line 1753, sass-metoo/layout/_internal.scss */
.image-blurb-row h3 a {
  color: #4A4A4A;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 1757, sass-metoo/layout/_internal.scss */
.image-blurb-row h3 a:hover {
  color: #8D2971;
}

/* line 1763, sass-metoo/layout/_internal.scss */
.image-blurb-row h6 {
  margin: 0 0 20px 0;
}

/* line 1766, sass-metoo/layout/_internal.scss */
.image-blurb-row h5 {
  color: #4A4A4A;
  font-size: 13px;
  margin: 0 0 5px 0;
}

@media (min-width: 1240px) {
  /* line 1766, sass-metoo/layout/_internal.scss */
  .image-blurb-row h5 {
    font-size: 15px;
    margin: 0 0 8px 0;
  }
}

/* line 1776, sass-metoo/layout/_internal.scss */
.image-blurb-row img {
  width: 100px;
  height: auto;
  border-radius: 100%;
}

@media (min-width: 1240px) {
  /* line 1776, sass-metoo/layout/_internal.scss */
  .image-blurb-row img {
    width: 150px;
  }
}

/* line 1786, sass-metoo/layout/_internal.scss */
.image-blurb-row .post {
  width: 100%;
}

@media (min-width: 1240px) {
  /* line 1786, sass-metoo/layout/_internal.scss */
  .image-blurb-row .post {
    height: 100%;
  }
}

/* line 1791, sass-metoo/layout/_internal.scss */
.image-blurb-row .post .outline-button {
  padding: 10px 15px;
  position: relative;
}

/* line 1795, sass-metoo/layout/_internal.scss */
.image-blurb-row .post .outline-button i {
  margin: 0 0 0 5px;
}

/* line 1798, sass-metoo/layout/_internal.scss */
.image-blurb-row .post .outline-button .fas {
  margin: 0 0 0 5px;
}

@media (min-width: 640px) {
  /* line 1791, sass-metoo/layout/_internal.scss */
  .image-blurb-row .post .outline-button {
    padding: 15px 12px 15px 12px;
  }
}

/* line 1808, sass-metoo/layout/_internal.scss */
.image-blurb-row .post .button + .outline-button {
  margin-top: 10px;
}

@media (min-width: 1240px) {
  /* line 1808, sass-metoo/layout/_internal.scss */
  .image-blurb-row .post .button + .outline-button {
    margin-top: 0;
  }
}

/* line 1815, sass-metoo/layout/_internal.scss */
.image-blurb-row .post .button {
  margin-top: 10px;
  margin-right: 10px;
}

/* line 1818, sass-metoo/layout/_internal.scss */
.image-blurb-row .post .button:hover {
  border: 2px solid #fff;
}

/* line 1823, sass-metoo/layout/_internal.scss */
.image-blurb-row .post .source {
  text-transform: uppercase;
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif;
  margin-top: 25px;
  font-size: 13px;
}

/* line 1829, sass-metoo/layout/_internal.scss */
.image-blurb-row .post .source a {
  color: #4A4A4A;
}

/* line 1832, sass-metoo/layout/_internal.scss */
.image-blurb-row .post .source a:hover {
  color: #00838A;
}

/* line 1839, sass-metoo/layout/_internal.scss */
.image-blurb-row img + .post {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 640px) {
  /* line 1839, sass-metoo/layout/_internal.scss */
  .image-blurb-row img + .post {
    width: calc(100% - 100px);
    padding-left: 20px;
    margin-top: 5px;
  }
}

@media (min-width: 1240px) {
  /* line 1839, sass-metoo/layout/_internal.scss */
  .image-blurb-row img + .post {
    width: calc(100% - 200px);
    padding-left: 40px;
  }
}

/* line 1856, sass-metoo/layout/_internal.scss */
.half-width-listing {
  padding: 40px 0;
  border-bottom: 4px solid #EDEBEB;
}

@media (min-width: 940px) {
  /* line 1856, sass-metoo/layout/_internal.scss */
  .half-width-listing {
    padding: 60px 0;
  }
}

/* line 1865, sass-metoo/layout/_internal.scss */
.half-width-listing .full-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 1871, sass-metoo/layout/_internal.scss */
.half-width-listing .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 1878, sass-metoo/layout/_internal.scss */
.half-width-listing h2 {
  color: #4A4A4A;
  margin: 0 0 10px 0;
  font-size: 24px;
}

@media (min-width: 1240px) {
  /* line 1878, sass-metoo/layout/_internal.scss */
  .half-width-listing h2 {
    font-size: 28px;
  }
}

/* line 1886, sass-metoo/layout/_internal.scss */
.half-width-listing h2 a {
  color: #4A4A4A;
}

/* line 1889, sass-metoo/layout/_internal.scss */
.half-width-listing h2 a:hover {
  color: #8D2971;
}

/* line 1894, sass-metoo/layout/_internal.scss */
.half-width-listing h3 {
  color: #4A4A4A;
  margin: 0 0 10px 0;
}

/* line 1898, sass-metoo/layout/_internal.scss */
.half-width-listing h3 a {
  color: #4A4A4A;
}

/* line 1901, sass-metoo/layout/_internal.scss */
.half-width-listing h3 a:hover {
  color: #8D2971;
}

/* line 1906, sass-metoo/layout/_internal.scss */
.half-width-listing h6 {
  color: #4A4A4A;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

/* line 1912, sass-metoo/layout/_internal.scss */
.half-width-listing .graphic-block {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 940px) {
  /* line 1912, sass-metoo/layout/_internal.scss */
  .half-width-listing .graphic-block {
    width: 50%;
    margin-bottom: 0;
  }
}

/* line 1921, sass-metoo/layout/_internal.scss */
.half-width-listing .graphic-block img {
  width: 100%;
  height: auto;
}

/* line 1926, sass-metoo/layout/_internal.scss */
.half-width-listing .content-block {
  width: 100%;
}

@media (min-width: 940px) {
  /* line 1926, sass-metoo/layout/_internal.scss */
  .half-width-listing .content-block {
    width: 100%;
  }
}

/* line 1935, sass-metoo/layout/_internal.scss */
.half-width-listing .graphic-block + .content-block {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 940px) {
  /* line 1935, sass-metoo/layout/_internal.scss */
  .half-width-listing .graphic-block + .content-block {
    width: 45%;
    padding-left: 20px;
    margin-top: 5px;
  }
}

@media (min-width: 1240px) {
  /* line 1935, sass-metoo/layout/_internal.scss */
  .half-width-listing .graphic-block + .content-block {
    width: 48%;
    padding-left: 40px;
  }
}

/* line 1952, sass-metoo/layout/_internal.scss */
.internal-section-blog {
  text-align: center;
  padding: 40px 0;
}

/* line 1957, sass-metoo/layout/_internal.scss */
.internal-section-blog h3 {
  padding: 0 20px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 20px;
}

@media (min-width: 640px) {
  /* line 1957, sass-metoo/layout/_internal.scss */
  .internal-section-blog h3 {
    padding: 0 40px;
    margin: 0 0 30px 0;
    font-size: 25px;
  }
}

/* line 1969, sass-metoo/layout/_internal.scss */
.internal-section-blog .blog-content {
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

/* line 1978, sass-metoo/layout/_internal.scss */
.internal-section-blog .blog-content:before {
  border: 2px solid #EDEBEB;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  bottom: 0;
  display: none;
}

@media (min-width: 940px) {
  /* line 1978, sass-metoo/layout/_internal.scss */
  .internal-section-blog .blog-content:before {
    display: block;
  }
}

/* line 1993, sass-metoo/layout/_internal.scss */
.internal-section-blog .col-one {
  width: 100%;
  margin-bottom: 35px;
}

@media (min-width: 940px) {
  /* line 1993, sass-metoo/layout/_internal.scss */
  .internal-section-blog .col-one {
    width: 50%;
    margin-bottom: 0;
  }
}

@media (min-width: 640px) {
  /* line 2001, sass-metoo/layout/_internal.scss */
  .internal-section-blog .col-one .row {
    padding: 20px 40px;
  }
}

@media (min-width: 1240px) {
  /* line 2001, sass-metoo/layout/_internal.scss */
  .internal-section-blog .col-one .row {
    padding: 20px 80px;
  }
}

/* line 2010, sass-metoo/layout/_internal.scss */
.internal-section-blog .col-two {
  width: 100%;
}

@media (min-width: 940px) {
  /* line 2010, sass-metoo/layout/_internal.scss */
  .internal-section-blog .col-two {
    width: 50%;
  }
}

/* line 2019, sass-metoo/layout/_internal.scss */
.internal-section-blog .row {
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 0.2s background;
  -o-transition: 0.2s background;
  transition: 0.2s background;
}

@media (min-width: 640px) {
  /* line 2019, sass-metoo/layout/_internal.scss */
  .internal-section-blog .row {
    padding: 20px 40px;
  }
}

@media (min-width: 1240px) {
  /* line 2019, sass-metoo/layout/_internal.scss */
  .internal-section-blog .row {
    padding: 20px 80px;
  }
}

/* line 2035, sass-metoo/layout/_internal.scss */
.internal-section-blog .row h4 {
  margin: 0 0 10px 0;
}

/* line 2038, sass-metoo/layout/_internal.scss */
.internal-section-blog .row h4 a {
  color: #4A4A4A;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 2043, sass-metoo/layout/_internal.scss */
.internal-section-blog .row h6 {
  margin: 0 0 20px 0;
  color: #4A4A4A;
}

/* line 2048, sass-metoo/layout/_internal.scss */
.internal-section-blog .row img {
  width: 100px;
  height: auto;
  border-radius: 100%;
}

@media (min-width: 1240px) {
  /* line 2048, sass-metoo/layout/_internal.scss */
  .internal-section-blog .row img {
    width: 150px;
  }
}

/* line 2059, sass-metoo/layout/_internal.scss */
.internal-section-blog .row .post {
  width: 100%;
}

/* line 2062, sass-metoo/layout/_internal.scss */
.internal-section-blog .row img + .post {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 640px) {
  /* line 2062, sass-metoo/layout/_internal.scss */
  .internal-section-blog .row img + .post {
    width: calc(100% - 100px);
    padding-left: 20px;
    margin-top: 5px;
  }
}

@media (min-width: 1240px) {
  /* line 2062, sass-metoo/layout/_internal.scss */
  .internal-section-blog .row img + .post {
    width: calc(100% - 200px);
  }
}

/* line 2079, sass-metoo/layout/_internal.scss */
.internal-section-blog .button {
  margin: 20px 0 0 0px;
}

@media (min-width: 940px) {
  /* line 2079, sass-metoo/layout/_internal.scss */
  .internal-section-blog .button {
    margin: 35px 0 0 0px;
  }
}

/* line 2088, sass-metoo/layout/_internal.scss */
.internal-section-news {
  text-align: center;
  padding: 75px 0 40px 0;
}

/* line 2092, sass-metoo/layout/_internal.scss */
.internal-section-news.border-top {
  border-top: 4px solid #EDEBEB;
}

@media (min-width: 640px) {
  /* line 2088, sass-metoo/layout/_internal.scss */
  .internal-section-news {
    padding: 140px 0 40px 0;
  }
}

/* line 2100, sass-metoo/layout/_internal.scss */
.internal-section-news h3 {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-size: 20px;
}

@media (min-width: 640px) {
  /* line 2100, sass-metoo/layout/_internal.scss */
  .internal-section-news h3 {
    margin: 0 0 50px 0;
    font-size: 25px;
  }
}

/* line 2110, sass-metoo/layout/_internal.scss */
.internal-section-news .blog-content {
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

/* line 2119, sass-metoo/layout/_internal.scss */
.internal-section-news .blog-content:before {
  border: 2px solid #EDEBEB;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  bottom: 0;
  display: none;
}

@media (min-width: 940px) {
  /* line 2119, sass-metoo/layout/_internal.scss */
  .internal-section-news .blog-content:before {
    display: block;
  }
}

/* line 2135, sass-metoo/layout/_internal.scss */
.internal-section-news .blog-content.no-middle-border:before {
  border: none;
}

/* line 2140, sass-metoo/layout/_internal.scss */
.internal-section-news .col-one {
  width: 100%;
  margin-bottom: 35px;
}

@media (min-width: 940px) {
  /* line 2140, sass-metoo/layout/_internal.scss */
  .internal-section-news .col-one {
    width: 50%;
    margin-bottom: 0;
    padding-right: 40px;
  }
}

@media (min-width: 1240px) {
  /* line 2140, sass-metoo/layout/_internal.scss */
  .internal-section-news .col-one {
    padding-right: 80px;
  }
}

/* line 2152, sass-metoo/layout/_internal.scss */
.internal-section-news .col-two {
  width: 100%;
}

@media (min-width: 940px) {
  /* line 2152, sass-metoo/layout/_internal.scss */
  .internal-section-news .col-two {
    width: 50%;
    padding-left: 40px;
  }
}

@media (min-width: 1240px) {
  /* line 2152, sass-metoo/layout/_internal.scss */
  .internal-section-news .col-two {
    padding-left: 80px;
  }
}

/* line 2162, sass-metoo/layout/_internal.scss */
.internal-section-news.mediakit-navpage {
  padding: 0;
}

/* line 2165, sass-metoo/layout/_internal.scss */
.internal-section-news.mediakit-navpage .col-one {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0px;
}

@media (min-width: 940px) {
  /* line 2165, sass-metoo/layout/_internal.scss */
  .internal-section-news.mediakit-navpage .col-one {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* line 2174, sass-metoo/layout/_internal.scss */
.internal-section-news.mediakit-navpage .col-two {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #EDEBEB;
}

@media (min-width: 940px) {
  /* line 2174, sass-metoo/layout/_internal.scss */
  .internal-section-news.mediakit-navpage .col-two {
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: none;
  }
}

@media (min-width: 640px) {
  /* line 2162, sass-metoo/layout/_internal.scss */
  .internal-section-news.mediakit-navpage {
    padding: 0;
  }
}

/* line 2189, sass-metoo/layout/_internal.scss */
.internal-section-news.generic-content-page {
  padding: 0;
}

/* line 2192, sass-metoo/layout/_internal.scss */
.internal-section-news.generic-content-page .col-one {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0px;
}

@media (min-width: 940px) {
  /* line 2192, sass-metoo/layout/_internal.scss */
  .internal-section-news.generic-content-page .col-one {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 47.5%;
    padding-right: 0;
  }
}

@media (min-width: 1240px) {
  /* line 2192, sass-metoo/layout/_internal.scss */
  .internal-section-news.generic-content-page .col-one {
    width: 45%;
    padding-right: 0;
  }
}

/* line 2210, sass-metoo/layout/_internal.scss */
.internal-section-news.generic-content-page .col-two {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 940px) {
  /* line 2210, sass-metoo/layout/_internal.scss */
  .internal-section-news.generic-content-page .col-two {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: none;
    width: 47.5%;
    padding-left: 0;
  }
}

@media (min-width: 1240px) {
  /* line 2210, sass-metoo/layout/_internal.scss */
  .internal-section-news.generic-content-page .col-two {
    width: 45%;
    padding-left: 0;
  }
}

@media (min-width: 640px) {
  /* line 2189, sass-metoo/layout/_internal.scss */
  .internal-section-news.generic-content-page {
    padding: 0;
  }
}

/* line 2232, sass-metoo/layout/_internal.scss */
.internal-section-news .row {
  width: 100%;
}

/* line 2236, sass-metoo/layout/_internal.scss */
.internal-section-news .row h4 {
  margin: 0 0 10px 0;
  color: #4A4A4A;
}

/* line 2239, sass-metoo/layout/_internal.scss */
.internal-section-news .row h4 a {
  color: #4A4A4A;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 2244, sass-metoo/layout/_internal.scss */
.internal-section-news .row h6 {
  margin: 0 0 20px 0;
  color: #4A4A4A;
}

/* line 2249, sass-metoo/layout/_internal.scss */
.internal-section-news .row .graphic-block {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* line 2254, sass-metoo/layout/_internal.scss */
.internal-section-news .row .graphic-block img {
  width: 100%;
  height: auto;
}

/* line 2261, sass-metoo/layout/_internal.scss */
.internal-section-news .row .post {
  width: 100%;
}

/* line 2267, sass-metoo/layout/_internal.scss */
.internal-section-news .button {
  margin: 20px 0 0 0px;
}

@media (min-width: 940px) {
  /* line 2267, sass-metoo/layout/_internal.scss */
  .internal-section-news .button {
    margin: 35px 0 0 0px;
  }
}

/* line 2277, sass-metoo/layout/_internal.scss */
.internal-section-blogpress {
  background: #fff;
  margin: 40px 0;
  position: relative;
}

@media (min-width: 940px) {
  /* line 2277, sass-metoo/layout/_internal.scss */
  .internal-section-blogpress {
    margin: 100px 0;
  }
}

/* line 2287, sass-metoo/layout/_internal.scss */
.internal-section-blogpress .full-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 2293, sass-metoo/layout/_internal.scss */
.internal-section-blogpress:before {
  border: 2px solid #EDEBEB;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  bottom: 0;
  display: none;
}

@media (min-width: 940px) {
  /* line 2293, sass-metoo/layout/_internal.scss */
  .internal-section-blogpress:before {
    display: block;
  }
}

/* line 2308, sass-metoo/layout/_internal.scss */
.internal-section-blogpress .col-one {
  width: 100%;
  margin-bottom: 35px;
}

@media (min-width: 940px) {
  /* line 2308, sass-metoo/layout/_internal.scss */
  .internal-section-blogpress .col-one {
    width: 50%;
    margin-bottom: 0;
    padding-right: 40px;
  }
}

@media (min-width: 1240px) {
  /* line 2308, sass-metoo/layout/_internal.scss */
  .internal-section-blogpress .col-one {
    padding-right: 80px;
  }
}

/* line 2321, sass-metoo/layout/_internal.scss */
.internal-section-blogpress .col-two {
  width: 100%;
  border-top: 4px solid #EDEBEB;
  padding-top: 30px;
}

@media (min-width: 940px) {
  /* line 2321, sass-metoo/layout/_internal.scss */
  .internal-section-blogpress .col-two {
    width: 50%;
    padding-left: 40px;
    padding-top: 0;
    border-top: none;
  }
}

@media (min-width: 1240px) {
  /* line 2321, sass-metoo/layout/_internal.scss */
  .internal-section-blogpress .col-two {
    padding-left: 80px;
  }
}

/* line 2336, sass-metoo/layout/_internal.scss */
.internal-section-blogpress h5 {
  padding: 0 0px;
  margin: 0 0 10px 0;
}

@media (min-width: 640px) {
  /* line 2336, sass-metoo/layout/_internal.scss */
  .internal-section-blogpress h5 {
    margin: 0 0 30px 0;
  }
}

/* line 2345, sass-metoo/layout/_internal.scss */
.internal-section-blogpress .row {
  width: 100%;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 940px) {
  /* line 2345, sass-metoo/layout/_internal.scss */
  .internal-section-blogpress .row {
    padding: 35px 0;
  }
}

/* line 2357, sass-metoo/layout/_internal.scss */
.internal-section-blogpress .row h4 {
  margin: 0 0 10px 0;
}

/* line 2360, sass-metoo/layout/_internal.scss */
.internal-section-blogpress .row h4 a {
  color: #4A4A4A;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 2365, sass-metoo/layout/_internal.scss */
.internal-section-blogpress .row h6 {
  margin: 0 0 20px 0;
  color: #4A4A4A;
}

/* line 2370, sass-metoo/layout/_internal.scss */
.internal-section-blogpress .row img {
  width: 100px;
  height: auto;
  border-radius: 100%;
}

@media (min-width: 1240px) {
  /* line 2370, sass-metoo/layout/_internal.scss */
  .internal-section-blogpress .row img {
    width: 150px;
  }
}

/* line 2381, sass-metoo/layout/_internal.scss */
.internal-section-blogpress .row .post {
  width: 100%;
}

/* line 2384, sass-metoo/layout/_internal.scss */
.internal-section-blogpress .row img + .post {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 640px) {
  /* line 2384, sass-metoo/layout/_internal.scss */
  .internal-section-blogpress .row img + .post {
    width: calc(100% - 100px);
    padding-left: 20px;
    margin-top: 5px;
  }
}

@media (min-width: 1240px) {
  /* line 2384, sass-metoo/layout/_internal.scss */
  .internal-section-blogpress .row img + .post {
    width: calc(100% - 200px);
  }
}

/* line 2400, sass-metoo/layout/_internal.scss */
.internal-section-blogpress .button {
  margin: 20px 0 0 0px;
}

@media (min-width: 640px) {
  /* line 2400, sass-metoo/layout/_internal.scss */
  .internal-section-blogpress .button {
    margin: 35px 0 0 0px;
  }
}

/* line 2411, sass-metoo/layout/_internal.scss */
.team-block {
  padding: 30px;
  position: relative;
  border: 2px solid #EDEBEB;
  background: #fff;
}

@media (min-width: 940px) {
  /* line 2411, sass-metoo/layout/_internal.scss */
  .team-block {
    padding: 45px;
  }
}

@media (min-width: 1240px) {
  /* line 2411, sass-metoo/layout/_internal.scss */
  .team-block {
    padding: 75px;
  }
}

@media (min-width: 1640px) {
  /* line 2411, sass-metoo/layout/_internal.scss */
  .team-block {
    padding: 65px;
  }
}

/* line 2427, sass-metoo/layout/_internal.scss */
.team-block .stat-icon-image {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* line 2435, sass-metoo/layout/_internal.scss */
.team-block .stat-icon-image img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}

@media (min-width: 940px) {
  /* line 2427, sass-metoo/layout/_internal.scss */
  .team-block .stat-icon-image {
    width: 200px;
    height: 200px;
  }
}

/* line 2447, sass-metoo/layout/_internal.scss */
.team-block h2 {
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif;
  color: #8D2971;
  margin: 0 0 5px 0;
  font-size: 17px;
  text-transform: uppercase;
}

/* line 2454, sass-metoo/layout/_internal.scss */
.team-block h3 {
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  color: #00838A;
  margin: 0 0 5px 0;
  font-size: 17px;
  text-transform: none;
}

/* line 2461, sass-metoo/layout/_internal.scss */
.team-block .credit {
  font-family: 'AvertaPE-RegularItalic', Helvetica, Arial, sans-serif;
  font-size: 15px;
}

/* line 2467, sass-metoo/layout/_internal.scss */
.job-listing-row {
  width: 100%;
  margin-bottom: 30px;
}

/* line 2471, sass-metoo/layout/_internal.scss */
.job-listing-row:last-child {
  margin-bottom: 0;
}

/* line 2475, sass-metoo/layout/_internal.scss */
.job-listing-row h3 a {
  color: #4A4A4A;
}

/* line 2478, sass-metoo/layout/_internal.scss */
.job-listing-row h3 a:hover {
  color: #8D2971;
}

/* line 2483, sass-metoo/layout/_internal.scss */
.job-listing-row .fas {
  font-size: 17px;
  margin-left: 10px;
}

/* line 2489, sass-metoo/layout/_internal.scss */
.marginbottom30 {
  margin-bottom: 30px;
}

/* line 2493, sass-metoo/layout/_internal.scss */
.module-blog-references {
  color: #4A4A4A;
  background: #EDEBEB;
  font-size: 14px;
  margin: 0px 0 0 0;
  padding: 30px 0;
}

@media (min-width: 940px) {
  /* line 2493, sass-metoo/layout/_internal.scss */
  .module-blog-references {
    padding: 50px 0;
  }
}

/* line 2503, sass-metoo/layout/_internal.scss */
.module-blog-references a {
  color: #4A4A4A;
  text-decoration: underline;
}

/* line 2507, sass-metoo/layout/_internal.scss */
.module-blog-references a:hover {
  text-decoration: none;
}

/* line 2513, sass-metoo/layout/_internal.scss */
.module-covid {
  padding: 75px 0 40px 0;
  text-align: center;
}

@media (min-width: 940px) {
  /* line 2513, sass-metoo/layout/_internal.scss */
  .module-covid {
    padding: 120px 0 60px 0;
  }
}

/* line 2521, sass-metoo/layout/_internal.scss */
.module-covid h2 {
  color: #00838A;
  font-size: 30px;
}

@media (min-width: 940px) {
  /* line 2521, sass-metoo/layout/_internal.scss */
  .module-covid h2 {
    font-size: 50px;
  }
}

/* line 2529, sass-metoo/layout/_internal.scss */
.module-covid .wrapper {
  max-width: 960px;
}

/* line 2534, sass-metoo/layout/_internal.scss */
.explorehealing-resourcelibrary {
  padding: 40px 0 40px 0;
  text-align: center;
  background: #00838A;
  color: #fff;
}

@media (min-width: 940px) {
  /* line 2534, sass-metoo/layout/_internal.scss */
  .explorehealing-resourcelibrary {
    padding: 100px 0 100px 0;
    background-size: 100%;
  }
}

/* line 2547, sass-metoo/layout/_internal.scss */
.explorehealing-resourcelibrary img {
  margin: 0 auto;
  display: block;
}

/* line 2552, sass-metoo/layout/_internal.scss */
.explorehealing-resourcelibrary .button {
  margin-top: 20px;
}

/* line 2556, sass-metoo/layout/_internal.scss */
.explorehealing-resourcelibrary h2 {
  color: #fff;
}

/* line 2562, sass-metoo/layout/_internal.scss */
.howcanwehelp-detail {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #000;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  padding: 100px 0 50px 0;
}

/* line 2577, sass-metoo/layout/_internal.scss */
.howcanwehelp-detail .wrapper {
  max-width: 1140px;
  position: relative;
  z-index: 2;
}

/* line 2582, sass-metoo/layout/_internal.scss */
.howcanwehelp-detail .hero-copy {
  color: #fff;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

/* line 2588, sass-metoo/layout/_internal.scss */
.howcanwehelp-detail .hero-copy .breadcrumb {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  margin: 0 0 5px 0;
}

/* line 2594, sass-metoo/layout/_internal.scss */
.howcanwehelp-detail .hero-copy .breadcrumb a {
  color: #fff;
  text-decoration: none;
}

/* line 2598, sass-metoo/layout/_internal.scss */
.howcanwehelp-detail .hero-copy .breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 940px) {
  /* line 2588, sass-metoo/layout/_internal.scss */
  .howcanwehelp-detail .hero-copy .breadcrumb {
    font-size: 15px;
  }
}

/* line 2609, sass-metoo/layout/_internal.scss */
.howcanwehelp-detail:after {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  content: '';
  position: absolute;
  height: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 0;
}

/* line 2620, sass-metoo/layout/_internal.scss */
.howcanwehelp-detail:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

/* line 2626, sass-metoo/layout/_internal.scss */
.howcanwehelp-detail .outline-button.last {
  margin-top: 10px;
}

@media (min-width: 640px) {
  /* line 2626, sass-metoo/layout/_internal.scss */
  .howcanwehelp-detail .outline-button.last {
    margin-left: 30px;
    margin-top: 0;
  }
}

/* line 2635, sass-metoo/layout/_internal.scss */
.howcanwehelp-detail h1 {
  margin-top: 15px;
}

@media (min-width: 940px) {
  /* line 2635, sass-metoo/layout/_internal.scss */
  .howcanwehelp-detail h1 {
    font-size: 50px;
  }
}

/* line 2642, sass-metoo/layout/_internal.scss */
.howcanwehelp-detail .module-button {
  margin-top: 50px;
}

/* line 2645, sass-metoo/layout/_internal.scss */
.howcanwehelp-detail .module-button .button-text {
  color: #fff;
}

/* line 2647, sass-metoo/layout/_internal.scss */
.howcanwehelp-detail .module-button .button-text:hover {
  color: #7AE7D2;
}

/* line 2656, sass-metoo/layout/_internal.scss */
.partner-grid {
  width: 100%;
}

/* line 2659, sass-metoo/layout/_internal.scss */
.partner-grid .alm-reveal {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

/* line 2667, sass-metoo/layout/_internal.scss */
.partner-grid .alm-reveal .partner-block {
  width: 100%;
  max-width: 100%;
  padding: 40px;
  text-align: center;
  border: 2px solid #EDEBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 640px) {
  /* line 2667, sass-metoo/layout/_internal.scss */
  .partner-grid .alm-reveal .partner-block {
    width: 50%;
  }
}

@media (min-width: 940px) {
  /* line 2667, sass-metoo/layout/_internal.scss */
  .partner-grid .alm-reveal .partner-block {
    width: calc(100% / 3);
    padding: 100px 80px;
  }
}

@media (min-width: 1640px) {
  /* line 2667, sass-metoo/layout/_internal.scss */
  .partner-grid .alm-reveal .partner-block {
    width: 25%;
  }
}

/* line 2690, sass-metoo/layout/_internal.scss */
.partner-grid .alm-reveal .partner-block h2 {
  color: #00838A;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  max-width: 100%;
}

/* line 2698, sass-metoo/layout/_internal.scss */
.partner-grid .alm-reveal .partner-block .logo-block {
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* line 2703, sass-metoo/layout/_internal.scss */
.partner-grid .alm-reveal .partner-block .logo-block img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}

/* line 2714, sass-metoo/layout/_internal.scss */
.resource-listing {
  width: 100%;
  font-size: 17px;
  padding: 30px 0 20px 0;
  margin: 30px 0;
  position: relative;
}

@media (min-width: 940px) {
  /* line 2714, sass-metoo/layout/_internal.scss */
  .resource-listing {
    font-size: 22px;
    padding: 50px 0 20px 0;
    margin: 50px 0;
  }
}

/* line 2727, sass-metoo/layout/_internal.scss */
.resource-listing:before {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  width: 200px;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
}

/* line 2736, sass-metoo/layout/_internal.scss */
.resource-listing:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  width: 200px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
}

/* line 2745, sass-metoo/layout/_internal.scss */
.resource-listing ul {
  list-style: none;
  margin: 0 !important;
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif;
}

/* line 2749, sass-metoo/layout/_internal.scss */
.resource-listing ul li {
  margin: 0 0 20px 0 !important;
}

@media (min-width: 940px) {
  /* line 2749, sass-metoo/layout/_internal.scss */
  .resource-listing ul li {
    margin: 0 0 30px 0 !important;
  }
}

/* line 2755, sass-metoo/layout/_internal.scss */
.resource-listing ul li a {
  color: #fff;
}

/* line 2758, sass-metoo/layout/_internal.scss */
.resource-listing ul li a:hover {
  color: #7AE7D2;
}

/* line 2763, sass-metoo/layout/_internal.scss */
.resource-listing ul li i {
  margin-left: 5px;
  display: inline;
}

/* line 2772, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-1 {
  display: none;
}

/* line 2775, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-1.active {
  display: block;
}

/* line 2779, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-2 {
  display: none;
}

/* line 2781, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-2.active {
  display: block;
}

/* line 2785, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-3 {
  display: none;
}

/* line 2787, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-3.active {
  display: block;
}

/* line 2791, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-4 {
  display: none;
}

/* line 2793, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-4.active {
  display: block;
}

/* line 2797, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-5 {
  display: none;
}

/* line 2799, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-5.active {
  display: block;
}

/* line 2803, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-6 {
  display: none;
}

/* line 2805, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-6.active {
  display: block;
}

/* line 2809, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-7 {
  display: none;
}

/* line 2811, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-7.active {
  display: block;
}

/* line 2815, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-8 {
  display: none;
}

/* line 2817, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-8.active {
  display: block;
}

/* line 2821, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-9 {
  display: none;
}

/* line 2823, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-9.active {
  display: block;
}

/* line 2827, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-10 {
  display: none;
}

/* line 2829, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-10.active {
  display: block;
}

/* line 2833, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-11 {
  display: none;
}

/* line 2835, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-11.active {
  display: block;
}

/* line 2839, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-12 {
  display: none;
}

/* line 2841, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-12.active {
  display: block;
}

/* line 2845, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-13 {
  display: none;
}

/* line 2847, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-13.active {
  display: block;
}

/* line 2851, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-14 {
  display: none;
}

/* line 2853, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-14.active {
  display: block;
}

/* line 2857, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-15 {
  display: none;
}

/* line 2859, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-15.active {
  display: block;
}

/* line 2863, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-16 {
  display: none;
}

/* line 2865, sass-metoo/layout/_internal.scss */
#resource-collection .form-panel-16.active {
  display: block;
}

/* line 2873, sass-metoo/layout/_internal.scss */
.new-address .address-block {
  border-top: 1px solid #EDEBEB;
  padding: 20px 0 0 0;
  margin-bottom: 15px;
}

/* line 2878, sass-metoo/layout/_internal.scss */
.new-address .remove_field {
  margin-bottom: 0 !important;
}

/* line 2881, sass-metoo/layout/_internal.scss */
.new-address .right-align {
  text-align: right;
}

/* line 2886, sass-metoo/layout/_internal.scss */
.add_field_button {
  padding: 7px 10px 5px 10px;
  font-size: 12px;
  width: auto;
  display: inline-block;
  background: #00838A;
  color: #fff;
  line-height: 1em;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  max-width: 100%;
  cursor: pointer;
}

/* line 2901, sass-metoo/layout/_internal.scss */
.add_field_button:hover {
  color: #000;
  background: #7AE7D2;
  border-color: #7AE7D2;
}

/* line 2906, sass-metoo/layout/_internal.scss */
.add_field_button:focus {
  color: #000;
  background: #7AE7D2;
  border-color: #7AE7D2;
  outline: 0;
}

/* line 2913, sass-metoo/layout/_internal.scss */
.add-field-note {
  color: #00838A;
  margin-top: 10px;
}

/* line 2918, sass-metoo/layout/_internal.scss */
.hotline-listing-row {
  padding: 30px 0 20px 0;
  width: 100%;
  border-bottom: 4px solid #EDEBEB;
}

@media (min-width: 640px) {
  /* line 2918, sass-metoo/layout/_internal.scss */
  .hotline-listing-row {
    padding: 50px 0;
  }
}

@media (min-width: 1240px) {
  /* line 2918, sass-metoo/layout/_internal.scss */
  .hotline-listing-row {
    padding: 80px 0;
  }
}

/* line 2931, sass-metoo/layout/_internal.scss */
.hotline-listing-row .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 900px;
}

/* line 2938, sass-metoo/layout/_internal.scss */
.hotline-listing-row .hotline-left {
  width: 100%;
}

@media (min-width: 940px) {
  /* line 2938, sass-metoo/layout/_internal.scss */
  .hotline-listing-row .hotline-left {
    padding-right: 50px;
    width: 70%;
    border-right: 1px solid #00838A;
  }
}

@media (min-width: 1240px) {
  /* line 2938, sass-metoo/layout/_internal.scss */
  .hotline-listing-row .hotline-left {
    padding-right: 80px;
  }
}

/* line 2950, sass-metoo/layout/_internal.scss */
.hotline-listing-row .hotline-right {
  width: 100%;
  border-top: 1px solid #00838A;
  margin-top: 30px;
  padding-top: 30px;
}

@media (min-width: 940px) {
  /* line 2950, sass-metoo/layout/_internal.scss */
  .hotline-listing-row .hotline-right {
    padding-left: 50px;
    width: 30%;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}

@media (min-width: 1240px) {
  /* line 2950, sass-metoo/layout/_internal.scss */
  .hotline-listing-row .hotline-right {
    padding-left: 80px;
  }
}

/* line 2968, sass-metoo/layout/_internal.scss */
.hotline-listing-row .hotline-right .info-row {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 10px;
}

@media (min-width: 940px) {
  /* line 2968, sass-metoo/layout/_internal.scss */
  .hotline-listing-row .hotline-right .info-row {
    margin-bottom: 20px;
  }
}

/* line 2979, sass-metoo/layout/_internal.scss */
.hotline-listing-row .hotline-right .info-row a {
  color: #4A4A4A;
}

/* line 2982, sass-metoo/layout/_internal.scss */
.hotline-listing-row .hotline-right .info-row a:hover {
  color: #00838A;
}

/* line 2986, sass-metoo/layout/_internal.scss */
.hotline-listing-row .hotline-right .info-row a.button-text {
  color: #00838A;
}

/* line 2992, sass-metoo/layout/_internal.scss */
.hotline-listing-row .hotline-right .info-row .icon {
  width: 30px;
  margin-right: 10px;
}

@media (min-width: 640px) {
  /* line 2992, sass-metoo/layout/_internal.scss */
  .hotline-listing-row .hotline-right .info-row .icon {
    width: 40px;
  }
}

/* line 2999, sass-metoo/layout/_internal.scss */
.hotline-listing-row .hotline-right .info-row .icon img {
  display: block;
  margin: 0 auto;
}

/* line 3005, sass-metoo/layout/_internal.scss */
.hotline-listing-row .hotline-right .info-row .info {
  width: calc(100% - 40px);
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
}

@media (min-width: 640px) {
  /* line 3005, sass-metoo/layout/_internal.scss */
  .hotline-listing-row .hotline-right .info-row .info {
    width: calc(100% - 50px);
  }
}

/* line 3013, sass-metoo/layout/_internal.scss */
.hotline-listing-row .hotline-right .info-row.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 3018, sass-metoo/layout/_internal.scss */
.hotline-listing-row h2 {
  font-size: 25px;
  color: #4A4A4A;
  margin-top: 0;
}

/* line 3026, sass-metoo/layout/_internal.scss */
.mediakit-stat-blocks {
  background: #00838A;
  padding: 40px 0 40px 0;
  position: relative;
  color: #fff;
}

@media (min-width: 940px) {
  /* line 3026, sass-metoo/layout/_internal.scss */
  .mediakit-stat-blocks {
    padding: 100px 0;
  }
}

/* line 3036, sass-metoo/layout/_internal.scss */
.mediakit-stat-blocks:before {
  border: 1px solid #fff;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  bottom: 0;
  display: none;
}

@media (min-width: 940px) {
  /* line 3036, sass-metoo/layout/_internal.scss */
  .mediakit-stat-blocks:before {
    display: block;
  }
}

/* line 3051, sass-metoo/layout/_internal.scss */
.mediakit-stat-blocks .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

@media (min-width: 940px) {
  /* line 3051, sass-metoo/layout/_internal.scss */
  .mediakit-stat-blocks .wrapper {
    width: 900px;
  }
}

@media (min-width: 1240px) {
  /* line 3051, sass-metoo/layout/_internal.scss */
  .mediakit-stat-blocks .wrapper {
    width: 1200px;
  }
}

@media (min-width: 1640px) {
  /* line 3051, sass-metoo/layout/_internal.scss */
  .mediakit-stat-blocks .wrapper {
    width: 1450px;
  }
}

/* line 3068, sass-metoo/layout/_internal.scss */
.mediakit-stat-blocks .full-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 3073, sass-metoo/layout/_internal.scss */
.mediakit-stat-blocks h2 {
  font-family: "AvertaPE-Regular", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 22px;
}

/* line 3078, sass-metoo/layout/_internal.scss */
.mediakit-stat-blocks .col-one {
  width: 100%;
  margin-bottom: 35px;
  padding: 0 30px;
}

@media (min-width: 940px) {
  /* line 3078, sass-metoo/layout/_internal.scss */
  .mediakit-stat-blocks .col-one {
    width: 49.5%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 40px;
  }
}

@media (min-width: 1240px) {
  /* line 3078, sass-metoo/layout/_internal.scss */
  .mediakit-stat-blocks .col-one {
    padding-right: 50px;
  }
}

@media (min-width: 1640px) {
  /* line 3078, sass-metoo/layout/_internal.scss */
  .mediakit-stat-blocks .col-one {
    padding-right: 65px;
  }
}

@media (min-width: 1940px) {
  /* line 3078, sass-metoo/layout/_internal.scss */
  .mediakit-stat-blocks .col-one {
    padding-right: 70px;
  }
}

/* line 3099, sass-metoo/layout/_internal.scss */
.mediakit-stat-blocks .col-two {
  width: 100%;
  border-top: 2px solid #fff;
  padding: 30px 30px 0 30px;
}

@media (min-width: 940px) {
  /* line 3099, sass-metoo/layout/_internal.scss */
  .mediakit-stat-blocks .col-two {
    width: 49.5%;
    padding-left: 50px;
    padding-top: 0;
    padding-right: 0;
    border-top: none;
  }
}

@media (min-width: 1240px) {
  /* line 3099, sass-metoo/layout/_internal.scss */
  .mediakit-stat-blocks .col-two {
    padding-left: 50px;
  }
}

@media (min-width: 1640px) {
  /* line 3099, sass-metoo/layout/_internal.scss */
  .mediakit-stat-blocks .col-two {
    padding-left: 65px;
  }
}

@media (min-width: 1940px) {
  /* line 3099, sass-metoo/layout/_internal.scss */
  .mediakit-stat-blocks .col-two {
    padding-left: 70px;
  }
}

/* line 3122, sass-metoo/layout/_internal.scss */
.mediakit-stat-blocks a {
  color: #fff;
}

/* line 3125, sass-metoo/layout/_internal.scss */
.mediakit-stat-blocks a:hover {
  color: #8D2971;
}

/* line 3131, sass-metoo/layout/_internal.scss */
.mediakit-stat-blocks + .mediakit-stat-blocks {
  border-top: 2px solid #fff;
}

/* line 3135, sass-metoo/layout/_internal.scss */
.mediakit-stat-blocks-fullwidth {
  background: #EDEBEB;
  padding: 40px 0 40px 0;
  position: relative;
  text-align: center;
  color: #4A4A4A;
}

/* line 3143, sass-metoo/layout/_internal.scss */
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* line 3156, sass-metoo/layout/_internal.scss */
.side-by-side-blog-press {
  background: #fff;
  padding: 40px 0;
  position: relative;
  border-top: 4px solid #EDEBEB;
}

/* line 3162, sass-metoo/layout/_internal.scss */
.side-by-side-blog-press .full-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 940px) {
  /* line 3156, sass-metoo/layout/_internal.scss */
  .side-by-side-blog-press {
    padding: 100px 0;
  }
}

/* line 3174, sass-metoo/layout/_internal.scss */
.side-by-side-blog-press:before {
  border: 2px solid #EDEBEB;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  bottom: 0;
  display: none;
}

@media (min-width: 940px) {
  /* line 3174, sass-metoo/layout/_internal.scss */
  .side-by-side-blog-press:before {
    display: block;
  }
}

/* line 3189, sass-metoo/layout/_internal.scss */
.side-by-side-blog-press .block {
  width: 100%;
}

@media (min-width: 940px) {
  /* line 3189, sass-metoo/layout/_internal.scss */
  .side-by-side-blog-press .block {
    width: 50%;
    margin-bottom: 0;
    padding-right: 40px;
  }
}

@media (min-width: 1240px) {
  /* line 3189, sass-metoo/layout/_internal.scss */
  .side-by-side-blog-press .block {
    padding-right: 80px;
    padding-left: 40px;
  }
}

@media (min-width: 940px) {
  /* line 3201, sass-metoo/layout/_internal.scss */
  .side-by-side-blog-press .block.blog-two {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 940px) {
  /* line 3206, sass-metoo/layout/_internal.scss */
  .side-by-side-blog-press .block.blog-three {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media (min-width: 940px) {
  /* line 3211, sass-metoo/layout/_internal.scss */
  .side-by-side-blog-press .block.blog-four {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}

/* line 3217, sass-metoo/layout/_internal.scss */
.side-by-side-blog-press .block.press-one {
  margin-top: 30px;
  border-top: 4px solid #EDEBEB;
  padding-top: 30px;
}

@media (min-width: 940px) {
  /* line 3217, sass-metoo/layout/_internal.scss */
  .side-by-side-blog-press .block.press-one {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0px;
    padding-left: 40px;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}

@media (min-width: 1240px) {
  /* line 3217, sass-metoo/layout/_internal.scss */
  .side-by-side-blog-press .block.press-one {
    padding-left: 80px;
    padding-right: 40px;
  }
}

@media (min-width: 940px) {
  /* line 3235, sass-metoo/layout/_internal.scss */
  .side-by-side-blog-press .block.press-two {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-right: 0px;
    padding-left: 40px;
  }
}

@media (min-width: 1240px) {
  /* line 3235, sass-metoo/layout/_internal.scss */
  .side-by-side-blog-press .block.press-two {
    padding-left: 80px;
    padding-right: 40px;
  }
}

@media (min-width: 940px) {
  /* line 3246, sass-metoo/layout/_internal.scss */
  .side-by-side-blog-press .block.press-three {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    padding-right: 0px;
    padding-left: 40px;
  }
}

@media (min-width: 1240px) {
  /* line 3246, sass-metoo/layout/_internal.scss */
  .side-by-side-blog-press .block.press-three {
    padding-left: 80px;
    padding-right: 40px;
  }
}

@media (min-width: 940px) {
  /* line 3257, sass-metoo/layout/_internal.scss */
  .side-by-side-blog-press .block.press-four {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
    padding-right: 0px;
    padding-left: 40px;
  }
}

@media (min-width: 1240px) {
  /* line 3257, sass-metoo/layout/_internal.scss */
  .side-by-side-blog-press .block.press-four {
    padding-left: 80px;
    padding-right: 40px;
  }
}

/* line 3270, sass-metoo/layout/_internal.scss */
.side-by-side-blog-press h5 {
  margin: 0 0 10px 0;
  font-size: 16px;
}

@media (min-width: 640px) {
  /* line 3270, sass-metoo/layout/_internal.scss */
  .side-by-side-blog-press h5 {
    margin: 0 0 30px 0;
  }
}

@media (min-width: 1240px) {
  /* line 3270, sass-metoo/layout/_internal.scss */
  .side-by-side-blog-press h5 {
    margin: 0 0 30px 0;
  }
}

/* line 3280, sass-metoo/layout/_internal.scss */
.side-by-side-blog-press .row {
  width: 100%;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 0.2s background;
  -o-transition: 0.2s background;
  transition: 0.2s background;
}

@media (min-width: 940px) {
  /* line 3280, sass-metoo/layout/_internal.scss */
  .side-by-side-blog-press .row {
    padding: 35px 0;
  }
}

/* line 3292, sass-metoo/layout/_internal.scss */
.side-by-side-blog-press .row h4 {
  margin: 0 0 10px 0;
}

/* line 3295, sass-metoo/layout/_internal.scss */
.side-by-side-blog-press .row h4 a {
  color: #4A4A4A;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 3300, sass-metoo/layout/_internal.scss */
.side-by-side-blog-press .row h6 {
  margin: 0 0 20px 0;
  color: #4A4A4A;
}

/* line 3305, sass-metoo/layout/_internal.scss */
.side-by-side-blog-press .row img {
  width: 100px;
  height: auto;
  border-radius: 100%;
}

@media (min-width: 1240px) {
  /* line 3305, sass-metoo/layout/_internal.scss */
  .side-by-side-blog-press .row img {
    width: 150px;
  }
}

/* line 3316, sass-metoo/layout/_internal.scss */
.side-by-side-blog-press .row .post {
  width: 100%;
}

/* line 3319, sass-metoo/layout/_internal.scss */
.side-by-side-blog-press .row img + .post {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 640px) {
  /* line 3319, sass-metoo/layout/_internal.scss */
  .side-by-side-blog-press .row img + .post {
    width: calc(100% - 100px);
    padding-left: 20px;
    margin-top: 5px;
  }
}

@media (min-width: 1240px) {
  /* line 3319, sass-metoo/layout/_internal.scss */
  .side-by-side-blog-press .row img + .post {
    width: calc(100% - 200px);
  }
}

/* line 3336, sass-metoo/layout/_internal.scss */
.side-by-side-blog-press .button {
  margin: 20px 0 0 0px;
}

@media (min-width: 640px) {
  /* line 3336, sass-metoo/layout/_internal.scss */
  .side-by-side-blog-press .button {
    margin: 35px 0 0 0px;
  }
}

/* line 3346, sass-metoo/layout/_internal.scss */
.text-module + .text-module {
  padding-top: 0;
}

/* line 3350, sass-metoo/layout/_internal.scss */
.no-pad-bottom {
  padding-bottom: 0;
}

/* line 3354, sass-metoo/layout/_internal.scss */
.takeaction-acttoo {
  background: #fff;
  position: relative;
  width: 100%;
  color: #4A4A4A;
  text-align: center;
  padding: 0px 0 40px 0;
  overflow: hidden;
}

@media (min-width: 940px) {
  /* line 3354, sass-metoo/layout/_internal.scss */
  .takeaction-acttoo {
    padding: 40px 0 100px 0;
  }
}

/* line 3367, sass-metoo/layout/_internal.scss */
.takeaction-acttoo .wrapper {
  z-index: 2;
}

/* line 3373, sass-metoo/layout/_internal.scss */
.takeaction-acttoo .button {
  margin-top: 20px;
}

/* line 3378, sass-metoo/layout/_internal.scss */
.takeaction-acttoo .video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 40px;
}

@media (min-width: 940px) {
  /* line 3378, sass-metoo/layout/_internal.scss */
  .takeaction-acttoo .video-container {
    margin-bottom: 70px;
  }
}

/* line 3386, sass-metoo/layout/_internal.scss */
.takeaction-acttoo .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 3395, sass-metoo/layout/_internal.scss */
.takeaction-acttoo h2 {
  color: #00838A;
}

/* line 3400, sass-metoo/layout/_internal.scss */
.acttoo-content {
  padding-bottom: 40px;
}

@media (min-width: 940px) {
  /* line 3400, sass-metoo/layout/_internal.scss */
  .acttoo-content {
    padding-bottom: 80px;
  }
}

/* line 3406, sass-metoo/layout/_internal.scss */
.acttoo-content h2 {
  margin-bottom: 40px;
}

/* line 3410, sass-metoo/layout/_internal.scss */
.acttoo-video {
  background: #fff;
  position: relative;
  width: 100%;
  color: #4A4A4A;
  text-align: center;
  padding: 0px 0 20px 0;
  overflow: hidden;
}

/* line 3419, sass-metoo/layout/_internal.scss */
.acttoo-video .wrapper {
  z-index: 2;
}

/* line 3424, sass-metoo/layout/_internal.scss */
.acttoo-video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

/* line 3429, sass-metoo/layout/_internal.scss */
.acttoo-video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 3441, sass-metoo/layout/_internal.scss */
.acttoo-bottom-button {
  text-align: center;
  margin-top: 30px;
}

/* line 3445, sass-metoo/layout/_internal.scss */
.acttoo-image-row {
  background: #fff;
  position: relative;
}

/* line 3450, sass-metoo/layout/_internal.scss */
.acttoo-image-row .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

@media (min-width: 640px) {
  /* line 3450, sass-metoo/layout/_internal.scss */
  .acttoo-image-row .wrapper {
    width: 600px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 940px) {
  /* line 3450, sass-metoo/layout/_internal.scss */
  .acttoo-image-row .wrapper {
    width: 900px;
  }
}

@media (min-width: 1240px) {
  /* line 3450, sass-metoo/layout/_internal.scss */
  .acttoo-image-row .wrapper {
    width: 1200px;
  }
}

@media (min-width: 1640px) {
  /* line 3450, sass-metoo/layout/_internal.scss */
  .acttoo-image-row .wrapper {
    width: 1450px;
  }
}

/* line 3473, sass-metoo/layout/_internal.scss */
.acttoo-image-row .col-one {
  width: 100%;
}

/* line 3476, sass-metoo/layout/_internal.scss */
.acttoo-image-row .col-one .content {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 940px) {
  /* line 3476, sass-metoo/layout/_internal.scss */
  .acttoo-image-row .col-one .content {
    padding-left: 180px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 940px) {
  /* line 3473, sass-metoo/layout/_internal.scss */
  .acttoo-image-row .col-one {
    width: calc(50% - 10px);
  }
}

/* line 3490, sass-metoo/layout/_internal.scss */
.acttoo-image-row .col-two {
  width: 100%;
}

/* line 3493, sass-metoo/layout/_internal.scss */
.acttoo-image-row .col-two .content {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 940px) {
  /* line 3493, sass-metoo/layout/_internal.scss */
  .acttoo-image-row .col-two .content {
    padding-right: 180px;
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 940px) {
  /* line 3490, sass-metoo/layout/_internal.scss */
  .acttoo-image-row .col-two {
    width: calc(50% - 10px);
  }
}

/* line 5, sass-metoo/layout/_resourcelibrary.scss */
.add-to-library {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  padding-top: 30px;
}

/* line 11, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters {
  border-top: 4px solid #EDEBEB;
}

@media (min-width: 640px) {
  /* line 11, sass-metoo/layout/_resourcelibrary.scss */
  .resourcelibrary-additionalfilters {
    background: url(../images/bg-resourcelibrary.png) no-repeat top left;
    background-size: 20%;
  }
}

/* line 18, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .filter-toggle-bar {
  background: #8D2971;
  padding: 15px 0;
  margin-top: 30px;
}

/* line 23, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .filter-toggle-bar .zip-contain {
  display: none;
}

/* line 26, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .filter-toggle-bar .zippy {
  padding: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

/* line 34, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .filter-toggle-bar .zippy input[type="text"] {
  text-transform: uppercase;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 25px;
  width: 100%;
  font-size: 17px;
  padding: 10px 20px;
  margin-bottom: 10px;
  background: none;
}

@media (min-width: 640px) {
  /* line 34, sass-metoo/layout/_resourcelibrary.scss */
  .resourcelibrary-additionalfilters .filter-toggle-bar .zippy input[type="text"] {
    width: 200px;
    margin-bottom: 0;
    font-size: 20px;
    margin-bottom: 0px;
  }
}

/* line 53, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .filter-toggle-bar .zippy input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

/* line 56, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .filter-toggle-bar .zippy input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

/* line 59, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .filter-toggle-bar .zippy input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

/* line 62, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .filter-toggle-bar .zippy input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

/* line 67, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .filter-toggle-bar .zippy .button {
  margin-top: 0;
  width: 100%;
}

@media (min-width: 640px) {
  /* line 67, sass-metoo/layout/_resourcelibrary.scss */
  .resourcelibrary-additionalfilters .filter-toggle-bar .zippy .button {
    margin-left: 20px;
    padding-left: 60px;
    padding-right: 60px;
    width: auto;
  }
}

/* line 82, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .sort-filters {
  text-align: center;
  padding: 0 25px;
}

/* line 87, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .sort-filters .owl-carousel .owl-stage {
  margin: 0 auto;
}

/* line 90, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .sort-filters .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -20px;
}

/* line 97, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .sort-filters .owl-carousel .owl-nav button {
  position: absolute;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
}

/* line 103, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .sort-filters .owl-carousel .owl-nav button.disabled {
  display: none;
}

/* line 106, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .sort-filters .owl-carousel .owl-nav button.owl-prev {
  left: -30px;
}

/* line 109, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .sort-filters .owl-carousel .owl-nav button.owl-next {
  right: -30px;
}

/* line 118, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .zip-lang {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 125, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .zip-lang .button {
  margin-top: 20px;
  width: 100%;
}

@media (min-width: 640px) {
  /* line 125, sass-metoo/layout/_resourcelibrary.scss */
  .resourcelibrary-additionalfilters .zip-lang .button {
    width: 250px;
    margin-top: 0;
  }
}

/* line 134, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .zip-lang select {
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  border: 1px solid #00838A;
  border-radius: 25px;
  width: 100%;
  position: relative;
  font-size: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 10px 20px;
  outline: none;
  background: #fff;
  color: #4A4A4A;
  background-image: url(../images/select-arrow-teal.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 20px 12px;
}

@media (min-width: 640px) {
  /* line 134, sass-metoo/layout/_resourcelibrary.scss */
  .resourcelibrary-additionalfilters .zip-lang select {
    margin-right: 30px;
    width: 250px;
    padding: 10px 20px;
    font-size: 20px;
  }
}

/* line 159, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .zip-lang select:focus {
  background-color: #f3f3f3;
}

/* line 167, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .btn-blurb {
  text-align: center;
  font-family: "AvertaPE-Semibold", Helvetica, Arial, sans-serif;
}

/* line 171, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .btn-blurb a {
  color: #00838A;
}

/* line 174, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .btn-blurb a:hover {
  color: #8D2971;
}

/* line 178, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .btn-blurb .button {
  width: 300px;
  font-size: 18px;
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif;
  margin: 30px 0;
}

/* line 186, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .matching-filters {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  margin-top: 20px;
}

@media (min-width: 640px) {
  /* line 186, sass-metoo/layout/_resourcelibrary.scss */
  .resourcelibrary-additionalfilters .matching-filters {
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 199, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .matching-filters fieldset {
  max-width: 100%;
}

/* line 202, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .matching-filters fieldset .radio-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 640px) {
  /* line 202, sass-metoo/layout/_resourcelibrary.scss */
  .resourcelibrary-additionalfilters .matching-filters fieldset .radio-row {
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 214, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .matching-filters fieldset .radio-row .resource-count {
  color: #4A4A4A;
}

/* line 220, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .matching-filters fieldset legend {
  max-width: 100%;
  width: 100%;
  margin: 0 0px 15px 0;
  width: 100%;
  font-size: 20px;
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif;
}

@media (min-width: 640px) {
  /* line 220, sass-metoo/layout/_resourcelibrary.scss */
  .resourcelibrary-additionalfilters .matching-filters fieldset legend {
    margin: 0 0px 20px 0;
    font-size: 30px;
    text-align: center;
  }
}

/* line 239, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .tags {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-top: 25px;
  padding-top: 25px;
  position: relative;
}

/* line 252, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .tags:before {
  border-top: 1px solid #EDEBEB;
  width: 90%;
  position: absolute;
  content: '';
  top: 0;
  left: 5%;
}

@media (min-width: 640px) {
  /* line 252, sass-metoo/layout/_resourcelibrary.scss */
  .resourcelibrary-additionalfilters .tags:before {
    width: 640px;
    left: 50%;
    margin-left: -320px;
  }
}

@media (min-width: 640px) {
  /* line 239, sass-metoo/layout/_resourcelibrary.scss */
  .resourcelibrary-additionalfilters .tags {
    font-size: 16px;
  }
}

/* line 270, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .tags .reset-button {
  display: inline-block;
  padding: 5px 20px;
  background: transparent;
  color: #4A4A4A;
  border: 2px solid #00838A;
  font-size: 13px;
  line-height: 1em;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  max-width: 100%;
  cursor: pointer;
}

/* line 284, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .tags .reset-button i {
  color: #00838A;
}

/* line 287, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .tags .reset-button:hover {
  color: #000;
  background: #7AE7D2;
  border-color: #7AE7D2;
}

/* line 292, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .tags .reset-button:hover i {
  color: #000;
}

/* line 299, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .tags button {
  border: none;
  background: none;
  color: #00838A;
  font-size: 12px;
  padding: 0;
}

@media (min-width: 640px) {
  /* line 299, sass-metoo/layout/_resourcelibrary.scss */
  .resourcelibrary-additionalfilters .tags button {
    font-size: 14px;
    padding: 0 5px;
  }
}

/* line 311, sass-metoo/layout/_resourcelibrary.scss */
.resourcelibrary-additionalfilters .tags .tag {
  margin: 2px 5px;
}

@media (min-width: 640px) {
  /* line 311, sass-metoo/layout/_resourcelibrary.scss */
  .resourcelibrary-additionalfilters .tags .tag {
    margin: 5px 10px;
  }
}

/* line 322, sass-metoo/layout/_resourcelibrary.scss */
.sort-style-checkbox label {
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  border-radius: 25px;
  text-transform: uppercase;
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif;
  text-align: center;
  max-width: 100%;
  margin-bottom: 0;
}

@media (min-width: 640px) {
  /* line 322, sass-metoo/layout/_resourcelibrary.scss */
  .sort-style-checkbox label {
    font-size: 18px;
    padding: 10px 20px;
  }
}

/* line 342, sass-metoo/layout/_resourcelibrary.scss */
.sort-style-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: transparent;
  border: none;
  color: #fff;
  top: 0px;
  height: 0px;
  width: 0px;
  border-radius: 0px;
  cursor: pointer;
  margin-right: 0px;
  margin-bottom: 0;
  outline: none;
}

/* line 360, sass-metoo/layout/_resourcelibrary.scss */
.sort-style-checkbox input[type="checkbox"]:checked::before {
  display: none;
}

/* line 363, sass-metoo/layout/_resourcelibrary.scss */
.sort-style-checkbox input[type="checkbox"]:hover {
  background-color: #EDEBEB;
}

/* line 366, sass-metoo/layout/_resourcelibrary.scss */
.sort-style-checkbox input[type="checkbox"]:focus {
  background-color: #EDEBEB;
}

/* line 369, sass-metoo/layout/_resourcelibrary.scss */
.sort-style-checkbox input[type="checkbox"]:checked {
  background-color: #fff;
}

/* line 372, sass-metoo/layout/_resourcelibrary.scss */
.sort-style-checkbox input[type="checkbox"]:checked + label {
  background: #fff;
  color: #8D2971;
}

/* line 380, sass-metoo/layout/_resourcelibrary.scss */
.filter-radio {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 384, sass-metoo/layout/_resourcelibrary.scss */
.filter-radio.first {
  margin: 0 20px 20px 0;
}

@media (min-width: 640px) {
  /* line 384, sass-metoo/layout/_resourcelibrary.scss */
  .filter-radio.first {
    margin: 0 80px 0px 0;
  }
}

/* line 391, sass-metoo/layout/_resourcelibrary.scss */
.filter-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  border: 1px solid #00838A;
  color: #00838A;
  top: 0px;
  height: 25px !important;
  width: 25px !important;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 7px !important;
  margin-bottom: 0 !important;
  outline: none;
}

/* line 407, sass-metoo/layout/_resourcelibrary.scss */
.filter-radio input[type="radio"]:checked::before {
  position: absolute;
  content: '';
  top: 4px;
  left: 4px;
  background: #00838A;
  height: 15px;
  border-radius: 100%;
  width: 15px;
}

/* line 417, sass-metoo/layout/_resourcelibrary.scss */
.filter-radio input[type="radio"]:hover {
  background-color: #EDEBEB;
}

/* line 420, sass-metoo/layout/_resourcelibrary.scss */
.filter-radio input[type="radio"]:focus {
  background-color: #EDEBEB;
}

/* line 423, sass-metoo/layout/_resourcelibrary.scss */
.filter-radio input[type="radio"]:focus:checked::before {
  background: #8D2971;
}

/* line 427, sass-metoo/layout/_resourcelibrary.scss */
.filter-radio input[type="radio"]:checked {
  background-color: #fff;
}

/* line 431, sass-metoo/layout/_resourcelibrary.scss */
.filter-radio label {
  cursor: pointer;
  color: #00838A;
  font-size: 20px;
  margin-top: 2px;
  margin-bottom: 0 !important;
}

/* line 441, sass-metoo/layout/_resourcelibrary.scss */
.resource-pagination {
  background: #EDEBEB;
  padding: 10px 0;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
}

@media (min-width: 640px) {
  /* line 441, sass-metoo/layout/_resourcelibrary.scss */
  .resource-pagination {
    padding: 20px 0;
  }
}

/* line 449, sass-metoo/layout/_resourcelibrary.scss */
.resource-pagination .wrapper {
  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 455, sass-metoo/layout/_resourcelibrary.scss */
.resource-pagination .total-pages {
  margin: 0 20px;
}

/* line 458, sass-metoo/layout/_resourcelibrary.scss */
.resource-pagination input[type="text"] {
  width: 40px;
  padding: 7px 10px;
  text-align: center;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
}

/* line 465, sass-metoo/layout/_resourcelibrary.scss */
.resource-pagination button {
  border: 1px solid #707070;
  background: #fff;
  color: #4A4A4A;
  padding: 7px 10px;
  width: 40px;
  text-align: center;
}

/* line 473, sass-metoo/layout/_resourcelibrary.scss */
.resource-pagination button.prev {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

/* line 477, sass-metoo/layout/_resourcelibrary.scss */
.resource-pagination button.next {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-left: none;
}

/* line 483, sass-metoo/layout/_resourcelibrary.scss */
.resource-pagination button:hover {
  background: #00838A;
  color: #fff;
}

/* line 490, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row {
  padding: 30px 0;
  width: 100%;
  border-bottom: 4px solid #EDEBEB;
}

@media (min-width: 640px) {
  /* line 490, sass-metoo/layout/_resourcelibrary.scss */
  .resource-listing-row {
    padding: 50px 0;
  }
}

@media (min-width: 1240px) {
  /* line 490, sass-metoo/layout/_resourcelibrary.scss */
  .resource-listing-row {
    padding: 80px 0;
  }
}

/* line 503, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 509, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .resource-left {
  width: 100%;
}

@media (min-width: 940px) {
  /* line 509, sass-metoo/layout/_resourcelibrary.scss */
  .resource-listing-row .resource-left {
    padding-right: 50px;
    width: 70%;
  }
}

@media (min-width: 1240px) {
  /* line 509, sass-metoo/layout/_resourcelibrary.scss */
  .resource-listing-row .resource-left {
    padding-right: 80px;
  }
}

/* line 520, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .resource-right {
  width: 100%;
  border-top: 2px solid #EDEBEB;
  margin-top: 30px;
  padding-top: 30px;
}

@media (min-width: 940px) {
  /* line 520, sass-metoo/layout/_resourcelibrary.scss */
  .resource-listing-row .resource-right {
    padding-left: 50px;
    width: 30%;
    border-top: none;
    border-left: 2px solid #EDEBEB;
    margin-top: 0;
    padding-top: 0;
  }
}

@media (min-width: 1240px) {
  /* line 520, sass-metoo/layout/_resourcelibrary.scss */
  .resource-listing-row .resource-right {
    padding-left: 80px;
  }
}

/* line 538, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .resource-right .info-row {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 10px;
}

@media (min-width: 940px) {
  /* line 538, sass-metoo/layout/_resourcelibrary.scss */
  .resource-listing-row .resource-right .info-row {
    margin-bottom: 20px;
  }
}

/* line 549, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .resource-right .info-row a {
  color: #4A4A4A;
}

/* line 552, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .resource-right .info-row a:hover {
  color: #8D2971;
}

/* line 556, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .resource-right .info-row a.button-text {
  color: #8D2971;
}

/* line 562, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .resource-right .info-row .icon {
  width: 20px;
}

@media (min-width: 640px) {
  /* line 562, sass-metoo/layout/_resourcelibrary.scss */
  .resource-listing-row .resource-right .info-row .icon {
    width: 30px;
  }
}

/* line 580, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .resource-right .info-row .icon.location img {
  width: 15px;
}

@media (min-width: 640px) {
  /* line 580, sass-metoo/layout/_resourcelibrary.scss */
  .resource-listing-row .resource-right .info-row .icon.location img {
    width: auto;
  }
}

/* line 588, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .resource-right .info-row .info {
  width: calc(100% - 30px);
  padding-left: 10px;
}

/* line 593, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .resource-right .info-row.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 598, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row h2 {
  font-size: 25px;
  color: #4A4A4A;
  margin-top: 0;
}

/* line 603, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .missing {
  color: #969696;
  font-style: italic;
  font-size: 15px;
  margin-top: 10px;
}

/* line 609, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .missing .slash {
  text-decoration: line-through;
}

/* line 614, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-top: 20px;
  line-height: 1.1em;
}

/* line 623, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .filters .col {
  width: 50%;
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif;
  color: #8D2971;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
  padding-right: 30px;
}

@media (min-width: 640px) {
  /* line 623, sass-metoo/layout/_resourcelibrary.scss */
  .resource-listing-row .filters .col {
    width: 25%;
    margin-bottom: 0;
  }
}

/* line 640, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .filters .col .items {
  width: calc(100% - 32px);
  list-style: none;
  margin: 0 !important;
  padding: 0 0 0 15px;
}

/* line 646, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .filters .col .items li {
  margin: 0 0 5px 0 !important;
}

/* line 649, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .filters .col .items li:nth-child(n+3) {
  display: none;
}

/* line 654, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .filters .col .items.vert-center {
  padding-top: 8px;
}

/* line 659, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .filters .col .icon {
  width: 20px;
}

@media (min-width: 640px) {
  /* line 659, sass-metoo/layout/_resourcelibrary.scss */
  .resource-listing-row .filters .col .icon {
    width: auto;
  }
}

/* line 665, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .filters .col .icon img {
  max-width: 100%;
  height: auto;
}

/* line 673, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .filters .col.location .icon img {
  width: 15px;
}

@media (min-width: 640px) {
  /* line 673, sass-metoo/layout/_resourcelibrary.scss */
  .resource-listing-row .filters .col.location .icon img {
    width: 22px;
  }
}

@media (min-width: 640px) {
  /* line 683, sass-metoo/layout/_resourcelibrary.scss */
  .resource-listing-row .filters .col.cost .icon img {
    width: 32px;
  }
}

@media (min-width: 640px) {
  /* line 693, sass-metoo/layout/_resourcelibrary.scss */
  .resource-listing-row .filters .col.lang .icon img {
    width: 32px;
  }
}

@media (min-width: 640px) {
  /* line 703, sass-metoo/layout/_resourcelibrary.scss */
  .resource-listing-row .filters .col.services .icon img {
    width: 32px;
  }
}

/* line 714, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .filters .show-all {
  margin-top: 10px;
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
  color: #8D2971;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  cursor: pointer;
}

@media (min-width: 640px) {
  /* line 714, sass-metoo/layout/_resourcelibrary.scss */
  .resource-listing-row .filters .show-all {
    margin-top: 20px;
  }
}

/* line 728, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .filters .show-all:hover {
  color: #00838A;
}

/* line 732, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .filters .show-less {
  margin-top: 10px;
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
  color: #8D2971;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  cursor: pointer;
  display: none;
}

@media (min-width: 640px) {
  /* line 732, sass-metoo/layout/_resourcelibrary.scss */
  .resource-listing-row .filters .show-less {
    margin-top: 20px;
  }
}

/* line 746, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .filters .show-less:hover {
  color: #00838A;
}

/* line 752, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .filters.active .show-all {
  display: none;
}

/* line 755, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .filters.active .show-less {
  display: block;
}

/* line 758, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .filters.active .col {
  width: 50%;
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif;
  color: #8D2971;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
  padding-right: 30px;
}

@media (min-width: 640px) {
  /* line 758, sass-metoo/layout/_resourcelibrary.scss */
  .resource-listing-row .filters.active .col {
    width: 25%;
    margin-bottom: 0;
  }
}

/* line 778, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row .filters.active .col .items li:nth-child(n+3) {
  display: block;
}

/* line 788, sass-metoo/layout/_resourcelibrary.scss */
.large-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}

/* line 793, sass-metoo/layout/_resourcelibrary.scss */
.large-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 1px solid #707070;
  color: #00838A;
  top: 0px;
  height: 30px;
  width: 30px;
  border-radius: 0px;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 0;
  outline: none;
}

/* line 811, sass-metoo/layout/_resourcelibrary.scss */
.large-checkbox input[type="checkbox"]:checked::before {
  position: absolute;
  content: '';
  top: 4px;
  left: 6px;
  background: url(../images/checkmark-teal.svg) no-repeat;
  background-size: 100% 100%;
  height: 18px;
  width: 15px;
}

/* line 821, sass-metoo/layout/_resourcelibrary.scss */
.large-checkbox input[type="checkbox"]:hover {
  background-color: #EDEBEB;
}

/* line 824, sass-metoo/layout/_resourcelibrary.scss */
.large-checkbox input[type="checkbox"]:focus {
  background-color: #EDEBEB;
}

/* line 827, sass-metoo/layout/_resourcelibrary.scss */
.large-checkbox input[type="checkbox"]:checked {
  background-color: #fff;
}

/* line 831, sass-metoo/layout/_resourcelibrary.scss */
.large-checkbox label {
  cursor: pointer;
  max-width: calc(100% - 45px);
  margin-bottom: 0;
  margin-top: 5px;
  line-height: 1em;
}

/* line 840, sass-metoo/layout/_resourcelibrary.scss */
.large-checkbox.large-label label {
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif;
  font-size: 17px;
}

@media (min-width: 640px) {
  /* line 840, sass-metoo/layout/_resourcelibrary.scss */
  .large-checkbox.large-label label {
    font-size: 20px;
    line-height: 1.1em;
  }
}

/* line 851, sass-metoo/layout/_resourcelibrary.scss */
.large-checkbox .note {
  width: 100%;
  font-family: "AvertaPE-Regular", Helvetica, Arial, sans-serif;
  font-size: 15px;
  padding-top: 5px;
}

@media (min-width: 640px) {
  /* line 851, sass-metoo/layout/_resourcelibrary.scss */
  .large-checkbox .note {
    font-size: 17px;
  }
}

/* line 863, sass-metoo/layout/_resourcelibrary.scss */
.small-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  position: relative;
}

/* line 869, sass-metoo/layout/_resourcelibrary.scss */
.small-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 1px solid #707070;
  color: #00838A;
  top: 0px;
  height: 20px;
  width: 20px;
  border-radius: 0px;
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 0;
  outline: none;
}

/* line 887, sass-metoo/layout/_resourcelibrary.scss */
.small-checkbox input[type="checkbox"]:checked::before {
  position: absolute;
  content: '';
  top: 2px;
  left: 3px;
  background: url(../images/checkmark-teal.svg) no-repeat;
  background-size: 100% 100%;
  height: 15px;
  width: 12px;
}

/* line 897, sass-metoo/layout/_resourcelibrary.scss */
.small-checkbox input[type="checkbox"]:hover {
  background-color: #EDEBEB;
}

/* line 900, sass-metoo/layout/_resourcelibrary.scss */
.small-checkbox input[type="checkbox"]:focus {
  background-color: #EDEBEB;
}

/* line 903, sass-metoo/layout/_resourcelibrary.scss */
.small-checkbox input[type="checkbox"]:checked {
  background-color: #fff;
}

/* line 907, sass-metoo/layout/_resourcelibrary.scss */
.small-checkbox label {
  cursor: pointer;
  max-width: calc(100% - 28px);
  margin-bottom: 0;
  margin-top: 2px;
  line-height: 1em;
}

/* line 914, sass-metoo/layout/_resourcelibrary.scss */
.small-checkbox .tooltip-trigger {
  display: inline-block;
  color: #00838A;
  cursor: pointer;
  margin-left: 5px;
}

/* line 920, sass-metoo/layout/_resourcelibrary.scss */
.small-checkbox .tooltip-trigger:hover {
  color: #8D2971;
}

/* line 924, sass-metoo/layout/_resourcelibrary.scss */
.small-checkbox .tooltip {
  position: absolute;
  width: 100%;
  top: 30px;
  left: 0;
  border: 2px solid #00838A;
  padding: 15px;
  background: #fff;
  z-index: 2;
  font-size: 15px;
  display: none;
}

/* line 936, sass-metoo/layout/_resourcelibrary.scss */
.small-checkbox .tooltip.active {
  display: block;
}

/* line 939, sass-metoo/layout/_resourcelibrary.scss */
.small-checkbox .tooltip h5 {
  color: #00838A;
  margin-top: 0;
}

/* line 943, sass-metoo/layout/_resourcelibrary.scss */
.small-checkbox .tooltip .close-tooltip {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #00838A;
  cursor: pointer;
}

/* line 950, sass-metoo/layout/_resourcelibrary.scss */
.small-checkbox .tooltip .close-tooltip:hover {
  color: #8D2971;
}

/* line 954, sass-metoo/layout/_resourcelibrary.scss */
.small-checkbox .tooltip .source {
  font-size: 13px;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
}

/* line 963, sass-metoo/layout/_resourcelibrary.scss */
.em-font-style .small-checkbox label {
  font-style: italic;
}

/* line 968, sass-metoo/layout/_resourcelibrary.scss */
.form-filters-specifically {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-style: italic;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 976, sass-metoo/layout/_resourcelibrary.scss */
.form-filters-specifically .small-checkbox {
  margin-right: 20px;
}

/* line 985, sass-metoo/layout/_resourcelibrary.scss */
.form-filters-specifically legend {
  width: 100%;
  margin-bottom: 5px;
  margin-right: 20px;
}

@media (min-width: 640px) {
  /* line 985, sass-metoo/layout/_resourcelibrary.scss */
  .form-filters-specifically legend {
    width: auto;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}

/* line 1000, sass-metoo/layout/_resourcelibrary.scss */
legend.large-label {
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif;
  font-size: 17px;
  margin-bottom: 10px;
}

@media (min-width: 640px) {
  /* line 1000, sass-metoo/layout/_resourcelibrary.scss */
  legend.large-label {
    font-size: 20px;
    line-height: 1.1em;
  }
}

/* line 1012, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row-empty {
  text-align: center;
  color: #8D2971;
  padding: 30px 0;
  width: 100%;
  border-bottom: 4px solid #EDEBEB;
}

@media (min-width: 640px) {
  /* line 1012, sass-metoo/layout/_resourcelibrary.scss */
  .resource-listing-row-empty {
    padding: 50px 0;
  }
}

@media (min-width: 1240px) {
  /* line 1012, sass-metoo/layout/_resourcelibrary.scss */
  .resource-listing-row-empty {
    padding: 80px 0;
  }
}

@media (min-width: 640px) {
  /* line 1012, sass-metoo/layout/_resourcelibrary.scss */
  .resource-listing-row-empty {
    font-size: 20px;
  }
}

/* line 1031, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row-empty .add-to-library {
  max-width: 640px;
  margin: 0 auto;
  border-top: 2px solid #EDEBEB;
  color: #4A4A4A;
  font-size: 15px;
}

@media (min-width: 640px) {
  /* line 1031, sass-metoo/layout/_resourcelibrary.scss */
  .resource-listing-row-empty .add-to-library {
    font-size: 17px;
  }
}

/* line 1041, sass-metoo/layout/_resourcelibrary.scss */
.resource-listing-row-empty .add-to-library .button {
  margin-top: 0;
}

/* line 4, sass-metoo/modules/_forms.scss */
label {
  display: block;
  margin: 0 0 5px 0;
  font-size: 15px;
  line-height: 1.2em;
  text-align: left;
}

/* line 11, sass-metoo/modules/_forms.scss */
label .required {
  margin-left: 5px;
  color: #AD0508;
}

/* line 15, sass-metoo/modules/_forms.scss */
label.error {
  color: #AD0508;
}

@media (min-width: 640px) {
  /* line 4, sass-metoo/modules/_forms.scss */
  label {
    font-size: 17px;
  }
}

/* line 23, sass-metoo/modules/_forms.scss */
label small {
  font-size: 14px;
  font-style: italic;
  font-family: "AvertaPE-Light", Helvetica, Arial, sans-serif;
}

/* line 28, sass-metoo/modules/_forms.scss */
label.large-label-above {
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif;
  font-size: 20px;
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.2em;
}

@media (min-width: 940px) {
  /* line 28, sass-metoo/modules/_forms.scss */
  label.large-label-above {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

/* line 41, sass-metoo/modules/_forms.scss */
.radio-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 640px) {
  /* line 41, sass-metoo/modules/_forms.scss */
  .radio-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 51, sass-metoo/modules/_forms.scss */
.radio-row .radio-block {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px 0 0;
}

@media (min-width: 640px) {
  /* line 51, sass-metoo/modules/_forms.scss */
  .radio-row .radio-block {
    margin: 0 40px 0px 0;
  }
}

/* line 59, sass-metoo/modules/_forms.scss */
.radio-row .radio-block input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  border: 1px solid #707070;
  color: #00838A;
  top: 0px;
  height: 30px !important;
  width: 30px !important;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 7px !important;
  margin-bottom: 0 !important;
  outline: none;
}

/* line 75, sass-metoo/modules/_forms.scss */
.radio-row .radio-block input[type="radio"]:checked::before {
  position: absolute;
  content: '';
  top: 4px;
  left: 4px;
  background: #00838A;
  height: 20px;
  border-radius: 100%;
  width: 20px;
}

/* line 85, sass-metoo/modules/_forms.scss */
.radio-row .radio-block input[type="radio"]:hover {
  background-color: #EDEBEB;
}

/* line 88, sass-metoo/modules/_forms.scss */
.radio-row .radio-block input[type="radio"]:focus {
  background-color: #EDEBEB;
}

/* line 91, sass-metoo/modules/_forms.scss */
.radio-row .radio-block input[type="radio"]:checked {
  background-color: #fff;
}

/* line 95, sass-metoo/modules/_forms.scss */
.radio-row .radio-block label {
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 7px;
}

/* line 104, sass-metoo/modules/_forms.scss */
.check-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 640px) {
  /* line 104, sass-metoo/modules/_forms.scss */
  .check-row {
    margin-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 115, sass-metoo/modules/_forms.scss */
.check-row .check-col {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 640px) {
  /* line 115, sass-metoo/modules/_forms.scss */
  .check-row .check-col {
    width: 48.5%;
    margin-right: 0;
  }
}

/* line 125, sass-metoo/modules/_forms.scss */
.check-block {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0px 10px 0;
}

@media (min-width: 640px) {
  /* line 125, sass-metoo/modules/_forms.scss */
  .check-block {
    margin: 0 0px 0px 0;
  }
}

/* line 134, sass-metoo/modules/_forms.scss */
.check-block.half {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 640px) {
  /* line 134, sass-metoo/modules/_forms.scss */
  .check-block.half {
    width: 48.5%;
    margin-right: 0;
  }
}

/* line 142, sass-metoo/modules/_forms.scss */
.check-block input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  border: 1px solid #707070;
  color: #00838A;
  top: 0px;
  height: 30px !important;
  width: 30px !important;
  cursor: pointer;
  margin-right: 7px !important;
  margin-bottom: 0 !important;
  outline: none;
}

/* line 157, sass-metoo/modules/_forms.scss */
.check-block input[type="checkbox"]:checked::before {
  position: absolute;
  content: '';
  top: 4px;
  left: 6px;
  background: url(../images/checkmark-teal.svg) no-repeat;
  background-size: 100% 100%;
  height: 18px;
  width: 15px;
}

/* line 167, sass-metoo/modules/_forms.scss */
.check-block input[type="checkbox"]:hover {
  background-color: #EDEBEB;
}

/* line 170, sass-metoo/modules/_forms.scss */
.check-block input[type="checkbox"]:focus {
  background-color: #EDEBEB;
}

/* line 173, sass-metoo/modules/_forms.scss */
.check-block input[type="checkbox"]:checked {
  background-color: #fff;
}

/* line 177, sass-metoo/modules/_forms.scss */
.check-block label {
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 7px;
  max-width: calc(100% - 37px);
}

/* line 185, sass-metoo/modules/_forms.scss */
input,
textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #707070;
  font-family: "AvertaPE-Regular", Helvetica, Arial, sans-serif;
  color: #4A4A4A;
  font-size: 15px;
  background: #fff;
  margin: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 197, sass-metoo/modules/_forms.scss */
input:focus,
textarea:focus {
  background: #f3f3f3;
}

/* line 200, sass-metoo/modules/_forms.scss */
input.error,
textarea.error {
  border: 1px solid #AD0508;
}

/* line 204, sass-metoo/modules/_forms.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4A4A4A;
}

/* line 207, sass-metoo/modules/_forms.scss */
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #4A4A4A;
}

/* line 210, sass-metoo/modules/_forms.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #4A4A4A;
}

/* line 213, sass-metoo/modules/_forms.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #4A4A4A;
}

@media (min-width: 640px) {
  /* line 185, sass-metoo/modules/_forms.scss */
  input,
  textarea {
    padding: 15px;
  }
}

/* line 224, sass-metoo/modules/_forms.scss */
input[type="text"], input[type="password"], input[type="file"], textarea, button {
  outline: none;
}

/* line 228, sass-metoo/modules/_forms.scss */
textarea {
  height: 150px;
}

@media (min-width: 640px) {
  /* line 228, sass-metoo/modules/_forms.scss */
  textarea {
    height: 200px;
  }
}

/* line 235, sass-metoo/modules/_forms.scss */
textarea.short {
  height: 80px;
}

@media (min-width: 640px) {
  /* line 235, sass-metoo/modules/_forms.scss */
  textarea.short {
    height: 110px;
  }
}

/* line 243, sass-metoo/modules/_forms.scss */
.textarea-wrap {
  position: relative;
  border: 1px solid #707070;
  margin-bottom: 25px;
}

/* line 248, sass-metoo/modules/_forms.scss */
.textarea-wrap .note {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-family: "AvertaPE-Light", Helvetica, Arial, sans-serif;
}

/* line 255, sass-metoo/modules/_forms.scss */
.textarea-wrap textarea {
  border: none;
  padding-bottom: 35px;
}

/* line 263, sass-metoo/modules/_forms.scss */
.radio label,
.checkbox label {
  display: inline-block;
  padding: 0;
  margin-right: 20px;
}

/* line 268, sass-metoo/modules/_forms.scss */
.radio input,
.checkbox input {
  width: auto;
  margin-right: 5px;
  display: inline-block;
}

/* line 275, sass-metoo/modules/_forms.scss */
button.button,
input.button {
  border: none;
  display: inline-block;
  width: auto;
  margin-top: 20px;
}

@media (min-width: 640px) {
  /* line 275, sass-metoo/modules/_forms.scss */
  button.button,
  input.button {
    margin-top: 45px;
  }
}

/* line 286, sass-metoo/modules/_forms.scss */
.form-row {
  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 291, sass-metoo/modules/_forms.scss */
.form-row .full-width {
  width: 100%;
  margin-bottom: 15px;
}

/* line 295, sass-metoo/modules/_forms.scss */
.form-row .full-width.extra-top-margin {
  margin-top: 10px;
}

/* line 299, sass-metoo/modules/_forms.scss */
.form-row .half-width {
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 640px) {
  /* line 299, sass-metoo/modules/_forms.scss */
  .form-row .half-width {
    width: 48.5%;
  }
}

/* line 307, sass-metoo/modules/_forms.scss */
.form-row .half-width.no-margin-bottom {
  margin-bottom: 5px;
}

@media (min-width: 640px) {
  /* line 307, sass-metoo/modules/_forms.scss */
  .form-row .half-width.no-margin-bottom {
    margin-bottom: 15px;
  }
}

/* line 314, sass-metoo/modules/_forms.scss */
.form-row .quarter-width {
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 640px) {
  /* line 314, sass-metoo/modules/_forms.scss */
  .form-row .quarter-width {
    width: 48.5%;
  }
}

@media (min-width: 1240px) {
  /* line 314, sass-metoo/modules/_forms.scss */
  .form-row .quarter-width {
    width: 22.5%;
  }
}

/* line 326, sass-metoo/modules/_forms.scss */
.form-row .sixty-width {
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 640px) {
  /* line 326, sass-metoo/modules/_forms.scss */
  .form-row .sixty-width {
    width: 65%;
  }
}

/* line 334, sass-metoo/modules/_forms.scss */
.form-row .thirty-width {
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 640px) {
  /* line 334, sass-metoo/modules/_forms.scss */
  .form-row .thirty-width {
    width: 32%;
  }
}

/* line 343, sass-metoo/modules/_forms.scss */
.form-row.centered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 346, sass-metoo/modules/_forms.scss */
.form-row.centered .sixty-width {
  margin-bottom: 8px;
}

@media (min-width: 640px) {
  /* line 346, sass-metoo/modules/_forms.scss */
  .form-row.centered .sixty-width {
    margin-bottom: 0px;
  }
}

/* line 353, sass-metoo/modules/_forms.scss */
.form-row.centered .sixty-width label {
  margin-bottom: 0;
}

/* line 358, sass-metoo/modules/_forms.scss */
.form-row.centered .thirty-width input {
  margin-bottom: 0;
}

/* line 364, sass-metoo/modules/_forms.scss */
.form-row.centered-button {
  text-align: center;
}

/* line 367, sass-metoo/modules/_forms.scss */
.form-row.centered-button .button {
  margin: 0 auto;
  margin-top: 30px;
  width: 280px;
  max-width: 100%;
}

/* line 375, sass-metoo/modules/_forms.scss */
.form-row select {
  position: relative;
  width: 100%;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: solid 1px #707070;
  border-radius: 0;
  padding: 10px;
  outline: none;
  background: #fff;
  color: #4A4A4A;
  font-family: "AvertaPE-Regular", Helvetica, Arial, sans-serif;
  background-image: url(../images/select-arrow.svg);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 10px 20px;
}

@media (min-width: 640px) {
  /* line 375, sass-metoo/modules/_forms.scss */
  .form-row select {
    font-size: 17px;
    padding: 14px;
  }
}

/* line 398, sass-metoo/modules/_forms.scss */
.form-row select:focus {
  background-color: #f3f3f3;
}

/* line 404, sass-metoo/modules/_forms.scss */
.character-count-textarea {
  border: solid 1px #707070;
  padding: 10px;
}

/* line 408, sass-metoo/modules/_forms.scss */
.character-count-textarea textarea {
  border: none;
  padding: 0 0 10px 0;
  background-color: none;
}

/* line 413, sass-metoo/modules/_forms.scss */
.character-count-textarea textarea:focus {
  background-color: none;
}

/* line 417, sass-metoo/modules/_forms.scss */
.character-count-textarea #charNum {
  font-style: italic;
  font-size: 15px;
  font-family: "AvertaPE-Light", Helvetica, Arial, sans-serif;
}

/* line 423, sass-metoo/modules/_forms.scss */
.character-count-textarea:focus-within {
  background-color: #f3f3f3;
}

/* line 428, sass-metoo/modules/_forms.scss */
.float-container {
  border: solid 1px #707070;
  position: relative;
  color: #4A4A4A;
  /** active label */
}

/* line 433, sass-metoo/modules/_forms.scss */
.float-container input, .float-container textarea {
  border: none;
  outline: 0;
  width: 100%;
}

/* line 438, sass-metoo/modules/_forms.scss */
.float-container select {
  border: none;
}

/* line 442, sass-metoo/modules/_forms.scss */
.float-container label {
  font-size: 15px;
  position: absolute;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: translate(0, 8px) scale(1);
      -ms-transform: translate(0, 8px) scale(1);
          transform: translate(0, 8px) scale(1);
  -webkit-transition: all 0 0.5s ease-in-out;
  -o-transition: all 0 0.5s ease-in-out;
  transition: all 0 0.5s ease-in-out;
  left: 10px;
  background: #fff;
  padding: 2px 5px;
  z-index: 1;
}

@media (min-width: 640px) {
  /* line 442, sass-metoo/modules/_forms.scss */
  .float-container label {
    font-size: 17px;
    left: 15px;
    -webkit-transform: translate(0, 13px) scale(1);
        -ms-transform: translate(0, 13px) scale(1);
            transform: translate(0, 13px) scale(1);
  }
}

/* line 462, sass-metoo/modules/_forms.scss */
.float-container.active label {
  -webkit-transform: translate(0, -10px) scale(0.7);
      -ms-transform: translate(0, -10px) scale(0.7);
          transform: translate(0, -10px) scale(0.7);
  text-transform: uppercase;
}

/* line 470, sass-metoo/modules/_forms.scss */
.error-flag {
  display: none;
}

/* line 475, sass-metoo/modules/_forms.scss */
.error input {
  border-color: #AD0508;
  margin-bottom: 0;
}

/* line 479, sass-metoo/modules/_forms.scss */
.error textarea {
  border-color: #AD0508;
}

/* line 482, sass-metoo/modules/_forms.scss */
.error .float-container {
  border-color: #AD0508;
}

/* line 485, sass-metoo/modules/_forms.scss */
.error .float-container label {
  color: #AD0508;
}

/* line 489, sass-metoo/modules/_forms.scss */
.error select {
  border-color: #AD0508;
  margin-bottom: 0;
}

/* line 493, sass-metoo/modules/_forms.scss */
.error .error-flag {
  display: block;
  background: #AD0508;
  color: #fff;
  font-family: "AvertaPE-Regular", Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 3px 5px;
  text-align: left;
}

/* line 502, sass-metoo/modules/_forms.scss */
.error .error-flag .error {
  display: none !important;
  visibility: hidden;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
}

/* line 515, sass-metoo/modules/_forms.scss */
.large-label-above legend {
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif;
  font-size: 20px;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.2em;
}

@media (min-width: 940px) {
  /* line 515, sass-metoo/modules/_forms.scss */
  .large-label-above legend {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

/* line 528, sass-metoo/modules/_forms.scss */
.large-label-above .check-block {
  margin-bottom: 10px;
}

@media (min-width: 940px) {
  /* line 528, sass-metoo/modules/_forms.scss */
  .large-label-above .check-block {
    margin-bottom: 20px;
  }
}

/* line 537, sass-metoo/modules/_forms.scss */
.page-template-page-contact .at-title, .page-template-page-contact .at-markup, .homepage-section-newsletter .at-title, .homepage-section-newsletter .at-markup, .homepage-section-newsletter legend, .page-template-page-community-healing-circles .at-title, .page-template-page-community-healing-circles .at-markup, .page-template-page-joinmovement .at-title, .page-template-page-joinmovement .at-markup, .page-template-page-survivor-healing-programs .at-title, .page-template-page-survivor-healing-programs .at-markup, .post-type-archive-opportunity .at-title, .post-type-archive-opportunity .at-markup, .page-template-default .at-title, .page-template-default .at-markup {
  display: none;
}

/* line 541, sass-metoo/modules/_forms.scss */
.at-inner {
  background: transparent !important;
}

/* line 544, sass-metoo/modules/_forms.scss */
.at {
  font-family: "AvertaPE-Regular", Helvetica, Arial, sans-serif !important;
  color: #4A4A4A !important;
}

/* line 548, sass-metoo/modules/_forms.scss */
.at label {
  font-size: 15px !important;
}

@media (min-width: 640px) {
  /* line 548, sass-metoo/modules/_forms.scss */
  .at label {
    font-size: 17px !important;
  }
}

/* line 554, sass-metoo/modules/_forms.scss */
.homepage-section-newsletter .at label, .homepage-section-newsletter .at label small {
  color: #fff !important;
}

/* line 558, sass-metoo/modules/_forms.scss */
.at fieldset legend {
  font-weight: normal !important;
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif !important;
  color: #4A4A4A !important;
}

/* line 563, sass-metoo/modules/_forms.scss */
.at-title {
  font-weight: normal !important;
  font-family: "AvertaPE-Black", Helvetica, Arial, sans-serif !important;
  color: #4A4A4A !important;
}

/* line 568, sass-metoo/modules/_forms.scss */
.at select {
  border-color: #707070 !important;
  border-radius: 0 !important;
  font-family: "AvertaPE-Regular", Helvetica, Arial, sans-serif !important;
}

/* line 573, sass-metoo/modules/_forms.scss */
.at .select2-selection--single {
  border-color: #707070 !important;
  border-radius: 0 !important;
  font-family: "AvertaPE-Regular", Helvetica, Arial, sans-serif !important;
}

/* line 578, sass-metoo/modules/_forms.scss */
.at .select2-selection--multiple {
  border-color: #707070 !important;
  border-radius: 0 !important;
  font-family: "AvertaPE-Regular", Helvetica, Arial, sans-serif !important;
}

/* line 584, sass-metoo/modules/_forms.scss */
.at .select2-selection--multiple ul li {
  margin: 0 !important;
}

/* line 589, sass-metoo/modules/_forms.scss */
.at .select2-selection--multiple input[type="search"] {
  padding: 0 !important;
  border: none !important;
}

/* line 594, sass-metoo/modules/_forms.scss */
.at input[type="text"], .at input[type="password"], .at input[type="date"], .at input[type="datetime"], .at input[type="datetime-local"], .at input[type="month"], .at input[type="week"], .at input[type="email"], .at input[type="number"], .at input[type="search"], .at input[type="time"], .at input[type="url"], .at input[type="color"], .at textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #707070 !important;
  font-family: "AvertaPE-Regular", Helvetica, Arial, sans-serif !important;
  color: #4A4A4A !important;
  font-size: 15px !important;
  background: #fff !important;
  margin: 0;
  border-radius: 0 !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 606, sass-metoo/modules/_forms.scss */
.at input[type="text"]:focus, .at input[type="password"]:focus, .at input[type="date"]:focus, .at input[type="datetime"]:focus, .at input[type="datetime-local"]:focus, .at input[type="month"]:focus, .at input[type="week"]:focus, .at input[type="email"]:focus, .at input[type="number"]:focus, .at input[type="search"]:focus, .at input[type="time"]:focus, .at input[type="url"]:focus, .at input[type="color"]:focus, .at textarea:focus {
  background: #f3f3f3;
}

/* line 609, sass-metoo/modules/_forms.scss */
.at input[type="text"].error, .at input[type="password"].error, .at input[type="date"].error, .at input[type="datetime"].error, .at input[type="datetime-local"].error, .at input[type="month"].error, .at input[type="week"].error, .at input[type="email"].error, .at input[type="number"].error, .at input[type="search"].error, .at input[type="time"].error, .at input[type="url"].error, .at input[type="color"].error, .at textarea.error {
  border: 1px solid #AD0508;
}

/* line 613, sass-metoo/modules/_forms.scss */
.at input[type="text"]::-webkit-input-placeholder, .at input[type="password"]::-webkit-input-placeholder, .at input[type="date"]::-webkit-input-placeholder, .at input[type="datetime"]::-webkit-input-placeholder, .at input[type="datetime-local"]::-webkit-input-placeholder, .at input[type="month"]::-webkit-input-placeholder, .at input[type="week"]::-webkit-input-placeholder, .at input[type="email"]::-webkit-input-placeholder, .at input[type="number"]::-webkit-input-placeholder, .at input[type="search"]::-webkit-input-placeholder, .at input[type="time"]::-webkit-input-placeholder, .at input[type="url"]::-webkit-input-placeholder, .at input[type="color"]::-webkit-input-placeholder, .at textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4A4A4A;
}

/* line 616, sass-metoo/modules/_forms.scss */
.at input[type="text"]::-moz-placeholder, .at input[type="password"]::-moz-placeholder, .at input[type="date"]::-moz-placeholder, .at input[type="datetime"]::-moz-placeholder, .at input[type="datetime-local"]::-moz-placeholder, .at input[type="month"]::-moz-placeholder, .at input[type="week"]::-moz-placeholder, .at input[type="email"]::-moz-placeholder, .at input[type="number"]::-moz-placeholder, .at input[type="search"]::-moz-placeholder, .at input[type="time"]::-moz-placeholder, .at input[type="url"]::-moz-placeholder, .at input[type="color"]::-moz-placeholder, .at textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #4A4A4A;
}

/* line 619, sass-metoo/modules/_forms.scss */
.at input[type="text"]:-ms-input-placeholder, .at input[type="password"]:-ms-input-placeholder, .at input[type="date"]:-ms-input-placeholder, .at input[type="datetime"]:-ms-input-placeholder, .at input[type="datetime-local"]:-ms-input-placeholder, .at input[type="month"]:-ms-input-placeholder, .at input[type="week"]:-ms-input-placeholder, .at input[type="email"]:-ms-input-placeholder, .at input[type="number"]:-ms-input-placeholder, .at input[type="search"]:-ms-input-placeholder, .at input[type="time"]:-ms-input-placeholder, .at input[type="url"]:-ms-input-placeholder, .at input[type="color"]:-ms-input-placeholder, .at textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #4A4A4A;
}

/* line 622, sass-metoo/modules/_forms.scss */
.at input[type="text"]:-moz-placeholder, .at input[type="password"]:-moz-placeholder, .at input[type="date"]:-moz-placeholder, .at input[type="datetime"]:-moz-placeholder, .at input[type="datetime-local"]:-moz-placeholder, .at input[type="month"]:-moz-placeholder, .at input[type="week"]:-moz-placeholder, .at input[type="email"]:-moz-placeholder, .at input[type="number"]:-moz-placeholder, .at input[type="search"]:-moz-placeholder, .at input[type="time"]:-moz-placeholder, .at input[type="url"]:-moz-placeholder, .at input[type="color"]:-moz-placeholder, .at textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #4A4A4A;
}

@media (min-width: 640px) {
  /* line 594, sass-metoo/modules/_forms.scss */
  .at input[type="text"], .at input[type="password"], .at input[type="date"], .at input[type="datetime"], .at input[type="datetime-local"], .at input[type="month"], .at input[type="week"], .at input[type="email"], .at input[type="number"], .at input[type="search"], .at input[type="time"], .at input[type="url"], .at input[type="color"], .at textarea {
    padding: 15px !important;
  }
}

/* line 631, sass-metoo/modules/_forms.scss */
.at input[type="tel"] {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 10px !important;
  border: 1px solid #707070 !important;
  font-family: "AvertaPE-Regular", Helvetica, Arial, sans-serif !important;
  color: #4A4A4A !important;
  font-size: 15px !important;
  background: #fff !important;
  margin: 0;
  border-radius: 0 !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 643, sass-metoo/modules/_forms.scss */
.at input[type="tel"]:focus {
  background: #f3f3f3;
}

/* line 646, sass-metoo/modules/_forms.scss */
.at input[type="tel"].error {
  border: 1px solid #AD0508;
}

/* line 650, sass-metoo/modules/_forms.scss */
.at input[type="tel"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4A4A4A;
}

/* line 653, sass-metoo/modules/_forms.scss */
.at input[type="tel"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #4A4A4A;
}

/* line 656, sass-metoo/modules/_forms.scss */
.at input[type="tel"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #4A4A4A;
}

/* line 659, sass-metoo/modules/_forms.scss */
.at input[type="tel"]:-moz-placeholder {
  /* Firefox 18- */
  color: #4A4A4A;
}

@media (min-width: 640px) {
  /* line 631, sass-metoo/modules/_forms.scss */
  .at input[type="tel"] {
    padding: 10px 10px 10px 10px !important;
  }
}

/* line 668, sass-metoo/modules/_forms.scss */
.at input[type="tel"].intl-phone-MobilePhone, .at input[type="tel"].intl-phone-HomePhone {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 52px !important;
  border: 1px solid #707070 !important;
  font-family: "AvertaPE-Regular", Helvetica, Arial, sans-serif !important;
  color: #4A4A4A !important;
  font-size: 15px !important;
  background: #fff !important;
  margin: 0;
  border-radius: 0 !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 680, sass-metoo/modules/_forms.scss */
.at input[type="tel"].intl-phone-MobilePhone:focus, .at input[type="tel"].intl-phone-HomePhone:focus {
  background: #f3f3f3;
}

/* line 683, sass-metoo/modules/_forms.scss */
.at input[type="tel"].intl-phone-MobilePhone.error, .at input[type="tel"].intl-phone-HomePhone.error {
  border: 1px solid #AD0508;
}

/* line 687, sass-metoo/modules/_forms.scss */
.at input[type="tel"].intl-phone-MobilePhone::-webkit-input-placeholder, .at input[type="tel"].intl-phone-HomePhone::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4A4A4A;
}

/* line 690, sass-metoo/modules/_forms.scss */
.at input[type="tel"].intl-phone-MobilePhone::-moz-placeholder, .at input[type="tel"].intl-phone-HomePhone::-moz-placeholder {
  /* Firefox 19+ */
  color: #4A4A4A;
}

/* line 693, sass-metoo/modules/_forms.scss */
.at input[type="tel"].intl-phone-MobilePhone:-ms-input-placeholder, .at input[type="tel"].intl-phone-HomePhone:-ms-input-placeholder {
  /* IE 10+ */
  color: #4A4A4A;
}

/* line 696, sass-metoo/modules/_forms.scss */
.at input[type="tel"].intl-phone-MobilePhone:-moz-placeholder, .at input[type="tel"].intl-phone-HomePhone:-moz-placeholder {
  /* Firefox 18- */
  color: #4A4A4A;
}

@media (min-width: 640px) {
  /* line 668, sass-metoo/modules/_forms.scss */
  .at input[type="tel"].intl-phone-MobilePhone, .at input[type="tel"].intl-phone-HomePhone {
    padding: 10px 10px 10px 52px !important;
  }
}

/* line 709, sass-metoo/modules/_forms.scss */
.at-fields .radios input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 1px solid #707070;
  color: #00838A;
  top: 0px;
  height: 20px !important;
  width: 20px !important;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 7px !important;
  margin-bottom: 0 !important;
  outline: none;
}

/* line 727, sass-metoo/modules/_forms.scss */
.at-fields .radios input[type="radio"]:checked::before {
  position: absolute;
  content: '';
  top: 4px;
  left: 4px;
  background: #00838A;
  height: 10px;
  border-radius: 100%;
  width: 10px;
}

/* line 737, sass-metoo/modules/_forms.scss */
.at-fields .radios input[type="radio"]:hover {
  background-color: #EDEBEB;
}

/* line 740, sass-metoo/modules/_forms.scss */
.at-fields .radios input[type="radio"]:focus {
  background-color: #EDEBEB;
}

/* line 743, sass-metoo/modules/_forms.scss */
.at-fields .radios input[type="radio"]:checked {
  background-color: #fff;
}

/* line 747, sass-metoo/modules/_forms.scss */
.at-fields .radios label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px !important;
}

/* line 756, sass-metoo/modules/_forms.scss */
.at input[type="checkbox"] + span:before {
  display: none !important;
}

/* line 759, sass-metoo/modules/_forms.scss */
.at input[type="checkbox"] + span:after {
  display: none !important;
}

/* line 762, sass-metoo/modules/_forms.scss */
.at input[type="checkbox"] + span {
  padding-left: 0 !important;
}

/* line 765, sass-metoo/modules/_forms.scss */
.at .at-check input + span {
  margin-bottom: 0 !important;
  margin-top: 5px !important;
}

/* line 771, sass-metoo/modules/_forms.scss */
.at-check input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative !important;
  left: 0 !important;
  background-color: #fff;
  border: 1px solid #707070;
  color: #00838A;
  top: 0px;
  height: 30px !important;
  width: 30px !important;
  border-radius: 0px;
  cursor: pointer;
  margin-right: 7px !important;
  margin-bottom: 0 !important;
  outline: none;
}

/* line 790, sass-metoo/modules/_forms.scss */
.at-check input[type="checkbox"]:checked::before {
  position: absolute;
  content: '';
  top: 4px;
  left: 6px;
  background: url(../images/checkmark-teal.svg) no-repeat;
  background-size: 100% 100%;
  height: 18px;
  width: 15px;
}

/* line 800, sass-metoo/modules/_forms.scss */
.at-check input[type="checkbox"]:hover {
  background-color: #EDEBEB;
}

/* line 803, sass-metoo/modules/_forms.scss */
.at-check input[type="checkbox"]:focus {
  background-color: #EDEBEB;
}

/* line 806, sass-metoo/modules/_forms.scss */
.at-check input[type="checkbox"]:checked {
  background-color: #fff;
}

/* line 810, sass-metoo/modules/_forms.scss */
.at-check .at-checkbox-title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 818, sass-metoo/modules/_forms.scss */
.at-fields .radios label.at-text input {
  margin-bottom: 0 !important;
}

/* line 821, sass-metoo/modules/_forms.scss */
.at-fields .radios label.at-text {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 826, sass-metoo/modules/_forms.scss */
.at-legal {
  text-align: left;
  color: #4A4A4A !important;
  margin-top: 8px;
  padding-left: 10px !important;
}

/* line 832, sass-metoo/modules/_forms.scss */
.homepage-section-newsletter .at-legal {
  color: #fff !important;
}

/* line 835, sass-metoo/modules/_forms.scss */
.at-indented {
  margin-top: 0 !important;
}

/* line 838, sass-metoo/modules/_forms.scss */
.YesSignMeUpForUpdatesForBinder, .SmsSubscribeMobilePhone {
  margin-top: 10px !important;
}

@media (min-width: 640px) {
  /* line 845, sass-metoo/modules/_forms.scss */
  #resource-collection .form-row {
    margin-bottom: 25px;
  }
}

/* line 850, sass-metoo/modules/_forms.scss */
.at-checkbox-title-container {
  display: inline-block;
}

/* line 853, sass-metoo/modules/_forms.scss */
.at-select.SelectedFrequency {
  display: inline-block;
}

/* line 856, sass-metoo/modules/_forms.scss */
.at .at-step.active {
  border-bottom-color: #00838A !important;
}

/* line 859, sass-metoo/modules/_forms.scss */
.at form .label-amount > a {
  background: #00838A !important;
}

/* line 862, sass-metoo/modules/_forms.scss */
.at form .label-amount input[type="radio"]:checked + a {
  background: #8D2971 !important;
}

/* line 865, sass-metoo/modules/_forms.scss */
.at form .label-amount {
  font-size: 24px !important;
}

/* line 868, sass-metoo/modules/_forms.scss */
.at form .label-amount.label-otheramount {
  font-size: 0px !important;
}

/* line 871, sass-metoo/modules/_forms.scss */
.at-recurring .at-check {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* line 874, sass-metoo/modules/_forms.scss */
.at-recurring {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 878, sass-metoo/modules/_forms.scss */
.at-recurring .at-check input[type="checkbox"] + span {
  margin-top: 0 !important;
}

/* line 881, sass-metoo/modules/_forms.scss */
.at form .label-amount input.edit-otheramount {
  padding-left: 30px !important;
}

/* line 884, sass-metoo/modules/_forms.scss */
.at form .label-amount input:required + .label-otheramount-prefix {
  color: #ced4da !important;
}

/* line 887, sass-metoo/modules/_forms.scss */
.at label small {
  color: #4A4A4A !important;
}

/* line 4, sass-metoo/modules/_buttons.scss */
.button {
  display: inline-block;
  padding: 10px 20px;
  background: #8D2971;
  border: 2px solid #8D2971;
  color: #fff;
  font-size: 13px;
  line-height: 1em;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  text-align: center;
  width: 280px;
  max-width: 100%;
}

/* line 21, sass-metoo/modules/_buttons.scss */
.button:hover {
  color: #000;
  background: #7AE7D2;
  border-color: #7AE7D2;
}

@media (min-width: 640px) {
  /* line 4, sass-metoo/modules/_buttons.scss */
  .button {
    padding: 15px 20px;
    margin-top: 25px;
    font-size: 14px;
    width: 300px;
  }
}

/* line 34, sass-metoo/modules/_buttons.scss */
.button.teal {
  background: #00838A;
  border-color: #00838A;
}

/* line 38, sass-metoo/modules/_buttons.scss */
.button.teal:hover {
  color: #000;
  background: #7AE7D2;
  border-color: #7AE7D2;
}

/* line 45, sass-metoo/modules/_buttons.scss */
.button.white {
  background: #fff;
  color: #8D2971;
  border-color: #fff;
}

/* line 49, sass-metoo/modules/_buttons.scss */
.button.white:hover {
  color: #000;
  background: #7AE7D2;
  border-color: #7AE7D2;
}

@media (min-width: 640px) {
  /* line 55, sass-metoo/modules/_buttons.scss */
  .button.small {
    width: 225px;
    padding: 15px 15px;
  }
}

/* line 64, sass-metoo/modules/_buttons.scss */
.button-white-teal {
  display: inline-block;
  padding: 12px 20px;
  background: #fff;
  border: 2px solid #fff;
  color: #00838A;
  font-size: 13px;
  line-height: 1em;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  text-align: center;
  width: 280px;
  max-width: 100%;
}

/* line 81, sass-metoo/modules/_buttons.scss */
.button-white-teal:hover {
  color: #000;
  background: #7AE7D2;
  border-color: #7AE7D2;
}

@media (min-width: 640px) {
  /* line 64, sass-metoo/modules/_buttons.scss */
  .button-white-teal {
    font-size: 14px;
    padding: 15px 20px;
    width: 300px;
  }
}

@media (min-width: 640px) {
  /* line 91, sass-metoo/modules/_buttons.scss */
  .button-white-teal.small {
    min-width: 225px;
    padding: 15px 15px;
  }
}

/* line 99, sass-metoo/modules/_buttons.scss */
.outline-button {
  display: inline-block;
  padding: 12px 20px;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-size: 13px;
  line-height: 1em;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  text-align: center;
  width: 280px;
  max-width: 100%;
}

/* line 116, sass-metoo/modules/_buttons.scss */
.outline-button:hover {
  color: #000;
  background: #7AE7D2;
  border-color: #7AE7D2;
}

@media (min-width: 640px) {
  /* line 99, sass-metoo/modules/_buttons.scss */
  .outline-button {
    font-size: 14px;
    padding: 15px 20px;
    width: 300px;
  }
}

/* line 129, sass-metoo/modules/_buttons.scss */
.outline-button.teal {
  color: #00838A;
  border-color: #00838A;
}

/* line 133, sass-metoo/modules/_buttons.scss */
.outline-button.teal:hover {
  color: #000;
  border-color: #7AE7D2;
}

@media (min-width: 640px) {
  /* line 139, sass-metoo/modules/_buttons.scss */
  .outline-button.small {
    width: 225px;
    padding: 15px 15px;
  }
}

/* line 147, sass-metoo/modules/_buttons.scss */
.button-text {
  color: #8D2971;
  font-size: 13px;
  line-height: 1em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
}

/* line 155, sass-metoo/modules/_buttons.scss */
.button-text:hover {
  color: #000;
}

/* line 159, sass-metoo/modules/_buttons.scss */
.button-text i {
  font-size: 9px;
  margin-top: -1px;
  vertical-align: middle;
}

/* line 165, sass-metoo/modules/_buttons.scss */
.button-text .fas {
  font-size: 9px;
  margin-top: -1px;
  vertical-align: middle;
}

/* line 176, sass-metoo/modules/_buttons.scss */
.wp-block-button .wp-block-button__link {
  display: inline-block;
  padding: 10px 20px;
  background: #8D2971;
  color: #fff;
  font-size: 13px;
  line-height: 1em;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  text-align: center;
  width: 280px;
  max-width: 100%;
}

/* line 192, sass-metoo/modules/_buttons.scss */
.wp-block-button .wp-block-button__link:hover {
  color: #000;
  background: #7AE7D2;
}

@media (min-width: 640px) {
  /* line 176, sass-metoo/modules/_buttons.scss */
  .wp-block-button .wp-block-button__link {
    padding: 15px 20px;
    margin-top: 25px;
    font-size: 14px;
    width: 300px;
  }
}

/* line 205, sass-metoo/modules/_buttons.scss */
.wp-block-button.is-style-outline .wp-block-button__link {
  display: inline-block;
  padding: 10px 20px;
  background: none;
  border: 2px solid #8D2971;
  color: #8D2971;
  font-size: 13px;
  line-height: 1em;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif;
  text-align: center;
  width: 280px;
  max-width: 100%;
}

/* line 222, sass-metoo/modules/_buttons.scss */
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #000;
  background: #7AE7D2;
}

/* line 232, sass-metoo/modules/_buttons.scss */
.at-form-submit {
  text-align: center;
}

/* line 235, sass-metoo/modules/_buttons.scss */
.submitStep {
  display: inline-block !important;
  padding: 12px 20px !important;
  background: transparent !important;
  color: #00838A !important;
  border: 2px solid #00838A !important;
  font-size: 13px !important;
  line-height: 1em !important;
  border-radius: 25px !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase !important;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif !important;
  text-align: center !important;
  width: auto !important;
  max-width: 100% !important;
}

/* line 252, sass-metoo/modules/_buttons.scss */
.submitStep:hover {
  color: #000;
  background: #7AE7D2;
  border-color: #7AE7D2;
}

/* line 258, sass-metoo/modules/_buttons.scss */
.nextStep {
  float: none !important;
  display: inline-block !important;
  padding: 10px 20px !important;
  background: #8D2971 !important;
  border: 2px solid #8D2971 !important;
  color: #fff !important;
  font-size: 13px !important;
  line-height: 1em !important;
  border-radius: 25px !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase !important;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif !important;
  text-align: center !important;
  width: auto !important;
  max-width: 100% !important;
}

/* line 276, sass-metoo/modules/_buttons.scss */
.nextStep:hover {
  color: #000 !important;
  background: #7AE7D2 !important;
  border-color: #7AE7D2 !important;
}

/* line 282, sass-metoo/modules/_buttons.scss */
.at-submit {
  float: none !important;
  display: inline-block !important;
  padding: 10px 20px !important;
  background: #8D2971 !important;
  border: 2px solid #8D2971 !important;
  color: #fff !important;
  font-size: 13px !important;
  line-height: 1em !important;
  border-radius: 25px !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase !important;
  font-family: "AvertaPE-Bold", Helvetica, Arial, sans-serif !important;
  text-align: center !important;
  width: 280px !important;
  max-width: 100% !important;
}

/* line 300, sass-metoo/modules/_buttons.scss */
.at-submit:hover {
  color: #000 !important;
  background: #7AE7D2 !important;
  border-color: #7AE7D2 !important;
}
