@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   Additions
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
}

a, a img, img {
  text-decoration: none;
  outline: 0;
}

a img {
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*=====COLORS=====*/
@font-face {
  font-family: "Authenia-Textured";
  src: url("../webfonts/37C0B3_0_0.eot");
  src: url("../webfonts/37C0B3_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/37C0B3_0_0.woff2") format("woff2"), url("../webfonts/37C0B3_0_0.woff") format("woff"), url("../webfonts/37C0B3_0_0.ttf") format("truetype");
}
/*ex: @include transition(color, 0.1s); */
/**
 * Start Vanilla CSS 1.0.2 
 */
em, i, dfn {
  font-style: italic;
}

dfn {
  font-weight: bold;
}

p, code, pre, kbd {
  margin: 0 0 1em 0;
}

blockquote {
  margin: 0 1em 1em 1em;
}

cite {
  font-style: italic;
}

li ul, li ol {
  margin: 0 1em;
}

ul, ol {
  margin: 0 1em 1em 2em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

dl {
  margin: 0 0 1em 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1em;
}

table {
  margin-bottom: 1.4em;
  width: 100%;
}

th {
  font-weight: bold;
}

th, td, caption {
  padding: 4px 10px 4px 5px;
}

tfoot {
  font-style: italic;
}

abbr, acronym {
  border-bottom: 1px dotted;
}

address {
  margin: 0 0 1em;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

pre {
  margin: 1em 0;
  white-space: pre;
}

img.centered, .aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  display: inline;
}

img.alignleft {
  display: inline;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

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

* html .clearfix {
  height: 1%;
}

* + html .clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .group {
  height: 1%;
}

* + html .group {
  display: inline-block;
}

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
* End Vanilla CSS
*/
/*=======================
	CLEARS
=========================*/
.clear {
  clear: both;
}

/*=======================
	STRUCTURE
=========================*/
html, body {
  height: 100%;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -240px;
  background-color: #f0f1f3;
}

#page {
  height: 100%;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  color: #404040;
}

#footer, #push {
  height: 240px;
}

.content-wrapper {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 75px;
  clear: both;
  display: block;
}

#main {
  overflow: hidden;
  clear: both;
}
#main .select2-container.select2-container--default {
  z-index: 99995;
}

#primary {
  width: 100%;
  padding: 75px 0;
  float: left;
}

#secondary {
  width: 400px;
  float: right;
  padding: 75px 0 75px 60px;
  margin-right: -460px;
  font-size: 22px;
}

.primary-secondary-wrapper {
  margin-right: 460px;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/*=======================
	PAGE
=========================*/
/*=======================
	HEADER
=========================*/
#site-title {
  margin-top: 0;
  margin-bottom: 12px;
}

#branding {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #005191;
  z-index: 99997;
  font-family: "Roboto Condensed", sans-serif;
}
#branding .site-logo {
  max-width: 310px;
  padding-top: 10px;
  padding-bottom: 6px;
  float: left;
  margin-right: 20px;
}

.upper-header-wrapper {
  padding-left: 40px;
  position: relative;
  background-color: #005191;
  z-index: 100;
}
.upper-header-wrapper .menu-button {
  margin-top: 32px;
  margin-left: 40px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0;
}
.upper-header-wrapper .menu-button .menu-text {
  margin-left: 5px;
  vertical-align: middle;
  font-size: 22px;
  color: white;
  text-transform: uppercase;
  line-height: 20px;
}
.upper-header-wrapper .menu-button .menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.upper-header-wrapper .menu-button .menu-icon .menu-icon-inner {
  height: 3px;
  width: 20px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  border-radius: 3px;
  background-color: white;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.upper-header-wrapper .menu-button .menu-icon .menu-icon-inner:before {
  content: "";
  width: 20px;
  height: 3px;
  display: block;
  position: absolute;
  top: -6px;
  border-radius: 3px;
  background-color: white;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.upper-header-wrapper .menu-button .menu-icon .menu-icon-inner:after {
  content: "";
  width: 20px;
  height: 3px;
  display: block;
  position: absolute;
  bottom: -6px;
  border-radius: 3px;
  background-color: white;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.upper-header-wrapper .menu-button.active .menu-icon-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.upper-header-wrapper .menu-button.active .menu-icon-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}
.upper-header-wrapper .menu-button.active .menu-icon-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.lower-header-wrapper {
  width: 430px;
  position: absolute;
  top: 100%;
  left: -440px;
  background-color: #005191;
  overflow: auto;
  font-size: 0;
  box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.5);
  z-index: 10;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.lower-header-wrapper.active {
  left: 0;
}
.lower-header-wrapper .lower-header {
  padding: 0;
  padding-top: 20px;
}
.lower-header-wrapper .simplebar-scrollbar::before {
  background-color: white;
}
.lower-header-wrapper .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 0.8;
}
.lower-header-wrapper .simplebar-track {
  right: 10px;
  z-index: 10;
  pointer-events: auto;
}
.lower-header-wrapper .simplebar-scrollbar {
  right: 1px;
}
.lower-header-wrapper .simplebar-horizontal {
  display: none;
}

/*=======================
	NAV
=========================*/
#secondary-nav {
  float: right;
  text-align: right;
  font-size: 0;
}
#secondary-nav ul {
  margin: 0;
}
#secondary-nav ul li {
  display: inline-block;
  vertical-align: middle;
}
#secondary-nav ul li a {
  padding: 30px 20px;
  display: block;
  font-size: 20px;
  color: white;
  background-color: #ff443b;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#secondary-nav ul li a:hover {
  background-color: #539ed0;
}
#secondary-nav ul li.member-login a, #secondary-nav ul li.member-logout a {
  background-color: #fdca5d;
}
#secondary-nav ul li.member-login a:hover, #secondary-nav ul li.member-logout a:hover {
  background-color: #539ed0;
}

#primary-nav {
  padding: 10px 0;
}
#primary-nav ul {
  margin: 0;
  list-style: none;
}
#primary-nav ul li a {
  padding: 10px 30px;
  padding-left: 40px;
  display: block;
  position: relative;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 26px;
  z-index: 1;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#primary-nav ul li a:hover {
  color: #fdca5d;
}
#primary-nav ul li a span {
  vertical-align: middle;
  line-height: 32px;
}
#primary-nav ul li a .dropdown-arrow {
  height: 0;
  width: 0;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  border-left: 8px solid white;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#primary-nav ul li.current-menu-item > a, #primary-nav ul li.current_page_ancestor > a, #primary-nav ul li.current-page-ancestor > a, #primary-nav ul li.current-menu-parent > a, #primary-nav ul li.current_menu_parent > a {
  color: #539ed0;
}
#primary-nav ul li.current-menu-item > a .dropdown-arrow, #primary-nav ul li.current_page_ancestor > a .dropdown-arrow, #primary-nav ul li.current-page-ancestor > a .dropdown-arrow, #primary-nav ul li.current-menu-parent > a .dropdown-arrow, #primary-nav ul li.current_menu_parent > a .dropdown-arrow {
  border-left: 8px solid #539ed0 !important;
}
#primary-nav ul li.member-logout, #primary-nav ul li.member-login {
  margin-top: 20px;
}
#primary-nav ul li.top-border {
  margin-top: 30px;
  position: relative;
}
#primary-nav ul li.top-border:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 30px;
  right: 30px;
  border-top: 1px solid white;
}
#primary-nav ul li.menu-item-has-children {
  position: relative;
}
#primary-nav ul li.menu-item-has-children .sub-menu {
  max-height: 0;
  background-color: #539ed0;
  overflow: hidden;
  z-index: 9400;
}
#primary-nav ul li.menu-item-has-children .sub-menu a {
  padding-left: 50px;
  font-size: 20px;
  text-transform: none;
}
#primary-nav ul li.menu-item-has-children .sub-menu li.current-menu-item > a, #primary-nav ul li.menu-item-has-children .sub-menu li.current_page_ancestor > a, #primary-nav ul li.menu-item-has-children .sub-menu li.current-page-ancestor > a, #primary-nav ul li.menu-item-has-children .sub-menu li.current-menu-parent > a, #primary-nav ul li.menu-item-has-children .sub-menu li.current_menu_parent > a {
  color: #005191;
}
#primary-nav ul li.menu-item-has-children .sub-menu li:first-child {
  padding-top: 20px;
  position: relative;
}
#primary-nav ul li.menu-item-has-children .sub-menu li:first-child:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  left: 40px;
  top: 0;
  border-top: 12px solid #005191;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
#primary-nav ul li.menu-item-has-children .sub-menu li:last-child {
  padding-bottom: 20px;
}
#primary-nav ul li.active a .dropdown-arrow {
  border-left: 8px solid #fdca5d;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
#primary-nav ul li.active .sub-menu {
  max-height: 5000px;
  opacity: 1;
}

/*=======================
	BANNER
=========================*/
/*=======================
	CONTENT
=========================*/
/*====TYPOGRAPHY====*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  color: #ff443b;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}

h1, h2 {
  margin-bottom: 20px;
}

h3, h4, h5, h6 {
  margin-bottom: 12px;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
  color: #005191;
}

h4 {
  font-size: 26px;
  color: #005191;
}

h5, h6 {
  font-size: 19px;
  color: #005191;
}

a {
  color: #005191;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover {
  color: #fdca5d;
}

ol, ul {
  margin-right: 0;
}

.content-wrapper {
  overflow: hidden;
  position: relative;
}
.content-wrapper .attachment-featured {
  width: 100%;
}
.content-wrapper .post-thumbnail {
  max-width: 25%;
  float: left;
  margin-right: 30px;
  margin-bottom: 5px;
  font-size: 0;
}
.content-wrapper .entry-date {
  margin-bottom: 5px;
  color: #ff443b;
}
.content-wrapper .entry-title {
  color: #005191;
  font-size: 30px;
}
.content-wrapper .staff-entry-content {
  overflow: hidden;
}
.content-wrapper .entry-content, .content-wrapper .page-content {
  font-size: 20px;
  line-height: 1.4;
}
.content-wrapper .entry-content h2, .content-wrapper .entry-content h3, .content-wrapper .page-content h2, .content-wrapper .page-content h3 {
  padding-top: 30px;
}
.content-wrapper .entry-content h2:first-child, .content-wrapper .entry-content h3:first-child, .content-wrapper .page-content h2:first-child, .content-wrapper .page-content h3:first-child {
  padding-top: 0;
}
.content-wrapper .entry-content h2.no-top-padding, .content-wrapper .entry-content h3.no-top-padding, .content-wrapper .page-content h2.no-top-padding, .content-wrapper .page-content h3.no-top-padding {
  padding-top: 0;
}
.content-wrapper .entry-content p:last-child, .content-wrapper .entry-content ul:last-child, .content-wrapper .entry-content ol:last-child, .content-wrapper .page-content p:last-child, .content-wrapper .page-content ul:last-child, .content-wrapper .page-content ol:last-child {
  margin-bottom: 0;
}
.content-wrapper .entry-content .button-wrapper, .content-wrapper .page-content .button-wrapper {
  margin: 30px 0;
}
.content-wrapper .entry-content .button-wrapper:first-child, .content-wrapper .page-content .button-wrapper:first-child {
  margin-top: 0;
}
.content-wrapper .entry-content .button-wrapper:last-child, .content-wrapper .page-content .button-wrapper:last-child {
  margin-bottom: 0;
}
.content-wrapper .entry-content .button, .content-wrapper .page-content .button {
  padding: 10px 20px;
  display: inline-block;
  color: white;
  background-color: #ff443b;
  font-size: 20px;
  border: 0px solid white;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.content-wrapper .entry-content .button:hover, .content-wrapper .page-content .button:hover {
  background-color: #539ed0;
  color: white;
}
.content-wrapper .entry-content ol, .content-wrapper .page-content ol {
  margin-left: 20px;
  list-style: none;
  counter-reset: ol-counter;
}
.content-wrapper .entry-content ol li, .content-wrapper .page-content ol li {
  padding-left: 30px;
  margin-bottom: 5px;
  position: relative;
  counter-increment: ol-counter;
}
.content-wrapper .entry-content ol li:last-child, .content-wrapper .page-content ol li:last-child {
  margin-bottom: 0;
}
.content-wrapper .entry-content ol li:before, .content-wrapper .page-content ol li:before {
  content: counter(ol-counter) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #005191;
  font-weight: bold;
}
.content-wrapper .entry-content ul, .content-wrapper .page-content ul {
  margin-left: 20px;
  list-style: none;
}
.content-wrapper .entry-content ul li, .content-wrapper .page-content ul li {
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}
.content-wrapper .entry-content ul li:before, .content-wrapper .page-content ul li:before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #005191;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.content-wrapper .entry-content ul li:last-child, .content-wrapper .page-content ul li:last-child {
  margin-bottom: 0;
}
.content-wrapper .entry-content ul li ul, .content-wrapper .page-content ul li ul {
  margin-top: 10px;
}
.content-wrapper .entry-content ul li ul li:before, .content-wrapper .page-content ul li ul li:before {
  background-color: white;
  border: 2px solid #005191;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.content-wrapper .entry-content a, .content-wrapper .page-content a {
  color: #005191;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.content-wrapper .entry-content a:hover, .content-wrapper .page-content a:hover {
  color: #fdca5d;
}
.content-wrapper .entry-content li, .content-wrapper .page-content li {
  padding-bottom: 6px;
}
.content-wrapper .entry-content li:last-child, .content-wrapper .page-content li:last-child {
  padding-bottom: 0;
}
.content-wrapper .article-wrapper article {
  padding: 30px;
  margin-bottom: 30px;
  margin-right: 20px;
  margin-left: -20px;
  opacity: 0;
  border: 1px solid #c5c5c5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-wrapper .article-wrapper article.visible {
  margin-right: 0;
  margin-left: 0;
  opacity: 1;
}
.content-wrapper .article-wrapper article .entry-title {
  font-size: 24px;
}
.content-wrapper .article-wrapper article:last-of-type {
  margin-bottom: 0;
}
.content-wrapper .article-wrapper article p:last-child {
  margin-bottom: 0;
}
.content-wrapper .article-wrapper article .button {
  margin-top: 20px;
  font-size: 20px;
}

.get-help-title {
  margin-bottom: -30px;
  margin-top: 40px;
  font-size: 100px;
  color: #005191;
  text-transform: uppercase;
}
.get-help-title span {
  vertical-align: middle;
}
.get-help-title img {
  height: 120px;
  width: auto;
  margin-top: -5px;
  margin-bottom: -20px;
  vertical-align: middle;
  float: right;
}

.page-header {
  padding: 120px 0 40px;
  background-image: url("../images/UWP-Header-Background.jpg");
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
.page-header.get-help-header {
  padding-top: 60px;
}
.page-header .content-wrapper {
  overflow: visible;
}
.page-header .has-featured {
  padding-top: 200px;
  background-position: center top;
}
.page-header h1 {
  margin-left: -20px;
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 100px;
  opacity: 0;
  color: white;
  line-height: 0.9;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s, margin-left 0.3s, margin-right 0.3s;
  -moz-transition: opacity 0.3s, margin-left 0.3s, margin-right 0.3s;
  -o-transition: opacity 0.3s, margin-left 0.3s, margin-right 0.3s;
  transition: opacity 0.3s, margin-left 0.3s, margin-right 0.3s;
}
.page-header.active h1 {
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
}

.page-content-wrapper {
  position: relative;
  z-index: 100;
}
.page-content-wrapper > .content-wrapper {
  margin-top: -50px;
  background-color: white;
}

#home-slideshow {
  opacity: 0;
  overflow: hidden;
}
#home-slideshow.active {
  opacity: 1;
}
#home-slideshow:hover .slick-prev {
  left: 20px;
}
#home-slideshow:hover .slick-next {
  right: 20px;
}
#home-slideshow .slick-prev {
  height: 30px;
  width: 23px;
  padding-left: 5px;
  padding-right: 0;
  margin-top: -15px;
  left: -30px;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-slideshow .slick-prev:before {
  content: "";
  height: 30px;
  width: 18px;
  display: block;
  background-image: url("../images/left-arrow.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
#home-slideshow .slick-prev:hover {
  padding-left: 0;
  padding-right: 5px;
}
#home-slideshow .slick-next {
  height: 30px;
  width: 23px;
  padding-right: 5px;
  padding-left: 0;
  margin-top: -15px;
  right: -30px;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-slideshow .slick-next:before {
  content: "";
  height: 30px;
  width: 18px;
  display: block;
  background-image: url("../images/right-arrow.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
#home-slideshow .slick-next:hover {
  padding-right: 0;
  padding-left: 5px;
}
#home-slideshow .slide {
  padding: 50px 150px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  font-size: 0;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#home-slideshow .slide:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#home-slideshow .slide .slide-content-wrapper {
  max-width: 700px;
  padding: 30px;
  display: inline-block;
  vertical-align: middle;
  overflow: auto;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#home-slideshow .slide .slide-content-wrapper div:last-child {
  margin-bottom: 0;
}
#home-slideshow .slide .slide-content-wrapper .slide-title {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
#home-slideshow .slide .slide-content-wrapper .slide-title sup {
  font-size: 50%;
  top: -0.8em;
}
#home-slideshow .slide .slide-content-wrapper .slide-content {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.4;
}
#home-slideshow .slide .slide-content-wrapper .button {
  font-size: 20px;
  background-color: #005191;
  text-transform: uppercase;
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-slideshow .slide .slide-content-wrapper .button:hover {
  background-color: white;
  color: #005191;
}

#home-search {
  padding: 80px 0;
  text-align: center;
  background-image: url("../images/Map-Background.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  font-size: 0;
}
#home-search h2 {
  font-family: "Authenia-Textured", sans-serif;
  color: white;
  font-size: 90px;
  font-weight: normal;
}
#home-search #zip_code {
  height: 20px;
  font-size: 20px;
  padding: 10px;
  border: 0px solid white;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
}
#home-search #zip_submit {
  width: 40px;
  height: 40px;
  border: 0px solid white;
  background-color: #fdca5d;
  background-image: url("../images/magnifying-glass.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#home-search #zip_submit:hover {
  background-color: #539ed0;
}

#home-programs, #programs {
  padding: 80px 0;
}
#home-programs .content-wrapper, #programs .content-wrapper {
  padding: 0 70px;
}
#home-programs .program, #programs .program {
  overflow: hidden;
  font-size: 0;
}
#home-programs .program-image, #programs .program-image {
  width: 29%;
  padding-right: 20px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#home-programs .program-content, #programs .program-content {
  width: 71%;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#home-programs .program-content .program-title, #programs .program-content .program-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 42px;
}
#home-programs .program-content .program-inner-content, #programs .program-content .program-inner-content {
  margin-bottom: 20px;
  font-size: 22px;
}
#home-programs .button, #programs .button {
  background-color: #ff443b;
}
#home-programs .button:hover, #programs .button:hover {
  background-color: #539ed0;
}
#home-programs:hover .slick-prev, #programs:hover .slick-prev {
  left: 20px;
}
#home-programs:hover .slick-next, #programs:hover .slick-next {
  right: 20px;
}
#home-programs .slick-prev, #programs .slick-prev {
  height: 30px;
  width: 23px;
  padding-left: 5px;
  padding-right: 0;
  margin-top: -15px;
  left: -30px;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-programs .slick-prev:before, #programs .slick-prev:before {
  content: "";
  height: 30px;
  width: 18px;
  display: block;
  background-image: url("../images/left-arrow-blue.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
#home-programs .slick-prev:hover, #programs .slick-prev:hover {
  padding-left: 0;
  padding-right: 5px;
}
#home-programs .slick-next, #programs .slick-next {
  height: 30px;
  width: 23px;
  padding-right: 5px;
  padding-left: 0;
  margin-top: -25px;
  right: -30px;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-programs .slick-next:before, #programs .slick-next:before {
  content: "";
  height: 30px;
  width: 18px;
  display: block;
  background-image: url("../images/right-arrow-blue.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
#home-programs .slick-next:hover, #programs .slick-next:hover {
  padding-right: 0;
  padding-left: 5px;
}

#programs .program-content .program-inner-content {
  font-size: 20px;
}

#home-columns {
  overflow: hidden;
}
#home-columns .column {
  width: 50%;
  padding: 60px;
  float: left;
  background: #163c6b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #163c6b 0%, #3a89d8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #163c6b 0%, #3a89d8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #163c6b 0%, #3a89d8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#163c6b", endColorstr="#3a89d8",GradientType=1 );
  /* IE6-9 */
  background-size: cover;
  background-position: center center;
  color: white;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#home-columns .column .column-content {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1.3;
}
#home-columns .column:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#home-columns .column h2, #home-columns .column h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: white;
}
#home-columns .column h2 {
  font-size: 45px;
}
#home-columns .column h3 {
  font-size: 36px;
}
#home-columns .column p, #home-columns .column ul, #home-columns .column ol {
  margin-bottom: 30px;
}
#home-columns .column :last-child {
  margin-bottom: 0;
}
#home-columns .column .button-wrapper {
  margin-top: 30px;
}
#home-columns .column .button {
  border: 1px solid white;
  font-family: "Roboto Condensed", sans-serif;
}
#home-columns .alice-countdown {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
#home-columns .alice-countdown .column-content {
  font-size: 60px;
  line-height: 1;
}
#home-columns .alice-countdown .alice-text {
  margin-top: 10px;
  font-size: 100px;
  line-height: 1;
}
#home-columns .alice-countdown .alice-small-text {
  margin-bottom: 40px;
  font-size: 20px;
}
#home-columns .alice-countdown .countdown {
  padding: 20px;
  display: inline-block;
  background-color: #2d2d2d;
}
#home-columns .alice-countdown .countdown .countdown-days {
  margin-bottom: 10px;
  font-size: 100px;
  line-height: 80px;
}
#home-columns .alice-countdown .countdown .countdown-days-text {
  background-color: white;
  color: #2d2d2d;
  font-size: 30px;
}

