@charset "UTF-8";
/*!
Theme Name: TK4G
Author: Christina Leikam
Description: Custom Wordpress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: tk4g
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/**
 * @license
 * MyFonts Webfont Build ID 4197305, 2021-10-22T19:17:16-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/400bb9");
@import url("//hello.myfonts.net/count/400bbb");
@font-face {
  font-family: "MazzardH-SemiBold";
  src: url("webfonts/MazzardHSemiBold/font.woff2") format("woff2"), url("webfonts/MazzardHSemiBold/font.woff") format("woff");
}
@font-face {
  font-family: "MazzardH-Bold";
  src: url("webfonts/MazzardHBold/font.woff2") format("woff2"), url("webfonts/MazzardHBold/font.woff") format("woff");
}
@font-face {
  font-family: "MazzardH-Medium";
  src: url("webfonts/MazzardHMedium/font.woff2") format("woff2"), url("webfonts/MazzardHMedium/font.woff") format("woff");
}
@font-face {
  font-family: "MazzardM-Bold";
  src: url("webfonts/MazzardMBold/font.woff2") format("woff2"), url("webfonts/MazzardMBold/font.woff") format("woff");
}
@font-face {
  font-family: "MazzardM-SemiBold";
  src: url("webfonts/MazzardMSemiBold/font.woff2") format("woff2"), url("webfonts/MazzardMSemiBold/font.woff") format("woff");
}
@font-face {
  font-family: "MazzardM-Regular";
  src: url("webfonts/MazzardMRegular/font.woff2") format("woff2"), url("webfonts/MazzardMRegular/font.woff") format("woff");
}
@font-face {
  font-family: "MazzardM-Italic";
  src: url("webfonts/MazzardMItalic/font.woff2") format("woff2"), url("webfonts/MazzardMItalic/font.woff") format("woff");
}
@font-face {
  font-family: "MazzardM-Medium";
  src: url("webfonts/MazzardMMedium/font.woff2") format("woff2"), url("webfonts/MazzardMMedium/font.woff") format("woff");
}
/*!
 * Font Awesome Free 5.14.0 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 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  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");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  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");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.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-times:before {
  content: "\f00d";
}

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

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

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

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

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

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

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-right:before {
  content: "\f054";
}

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

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

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #161619;
  font-family: "MazzardM-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1, .h1 {
  font-family: "MazzardH-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 50px;
  line-height: 1.3em;
  margin: 0 0 25px;
}

h2, .h2 {
  font-family: "MazzardH-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  margin: 0 0 25px;
  line-height: 1.3em;
}

h3, .h3 {
  font-size: 24px;
  font-family: "MazzardM-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3em;
}

h4, .h4 {
  font-family: "MazzardH-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h5 {
  text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 65px;
  }

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

  h3, .h3 {
    font-size: 30px;
  }
}
p {
  margin-bottom: 25px;
  line-height: 1.3em;
}

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

blockquote {
  border-left: 2px solid #20B1E7;
  color: #20B1E7;
  font-family: "MazzardM-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
  padding-top: 0;
  max-width: 600px;
  margin: 35px auto;
}
blockquote p {
  color: #20B1E7;
  line-height: 1.3em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

strong {
  font-family: "MazzardM-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

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

ul {
  list-style-type: none !important;
  margin-bottom: 25px;
  margin-left: 0;
  line-height: 1.3em;
}
ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
ul li:before {
  content: "›";
  font-family: "MazzardM-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #20B1E7;
  font-size: 30px;
  position: absolute;
  left: 0;
  line-height: 1em;
  top: -5px;
}

ol {
  list-style: decimal;
  margin-left: 20px;
}
ol li {
  padding-left: 5px;
}
ol li:before {
  content: "";
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #20B1E7;
  -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;
}
a:visited {
  color: #20B1E7;
}
a:hover, a:focus, a:active {
  color: #AD402D;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* 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);
  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;
}

.btn, .main-navigation li.don-btn a, .blue-btn, .wp-block-button__link {
  background-color: #BB4430;
  border-radius: 50px;
  color: #fff;
  padding: 15px 25px;
  font-family: "MazzardM-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -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;
  position: relative;
}
.btn:visited, .main-navigation li.don-btn a:visited, .blue-btn:visited, .wp-block-button__link:visited {
  color: #fff;
}
.btn:hover, .main-navigation li.don-btn a:hover, .blue-btn:hover, .wp-block-button__link:hover {
  background-color: #AD402D;
  color: #fff;
}
.btn:after, .main-navigation li.don-btn a:after, .blue-btn:after, .wp-block-button__link:after {
  content: "";
  display: inline-block;
  background: url("images/03_Images_ActionArrow.svg");
  background-size: contain;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}

.blue-btn, .wp-block-button__link {
  background-color: #20B1E7;
}
.blue-btn:after, .wp-block-button__link:after {
  color: #20B1E7;
}
.blue-btn:hover, .wp-block-button__link:hover {
  background-color: #169DCE;
}

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

.wp-block-button {
  margin: 35px 0 15px;
}

.wp-block-button__link {
  padding: 10px 25px;
}
.wp-block-button__link:after {
  margin-left: 5px;
}

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 {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  color: #161619 !important;
  font-family: "MazzardM-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif !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-title {
  display: none;
}

.at fieldset legend {
  display: none;
}
.at fieldset .at-check input + span {
  font-family: "MazzardM-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #161619;
  font-size: 18px;
}
.at fieldset input[type=checkbox] + span:before {
  border-radius: 25px !important;
  border-color: #161619 !important;
  border-width: 2px !important;
}
.at fieldset select {
  border: 2px solid #161619 !important;
  height: 50px;
  font-family: "MazzardM-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #161619 !important;
  font-size: 18px !important;
  border-radius: 50px !important;
}
.at input[type=tel],
.at input[type=email],
.at input[type=text] {
  border: 2px solid #161619 !important;
  border-radius: 50px !important;
  padding: 15px 15px !important;
  height: 50px !important;
  font-size: 18px !important;
}
.at .SmsLegalDisclaimer {
  margin-top: 15px;
  text-align: center;
  font-size: 9px;
}
.at input[type=submit] {
  background-color: #20B1E7 !important;
  color: #fff;
  border-radius: 25px;
  float: none;
  font-size: 18px !important;
  width: 130px;
  padding: 0 50px 0 30px;
  height: 50px;
  font-family: "MazzardM-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #20B1E7 url("images/03_Images_ActionArrow.svg") no-repeat right 15px center;
  background-size: 20px 20px;
}
.at input[type=submit]:hover {
  background-color: #169DCE !important;
  -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;
}
.at .at-form-submit {
  text-align: center;
  padding: 0;
}
.at input[type=tel].intl-phone-MobilePhone {
  padding-left: 50px !important;
}
.at input[type=checkbox]:checked + span:before {
  background-color: #20B1E7 !important;
  border-color: #20B1E7 !important;
}
.at .checkbox-list-label {
  font-family: "MazzardM-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #161619;
  font-size: 18px;
}

.at-inner {
  background-color: transparent !important;
}

.HeaderHtml {
  display: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #161619 !important;
  font-family: "MazzardM-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #161619 !important;
  font-family: "MazzardM-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #161619 !important;
  font-family: "MazzardM-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #161619 !important;
  font-family: "MazzardM-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.iti__country-list li {
  margin-bottom: 0;
}
.iti__country-list li:before {
  content: "";
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent !important;
}

#search-filter-form-215 select.sf-input-select,
#search-filter-form-392 select.sf-input-select,
#search-filter-form-358 select.sf-input-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
  padding-left: 15px;
  background: url("images/arrow-down.svg") no-repeat right 15px center;
  background-size: 15px;
}

.sp .join-us .at input[type=submit],
.sp .hm-hero .at input[type=submit] {
  width: 225px;
}
.sp .at input[type=submit] {
  width: 175px;
}
.sp .site-footer .main-navigation li.don-btn a {
  max-width: 200px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Animate.css
--------------------------------------------- */
/* 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
 */
