/*!
Theme Name: Yes On IP44
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yes-on-ip44
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Yes On IP44 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*new colors*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("webfonts/fa-brands-400.eot");
  src: url("webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-brands-400.woff2") format("woff2"), url("webfonts/fa-brands-400.woff") format("woff"), url("webfonts/fa-brands-400.ttf") format("truetype"), url("webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("webfonts/fa-solid-900.eot");
  src: url("webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-solid-900.woff2") format("woff2"), url("webfonts/fa-solid-900.woff") format("woff"), url("webfonts/fa-solid-900.ttf") format("truetype"), url("webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-times:before {
  content: "\f00d";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-angle-double-right:before {
  content: "\f101";
}

@-moz-document url-prefix() {
  .grid-margin-x > .cell {
    margin-right: 0.9374rem;
  }
}
.grid-container {
  max-width: 890px;
  padding-left: 25px;
  padding-right: 25px;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #1D0E3F;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1, .h1, h2, .h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  font-weight: 700;
}

h1, .h1 {
  font-size: 38px;
}

h2 {
  color: #1D0E3F;
  font-size: 38px;
}

h3 {
  font-size: 22px;
  color: #1D0E3F;
}

.ttu {
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 36pt;
  }
  h2 {
    color: #1D0E3F;
    font-size: 25pt;
  }
}
p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.close-button:focus,
.menu-btn:focus {
  outline: none;
}

.btn-mrg {
  margin: 35px 0;
}

.btn, .btn-dpurple,
#highlight.bg-purple .highlight-btn,
.gform_wrapper .gform_footer input[type=submit].gform_button, .btn-berry, .btn-white,
#highlight.bg-pink .highlight-btn {
  padding: 6px 58px;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  border-radius: 40px;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-white,
#highlight.bg-pink .highlight-btn {
  background-color: white;
  color: #A00177;
  display: inline-block;
  border-color: white;
}
.btn-white:visited,
#highlight.bg-pink .highlight-btn:visited {
  color: #A00177;
}
.btn-white:focus,
#highlight.bg-pink .highlight-btn:focus {
  background-color: transparent;
  color: white;
}
.btn-white:hover,
#highlight.bg-pink .highlight-btn:hover {
  background-color: transparent;
  color: white !important;
  border-color: white;
}

.btn-berry {
  background-color: #A00177;
  border-color: #A00177;
  color: white;
  display: inline-block;
}
.btn-berry:visited {
  color: white;
}
.btn-berry:focus {
  background-color: white;
  color: #A00177;
}
.btn-berry:hover {
  background-color: transparent;
  color: #A00177 !important;
  border-color: #A00177;
}

.btn-dpurple,
#highlight.bg-purple .highlight-btn,
.gform_wrapper .gform_footer input[type=submit].gform_button {
  background-color: #1D0E3F;
  border-color: #1D0E3F;
  color: #fff;
  display: inline-block;
}
.btn-dpurple:visited,
#highlight.bg-purple .highlight-btn:visited,
.gform_wrapper .gform_footer input[type=submit].gform_button:visited {
  color: #fff;
}
.btn-dpurple:focus,
#highlight.bg-purple .highlight-btn:focus,
.gform_wrapper .gform_footer input[type=submit].gform_button:focus {
  background-color: white;
  color: #1D0E3F;
}
.btn-dpurple:hover,
#highlight.bg-purple .highlight-btn:hover,
.gform_wrapper .gform_footer input[type=submit].gform_button:hover {
  background-color: transparent;
  color: #1D0E3F !important;
  border-color: #1D0E3F;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #1D0E3F;
  padding: 20px 10px;
  border-radius: 0;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  background-color: #f7f7f7;
  line-height: normal !important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.at-form {
  background-color: transparent;
}
.at-form .at-inner {
  background-color: transparent;
}
.at-form .contributions {
  margin-top: 50px;
}
.at-form .contributions p {
  font-size: 2em;
  font-weight: bold;
}

.at .EmailAddress input[type=email],
.at .PostalCode input[type=tel],
.at input[type=text],
.at input[type=tel],
.at textarea {
  border-radius: 0 !important;
  background-color: #d0e2ea !important;
  padding: 10px 20px !important;
  height: 50px !important;
  border: 1px solid #1c3461 !important;
  font-size: 1em !important;
  line-height: normal !important;
}
.at input[type=tel] {
  padding-left: 50px !important;
}
.at .at-check input {
  border-color: #1c3461 !important;
}
.at input[type=checkbox] + span:before {
  border-radius: 0 !important;
  border-color: #1c3461 !important;
}
.at input[type=checkbox]:active + span:before,
.at input[type=checkbox]:checked + span:before {
  background-color: #1c3461 !important;
  border-radius: 0;
}
.at .at-check input + span:focus {
  outline: none;
}
.at .at-fieldset {
  padding: 0 !important;
}
.at .at-checkbox-title {
  display: block;
  margin-bottom: 15px !important;
}
.at .select2-selection--single {
  border-radius: 0 !important;
  background-color: #d0e2ea !important;
  padding: 10px 20px !important;
  height: 50px !important;
  border: 1px solid #1c3461 !important;
  font-size: 1em !important;
  line-height: normal !important;
}
.at select {
  border-radius: 0 !important;
  background-color: #d0e2ea !important;
  padding: 10px 20px !important;
  height: 50px !important;
  border: 1px solid #1c3461 !important;
  font-size: 1em !important;
  line-height: normal !important;
  color: #1c3461 !important;
}
.at .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px !important;
  color: #1c3461;
}

.FastAction.at-markup {
  display: none !important;
}

.at input[type=submit] {
  border-radius: 0;
  height: 50px !important;
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 18pt;
  padding: 7px 50px;
  background-color: #A00177;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.at input[type=submit]:hover {
  background-color: #1D0E3F;
}

.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=tel]::-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 {
  color: #1c3461 !important;
  opacity: 1 !important;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1c3461;
  opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #1c3461 !important;
  opacity: 1 !important;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #1c3461;
  opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
  color: #1c3461 !important;
  opacity: 1 !important;
}

.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=tel]::-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 {
  color: #1c3461 !important;
  opacity: 1 !important;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header.at-title,
.HeaderHtml,
.at fieldset legend,
.FastAction.at-markup,
.at .UpdateMyProfile {
  display: none;
}

.at textarea {
  height: 200px !important;
  line-height: 1.4em !important;
  padding: 15px !important;
}

.SmsSubscribeMobilePhone {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  .at input[type=submit] {
    height: 58px !important;
    line-height: normal !important;
  }
  .at .EmailAddress input[type=email],
  .at .PostalCode input[type=tel],
  .at input[type=tel],
  .at input[type=text],
  .at .select2-selection--single,
  .at select {
    height: 58px !important;
    line-height: normal !important;
  }
  .at .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px !important;
  }
  .at input[type=submit] {
    font-size: 18pt;
  }
}
/*gravity Forms*/
.plain-content .gform_wrapper.gravity-theme {
  max-width: 870px;
  background: #F1EAEF;
  padding: 30px;
  margin-bottom: 40px;
}
.plain-content .gform_wrapper.gravity-theme .gform_title {
  text-transform: uppercase;
  text-align: center;
}
.plain-content .gform_wrapper.gravity-theme .gform-body {
  max-width: 420px;
  margin: 0 auto;
}
.plain-content .gform_wrapper.gravity-theme .gfield_label {
  font-weight: normal;
  font-size: 18px;
}
.plain-content .gform_wrapper.gravity-theme .gfrom_button {
  width: 100%;
}
.plain-content .gform_wrapper.gravity-theme .gform_footer {
  padding: 30px 0 0;
  text-align: center;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #1D0E3F;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:visited {
  color: #1D0E3F;
}
a:hover, a:focus, a:active {
  color: #A00177;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  letter-spacing: 1px;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background-color: #1D0E3F;
  text-align: left;
}
.main-navigation ul ul > .sub_menu_item_wpglobus_menu_switch {
  background-color: transparent;
  padding: 0;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  padding: 5px 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation li.don-btn {
  background-color: #A00177;
}
.main-navigation li.don-btn a {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation li.don-btn a:hover {
  background-color: #A00177;
  color: #fff;
}
.main-navigation li.no-link > a:hover {
  cursor: default;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #A00177;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0 11px 6px;
  font-size: 20px;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #A00177;
}
.main-navigation li.menu_item_wpglobus_menu_switch ul.sub-menu {
  background-color: transparent !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.wpglobus_flag_en {
  background-image: none;
}

.main-navigation li.menu_item_wpglobus_menu_switch ul {
  left: 0;
  top: 0;
}

li.menu_item_wpglobus_menu_switch a:first-of-type {
  display: none;
}

li.menu_item_wpglobus_menu_switch ul.sub-menu {
  display: initial;
  visibility: visible;
  position: static;
}

li.menu_item_wpglobus_menu_switch {
  position: relative;
}

li.menu_item_wpglobus_menu_switch ul.sub-menu a {
  display: block;
  width: auto;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

#off-canv-nav {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14pt;
}
#off-canv-nav .menu li {
  display: block;
  width: 100%;
}
#off-canv-nav .menu li a {
  color: #fff;
}
#off-canv-nav .menu li a:visited {
  color: #fff;
}
#off-canv-nav .menu li a:hover {
  color: #A00177;
}
#off-canv-nav .menu .sub-menu {
  margin-left: 15px;
}
#off-canv-nav .menu .sub-menu a {
  color: white;
}
#off-canv-nav .menu .sub-menu a:visited {
  color: white;
}
#off-canv-nav .menu .sub-menu a:before {
  content: "-";
  margin-right: 5px;
  display: inline-block;
  color: white;
}
#off-canv-nav .menu .menu_item_wpglobus_menu_switch ul {
  margin-left: 0;
}
#off-canv-nav .menu .menu_item_wpglobus_menu_switch ul a {
  color: #fff;
}
#off-canv-nav .menu .menu_item_wpglobus_menu_switch ul a:visited {
  color: #fff;
}
#off-canv-nav .menu .menu_item_wpglobus_menu_switch ul a:before {
  content: "";
  margin-right: 0;
}
.js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0.75);
}