#home-social {
  padding: 80px 0;
  background-color: #f2f2f2;
}
#home-social .content-wrapper {
  max-width: 1800px;
}
#home-social .home-social-select {
  margin-bottom: 20px;
  display: none;
}
#home-social .home-social-buttons {
  margin-bottom: 40px;
  text-align: center;
}
#home-social .home-social-buttons .social-button {
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  font-size: 22px;
  color: #404040;
  font-family: "Roboto Condensed", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-social .home-social-buttons .social-button:after {
  content: "";
  height: 0;
  width: 0;
  margin-left: -8px;
  position: absolute;
  left: 50%;
  top: 100%;
  border-top: 8px solid #005191;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#home-social .home-social-buttons .social-button:hover {
  color: #005191;
}
#home-social .home-social-buttons .social-button.active {
  background-color: #005191;
  color: white;
}
#home-social .home-social-buttons .social-button.active:after {
  opacity: 1;
}
#home-social .home-social-buttons .social-button.active:hover {
  color: white;
}
#home-social .social-box {
  padding: 0 50px;
  font-size: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s 0s, max-height 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, max-height 0s 0.3s;
  -o-transition: opacity 0.3s 0s, max-height 0s 0.3s;
  transition: opacity 0.3s 0s, max-height 0s 0.3s;
}
#home-social .social-box.active {
  opacity: 1;
  max-height: 99999px;
  -webkit-transition: opacity 0.3s 0.3s, max-height 0s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, max-height 0s 0.3s;
  -o-transition: opacity 0.3s 0.3s, max-height 0s 0.3s;
  transition: opacity 0.3s 0.3s, max-height 0s 0.3s;
}
#home-social .social-box:hover .slick-prev {
  left: 20px;
}
#home-social .social-box:hover .slick-prev.slick-disabled {
  left: -50px;
}
#home-social .social-box:hover .slick-next {
  right: 20px;
}
#home-social .social-box:hover .slick-next.slick-disabled {
  right: -50px;
}
#home-social .social-box .slick-prev {
  height: 30px;
  width: 23px;
  padding-left: 5px;
  padding-right: 0;
  margin-top: -15px;
  left: -50px;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-social .social-box .slick-prev:before {
  content: "";
  height: 30px;
  width: 18px;
  display: block;
  background-image: url("../images/left-arrow-blue.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
#home-social .social-box .slick-prev:hover {
  padding-left: 0;
  padding-right: 5px;
}
#home-social .social-box .slick-next {
  height: 30px;
  width: 23px;
  padding-right: 5px;
  padding-left: 0;
  margin-top: -25px;
  right: -50px;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-social .social-box .slick-next:before {
  content: "";
  height: 30px;
  width: 18px;
  display: block;
  background-image: url("../images/right-arrow-blue.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
#home-social .social-box .slick-next:hover {
  padding-right: 0;
  padding-left: 5px;
}
#home-social .social-item {
  width: 33.33%;
  padding: 0 25px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#home-social .social-item.final {
  text-align: center;
}
#home-social .social-item.final .social-item-content-wrapper:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#home-social .social-item.final .button {
  vertical-align: middle;
}
#home-social .social-item .social-item-content-wrapper {
  padding: 30px;
  border: 1px solid #c5c5c5;
  background-color: white;
}
#home-social .social-item .social-item-date {
  margin-bottom: 5px;
  color: #ff443b;
  font-size: 16px;
}
#home-social .social-item .social-item-title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.2;
  color: #005191;
  font-weight: bold;
}
#home-social .social-item .social-item-content {
  margin-bottom: 15px;
  font-size: 18px;
}
#home-social .social-item .button {
  background-color: #ff443b;
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
}
#home-social .social-item .button:hover {
  background-color: #539ed0;
}

.staff-wrapper {
  margin: -20px;
  font-size: 0;
  text-align: center;
}
.staff-wrapper a {
  display: block;
}
.staff-wrapper .staff {
  width: 33.33%;
  padding: 40px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.staff-wrapper .staff .staff-image {
  max-width: 350px;
  position: relative;
  margin: 0 auto 20px;
  overflow: hidden;
}
.staff-wrapper .staff .staff-image .staff-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
  text-align: center;
  font-size: 0;
  background-color: rgba(0, 81, 145, 0.8);
}
.staff-wrapper .staff .staff-image .staff-overlay:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.staff-wrapper .staff .staff-image .staff-overlay .staff-overlay-content {
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-size: 24px;
}
.staff-wrapper .staff .staff-name {
  font-size: 24px;
  color: #ff443b;
}
.staff-wrapper .staff .staff-role {
  font-size: 18px;
  color: #333333;
}

.committee-wrapper .committee-group {
  margin-bottom: 50px;
}
.committee-wrapper .committee-group:last-child {
  margin-bottom: 0;
}
.committee-wrapper .committee-name {
  margin-bottom: 20px;
  font-size: 36px;
  color: #ff443b;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.committee-wrapper .committee-member-wrapper {
  margin: -5px -10px;
  font-size: 0;
}
.committee-wrapper .committee-member {
  width: 25%;
  padding: 5px 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.board-wrapper .board-group {
  margin-bottom: 50px;
}
.board-wrapper .board-group:last-child {
  margin-bottom: 0;
}
.board-wrapper .board-name {
  margin-bottom: 20px;
  font-size: 36px;
  color: #ff443b;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.board-wrapper .board-member-wrapper {
  margin: -10px;
  font-size: 0;
}
.board-wrapper .board-member {
  width: 33.33%;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.board-wrapper .board-member .board-member-name {
  font-size: 22px;
  font-weight: bold;
}
.board-wrapper .board-member .board-member-role {
  font-size: 22px;
}
.board-wrapper .board-member .board-member-details {
  margin-top: 5px;
  font-size: 18px;
  color: #787878;
}

.newsletter-tab-wrapper .newsletter-tab-headers .tab-header {
  padding: 10px 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: bottom;
  background-color: #b1b1b1;
  color: white;
  font-size: 30px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.newsletter-tab-wrapper .newsletter-tab-headers .tab-header:last-child {
  margin-right: 0;
}
.newsletter-tab-wrapper .newsletter-tab-headers .tab-header:hover {
  background-color: #539ed0;
}
.newsletter-tab-wrapper .newsletter-tab-headers .tab-header.active {
  background-color: #005191;
}
.newsletter-tab-wrapper .newsletter-tab-headers .tab-header.active:hover {
  background-color: #005191;
}
.newsletter-tab-wrapper .newsletter-tabs .tab-content {
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, max-height 0s 0.3s;
  -moz-transition: opacity 0.3s, max-height 0s 0.3s;
  -o-transition: opacity 0.3s, max-height 0s 0.3s;
  transition: opacity 0.3s, max-height 0s 0.3s;
}
.newsletter-tab-wrapper .newsletter-tabs .tab-content.active {
  max-height: 9999px;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.3s, max-height 0s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, max-height 0s 0.3s;
  -o-transition: opacity 0.3s 0.3s, max-height 0s 0.3s;
  transition: opacity 0.3s 0.3s, max-height 0s 0.3s;
}
.newsletter-tab-wrapper .newsletter-tabs .tab-content .tab-inner-content {
  padding: 30px;
  border: 1px solid #bfbfbf;
}
.newsletter-tab-wrapper .file-wrapper {
  margin: 20px -10px -5px;
}
.newsletter-tab-wrapper .file-wrapper .file-column {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
}
.newsletter-tab-wrapper .file-wrapper .file-column .file-item {
  padding: 5px 10px;
}

#media-toolbox-header {
  margin-bottom: 50px;
  font-size: 0;
  color: white;
}
#media-toolbox-header .media-toolbox-header-section.left {
  width: 65%;
  padding: 50px;
  display: inline-block;
  vertical-align: middle;
  background-color: #005191;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#media-toolbox-header .media-toolbox-header-section.left:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
#media-toolbox-header .media-toolbox-header-section.left h2 {
  color: white;
  font-size: 30px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}
#media-toolbox-header .media-toolbox-header-section.left span {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
}
#media-toolbox-header .media-toolbox-header-section.left a {
  color: white;
}
#media-toolbox-header .media-toolbox-header-section.left a:hover {
  color: #fdca5d;
}
#media-toolbox-header .media-toolbox-header-section.right {
  width: 35%;
  padding: 50px;
  display: inline-block;
  vertical-align: middle;
  background-color: #21689f;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#media-toolbox-header .media-toolbox-header-section.right:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
#media-toolbox-header .media-toolbox-header-section.right h2 {
  color: white;
  font-size: 30px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}
#media-toolbox-header .media-toolbox-header-section.right ul:last-child, #media-toolbox-header .media-toolbox-header-section.right ol:last-child {
  margin-bottom: 0;
}
#media-toolbox-header .media-toolbox-header-section.right ul li, #media-toolbox-header .media-toolbox-header-section.right ol li {
  margin-bottom: 5px;
}
#media-toolbox-header .media-toolbox-header-section.right ul li:last-child, #media-toolbox-header .media-toolbox-header-section.right ol li:last-child {
  margin-bottom: 0;
}
#media-toolbox-header .media-toolbox-header-section.right span {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
}
#media-toolbox-header .media-toolbox-header-section.right a {
  color: white;
}
#media-toolbox-header .media-toolbox-header-section.right a:hover {
  color: #fdca5d;
}

#advocacy-header {
  margin-bottom: 50px;
  font-size: 0;
  color: white;
}
#advocacy-header .advocacy-header-section.left {
  width: 65%;
  padding: 50px;
  display: inline-block;
  vertical-align: middle;
  background-color: #005191;
  font-family: "Roboto Condensed", sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#advocacy-header .advocacy-header-section.left:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#advocacy-header .advocacy-header-section.left span {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-weight: bold;
}
#advocacy-header .advocacy-header-section.left a {
  color: white;
}
#advocacy-header .advocacy-header-section.left a:hover {
  color: #fdca5d;
}
#advocacy-header .advocacy-header-section.right {
  width: 35%;
  padding: 50px;
  display: inline-block;
  vertical-align: middle;
  background-color: #21689f;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#advocacy-header .advocacy-header-section.right:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#advocacy-header .advocacy-header-section.right ul:last-child, #advocacy-header .advocacy-header-section.right ol:last-child {
  margin-bottom: 0;
}
#advocacy-header .advocacy-header-section.right ul li, #advocacy-header .advocacy-header-section.right ol li {
  margin-bottom: 15px;
}
#advocacy-header .advocacy-header-section.right ul li:last-child, #advocacy-header .advocacy-header-section.right ol li:last-child {
  margin-bottom: 0;
}
#advocacy-header .advocacy-header-section.right span {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
#advocacy-header .advocacy-header-section.right a {
  color: white;
}
#advocacy-header .advocacy-header-section.right a:hover {
  color: #fdca5d;
}

#advocacy-accordion {
  margin-bottom: 50px;
}

