/*!
Theme Name: Yes on 109
Author: Christina Leikam
Description: Custom Wordpress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: yes-on-109
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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@400;600;700;800;900&display=swap");
@import url("https://use.typekit.net/krs1myg.css");
/*!
 * 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 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");
}

@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");
}

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

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

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

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-check:before {
  content: "\f00c";
}

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

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

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

@-moz-document url-prefix() {
  .grid-margin-x > .cell {
    margin-right: .9374rem;
  }
}

.grid-container {
  max-width: 1060px;
  padding-left: 25px;
  padding-right: 25px;
}

.grid-container.fluid {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------------------------------------------------
# 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: #3d3d3d;
  font-family: "Catamaran", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "urbane", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #473286;
  font-weight: bold;
  line-height: 1.3em;
}

h1, .h1 {
  font-size: 30px;
  margin: 0 0 20px;
}

h2 {
  font-size: 25px;
  margin: 0 0 20px;
}

h3 {
  font-size: 23px;
  margin: 0 0 20px;
}

h4 {
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 26px;
  }
}

p {
  margin-bottom: 1.5em;
  line-height: 1.3em;
}

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

blockquote {
  margin: 0 1.5em;
}

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%;
}

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

ol {
  list-style: decimal;
}

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: #473286;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

s a:visited {
  color: #473286;
}

a:hover, a:focus, a:active {
  color: #0fa3b1;
}

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, .blue-btn {
  padding: 8px 25px;
  border-radius: 25px;
  font-family: "urbane", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
}

.blue-btn {
  background-color: #bcdedd;
  color: #473286;
}

.blue-btn:visited {
  color: #473286;
}

.blue-btn:hover {
  color: #fff;
  background-color: #473286;
}

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

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: #473286;
  border: none;
  border-radius: 25px;
  padding: 3px 15px;
  font-family: "urbane", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  -webkit-box-shadow: none !important;
  box-shadow: none !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: #3d3d3d;
}

select {
  border: none;
}

textarea {
  width: 100%;
  padding: 10px 15px;
  height: 45px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 400;
}

input[type="submit"] {
  background-color: #bcdedd;
  color: #473286;
  text-transform: uppercase;
  font-family: "urbane", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 25px;
  padding: 5px 20px;
  height: 39px;
  border-color: #bcdedd;
  font-size: 1rem;
  margin: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

input[type="submit"]:hover {
  border-color: #fff;
  background-color: #473286;
  color: #fff;
  cursor: pointer;
}

.form-wrap input[type="text"],
.form-wrap input[type="email"],
.form-wrap input[type="url"],
.form-wrap input[type="password"],
.form-wrap input[type="search"],
.form-wrap input[type="number"],
.form-wrap input[type="tel"],
.form-wrap input[type="range"],
.form-wrap input[type="date"],
.form-wrap input[type="month"],
.form-wrap input[type="week"],
.form-wrap input[type="time"],
.form-wrap input[type="datetime"],
.form-wrap input[type="datetime-local"],
.form-wrap input[type="color"],
.form-wrap textarea {
  border: 2px solid #bcdedd;
}

.form-wrap textarea {
  height: 125px;
  margin-bottom: 16px;
}

.form-wrap input[type="submit"] {
  display: block;
  margin: 0 auto;
}

#mc-embedded-subscribe-form .grid-margin-x.mw > .cell {
  margin-left: 8px;
  margin-right: 8px;
}

#mc-embedded-subscribe-form .grid-margin-x.mw {
  margin-left: 8px;
  margin-right: 8px;
  margin-left: 0;
  margin-right: 0;
}

#mc-embedded-subscribe-form .grid-margin-x.mw > .cell {
  margin-left: auto;
  margin-right: auto;
}

#mc-embedded-subscribe-form .mw .small-3 {
  width: 25%;
}

#mc-embedded-subscribe-form .mw .small-3 .phonearea input[type="text"],
#mc-embedded-subscribe-form .mw .small-3 .phonedetail1 input[type="text"] {
  width: calc(100% - 8px);
  margin-bottom: 0;
}

#mc-embedded-subscribe-form .mw .small-6 {
  width: 50%;
}

#mc-embedded-subscribe-form .mw .small-6 input[type="text"] {
  width: 100%;
}

#mc-embedded-subscribe-form .checkboxes p {
  margin-bottom: 10px;
  font-size: 18px;
}

#mc-embedded-subscribe-form .checkboxes ul {
  list-style-type: none;
  margin-left: 0;
}

#mc-embedded-subscribe-form .checkboxes label {
  display: inline-block;
  left: 30px;
  margin: 0 0 5px;
  position: relative;
  font-size: 18px;
}

#mc-embedded-subscribe-form .checkboxes label:before {
  background: #fff;
  border: 2px solid #bcdedd;
  border-radius: 3px;
  content: "";
  height: 20px;
  left: -30px;
  position: absolute;
  width: 20px;
  top: 5px;
}

#mc-embedded-subscribe-form .checkboxes input[type="checkbox"] {
  display: none;
}

#mc-embedded-subscribe-form .checkboxes input[type="checkbox"]:checked + label::before {
  text-rendering: optimizeLegibility;
  content: '\2714';
  color: #473286;
  font-size: 17px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  text-decoration: inherit;
  text-align: center;
}

.acceptance-661 {
  margin-bottom: 15px;
  display: block;
}

.wpcf7-acceptance {
  display: inline;
  margin: 10px 0 0;
}

.wpcf7-acceptance .wpcf7-list-item {
  display: inline-block;
  margin-left: 0;
}

.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  display: none;
}

.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #473286;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  text-decoration: inherit;
  text-align: center;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  display: inline-block;
  left: 30px;
  margin: 0 0 5px;
  position: relative;
  font-size: 18px;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
  background: #fff;
  border: 2px solid #bcdedd;
  border-radius: 3px;
  content: "";
  height: 20px;
  left: -30px;
  position: absolute;
  width: 20px;
  top: 5px;
}

.wpcf7-acceptance .wpcf7-list-item-label:hover {
  cursor: pointer;
}

.wpcf7 p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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: "urbane", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  margin: 10px 0;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  justify-content: center;
}

.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;
  margin-right: 25px;
}

.main-navigation li:last-of-type {
  margin-right: 0;
}

.main-navigation li.navbtn a {
  background-color: #bcdedd;
  color: #473286;
  border-radius: 25px;
}

.main-navigation li.navbtn a:visited {
  color: #473286;
}

.main-navigation li.navbtn a:hover {
  color: #fff;
  background-color: #473286;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.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: #0fa3b1;
}

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

#mob-menu {
  margin-top: 35px;
}

#mob-menu li {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  font-family: "urbane", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 1024px) {
  .menu a {
    padding: 8px 12px;
  }
  .main-navigation ul {
    display: flex;
  }
}

.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%;
}

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

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

strong {
  font-weight: 800;
}

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

blockquote {
  font-size: 18px;
  line-height: 1.1em;
  color: #473286;
  text-align: center;
  line-height: 1.2em;
  font-family: "urbane", "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  border-left: none;
}

blockquote p {
  color: #473286;
  font-family: "urbane", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2em;
}

#masthead {
  padding: 10px 0;
}

#masthead .grid-x {
  align-items: center;
}

#masthead .small-3 {
  text-align: right;
}

#masthead .button {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 2em;
  color: #473286;
  margin: 0;
}

.site-branding .custom-logo-link img {
  max-width: 100%;
  width: 250px;
}

.off-canvas {
  background-color: #edf5f5;
  padding: 15px 25px;
}

.off-canvas .close-button {
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 2em;
  color: #473286;
}

.off-canvas .close-button:hover {
  cursor: pointer;
}

.off-canvas .close-button:focus, .off-canvas .close-button:active {
  outline: none;
}

.off-canvas .custom-logo {
  max-width: 100%;
  width: 250px;
}

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

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

#hm-hero {
  background-color: #f5f2ec;
}

#hm-hero .grid-container {
  padding: 50px 25px;
}

#hm-hero h1 {
  color: #473286;
}

#hm-hero p {
  font-weight: 500;
  font-size: 1.1em;
}

#hm-hero p strong {
  font-weight: 900;
}

#hm-hero p:last-of-type {
  margin-bottom: 0;
}

.hero-form {
  background-color: #473286;
  padding: 25px 0;
}

.hero-form form {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-form .medium-2:last-of-type {
  text-align: center;
}

.section {
  padding: 50px 0;
}

#what-it-does .col-intro {
  font-weight: 800;
  margin: 0 0 35px;
}

#what-it-does .large-3 {
  text-align: center;
  margin-bottom: 50px;
}

#what-it-does .large-3 img {
  display: block !important;
  margin: 0 auto 15px;
}

#what-it-does .large-3 .col-cont {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

#what-it-does .btn-mrg {
  margin-bottom: 10px;
}

.sec1-cols .grid-x {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#what-experts-say {
  background-color: #edf5f5;
  text-align: center;
  padding: 50px 0;
}

#what-experts-say .quote {
  font-size: 1.1em;
}

#what-experts-say .btn-mrg {
  margin-bottom: 10px;
}

.news-updates .fimg {
  background-size: 300px auto !important;
  width: 300px;
  height: 158px;
  display: block;
  margin: 0 auto 15px;
  background-color: #bcdedd;
  max-width: 100%;
}

.news-updates h4 {
  font-size: 18px;
  font-family: "Catamaran", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.news-updates h4 a {
  color: #3d3d3d;
}

.news-updates .news-excerpt {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.news-updates .news-excerpt p {
  display: inline;
}

.news-updates .read-more {
  display: inline-block;
  color: #3d3d3d;
  font-weight: 800;
}

.news-updates .read-more:visited {
  color: #3d3d3d;
}

.news-updates .read-more:hover {
  color: #0fa3b1;
}

.news-updates .btn-mrg {
  margin-top: 50px;
  margin-bottom: 10px;
}

#campaign-updates {
  background-color: #edf5f5;
}

#support .intro {
  margin-bottom: 35px;
}

#support form {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#support input[type="text"],
#support input[type="email"] {
  border: 2px solid #bcdedd;
}

#support input[type="submit"] {
  display: block;
  margin: 25px auto 0;
}

#support .grid-margin-x > .cell {
  margin-left: 8px;
  margin-right: 8px;
}

#support .grid-margin-x {
  margin-left: 8px;
  margin-right: 8px;
}

#support .grid-margin-x.mw {
  margin-left: 0;
  margin-right: 0;
}

#support .grid-margin-x.mw > .cell {
  margin-left: auto;
  margin-right: auto;
}

#support .small-3 {
  width: 25%;
}

#support .small-3 .phonearea input[type="text"],
#support .small-3 .phonedetail1 input[type="text"] {
  width: calc(100% - 8px);
  margin-bottom: 0;
}

#support .small-6 {
  width: 50%;
}

#support .small-6 input[type="text"] {
  width: 100%;
}

#hm-faqs {
  background-color: #edf5f5;
  padding: 50px 0;
}

#hm-faqs .intro {
  text-align: center;
}

#hm-faqs .btn-mrg {
  margin-bottom: 15px;
}

.accordion {
  background-color: transparent;
}

.accordion .accordion-item {
  margin-bottom: 10px;
  border: 2px solid #bcdedd;
  background-color: #fff;
}

.accordion .accordion-title {
  font-family: "Catamaran", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #3d3d3d;
  background-color: #fff;
  font-weight: 800;
  padding: 13px 50px 13px 15px;
  border: none;
}

.accordion .accordion-title::before {
  color: #473286;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f067";
  font-size: 16px;
}

.accordion .accordion-title[aria-expanded="true"]::before {
  content: "\f068";
}

.accordion .accordion-content p:last-of-type {
  margin-bottom: 0;
}

#facts-info .medium-6 img {
  margin-bottom: 25px;
}

.site-footer {
  background-color: #473286;
  padding: 50px 0 35px;
  color: #fff;
}

.site-footer .paidfor {
  color: #fff;
  text-align: center;
  margin: 50px 0 0;
}

.site-footer #foot-menu {
  margin: 50px 0;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "urbane", "Helvetica Neue", Helvetica, Arial, sans-serif;
  justify-content: center;
}

.site-footer #foot-menu a {
  color: #fff;
}

.site-footer #foot-menu a:hover {
  color: #bcdedd;
}

.site-footer #foot-menu li {
  display: block;
  width: 100%;
  text-align: center;
}

.site-footer #foot-menu li.navbtn a {
  color: #bcdedd;
}

.site-footer .foot-form .medium-2 {
  text-align: center;
}

.site-footer .social {
  text-align: center;
  font-size: 1.4em;
}

.site-footer .social a {
  margin-right: 10px;
  color: #fff;
}

.site-footer .social a:visited {
  color: #fff;
}

.site-footer .social a:hover {
  color: #0fa3b1;
}

.site-footer .social a:last-of-type {
  margin-right: 0;
}

#page-hero {
  padding: 50px 0;
  background-color: #edf5f5;
}

#page-hero p {
  font-size: 1.1em;
  font-weight: 600;
}

#page-hero p:last-of-type {
  margin-bottom: 0;
}

.faqs {
  padding: 50px 0;
}

.faqs .accordion .accordion-item {
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin: 0;
  border-width: 4px;
}

.faqs .accordion .accordion-content {
  border: none;
}

.faqs .accordion .accordion-title {
  color: #473286;
  font-size: 20px;
  padding: 20px 50px 20px 15px;
}

.faqs .accordion .accordion-title:focus, .faqs .accordion .accordion-title:active {
  outline: none;
}

.faqs :last-child:not(.is-active) > .accordion-title {
  border-bottom: none;
}

.cl-ir {
  background-color: #edf5f5;
}

.cl-ir .large-5 {
  background-size: cover;
  background-position: top center;
  min-height: 300px;
  background-repeat: no-repeat;
}

.cl-ir .form-wrap {
  margin-top: 35px;
}

.cl-ir .cont-wrap {
  padding: 50px 25px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.cl-ir .cont-wrap h4 {
  margin: 0 0 25px;
  text-align: center;
}

.logo-gallery {
  padding: 50px 0;
}

.logo-gallery .grid-x {
  justify-content: center;
}

.endorsements-sec {
  padding: 0 0 50px;
  text-align: center;
  color: #473286;
  font-size: 1.1em;
  line-height: 1.4em;
}

.rep-sections .rsimg {
  height: 175px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 25px;
}

.archive #primary {
  padding: 50px 0;
}

.archive .post-thumbnail {
  display: block;
  margin-bottom: 15px;
}

.archive .hentry {
  margin-bottom: 50px;
}

.archive .hentry h4 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: bold;
  max-width: 85%;
}

.archive .hentry h4 a {
  color: #3d3d3d;
}

.archive .hentry h4 a:visited {
  color: #3d3d3d;
}

.archive .hentry h4 a:hover {
  color: #0fa3b1;
}

.archive .hentry .entry-content {
  margin-top: 15px;
}

.archive .hentry .entry-content p {
  display: inline;
}

.archive .hentry .entry-content a.rm {
  display: inline;
  margin-left: 5px;
  font-weight: bold;
  color: #3d3d3d;
}

.archive .hentry .entry-content a.rm:visited {
  color: #3d3d3d;
}

.archive .hentry .entry-content a.rm:hover {
  color: #0fa3b1;
}

.archive .hentry .entry-meta {
  margin-bottom: 0;
}

.wp-pagenavi {
  text-align: center;
  margin: 65px 0 25px;
}

.wp-pagenavi span.current {
  background-color: #bcdedd;
  color: #473286;
  border: none;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  padding: 3px 10px;
  color: #473286;
  font-weight: bold;
}

.wp-pagenavi a:hover {
  background-color: #bcdedd;
  color: #473286;
}

.single #primary {
  padding: 50px 0;
}

.single .source {
  border-bottom: 3px solid #bcdedd;
  max-width: 300px;
  padding-bottom: 10px;
  margin-bottom: 50px;
  font-weight: 600;
}

@media only screen and (min-width: 640px) {
  #hm-hero h1 {
    max-width: 400px;
  }
  #hm-hero p {
    max-width: 300px;
  }
  .hero-form .grid-margin-x > .cell {
    margin-left: 8px;
    margin-right: 8px;
  }
  .hero-form .medium-6 {
    width: calc(50% - 16px);
  }
  .hero-form .medium-4 {
    width: calc(33% - 16px);
  }
  .hero-form .medium-2 {
    width: calc(16.66667% - 16px);
    text-align: left;
  }
  .hero-form input[type="text"],
  .hero-form input[type="email"] {
    margin-bottom: 0;
  }
  .hero-form input[type="submit"] {
    width: 100%;
  }
  .foot-form input[type="submit"] {
    padding: 5px 12px;
  }
}

@media only screen and (min-width: 768px) {
  #hm-hero p {
    max-width: 325px;
  }
  .foot-form input[type="submit"] {
    padding: 5px 20px;
  }
  .admin-bar .off-canvas {
    top: 32px;
  }
  .cl-ir .large-5 {
    min-height: 400px;
    background-position: top center;
  }
  .take-action .cl-ir .large-5 {
    background-position: top -50px center;
  }
  .faq .cl-ir .large-5 {
    background-position: top -100px center;
  }
}

@media only screen and (min-width: 1024px) {
  blockquote {
    font-size: 20px;
  }
  .site-branding {
    text-align: center;
    margin-bottom: 15px;
  }
  .site-branding .custom-logo-link img {
    max-width: 275px;
  }
  #hm-hero h1 {
    max-width: 520px;
    margin-bottom: 35px;
  }
  #hm-hero p {
    font-size: 1.3em;
    max-width: 350px;
  }
  .section {
    padding: 65px 0;
  }
  #what-it-does .large-3 {
    margin-bottom: 0;
  }
  .sec1-cols .grid-x {
    max-width: 100%;
  }
  #what-experts-say {
    padding: 35px 0;
  }
  #what-experts-say .quote {
    font-size: 1.3em;
  }
  .news-updates h2 {
    margin-bottom: 35px;
  }
  .site-footer #foot-menu li {
    display: initial;
    width: auto;
  }
  #page-hero p {
    font-size: 1.3em;
  }
  #faqs .accordion .accordion-title {
    font-size: 22px;
  }
  .cl-ir .sbs {
    flex-direction: row-reverse;
    align-items: center;
  }
  .cl-ir .sbs .large-5 {
    min-height: 500px;
  }
  .faq .cl-ir .large-5 {
    min-height: 625px;
    background-position: top center;
  }
  .endorsements-sec {
    font-size: 1.2em;
  }
  .take-action .cl-ir .large-5 {
    min-height: 700px;
    background-position: top right;
  }
}

@media only screen and (min-width: 1200px) {
  #hm-hero .grid-container {
    padding: 75px 25px;
  }
  .cl-ir .cont-wrap {
    max-width: 600px;
  }
}

@media only screen and (min-width: 1366px) {
  #hm-hero .grid-container {
    padding: 100px 25px;
  }
}

@media only screen and (min-width: 1920px) {
  .cl-ir .sbs .large-5 {
    min-height: 625px;
  }
  .take-action .cl-ir .large-5 {
    min-height: 700px;
  }
}

@media only screen and (max-width: 639px) {
  #hm-hero {
    background: #483287 !important;
    text-align: center;
  }
  #hm-hero .grid-container {
    padding: 35px 25px;
  }
  #hm-hero h1 {
    color: #bcdedd;
  }
  #hm-hero p {
    color: #fff;
  }
  #mobile-hero {
    min-height: 275px;
  }
}

/*# sourceMappingURL=maps/style.css.map */