/*
 *  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%;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}
.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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  font-family: "MazzardM-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #20B1E7;
}
.main-navigation li.don-btn a {
  line-height: 1.5em;
  font-size: 18px;
  padding: 5px 12px 5px 15px;
  color: #fff;
  display: inline-block;
}
.main-navigation li.don-btn a:visited {
  color: #fff;
}
.main-navigation li.don-btn a:hover {
  color: #fff;
  background-color: #AD402D;
}
.main-navigation li.don-btn a:after {
  margin-left: 5px;
  display: inline-block;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #161619;
}
.main-navigation a:visited {
  color: #161619;
}
.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: #20B1E7;
}

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
    align-items: center;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

@media only screen and (min-width: 1024px) {
  .main-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu li {
    padding-left: 0;
    margin-bottom: 0;
  }
  .menu li:before {
    content: "";
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation {
    font-size: 18px;
  }

  #masthead .main-navigation {
    padding-right: calc(16.66667% - 1.875rem);
  }
  #masthead .main-navigation li.don-btn {
    position: absolute;
    right: 25px;
    margin-left: 30px;
  }
  #masthead .main-navigation .menu {
    position: initial;
  }
}
@media only screen and (min-width: 1366px) {
  #masthead .main-navigation a {
    padding: 0.7rem 25px;
  }
  #masthead .main-navigation li.don-btn a {
    padding: 5px 12px 5px 15px;
  }
}
/* 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;
}

html,
body {
  overflow-x: hidden;
}

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

#page {
  padding: 10px;
  background: #20b1e7;
  background: -moz-linear-gradient(45deg, #20b1e7 0%, #7ed3f2 100%);
  background: -webkit-linear-gradient(45deg, #20b1e7 0%, #7ed3f2 100%);
  background: linear-gradient(45deg, #20b1e7 0%, #7ed3f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20b1e7", endColorstr="#7ed3f2", GradientType=1);
}

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

.alert-bar {
  background-color: #42539E;
  color: #fff;
  font-family: "MazzardH-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  display: block;
  padding: 5px 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;
}
.alert-bar:visited {
  color: #fff;
}
.alert-bar:hover {
  background-color: #20B1E7;
  color: #fff;
}
.alert-bar:hover .fas:before {
  color: #20B1E7;
}
.alert-bar .fas {
  margin-left: 10px;
}
.alert-bar .fas:before {
  background-color: #fff;
  width: 20px;
  height: 20px;
  color: #42539E;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  -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;
}

.open-btn,
.close-button {
  border: none;
  background-color: transparent;
  padding: 0;
  -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;
}
.open-btn:hover,
.close-button:hover {
  cursor: pointer;
}

.off-canvas {
  background-color: #161619;
  color: #fff;
  font-family: "MazzardH-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 25px;
}
.off-canvas .close-button {
  color: #8b8b8c;
  top: 15px;
  right: 15px;
}
.off-canvas .close-button:hover {
  color: #20B1E7;
}
.off-canvas .grid-x {
  margin-bottom: 50px;
}
.off-canvas .mob-nav {
  font-size: 24px;
}
.off-canvas .mob-nav li {
  padding-left: 0;
  margin-bottom: 0;
}
.off-canvas .mob-nav li:before {
  content: "";
}
.off-canvas .mob-nav a {
  color: #fff;
  display: flex;
}
.off-canvas .mob-nav a:after {
  content: "";
  color: #161619;
  background-color: #fff;
  background: url("images/03_Images_ActionArrow.svg") no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  -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;
}
.off-canvas .mob-nav a:visited {
  color: #fff;
}
.off-canvas .mob-nav a:hover {
  color: #20B1E7;
}
.off-canvas .mob-nav a:hover:after {
  background: url("images/acc-blue.svg") no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.off-canvas .mob-nav li {
  margin-bottom: 10px;
}
.off-canvas .mob-nav li.don-btn {
  background-color: #AD402D;
  max-width: 150px;
  border-radius: 25px;
  margin-top: 25px;
  -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;
}
.off-canvas .mob-nav li.don-btn:hover {
  background-color: #20B1E7;
  color: #fff;
  border-radius: 25px;
}
.off-canvas .mob-nav li.don-btn:hover a {
  color: #fff;
}
.off-canvas .mob-nav li.don-btn:hover a:after {
  background: url("images/03_Images_ActionArrow.svg") no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.off-canvas .mob-nav li.don-btn a {
  padding: 8px 10px 5px 15px;
}
.off-canvas .mob-nav li.don-btn a:after {
  color: #AD402D;
}

.position-right {
  width: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

#masthead {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);
  min-height: 75px;
}
#masthead .grid-x {
  align-items: center;
}
#masthead .small-7 {
  display: flex;
  justify-content: flex-end;
}
#masthead .open-btn {
  font-size: 32px;
  color: #161619;
  margin-right: 15px;
}
#masthead .btn.hide-for-large, #masthead .hide-for-large.blue-btn, #masthead .hide-for-large.wp-block-button__link, #masthead .main-navigation li.don-btn a.hide-for-large, .main-navigation li.don-btn #masthead a.hide-for-large {
  padding: 5px 12px 5px 15px;
}
#masthead .site-branding.is-stuck {
  background-color: #fff;
}
#masthead .site-branding.is-stuck:before {
  content: "";
  height: 10px;
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
  display: block;
  background: #5ec7ee;
  background: -moz-linear-gradient(45deg, #5ec7ee 0%, #7ed3f2 100%);
  background: -webkit-linear-gradient(45deg, #5ec7ee 0%, #7ed3f2 100%);
  background: linear-gradient(45deg, #5ec7ee 0%, #7ed3f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5ec7ee", endColorstr="#7ed3f2", GradientType=1);
}
#masthead .site-branding.is-stuck .custom-logo {
  max-width: 100px;
}
#masthead .site-branding.is-stuck .btn.hide-for-large, #masthead .site-branding.is-stuck .hide-for-large.blue-btn, #masthead .site-branding.is-stuck .hide-for-large.wp-block-button__link, #masthead .site-branding.is-stuck .main-navigation li.don-btn a.hide-for-large, .main-navigation li.don-btn #masthead .site-branding.is-stuck a.hide-for-large {
  padding: 5px 12px 5px 15px;
}

.home #masthead,
.es-home #masthead {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-logo {
  max-width: 125px;
  width: 100%;
  height: auto;
  -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 {
  background-color: #E8F7FD;
  padding: 35px 0;
  text-align: center;
}
.site-footer .lazy {
  display: block;
  max-width: 200px;
  margin: 0 auto 25px;
}
.site-footer .address,
.site-footer .email,
.site-footer .phone {
  color: rgba(22, 22, 25, 0.65);
  font-size: 15px;
  margin-bottom: 25px;
}
.site-footer .email a {
  color: rgba(22, 22, 25, 0.65);
}
.site-footer .email a:visited {
  color: rgba(22, 22, 25, 0.65);
}
.site-footer .email a:hover {
  color: #20B1E7;
}
.site-footer .phone a {
  color: rgba(22, 22, 25, 0.65);
}
.site-footer .phone a:visited {
  color: rgba(22, 22, 25, 0.65);
}
.site-footer .phone a:hover {
  color: #20B1E7;
}
.site-footer .paidforby {
  text-transform: uppercase;
  border: 1px solid #696f74;
  color: #696f74;
  padding: 6px 10px 4px;
  font-size: 12px;
}
.site-footer .foot-bottom {
  margin-top: 15px;
}
.site-footer .main-navigation ul {
  display: block;
}
.site-footer .main-navigation ul li {
  padding-left: 0;
  margin-bottom: 0;
}
.site-footer .main-navigation ul li:before {
  content: "";
}
.site-footer .main-navigation li.don-btn a {
  max-width: 150px;
  margin: 25px auto 35px;
  padding: 5px 12px 5px 15px;
}

.social {
  color: rgba(22, 22, 25, 0.65);
  font-size: 24px;
  margin-bottom: 25px;
}
.social a {
  color: rgba(22, 22, 25, 0.65);
  margin-right: 10px;
}
.social a:last-of-type {
  margin-right: 0;
}
.social a:visited {
  color: rgba(22, 22, 25, 0.65);
}
.social a:hover {
  color: #20B1E7;
}

.hm-hero {
  position: relative;
  padding-top: 300px;
  background-size: auto 400px !important;
  background-position: top right -50px !important;
}
.hm-hero .grid-container {
  z-index: 2;
  position: relative;
  padding-bottom: 35px;
}
.hm-hero .fade {
  height: 100px;
  width: calc(100% + 50px);
  position: relative;
  left: -25px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,ffffff+50,ffffff+65,ffffff+100&0+0,0.65+50,0.85+65,1+100 */
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.65) 65%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.65) 65%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.65) 65%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007db9e8", endColorstr="#ffffff", GradientType=0);
  /* IE6-9 */
}
.hm-hero h1 {
  text-align: center;
}
.hm-hero .social {
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
}
.hm-hero .social a {
  margin-right: 5px;
}