.accordion {
  margin-bottom: 20px;
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion.active .accordion-header:before {
  opacity: 0;
}
.accordion.active .accordion-header:after {
  opacity: 1;
}
.accordion .accordion-header {
  padding: 20px 30px;
  padding-right: 100px;
  position: relative;
  background-color: #539ed0;
  color: white;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.accordion .accordion-header:hover {
  background-color: #ff443b;
}
.accordion .accordion-header:before {
  content: "+";
  height: 40px;
  width: 40px;
  margin-top: -20px;
  position: absolute;
  right: 30px;
  top: 50%;
  opacity: 1;
  line-height: 40px;
  font-size: 60px;
  font-family: sans;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.accordion .accordion-header:after {
  content: "";
  height: 0px;
  width: 32px;
  margin-top: -2px;
  position: absolute;
  right: 34px;
  top: 50%;
  opacity: 0;
  border-bottom: 4px solid white;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.accordion .page-template-page-advocacy {
  font-size: 20px;
}
.accordion .accordion-content-wrapper {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.accordion .accordion-content-wrapper .accordion-content {
  padding: 30px;
  font-size: 20px;
  border: 1px solid #c0c0c0;
}
.accordion .accordion-content-wrapper .accordion-content p:last-child, .accordion .accordion-content-wrapper .accordion-content ul:last-child, .accordion .accordion-content-wrapper .accordion-content ol:last-child {
  margin-bottom: 0;
}
.accordion .accordion-content-wrapper .accordion-content ol {
  margin-left: 20px;
  list-style: none;
  counter-reset: ol-counter;
}
.accordion .accordion-content-wrapper .accordion-content ol li {
  padding-left: 30px;
  margin-bottom: 5px;
  position: relative;
  counter-increment: ol-counter;
}
.accordion .accordion-content-wrapper .accordion-content ol li:last-child {
  margin-bottom: 0;
}
.accordion .accordion-content-wrapper .accordion-content ol li:before {
  content: counter(ol-counter) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #005191;
  font-weight: bold;
}
.accordion .accordion-content-wrapper .accordion-content ul {
  margin-left: 20px;
  list-style: none;
}
.accordion .accordion-content-wrapper .accordion-content ul li {
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}
.accordion .accordion-content-wrapper .accordion-content ul li:before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #005191;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.accordion .accordion-content-wrapper .accordion-content ul li:last-child {
  margin-bottom: 0;
}
.accordion .accordion-content-wrapper .accordion-content ul li ul {
  margin-top: 10px;
}
.accordion .accordion-content-wrapper .accordion-content ul li ul li:before {
  background-color: white;
  border: 2px solid #005191;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.accordion .accordion-content-wrapper .accordion-content a {
  color: #005191;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.accordion .accordion-content-wrapper .accordion-content a:hover {
  color: #fdca5d;
}
.accordion .accordion-content-wrapper .accordion-content li {
  padding-bottom: 6px;
}
.accordion .accordion-content-wrapper .accordion-content li:last-child {
  padding-bottom: 0;
}

.press-release-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
.press-release-wrapper:last-child {
  margin-bottom: 0;
}
.press-release-wrapper .press-release {
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #bfbfbf;
}
.press-release-wrapper .press-release:last-child {
  margin-bottom: 0;
}
.press-release-wrapper .press-release .press-release-date {
  margin-bottom: 4px;
  font-size: 18px;
  color: #539ed0;
}
.press-release-wrapper .press-release .press-release-title {
  margin-bottom: 20px;
  font-size: 26px;
  color: #005191;
}
.press-release-wrapper .press-release .press-release-content {
  margin-bottom: 20px;
}

.calendar-event-wrapper .calendar-item {
  margin-left: -20px;
  margin-right: 20px;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.calendar-event-wrapper .calendar-item.visible {
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
}
.calendar-event-wrapper .calendar-item:last-child {
  margin-bottom: 0;
}
.calendar-event-wrapper .calendar-item a {
  padding: 30px;
  padding-right: 180px;
  display: block;
  position: relative;
  background-color: white;
  border: 1px solid #bfbfbf;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.calendar-event-wrapper .calendar-item a:hover {
  background-color: #ececec;
}
.calendar-event-wrapper .calendar-item .calendar-item-date {
  margin-bottom: 2px;
  font-size: 18px;
  color: #666666;
}
.calendar-event-wrapper .calendar-item .calendar-item-title {
  font-size: 24px;
  font-weight: bold;
  color: #005191;
  font-family: "Roboto Condensed", sans-serif;
}
.calendar-event-wrapper .calendar-item .calendar-item-more-info {
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #005191;
  font-family: "Roboto Condensed", sans-serif;
}

.event-details {
  margin-bottom: 30px;
  font-size: 18px;
}
.event-details .event-detail-row {
  margin-bottom: 8px;
  position: relative;
}
.event-details .event-detail-row:last-child {
  margin-bottom: 0;
}
.event-details .event-detail-label {
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  text-align: right;
}
.event-details .event-detail-item {
  padding-left: 90px;
}
.event-details .event-detail-item p {
  margin-bottom: 5px;
}

.location-search-wrapper {
  text-align: center;
}

.location-search {
  width: 260px;
  margin-top: -21px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
}

.location-search-total-content {
  padding-right: 300px;
  display: inline-block;
  position: relative;
  text-align: left;
}
.location-search-total-content .total-locations {
  font-size: 30px;
  color: #005191;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}
.location-search-total-content .total-locations .location-count {
  color: #ff443b;
}

.zip-results .zip-result-location {
  padding: 50px;
  margin-bottom: 30px;
  border: 1px solid #bfbfbf;
  text-align: center;
  font-size: 20px;
}
.zip-results .zip-result-location:last-child {
  margin-bottom: 0;
}
.zip-results .location-title {
  font-size: 32px;
  color: #005191;
}
.zip-results div {
  margin-bottom: 10px;
}
.zip-results div:last-child {
  margin-bottom: 0;
}
.zip-results .location-additional-information {
  max-width: 1000px;
  padding-top: 40px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #bfbfbf;
  text-align: left;
}
.zip-results .location-additional-information .information-block {
  margin-bottom: 30px;
}
.zip-results .location-additional-information .information-block p {
  margin-bottom: 10px;
}
.zip-results .location-additional-information .information-block:last-child {
  margin-bottom: 0;
}
.zip-results .location-additional-information .information-block h3 {
  font-size: 28px;
  margin-bottom: 5px;
}
.zip-results .location-additional-information .program {
  margin-top: 10px;
  margin-bottom: 30px;
}
.zip-results .location-additional-information .button {
  color: #005191;
  background-color: white;
  border: 1px solid #005191;
  font-weight: normal;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zip-results .location-additional-information .button:hover {
  background-color: #005191;
  color: white;
}
.zip-results .location-additional-information .location-social {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.zip-results .location-additional-information .location-social a {
  display: block;
  padding: 10px 5px;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
.zip-results .location-additional-information .location-social a:hover {
  padding-top: 0;
  padding-bottom: 20px;
}

#zip_form div {
  padding-right: 42px;
  position: relative;
}
#zip_form label {
  display: none;
}
#zip_form #zip_code {
  width: 100%;
  height: 42px;
  padding: 10px;
  font-size: 20px;
  line-height: 1;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#zip_form #zip_submit {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0px solid white;
  font-size: 0;
  background-color: #fdca5d;
  background-image: url("../images/magnifying-glass.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#zip_form #zip_submit:hover {
  background-color: #539ed0;
}

#searchform div {
  padding-right: 120px;
  position: relative;
}
#searchform label {
  display: none;
}
#searchform #s {
  width: 100%;
  height: 42px;
  padding: 10px;
  font-size: 20px;
  line-height: 1;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#searchform #searchsubmit {
  width: 120px;
  padding: 11px 20px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  background-color: #fdca5d;
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  border: 0px solid white;
  font-size: 20px;
  line-height: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#searchform #searchsubmit:hover {
  background-color: #005191;
}

#engage-plugin-wrapper {
  padding-top: 20px;
  overflow: hidden;
}
#engage-plugin-wrapper > div {
  margin: 0;
  padding: 0;
  border: 0px solid white;
  background-color: transparent;
}
#engage-plugin-wrapper .engage-form.container .row {
  width: auto;
  position: relative;
}
#engage-plugin-wrapper .engage-form.container .row .three {
  width: 200px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  left: 0;
}
#engage-plugin-wrapper .engage-form.container .row .three label {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}
#engage-plugin-wrapper .engage-form.container .row .nine {
  width: 100%;
  min-height: 22px;
  padding-left: 220px;
}
#engage-plugin-wrapper .engage-form.container .button {
  padding: 10px 20px;
  font-size: 22px;
  line-height: 1.2;
  background-color: #ff443b;
}
#engage-plugin-wrapper .engage-form.container .button:hover {
  background-color: #005191;
}

.login-buttons {
  max-width: 800px;
  margin: -18px auto 0;
  padding: 40px 50px;
  position: relative;
  border: 1px solid #bfbfbf;
  background-color: #dadada;
}
.login-buttons .button {
  margin-right: 25px;
  padding: 5px 10px !important;
  font-size: 18px !important;
  background-color: white !important;
  color: #313131 !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: normal !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.login-buttons .button:last-child {
  margin-right: 0;
}
.login-buttons .button:hover {
  background-color: #539ed0 !important;
  color: white !important;
}

.page-content.alice-about-content {
  float: left;
  width: 50%;
  padding-right: 25px;
  font-size: 22px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.alice-about-video {
  float: left;
  width: 50%;
  margin-top: 55px;
  padding-left: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.alice-game-tag {
  max-width: 1152px;
  margin: 30px auto 0;
  padding: 10px;
  font-size: 16px;
  background-color: #f0f1f3;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.below-threshold-bar-wrapper {
  margin-top: 30px;
  text-align: center;
}
.below-threshold-bar-wrapper .below-threshold-label {
  margin-bottom: 10px;
  font-size: 24px;
}
.below-threshold-bar-wrapper .below-threshold-bar {
  width: 300px;
  height: 40px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #7f7f7f;
  background: #005191;
  background: -moz-linear-gradient(90deg, rgba(0, 81, 145, 0) 0%, #005191 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 81, 145, 0) 0%, #005191 100%);
  background: linear-gradient(90deg, rgba(0, 81, 145, 0) 0%, #005191 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005191",endColorstr="#005191",GradientType=1);
}
.below-threshold-bar-wrapper .below-threshold-percentage {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
}

#secondary-content {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #bfbfbf;
  overflow: hidden;
  font-size: 22px;
}

.alice-title {
  vertical-align: bottom;
}

.alice-title-registered {
  margin-left: 5px;
  vertical-align: top;
  font-size: 22px;
}

.alice-sub-title {
  vertical-align: baseline;
  font-size: 36px;
}
.alice-sub-title .alice-sub-title-large-letter {
  font-size: 48px;
}

#alice-maps {
  margin-top: 30px;
}

.map-wrapper {
  font-size: 0;
}
.map-wrapper g.active polygon, .map-wrapper g.active path {
  fill: #fdca5d !important;
}
.map-wrapper polygon, .map-wrapper path {
  fill: #a5a5a5;
  stroke: white;
  stroke-width: 1;
  cursor: pointer;
  -webkit-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.map-wrapper polygon:hover, .map-wrapper path:hover {
  fill: #fdca5d !important;
}
.map-wrapper .map-start {
  height: 300px;
}
.map-wrapper .map-start:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.map-wrapper .map-start p {
  margin-bottom: 0;
  font-size: 22px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

#pa-state-map {
  width: 55%;
  padding-right: 25px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#pa-county-maps-load {
  text-align: center;
  vertical-align: middle;
}

#pa-county-maps {
  vertical-align: top;
}

#pa-county-maps, #pa-county-maps-load {
  width: 45%;
  padding-left: 25px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#pa-county-maps .county-map-wrapper, #pa-county-maps-load .county-map-wrapper {
  overflow: hidden;
}
#pa-county-maps .map:before, #pa-county-maps-load .map:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#pa-county-maps .map .map-content, #pa-county-maps-load .map .map-content {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.county-alice-report {
  margin-top: 20px;
  text-align: center;
}
.county-alice-report a {
  padding: 5px;
  padding-left: 25px;
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 20px;
}
.county-alice-report a:before {
  content: "";
  height: 20px;
  width: 17px;
  margin-top: -10px;
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url("../images/document-icon.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.tooltips {
  position: fixed;
}
.tooltips .tooltip {
  width: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  text-align: center;
}
.tooltips .tooltip.active {
  min-width: 300px;
  max-width: 600px;
  width: auto;
  max-height: 100%;
  opacity: 1;
}
.tooltips .tooltip .tooltip-content-wrapper {
  padding: 20px;
  margin: 10px;
  background-color: #f2f2f2;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
}
.tooltips .tooltip .tooltip-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.tooltips .tooltip .tooltip-content {
  width: 100%;
  display: table;
  font-size: 16px;
}
.tooltips .tooltip .tooltip-data-row {
  display: table-row;
}
.tooltips .tooltip .tooltip-data-label {
  width: 180px;
  padding-right: 10px;
  display: table-cell;
  text-align: right;
}
.tooltips .tooltip .tooltip-data-value {
  display: table-cell;
  text-align: left;
}

#alice-reports {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #bfbfbf;
}
#alice-reports .alice-report-wrapper {
  margin: -10px -15px;
  font-size: 0;
}
#alice-reports .alice-report-wrapper .alice-report {
  max-width: 300px;
  margin: 10px 20px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
#alice-reports .alice-report-wrapper .alice-report a {
  display: block;
  position: relative;
}
#alice-reports .alice-report-wrapper .alice-report a .alice-report-image {
  display: inline-block;
  position: relative;
}
#alice-reports .alice-report-wrapper .alice-report a .alice-report-image img {
  padding: 10px;
  border: 1px solid #bfbfbf;
}
#alice-reports .alice-report-wrapper .alice-report a .alice-report-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #005191;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#alice-reports .alice-report-wrapper .alice-report a .alice-report-title {
  margin-top: 10px;
  font-size: 16px;
  color: #005191;
  text-align: center;
}
#alice-reports .alice-report-wrapper .alice-report a:hover .alice-report-image:before {
  opacity: 0.25;
}

.alice-nav {
  padding: 20px;
  margin-bottom: 50px;
  background-color: #005191;
}
.alice-nav ul {
  margin: 0;
  list-style: none;
}
.alice-nav ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.alice-nav ul li.current-menu-item:after, .alice-nav ul li.current_page_ancestor:after, .alice-nav ul li.current-page-ancestor:after, .alice-nav ul li.current-menu-parent:after, .alice-nav ul li.current_menu_parent:after {
  content: "";
  height: 0;
  width: 0;
  margin-left: -8px;
  position: absolute;
  bottom: -28px;
  left: 50%;
  border-top: 8px solid #005191;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.alice-nav ul li.current-menu-item > a, .alice-nav ul li.current_page_ancestor > a, .alice-nav ul li.current-page-ancestor > a, .alice-nav ul li.current-menu-parent > a, .alice-nav ul li.current_menu_parent > a {
  color: #fdca5d !important;
}
.alice-nav ul li a {
  padding: 5px 20px;
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
}
.alice-nav ul li a:hover {
  color: #539ed0;
}

#alice-videos {
  margin: -20px;
}
#alice-videos .video {
  width: 50%;
  padding: 20px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.alice-experience-share-button-wrapper {
  text-align: center;
  margin-top: 20px;
  margin-bottom: -10px;
}

#alice-districts {
  margin-top: 50px;
  border: 1px solid #404040;
  background-color: #f9f9f9;
  overflow: hidden;
}
#alice-districts #alice-house-senate-select {
  width: 350px;
  float: left;
  position: relative;
  font-size: 0;
  border-right: 1px solid #404040;
}
#alice-districts #alice-house-senate-select .alice-house-senate-select-title {
  padding: 10px 20px;
  position: relative;
  background-color: #005191;
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
#alice-districts #alice-house-senate-select .alice-house-senate-select-title:before {
  content: "";
  margin-top: -22px;
  margin-left: 1px;
  position: absolute;
  left: 100%;
  top: 50%;
  border-left: 15px solid #005191;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  z-index: 2;
}
#alice-districts #alice-house-senate-select .alice-house-senate-select-title:after {
  content: "";
  width: 1px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #005191;
}
#alice-districts #alice-house-senate-select .alice-house-senate-type {
  height: 188px;
  width: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #005191;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#alice-districts #alice-house-senate-select .alice-house-senate-type:last-child {
  border-left: 1px solid #404040;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#alice-districts #alice-house-senate-select .alice-house-senate-type:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#alice-districts #alice-house-senate-select .alice-house-senate-type:hover, #alice-districts #alice-house-senate-select .alice-house-senate-type.active {
  background-color: #fdca5d;
}
#alice-districts #alice-house-senate-select .alice-house-senate-type.active {
  cursor: default;
}
#alice-districts #alice-house-senate-select .alice-house-senate-type span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
#alice-districts #alice-house-senate-select .alice-house-senate-select-link-icon {
  margin-left: -15px;
  margin-top: 7px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#alice-districts #alice-house-senate-select .alice-house-senate-select-link-icon.active {
  opacity: 1;
}
#alice-districts #alice-district-form {
  min-height: 1px;
  width: 350px;
  float: left;
}
#alice-districts #alice-district-form .alice-district-form-title {
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #4d9ace;
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
#alice-districts #alice-district-form .alice-district-select, #alice-districts #alice-district-form .alice-district-form, #alice-districts #alice-district-form .alice-district-form-results {
  padding-top: 44px;
  height: 188px;
  display: none;
  position: relative;
  font-size: 0;
}
#alice-districts #alice-district-form .alice-district-select.active, #alice-districts #alice-district-form .alice-district-form.active, #alice-districts #alice-district-form .alice-district-form-results.active {
  display: block;
}
#alice-districts #alice-district-form .alice-district-select:before, #alice-districts #alice-district-form .alice-district-form:before, #alice-districts #alice-district-form .alice-district-form-results:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#alice-districts #alice-district-form .alice-district-select-wrapper, #alice-districts #alice-district-form .alice-district-form-wrapper {
  width: 100%;
  padding: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#alice-districts #alice-district-form .alice-district-form-wrapper {
  font-size: 15px;
}
#alice-districts #alice-district-form .alice-district-form-wrapper input {
  width: 100%;
  height: 30px;
  margin-bottom: 8px;
  padding: 5px 10px;
  border: 1px solid #404040;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#alice-districts #alice-district-form .alice-district-form-wrapper input:last-child {
  margin-bottom: 0;
}
#alice-districts #alice-district-form .alice-district-form-wrapper .alice-form-beside-submit {
  padding-right: 40px;
  font-size: 0;
}
#alice-districts #alice-district-form .alice-district-form-wrapper .alice-form-half-col {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#alice-districts #alice-district-form .alice-district-form-wrapper .alice-form-half-col:first-child {
  padding-right: 5px;
}
#alice-districts #alice-district-form .alice-district-form-wrapper .alice-form-half-col:last-child {
  padding-left: 5px;
}
#alice-districts #alice-district-form .alice-district-form-wrapper .button {
  width: 20px;
  padding: 5px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #005191;
  font-size: 0;
}
#alice-districts #alice-district-form .alice-district-form-wrapper .button:hover {
  background-color: #fdca5d;
}
#alice-districts #alice-district-form .alice-address-form-switch {
  margin-top: 6px;
  font-size: 14px;
  color: #005191;
  text-align: right;
}
#alice-districts #alice-district-form .alice-address-form-switch span {
  cursor: pointer;
}
#alice-districts #alice-district-form .alice-address-form-switch span:hover {
  text-decoration: underline;
}
#alice-districts #alice-district-form .all-fields-required {
  display: none;
  position: absolute;
  top: 0px;
  left: 20px;
  color: #ff443b;
}
#alice-districts #alice-district-form .all-fields-required.active {
  display: block;
}
#alice-districts #alice-district-form .alice-district-form-results {
  text-align: center;
}
#alice-districts #alice-district-form .alice-district-form-results .alice-district-form-results-wrapper {
  padding: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  text-transform: uppercase;
  color: #005191;
  font-weight: bold;
}
#alice-districts #alice-district-form .alice-district-form-results .alice-district-form-results-wrapper div:first-child {
  margin-bottom: 15px;
}
#alice-districts #alice-district-form .alice-district-form-results .alice-district-form-results-wrapper span {
  display: inline-block;
}
#alice-districts #alice-district-form .alice-district-form-results .alice-district-form-results-wrapper .house-district-number, #alice-districts #alice-district-form .alice-district-form-results .alice-district-form-results-wrapper .senate-district-number {
  margin-left: 5px;
  color: #ff443b;
  font-size: 30px;
}
#alice-districts #alice-district-results {
  overflow: hidden;
  border-left: 1px solid #404040;
}
#alice-districts #alice-district-results .alice-district-results-text {
  height: 232px;
  text-align: center;
  font-size: 0;
}
#alice-districts #alice-district-results .alice-district-results-text:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#alice-districts #alice-district-results .alice-district-results-text div {
  padding: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
#alice-districts #alice-district-results .alice-district-results-text div .red {
  color: #ff443b;
}
#alice-districts #alice-district-results .alice-district-results-wrapper {
  overflow: hidden;
}
#alice-districts #alice-district-results .alice-district-results-wrapper .alice-pdf-item {
  width: 25%;
  float: left;
}
#alice-districts #alice-district-results .alice-district-results-wrapper .alice-pdf-item a {
  padding: 20px;
  display: block;
  text-align: center;
  color: #005191;
  text-transform: uppercase;
  font-size: 0;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#alice-districts #alice-district-results .alice-district-results-wrapper .alice-pdf-item a:hover {
  background-color: #e0e0e0;
}
#alice-districts #alice-district-results .alice-district-results-wrapper .alice-pdf-item .alice-pdf-image {
  margin-bottom: 10px;
  display: inline-block;
  border: 1px solid #4b4b4b;
}
#alice-districts #alice-district-results .alice-district-results-wrapper .alice-pdf-item .alice-pdf-district {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: bold;
}
#alice-districts #alice-district-results .alice-district-results-wrapper .alice-pdf-item .alice-pdf-title {
  font-size: 16px;
}