.position-right {
  width: 300px;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}

@media screen and (min-width: 1024px) {
  .main-navigation {
    float: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 45px;
    margin-top: 35px;
  }
  .main-navigation .menu-item-has-children > a:after {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    content: "\f107";
    margin-left: 5px;
  }
  .main-navigation ul {
    display: block;
  }
  #primary-menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .main-navigation a {
    padding: 0 12px 6px;
  }
  .main-navigation .don-btn a {
    padding: 10px 12px;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16pt;
  }
  #primary-menu ul.sub-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .wpglobus-current-language ul.sub-menu {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    justify-content: flex-end;
    padding-right: 20x;
  }
  .main-navigation a {
    padding: 0 12px 6px;
  }
  .main-navigation li.lang {
    margin-left: 15px;
  }
  .main-navigation li.lang > a {
    background-color: #0088ce;
    color: #fff;
    padding: 10px 12px;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16pt;
  }
}
@media only screen and (min-width: 1366px) {
  .main-navigation a {
    padding: 0 25px 6px;
  }
  .main-navigation li.don-btn a {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Owl Carousel
--------------------------------------------------------------*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*--------------------------------------------------------------
# Grid Rotator
--------------------------------------------------------------*/
.ri-grid {
  margin: 30px auto 30px;
  position: relative;
  height: auto;
}

.ri-grid ul {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.ri-grid ul:before,
.ri-grid ul:after {
  content: "";
  display: table;
}

.ri-grid ul:after {
  clear: both;
}

.ri-grid ul {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.ri-grid ul li {
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -o-perspective: 400px;
  -ms-perspective: 400px;
  perspective: 400px;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.ri-grid ul li a {
  display: block;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #333;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1 {
  width: 55%;
}

.ri-grid-size-2 {
  width: 100%;
}

.ri-grid-size-3 {
  width: 100%;
  margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.ri-shadow:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before {
  display: none;
}

.ri-loading-image {
  display: none;
}

.ri-grid-loading .ri-loading-image {
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  margin: 100px 0 0 -15px;
  display: block;
}

/*--------------------------------------------------------------
# Back to Top
--------------------------------------------------------------*/
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}

.cd-container::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #1D0E3F url("img/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 100;
}

.cd-top.cd-fade-out,
.cd-top.cd-is-visible,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}

.no-touch .cd-top:hover {
  background-color: #1D0E3F;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.custom-logo {
  max-width: 140px;
  padding: 0 0 0 15px;
}
@media (min-width: 1200px) {
  .custom-logo {
    max-width: 214px;
  }
}

p {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

#masthead {
  background-color: #1D0E3F;
  padding: 0;
  z-index: 10;
}
#masthead .grid-x {
  margin-left: auto;
  margin-right: auto;
  max-width: 1450px;
  padding-bottom: 10px;
  padding-top: 10px;
}
#masthead .menu-btn {
  font-size: 1.75em;
  color: #fff;
  background-color: transparent;
  padding: 0;
  border: none;
  position: relative;
  top: 15px;
  right: 25px;
}
#masthead .menu-btn:hover {
  cursor: pointer;
}
#masthead .small-2 {
  text-align: right;
}
#masthead .sticky-wrap {
  background-color: #1D0E3F;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.home #masthead,
.es #masthead,
.ch #masthead,
.vt #masthead,
.ar #masthead,
.so #masthead,
.ru #masthead {
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}
.home #hero .grid-container,
.es #hero .grid-container,
.ch #hero .grid-container,
.vt #hero .grid-container,
.ar #hero .grid-container,
.so #hero .grid-container,
.ru #hero .grid-container {
  padding-top: 75px;
}
.home #hero .hero-content,
.es #hero .hero-content,
.ch #hero .hero-content,
.vt #hero .hero-content,
.ar #hero .hero-content,
.so #hero .hero-content,
.ru #hero .hero-content {
  text-align: center;
}
.home #hero .hero-content p,
.es #hero .hero-content p,
.ch #hero .hero-content p,
.vt #hero .hero-content p,
.ar #hero .hero-content p,
.so #hero .hero-content p,
.ru #hero .hero-content p {
  font-size: 18px;
}
.home #hero .btn-mrg,
.es #hero .btn-mrg,
.ch #hero .btn-mrg,
.vt #hero .btn-mrg,
.ar #hero .btn-mrg,
.so #hero .btn-mrg,
.ru #hero .btn-mrg {
  margin: 23px 0;
}
#offCanvas {
  padding: 25px;
  background-color: #1D0E3F;
  color: #fff;
}
#offCanvas .close-button {
  padding: 0;
  border: 0;
  font-size: 1.75em;
  background-color: transparent;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  color: #fff;
}
#offCanvas .close-button:hover {
  cursor: pointer;
}
#offCanvas .custom-logo {
  max-width: 120px !important;
  margin-bottom: 15px;
}
#offCanvas li.menu_item_wpglobus_menu_switch ul.sub-menu {
  display: block;
  margin-left: 0;
}
#offCanvas .social {
  margin-top: 35px;
}
#offCanvas .don-btn {
  background-color: #A00177;
  color: #fff;
  padding: 10px 25px;
  display: block;
  margin: 25px auto;
  text-align: center;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16pt;
}