.join-us {
  background-color: #161619;
  color: #fff;
}
.join-us .grid-x {
  flex-direction: column-reverse;
}
.join-us .grid-container {
  padding-left: 0;
  padding-right: 0;
}
.join-us .large-6:first-of-type {
  padding: 50px 25px;
}
.join-us .large-6.lazy {
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.join-us .at .at-fieldset {
  padding: 0;
}
.join-us .at-row > [class^=at-] {
  margin: 0;
}

.vlcr {
  background-color: #E8F7FD;
  padding: 50px 0;
}
.vlcr .large-6:last-of-type {
  margin-top: 25px;
  text-align: center;
}

.vidwrap {
  position: relative;
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.vidwrap:before {
  content: "";
  width: 200px;
  height: 200px;
  background-color: #20B1E7;
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
}
.vidwrap .imgwrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 300px;
  max-width: 500px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 15px;
  color: #fff;
}
.vidwrap a {
  color: #fff;
  max-width: 110px;
  text-align: center;
}
.vidwrap a img {
  max-width: 70px;
}
.vidwrap a:visited {
  color: #fff;
}
.vidwrap a:hover {
  opacity: 0.5;
}
.vidwrap a .fas {
  font-size: 40px;
  display: block;
  margin-bottom: 10px;
}

.pr-sec {
  padding: 50px 0;
  text-align: center;
}

ul.priority-items {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  text-align: left;
  font-family: "MazzardH-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 25px 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
ul.priority-items li {
  border-bottom: 2px solid #C0C0C7;
  padding: 12px 5px;
  line-height: 1.3em;
}
ul.priority-items li:first-child {
  border-top: 2px solid #C0C0C7;
}
ul.priority-items a {
  color: #161619;
  display: block;
  position: relative;
  padding-right: 50px;
}
ul.priority-items a:visited {
  color: #161619;
}
ul.priority-items a:hover {
  color: #AD402D;
}
ul.priority-items a:hover:after {
  color: #AD402D;
}
ul.priority-items a:after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #20B1E7;
  position: absolute;
  right: 0;
  font-size: 26px;
  top: calc(50% - 11px);
  -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;
}

.endorse-carousel {
  padding: 50px 0;
  background-color: #E8F7FD;
  text-align: center;
}
.endorse-carousel .large-6:last-of-type {
  margin-top: 65px;
}
.endorse-carousel .owl-carousel {
  transform: rotate(90deg);
  overflow: visible;
  position: relative;
  width: 325px;
  margin-left: auto;
  margin-right: auto;
  left: -12px;
}
.endorse-carousel .owl-stage {
  height: 325px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.endorse-carousel .owl-item {
  transform: rotate(-90deg);
  width: 320px;
}
.endorse-carousel .item {
  position: relative;
  left: -105px;
  padding: 10px;
}
.endorse-carousel .item .grid-x {
  align-items: center;
  width: 320px;
  background-color: #fff;
  padding: 10px;
  text-align: left;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.endorse-carousel .fimg {
  width: 75px !important;
  height: 75px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  left: -15px;
}
.endorse-carousel h3 {
  font-size: 18px;
  font-family: "MazzardM-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  margin: 0 0 10px;
}
.endorse-carousel .loc,
.endorse-carousel .org {
  font-size: 10px;
  margin: 0;
  line-height: 1.2em;
}
.endorse-carousel .owl-nav {
  position: absolute;
  font-size: 24px;
  top: calc(50% - 25px);
  width: 100%;
  backface-visibility: hidden;
}
.endorse-carousel .owl-nav button.owl-prev,
.endorse-carousel .owl-nav button.owl-next {
  position: absolute;
}
.endorse-carousel .owl-nav button.owl-prev {
  left: -45px;
  background: url("images/car-arrow-up.svg") no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 25px;
}
.endorse-carousel .owl-nav button.owl-next {
  right: -40px;
  background: url("images/car-arrow-down.svg") no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 25px;
}

.error-404 {
  padding: 100px 0;
}

.page-hero {
  background-color: #E8F7FD;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 50px;
}
.page-hero h1 {
  margin-bottom: 15px;
  font-size: 40px;
}
.page-hero h1 span {
  display: block;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "MazzardH-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 25px;
  padding-right: 25px;
}
.page-hero h2 {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "MazzardH-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 25px;
  padding-right: 25px;
}

.head-sec {
  max-width: 1100px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  margin: 0 auto 25px;
}

.post-type-archive-news h1 {
  margin-bottom: 0;
}
.post-type-archive-news h2 {
  margin-top: 15px;
}

.video-sec {
  margin: 50px 0;
}

.cont-sec {
  max-width: 1100px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
}

.sbs-images .medium-6 {
  min-height: 225px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sbs-images .medium-6:first-of-type {
  margin-bottom: 10px;
}
.sbs-images .medium-6:last-of-type {
  margin-bottom: 25px;
}

.join-cta-sec {
  padding: 35px 0;
  margin-bottom: 35px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8fd8f3+0,bde8f8+100 */
  background: #8fd8f3;
  /* Old browsers */
  background: -moz-linear-gradient(left, #8fd8f3 0%, #bde8f8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #8fd8f3 0%, #bde8f8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #8fd8f3 0%, #bde8f8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8fd8f3", endColorstr="#bde8f8", GradientType=1);
  /* IE6-9 */
}
.join-cta-sec .FooterHtml {
  padding: 0;
}
.join-cta-sec .at-form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.join-cta-sec .at fieldset:last-of-type {
  padding: 0;
}
.join-cta-sec .at input[type=submit] {
  margin: 0;
}

.accordion {
  background-color: transparent;
  margin: 25px 0;
}

.accordion-item {
  padding-left: 0;
  margin-bottom: 0;
}
.accordion-item:before {
  content: "";
}

.accordion-title {
  border: 1px solid #C0C0C7;
  border-left: 0;
  border-right: 0;
  border-bottom: none;
  color: #161619;
  padding-left: 0;
  padding-right: 50px;
  font-family: "MazzardH-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-align: left;
}
.accordion-title:visited {
  color: #161619;
}
.accordion-title:hover, .accordion-title:active, .accordion-title:focus {
  background-color: transparent;
  outline: none;
  color: #161619;
}
.accordion-title:before {
  content: "";
  background: url("images/acc-blue.svg") no-repeat center center;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  top: calc(50% - 5px);
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #C0C0C7;
}

.is-active > .accordion-title::before {
  content: "";
  background: url("images/acc-blue-open.svg") no-repeat center center;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
}

.accordion-content {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  border: none;
  text-align: left;
}
.accordion-content ul {
  margin-left: 0;
}

.btn-sec {
  margin: 50px 0;
}

.callout-box {
  margin-bottom: 25px;
}
.callout-box .grid-container {
  margin-left: 25px;
  margin-right: 25px;
  padding: 5px;
}
.callout-box .grid-container.grad1 {
  background: #20b1e7;
  background: -moz-linear-gradient(45deg, #20b1e7 0%, #7ed3f2 100%);
  background: -webkit-linear-gradient(45deg, #20b1e7 0%, #7ed3f2 100%);
  background: linear-gradient(45deg, #20b1e7 0%, #7ed3f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20b1e7", endColorstr="#7ed3f2", GradientType=1);
}
.callout-box .grid-container.grad2 {
  background: #42539e;
  background: -moz-linear-gradient(45deg, #42539e 0%, #7f6e6a 100%);
  background: -webkit-linear-gradient(45deg, #42539e 0%, #7f6e6a 100%);
  background: linear-gradient(45deg, #42539e 0%, #7f6e6a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#42539e", endColorstr="#7f6e6a", GradientType=1);
}
.callout-box .grid-container.grad3 {
  background: #20b1e7;
  background: -moz-linear-gradient(45deg, #20b1e7 0%, #b1cc74 100%);
  background: -webkit-linear-gradient(45deg, #20b1e7 0%, #b1cc74 100%);
  background: linear-gradient(45deg, #20b1e7 0%, #b1cc74 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20b1e7", endColorstr="#b1cc74", GradientType=1);
}
.callout-box .grid-container.grad4 {
  background: #20b1e7;
  background: -moz-linear-gradient(45deg, #20b1e7 0%, #42539e 100%);
  background: -webkit-linear-gradient(45deg, #20b1e7 0%, #42539e 100%);
  background: linear-gradient(45deg, #20b1e7 0%, #42539e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20b1e7", endColorstr="#42539e", GradientType=1);
}
.callout-box .grid-container.grad5 {
  background: #bb4430;
  background: -moz-linear-gradient(45deg, #bb4430 0%, #7f6e6a 100%);
  background: -webkit-linear-gradient(45deg, #bb4430 0%, #7f6e6a 100%);
  background: linear-gradient(45deg, #bb4430 0%, #7f6e6a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bb4430", endColorstr="#7f6e6a", GradientType=1);
}
.callout-box .cont-wrap {
  background-color: #fff;
  padding: 35px 25px 10px;
}

#search-filter-form-201 {
  margin-bottom: 35px;
}
#search-filter-form-201 ul {
  text-align: center;
  font-family: "MazzardH-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#search-filter-form-201 ul li {
  padding-left: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
#search-filter-form-201 ul li.sf-option-active label {
  color: #20B1E7;
}
#search-filter-form-201 ul li:before {
  content: "";
}
#search-filter-form-201 .sf-input-radio {
  text-align: center;
  position: fixed;
  opacity: 0;
  pointer-events: none;
}
#search-filter-form-201 label {
  font-size: 16px;
}

.archive h2 a {
  color: #161619;
}
.archive h2 a:visited {
  color: #161619;
}
.archive h2 a:hover {
  color: #20B1E7;
}
.archive .hentry {
  border-top: 2px solid #C0C0C7;
  padding: 25px 0 35px;
}
.archive .hentry:last-of-type {
  border-bottom: 2px solid #C0C0C7;
}
.archive #primary {
  padding-bottom: 50px;
}
.archive .entry-meta {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "MazzardM-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.archive .entry-title {
  margin: 10px 0 15px;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 50px;
  font-family: "MazzardM-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wp-pagenavi a {
  color: #161619;
  border: none;
}
.wp-pagenavi a:visited {
  color: #161619;
}
.wp-pagenavi a:hover {
  color: #20B1E7;
}
.wp-pagenavi span.current {
  border: none;
  color: #20B1E7;
}

.single #primary {
  padding: 50px 0;
}
.single #primary hr {
  background-color: #C0C0C7;
  height: 2px;
  width: 100%;
  margin: 20px 0 25px;
}
.single h1.entry-title {
  line-height: 1.2em;
  font-size: 32px;
  margin: 0 0 25px;
}
.single .entry-header .entry-meta {
  letter-spacing: 2px;
  color: #20B1E7;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 10px;
  font-family: "MazzardM-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.endorser-box {
  margin: 5px;
}
.endorser-box > a {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 5px 10px 5px 15px;
  text-align: left;
  min-height: 100px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  -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;
}
.endorser-box > a:hover {
  margin-top: -5px;
  margin-bottom: 5px;
}
.endorser-box > a h3,
.endorser-box > a p {
  color: #161619;
}
.endorser-box > a h3:visited,
.endorser-box > a p:visited {
  color: #161619;
}
.endorser-box .grid-x {
  width: 100%;
  align-items: center;
}
.endorser-box .fimg {
  width: 75px !important;
  height: 75px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding-bottom: 100%;
  max-height: 75px;
}
.endorser-box h3 {
  font-size: 18px;
  font-family: "MazzardM-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  margin: 0 0 10px;
}
.endorser-box .loc,
.endorser-box .org {
  font-size: 12px;
  margin: 0;
  line-height: 1.2em;
  font-family: "MazzardM-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.archive.post-type-archive-endorsements #primary,
.page-template-endorsements-spanish #primary {
  padding-bottom: 0;
}
.archive.post-type-archive-endorsements #fancybox-content,
.archive.post-type-archive-endorsements #fancybox-outer,
.page-template-endorsements-spanish #fancybox-content,
.page-template-endorsements-spanish #fancybox-outer {
  background-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.archive.post-type-archive-endorsements #fancybox-content,
.archive.post-type-archive-endorsements #fancybox-outer,
.page-template-endorsements-spanish #fancybox-content,
.page-template-endorsements-spanish #fancybox-outer {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px !important;
}
.archive.post-type-archive-endorsements #fancybox-content h3,
.page-template-endorsements-spanish #fancybox-content h3 {
  font-size: 24px;
  margin: 0 0 5px;
}
.archive.post-type-archive-endorsements #fancybox-content p.loc,
.archive.post-type-archive-endorsements #fancybox-content p.org,
.page-template-endorsements-spanish #fancybox-content p.loc,
.page-template-endorsements-spanish #fancybox-content p.org {
  font-size: 14px;
  margin: 0;
  font-family: "MazzardM-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.archive.post-type-archive-endorsements #fancybox-content .small-7,
.page-template-endorsements-spanish #fancybox-content .small-7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.archive.post-type-archive-endorsements #fancybox-close,
.page-template-endorsements-spanish #fancybox-close {
  background: transparent url("images/close.png") no-repeat center center !important;
  background-size: 25px auto !important;
  top: 10px !important;
  right: 10px !important;
}
.archive.post-type-archive-endorsements .elightbox,
.page-template-endorsements-spanish .elightbox {
  max-width: 600px !important;
  padding: 25px 25px 0;
}
.archive.post-type-archive-endorsements .elightbox .fimg,
.page-template-endorsements-spanish .elightbox .fimg {
  width: 200px;
  max-width: 100%;
  max-height: 200px;
  padding-bottom: 100%;
  background-color: #ccc;
}
.archive.post-type-archive-endorsements .elightbox .grid-x,
.page-template-endorsements-spanish .elightbox .grid-x {
  margin-bottom: 25px;
}
.archive.post-type-archive-endorsements .searchandfilter h4,
.page-template-endorsements-spanish .searchandfilter h4 {
  font-family: "MazzardM-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.endorsement-wrap {
  background-color: #E8F7FD;
  padding: 25px 0;
}

.end-filter {
  position: relative;
  top: -25px;
  margin-bottom: -25px;
}
.end-filter .searchandfilter {
  margin-bottom: 25px !important;
}

#search-filter-form-215,
#search-filter-form-392,
#search-filter-form-358 {
  margin-bottom: 50px;
  text-align: center;
}
#search-filter-form-215 ul li,
#search-filter-form-392 ul li,
#search-filter-form-358 ul li {
  padding-left: 0;
  margin-bottom: 0;
}
#search-filter-form-215 ul li:before,
#search-filter-form-392 ul li:before,
#search-filter-form-358 ul li:before {
  content: "";
}
#search-filter-form-215 .sf-input-select,
#search-filter-form-392 .sf-input-select,
#search-filter-form-358 .sf-input-select {
  border: 2px solid #161619;
  border-radius: 25px;
  padding-left: 25px;
  padding-right: 35px;
  font-family: "MazzardM-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#fancybox-close {
  background: transparent url("images/close-white.png") no-repeat center center !important;
  background-size: 25px auto !important;
  top: -35px !important;
}

.end-form {
  padding: 50px 0;
}
.end-form .grid-container {
  max-width: 910px;
}
.end-form h2 {
  padding-left: 15px;
  padding-right: 15px;
}

#fancybox-overlay {
  opacity: 0.95 !important;
  background-color: #000 !important;
}

.error404 .page-hero h1.page-title {
  margin: 0;
  font-size: 60px;
}
.error404 .error-404 {
  padding: 0 0 25px;
}

.reveal-overlay {
  background: rgba(0, 0, 0, 0.95);
}

.supwrap {
  background-color: #fff;
}
.supwrap .suplogo {
  max-width: 150px;
  display: block;
  margin: 0 auto 25px;
}
.supwrap h3 {
  font-family: "MazzardH-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3em;
}
.supwrap .grid-x {
  margin: 25px auto;
}
.supwrap .large-6:last-of-type {
  text-align: center;
  padding: 25px;
}
.supwrap .close {
  color: rgba(22, 22, 22, 0.5);
  text-decoration: underline;
  font-family: "MazzardM-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -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;
}
.supwrap .close:hover {
  cursor: pointer;
  color: #20B1E7;
}
.supwrap .btn, .supwrap .blue-btn, .supwrap .wp-block-button__link, .supwrap .main-navigation li.don-btn a, .main-navigation li.don-btn .supwrap a {
  text-align: center;
  display: block;
  padding: 10px 10px;
  width: 100%;
  line-height: 1em;
}
.supwrap .btn:after, .supwrap .blue-btn:after, .supwrap .wp-block-button__link:after, .supwrap .main-navigation li.don-btn a:after, .main-navigation li.don-btn .supwrap a:after {
  content: "";
  width: 0;
  height: 0;
  background-color: transparent;
}
.supwrap .small-6 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#support {
  background-color: transparent;
  padding: 50px 25px;
  border: none !important;
  outline: none;
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}
#support .close-button {
  top: 15px;
  right: 15px;
}
#support .close-button:hover {
  color: #fff;
}

.admin-bar .off-canvas {
  top: 46px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.search-filter-results {
  text-align: center;
}

@media only screen and (max-width: 374px) {
  .site-footer .small-6 {
    width: calc(100% - 1.875rem);
  }
}
@media only screen and (max-width: 375px) {
  .endorse-carousel .owl-carousel {
    left: -22px;
  }
}
@media only screen and (max-width: 420px) {
  .sp #masthead .grid-x {
    height: 75px;
  }
  .sp #masthead .small-5 {
    width: calc(30% - 1.875rem);
  }
  .sp #masthead .small-7 {
    width: calc(70% - 1.875rem);
  }
  .sp #masthead .btn.hide-for-large, .sp #masthead .hide-for-large.blue-btn, .sp #masthead .hide-for-large.wp-block-button__link, .sp #masthead .main-navigation li.don-btn a.hide-for-large, .main-navigation li.don-btn .sp #masthead a.hide-for-large {
    font-size: 17px;
  }
  .sp .site-footer .main-navigation li.don-btn a {
    font-size: 14px;
  }
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