.alice-district-form-reset.button {
  margin-top: 20px;
  display: none;
}
.alice-district-form-reset.button.active {
  display: inline-block;
}

/*=======================
	SIDEBAR
=========================*/
#secondary .widget {
  margin-bottom: 30px;
  font-size: 18px;
}
#secondary .widget .widget-title {
  font-size: 22px;
  margin-bottom: 10px;
  color: #2a2a2a;
}
#secondary .widget.widget_recent_entries ul, #secondary .widget.widget_recent_events ul {
  list-style: none;
  margin: 0;
}
#secondary .widget.widget_recent_entries ul li, #secondary .widget.widget_recent_events ul li {
  margin-bottom: 15px;
}
#secondary .widget.widget_recent_entries ul li:last-child, #secondary .widget.widget_recent_events ul li:last-child {
  margin-bottom: 0;
}
#secondary .widget.widget_recent_entries .post-date, #secondary .widget.widget_recent_events .post-date {
  font-size: 14px;
  color: #777777;
}
#secondary .widget .wpp-list {
  margin: 0;
}
#secondary .widget .wpp-list li {
  margin-bottom: 15px;
}
#secondary .widget .wpp-list li:last-child {
  margin-bottom: 0;
}
#secondary .widget .wpp-list li.current a:hover {
  color: #005191;
}
#secondary .widget .menu {
  list-style: none;
  margin-left: 0;
}
#secondary .widget .menu li {
  margin-bottom: 5px;
}
#secondary .widget .menu li a {
  display: inline-block;
  font-size: 26px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#secondary .widget .menu li a:before {
  content: "▶";
  width: 0;
  height: 18px;
  display: inline-block;
  overflow: hidden;
  font-size: 20px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#secondary .widget .menu li a:hover {
  text-decoration: none;
}
#secondary .widget .menu li a:hover:before {
  width: 20px;
}
#secondary .widget .menu li.current-menu-item a:before {
  width: 20px;
}

/*=======================
	FOOTER
=========================*/
.footer-wrapper {
  overflow: hidden;
}

#footer {
  background-color: #005191;
  font-size: 0;
}
#footer .upper-footer {
  height: 200px;
}
#footer .lower-footer {
  height: 40px;
  background-color: #004173;
}
#footer .content-wrapper {
  height: 100%;
  text-align: center;
  color: white;
}
#footer .content-wrapper:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-address {
  width: 33.33%;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: left;
}
#footer .footer-address .footer-address-name {
  font-size: 24px;
}
#footer .footer-newsletter {
  width: 33.33%;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
#footer .footer-newsletter .gform_wrapper {
  position: relative;
}
#footer .footer-newsletter .gform_wrapper .gform_heading {
  margin-bottom: 8px;
}
#footer .footer-newsletter .gform_wrapper .gform_body {
  padding-right: 111px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 1;
}
#footer .footer-newsletter .gform_wrapper .gform_footer {
  width: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
#footer .footer-newsletter .gform_wrapper .gform_footer .button {
  width: 111px;
  margin: 0;
  font-size: 20px;
  line-height: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#footer .footer-newsletter .gform_wrapper h3.gform_title {
  margin: 0;
  font-size: 18px;
  color: white;
}
#footer .footer-newsletter .gform_wrapper ul.gform_fields li.gfield {
  padding: 0;
  margin: 0;
}
#footer .footer-newsletter .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}
#footer .footer-newsletter .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 40px;
  padding: 10px;
  margin: 0;
  border: 0px solid white;
  line-height: 1;
}
#footer .footer-social {
  width: 33.33%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
#footer .footer-social ul {
  margin: 0;
  list-style: none;
}
#footer .footer-social ul li {
  margin-left: 20px;
  display: inline-block;
  vertical-align: bottom;
}
#footer .footer-social ul li:first-child {
  margin-left: 0;
}
#footer .footer-social ul li a {
  display: block;
  position: relative;
}
#footer .footer-social ul li a .social-icon {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#footer .footer-social ul li a .social-icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#footer .footer-social ul li a:hover .social-icon {
  opacity: 0;
}
#footer .footer-social ul li a:hover .social-icon-hover {
  opacity: 1;
}
#footer .footer-copyright {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
  text-align: left;
}
#footer .footer-copyright span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
#footer .footer-copyright .footer-nav {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 14px;
}
#footer .footer-copyright .footer-nav ul {
  margin: 0;
}
#footer .footer-copyright .footer-nav ul li {
  border-left: 1px solid white;
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-copyright .footer-nav ul li a {
  padding: 0 8px;
  color: white;
}
#footer .footer-copyright .footer-nav ul li a:hover {
  text-decoration: underline;
}
#footer #round4 {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-align: right;
}
#footer #round4 a {
  color: white;
}
#footer #round4 a:hover {
  color: #ef4751;
}

/* =======================================
   WP EDITOR
======================================= */
/* =======================================
	Custom
======================================= */
#pagination {
  margin-top: 20px;
  text-align: center;
}
#pagination a {
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1;
}
#pagination .next {
  margin-left: 10px;
}
#pagination .prev {
  margin-right: 10px;
}
#pagination .current {
  min-width: 15px;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: #005191;
  color: white;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.wp-block-image {
  margin-top: 30px;
  margin-bottom: 30px;
}
figure.wp-block-image:first-child {
  margin-top: 0;
}
figure.wp-block-image:last-child {
  margin-bottom: 0;
}

.wp-block-image {
  margin: 0;
  font-size: 0;
}
.wp-block-image:first-child {
  margin-top: 0;
}
.wp-block-image:first-child.no-shadow .alignleft, .wp-block-image:first-child.no-shadow .alignright, .wp-block-image:first-child.no-shadow .aligncenter {
  margin-top: 0;
}
.wp-block-image:first-child .alignleft, .wp-block-image:first-child .alignright, .wp-block-image:first-child .aligncenter {
  margin-top: 20px;
}
.wp-block-image:last-child {
  margin-bottom: 0;
}
.wp-block-image:last-child.no-shadow .alignleft, .wp-block-image:last-child.no-shadow .alignright, .wp-block-image:last-child.no-shadow .aligncenter {
  margin-bottom: 0;
}
.wp-block-image:last-child .alignleft, .wp-block-image:last-child .alignright, .wp-block-image:last-child .aligncenter {
  margin-bottom: 20px;
}
.wp-block-image figcaption {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 0;
}
.wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image .aligncenter {
  position: relative;
  margin: 50px;
}
.wp-block-image .alignleft:before, .wp-block-image .alignright:before, .wp-block-image .aligncenter:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.wp-block-image .alignleft {
  margin-left: 20px;
}
.wp-block-image .alignright {
  margin-right: 20px;
}
.wp-block-image.no-top-margin {
  margin-top: 0;
}
.wp-block-image.no-top-margin .alignleft, .wp-block-image.no-top-margin .alignright, .wp-block-image.no-top-margin .aligncenter {
  margin-top: 20px;
}
.wp-block-image.no-bottom-margin {
  margin-bottom: 0;
}
.wp-block-image.no-bottom-margin .alignleft, .wp-block-image.no-bottom-margin .alignright, .wp-block-image.no-bottom-margin .aligncenter {
  margin-bottom: 20px;
}
.wp-block-image.no-shadow.no-top-margin {
  margin-top: 0;
}
.wp-block-image.no-shadow.no-top-margin .alignleft, .wp-block-image.no-shadow.no-top-margin .alignright, .wp-block-image.no-shadow.no-top-margin .aligncenter {
  margin-top: 0;
}
.wp-block-image.no-shadow.no-bottom-margin {
  margin-bottom: 0;
}
.wp-block-image.no-shadow.no-bottom-margin .alignleft, .wp-block-image.no-shadow.no-bottom-margin .alignright, .wp-block-image.no-shadow.no-bottom-margin .aligncenter {
  margin-bottom: 0;
}
.wp-block-image.no-shadow .alignleft, .wp-block-image.no-shadow .alignright, .wp-block-image.no-shadow .aligncenter {
  margin: 30px;
}
.wp-block-image.no-shadow .alignleft:before, .wp-block-image.no-shadow .alignright:before, .wp-block-image.no-shadow .aligncenter:before {
  display: none;
}
.wp-block-image.no-shadow .alignleft {
  margin-left: 0;
}
.wp-block-image.no-shadow .alignright {
  margin-right: 0;
}

.wp-block-embed-youtube {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wp-block-embed-youtube:first-child {
  margin-top: 0;
}
.wp-block-embed-youtube:last-child {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.button {
  padding: 10px 20px;
  display: inline-block;
  color: white;
  background-color: #ff443b;
  font-size: 20px;
  border: 0px solid white;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.button:hover {
  background-color: #539ed0;
  color: white;
}
.button.disabled {
  background-color: #ff443b !important;
  cursor: default !important;
}
.button.disabled:hover {
  background-color: #ff443b !important;
}

.fb-share-button {
  padding: 10px 20px;
  padding-left: 52px;
  margin: 10px;
  display: inline-block;
  position: relative;
  color: white;
  background-color: #4a66b7;
  font-size: 0px;
  border: 0px solid white;
  font-weight: bold;
  cursor: pointer;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.fb-share-button img {
  height: 22px;
  width: 22px;
  margin-top: -11px;
  position: absolute;
  left: 20px;
  top: 50%;
}
.fb-share-button span {
  font-size: 20px;
}
.fb-share-button:hover {
  background-color: #5c7ee0;
  color: white;
}

.twitter-share-button {
  padding: 10px 20px;
  padding-left: 52px;
  margin: 10px;
  display: inline-block;
  position: relative;
  color: white;
  background-color: #1b95e0;
  font-size: 0px;
  border: 0px solid white;
  font-weight: bold;
  cursor: pointer;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.twitter-share-button img {
  height: 18px;
  width: 22px;
  margin-top: -9px;
  position: absolute;
  left: 20px;
  top: 50%;
}
.twitter-share-button span {
  font-size: 20px;
}
.twitter-share-button:hover {
  background-color: #22abff;
  color: white;
}

.column-wrapper {
  margin: -20px;
}
.column-wrapper:first-child {
  margin-top: 0;
}
.column-wrapper:last-child {
  margin-bottom: 0;
}
.column-wrapper .column {
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.column-wrapper .column.half {
  width: 50%;
}
.column-wrapper .column.third {
  width: 33.33%;
}
.column-wrapper .column.quarter {
  width: 25%;
}
.column-wrapper .column :last-child {
  margin-bottom: 0;
}

.post.error404.not-found {
  text-align: center;
}
.post.error404.not-found h2 {
  font-size: 65px;
  text-transform: uppercase;
}
.post.error404.not-found h3 {
  padding-top: 0;
  margin-bottom: 5px;
  color: #2d2d2d;
  font-size: 36px;
}
.post.error404.not-found .button {
  margin-top: 20px;
}

.wp-block-columns.add-top-margin {
  margin-top: 30px;
}

.acf-map {
  width: 100%;
  height: 500px;
  margin: 50px 0;
}
.acf-map:first-child {
  margin-top: 0;
}
.acf-map:last-child {
  margin-bottom: 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 30px !important;
  padding-left: 10px !important;
  color: #404040 !important;
  line-height: 42px !important;
  font-size: 20px !important;
}

.select2-container .select2-selection--single {
  height: 42px !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border: 1px solid #b7b8b9 !important;
  padding-left: 0 !important;
  background-color: white !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #b7b8b9 transparent transparent transparent !important;
  border-width: 8px 6px 0 6px !important;
  margin-left: -6px !important;
  margin-top: -4px !important;
  display: block !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  width: 30px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  display: none !important;
}

/* =======================================
	Gravity Forms
======================================= */
.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body .gpnf-dialog .ui-dialog-content {
  overflow-x: hidden;
}

body .gpnf-dialog.ui-dialog {
  width: 1100px !important;
  max-width: 100%;
  z-index: 99998;
  top: 10px !important;
}

body .gpnf-dialog .ui-dialog-title {
  font-size: 30px;
}

#main .gpnf-row-actions ul {
  margin-right: 0;
}
#main .gpnf-row-actions ul .edit {
  margin-right: 5px;
}
#main .gpnf-row-actions ul li {
  padding-left: 0;
}
#main .gpnf-row-actions ul li:before {
  display: none;
}

#main .gpnf-add-entry {
  padding: 10px 20px;
  margin-top: 0 !important;
  background-color: #ff443b;
  border: 0px solid white;
  color: white;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#main .gpnf-add-entry:hover {
  background-color: #005191;
}

#main .gform_wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  position: relative;
  background-color: #efefef;
  border: 1px solid #bfbfbf;
}
#main .gform_wrapper:first-child {
  margin-top: 0;
}
#main .gform_wrapper:last-child {
  margin-bottom: 0;
}