.social {
  text-align: center;
  font-size: 1.75em;
}
.social a {
  color: #fff;
  margin-right: 10px;
}
.social a:visited {
  color: #fff;
}
.social a:hover {
  color: #A00177;
}
.social a:last-of-type {
  margin-right: 0;
}

.post-type-archive-stories #content,
.page-template-page-voices-pt #content {
  margin-top: 57px;
}

#highlight {
  padding: 35px 15px;
}
#highlight.bg-pink {
  background-color: #A00177;
  color: #fff;
  /*btn styles defined in _buttons.scss*/
}
#highlight.bg-pink h2 {
  color: white;
}
#highlight.bg-pink p {
  color: #fff;
}
#highlight.bg-purple {
  background-color: #E5E1EE;
  color: #1D0E3F;
  /*btn styles defined in _buttons.scss*/
}
#highlight.bg-purple h2 {
  color: #1D0E3F;
}
#highlight.bg-purple p {
  color: #1D0E3F;
}
#highlight .grid-container {
  text-align: center;
}
#highlight h2 {
  font-weight: 700;
  line-height: 1em;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
}
#highlight .at-title,
#highlight .HeaderHtml,
#highlight .FastAction.at-markup,
#highlight .UpdateMyProfile {
  display: none !important;
}
#highlight .at fieldset legend {
  display: none;
}
#highlight .at input[type=submit] {
  padding: 10px 24px;
  font-size: 18pt;
  margin: 0 auto 25px;
}
#highlight .at-form-submit {
  padding-top: 0;
}

#hero {
  background-color: #A00177;
  color: #fff;
  padding: 50px 15px 35px;
  min-height: 90vh;
}
@media (min-width: 1024px) {
  #hero {
    padding: 35px 15px;
  }
}
#hero h1 {
  text-align: center;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  font-style: italic;
  margin-bottom: 30px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#hero h2 {
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#hero p {
  color: #fff;
}
#hero .at-title,
#hero .HeaderHtml,
#hero .FastAction.at-markup,
#hero .UpdateMyProfile {
  display: none !important;
}
#hero .at fieldset legend {
  display: none;
}
#hero .at input[type=submit] {
  padding: 10px 24px;
  font-size: 18pt;
  margin: 0 auto 25px;
}
#hero .at-form-submit {
  padding-top: 0;
}

#drr {
  background-color: white;
  padding: 50px 15px 0;
}
#drr .grid-x {
  padding-bottom: 50px;
}
#drr .drr-image img {
  max-width: 300px;
  height: auto;
  margin: 0 auto 35px;
  display: block;
}
@media (min-width: 1024px) {
  #drr .drr-image img {
    margin: 0 auto 25px;
    max-width: 370px;
  }
}
#drr .h2 {
  margin-bottom: 20px;
  line-height: 1.2;
}
#drr .cont {
  font-size: 18px;
}
#drr .btn-mrg {
  margin-bottom: 5px;
}

#hvb {
  padding: 50px 0;
  background-color: #1D0E3F;
}
#hvb .h1 {
  color: #fff;
  text-align: center;
  margin: 0 0 35px;
}
#hvb .cont img {
  display: block;
  margin: 0 auto 50px;
  width: 700px;
  max-width: 100%;
}
#hvb .btn-mrg {
  margin-bottom: 15px;
}

#stories {
  background: linear-gradient(148.61deg, #A00177 20.74%, #A00177 20.75%, #56009A 85.44%);
  padding: 25px 0 35px;
}
#stories h2 {
  color: white;
  text-align: center;
  margin-bottom: 40px;
}
#stories .item {
  background-color: #fff;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#stories .item .medium-6:last-of-type,
#stories .item .medium-12 {
  padding: 35px;
}
#stories .item h3 {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #A00177;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18pt;
}
#stories .item .sc-title {
  margin-bottom: 15px;
}
#stories .item p:last-of-type {
  display: inline;
}
#stories .h1 {
  color: #fff;
  margin: 50px 0;
  text-align: center;
}
#stories .owl-carousel {
  position: relative;
  padding-top: 100px;
}
#stories .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#stories .owl-nav button {
  background: white;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  text-align: center;
}
#stories .owl-nav {
  margin-top: 25px;
}
#stories .readmore {
  display: inline;
  text-decoration: underline;
  font-weight: bold;
}

section.fastaction-modal {
  display: none !important;
}

#cta {
  background-color: #A00177;
}
#cta .h1 {
  color: #fff;
  margin: 0 0 35px;
}
#cta .h1 span {
  display: block;
  font-weight: 300;
}
#cta header.at-title,
#cta .HeaderHtml,
#cta .at fieldset legend,
#cta .UpdateMyProfile {
  display: none;
}
#cta .ngp-form {
  max-width: 100%;
}
#cta .large-7 {
  padding: 50px 25px 15px;
}
#cta .at fieldset {
  padding: 0;
}
#cta .ri-grid {
  margin: 0 auto;
}
#cta .large-5 {
  padding: 0;
}
#cta .at input[type=submit] {
  background-color: #A00177;
}
#cta .at input[type=submit]:hover {
  background-color: #fff;
  color: #A00177;
}
#cta .at-form .contributions p {
  color: #fff;
}

.pp-scrollable::-webkit-scrollbar {
  width: 0 !important;
}

#page-hero {
  background-color: #4B0A89;
}
#page-hero .cont-wrap {
  text-align: center;
  padding: 35px 10px;
  margin: 0 auto;
  max-width: 850px;
  color: white;
}
#page-hero .cont-wrap a {
  color: white;
  text-decoration: underline;
}
#page-hero .cont-wrap a:hover {
  text-decoration: none;
}
#page-hero h1 {
  color: white;
  font-size: 40px;
}
#page-hero .btn-mrg {
  text-align: center;
}

.page-template-page-flex #page-hero .hero-img-inner,
.post-type-archive #page-hero .hero-img-inner {
  min-height: 150px;
}
.page-template-page-flex #page-hero .medium-6:last-of-type,
.post-type-archive #page-hero .medium-6:last-of-type {
  padding: 35px 25px 10px;
}

.fimg {
  min-height: 200px;
}