@media only screen and (min-width: 375px) {
  .site-footer .large-2 {
    text-align: left;
  }
  .site-footer .lazy {
    margin-left: -15px;
  }
  .site-footer .large-10 {
    text-align: right;
  }
  .site-footer .main-navigation li.don-btn {
    margin: 30px 0 15px;
  }
  .site-footer .main-navigation li.don-btn a {
    margin: 0;
  }
  .site-footer .foot-bottom {
    text-align: right;
    margin-top: 25px;
  }
  .site-footer .address {
    margin-bottom: 0;
  }
  .site-footer .paidforby {
    font-size: 14px;
  }
}
@media only screen and (min-width: 640px) {
  .off-canvas .mob-nav a {
    justify-content: center;
  }
  .off-canvas .mob-nav li.don-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .hm-hero {
    padding-top: 350px;
    background-position: top right !important;
    background-size: auto 450px !important;
  }

  .join-us {
    text-align: center;
  }
  .join-us .ngp-form {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .video-sec .vidwrap,
.video-sec .imgwrap {
    max-width: 100%;
  }
  .video-sec .imgwrap {
    min-height: 350px;
  }

  .sbs-images {
    margin: 50px 0;
  }
  .sbs-images .medium-6:first-of-type {
    margin-bottom: 0;
  }
  .sbs-images .medium-6:last-of-type {
    margin-bottom: 0;
  }

  .single h1.entry-title {
    font-size: 40px;
    max-width: 500px;
  }

  .archive.post-type-archive-endorsements .elightbox .fimg,
.page-template-endorsements-spanish .elightbox .fimg {
    width: 200px;
    height: 200px;
    padding: 0;
  }

  #support .vidwrap {
    max-width: 100%;
  }
  #support .vidwrap .imgwrap {
    max-width: 100%;
  }

  .endorse-carousel .owl-carousel {
    left: 0;
  }

  .vidwrap a img {
    max-width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .hm-hero {
    padding: 0;
    background-size: cover !important;
    background-position: top right -205px !important;
  }
  .hm-hero .fade.hide-for-large {
    display: none !important;
  }
  .hm-hero .grid-container {
    padding: 50px 25px;
  }
  .hm-hero .grid-x > .large-6 {
    width: 50%;
  }
  .hm-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+35,ffffff+50,7db9e8+100&1+0,0.85+35,0.65+50,0+100 */
    background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.85) 35%, rgba(255, 255, 255, 0.15) 50%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.85) 35%, rgba(255, 255, 255, 0.15) 50%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.85) 35%, rgba(255, 255, 255, 0.15) 50%, rgba(125, 185, 232, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#007db9e8", GradientType=1);
    /* IE6-9 */
  }
  .hm-hero h1 {
    text-align: left;
  }
  .hm-hero .social {
    text-align: left;
    font-size: 18px;
  }
  .hm-hero .ngp-form {
    position: relative;
    left: -20px;
  }
  .hm-hero .ngp-form {
    max-width: 500px;
    margin-left: 0;
  }

  ul.priority-items {
    margin: 50px auto 25px;
  }

  .page-hero {
    padding: 0;
  }
  .page-hero .grid-container {
    padding: 75px 75px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .page-hero h1 {
    font-size: 50px;
  }
  .page-hero h1 span {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }
  .page-hero h2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .video-sec .imgwrap {
    min-height: 400px;
  }
  .video-sec .vidwrap:before {
    width: 300px;
    height: 300px;
  }

  .callout-box .grid-container {
    padding: 15px;
  }
  .callout-box .cont-wrap {
    padding: 50px 50px 25px;
  }

  #search-filter-form-201 {
    margin-bottom: 50px;
  }
  #search-filter-form-201 ul ul {
    display: flex;
    justify-content: center;
  }

  .error404 .page-hero h1.page-title {
    font-size: 150px;
  }

  .admin-bar #masthead .site-branding.is-stuck {
    top: 32px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .site-footer .main-navigation ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .site-footer .main-navigation li.don-btn {
    margin-top: 0;
    margin-bottom: 0;
  }
  .site-footer .main-navigation li.don-btn a {
    margin: 0;
  }
  .site-footer .paidforby {
    position: relative;
    top: -30px;
    margin-bottom: -30px;
  }
  .site-footer .foot-bottom {
    margin-top: 0;
  }

  #masthead {
    position: relative;
    z-index: 2;
  }

  .home #masthead {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+36,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.75) 40%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.75) 40%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.75) 40%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=0);
    /* IE6-9 */
  }

  .hm-hero {
    background-position: top right -175px !important;
    position: relative;
    top: -75px;
    margin-bottom: -75px;
    z-index: 1;
  }
  .hm-hero .grid-container {
    padding: 150px 25px 25px;
  }
  .hm-hero .overlay {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+35,ffffff+50,7db9e8+100&1+0,0.85+35,0.65+50,0+100 */
    background: -moz-linear-gradient(left, white 0%, white 35%, rgba(255, 255, 255, 0.65) 45%, rgba(255, 255, 255, 0.15) 50%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, white 0%, white 35%, rgba(255, 255, 255, 0.65) 45%, rgba(255, 255, 255, 0.15) 50%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, white 0%, white 35%, rgba(255, 255, 255, 0.65) 45%, rgba(255, 255, 255, 0.15) 50%, rgba(125, 185, 232, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#007db9e8", GradientType=1);
    /* IE6-9 */
  }
  .hm-hero .social {
    font-size: 24px;
  }

  .join-us .grid-x {
    flex-direction: row;
  }
  .join-us .large-6:first-of-type {
    padding: 50px;
  }
  .join-us .large-6.lazy {
    width: 50%;
    left: 0;
  }

  .vlcr {
    padding: 100px 0;
  }
  .vlcr .large-6:last-of-type {
    padding-left: 25px;
    text-align: left;
    margin-top: 0;
  }

  .vidwrap .imgwrap a .fas {
    font-size: 65px;
  }

  .pr-sec {
    padding: 100px 0;
    text-align: left;
  }
  .pr-sec ul.priority-items {
    margin: 0;
  }
  .pr-sec .large-6:first-of-type {
    padding-right: 50px;
  }

  ul.priority-items {
    font-size: 22px;
  }
  ul.priority-items a:after {
    top: calc(50% - 14px);
  }

  .endorse-carousel {
    padding: 50px 0 100px;
    text-align: left;
  }
  .endorse-carousel .grid-container > .grid-x {
    flex-direction: row-reverse;
    align-items: center;
  }

  .page-hero {
    margin-bottom: 100px;
  }

  .head-sec span {
    display: block;
  }

  .video-sec .imgwrap {
    min-height: 550px;
  }
  .video-sec .vidwrap:before {
    width: 300px;
    height: 300px;
  }

  .sbs-images .medium-6 {
    min-height: 300px;
  }

  .join-cta-sec h2 {
    margin: 0;
  }
  .join-cta-sec .grid-x {
    align-items: center;
  }

  .accordion-title {
    font-size: 24px;
  }

  .callout-box {
    max-width: 1100px;
    margin: 0 auto 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .callout-box .grid-container {
    margin-left: 0;
    margin-right: 0;
  }

  .archive #primary {
    padding-bottom: 100px;
  }
  .archive .entry-meta {
    font-size: 14px;
  }
  .archive .entry-title {
    margin: 15px 0 15px;
  }

  .single #primary {
    padding: 100px 0;
  }
  .single h1.entry-title {
    max-width: 700px;
    font-size: 55px;
    margin-bottom: 50px;
  }
  .single .entry-header .entry-meta {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .error404 .error-404 {
    padding: 0 0 75px;
  }

  #support {
    width: 900px;
  }
  #support .close-button {
    top: 90px;
    right: 40px;
    font-size: 24px;
  }
  #support .close-button:hover {
    color: #161619;
  }
  #support .vidwrap {
    height: 100%;
  }
  #support .vidwrap:before {
    top: -15px;
    left: -15px;
    width: 375px;
    height: 375px;
  }
  #support .vidwrap .imgwrap {
    height: 100%;
  }
  #support .vidwrap .imgwrap a .fas {
    font-size: 85px;
  }

  .endorsement-wrap {
    padding: 50px 0;
  }

  .end-filter .searchandfilter {
    margin-bottom: 50px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer .main-navigation li.don-btn {
    margin-left: 30px;
  }

  .hm-hero {
    background-position: top right -100px !important;
  }

  .join-us {
    text-align: left;
  }
  .join-us .ngp-form {
    margin-left: 0;
    position: relative;
  }
  .join-us .at .at-form-submit {
    text-align: left;
  }

  .vlcr .large-6:last-of-type {
    padding-left: 50px;
  }

  .vidwrap {
    max-width: 600px;
  }
  .vidwrap:before {
    top: -15px;
    left: -15px;
    height: 250px;
    width: 250px;
  }
  .vidwrap .imgwrap {
    max-width: 600px;
    min-height: 350px;
  }

  .video-sec .imgwrap {
    min-height: 600px;
  }
  .video-sec .vidwrap,
.video-sec .imgwrap {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1366px) {
  .join-us .cont-wrap {
    max-width: 450px;
    margin: 0 auto;
  }

  .sbs-images .grid-container {
    max-width: 1340px;
  }
  .sbs-images .medium-6 {
    min-height: 400px;
  }

  .join-cta-sec .grid-container {
    max-width: 1340px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .callout-box {
    max-width: 1300px;
  }
  .callout-box .grid-container {
    margin: 0 auto;
    max-width: 1200px;
  }
  .callout-box .cont-wrap {
    padding: 50px 60px 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .join-us .large-6:first-of-type {
    padding: 100px;
  }

  .hm-hero {
    background-position: top right !important;
  }
}
@media only screen and (min-width: 1920px) {
  .hm-hero .grid-container {
    min-height: 850px;
    display: flex;
    align-items: center;
  }
  .hm-hero .grid-x {
    width: 100%;
  }
}
/*# sourceMappingURL=maps/style.css.map */