#main .gform_wrapper li.gfield.gf_invisible, .gpnf-nested-form .gform_wrapper li.gfield.gf_invisible, .gpnf-edit-form .gform_wrapper li.gfield.gf_invisible, .gpnf-modal .gform_wrapper li.gfield.gf_invisible {
  height: 0;
  margin-bottom: 0;
}
#main .gform_wrapper .top_label input.large, #main .gform_wrapper .top_label select.large, #main .gform_wrapper .hidden_label input.large, #main .gform_wrapper .hidden_label select.large, .gpnf-nested-form .gform_wrapper .top_label input.large, .gpnf-nested-form .gform_wrapper .top_label select.large, .gpnf-nested-form .gform_wrapper .hidden_label input.large, .gpnf-nested-form .gform_wrapper .hidden_label select.large, .gpnf-edit-form .gform_wrapper .top_label input.large, .gpnf-edit-form .gform_wrapper .top_label select.large, .gpnf-edit-form .gform_wrapper .hidden_label input.large, .gpnf-edit-form .gform_wrapper .hidden_label select.large, .gpnf-modal .gform_wrapper .top_label input.large, .gpnf-modal .gform_wrapper .top_label select.large, .gpnf-modal .gform_wrapper .hidden_label input.large, .gpnf-modal .gform_wrapper .hidden_label select.large {
  width: 100%;
}
#main .gform_wrapper div.validation_error, .gpnf-nested-form .gform_wrapper div.validation_error, .gpnf-edit-form .gform_wrapper div.validation_error, .gpnf-modal .gform_wrapper div.validation_error {
  font-size: 18px;
}
#main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gpnf-nested-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gpnf-edit-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gpnf-modal .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  font-size: 16px;
}
#main .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, #main .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label, .gpnf-nested-form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gpnf-nested-form .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label, .gpnf-edit-form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gpnf-edit-form .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label, .gpnf-modal .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gpnf-modal .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin-bottom: 0;
}
#main .gform_wrapper.gravity-theme .gform_fields, .gpnf-nested-form .gform_wrapper.gravity-theme .gform_fields, .gpnf-edit-form .gform_wrapper.gravity-theme .gform_fields, .gpnf-modal .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
}
#main .gform_wrapper.gravity-theme .ginput_container_address, .gpnf-nested-form .gform_wrapper.gravity-theme .ginput_container_address, .gpnf-edit-form .gform_wrapper.gravity-theme .ginput_container_address, .gpnf-modal .gform_wrapper.gravity-theme .ginput_container_address {
  margin-left: 0;
  margin-right: 0;
}
#main .gform_wrapper.gravity-theme .ginput_container_address span, .gpnf-nested-form .gform_wrapper.gravity-theme .ginput_container_address span, .gpnf-edit-form .gform_wrapper.gravity-theme .ginput_container_address span, .gpnf-modal .gform_wrapper.gravity-theme .ginput_container_address span {
  padding-left: 0;
  padding-right: 0;
}
#main .gform_wrapper.gravity-theme .ginput_container_address .ginput_right, #main .gform_wrapper.gravity-theme .ginput_container_address .ginput_left, .gpnf-nested-form .gform_wrapper.gravity-theme .ginput_container_address .ginput_right, .gpnf-nested-form .gform_wrapper.gravity-theme .ginput_container_address .ginput_left, .gpnf-edit-form .gform_wrapper.gravity-theme .ginput_container_address .ginput_right, .gpnf-edit-form .gform_wrapper.gravity-theme .ginput_container_address .ginput_left, .gpnf-modal .gform_wrapper.gravity-theme .ginput_container_address .ginput_right, .gpnf-modal .gform_wrapper.gravity-theme .ginput_container_address .ginput_left {
  flex: 0 0 33.33%;
}
#main .gform_wrapper.gravity-theme .ginput_container_address .address_city, .gpnf-nested-form .gform_wrapper.gravity-theme .ginput_container_address .address_city, .gpnf-edit-form .gform_wrapper.gravity-theme .ginput_container_address .address_city, .gpnf-modal .gform_wrapper.gravity-theme .ginput_container_address .address_city {
  margin-bottom: 0 !important;
  padding-right: 13px;
}
#main .gform_wrapper.gravity-theme .ginput_container_address .address_state, .gpnf-nested-form .gform_wrapper.gravity-theme .ginput_container_address .address_state, .gpnf-edit-form .gform_wrapper.gravity-theme .ginput_container_address .address_state, .gpnf-modal .gform_wrapper.gravity-theme .ginput_container_address .address_state {
  padding-left: 7px;
  padding-right: 7px;
}
#main .gform_wrapper.gravity-theme .ginput_container_address .address_zip, .gpnf-nested-form .gform_wrapper.gravity-theme .ginput_container_address .address_zip, .gpnf-edit-form .gform_wrapper.gravity-theme .ginput_container_address .address_zip, .gpnf-modal .gform_wrapper.gravity-theme .ginput_container_address .address_zip {
  padding-right: 0;
  padding-left: 13px;
}
#main .gform_wrapper.gravity-theme .ginput_container_address .address_country, .gpnf-nested-form .gform_wrapper.gravity-theme .ginput_container_address .address_country, .gpnf-edit-form .gform_wrapper.gravity-theme .ginput_container_address .address_country, .gpnf-modal .gform_wrapper.gravity-theme .ginput_container_address .address_country {
  flex: 0 0 100%;
  padding: 0;
}
#main .gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), #main .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type), .gpnf-nested-form .gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), .gpnf-nested-form .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type), .gpnf-edit-form .gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), .gpnf-edit-form .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type), .gpnf-modal .gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), .gpnf-modal .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
  margin-bottom: 25px;
}
#main .gform_wrapper.gravity-theme .gfield-choice-input, .gpnf-nested-form .gform_wrapper.gravity-theme .gfield-choice-input, .gpnf-edit-form .gform_wrapper.gravity-theme .gfield-choice-input, .gpnf-modal .gform_wrapper.gravity-theme .gfield-choice-input {
  top: auto;
}
#main .gform_wrapper.gravity-theme .gfield-choice-input + label, .gpnf-nested-form .gform_wrapper.gravity-theme .gfield-choice-input + label, .gpnf-edit-form .gform_wrapper.gravity-theme .gfield-choice-input + label, .gpnf-modal .gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: 100%;
}
#main .gform_wrapper.gravity-theme .gfield.gfield--width-half, .gpnf-nested-form .gform_wrapper.gravity-theme .gfield.gfield--width-half, .gpnf-edit-form .gform_wrapper.gravity-theme .gfield.gfield--width-half, .gpnf-modal .gform_wrapper.gravity-theme .gfield.gfield--width-half {
  overflow: hidden;
}
#main .gform_wrapper .top_label li.gfield, #main .gform_wrapper .bottom_label li.gfield, .gpnf-nested-form .gform_wrapper .top_label li.gfield, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield, .gpnf-edit-form .gform_wrapper .top_label li.gfield, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield, .gpnf-modal .gform_wrapper .top_label li.gfield, .gpnf-modal .gform_wrapper .bottom_label li.gfield {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 25px;
  /* Hide the checkbox */
  /* Prepare the label */
  /* Checkboxes aspect */
  /* :before is for the box */
  /* Check symbol aspect */
  /* if "not checked" */
  /* If "checked" */
  /* Hide the radio */
  /* Prepare the label */
  /* radios aspect */
  /* :before is for the box */
  /* Check symbol aspect */
  /* if "not checked" */
  /* If "checked" */
}
#main .gform_wrapper .top_label li.gfield:before, #main .gform_wrapper .bottom_label li.gfield:before, .gpnf-nested-form .gform_wrapper .top_label li.gfield:before, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield:before, .gpnf-edit-form .gform_wrapper .top_label li.gfield:before, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield:before, .gpnf-modal .gform_wrapper .top_label li.gfield:before, .gpnf-modal .gform_wrapper .bottom_label li.gfield:before {
  display: none;
}
#main .gform_wrapper .top_label li.gfield.gf_left_half, #main .gform_wrapper .bottom_label li.gfield.gf_left_half, .gpnf-nested-form .gform_wrapper .top_label li.gfield.gf_left_half, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield.gf_left_half, .gpnf-edit-form .gform_wrapper .top_label li.gfield.gf_left_half, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield.gf_left_half, .gpnf-modal .gform_wrapper .top_label li.gfield.gf_left_half, .gpnf-modal .gform_wrapper .bottom_label li.gfield.gf_left_half {
  padding-right: 10px;
  padding-bottom: 0px;
  float: left;
  clear: left !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper .top_label li.gfield.gf_right_half, #main .gform_wrapper .bottom_label li.gfield.gf_right_half, .gpnf-nested-form .gform_wrapper .top_label li.gfield.gf_right_half, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield.gf_right_half, .gpnf-edit-form .gform_wrapper .top_label li.gfield.gf_right_half, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield.gf_right_half, .gpnf-modal .gform_wrapper .top_label li.gfield.gf_right_half, .gpnf-modal .gform_wrapper .bottom_label li.gfield.gf_right_half {
  padding-left: 10px;
  padding-right: 0;
  padding-bottom: 0px;
  float: right;
  clear: right !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper .top_label li.gfield.beside_submit, #main .gform_wrapper .bottom_label li.gfield.beside_submit, .gpnf-nested-form .gform_wrapper .top_label li.gfield.beside_submit, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield.beside_submit, .gpnf-edit-form .gform_wrapper .top_label li.gfield.beside_submit, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield.beside_submit, .gpnf-modal .gform_wrapper .top_label li.gfield.beside_submit, .gpnf-modal .gform_wrapper .bottom_label li.gfield.beside_submit {
  margin-bottom: 0;
  position: absolute;
  bottom: 34px;
  right: 220px;
}
#main .gform_wrapper .top_label li.gfield .address_line_1, #main .gform_wrapper .top_label li.gfield .address_line_2, #main .gform_wrapper .bottom_label li.gfield .address_line_1, #main .gform_wrapper .bottom_label li.gfield .address_line_2, .gpnf-nested-form .gform_wrapper .top_label li.gfield .address_line_1, .gpnf-nested-form .gform_wrapper .top_label li.gfield .address_line_2, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .address_line_1, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .address_line_2, .gpnf-edit-form .gform_wrapper .top_label li.gfield .address_line_1, .gpnf-edit-form .gform_wrapper .top_label li.gfield .address_line_2, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .address_line_1, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .address_line_2, .gpnf-modal .gform_wrapper .top_label li.gfield .address_line_1, .gpnf-modal .gform_wrapper .top_label li.gfield .address_line_2, .gpnf-modal .gform_wrapper .bottom_label li.gfield .address_line_1, .gpnf-modal .gform_wrapper .bottom_label li.gfield .address_line_2 {
  display: block;
  margin-bottom: 25px;
}
#main .gform_wrapper .top_label li.gfield .address_line_1 input, #main .gform_wrapper .top_label li.gfield .address_line_2 input, #main .gform_wrapper .bottom_label li.gfield .address_line_1 input, #main .gform_wrapper .bottom_label li.gfield .address_line_2 input, .gpnf-nested-form .gform_wrapper .top_label li.gfield .address_line_1 input, .gpnf-nested-form .gform_wrapper .top_label li.gfield .address_line_2 input, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .address_line_1 input, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .address_line_2 input, .gpnf-edit-form .gform_wrapper .top_label li.gfield .address_line_1 input, .gpnf-edit-form .gform_wrapper .top_label li.gfield .address_line_2 input, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .address_line_1 input, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .address_line_2 input, .gpnf-modal .gform_wrapper .top_label li.gfield .address_line_1 input, .gpnf-modal .gform_wrapper .top_label li.gfield .address_line_2 input, .gpnf-modal .gform_wrapper .bottom_label li.gfield .address_line_1 input, .gpnf-modal .gform_wrapper .bottom_label li.gfield .address_line_2 input {
  margin-bottom: 0;
}
#main .gform_wrapper .top_label li.gfield .address_city, #main .gform_wrapper .bottom_label li.gfield .address_city, .gpnf-nested-form .gform_wrapper .top_label li.gfield .address_city, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .address_city, .gpnf-edit-form .gform_wrapper .top_label li.gfield .address_city, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .address_city, .gpnf-modal .gform_wrapper .top_label li.gfield .address_city, .gpnf-modal .gform_wrapper .bottom_label li.gfield .address_city {
  padding-right: 10px;
  margin: 0;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
#main .gform_wrapper .top_label li.gfield .address_city input, #main .gform_wrapper .bottom_label li.gfield .address_city input, .gpnf-nested-form .gform_wrapper .top_label li.gfield .address_city input, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .address_city input, .gpnf-edit-form .gform_wrapper .top_label li.gfield .address_city input, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .address_city input, .gpnf-modal .gform_wrapper .top_label li.gfield .address_city input, .gpnf-modal .gform_wrapper .bottom_label li.gfield .address_city input {
  margin-bottom: 0;
}
#main .gform_wrapper .top_label li.gfield .address_state, #main .gform_wrapper .bottom_label li.gfield .address_state, .gpnf-nested-form .gform_wrapper .top_label li.gfield .address_state, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .address_state, .gpnf-edit-form .gform_wrapper .top_label li.gfield .address_state, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .address_state, .gpnf-modal .gform_wrapper .top_label li.gfield .address_state, .gpnf-modal .gform_wrapper .bottom_label li.gfield .address_state {
  width: 25%;
  margin: 0;
  padding-right: 5px;
  padding-left: 10px;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
#main .gform_wrapper .top_label li.gfield .address_state input, #main .gform_wrapper .bottom_label li.gfield .address_state input, .gpnf-nested-form .gform_wrapper .top_label li.gfield .address_state input, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .address_state input, .gpnf-edit-form .gform_wrapper .top_label li.gfield .address_state input, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .address_state input, .gpnf-modal .gform_wrapper .top_label li.gfield .address_state input, .gpnf-modal .gform_wrapper .bottom_label li.gfield .address_state input {
  margin-bottom: 0 !important;
}
#main .gform_wrapper .top_label li.gfield .address_zip, #main .gform_wrapper .bottom_label li.gfield .address_zip, .gpnf-nested-form .gform_wrapper .top_label li.gfield .address_zip, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .address_zip, .gpnf-edit-form .gform_wrapper .top_label li.gfield .address_zip, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .address_zip, .gpnf-modal .gform_wrapper .top_label li.gfield .address_zip, .gpnf-modal .gform_wrapper .bottom_label li.gfield .address_zip {
  width: 25%;
  padding-left: 15px;
  padding-right: 0 !important;
  margin: 0;
  margin-right: 0 !important;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
#main .gform_wrapper .top_label li.gfield .address_zip input, #main .gform_wrapper .bottom_label li.gfield .address_zip input, .gpnf-nested-form .gform_wrapper .top_label li.gfield .address_zip input, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .address_zip input, .gpnf-edit-form .gform_wrapper .top_label li.gfield .address_zip input, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .address_zip input, .gpnf-modal .gform_wrapper .top_label li.gfield .address_zip input, .gpnf-modal .gform_wrapper .bottom_label li.gfield .address_zip input {
  margin-bottom: 0;
}
#main .gform_wrapper .top_label li.gfield .ginput_cardinfo_left, #main .gform_wrapper .bottom_label li.gfield .ginput_cardinfo_left, .gpnf-nested-form .gform_wrapper .top_label li.gfield .ginput_cardinfo_left, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .ginput_cardinfo_left, .gpnf-edit-form .gform_wrapper .top_label li.gfield .ginput_cardinfo_left, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .ginput_cardinfo_left, .gpnf-modal .gform_wrapper .top_label li.gfield .ginput_cardinfo_left, .gpnf-modal .gform_wrapper .bottom_label li.gfield .ginput_cardinfo_left {
  width: 65%;
  padding-right: 20px;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
#main .gform_wrapper .top_label li.gfield .ginput_cardinfo_right, #main .gform_wrapper .bottom_label li.gfield .ginput_cardinfo_right, .gpnf-nested-form .gform_wrapper .top_label li.gfield .ginput_cardinfo_right, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .ginput_cardinfo_right, .gpnf-edit-form .gform_wrapper .top_label li.gfield .ginput_cardinfo_right, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .ginput_cardinfo_right, .gpnf-modal .gform_wrapper .top_label li.gfield .ginput_cardinfo_right, .gpnf-modal .gform_wrapper .bottom_label li.gfield .ginput_cardinfo_right {
  width: 35%;
}
#main .gform_wrapper .top_label li.gfield .ginput_card_expiration_container .select2-container, #main .gform_wrapper .bottom_label li.gfield .ginput_card_expiration_container .select2-container, .gpnf-nested-form .gform_wrapper .top_label li.gfield .ginput_card_expiration_container .select2-container, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .ginput_card_expiration_container .select2-container, .gpnf-edit-form .gform_wrapper .top_label li.gfield .ginput_card_expiration_container .select2-container, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .ginput_card_expiration_container .select2-container, .gpnf-modal .gform_wrapper .top_label li.gfield .ginput_card_expiration_container .select2-container, .gpnf-modal .gform_wrapper .bottom_label li.gfield .ginput_card_expiration_container .select2-container {
  width: 49% !important;
  float: left;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