.plain-content {
  padding: 50px 15px;
}
.plain-content img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
}
.plain-content blockquote {
  padding: 60px 10px 40px;
  margin: 50px 0;
  background: url("img/quote_bg.jpg") center top no-repeat;
  border-bottom: 1px solid #000;
  border-left: 0 none;
}
.plain-content blockquote p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #1D0E3F;
  margin-bottom: 0;
}
.plain-content .wp-caption-text {
  font-style: italic;
}
.plain-content.bg-pink {
  background-color: #A00177;
}
.plain-content.bg-purple {
  background-color: #1D0E3F;
}
.plain-content.bg-lavendar {
  background-color: #E5E1EE;
}
.plain-content.bg-gradient {
  background: linear-gradient(148.61deg, #A00177 20.74%, #A00177 20.75%, #56009A 85.44%);
}
.plain-content.bg-rose {
  background-color: #F1EAEF;
}
.plain-content.light {
  color: #fff;
}
.plain-content.light h1, .plain-content.light .h1, .plain-content.light h2, .plain-content.light .h2, .plain-content.light h3, .plain-content.light h4, .plain-content.light h5, .plain-content.light h6 {
  color: #fff;
}
.plain-content.light p {
  color: #fff;
}
.plain-content.light ul, .plain-content.light ol {
  color: #fff;
}
.plain-content.light a {
  color: #fff;
  text-decoration: underline;
}
.plain-content.light a:visited {
  color: #fff;
}
.plain-content.light a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.plain-content.light a.org-btn, .plain-content.light a.blue-bottom, .plain-content.light a.drkblue-btn {
  text-decoration: none;
}
.plain-content.dark a {
  text-decoration: underline;
}
.plain-content h2, .plain-content h3, .plain-content h4 {
  margin: 0 0 25px;
}

.faqs-section {
  padding: 50px 0;
}
.faqs-section .accordion {
  background-color: transparent;
}
.faqs-section .accordion-title {
  border: none;
  color: #1D0E3F;
  font-size: 16pt;
  font-weight: bold;
  border-bottom: 1px solid #1D0E3F;
  line-height: 1.3em;
  padding-right: 45px;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.faqs-section .accordion-title:hover {
  background-color: transparent;
  color: #A00177;
}
.faqs-section .accordion-title:focus {
  outline: none;
  background-color: transparent;
}
.faqs-section :last-child:not(.is-active) > .accordion-title {
  border-color: #1D0E3F;
}
.faqs-section .accordion-content {
  border: none !important;
  background-color: #f4f7f8;
  color: #1D0E3F;
}
.faqs-section .accordion-content li {
  margin-bottom: 10px;
}
.faqs-section .accordion-content ul ul {
  margin-top: 10px;
}

.endorse-section .endorsement {
  padding: 35px 0;
}
.endorse-section .endorsement:nth-of-type(even) {
  background-color: #F1EAEF;
}
.endorse-section .endorsement h3 {
  text-align: center;
  margin: 0 0 15px;
}
.endorse-section .endorsement p {
  font-size: 16px;
}
.endorse-section .endorsement p:last-of-type {
  margin-bottom: 0;
}
.endorse-section .endorsement .medium-5 img {
  max-width: 200px;
  display: block;
  margin: 0 auto 25px;
}

#news-hero {
  background: linear-gradient(148.61deg, #A00177 20.74%, #A00177 20.75%, #56009A 85.44%);
  padding: 50px 0;
}
#news-hero h2 {
  color: #fff;
  text-transform: uppercase;
}
#news-hero h2 a {
  color: #1D0E3F;
}
#news-hero h2 a:visited {
  color: #1D0E3F;
}
#news-hero h2 a:hover {
  color: #fff;
}
#news-hero.light {
  color: #fff;
}
#news-hero.light h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
}
#news-hero.light h2 {
  font-size: 38px;
}
#news-hero.light h1, #news-hero.light h2, #news-hero.light h3, #news-hero.light p {
  color: #fff;
}
#news-hero.light h2 a {
  color: #fff;
}
#news-hero.light h2 a:visited {
  color: #fff;
}
#news-hero.light h2 a:hover {
  color: white;
  text-decoration: underline;
}
#news-hero .news-date {
  font-size: 18px;
}
#news-hero .btn-mrg {
  text-align: center;
}
#news-hero .social {
  text-align: center;
  font-size: 1.75em;
  display: flex;
  justify-content: center;
}
#news-hero .social a {
  color: #A00177;
  margin-right: 10px;
  margin-right: 10px;
  background: white;
  height: 50px;
  width: 50px;
  display: inline-block;
  line-height: 52px;
  border-radius: 100%;
  font-size: 22px;
}
#news-hero .social a:visited {
  color: #fff;
}
#news-hero .social a:hover {
  color: #A00177;
}
#news-hero .social a:last-of-type {
  margin-right: 0;
}

.single-news .entry-title {
  margin-bottom: 10px;
}
.single-news .date {
  margin-bottom: 35px;
  font-weight: normal;
}

.post-type-archive #main.grid-container {
  max-width: 1300px;
}
.post-type-archive #primary {
  background-color: #E5E1EE;
}
.post-type-archive #primary .news-wrap {
  max-width: 350px;
  position: relative;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.post-type-archive #primary .news-wrap .date {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  font-size: 18px;
  margin-top: 5px;
}
.post-type-archive #primary .news-wrap .social a {
  color: #A00177;
  margin-right: 10px;
  font-size: 20px;
  height: 40px;
  width: 40px;
  background: #E5E1EE;
  display: inline-block;
  line-height: 42px;
  border-radius: 100%;
}
.post-type-archive #primary .news-wrap .social a:last-of-type {
  margin-right: 0;
}
.post-type-archive #primary .news-wrap:hover .news-active, .post-type-archive #primary .news-wrap:focus .news-active {
  opacity: 1;
}
.post-type-archive #primary .news-wrap .pullquote {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.post-type-archive #primary .news-wrap .news-active {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1D0E3F;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 100px 25px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #fff;
}
.post-type-archive #primary .news-wrap .news-active .grid-x {
  position: absolute;
  bottom: 25px;
  width: 95%;
}
.post-type-archive #primary .news-wrap .news-active .grid-x .date {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 5px;
}
.post-type-archive #primary .news-wrap .news-active .grid-x .date a:hover {
  color: #A00177 !important;
}
.post-type-archive #primary .news-wrap .news-active .grid-x .date a:visited {
  color: #fff;
}
.post-type-archive #primary .news-wrap .news-active .grid-x a {
  color: #fff;
}
.post-type-archive #primary .news-wrap .news-active .grid-x a:visited {
  color: #fff;
}
.post-type-archive #primary .news-wrap .news-active .quote {
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.post-type-archive #primary .news-wrap .news-active .grid-x .social a {
  color: #A00177;
}
.post-type-archive #primary .news-wrap .news-active .grid-x .social a:hover {
  color: #1D0E3F;
}
.post-type-archive #primary .cont-wrap {
  padding: 25px;
  min-height: 275px;
}
.post-type-archive #primary .cont-wrap h3 {
  margin-bottom: 25px;
}
.post-type-archive #primary .cont-wrap .grid-x {
  margin-top: 25px;
  position: absolute;
  bottom: 25px;
  width: 95%;
}

#main {
  padding: 50px 25px;
}

.post-type-archive-stories #main .grid-x,
.page-template-page-voices-pt #main .grid-x {
  margin-bottom: 50px;
}
.post-type-archive-stories #main .headshot,
.page-template-page-voices-pt #main .headshot {
  min-height: 350px;
  margin-bottom: 25px;
}
.post-type-archive-stories #main .gray-bg,
.page-template-page-voices-pt #main .gray-bg {
  background-color: #efefef;
  min-height: 350px;
  margin-bottom: 25px;
}
.post-type-archive-stories #main h3,
.page-template-page-voices-pt #main h3 {
  margin: 0 0 25px;
}
.post-type-archive-stories #main h3 span,
.page-template-page-voices-pt #main h3 span {
  font-weight: 400;
  display: block;
  font-size: 0.9em;
}
.post-type-archive-stories .sticky-container,
.page-template-page-voices-pt .sticky-container {
  height: 0 !important;
}