#main .gform_wrapper .top_label li.gfield .ginput_card_expiration_container .select2-container:nth-child(2), #main .gform_wrapper .bottom_label li.gfield .ginput_card_expiration_container .select2-container:nth-child(2), .gpnf-nested-form .gform_wrapper .top_label li.gfield .ginput_card_expiration_container .select2-container:nth-child(2), .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .ginput_card_expiration_container .select2-container:nth-child(2), .gpnf-edit-form .gform_wrapper .top_label li.gfield .ginput_card_expiration_container .select2-container:nth-child(2), .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .ginput_card_expiration_container .select2-container:nth-child(2), .gpnf-modal .gform_wrapper .top_label li.gfield .ginput_card_expiration_container .select2-container:nth-child(2), .gpnf-modal .gform_wrapper .bottom_label li.gfield .ginput_card_expiration_container .select2-container:nth-child(2) {
  margin-right: 1% !important;
}
#main .gform_wrapper .top_label li.gfield .ginput_card_expiration_container .select2-container:nth-child(4), #main .gform_wrapper .bottom_label li.gfield .ginput_card_expiration_container .select2-container:nth-child(4), .gpnf-nested-form .gform_wrapper .top_label li.gfield .ginput_card_expiration_container .select2-container:nth-child(4), .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .ginput_card_expiration_container .select2-container:nth-child(4), .gpnf-edit-form .gform_wrapper .top_label li.gfield .ginput_card_expiration_container .select2-container:nth-child(4), .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .ginput_card_expiration_container .select2-container:nth-child(4), .gpnf-modal .gform_wrapper .top_label li.gfield .ginput_card_expiration_container .select2-container:nth-child(4), .gpnf-modal .gform_wrapper .bottom_label li.gfield .ginput_card_expiration_container .select2-container:nth-child(4) {
  margin-left: 1% !important;
}
#main .gform_wrapper .top_label li.gfield .ginput_card_expiration_container label, #main .gform_wrapper .bottom_label li.gfield .ginput_card_expiration_container label, .gpnf-nested-form .gform_wrapper .top_label li.gfield .ginput_card_expiration_container label, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .ginput_card_expiration_container label, .gpnf-edit-form .gform_wrapper .top_label li.gfield .ginput_card_expiration_container label, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .ginput_card_expiration_container label, .gpnf-modal .gform_wrapper .top_label li.gfield .ginput_card_expiration_container label, .gpnf-modal .gform_wrapper .bottom_label li.gfield .ginput_card_expiration_container label {
  clear: both;
}
#main .gform_wrapper .top_label li.gfield .ginput_container_creditcard, #main .gform_wrapper .bottom_label li.gfield .ginput_container_creditcard, .gpnf-nested-form .gform_wrapper .top_label li.gfield .ginput_container_creditcard, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .ginput_container_creditcard, .gpnf-edit-form .gform_wrapper .top_label li.gfield .ginput_container_creditcard, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .ginput_container_creditcard, .gpnf-modal .gform_wrapper .top_label li.gfield .ginput_container_creditcard, .gpnf-modal .gform_wrapper .bottom_label li.gfield .ginput_container_creditcard {
  margin-bottom: 25px;
  display: block;
}
#main .gform_wrapper .top_label li.gfield .ginput_container_creditcard input, #main .gform_wrapper .top_label li.gfield .ginput_container_creditcard select, #main .gform_wrapper .bottom_label li.gfield .ginput_container_creditcard input, #main .gform_wrapper .bottom_label li.gfield .ginput_container_creditcard select, .gpnf-nested-form .gform_wrapper .top_label li.gfield .ginput_container_creditcard input, .gpnf-nested-form .gform_wrapper .top_label li.gfield .ginput_container_creditcard select, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .ginput_container_creditcard input, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .ginput_container_creditcard select, .gpnf-edit-form .gform_wrapper .top_label li.gfield .ginput_container_creditcard input, .gpnf-edit-form .gform_wrapper .top_label li.gfield .ginput_container_creditcard select, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .ginput_container_creditcard input, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .ginput_container_creditcard select, .gpnf-modal .gform_wrapper .top_label li.gfield .ginput_container_creditcard input, .gpnf-modal .gform_wrapper .top_label li.gfield .ginput_container_creditcard select, .gpnf-modal .gform_wrapper .bottom_label li.gfield .ginput_container_creditcard input, .gpnf-modal .gform_wrapper .bottom_label li.gfield .ginput_container_creditcard select {
  margin-bottom: 0px;
}
#main .gform_wrapper .top_label li.gfield .ginput_container_creditcard .ginput_full, #main .gform_wrapper .bottom_label li.gfield .ginput_container_creditcard .ginput_full, .gpnf-nested-form .gform_wrapper .top_label li.gfield .ginput_container_creditcard .ginput_full, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .ginput_container_creditcard .ginput_full, .gpnf-edit-form .gform_wrapper .top_label li.gfield .ginput_container_creditcard .ginput_full, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .ginput_container_creditcard .ginput_full, .gpnf-modal .gform_wrapper .top_label li.gfield .ginput_container_creditcard .ginput_full, .gpnf-modal .gform_wrapper .bottom_label li.gfield .ginput_container_creditcard .ginput_full {
  margin-bottom: 25px;
  display: block;
}
#main .gform_wrapper .top_label li.gfield .ginput_container_creditcard .ginput_full:last-child, #main .gform_wrapper .bottom_label li.gfield .ginput_container_creditcard .ginput_full:last-child, .gpnf-nested-form .gform_wrapper .top_label li.gfield .ginput_container_creditcard .ginput_full:last-child, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .ginput_container_creditcard .ginput_full:last-child, .gpnf-edit-form .gform_wrapper .top_label li.gfield .ginput_container_creditcard .ginput_full:last-child, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .ginput_container_creditcard .ginput_full:last-child, .gpnf-modal .gform_wrapper .top_label li.gfield .ginput_container_creditcard .ginput_full:last-child, .gpnf-modal .gform_wrapper .bottom_label li.gfield .ginput_container_creditcard .ginput_full:last-child {
  margin-bottom: 0;
}
#main .gform_wrapper .top_label li.gfield .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon, #main .gform_wrapper .bottom_label li.gfield .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon, .gpnf-nested-form .gform_wrapper .top_label li.gfield .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon, .gpnf-edit-form .gform_wrapper .top_label li.gfield .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon, .gpnf-modal .gform_wrapper .top_label li.gfield .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon, .gpnf-modal .gform_wrapper .bottom_label li.gfield .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  top: -2px;
}
#main .gform_wrapper .top_label li.gfield .gfield_list_cell input, #main .gform_wrapper .bottom_label li.gfield .gfield_list_cell input, .gpnf-nested-form .gform_wrapper .top_label li.gfield .gfield_list_cell input, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .gfield_list_cell input, .gpnf-edit-form .gform_wrapper .top_label li.gfield .gfield_list_cell input, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .gfield_list_cell input, .gpnf-modal .gform_wrapper .top_label li.gfield .gfield_list_cell input, .gpnf-modal .gform_wrapper .bottom_label li.gfield .gfield_list_cell input {
  margin: 0;
}
#main .gform_wrapper .top_label li.gfield [type=checkbox]:not(:checked),
#main .gform_wrapper .top_label li.gfield [type=checkbox]:checked, #main .gform_wrapper .bottom_label li.gfield [type=checkbox]:not(:checked),
#main .gform_wrapper .bottom_label li.gfield [type=checkbox]:checked, .gpnf-nested-form .gform_wrapper .top_label li.gfield [type=checkbox]:not(:checked),
.gpnf-nested-form .gform_wrapper .top_label li.gfield [type=checkbox]:checked, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield [type=checkbox]:not(:checked),
.gpnf-nested-form .gform_wrapper .bottom_label li.gfield [type=checkbox]:checked, .gpnf-edit-form .gform_wrapper .top_label li.gfield [type=checkbox]:not(:checked),
.gpnf-edit-form .gform_wrapper .top_label li.gfield [type=checkbox]:checked, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield [type=checkbox]:not(:checked),
.gpnf-edit-form .gform_wrapper .bottom_label li.gfield [type=checkbox]:checked, .gpnf-modal .gform_wrapper .top_label li.gfield [type=checkbox]:not(:checked),
.gpnf-modal .gform_wrapper .top_label li.gfield [type=checkbox]:checked, .gpnf-modal .gform_wrapper .bottom_label li.gfield [type=checkbox]:not(:checked),
.gpnf-modal .gform_wrapper .bottom_label li.gfield [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
#main .gform_wrapper .top_label li.gfield [type=checkbox]:not(:checked) + label,
#main .gform_wrapper .top_label li.gfield [type=checkbox]:checked + label, #main .gform_wrapper .bottom_label li.gfield [type=checkbox]:not(:checked) + label,
#main .gform_wrapper .bottom_label li.gfield [type=checkbox]:checked + label, .gpnf-nested-form .gform_wrapper .top_label li.gfield [type=checkbox]:not(:checked) + label,
.gpnf-nested-form .gform_wrapper .top_label li.gfield [type=checkbox]:checked + label, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield [type=checkbox]:not(:checked) + label,
.gpnf-nested-form .gform_wrapper .bottom_label li.gfield [type=checkbox]:checked + label, .gpnf-edit-form .gform_wrapper .top_label li.gfield [type=checkbox]:not(:checked) + label,
.gpnf-edit-form .gform_wrapper .top_label li.gfield [type=checkbox]:checked + label, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield [type=checkbox]:not(:checked) + label,
.gpnf-edit-form .gform_wrapper .bottom_label li.gfield [type=checkbox]:checked + label, .gpnf-modal .gform_wrapper .top_label li.gfield [type=checkbox]:not(:checked) + label,
.gpnf-modal .gform_wrapper .top_label li.gfield [type=checkbox]:checked + label, .gpnf-modal .gform_wrapper .bottom_label li.gfield [type=checkbox]:not(:checked) + label,
.gpnf-modal .gform_wrapper .bottom_label li.gfield [type=checkbox]:checked + label {
  position: relative;
  padding-left: 30px;
  margin-left: 4px;
  display: block;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
}
#main .gform_wrapper .top_label li.gfield [type=checkbox]:not(:checked) + label:before,
#main .gform_wrapper .top_label li.gfield [type=checkbox]:checked + label:before, #main .gform_wrapper .bottom_label li.gfield [type=checkbox]:not(:checked) + label:before,
#main .gform_wrapper .bottom_label li.gfield [type=checkbox]:checked + label:before, .gpnf-nested-form .gform_wrapper .top_label li.gfield [type=checkbox]:not(:checked) + label:before,
.gpnf-nested-form .gform_wrapper .top_label li.gfield [type=checkbox]:checked + label:before, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield [type=checkbox]:not(:checked) + label:before,
.gpnf-nested-form .gform_wrapper .bottom_label li.gfield [type=checkbox]:checked + label:before, .gpnf-edit-form .gform_wrapper .top_label li.gfield [type=checkbox]:not(:checked) + label:before,
.gpnf-edit-form .gform_wrapper .top_label li.gfield [type=checkbox]:checked + label:before, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield [type=checkbox]:not(:checked) + label:before,
.gpnf-edit-form .gform_wrapper .bottom_label li.gfield [type=checkbox]:checked + label:before, .gpnf-modal .gform_wrapper .top_label li.gfield [type=checkbox]:not(:checked) + label:before,
.gpnf-modal .gform_wrapper .top_label li.gfield [type=checkbox]:checked + label:before, .gpnf-modal .gform_wrapper .bottom_label li.gfield [type=checkbox]:not(:checked) + label:before,
.gpnf-modal .gform_wrapper .bottom_label li.gfield [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #c3c3c3;
  background: #ffffff;
}
#main .gform_wrapper .top_label li.gfield [type=checkbox]:not(:checked) + label:after,
#main .gform_wrapper .top_label li.gfield [type=checkbox]:checked + label:after, #main .gform_wrapper .bottom_label li.gfield [type=checkbox]:not(:checked) + label:after,
#main .gform_wrapper .bottom_label li.gfield [type=checkbox]:checked + label:after, .gpnf-nested-form .gform_wrapper .top_label li.gfield [type=checkbox]:not(:checked) + label:after,
.gpnf-nested-form .gform_wrapper .top_label li.gfield [type=checkbox]:checked + label:after, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield [type=checkbox]:not(:checked) + label:after,
.gpnf-nested-form .gform_wrapper .bottom_label li.gfield [type=checkbox]:checked + label:after, .gpnf-edit-form .gform_wrapper .top_label li.gfield [type=checkbox]:not(:checked) + label:after,
.gpnf-edit-form .gform_wrapper .top_label li.gfield [type=checkbox]:checked + label:after, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield [type=checkbox]:not(:checked) + label:after,
.gpnf-edit-form .gform_wrapper .bottom_label li.gfield [type=checkbox]:checked + label:after, .gpnf-modal .gform_wrapper .top_label li.gfield [type=checkbox]:not(:checked) + label:after,
.gpnf-modal .gform_wrapper .top_label li.gfield [type=checkbox]:checked + label:after, .gpnf-modal .gform_wrapper .bottom_label li.gfield [type=checkbox]:not(:checked) + label:after,
.gpnf-modal .gform_wrapper .bottom_label li.gfield [type=checkbox]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 3px;
  font-size: 0px;
  background-color: #005191;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .gform_wrapper .top_label li.gfield [type=checkbox]:not(:checked) + label:after, #main .gform_wrapper .bottom_label li.gfield [type=checkbox]:not(:checked) + label:after, .gpnf-nested-form .gform_wrapper .top_label li.gfield [type=checkbox]:not(:checked) + label:after, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield [type=checkbox]:not(:checked) + label:after, .gpnf-edit-form .gform_wrapper .top_label li.gfield [type=checkbox]:not(:checked) + label:after, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield [type=checkbox]:not(:checked) + label:after, .gpnf-modal .gform_wrapper .top_label li.gfield [type=checkbox]:not(:checked) + label:after, .gpnf-modal .gform_wrapper .bottom_label li.gfield [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  /* invisible */
}
#main .gform_wrapper .top_label li.gfield [type=checkbox]:checked + label:after, #main .gform_wrapper .bottom_label li.gfield [type=checkbox]:checked + label:after, .gpnf-nested-form .gform_wrapper .top_label li.gfield [type=checkbox]:checked + label:after, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield [type=checkbox]:checked + label:after, .gpnf-edit-form .gform_wrapper .top_label li.gfield [type=checkbox]:checked + label:after, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield [type=checkbox]:checked + label:after, .gpnf-modal .gform_wrapper .top_label li.gfield [type=checkbox]:checked + label:after, .gpnf-modal .gform_wrapper .bottom_label li.gfield [type=checkbox]:checked + label:after {
  opacity: 1;
  /* visible */
}
#main .gform_wrapper .top_label li.gfield [type=radio]:not(:checked),
#main .gform_wrapper .top_label li.gfield [type=radio]:checked, #main .gform_wrapper .bottom_label li.gfield [type=radio]:not(:checked),
#main .gform_wrapper .bottom_label li.gfield [type=radio]:checked, .gpnf-nested-form .gform_wrapper .top_label li.gfield [type=radio]:not(:checked),
.gpnf-nested-form .gform_wrapper .top_label li.gfield [type=radio]:checked, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield [type=radio]:not(:checked),
.gpnf-nested-form .gform_wrapper .bottom_label li.gfield [type=radio]:checked, .gpnf-edit-form .gform_wrapper .top_label li.gfield [type=radio]:not(:checked),
.gpnf-edit-form .gform_wrapper .top_label li.gfield [type=radio]:checked, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield [type=radio]:not(:checked),
.gpnf-edit-form .gform_wrapper .bottom_label li.gfield [type=radio]:checked, .gpnf-modal .gform_wrapper .top_label li.gfield [type=radio]:not(:checked),
.gpnf-modal .gform_wrapper .top_label li.gfield [type=radio]:checked, .gpnf-modal .gform_wrapper .bottom_label li.gfield [type=radio]:not(:checked),
.gpnf-modal .gform_wrapper .bottom_label li.gfield [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
#main .gform_wrapper .top_label li.gfield [type=radio]:not(:checked) + label,
#main .gform_wrapper .top_label li.gfield [type=radio]:checked + label, #main .gform_wrapper .bottom_label li.gfield [type=radio]:not(:checked) + label,
#main .gform_wrapper .bottom_label li.gfield [type=radio]:checked + label, .gpnf-nested-form .gform_wrapper .top_label li.gfield [type=radio]:not(:checked) + label,
.gpnf-nested-form .gform_wrapper .top_label li.gfield [type=radio]:checked + label, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield [type=radio]:not(:checked) + label,
.gpnf-nested-form .gform_wrapper .bottom_label li.gfield [type=radio]:checked + label, .gpnf-edit-form .gform_wrapper .top_label li.gfield [type=radio]:not(:checked) + label,
.gpnf-edit-form .gform_wrapper .top_label li.gfield [type=radio]:checked + label, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield [type=radio]:not(:checked) + label,
.gpnf-edit-form .gform_wrapper .bottom_label li.gfield [type=radio]:checked + label, .gpnf-modal .gform_wrapper .top_label li.gfield [type=radio]:not(:checked) + label,
.gpnf-modal .gform_wrapper .top_label li.gfield [type=radio]:checked + label, .gpnf-modal .gform_wrapper .bottom_label li.gfield [type=radio]:not(:checked) + label,
.gpnf-modal .gform_wrapper .bottom_label li.gfield [type=radio]:checked + label {
  position: relative;
  padding-left: 30px;
  margin-left: 4px;
  display: block;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
}
#main .gform_wrapper .top_label li.gfield [type=radio]:not(:checked) + label:before,
#main .gform_wrapper .top_label li.gfield [type=radio]:checked + label:before, #main .gform_wrapper .bottom_label li.gfield [type=radio]:not(:checked) + label:before,
#main .gform_wrapper .bottom_label li.gfield [type=radio]:checked + label:before, .gpnf-nested-form .gform_wrapper .top_label li.gfield [type=radio]:not(:checked) + label:before,
.gpnf-nested-form .gform_wrapper .top_label li.gfield [type=radio]:checked + label:before, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield [type=radio]:not(:checked) + label:before,
.gpnf-nested-form .gform_wrapper .bottom_label li.gfield [type=radio]:checked + label:before, .gpnf-edit-form .gform_wrapper .top_label li.gfield [type=radio]:not(:checked) + label:before,
.gpnf-edit-form .gform_wrapper .top_label li.gfield [type=radio]:checked + label:before, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield [type=radio]:not(:checked) + label:before,
.gpnf-edit-form .gform_wrapper .bottom_label li.gfield [type=radio]:checked + label:before, .gpnf-modal .gform_wrapper .top_label li.gfield [type=radio]:not(:checked) + label:before,
.gpnf-modal .gform_wrapper .top_label li.gfield [type=radio]:checked + label:before, .gpnf-modal .gform_wrapper .bottom_label li.gfield [type=radio]:not(:checked) + label:before,
.gpnf-modal .gform_wrapper .bottom_label li.gfield [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #c3c3c3;
  background: #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#main .gform_wrapper .top_label li.gfield [type=radio]:not(:checked) + label:after,
#main .gform_wrapper .top_label li.gfield [type=radio]:checked + label:after, #main .gform_wrapper .bottom_label li.gfield [type=radio]:not(:checked) + label:after,
#main .gform_wrapper .bottom_label li.gfield [type=radio]:checked + label:after, .gpnf-nested-form .gform_wrapper .top_label li.gfield [type=radio]:not(:checked) + label:after,
.gpnf-nested-form .gform_wrapper .top_label li.gfield [type=radio]:checked + label:after, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield [type=radio]:not(:checked) + label:after,
.gpnf-nested-form .gform_wrapper .bottom_label li.gfield [type=radio]:checked + label:after, .gpnf-edit-form .gform_wrapper .top_label li.gfield [type=radio]:not(:checked) + label:after,
.gpnf-edit-form .gform_wrapper .top_label li.gfield [type=radio]:checked + label:after, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield [type=radio]:not(:checked) + label:after,
.gpnf-edit-form .gform_wrapper .bottom_label li.gfield [type=radio]:checked + label:after, .gpnf-modal .gform_wrapper .top_label li.gfield [type=radio]:not(:checked) + label:after,
.gpnf-modal .gform_wrapper .top_label li.gfield [type=radio]:checked + label:after, .gpnf-modal .gform_wrapper .bottom_label li.gfield [type=radio]:not(:checked) + label:after,
.gpnf-modal .gform_wrapper .bottom_label li.gfield [type=radio]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 3px;
  font-size: 0px;
  background-color: #005191;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .gform_wrapper .top_label li.gfield [type=radio]:not(:checked) + label:after, #main .gform_wrapper .bottom_label li.gfield [type=radio]:not(:checked) + label:after, .gpnf-nested-form .gform_wrapper .top_label li.gfield [type=radio]:not(:checked) + label:after, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield [type=radio]:not(:checked) + label:after, .gpnf-edit-form .gform_wrapper .top_label li.gfield [type=radio]:not(:checked) + label:after, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield [type=radio]:not(:checked) + label:after, .gpnf-modal .gform_wrapper .top_label li.gfield [type=radio]:not(:checked) + label:after, .gpnf-modal .gform_wrapper .bottom_label li.gfield [type=radio]:not(:checked) + label:after {
  opacity: 0;
  /* invisible */
}
#main .gform_wrapper .top_label li.gfield [type=radio]:checked + label:after, #main .gform_wrapper .bottom_label li.gfield [type=radio]:checked + label:after, .gpnf-nested-form .gform_wrapper .top_label li.gfield [type=radio]:checked + label:after, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield [type=radio]:checked + label:after, .gpnf-edit-form .gform_wrapper .top_label li.gfield [type=radio]:checked + label:after, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield [type=radio]:checked + label:after, .gpnf-modal .gform_wrapper .top_label li.gfield [type=radio]:checked + label:after, .gpnf-modal .gform_wrapper .bottom_label li.gfield [type=radio]:checked + label:after {
  opacity: 1;
  /* visible */
}
#main .gform_wrapper .top_label div.ginput_container, .gpnf-nested-form .gform_wrapper .top_label div.ginput_container, .gpnf-edit-form .gform_wrapper .top_label div.ginput_container, .gpnf-modal .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
#main .gform_wrapper li.hidden_label input, .gpnf-nested-form .gform_wrapper li.hidden_label input, .gpnf-edit-form .gform_wrapper li.hidden_label input, .gpnf-modal .gform_wrapper li.hidden_label input {
  margin-top: 0;
}
#main .gform_wrapper input[type=email], #main .gform_wrapper input[type=number], #main .gform_wrapper input[type=password], #main .gform_wrapper input[type=tel], #main .gform_wrapper input[type=text], #main .gform_wrapper input[type=url], #main .gform_wrapper textarea, .gpnf-nested-form .gform_wrapper input[type=email], .gpnf-nested-form .gform_wrapper input[type=number], .gpnf-nested-form .gform_wrapper input[type=password], .gpnf-nested-form .gform_wrapper input[type=tel], .gpnf-nested-form .gform_wrapper input[type=text], .gpnf-nested-form .gform_wrapper input[type=url], .gpnf-nested-form .gform_wrapper textarea, .gpnf-edit-form .gform_wrapper input[type=email], .gpnf-edit-form .gform_wrapper input[type=number], .gpnf-edit-form .gform_wrapper input[type=password], .gpnf-edit-form .gform_wrapper input[type=tel], .gpnf-edit-form .gform_wrapper input[type=text], .gpnf-edit-form .gform_wrapper input[type=url], .gpnf-edit-form .gform_wrapper textarea, .gpnf-modal .gform_wrapper input[type=email], .gpnf-modal .gform_wrapper input[type=number], .gpnf-modal .gform_wrapper input[type=password], .gpnf-modal .gform_wrapper input[type=tel], .gpnf-modal .gform_wrapper input[type=text], .gpnf-modal .gform_wrapper input[type=url], .gpnf-modal .gform_wrapper textarea {
  width: 100%;
  padding: 8px;
  font-size: 20px;
  border: 1px solid #b7b8b9;
  background-color: white;
}
#main .gform_wrapper .gfield_label, .gpnf-nested-form .gform_wrapper .gfield_label, .gpnf-edit-form .gform_wrapper .gfield_label, .gpnf-modal .gform_wrapper .gfield_label {
  margin-bottom: 2px;
  font-weight: normal;
  font-size: 20px;
}
#main .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered, .gpnf-nested-form .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered, .gpnf-edit-form .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered, .gpnf-modal .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 30px !important;
  padding-left: 10px !important;
  color: #404040 !important;
  line-height: 42px !important;
  font-size: 20px !important;
}
#main .gform_wrapper .select2-container .select2-selection--single, .gpnf-nested-form .gform_wrapper .select2-container .select2-selection--single, .gpnf-edit-form .gform_wrapper .select2-container .select2-selection--single, .gpnf-modal .gform_wrapper .select2-container .select2-selection--single {
  height: 42px !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border: 1px solid #b7b8b9 !important;
  padding-left: 0 !important;
  background-color: white !important;
}
#main .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b, .gpnf-nested-form .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b, .gpnf-edit-form .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b, .gpnf-modal .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #b7b8b9 transparent transparent transparent !important;
  border-width: 8px 6px 0 6px !important;
  margin-left: -6px !important;
  margin-top: -4px !important;
  display: block !important;
}
#main .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow, .gpnf-nested-form .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow, .gpnf-edit-form .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow, .gpnf-modal .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  width: 30px !important;
}
#main .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:before, .gpnf-nested-form .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:before, .gpnf-edit-form .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:before, .gpnf-modal .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  display: none !important;
}
#main .gform_wrapper.donate-form_wrapper, #main .gform_wrapper.login_form_wrapper, .gpnf-nested-form .gform_wrapper.donate-form_wrapper, .gpnf-nested-form .gform_wrapper.login_form_wrapper, .gpnf-edit-form .gform_wrapper.donate-form_wrapper, .gpnf-edit-form .gform_wrapper.login_form_wrapper, .gpnf-modal .gform_wrapper.donate-form_wrapper, .gpnf-modal .gform_wrapper.login_form_wrapper {
  max-width: 800px;
}
#main .gform_wrapper.donate-form_wrapper, .gpnf-nested-form .gform_wrapper.donate-form_wrapper, .gpnf-edit-form .gform_wrapper.donate-form_wrapper, .gpnf-modal .gform_wrapper.donate-form_wrapper {
  margin-top: 30px;
}
#main .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters, #main .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters, .gpnf-nested-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters, .gpnf-nested-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters, .gpnf-edit-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters, .gpnf-edit-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters, .gpnf-modal .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters, .gpnf-modal .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters {
  width: 75%;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* Hide the radio */
  /* Prepare the label */
  /* radio aspect */
  /* :before is for the box */
  /* Check symbol aspect */
}
#main .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters .gfield_radio, #main .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters .gfield_radio, .gpnf-nested-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters .gfield_radio, .gpnf-nested-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters .gfield_radio, .gpnf-edit-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters .gfield_radio, .gpnf-edit-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters .gfield_radio, .gpnf-modal .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters .gfield_radio, .gpnf-modal .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters .gfield_radio {
  margin-top: 0;
}
#main .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters .gfield_radio li, #main .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters .gfield_radio li, .gpnf-nested-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters .gfield_radio li, .gpnf-nested-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters .gfield_radio li, .gpnf-edit-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters .gfield_radio li, .gpnf-edit-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters .gfield_radio li, .gpnf-modal .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters .gfield_radio li, .gpnf-modal .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters .gfield_radio li {
  display: inline-block;
  vertical-align: top;
}
#main .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked),
#main .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:checked, #main .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked),
#main .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:checked, .gpnf-nested-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked),
.gpnf-nested-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:checked, .gpnf-nested-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked),
.gpnf-nested-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:checked, .gpnf-edit-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked),
.gpnf-edit-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:checked, .gpnf-edit-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked),
.gpnf-edit-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:checked, .gpnf-modal .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked),
.gpnf-modal .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:checked, .gpnf-modal .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked),
.gpnf-modal .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
#main .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label, #main .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label, .gpnf-nested-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label, .gpnf-nested-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label, .gpnf-edit-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label, .gpnf-edit-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label, .gpnf-modal .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label, .gpnf-modal .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label {
  height: 46px;
  width: 100px;
  margin-left: 0;
  padding-left: 0 !important;
  background-color: #dfdfdf;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:hover, #main .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:hover, .gpnf-nested-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:hover, .gpnf-nested-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:hover, .gpnf-edit-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:hover, .gpnf-edit-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:hover, .gpnf-modal .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:hover, .gpnf-modal .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:hover {
  background-color: #cacaca;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:checked + label, #main .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:checked + label, .gpnf-nested-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:checked + label, .gpnf-nested-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:checked + label, .gpnf-edit-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:checked + label, .gpnf-edit-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:checked + label, .gpnf-modal .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:checked + label, .gpnf-modal .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:checked + label {
  height: 46px;
  width: 100px;
  margin-left: 0;
  background-color: #005191;
  color: white;
  padding-left: 0 !important;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:before,