.stories-form h2 {
  margin-bottom: 35px;
}
.stories-form .at .checkbox-list-label {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1D0E3F;
  font-size: 16pt;
}
.stories-form .at .checkbox-list-label small {
  display: none;
}
.stories-form .at fieldset.AdditionalInformation .at-row-full:first-of-type {
  margin-bottom: 15px;
}
.stories-form .at input[type=submit] {
  background-color: #A00177;
  min-width: 150px;
  font-size: 14pt;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stories-form .at input[type=submit]:hover {
  background-color: #1D0E3F;
}
.stories-form .at input[type=submit]:focus, .stories-form .at input[type=submit]:active {
  background-color: #1D0E3F;
  color: #fff;
}

#stories-cta {
  background-color: #A00177;
  padding: 15px 25px 5px;
  margin-bottom: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#stories-cta h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
#stories-cta .drkblue-btn {
  font-size: 18pt;
  padding: 11.5px 15px;
}
#stories-cta .drkblue-btn:focus {
  outline: none;
}
#stories-cta .btn-mrg {
  margin: 0 0 15px;
}
#stories-cta .medium-4 {
  text-align: center;
}
#stories-cta.sticky.is-anchored.is-at-bottom {
  opacity: 0;
}

.site-footer {
  background-color: #1D0E3F;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 25px;
}
.site-footer .custom-logo-link {
  display: flex;
  align-content: center;
  justify-content: center;
}
.site-footer .custom-logo-link img {
  max-width: 180px;
  margin-bottom: 30px;
}
.site-footer ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.site-footer .don-btn {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin: 25px auto;
  font-size: 14pt;
}
.site-footer .don-btn a {
  background-color: #00a6e6;
  color: #fff;
  padding: 10px 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer .don-btn a:visited {
  color: #fff;
}
.site-footer .don-btn a:hover {
  background-color: #fff;
  color: #A00177;
}
.site-footer .social {
  margin-top: 35px;
}
.site-footer .social a:hover {
  color: #00a6e6;
}

#foot-menu {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14pt;
  line-height: 1.4em;
}
#foot-menu li {
  display: block;
  width: 100%;
  text-align: center;
}
#foot-menu a {
  color: #fff;
  line-height: 1.2em;
}
#foot-menu a:visited {
  color: #fff;
}
#foot-menu a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.disclaimer {
  color: #fff;
  font-weight: 300;
  text-align: center;
  padding: 0 25px;
  margin: 25px 0 0;
  font-style: italic;
}

#fancybox-outer {
  background-color: transparent !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

#fancybox-content {
  background-color: transparent !important;
  border: none !important;
}

.post-type-archive-stories .ri-grid,
.page-template-page-voices-pt .ri-grid {
  margin: 0;
}

.wp-pagenavi {
  margin-top: 50px;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none;
}

.wp-pagenavi span.current {
  background-color: #1D0E3F;
  color: #fff;
}

.foot-links {
  margin-top: 25px;
}
.foot-links ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.foot-links ul li {
  display: inline;
  position: relative;
}
.foot-links ul li a {
  color: #fff;
}
.foot-links ul li a:visited {
  color: #fff;
}
.foot-links ul li:after {
  content: "|";
  display: inline-block;
  color: #fff;
  margin-left: 15px;
  margin-right: 10px;
}
.foot-links ul li:last-child:after {
  content: "";
}

.page-template-page-thank-you-temp {
  background: #000;
  color: #fff;
  text-align: center;
}
.page-template-page-thank-you-temp h1 {
  font-size: 2.2em;
  line-height: 1.3em;
}
.page-template-page-thank-you-temp .ty-cont {
  font-size: 1.2em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-thank-you-temp .ty-cont a {
  color: #A00177;
  text-decoration: underline;
}
.page-template-page-thank-you-temp .ty-cont a:visited {
  color: #A00177;
}
.page-template-page-thank-you-temp .ty-cont .org-btn {
  color: #fff;
  text-decoration: none;
}
.page-template-page-thank-you-temp .ty-cont .org-btn:visited {
  color: #fff;
}
.page-template-page-thank-you-temp .ty-cont p.small {
  font-size: 0.8em;
}
.page-template-page-thank-you-temp .ty-cont .btn-mrg {
  margin-top: 75px;
}
.page-template-page-thank-you-temp #masthead,
.page-template-page-thank-you-temp .sticky-wrap,
.page-template-page-thank-you-temp .site-footer {
  display: none;
}
.page-template-page-thank-you-temp ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-template-page-thank-you-temp ol li {
  margin-bottom: 15px;
}

.sup-intro .btn-mrg {
  margin-top: 50px;
}

.name-wall {
  margin: 50px 0;
}

.post-type-archive-campaign_updates #primary .cont-wrap {
  min-height: 325px;
}

.video-reveal .close-button {
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 25px;
  text-align: right;
  width: 100%;
  position: relative;
  right: 0;
  padding: 0;
}
.video-reveal .close-button:hover {
  cursor: pointer;
}

.reveal.video-reveal {
  padding: 25px;
  background-color: transparent;
  border: none;
}

.page-template-page-media h4 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 15px 0 5px;
  text-align: center;
  color: #1D0E3F;
}
.page-template-page-media ul.links {
  margin-top: 10px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-media ul.links li {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 0;
  line-height: 1em;
}
.page-template-page-media ul.links li:after {
  content: "|";
  margin: 0 10px 0 5px;
  position: relative;
  top: -2px;
}
.page-template-page-media ul.links li:last-of-type:after {
  content: "";
  display: none;
  margin: 0;
}
.page-template-page-media ul.links a {
  padding: 0;
  color: #1D0E3F;
  text-transform: uppercase;
}
.page-template-page-media ul.links a:visited {
  color: #1D0E3F;
}
.page-template-page-media ul.links a:hover {
  color: #A00177;
}
.page-template-page-media .img-wrap {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-media .reveal {
  background-color: transparent;
  border: none;
}
.page-template-page-media .reveal .close-button {
  text-align: right;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 30px;
}
.page-template-page-media .reveal .close-button:hover {
  cursor: pointer;
}
.page-template-page-media .reveal .grid-x .small-12:first-of-type {
  text-align: right;
}
.page-template-page-media .reveal.view {
  max-width: 600px;
  width: auto;
  text-align: center;
}

.who-we-are {
  padding: 50px 0;
}
.who-we-are .h1 {
  margin: 0 0 25px;
}
.who-we-are .logos {
  margin-top: 25px;
}
.who-we-are .logos .grid-x {
  align-items: center;
  justify-content: center;
}

.alert-bar {
  background-color: #A00177;
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.2em;
  padding: 15px 25px 10px;
  -webkit-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.25);
}
.alert-bar .btn-mrg {
  margin: 25px 0 10px;
}
.alert-bar .blue-btn {
  padding: 10px 15px;
  font-size: 14pt;
  font-weight: 500;
}
.alert-bar .close-button {
  padding: 0;
  background-color: transparent;
  color: #fff;
  font-size: 2em;
  position: absolute;
  right: 5px;
  line-height: 1em;
  top: 5px;
  border: none;
}

.post-type-archive #primary .news-wrap .text-wrap {
  min-height: 150px;
}

.resource-section {
  background: #E5E1EE;
  padding: 50px 15px;
}
.resource-section h2 {
  text-align: center;
  margin: 0 0 25px;
}
.resource-section .intro {
  text-align: center;
  max-width: 850px;
  font-size: 18px;
  margin: 0 auto 50px;
}
.resource-section .news-wrap {
  max-width: 350px;
  position: relative;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.resource-section .news-wrap .date {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #A00177;
  font-size: 13pt;
  margin-top: 5px;
}
.resource-section .news-wrap .cont-wrap {
  padding: 35px 40px;
}
.resource-section .news-wrap .cont-wrap h3 {
  margin-bottom: 25px;
}
.resource-section .news-wrap .cont-wrap .grid-x {
  margin-top: 25px;
  position: absolute;
  bottom: 25px;
  width: 95%;
}
.resource-section .news-wrap .res-links a {
  display: block;
  text-decoration: underline;
  color: #A00177;
}
.resource-section .news-wrap .res-links a:hover {
  text-decoration: none;
}
.resource-section .btn-mrg {
  margin-top: 40px;
  margin-bottom: 0;
}

.pm-hero {
  background: rgb(161, 1, 119);
  background: linear-gradient(150deg, rgb(161, 1, 119) 0%, #57009A 100%);
  padding: 50px 0;
  color: #fff;
}
.pm-hero .grid-container {
  max-width: 1150px;
}
.pm-hero h1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
}
.pm-hero a {
  color: #fff;
  font-style: italic;
  text-decoration: underline;
}
.pm-hero a:visited {
  color: #fff;
}
.pm-hero a:hover {
  color: #fff;
}
.pm-hero .pm-hero__intro {
  margin: 0 auto;
  font-size: 18px;
}

.provider-map {
  padding: 50px 0;
}
.provider-map .grid-container {
  max-width: 1450px;
}
.provider-map h2 {
  text-transform: uppercase;
  margin: 0 0 35px;
  font-size: 30px;
}
.provider-map .last-updated {
  color: rgba(29, 14, 63, 0.5);
  margin-top: 17px;
}
.provider-map .large-6:last-of-type {
  margin-top: 35px;
}

.map-key {
  background-color: #E5E1EE;
  padding: 50px 0;
}
.map-key h2 {
  color: #A00177;
  margin-bottom: 25px;
}
.map-key h3 {
  font-size: 20px;
  line-height: 1.4em;
}
.map-key p {
  font-size: 16px;
  line-height: 1.4em;
}
.map-key .grid-container {
  max-width: 1141px;
}
.map-key .white-box {
  background-color: #fff;
  padding: 35px 25px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 2px 0 rgba(0, 0, 0, 0.1);
}

.key-wrap {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 23px;
  grid-row-gap: 0;
  margin-bottom: 35px;
}
.key-wrap p:last-of-type {
  margin-bottom: 0;
}

.wpgmza-infowindow {
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
}
.wpgmza-infowindow .wpgmza_infowindow_title {
  font-size: 22px;
  order: 1;
  margin: 0 0 15px;
  line-height: 1.2em;
}
.wpgmza-infowindow .wpgmza_infowindow_description {
  order: 2;
}
.wpgmza-infowindow .wpgmza_infowindow_address {
  order: 3;
}
.wpgmza-infowindow .wpgmza_infowindow_link {
  order: 4;
}
.wpgmza-infowindow a.wpgmza_infowindow_link:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  margin-left: 8px;
  position: relative;
  top: 1px;
}
.wpgmza-infowindow .wpgmza_infowindow_address,
.wpgmza-infowindow .wpgmza_infowindow_description,
.wpgmza-infowindow .wpgmza_infowindow_link {
  font-size: 16px;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 15px;
}
.wpgmza-infowindow .wpgmza_infowindow_description img {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
}

.gm-ui-hover-effect {
  top: 0 !important;
  right: 15px !important;
}
.gm-ui-hover-effect span {
  width: 30px !important;
  height: 30px !important;
}

.wpgmza_cat_ul.wpgmza_cat_checkbox_item_holder {
  margin-left: 0 !important;
  display: flex;
}

.wpgmza-standalone-component label {
  font-size: 18px !important;
}

.wpgmza-standalone-component.wpgmza-auto-center {
  background-color: #E5E1EE !important;
  padding: 15px;
  max-width: 100% !important;
}

.wpgmza-standalone-component .wpgmza-marker-listing-category-filter.wpgmza-dropdown {
  width: 100% !important;
  max-width: 100% !important;
}

.wpgmza_map.wpgmza-viewport-small .wpgmza-inner-stack {
  width: 60% !important;
}

.wpgmza_map .wpgmza-inner-stack .wpgmza-store-locator {
  width: 100% !important;
}

.wpgmza_map .wpgmza-inner-stack .wpgmza-store-locator .wpgmza-address-container {
  width: 75% !important;
}

.wpgmza_map .wpgmza-inner-stack .wpgmza-store-locator svg {
  position: relative;
  top: 10px;
}