#main .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:checked + label:before, #main .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:before,
#main .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:checked + label:before, .gpnf-nested-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:before,
.gpnf-nested-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:checked + label:before, .gpnf-nested-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:before,
.gpnf-nested-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:checked + label:before, .gpnf-edit-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:before,
.gpnf-edit-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:checked + label:before, .gpnf-edit-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:before,
.gpnf-edit-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:checked + label:before, .gpnf-modal .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:before,
.gpnf-modal .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:checked + label:before, .gpnf-modal .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:before,
.gpnf-modal .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:checked + label:before {
  display: none;
}
#main .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:after,
#main .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:checked + label:after, #main .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:after,
#main .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:checked + label:after, .gpnf-nested-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:after,
.gpnf-nested-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:checked + label:after, .gpnf-nested-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:after,
.gpnf-nested-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:checked + label:after, .gpnf-edit-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:after,
.gpnf-edit-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:checked + label:after, .gpnf-edit-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:after,
.gpnf-edit-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:checked + label:after, .gpnf-modal .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:after,
.gpnf-modal .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:checked + label:after, .gpnf-modal .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label:after,
.gpnf-modal .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:checked + label:after {
  display: none;
}
#main .gform_wrapper .donate-form .top_label li.gfield.gf_right_one_quarter, #main .gform_wrapper .donate-form .bottom_label li.gfield.gf_right_one_quarter, .gpnf-nested-form .gform_wrapper .donate-form .top_label li.gfield.gf_right_one_quarter, .gpnf-nested-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_right_one_quarter, .gpnf-edit-form .gform_wrapper .donate-form .top_label li.gfield.gf_right_one_quarter, .gpnf-edit-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_right_one_quarter, .gpnf-modal .gform_wrapper .donate-form .top_label li.gfield.gf_right_one_quarter, .gpnf-modal .gform_wrapper .donate-form .bottom_label li.gfield.gf_right_one_quarter {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper .donate-form .top_label li.gfield.gf_right_one_quarter input, #main .gform_wrapper .donate-form .bottom_label li.gfield.gf_right_one_quarter input, .gpnf-nested-form .gform_wrapper .donate-form .top_label li.gfield.gf_right_one_quarter input, .gpnf-nested-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_right_one_quarter input, .gpnf-edit-form .gform_wrapper .donate-form .top_label li.gfield.gf_right_one_quarter input, .gpnf-edit-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_right_one_quarter input, .gpnf-modal .gform_wrapper .donate-form .top_label li.gfield.gf_right_one_quarter input, .gpnf-modal .gform_wrapper .donate-form .bottom_label li.gfield.gf_right_one_quarter input {
  width: 100%;
}
#main .gform_wrapper .donate-form .gform_footer, .gpnf-nested-form .gform_wrapper .donate-form .gform_footer, .gpnf-edit-form .gform_wrapper .donate-form .gform_footer, .gpnf-modal .gform_wrapper .donate-form .gform_footer {
  width: auto;
  padding-top: 0;
  margin-top: 40px;
  margin-bottom: -51px;
  margin-left: -51px;
  margin-right: -51px;
  border-top: 1px solid #bfbfbf;
  position: relative;
  text-align: center;
}
#main .gform_wrapper .donate-form .gform_footer .button, .gpnf-nested-form .gform_wrapper .donate-form .gform_footer .button, .gpnf-edit-form .gform_wrapper .donate-form .gform_footer .button, .gpnf-modal .gform_wrapper .donate-form .gform_footer .button {
  width: 100%;
  padding: 20px;
  padding-left: 50px;
  margin: 0;
  font-size: 30px;
  background-color: #fdca5d;
}
#main .gform_wrapper .donate-form .gform_footer .button:hover, .gpnf-nested-form .gform_wrapper .donate-form .gform_footer .button:hover, .gpnf-edit-form .gform_wrapper .donate-form .gform_footer .button:hover, .gpnf-modal .gform_wrapper .donate-form .gform_footer .button:hover {
  background-color: #539ed0;
}
#main .gform_wrapper .donate-form .gform_footer:before, .gpnf-nested-form .gform_wrapper .donate-form .gform_footer:before, .gpnf-edit-form .gform_wrapper .donate-form .gform_footer:before, .gpnf-modal .gform_wrapper .donate-form .gform_footer:before {
  content: "";
  height: 30px;
  width: 35px;
  margin-left: -140px;
  margin-top: -17px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../images/lock-icon.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}
#main .gform_wrapper .gform_heading, .gpnf-nested-form .gform_wrapper .gform_heading, .gpnf-edit-form .gform_wrapper .gform_heading, .gpnf-modal .gform_wrapper .gform_heading {
  font-size: 30px;
}
#main .gform_wrapper.login_form_wrapper .gform_footer, .gpnf-nested-form .gform_wrapper.login_form_wrapper .gform_footer, .gpnf-edit-form .gform_wrapper.login_form_wrapper .gform_footer, .gpnf-modal .gform_wrapper.login_form_wrapper .gform_footer {
  text-align: left;
}
#main .gform_wrapper .gform_footer, .gpnf-nested-form .gform_wrapper .gform_footer, .gpnf-edit-form .gform_wrapper .gform_footer, .gpnf-modal .gform_wrapper .gform_footer {
  padding: 0;
  padding-top: 20px;
  text-align: right;
}
#main .gform_wrapper .gform_footer .button, .gpnf-nested-form .gform_wrapper .gform_footer .button, .gpnf-edit-form .gform_wrapper .gform_footer .button, .gpnf-modal .gform_wrapper .gform_footer .button {
  min-width: 150px;
  margin-bottom: 0;
  margin-right: 0;
  text-align: center;
}
#main .gform_confirmation_wrapper, .gpnf-nested-form .gform_confirmation_wrapper, .gpnf-edit-form .gform_confirmation_wrapper, .gpnf-modal .gform_confirmation_wrapper {
  padding: 50px;
  background-color: #efefef;
  border: 1px solid #bfbfbf;
}
#main .gform_wrapper.gf_browser_chrome .gform_body, #main .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .gpnf-nested-form .gform_wrapper.gf_browser_chrome .gform_body, .gpnf-nested-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .gpnf-edit-form .gform_wrapper.gf_browser_chrome .gform_body, .gpnf-edit-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .gpnf-modal .gform_wrapper.gf_browser_chrome .gform_body, .gpnf-modal .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  width: 100%;
}
#main .gform_wrapper.gf_browser_chrome .gform_body.beside_submit, #main .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).beside_submit, .gpnf-nested-form .gform_wrapper.gf_browser_chrome .gform_body.beside_submit, .gpnf-nested-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).beside_submit, .gpnf-edit-form .gform_wrapper.gf_browser_chrome .gform_body.beside_submit, .gpnf-edit-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).beside_submit, .gpnf-modal .gform_wrapper.gf_browser_chrome .gform_body.beside_submit, .gpnf-modal .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).beside_submit {
  width: auto;
}
#main .gform_wrapper.gf_browser_chrome .gform_body.beside_submit .validation_message, #main .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).beside_submit .validation_message, .gpnf-nested-form .gform_wrapper.gf_browser_chrome .gform_body.beside_submit .validation_message, .gpnf-nested-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).beside_submit .validation_message, .gpnf-edit-form .gform_wrapper.gf_browser_chrome .gform_body.beside_submit .validation_message, .gpnf-edit-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).beside_submit .validation_message, .gpnf-modal .gform_wrapper.gf_browser_chrome .gform_body.beside_submit .validation_message, .gpnf-modal .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).beside_submit .validation_message {
  position: absolute;
}

.gpnf-dialog .gform_wrapper .gform_heading {
  display: none;
}

.gpnf-nested-form .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gpnf-nested-form .gform_wrapper .gform_body textarea, .gpnf-edit-form .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gpnf-edit-form .gform_wrapper .gform_body textarea {
  width: 100%;
  padding: 8px;
  font-size: 20px;
  border: 1px solid #b7b8b9;
  background-color: white;
  background-color: white;
}
.gpnf-nested-form .gform_wrapper .gform_body .select2-container .select2-selection--single, .gpnf-edit-form .gform_wrapper .gform_body .select2-container .select2-selection--single {
  background-color: white !important;
}

.select2-container.select2-container--default {
  z-index: 99999;
}

body img.gform_ajax_spinner {
  display: none !important;
}