.page-template-page-provider-map #masthead {
  display: none;
}
.page-template-page-provider-map .site-footer .custom-logo-link,
.page-template-page-provider-map .site-footer .menu-footer-menu-container {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

@media only screen and (min-width: 480px) {
  .post-type-archive-stories #main .headshot,
  .page-template-page-voices-pt #main .headshot {
    min-height: 500px;
  }
  #stories .item .medium-6:first-of-type {
    min-height: 400px !important;
  }
}
@media only screen and (min-width: 640px) {
  .endorse-section .endorsement {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 768px) {
  #masthead .show-for-large {
    display: none;
  }
  #masthead .hide-for-large {
    display: block !important;
  }
  #masthead .menu-btn {
    top: 0;
  }
  #masthead .grid-x {
    align-items: center;
  }
  #masthead {
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  #hero {
    padding: 50px 0;
  }
  .home #hero .btn-mrg,
  .es #hero .btn-mrg,
  .ch #hero .btn-mrg,
  .vt #hero .btn-mrg,
  .ar #hero .btn-mrg,
  .so #hero .btn-mrg,
  .ru #hero .btn-mrg {
    margin-bottom: 75px;
  }
  .home #hero .btn-mrg.text-center,
  .es #hero .btn-mrg.text-center,
  .ch #hero .btn-mrg.text-center,
  .vt #hero .btn-mrg.text-center,
  .ar #hero .btn-mrg.text-center,
  .so #hero .btn-mrg.text-center,
  .ru #hero .btn-mrg.text-center {
    margin-bottom: 25px;
  }
  #page-hero h1 {
    font-size: 28pt;
    max-width: 600px;
    margin: 0 auto 20px;
    line-height: 1.1em;
  }
  #page-hero .btn-mrg {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  #page-hero .large-6:last-of-type {
    text-align: left;
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #stories {
    padding: 65px 0;
  }
  #stories .item {
    min-width: 600px;
  }
  #stories .item .grid-x {
    align-items: center;
  }
  #stories .item .medium-6:first-of-type {
    min-height: 650px !important;
  }
  #stories .item .medium-6:last-of-type {
    padding: 35px 35px 35px 5px;
  }
  #stories .owl-nav {
    position: relative;
  }
  #stories .owl-carousel {
    padding-top: 0;
  }
  #stories .btn-mrg {
    margin-bottom: 0;
  }
  #cta .grid-x {
    flex-direction: row-reverse;
    align-items: center;
  }
  /* With Pagepiling Engaged on Homepage
  .home {
  	#hero {
        padding:0;
  	  & > .grid-container {
  		margin-top: 75px;
          padding-top: 25px;
  		padding-bottom:50px;
  	  }
  	}
      #drr {
        padding:0;
        .grid-container {
          padding:150px 25px 50px;
        }
      }
      #hvb {
        padding: 0;
        .grid-container {
          padding:150px 25px 50px;
        }
      }
      #stories {
        padding:0;
        .owl-carousel {
          margin-top: 150px;
          padding-top: 0;
        }
        .owl-nav {
          margin-top: 25px;
        }
        .grid-container {
          padding-top: 0;
          padding-bottom: 50px;
        }
      }
      #cta {
        padding:0;
        .grid-x {
          margin-top: 100px;
        }
      }
  }
  */
  .post-type-archive-stories #content,
  .page-template-page-voices-pt #content {
    margin-top: 77px;
  }
  .post-type-archive-stories #main .headshot,
  .page-template-page-voices-pt #main .headshot {
    min-height: 350px;
  }
  .post-type-archive-stories #main .grid-x,
  .page-template-page-voices-pt #main .grid-x {
    margin-bottom: 20px;
  }
  .post-type-archive-stories #main .grid-x:nth-of-type(even),
  .page-template-page-voices-pt #main .grid-x:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .post-type-archive-stories #main .headshot,
  .post-type-archive-stories #main .gray-bg,
  .page-template-page-voices-pt #main .headshot,
  .page-template-page-voices-pt #main .gray-bg {
    min-height: 0;
    width: 200px;
    height: 200px;
  }
  .post-type-archive-stories #main .medium-8,
  .page-template-page-voices-pt #main .medium-8 {
    width: calc(100% - 230px - 1.875rem);
  }
  .stories-form {
    margin-top: 50px;
  }
  .stories-form .at fieldset.AdditionalInformation .at-fields {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .stories-form .at fieldset.AdditionalInformation .at-row-full {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .stories-form .at fieldset.AdditionalInformation .at-row-full:first-of-type {
    width: 100%;
  }
  .stories-form .at input[type=submit] {
    font-size: 18pt;
  }
  #stories-cta {
    padding: 15px 25px;
  }
  #stories-cta .grid-x {
    align-items: center;
  }
  #stories-cta h2 {
    text-align: left;
    margin-bottom: 0;
  }
  #stories-cta .btn-mrg {
    margin: 0;
  }
  #stories-cta .sticky .grid-container {
    max-width: 800px;
  }
  .page-template-page-flex #page-hero .grid-x,
  .post-type-archive #page-hero .grid-x {
    align-items: center;
  }
  .page-template-page-flex #page-hero .medium-6:first-of-type,
  .post-type-archive #page-hero .medium-6:first-of-type {
    min-height: 175px;
  }
  .page-template-page-flex #page-hero .medium-6:first-of-type.tall,
  .post-type-archive #page-hero .medium-6:first-of-type.tall {
    min-height: 400px;
  }
  .page-template-page-flex #page-hero .medium-6:last-of-type,
  .post-type-archive #page-hero .medium-6:last-of-type {
    padding: 50px 25px;
  }
  .endorse-section .endorsement .grid-x {
    align-items: center;
  }
  .endorse-section .endorsement .medium-5 {
    width: 200px;
  }
  .endorse-section .endorsement .medium-5 img {
    margin: 0 auto;
  }
  .endorse-section .endorsement .medium-7 {
    width: calc(100% - 230px - 1.875rem);
  }
  .endorse-section .endorsement:nth-of-type(odd) .medium-7 {
    padding-left: 25px;
  }
  .endorse-section .endorsement:nth-of-type(odd) p {
    margin-right: auto;
  }
  .endorse-section .endorsement:nth-of-type(even) .grid-x {
    flex-direction: row-reverse;
  }
  .endorse-section .endorsement:nth-of-type(even) .medium-7 {
    text-align: right;
    padding-right: 25px;
  }
  .endorse-section .endorsement:nth-of-type(even) .medium-7 h3 {
    text-align: right;
  }
  .endorse-section .endorsement:nth-of-type(even) p {
    margin-left: auto;
  }
  .endorse-section .endorsement h3 {
    text-align: left;
  }
  #news-hero .cont-wrap .grid-x {
    align-items: center;
  }
  #news-hero .cont-wrap .btn-mrg {
    text-align: left;
  }
  #foot-menu {
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
  }
  #foot-menu li {
    display: initial;
    width: 33.333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .page-template-page-thank-you-temp h1 {
    font-size: 4em;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-thank-you-temp .ty-cont {
    font-size: 1.75em;
  }
  .sup-intro .btn-mrg {
    margin: 65px 0;
  }
  .name-wall .wall-names {
    column-count: 3;
    column-gap: 40px;
  }
  .page-template-page-media #main .medium-4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .page-template-page-media h4 {
    min-height: 57px;
  }
  .alert-bar .grid-x {
    align-items: center;
  }
  .alert-bar .grid-x .medium-7 {
    text-align: left;
  }
  .alert-bar .btn-mrg {
    margin: 0;
  }
  .pm-hero .pm-hero__intro {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead .show-for-large {
    display: flex !important;
  }
  #masthead .hide-for-large {
    display: none !important;
  }
  #masthead .social {
    display: flex;
    justify-content: flex-end;
    margin-right: 25px;
  }
  #masthead .is-at-top .grid-x {
    padding: 15px 0;
  }
  #masthead .is-stuck .grid-x {
    padding: 15px 0;
  }
  #highlight {
    padding: 80px 0 40px;
  }
  #highlight > .grid-container {
    margin-top: 0;
  }
  .home #hero > .grid-container,
  .es #hero > .grid-container,
  .ch #hero > .grid-container,
  .vt #hero > .grid-container,
  .ar #hero > .grid-container,
  .so #hero > .grid-container,
  .ru #hero > .grid-container {
    margin-top: 0;
    padding-top: 125px;
  }
  .home #hero h1,
  .es #hero h1,
  .ch #hero h1,
  .vt #hero h1,
  .ar #hero h1,
  .so #hero h1,
  .ru #hero h1 {
    margin-left: auto;
    margin-right: auto;
  }
  .home #stories,
  .es #stories,
  .ch #stories,
  .vt #stories,
  .ar #stories,
  .so #stories,
  .ru #stories {
    padding: 80px 0;
  }
  .home #stories .owl-carousel .item .medium-6:first-of-type,
  .es #stories .owl-carousel .item .medium-6:first-of-type,
  .ch #stories .owl-carousel .item .medium-6:first-of-type,
  .vt #stories .owl-carousel .item .medium-6:first-of-type,
  .ar #stories .owl-carousel .item .medium-6:first-of-type,
  .so #stories .owl-carousel .item .medium-6:first-of-type,
  .ru #stories .owl-carousel .item .medium-6:first-of-type {
    min-height: 500px !important;
  }
  .home .custom-logo,
  .es .custom-logo,
  .ch .custom-logo,
  .vt .custom-logo,
  .ar .custom-logo,
  .so .custom-logo,
  .ru .custom-logo {
    margin-bottom: 0;
  }
  #hero {
    padding: 80px 0;
  }
  #hero h1 {
    margin-top: 0;
  }
  #hero .at-form form {
    position: relative;
  }
  #hero .at-form input[type=submit] {
    margin-bottom: 0;
    padding: 10px 18px;
    width: 20.5%;
  }
  #hero .at-row.PostalCode {
    width: 25%;
    display: inline-block;
    margin-bottom: 0;
  }
  #hero .at-row.EmailAddress {
    width: 75%;
    margin-bottom: 0;
    display: inline-block;
  }
  #hero .ContactInformation .at-fields {
    max-width: 78%;
    display: flex;
  }
  #hero .ContactInformation .at-fields .FirstName.LastName {
    width: 66.666%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  #hero .ContactInformation .at-fields .FirstName.LastName label {
    width: 50%;
  }
  #hero .ContactInformation .at-fields input[type=tel] {
    width: 82%;
  }
  #hero .at-submit {
    position: absolute;
    right: 0;
    top: 0;
  }
  .post-type-archive-stories #content,
  .page-template-page-voices-pt #content {
    margin-top: 87px;
  }
  #drr {
    padding: 80px 0 0;
  }
  #drr .grid-container {
    max-width: 1190px;
  }
  #drr .grid-x {
    align-items: flex-start;
    padding-bottom: 80px;
  }
  #drr .grid-x:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  #hvb {
    padding: 65px 0;
  }
  #stories {
    padding: 65px 0;
  }
  #cta .large-7 {
    padding: 50px 75px;
  }
  #page-hero h1 {
    font-size: 48px;
  }
  #page-hero .cont-wrap {
    text-align: center;
    padding: 65px 0;
  }
  .page-template-page-flex #page-hero .medium-6:first-of-type.tall {
    min-height: 350px;
  }
  .post-type-archive-stories #main h3 span,
  .page-template-page-voices-pt #main h3 span {
    display: inline;
  }
  .post-type-archive-stories #main .grid-x,
  .page-template-page-voices-pt #main .grid-x {
    align-items: center;
  }
  .page #page-hero .medium-6:last-of-type,
  .post-type-archive #page-hero .medium-6:last-of-type {
    padding: 50px;
  }
  .post-type-archive-news #main {
    padding: 65px 0;
  }
  .faqs-section .accordion-title {
    font-size: 18pt;
  }
  #foot-menu {
    justify-content: center;
    max-width: 250px;
  }
  #foot-menu li {
    width: 100%;
  }
  .site-footer {
    padding: 50px 0;
  }
  .site-footer .don-btn a {
    font-size: 16pt;
  }
  .who-we-are {
    padding: 65px 0;
  }
  .alert-bar {
    padding: 25px;
  }
  .alert-bar .grid-x {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2em;
    font-size: 13pt;
  }
  .alert-bar .medium-7 {
    text-align: right;
  }
  .alert-bar .medium-5 {
    text-align: left;
  }
  .resource-section {
    padding: 80px 40px;
  }
  .resource-section .resource-wrap {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
  .plain-content {
    padding: 80px 0;
  }
  /*gravity Forms*/
  .gform_wrapper {
    padding: 50px 30px;
  }
  .provider-map h2 {
    margin: 0 0 50px;
    font-size: 36px;
  }
  .provider-map .grid-x {
    flex-direction: row-reverse;
  }
  .provider-map .large-6:last-of-type {
    margin-top: 0;
  }
  .map-key h2 {
    margin-bottom: 50px;
  }
  .map-key .white-box {
    padding: 50px;
  }
  .key-wrap p {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  #stories {
    padding: 100px 0 100px;
  }
  #stories .h1 {
    margin: 25px 0;
  }
  #stories .item {
    width: 900px;
  }
  #stories .owl-carousel {
    padding-top: 0;
  }
  #stories .owl-nav {
    position: absolute;
    width: 1025px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    left: 0;
    right: 0;
    top: calc(50% - 17.5px);
    margin-top: 0;
  }
  #stories .owl-next {
    right: 0;
    position: absolute;
  }
  #stories .owl-prev {
    left: 0;
    position: absolute;
  }
  .home #hero .ngp-form {
    min-width: 960px !important;
  }
  #hero .at-form input[type=submit] {
    padding: 10px 20px;
    width: 21%;
  }
  #hvb .h1 {
    text-align: left;
  }
  #hvb .cont {
    text-align: center;
  }
  #cta .large-7 {
    padding: 65px 75px;
  }
  .page-template-page-flex #page-hero .medium-6:first-of-type,
  .post-type-archive #page-hero .medium-6:first-of-type {
    min-height: 200px;
  }
  .page-template-page-flex #page-hero .medium-6:first-of-type.tall,
  .post-type-archive #page-hero .medium-6:first-of-type.tall {
    min-height: 300px;
  }
  #foot-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #foot-navigation .social {
    margin-top: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 10%;
    margin-left: 0;
  }
  .site-footer .don-btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 18%;
  }
  .site-footer .don-btn a {
    padding: 10px 25px;
  }
  #foot-menu {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1366px) {
  #hero {
    padding: 75px 0;
  }
  #hvb {
    padding: 75px 0;
  }
  #hvb .cont img {
    max-width: 800px;
  }
  #drr {
    display: flex;
    align-items: center;
    padding: 75px 0;
  }
  #stories {
    padding: 75px 0;
  }
  .home .custom-logo,
  .es .custom-logo,
  .ch .custom-logo,
  .vt .custom-logo,
  .ar .custom-logo,
  .so .custom-logo,
  .ru .custom-logo {
    max-width: 125px;
  }
  .home #stories .item .medium-6:first-of-type,
  .es #stories .item .medium-6:first-of-type,
  .ch #stories .item .medium-6:first-of-type,
  .vt #stories .item .medium-6:first-of-type,
  .ar #stories .item .medium-6:first-of-type,
  .so #stories .item .medium-6:first-of-type,
  .ru #stories .item .medium-6:first-of-type {
    min-height: 565px !important;
  }
}
@media only screen and (min-width: 1600px) {
  #hero {
    padding: 100px 0;
  }
  #stories {
    padding: 100px 0;
  }
  #stories .owl-nav {
    width: 1025px;
  }
  #hvb {
    padding: 100px 0;
  }
  #hvb .cont img {
    max-width: 900px;
  }
  #drr {
    padding: 100px 0;
  }
  #page-hero .large-6:last-of-type {
    padding: 0 50px;
  }
  .page-template-page-flex #page-hero .medium-6:first-of-type {
    min-height: 250px;
  }
  #foot-menu {
    display: block;
  }
  #foot-menu li {
    width: auto;
    display: inline-block;
  }
  #foot-navigation .social {
    width: auto;
  }
  .foot-navigation {
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
  }
  .provider-map .large-6:first-of-type {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1920px) {
  #cta .cont-wrap {
    max-width: 900px;
  }
}
@media only screen and (min-width: 2100px) {
  /*
  .home {

    #hero {
  	.grid-container {
  	  padding-top: 0;
  	}
    }
    #hvb {
  	.grid-container {
  	  display: flex;
  	  flex-direction: column;
  	  height: 100%;
  	  align-items: center;
  	  justify-content: center;
  	}
    }
    #stories {
  	.owl-carousel {
  	  margin-top: 0;
  	}
    }
    #cta {
  	.grid-x {
  	  padding-top: 130px;
  	}
    }
  }
   */
  #cta #ri-grid {
    max-width: 800px;
    margin-left: 0;
    margin-right: auto;
  }
}
/*# sourceMappingURL=maps/style.css.map */