/* =======================================
	Responsiveness
======================================= */
@media screen and (max-width: 1600px) {
  .content-wrapper {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1400px) {
  .content-wrapper {
    padding: 0 30px;
  }

  .upper-header-wrapper {
    padding-left: 30px;
  }

  #alice-districts #alice-house-senate-select {
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  #alice-districts #alice-district-form {
    width: 50%;
  }

  #alice-districts #alice-district-results {
    width: 100%;
    border-top: 1px solid #404040;
    border-left: 0px solid white;
  }
}
@media screen and (max-width: 1280px) {
  #advocacy-header .advocacy-header-section.left, #advocacy-header .advocacy-header-section.right {
    padding: 30px;
  }

  .alice-sub-title .alice-sub-title-large-letter {
    font-size: 42px;
  }

  .alice-sub-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1150px) {
  .get-help-title img {
    height: 80px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #primary, #secondary {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #home-social .social-item {
    padding: 0 10px;
  }

  #advocacy-header .advocacy-header-section.left, #advocacy-header .advocacy-header-section.right {
    width: 100%;
    height: auto !important;
  }

  .column-wrapper .column.quarter {
    width: 50%;
  }

  .alice-sub-title {
    margin-bottom: 5px;
    display: block;
    line-height: 0.9;
  }

  #footer .upper-footer:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  #footer .upper-footer .content-wrapper {
    height: auto;
    display: inline-block;
    vertical-align: middle;
  }
  #footer .upper-footer .content-wrapper:before {
    display: none;
  }

  .primary-secondary-wrapper .wp-block-image .alignleft, .primary-secondary-wrapper .wp-block-image .alignright, .primary-secondary-wrapper .wp-block-image .aligncenter {
    margin: 50px auto;
    float: none;
  }
  .primary-secondary-wrapper .wp-block-image.mobile-left .alignleft, .primary-secondary-wrapper .wp-block-image.mobile-left .alignright, .primary-secondary-wrapper .wp-block-image.mobile-left .aligncenter {
    margin-left: 20px;
  }
  .primary-secondary-wrapper .wp-block-image.mobile-left.no-shadow .alignleft, .primary-secondary-wrapper .wp-block-image.mobile-left.no-shadow .alignright, .primary-secondary-wrapper .wp-block-image.mobile-left.no-shadow .aligncenter {
    margin-left: 0;
  }
  .primary-secondary-wrapper .wp-block-image.no-shadow .alignleft, .primary-secondary-wrapper .wp-block-image.no-shadow .alignright, .primary-secondary-wrapper .wp-block-image.no-shadow .aligncenter {
    margin: 20px auto;
  }

  .staff-wrapper .staff {
    padding: 20px;
    width: 50%;
  }

  .page-content.alice-about-content {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  .alice-about-video {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 30px;
  }

  .committee-wrapper .committee-member {
    width: 33.33%;
  }

  #pa-state-map {
    width: 100%;
    padding-right: 0;
    float: none;
  }

  #pa-county-maps, #pa-county-maps-load {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
    float: none;
  }

  #pa-county-maps .county-map-wrapper .map {
    height: auto !important;
  }

  .map-wrapper .map-start {
    text-align: center;
  }

  #footer .footer-address {
    width: 50%;
  }

  #footer .footer-newsletter {
    width: 50%;
  }

  #footer .footer-newsletter .gform_wrapper h3.gform_title {
    text-align: right;
  }

  #footer .footer-social {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }

  .get-help-title {
    margin-bottom: -10px;
    font-size: 80px;
  }
  .get-help-title img {
    margin-top: 8px;
  }
}
@media screen and (max-width: 900px) {
  #home-programs .program-image, #programs .program-image {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
    text-align: center;
  }
  #home-programs .program-image img, #programs .program-image img {
    display: inline-block;
  }

  #home-programs .program-content, #programs .program-content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  #home-columns .column {
    width: 100%;
    height: auto !important;
    padding: 40px;
  }

  .primary-secondary-wrapper {
    margin-right: 0;
  }

  #primary {
    float: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #secondary {
    width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 40px;
    margin-right: 0;
    float: none;
  }

  #media-toolbox-header .media-toolbox-header-section.left, #media-toolbox-header .media-toolbox-header-section.right {
    width: 100%;
    height: auto !important;
    padding: 30px;
  }

  .board-wrapper .board-member {
    width: 50%;
  }

  .committee-wrapper .committee-member {
    width: 50%;
  }

  .get-help-title {
    font-size: 60px;
  }
  .get-help-title img {
    height: 70px;
    margin-left: 30px;
    margin-top: 0;
  }
}
@media screen and (max-width: 800px) {
  #home-search h2 {
    font-size: 72px;
  }

  .content-wrapper {
    padding: 0 20px;
  }

  #home-slideshow .slide {
    padding: 40px 80px;
  }

  #home-slideshow .slide .slide-content-wrapper {
    opacity: 1 !important;
  }

  #home-slideshow .slide .slide-content-wrapper .slide-title {
    font-size: 32px;
  }

  #wrapper {
    margin-bottom: 0;
  }

  .newsletter-tab-wrapper .file-wrapper .file-column {
    width: 100%;
  }

  .page-header h1 {
    font-size: 80px;
    line-height: 76px;
  }

  .column-wrapper .column.third {
    width: 50%;
  }

  .alice-sub-title {
    margin-bottom: 6px;
    font-size: 22px;
  }

  .alice-sub-title .alice-sub-title-large-letter {
    font-size: 34px;
  }

  #alice-districts #alice-house-senate-select {
    border-right: 0px solid white;
    border-bottom: 1px solid #404040;
  }

  #alice-districts #alice-district-form {
    min-height: 0;
  }

  #alice-districts #alice-house-senate-select, #alice-districts #alice-district-form {
    width: 100%;
  }

  #alice-districts #alice-district-results .alice-district-results-wrapper .alice-pdf-item {
    width: 50%;
  }

  #alice-districts #alice-house-senate-select .alice-house-senate-select-title:before, #alice-districts #alice-house-senate-select .alice-house-senate-select-title:after {
    display: none;
  }

  #alice-district-results {
    position: relative;
    top: -1px;
  }

  #footer, #push {
    height: auto;
  }

  #footer .upper-footer {
    height: auto;
  }

  #footer .lower-footer {
    height: auto;
    padding: 10px 0;
  }

  #footer .footer-address {
    width: 100%;
    padding-top: 30px;
    margin-bottom: 20px;
    text-align: center;
  }

  #footer .footer-newsletter {
    width: 100%;
  }

  #footer .footer-newsletter .gform_wrapper h3.gform_title {
    text-align: center;
  }

  #footer .footer-social {
    margin-top: 20px;
    padding-bottom: 30px;
  }

  .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image .aligncenter {
    margin: 50px auto;
    float: none;
  }
  .wp-block-image.mobile-left .alignleft, .wp-block-image.mobile-left .alignright, .wp-block-image.mobile-left .aligncenter {
    margin-left: 20px;
  }
  .wp-block-image.mobile-left.no-shadow .alignleft, .wp-block-image.mobile-left.no-shadow .alignright, .wp-block-image.mobile-left.no-shadow .aligncenter {
    margin-left: 0;
  }
  .wp-block-image.no-shadow .alignleft, .wp-block-image.no-shadow .alignright, .wp-block-image.no-shadow .aligncenter {
    margin: 20px auto;
  }

  #alice-videos .video {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  #secondary-nav {
    display: none;
  }

  .upper-header-wrapper {
    padding: 0 20px;
  }

  .lower-header-wrapper .lower-header {
    padding-top: 0px;
  }

  #branding {
    text-align: center;
    font-size: 0;
  }

  #branding .site-logo {
    width: 60%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-size: 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #branding .site-logo img {
    width: 180px;
  }

  #branding .menu-button {
    width: 40%;
    margin-left: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  #primary-nav {
    text-align: left;
  }
}
@media screen and (max-width: 680px) {
  .get-help-title {
    padding-top: 85px;
    position: relative;
    text-align: center;
  }
  .get-help-title img {
    height: auto;
    width: 250px;
    margin-left: -125px;
    position: absolute;
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 641px) {
  #main .gform_wrapper.gravity-theme .ginput_complex span {
    margin-bottom: 0;
  }

  #main .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    min-height: 0;
    line-height: 1;
  }

  #main .gform_wrapper.gravity-theme .ginput_container_address .ginput_right, #main .gform_wrapper.gravity-theme .ginput_container_address .ginput_left {
    flex: 100%;
  }

  #main .gform_wrapper.gravity-theme .ginput_container_address .address_city, #main .gform_wrapper.gravity-theme .ginput_container_address .address_state {
    padding: 0;
    margin-bottom: 25px !important;
  }

  #main .gform_wrapper.gravity-theme .ginput_container_address .address_zip {
    padding: 0;
  }

  #main .gform_wrapper.gravity-theme .ginput_complex.ginput_container_email {
    gap: 25px;
  }

  #main .gform_wrapper.gravity-theme .ginput_card_expiration_container {
    gap: 25px;
  }

  #main .gform_wrapper.gravity-theme .ginput_cardextras {
    gap: 25px;
  }

  #main .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    min-height: 0;
    line-height: 1.2;
  }

  #main .gform_wrapper li.gfield .address_city {
    padding-right: 0;
  }

  #main .gform_wrapper li.gfield .address_city, #main .gform_wrapper li.gfield .address_state {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }

  #main .gform_wrapper li.gfield .address_zip {
    width: auto;
    padding-left: 0;
  }

  #main .gform_wrapper .gform_body .half-width, #main .gform_wrapper .gform_body .top_label li.gfield.gf_left_half, #main .gform_wrapper .gform_body .top_label li.gfield.gf_right_half, #main .gform_wrapper .gform_body .top_label li.gfield.gf_left_third, #main .gform_wrapper .gform_body .top_label li.gfield.gf_middle_third, #main .gform_wrapper .gform_body .top_label li.gfield.gf_right_third, #main .gform_wrapper .gform_body .address_state, #main .gform_wrapper .gform_body .address_city, #main .gform_wrapper .gform_body .address_zip, #main .gform_wrapper .gform_body .ginput_cardinfo_left, #main .gform_wrapper .gform_body .ginput_cardinfo_right, .gpnf-nested-form .gform_wrapper .gform_body .half-width, .gpnf-nested-form .gform_wrapper .gform_body .top_label li.gfield.gf_left_half, .gpnf-nested-form .gform_wrapper .gform_body .top_label li.gfield.gf_right_half, .gpnf-nested-form .gform_wrapper .gform_body .top_label li.gfield.gf_left_third, .gpnf-nested-form .gform_wrapper .gform_body .top_label li.gfield.gf_middle_third, .gpnf-nested-form .gform_wrapper .gform_body .top_label li.gfield.gf_right_third, .gpnf-nested-form .gform_wrapper .gform_body .address_state, .gpnf-nested-form .gform_wrapper .gform_body .address_city, .gpnf-nested-form .gform_wrapper .gform_body .address_zip, .gpnf-nested-form .gform_wrapper .gform_body .ginput_cardinfo_left, .gpnf-nested-form .gform_wrapper .gform_body .ginput_cardinfo_right, .gpnf-edit-form .gform_wrapper .gform_body .half-width, .gpnf-edit-form .gform_wrapper .gform_body .top_label li.gfield.gf_left_half, .gpnf-edit-form .gform_wrapper .gform_body .top_label li.gfield.gf_right_half, .gpnf-edit-form .gform_wrapper .gform_body .top_label li.gfield.gf_left_third, .gpnf-edit-form .gform_wrapper .gform_body .top_label li.gfield.gf_middle_third, .gpnf-edit-form .gform_wrapper .gform_body .top_label li.gfield.gf_right_third, .gpnf-edit-form .gform_wrapper .gform_body .address_state, .gpnf-edit-form .gform_wrapper .gform_body .address_city, .gpnf-edit-form .gform_wrapper .gform_body .address_zip, .gpnf-edit-form .gform_wrapper .gform_body .ginput_cardinfo_left, .gpnf-edit-form .gform_wrapper .gform_body .ginput_cardinfo_right {
    width: 100% !important;
    margin-bottom: 25px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #main .gform_wrapper .gform_body .ginput_cardinfo_right, .gpnf-nested-form .gform_wrapper .gform_body .ginput_cardinfo_right, .gpnf-edit-form .gform_wrapper .gform_body .ginput_cardinfo_right {
    margin-bottom: 0;
  }

  #main .gform_wrapper li.gfield.auto-width input[type=email], #main .gform_wrapper li.gfield.auto-width input[type=number], #main .gform_wrapper li.gfield.auto-width input[type=password], #main .gform_wrapper li.gfield.auto-width input[type=tel], #main .gform_wrapper li.gfield.auto-width input[type=text], #main .gform_wrapper li.gfield.auto-width input[type=url], #main .gform_wrapper li.gfield.auto-width textarea {
    width: 100%;
  }

  #main .gform_wrapper .gfield_checkbox li, #main .gform_wrapper .gfield_radio li {
    margin-bottom: 8px;
  }

  #main .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters, #main .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters, .gpnf-nested-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters, .gpnf-nested-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters, .gpnf-edit-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters, .gpnf-edit-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters {
    width: 100%;
    padding-right: 0;
    margin-bottom: 17px;
  }
  #main .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters ul, #main .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters ul, .gpnf-nested-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters ul, .gpnf-nested-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters ul, .gpnf-edit-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters ul, .gpnf-edit-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters ul {
    margin-bottom: 0;
  }

  #main .gform_wrapper .donate-form .top_label li.gfield.gf_right_one_quarter, #main .gform_wrapper .donate-form .bottom_label li.gfield.gf_right_one_quarter, .gpnf-nested-form .gform_wrapper .donate-form .top_label li.gfield.gf_right_one_quarter, .gpnf-nested-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_right_one_quarter, .gpnf-edit-form .gform_wrapper .donate-form .top_label li.gfield.gf_right_one_quarter, .gpnf-edit-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_right_one_quarter {
    width: 100%;
    padding-left: 0;
  }

  #main .gform_wrapper .top_label li.gfield .address_city, #main .gform_wrapper .bottom_label li.gfield .address_city, .gpnf-nested-form .gform_wrapper .top_label li.gfield .address_city, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .address_city, .gpnf-edit-form .gform_wrapper .top_label li.gfield .address_city, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .address_city {
    margin-bottom: 25px;
    padding: 0;
  }

  #main .gform_wrapper .top_label li.gfield .address_state, #main .gform_wrapper .bottom_label li.gfield .address_state, .gpnf-nested-form .gform_wrapper .top_label li.gfield .address_state, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .address_state, .gpnf-edit-form .gform_wrapper .top_label li.gfield .address_state, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .address_state {
    width: 100%;
    margin-bottom: 25px;
    padding: 0;
  }

  #main .gform_wrapper .top_label li.gfield .address_zip, #main .gform_wrapper .bottom_label li.gfield .address_zip, .gpnf-nested-form .gform_wrapper .top_label li.gfield .address_zip, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .address_zip, .gpnf-edit-form .gform_wrapper .top_label li.gfield .address_zip, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .address_zip {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  #main .gform_wrapper li.gfield.gf_left_half {
    width: 100%;
    padding-right: 0;
  }

  #main .gform_wrapper li.gfield.gf_right_half {
    width: 100%;
    padding-left: 0;
  }

  #main .gform_wrapper li.gfield.beside_submit {
    position: static;
  }

  #main .gform_wrapper .gform_footer {
    padding-top: 10px;
  }

  #main .gform_wrapper {
    padding: 30px;
  }

  #main .gform_wrapper .donate-form .gform_footer, .gpnf-nested-form .gform_wrapper .donate-form .gform_footer, .gpnf-edit-form .gform_wrapper .donate-form .gform_footer {
    margin-left: -31px;
    margin-right: -31px;
    margin-bottom: -31px;
  }

  body .gpnf-dialog .ui-dialog-content {
    padding: 20px;
  }

  #home-search h2 {
    font-size: 60px;
  }

  .press-release-wrapper .press-release .press-release-title {
    line-height: 1.2;
  }

  .column-wrapper {
    margin: -10px;
  }
  .column-wrapper .column {
    padding: 10px;
  }
  .column-wrapper .column.half, .column-wrapper .column.third, .column-wrapper .column.quarter {
    width: 100%;
  }

  .page-header {
    padding-top: 60px;
  }

  .page-header h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .location-search-total-content {
    padding-right: 0;
    text-align: center;
  }

  .location-search {
    position: relative;
    margin-top: 20px;
    top: auto;
    left: auto;
  }

  .acf-map {
    height: 350px;
  }

  #main .gform_wrapper .top_label li.gfield.beside_submit, #main .gform_wrapper .bottom_label li.gfield.beside_submit, .gpnf-nested-form .gform_wrapper .top_label li.gfield.beside_submit, .gpnf-nested-form .gform_wrapper .bottom_label li.gfield.beside_submit, .gpnf-edit-form .gform_wrapper .top_label li.gfield.beside_submit, .gpnf-edit-form .gform_wrapper .bottom_label li.gfield.beside_submit {
    margin-bottom: 25px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  #footer .lower-footer {
    padding: 15px 0;
  }

  #footer .footer-copyright {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }

  #footer #round4 {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  #home-search, #home-programs, #home-social {
    padding: 40px 0;
  }

  #programs {
    padding-top: 0;
    padding-bottom: 40px;
  }

  #home-slideshow .slide {
    padding: 30px 60px;
  }

  #home-slideshow .slide .slide-content-wrapper {
    padding: 20px;
  }

  #home-slideshow .slide .slide-content-wrapper .slide-title {
    font-size: 28px;
  }

  #home-slideshow .slide .slide-content-wrapper .slide-content {
    line-height: 1.1;
  }

  #home-programs .program-content .program-title, #programs .program-content .program-title {
    font-size: 32px;
  }

  #home-social .social-box {
    margin: 0 -10px;
    padding: 0;
  }

  #home-social .home-social-buttons {
    display: none;
  }

  #home-social .home-social-select {
    display: block;
  }

  .board-wrapper .board-member {
    width: 100%;
  }

  .staff-wrapper .staff {
    width: 100%;
  }

  .committee-wrapper .committee-member {
    width: 100%;
  }

  .accordion .accordion-header {
    padding-right: 60px;
    font-size: 22px;
  }
  .accordion .accordion-header:before {
    right: 11px;
  }
  .accordion .accordion-header:after {
    right: 15px;
  }

  .page-header h1 {
    line-height: 52px;
    font-size: 50px;
  }

  .zip-results .zip-result-location {
    padding: 20px;
  }

  .calendar-event-wrapper .calendar-item .calendar-item-more-info {
    margin-top: 20px;
    position: relative;
    top: auto;
    right: auto;
  }

  .calendar-event-wrapper .calendar-item a {
    padding: 20px;
  }

  #home-columns .column {
    padding: 20px;
  }

  #home-columns .column h3 {
    font-size: 32px;
  }

  #home-columns .alice-countdown .column-content {
    font-size: 34px;
  }

  #home-search h2 {
    font-size: 40px;
  }

  #media-toolbox-header .media-toolbox-header-section.right h2, #media-toolbox-header .media-toolbox-header-section.left h2 {
    font-size: 24px;
  }

  .committee-wrapper .committee-name, .calendar-event-wrapper .calendar-item .calendar-item-title {
    line-height: 1.2;
  }

  .calendar-event-wrapper .calendar-item .calendar-item-date span {
    display: block;
  }
  .calendar-event-wrapper .calendar-item .calendar-item-date .sep {
    display: none;
  }

  .post.error404.not-found {
    text-align: center;
  }
  .post.error404.not-found h2 {
    font-size: 45px;
  }

  .alice-nav ul li {
    display: block;
    text-align: center;
  }
  .alice-nav ul li a {
    padding: 10px;
  }

  #alice-reports .alice-report-wrapper {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #home-search #zip_code {
    width: 218px;
  }

  #home-slideshow .slide {
    padding: 30px;
  }

  #home-programs .content-wrapper, #programs .content-wrapper {
    padding: 0 20px;
  }

  .lower-header-wrapper {
    width: 100%;
    left: -100%;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }

  #home-columns .alice-countdown .alice-text {
    font-size: 60px;
  }

  #home-columns .alice-countdown .column-content {
    font-size: 40px;
  }

  #advocacy-header .advocacy-header-section.left span {
    font-size: 24px;
  }

  .accordion .accordion-content-wrapper .accordion-content {
    padding: 20px;
  }

  #main .gform_wrapper {
    padding: 20px;
  }

  #main .gform_wrapper .donate-form .gform_footer, .gpnf-nested-form .gform_wrapper .donate-form .gform_footer, .gpnf-edit-form .gform_wrapper .donate-form .gform_footer {
    margin-left: -21px;
    margin-right: -21px;
    margin-bottom: -21px;
  }

  #main .gform_wrapper .donate-form .gform_footer::before, .gpnf-nested-form .gform_wrapper .donate-form .gform_footer::before, .gpnf-edit-form .gform_wrapper .donate-form .gform_footer::before {
    display: none;
  }

  #main .gform_wrapper .donate-form .gform_footer .button, .gpnf-nested-form .gform_wrapper .donate-form .gform_footer .button, .gpnf-edit-form .gform_wrapper .donate-form .gform_footer .button {
    padding: 10px;
    font-size: 22px;
  }

  #main .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label, #main .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label, .gpnf-nested-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label, .gpnf-nested-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label, .gpnf-edit-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label, .gpnf-edit-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:not(:checked) + label {
    width: 75px;
  }

  #main .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:checked + label, #main .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:checked + label, .gpnf-nested-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:checked + label, .gpnf-nested-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:checked + label, .gpnf-edit-form .gform_wrapper .donate-form .top_label li.gfield.gf_left_three_quarters [type=radio]:checked + label, .gpnf-edit-form .gform_wrapper .donate-form .bottom_label li.gfield.gf_left_three_quarters [type=radio]:checked + label {
    width: 75px;
  }

  .newsletter-tab-wrapper .newsletter-tab-headers .tab-header {
    font-size: 21px;
  }

  .page-header h1 {
    font-size: 40px;
    line-height: 46px;
  }

  .get-help-title {
    font-size: 40px;
  }

  .below-threshold-bar-wrapper .below-threshold-bar {
    width: 200px;
  }

  #alice-districts #alice-district-results .alice-district-results-wrapper .alice-pdf-item {
    width: 100%;
  }

  #footer .footer-social ul li {
    margin-left: 15px;
  }

  .tooltips .tooltip .tooltip-data-label {
    width: 140px;
  }
}
@media screen and (max-width: 380px) {
  .below-threshold-bar-wrapper .below-threshold-bar {
    width: 150px;
  }

  .below-threshold-bar-wrapper .below-threshold-percentage {
    font-size: 20px;
  }
}

/*# sourceMappingURL=global.css.map */
