@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   Additions
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap");
* {
  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=====*/
/*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;
  background-color: #eaeaea;
}

#page {
  height: 100%;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
}

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

#main {
  padding-left: 300px;
  padding-top: 80px;
  overflow: hidden;
  clear: both;
  background-color: #eaeaea;
}

#primary {
  width: 100%;
  padding: 50px 0;
  float: left;
  overflow: hidden;
}

#secondary {
  width: 400px;
  float: right;
  padding: 50px 0 50px 60px;
  margin-right: -460px;
}

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

/*=======================
	PAGE
=========================*/
/*=======================
	HEADER
=========================*/
#branding {
  height: 80px;
  padding: 0 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  font-size: 0;
  z-index: 9997;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
#branding:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#branding .site-logo {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}
#branding .welcome-notice {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  font-size: 18px;
}
#branding .welcome-notice .sep {
  margin: 0 8px;
  line-height: 30px;
  border-right: 1px solid #e0e0e0;
}
#branding .welcome-notice a {
  color: #ee2e24;
}
#branding .welcome-notice a:hover {
  text-decoration: underline;
}

#header-nav {
  width: 300px;
  position: fixed;
  top: 80px;
  left: 0;
  bottom: 0;
  background-color: #2f475d;
  overflow: auto;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  z-index: 9996;
}
#header-nav .nav-wrapper {
  padding: 50px 0;
}

/*=======================
	NAV
=========================*/
#primary-nav {
  display: block;
}
#primary-nav ul {
  margin: 0;
}
#primary-nav ul li a {
  padding: 15px 50px;
  padding-left: 85px;
  display: block;
  position: relative;
  color: white;
  font-size: 24px;
  -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: #8cc1e0;
}
#primary-nav ul li a:hover .nav-icon {
  opacity: 0;
}
#primary-nav ul li a:hover .nav-icon-hover {
  opacity: 1;
}
#primary-nav ul li a .nav-icon, #primary-nav ul li a .nav-icon-hover {
  width: 26px;
  height: 26px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  left: 50px;
  font-size: 0;
  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;
}
#primary-nav ul li a .nav-icon:before, #primary-nav ul li a .nav-icon-hover:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#primary-nav ul li a .nav-icon img, #primary-nav ul li a .nav-icon-hover img {
  vertical-align: middle;
}
#primary-nav ul li a .nav-icon {
  opacity: 1;
}
#primary-nav ul li a .nav-icon-hover {
  opacity: 0;
}
#primary-nav ul li.current-menu-item > a, #primary-nav ul li.current_page_ancestor > a, #primary-nav ul li.current_page_parent > a, #primary-nav ul li.current-page-ancestor > a, #primary-nav ul li.current-page-item > a, #primary-nav ul li.current_page_item > a, #primary-nav ul li.current-menu-parent > a {
  color: #8cc1e0;
}
#primary-nav ul li.current-menu-item > a:after, #primary-nav ul li.current_page_ancestor > a:after, #primary-nav ul li.current_page_parent > a:after, #primary-nav ul li.current-page-ancestor > a:after, #primary-nav ul li.current-page-item > a:after, #primary-nav ul li.current_page_item > a:after, #primary-nav ul li.current-menu-parent > a:after {
  content: "";
  height: 26px;
  width: 5px;
  margin-top: -13px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #8cc1e0;
}
#primary-nav ul li.current-menu-item > a .nav-icon, #primary-nav ul li.current_page_ancestor > a .nav-icon, #primary-nav ul li.current_page_parent > a .nav-icon, #primary-nav ul li.current-page-ancestor > a .nav-icon, #primary-nav ul li.current-page-item > a .nav-icon, #primary-nav ul li.current_page_item > a .nav-icon, #primary-nav ul li.current-menu-parent > a .nav-icon {
  opacity: 0;
}
#primary-nav ul li.current-menu-item > a .nav-icon-hover, #primary-nav ul li.current_page_ancestor > a .nav-icon-hover, #primary-nav ul li.current_page_parent > a .nav-icon-hover, #primary-nav ul li.current-page-ancestor > a .nav-icon-hover, #primary-nav ul li.current-page-item > a .nav-icon-hover, #primary-nav ul li.current_page_item > a .nav-icon-hover, #primary-nav ul li.current-menu-parent > a .nav-icon-hover {
  opacity: 1;
}
#primary-nav ul li.current-menu-item > a:hover, #primary-nav ul li.current_page_ancestor > a:hover, #primary-nav ul li.current_page_parent > a:hover, #primary-nav ul li.current-page-ancestor > a:hover, #primary-nav ul li.current-page-item > a:hover, #primary-nav ul li.current_page_item > a:hover, #primary-nav ul li.current-menu-parent > a:hover {
  color: #8cc1e0;
}
#primary-nav ul li.menu-item-has-children {
  position: relative;
}
#primary-nav ul li.menu-item-has-children .sub-menu {
  max-height: 0;
  position: absolute;
  opacity: 0;
  z-index: 10000;
  overflow: hidden;
  -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;
}
#primary-nav ul li.menu-item-has-children .sub-menu li {
  min-width: 200px;
  float: none;
}
#primary-nav ul li.menu-item-has-children .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
  opacity: 0;
}
#primary-nav ul li.menu-item-has-children .sub-menu li:hover {
  opacity: 1;
}
#primary-nav ul li.menu-item-has-children:after {
  content: "▼";
  font-size: 0.5em;
  display: block;
  position: absolute;
  top: 38%;
  right: 12%;
}
#primary-nav ul li:hover .sub-menu {
  max-height: 5000px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/*=======================
	BANNER
=========================*/
/*=======================
	CONTENT
=========================*/
/*====TYPOGRAPHY====*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  color: #2f475d;
  font-weight: normal;
}

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

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

h1 {
  font-size: 35px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 21px;
}

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

a {
  text-decoration: none;
}

.content-wrapper {
  overflow: hidden;
  position: relative;
}
.content-wrapper .attachment-featured {
  width: 100%;
}
.content-wrapper .post-thumbnail {
  float: left;
}
.content-wrapper .entry-content li {
  padding-bottom: 6px;
}
.content-wrapper .entry-content li:last-child {
  padding-bottom: 0;
}
.content-wrapper .article-wrapper article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.content-wrapper .article-wrapper article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px solid white;
}
.content-wrapper .article-wrapper article p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.content-block {
  padding: 40px;
  margin: 30px 0;
  overflow: auto;
  background-color: white;
  border: 1px solid #a8a8a8;
}
.content-block:first-child {
  margin-top: 0;
}
.content-block:last-child {
  margin-bottom: 0;
}
.content-block a {
  color: #2f475d;
}
.content-block a:hover {
  text-decoration: underline;
}
.content-block .button {
  background-color: #e3f1ea;
}
.content-block .button:hover {
  text-decoration: none;
  background-color: #2f475d;
  color: white;
}
.content-block table[data-sortable] th {
  padding: 10px 8px;
  position: relative;
}
.content-block table[data-sortable] td {
  padding: 0;
}
.content-block table:last-child {
  margin-bottom: 0;
}
.content-block table thead th {
  padding: 10px 8px;
  font-size: 20px;
  font-weight: bold;
  color: #2f475d;
  text-align: left;
  white-space: nowrap;
}
.content-block table thead th div:after {
  content: "";
  width: 7px;
  height: 10px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.content-block table thead th span {
  vertical-align: middle;
}
.content-block table thead th.tablesorter-header {
  cursor: pointer;
}
.content-block table thead th.tablesorter-header.sorter-false {
  cursor: default;
}
.content-block table thead th.tablesorter-header.sorter-false div:after {
  display: none;
}
.content-block table thead th.tablesorter-headerUnSorted div:after {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.1/css/images/black-unsorted.gif");
}
.content-block table thead th.tablesorter-headerAsc div:after {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.1/css/images/black-asc.gif");
}
.content-block table thead th.tablesorter-headerDesc div:after {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.1/css/images/black-desc.gif");
}
.content-block table tbody {
  position: relative;
}
.content-block table tbody:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  background-color: white;
}
.content-block table tbody tr.hidden {
  display: none;
}
.content-block table tbody tr:hover td a:hover {
  text-decoration: none;
}
.content-block table tbody tr.link-hover a {
  background-color: #8cc1e0;
  color: white;
}
.content-block table tbody tr.link-hover a:hover {
  text-decoration: none;
}
.content-block table tbody tr .registrant-trash {
  padding: 10px 8px;
  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;
}
.content-block table tbody tr .registrant-trash:hover {
  background-color: #8cc1e0;
  color: white;
}
.content-block table tbody tr td {
  padding: 0;
  border-top: 1px solid #d7d7d7;
  font-size: 16px;
  color: #2d2d2d;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-block table tbody tr td.right-align {
  text-align: right;
}
.content-block table tbody tr td a {
  padding: 10px 8px;
  display: block;
  color: #2d2d2d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-actions {
  text-align: right;
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  justify-content: end;
}
.header-actions form {
  display: inline-block;
  vertical-align: middle;
}

.search-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.search-box input {
  padding: 5px 8px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #2f475d;
  outline: 0px solid white;
  background-color: white;
  text-align: left;
  font-size: 20px;
  line-height: 1;
}
.search-box .search-submit {
  height: 32px;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  background-color: #2f475d;
  position: relative;
  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;
}
.search-box .search-submit:hover {
  background-color: #8cc1e0;
}
.search-box .search-submit:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/magnifying-glass.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.member-header, .lead-header, .event-header {
  padding-right: 280px;
  position: relative;
}
.member-header .member-header-control, .member-header .lead-header-control, .member-header .event-header-control, .lead-header .member-header-control, .lead-header .lead-header-control, .lead-header .event-header-control, .event-header .member-header-control, .event-header .lead-header-control, .event-header .event-header-control {
  position: absolute;
  top: -2px;
  right: 0;
}
.member-header .member-header-control .button, .member-header .lead-header-control .button, .member-header .event-header-control .button, .lead-header .member-header-control .button, .lead-header .lead-header-control .button, .lead-header .event-header-control .button, .event-header .member-header-control .button, .event-header .lead-header-control .button, .event-header .event-header-control .button {
  margin-left: 20px;
}

.member-details .member-contact-info {
  width: 40%;
  padding-right: 50px;
  float: left;
}
.member-details .member-additional-info {
  overflow: hidden;
}
.member-details .member-details-rows-wrapper {
  display: table;
}
.member-details .member-detail-row {
  display: table-row;
  word-break: break-word;
}
.member-details .member-detail-label {
  padding: 3px 0;
  padding-right: 6px;
  display: table-cell;
  font-weight: bold;
  text-align: right;
  word-break: keep-all;
  white-space: nowrap;
}
.member-details .member-detail {
  padding: 3px 0;
  padding-left: 6px;
  display: table-cell;
}

.lead-details, .event-details {
  display: table;
}
.lead-details .lead-detail-row, .lead-details .event-detail-row, .event-details .lead-detail-row, .event-details .event-detail-row {
  display: table-row;
  word-break: break-word;
}
.lead-details .lead-detail-label, .lead-details .event-detail-label, .event-details .lead-detail-label, .event-details .event-detail-label {
  padding: 3px 0;
  padding-right: 6px;
  display: table-cell;
  font-weight: bold;
  text-align: right;
  word-break: keep-all;
}
.lead-details .lead-detail, .lead-details .event-detail, .event-details .lead-detail, .event-details .event-detail {
  padding: 3px 0;
  padding-left: 6px;
  display: table-cell;
}

.family-member-wrapper {
  margin-top: 30px;
}
.family-member-wrapper .family-member {
  margin-bottom: 10px;
}
.family-member-wrapper .family-member:last-child {
  margin-bottom: 0;
}

.lead-note-button {
  padding: 8px 10px;
  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;
}
.lead-note-button:hover {
  background-color: #8cc1e0;
  color: white;
}

.table-button-wrapper {
  padding: 0px 10px;
}
.table-button-wrapper .button {
  padding: 3px 15px;
  background-color: white !important;
  color: #2f475d !important;
}
.table-button-wrapper .button:hover {
  background-color: #2f475d !important;
  color: white !important;
}

.conference-details {
  margin-top: 20px;
  font-size: 20px;
  color: #2f475d;
}

.event-registrant-fields .event-registrant-field {
  margin-bottom: 10px;
}
.event-registrant-fields .event-registrant-field:last-child {
  margin-bottom: 0;
}

#report-selector {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
}
#report-selector label {
  margin-bottom: 5px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #2f475d;
}
#report-selector input[type=text] {
  padding: 4px 10px;
  font-size: 18px;
  border: 1px solid #d9d9d9;
  outline: 0px solid white;
}
#report-selector .report-type-wrapper {
  width: 270px;
}
#report-selector .report-options-wrapper {
  display: flex;
  gap: 30px;
}
#report-selector .report-options-wrapper > div {
  max-width: 350px;
}
#report-selector .report-actions {
  padding-top: 30px;
  grid-column: span 2;
  border-top: 1px solid #bfbfbf;
  text-align: right;
}
#report-selector .report-actions .button {
  margin-left: 10px;
}

#home-stats {
  margin: -20px;
  font-size: 0;
}
#home-stats .stat-block {
  width: 33.33%;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#home-stats .stat-block .stat-block-content {
  padding: 30px;
  background-color: white;
  border: 1px solid #a8a8a8;
}
#home-stats .stat-block .stat-block-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #2f475d;
}
#home-stats .stat-block .stat-block-number {
  margin-bottom: 20px;
  font-size: 40px;
}
#home-stats .stat-block .stat-block-report {
  text-align: right;
}
#home-stats .stat-block .stat-block-submit {
  color: #ee2e24;
  font-size: 16px;
  background-color: transparent;
  border: 0px solid white;
}
#home-stats .stat-block .stat-block-submit:hover {
  text-decoration: underline;
}

/*=======================
	SIDEBAR
=========================*/
#secondary .widget {
  margin-bottom: 20px;
}
#secondary .widget .widget-title {
  font-size: 26px;
  margin-bottom: 20px;
}
#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;
}

/* =======================================
   WP EDITOR
======================================= */
/* =======================================
	Custom
======================================= */
.popup-overlay {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 100%;
  opacity: 0;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  -webkit-transition: opacity 0.3s, right 0s 0.3s;
  -moz-transition: opacity 0.3s, right 0s 0.3s;
  -o-transition: opacity 0.3s, right 0s 0.3s;
  transition: opacity 0.3s, right 0s 0.3s;
  z-index: 9998;
}
.popup-overlay:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.popup-overlay.active {
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s, right 0s 0s;
  -moz-transition: opacity 0.3s, right 0s 0s;
  -o-transition: opacity 0.3s, right 0s 0s;
  transition: opacity 0.3s, right 0s 0s;
}
.popup-overlay .popup-outer-content-wrapper {
  width: 1000px;
  max-width: 90%;
  max-height: 90%;
  display: inline-block;
  vertical-align: middle;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: white;
}
.popup-overlay .popup-outer-content-wrapper .popup-content-wrapper {
  padding: 30px;
  position: relative;
  text-align: left;
}
.popup-overlay .popup-outer-content-wrapper .popup-content-wrapper .popup-close {
  position: absolute;
  top: 5px;
  right: 8px;
  color: #2f475d;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.popup-overlay .popup-outer-content-wrapper .popup-content-wrapper .popup-close:hover {
  color: #8cc1e0;
}
.popup-overlay .popup-outer-content-wrapper .popup-content-wrapper .popup-inner-content-wrapper {
  font-size: 20px;
}

.button {
  padding: 6px 12px;
  display: inline-block;
  vertical-align: middle;
  color: #2f475d;
  background-color: #e3ebf1;
  border: 1px solid #2f475d;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.button:hover {
  color: white;
  background-color: #2f475d;
}

#pagination {
  margin-top: 20px;
  text-align: center;
}

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

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

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

/* =======================================
	Gravity Forms
======================================= */
body img.gform_ajax_spinner {
  display: none !important;
}

.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 {
  max-width: 100%;
  z-index: 1000000;
}

#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 .gform_wrapper.gf_browser_chrome .gform_body, .gpnf-modal .gform_wrapper.gf_browser_chrome .gform_body, .gpnf-edit-form .gform_wrapper.gf_browser_chrome .gform_body {
  width: 100%;
}
#main .gform_wrapper .gfield.gfield_creditcard_warning, .gpnf-modal .gform_wrapper .gfield.gfield_creditcard_warning, .gpnf-edit-form .gform_wrapper .gfield.gfield_creditcard_warning {
  width: 100%;
}
#main .gform_confirmation_wrapper, .gpnf-modal .gform_confirmation_wrapper, .gpnf-edit-form .gform_confirmation_wrapper {
  margin-top: 40px;
}
#main .gform_confirmation_wrapper:first-child, .gpnf-modal .gform_confirmation_wrapper:first-child, .gpnf-edit-form .gform_confirmation_wrapper:first-child {
  margin-top: 0;
}
#main .gform_confirmation_wrapper :last-child, .gpnf-modal .gform_confirmation_wrapper :last-child, .gpnf-edit-form .gform_confirmation_wrapper :last-child {
  margin-bottom: 0;
}
#main .gform_confirmation_wrapper.bordered, .gpnf-modal .gform_confirmation_wrapper.bordered, .gpnf-edit-form .gform_confirmation_wrapper.bordered {
  margin: 0 auto;
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #b7b7b7;
  background-color: #f4f4f4;
}
#main .gform_confirmation_wrapper.bordered:first-child, .gpnf-modal .gform_confirmation_wrapper.bordered:first-child, .gpnf-edit-form .gform_confirmation_wrapper.bordered:first-child {
  margin-top: 0;
}
#main .gform_confirmation_wrapper.thin_form, .gpnf-modal .gform_confirmation_wrapper.thin_form, .gpnf-edit-form .gform_confirmation_wrapper.thin_form {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 30px;
  border: 1px solid #b7b7b7;
  background-color: #f4f4f4;
}
#main .gform_confirmation_wrapper.thin_form:first-child, .gpnf-modal .gform_confirmation_wrapper.thin_form:first-child, .gpnf-edit-form .gform_confirmation_wrapper.thin_form:first-child {
  margin-top: 0;
}
#main .gform_wrapper .gfield_checkbox li label, #main .gform_wrapper .gfield_radio li label, .gpnf-modal .gform_wrapper .gfield_checkbox li label, .gpnf-modal .gform_wrapper .gfield_radio li label, .gpnf-edit-form .gform_wrapper .gfield_checkbox li label, .gpnf-edit-form .gform_wrapper .gfield_radio li label {
  max-width: 100%;
}
#main .gform_wrapper .gfield.gf_list_2col ul.gfield_checkbox li label, #main .gform_wrapper .gfield.gf_list_2col ul.gfield_radio li label, #main .gform_wrapper .gfield.gf_list_3col ul.gfield_checkbox li label, #main .gform_wrapper .gfield.gf_list_3col ul.gfield_radio li label, #main .gform_wrapper .gfield.gf_list_4col ul.gfield_checkbox li label, #main .gform_wrapper .gfield.gf_list_4col ul.gfield_radio li label, .gpnf-modal .gform_wrapper .gfield.gf_list_2col ul.gfield_checkbox li label, .gpnf-modal .gform_wrapper .gfield.gf_list_2col ul.gfield_radio li label, .gpnf-modal .gform_wrapper .gfield.gf_list_3col ul.gfield_checkbox li label, .gpnf-modal .gform_wrapper .gfield.gf_list_3col ul.gfield_radio li label, .gpnf-modal .gform_wrapper .gfield.gf_list_4col ul.gfield_checkbox li label, .gpnf-modal .gform_wrapper .gfield.gf_list_4col ul.gfield_radio li label, .gpnf-edit-form .gform_wrapper .gfield.gf_list_2col ul.gfield_checkbox li label, .gpnf-edit-form .gform_wrapper .gfield.gf_list_2col ul.gfield_radio li label, .gpnf-edit-form .gform_wrapper .gfield.gf_list_3col ul.gfield_checkbox li label, .gpnf-edit-form .gform_wrapper .gfield.gf_list_3col ul.gfield_radio li label, .gpnf-edit-form .gform_wrapper .gfield.gf_list_4col ul.gfield_checkbox li label, .gpnf-edit-form .gform_wrapper .gfield.gf_list_4col ul.gfield_radio li label {
  white-space: normal;
  overflow: visible;
}
#main .gform_wrapper .description, #main .gform_wrapper .gfield_description, #main .gform_wrapper .gsection_description, .gpnf-modal .gform_wrapper .description, .gpnf-modal .gform_wrapper .gfield_description, .gpnf-modal .gform_wrapper .gsection_description, .gpnf-edit-form .gform_wrapper .description, .gpnf-edit-form .gform_wrapper .gfield_description, .gpnf-edit-form .gform_wrapper .gsection_description {
  padding-right: 0;
  margin-bottom: 5px;
}
#main .gform_wrapper .description:last-child, #main .gform_wrapper .gfield_description:last-child, #main .gform_wrapper .gsection_description:last-child, .gpnf-modal .gform_wrapper .description:last-child, .gpnf-modal .gform_wrapper .gfield_description:last-child, .gpnf-modal .gform_wrapper .gsection_description:last-child, .gpnf-edit-form .gform_wrapper .description:last-child, .gpnf-edit-form .gform_wrapper .gfield_description:last-child, .gpnf-edit-form .gform_wrapper .gsection_description:last-child {
  margin-bottom: 0;
}
#main .gf_login_links, .gpnf-modal .gf_login_links, .gpnf-edit-form .gf_login_links {
  margin-top: 20px;
}
#main .gform_wrapper, .gpnf-modal .gform_wrapper, .gpnf-edit-form .gform_wrapper {
  margin: 0 auto;
  margin-top: 40px;
  font-size: 18px;
}
#main .gform_wrapper:first-child, .gpnf-modal .gform_wrapper:first-child, .gpnf-edit-form .gform_wrapper:first-child {
  margin-top: 0;
}
#main .gform_wrapper.secure-form_wrapper form, .gpnf-modal .gform_wrapper.secure-form_wrapper form, .gpnf-edit-form .gform_wrapper.secure-form_wrapper form {
  text-align: center;
}
#main .gform_wrapper.secure-form_wrapper .gform_body, .gpnf-modal .gform_wrapper.secure-form_wrapper .gform_body, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .gform_body {
  text-align: left;
}
#main .gform_wrapper.secure-form_wrapper .gform_footer, .gpnf-modal .gform_wrapper.secure-form_wrapper .gform_footer, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .gform_footer {
  width: auto;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
#main .gform_wrapper.secure-form_wrapper .gform_footer:before, .gpnf-modal .gform_wrapper.secure-form_wrapper .gform_footer:before, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .gform_footer:before {
  content: "";
  height: 25px;
  width: 18px;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  left: 15px;
  background-image: url("../images/lock-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 3;
}
#main .gform_wrapper.secure-form_wrapper .gform_footer .button, .gpnf-modal .gform_wrapper.secure-form_wrapper .gform_footer .button, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .gform_footer .button {
  padding-left: 45px;
}
#main .gform_wrapper.thin_form_wrapper, .gpnf-modal .gform_wrapper.thin_form_wrapper, .gpnf-edit-form .gform_wrapper.thin_form_wrapper {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #b7b7b7;
  background-color: #f4f4f4;
}
#main .gform_wrapper.thin_form_wrapper:first-child, .gpnf-modal .gform_wrapper.thin_form_wrapper:first-child, .gpnf-edit-form .gform_wrapper.thin_form_wrapper:first-child {
  margin-top: 0;
}
#main .gform_wrapper.thin_form_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #main .gform_wrapper.thin_form_wrapper .gform_body textarea, .gpnf-modal .gform_wrapper.thin_form_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gpnf-modal .gform_wrapper.thin_form_wrapper .gform_body textarea, .gpnf-edit-form .gform_wrapper.thin_form_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.thin_form_wrapper .gform_body textarea {
  width: 100%;
  max-width: none;
  background-color: white;
}
#main .gform_wrapper.thin_form_wrapper .gform_body .select2-container .select2-selection--single, .gpnf-modal .gform_wrapper.thin_form_wrapper .gform_body .select2-container .select2-selection--single, .gpnf-edit-form .gform_wrapper.thin_form_wrapper .gform_body .select2-container .select2-selection--single {
  background-color: white !important;
}
#main .gform_wrapper.thin_form_wrapper .gform_body .beside-submit, .gpnf-modal .gform_wrapper.thin_form_wrapper .gform_body .beside-submit, .gpnf-edit-form .gform_wrapper.thin_form_wrapper .gform_body .beside-submit {
  margin: 0 !important;
  position: absolute;
  bottom: -54px;
  left: 200px;
}
#main .gform_wrapper.bordered_wrapper, .gpnf-modal .gform_wrapper.bordered_wrapper, .gpnf-edit-form .gform_wrapper.bordered_wrapper {
  margin: 0 auto;
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #b7b7b7;
  background-color: #f4f4f4;
}
#main .gform_wrapper.bordered_wrapper:first-child, .gpnf-modal .gform_wrapper.bordered_wrapper:first-child, .gpnf-edit-form .gform_wrapper.bordered_wrapper:first-child {
  margin-top: 0;
}
#main .gform_wrapper.bordered_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #main .gform_wrapper.bordered_wrapper .gform_body textarea, .gpnf-modal .gform_wrapper.bordered_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gpnf-modal .gform_wrapper.bordered_wrapper .gform_body textarea, .gpnf-edit-form .gform_wrapper.bordered_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.bordered_wrapper .gform_body textarea {
  background-color: white;
}
#main .gform_wrapper.bordered_wrapper .gform_body .select2-container .select2-selection--single, .gpnf-modal .gform_wrapper.bordered_wrapper .gform_body .select2-container .select2-selection--single, .gpnf-edit-form .gform_wrapper.bordered_wrapper .gform_body .select2-container .select2-selection--single {
  background-color: white !important;
}
#main .gform_wrapper.captcha-beside-submit_wrapper .gform_footer, .gpnf-modal .gform_wrapper.captcha-beside-submit_wrapper .gform_footer, .gpnf-edit-form .gform_wrapper.captcha-beside-submit_wrapper .gform_footer {
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: right;
}
#main .gform_wrapper.captcha-beside-submit_wrapper .gform_body .beside-submit, .gpnf-modal .gform_wrapper.captcha-beside-submit_wrapper .gform_body .beside-submit, .gpnf-edit-form .gform_wrapper.captcha-beside-submit_wrapper .gform_body .beside-submit {
  margin-bottom: 0 !important;
  bottom: -100px;
  left: auto;
  right: 150px;
}
#main .gform_wrapper hr, .gpnf-modal .gform_wrapper hr, .gpnf-edit-form .gform_wrapper hr {
  margin-top: 0;
  margin-bottom: 40px;
  border-top: 0px solid white;
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
}
#main .gform_wrapper .gf_invisible, #main .gform_wrapper .gfield_visibility_hidden, .gpnf-modal .gform_wrapper .gf_invisible, .gpnf-modal .gform_wrapper .gfield_visibility_hidden, .gpnf-edit-form .gform_wrapper .gf_invisible, .gpnf-edit-form .gform_wrapper .gfield_visibility_hidden {
  position: absolute;
}
#main .gform_wrapper h3.gform_title, .gpnf-modal .gform_wrapper h3.gform_title, .gpnf-edit-form .gform_wrapper h3.gform_title {
  margin-top: 0;
  font-size: 36px;
  font-weight: normal;
}
#main .gform_wrapper.gravity-theme .ginput_container_address span span, .gpnf-modal .gform_wrapper.gravity-theme .ginput_container_address span span, .gpnf-edit-form .gform_wrapper.gravity-theme .ginput_container_address span span {
  padding-left: 0;
  padding-right: 0;
}
#main .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield, .gpnf-modal .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield, .gpnf-edit-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield {
  margin-bottom: 0;
}
#main .gform_wrapper .gform_body, .gpnf-modal .gform_wrapper .gform_body, .gpnf-edit-form .gform_wrapper .gform_body {
  position: relative;
  z-index: 100;
  /* 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 .gform_body label, .gpnf-modal .gform_wrapper .gform_body label, .gpnf-edit-form .gform_wrapper .gform_body label {
  font-weight: normal;
}
#main .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #main .gform_wrapper .gform_body textarea, .gpnf-modal .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gpnf-modal .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 {
  padding: 8px 10px 8px;
  margin-top: 0;
  background-color: #f7f7f4;
  border: 1px solid #d9d9d9;
}
#main .gform_wrapper .gform_body .ginput_container, .gpnf-modal .gform_wrapper .gform_body .ginput_container, .gpnf-edit-form .gform_wrapper .gform_body .ginput_container {
  margin-top: 0 !important;
}
#main .gform_wrapper .gform_body .ginput_recaptcha, .gpnf-modal .gform_wrapper .gform_body .ginput_recaptcha, .gpnf-edit-form .gform_wrapper .gform_body .ginput_recaptcha {
  overflow: hidden;
}
#main .gform_wrapper .gform_body .gform_fields .gfield, .gpnf-modal .gform_wrapper .gform_body .gform_fields .gfield, .gpnf-edit-form .gform_wrapper .gform_body .gform_fields .gfield {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
#main .gform_wrapper .gform_body .gform_fields .gfield:before, .gpnf-modal .gform_wrapper .gform_body .gform_fields .gfield:before, .gpnf-edit-form .gform_wrapper .gform_body .gform_fields .gfield:before {
  display: none;
}
#main .gform_wrapper .gform_body .gform_fields .gfield .select2-container, .gpnf-modal .gform_wrapper .gform_body .gform_fields .gfield .select2-container, .gpnf-edit-form .gform_wrapper .gform_body .gform_fields .gfield .select2-container {
  margin: 0;
}
#main .gform_wrapper .gform_body .gform_fields .gfield li, .gpnf-modal .gform_wrapper .gform_body .gform_fields .gfield li, .gpnf-edit-form .gform_wrapper .gform_body .gform_fields .gfield li {
  overflow: visible;
}
#main .gform_wrapper .gform_body .gform_fields .gfield.less-bottom-margin, .gpnf-modal .gform_wrapper .gform_body .gform_fields .gfield.less-bottom-margin, .gpnf-edit-form .gform_wrapper .gform_body .gform_fields .gfield.less-bottom-margin {
  margin-bottom: 10px;
}
#main .gform_wrapper .gform_body .centered, .gpnf-modal .gform_wrapper .gform_body .centered, .gpnf-edit-form .gform_wrapper .gform_body .centered {
  text-align: center;
}
#main .gform_wrapper .gform_body .half-width, .gpnf-modal .gform_wrapper .gform_body .half-width, .gpnf-edit-form .gform_wrapper .gform_body .half-width {
  width: 50%;
  display: inline-block;
}
#main .gform_wrapper .gform_body .left-align, .gpnf-modal .gform_wrapper .gform_body .left-align, .gpnf-edit-form .gform_wrapper .gform_body .left-align {
  text-align: left;
}
#main .gform_wrapper .gform_body .required-html-block, .gpnf-modal .gform_wrapper .gform_body .required-html-block, .gpnf-edit-form .gform_wrapper .gform_body .required-html-block {
  position: absolute;
  top: 0px;
  right: 0px;
}
#main .gform_wrapper .gform_body .extra-top-margin, .gpnf-modal .gform_wrapper .gform_body .extra-top-margin, .gpnf-edit-form .gform_wrapper .gform_body .extra-top-margin {
  padding-top: 20px;
}
#main .gform_wrapper .gform_body .hide-column-text table.gfield_list, .gpnf-modal .gform_wrapper .gform_body .hide-column-text table.gfield_list, .gpnf-edit-form .gform_wrapper .gform_body .hide-column-text table.gfield_list {
  margin-top: 0;
}
#main .gform_wrapper .gform_body .hide-column-text thead, .gpnf-modal .gform_wrapper .gform_body .hide-column-text thead, .gpnf-edit-form .gform_wrapper .gform_body .hide-column-text thead {
  display: none;
}
#main .gform_wrapper .gform_body .beside-submit, .gpnf-modal .gform_wrapper .gform_body .beside-submit, .gpnf-edit-form .gform_wrapper .gform_body .beside-submit {
  position: absolute;
  left: 0;
  bottom: -65px;
}
#main .gform_wrapper .gform_body table.gfield_list, .gpnf-modal .gform_wrapper .gform_body table.gfield_list, .gpnf-edit-form .gform_wrapper .gform_body table.gfield_list {
  margin-top: 10px;
}
#main .gform_wrapper .gform_body table.gfield_list textarea, #main .gform_wrapper .gform_body table.gfield_list input, .gpnf-modal .gform_wrapper .gform_body table.gfield_list textarea, .gpnf-modal .gform_wrapper .gform_body table.gfield_list input, .gpnf-edit-form .gform_wrapper .gform_body table.gfield_list textarea, .gpnf-edit-form .gform_wrapper .gform_body table.gfield_list input {
  vertical-align: top;
}
#main .gform_wrapper .gform_body table.gfield_list thead th, .gpnf-modal .gform_wrapper .gform_body table.gfield_list thead th, .gpnf-edit-form .gform_wrapper .gform_body table.gfield_list thead th {
  font-weight: normal;
}
#main .gform_wrapper .gform_body .gfield_radio li:before, .gpnf-modal .gform_wrapper .gform_body .gfield_radio li:before, .gpnf-edit-form .gform_wrapper .gform_body .gfield_radio li:before {
  display: none;
}
#main .gform_wrapper .gform_body .top_label input.large.datepicker, #main .gform_wrapper .gform_body .top_label input.medium.datepicker, #main .gform_wrapper .gform_body .top_label input.small.datepicker, .gpnf-modal .gform_wrapper .gform_body .top_label input.large.datepicker, .gpnf-modal .gform_wrapper .gform_body .top_label input.medium.datepicker, .gpnf-modal .gform_wrapper .gform_body .top_label input.small.datepicker, .gpnf-edit-form .gform_wrapper .gform_body .top_label input.large.datepicker, .gpnf-edit-form .gform_wrapper .gform_body .top_label input.medium.datepicker, .gpnf-edit-form .gform_wrapper .gform_body .top_label input.small.datepicker {
  width: 100%;
}
#main .gform_wrapper .gform_body .top_label .gfield.gf_right_half, .gpnf-modal .gform_wrapper .gform_body .top_label .gfield.gf_right_half, .gpnf-edit-form .gform_wrapper .gform_body .top_label .gfield.gf_right_half {
  width: 50%;
  margin-top: 0;
  padding-left: 10px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper .gform_body .top_label .gfield.gf_left_half, .gpnf-modal .gform_wrapper .gform_body .top_label .gfield.gf_left_half, .gpnf-edit-form .gform_wrapper .gform_body .top_label .gfield.gf_left_half {
  width: 50%;
  margin-top: 0;
  padding-right: 10px;
  margin-right: 0;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper .gform_body .top_label .gfield.gf_left_third, .gpnf-modal .gform_wrapper .gform_body .top_label .gfield.gf_left_third, .gpnf-edit-form .gform_wrapper .gform_body .top_label .gfield.gf_left_third {
  width: 33.33%;
  margin-top: 0;
  padding-right: 13px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper .gform_body .top_label .gfield.gf_middle_third, .gpnf-modal .gform_wrapper .gform_body .top_label .gfield.gf_middle_third, .gpnf-edit-form .gform_wrapper .gform_body .top_label .gfield.gf_middle_third {
  width: 33.33%;
  margin-top: 0;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper .gform_body .top_label .gfield.gf_right_third, .gpnf-modal .gform_wrapper .gform_body .top_label .gfield.gf_right_third, .gpnf-edit-form .gform_wrapper .gform_body .top_label .gfield.gf_right_third {
  width: 33.33%;
  margin-top: 0;
  padding-left: 13px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper .gform_body .gsection, .gpnf-modal .gform_wrapper .gform_body .gsection, .gpnf-edit-form .gform_wrapper .gform_body .gsection {
  width: 100%;
  margin-top: 24px !important;
  padding-top: 0px;
  display: inline-block;
}
#main .gform_wrapper .gform_body h2.gsection_title, .gpnf-modal .gform_wrapper .gform_body h2.gsection_title, .gpnf-edit-form .gform_wrapper .gform_body h2.gsection_title {
  font-weight: normal;
}
#main .gform_wrapper .gform_body .ginput_cardinfo_left, .gpnf-modal .gform_wrapper .gform_body .ginput_cardinfo_left, .gpnf-edit-form .gform_wrapper .gform_body .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 .gform_body .ginput_cardinfo_right, .gpnf-modal .gform_wrapper .gform_body .ginput_cardinfo_right, .gpnf-edit-form .gform_wrapper .gform_body .ginput_cardinfo_right {
  width: 35%;
}
#main .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container, .gpnf-modal .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container, .gpnf-edit-form .gform_wrapper .gform_body .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 .gform_body .ginput_card_expiration_container .select2-container:nth-child(2), .gpnf-modal .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(2), .gpnf-edit-form .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(2) {
  margin-right: 1% !important;
}
#main .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(4), .gpnf-modal .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(4), .gpnf-edit-form .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(4) {
  margin-left: 1% !important;
}
#main .gform_wrapper .gform_body .ginput_card_expiration_container label, .gpnf-modal .gform_wrapper .gform_body .ginput_card_expiration_container label, .gpnf-edit-form .gform_wrapper .gform_body .ginput_card_expiration_container label {
  clear: both;
}
#main .gform_wrapper .gform_body .ginput_container_creditcard, .gpnf-modal .gform_wrapper .gform_body .ginput_container_creditcard, .gpnf-edit-form .gform_wrapper .gform_body .ginput_container_creditcard {
  margin-bottom: 20px;
  display: block;
}
#main .gform_wrapper .gform_body .ginput_container_creditcard input, #main .gform_wrapper .gform_body .ginput_container_creditcard select, .gpnf-modal .gform_wrapper .gform_body .ginput_container_creditcard input, .gpnf-modal .gform_wrapper .gform_body .ginput_container_creditcard select, .gpnf-edit-form .gform_wrapper .gform_body .ginput_container_creditcard input, .gpnf-edit-form .gform_wrapper .gform_body .ginput_container_creditcard select {
  margin-bottom: 0px;
}
#main .gform_wrapper .gform_body .ginput_container_creditcard .ginput_full, .gpnf-modal .gform_wrapper .gform_body .ginput_container_creditcard .ginput_full, .gpnf-edit-form .gform_wrapper .gform_body .ginput_container_creditcard .ginput_full {
  margin-bottom: 20px;
  display: block;
}
#main .gform_wrapper .gform_body .ginput_container_creditcard .ginput_full:last-child, .gpnf-modal .gform_wrapper .gform_body .ginput_container_creditcard .ginput_full:last-child, .gpnf-edit-form .gform_wrapper .gform_body .ginput_container_creditcard .ginput_full:last-child {
  margin-bottom: 0;
}
#main .gform_wrapper .gform_body .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon, .gpnf-modal .gform_wrapper .gform_body .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon, .gpnf-edit-form .gform_wrapper .gform_body .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  top: -2px;
}
#main .gform_wrapper .gform_body .field_sublabel_below .ginput_complex.ginput_container label, #main .gform_wrapper .gform_body .field_sublabel_below div[class*=gfield_time_].ginput_container label, .gpnf-modal .gform_wrapper .gform_body .field_sublabel_below .ginput_complex.ginput_container label, .gpnf-modal .gform_wrapper .gform_body .field_sublabel_below div[class*=gfield_time_].ginput_container label, .gpnf-edit-form .gform_wrapper .gform_body .field_sublabel_below .ginput_complex.ginput_container label, .gpnf-edit-form .gform_wrapper .gform_body .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin-bottom: 0;
}
#main .gform_wrapper .gform_body .select2-container--default .select2-selection--single .select2-selection__rendered, .gpnf-modal .gform_wrapper .gform_body .select2-container--default .select2-selection--single .select2-selection__rendered, .gpnf-edit-form .gform_wrapper .gform_body .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}
#main .gform_wrapper .gform_body .select2-container .select2-selection--single, .gpnf-modal .gform_wrapper .gform_body .select2-container .select2-selection--single, .gpnf-edit-form .gform_wrapper .gform_body .select2-container .select2-selection--single {
  height: 40px !important;
  background-color: #f7f7f4 !important;
}
#main .gform_wrapper .gform_body .select2-container--default .select2-selection--single .select2-selection__arrow, .gpnf-modal .gform_wrapper .gform_body .select2-container--default .select2-selection--single .select2-selection__arrow, .gpnf-edit-form .gform_wrapper .gform_body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked),
#main .gform_wrapper .gform_body [type=checkbox]:checked, .gpnf-modal .gform_wrapper .gform_body [type=checkbox]:not(:checked),
.gpnf-modal .gform_wrapper .gform_body [type=checkbox]:checked, .gpnf-edit-form .gform_wrapper .gform_body [type=checkbox]:not(:checked),
.gpnf-edit-form .gform_wrapper .gform_body [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label,
#main .gform_wrapper .gform_body [type=checkbox]:checked + label, .gpnf-modal .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label,
.gpnf-modal .gform_wrapper .gform_body [type=checkbox]:checked + label, .gpnf-edit-form .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label,
.gpnf-edit-form .gform_wrapper .gform_body [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: normal;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:before,
#main .gform_wrapper .gform_body [type=checkbox]:checked + label:before, .gpnf-modal .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:before,
.gpnf-modal .gform_wrapper .gform_body [type=checkbox]:checked + label:before, .gpnf-edit-form .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:before,
.gpnf-edit-form .gform_wrapper .gform_body [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 .gform_body [type=checkbox]:not(:checked) + label:after,
#main .gform_wrapper .gform_body [type=checkbox]:checked + label:after, .gpnf-modal .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:after,
.gpnf-modal .gform_wrapper .gform_body [type=checkbox]:checked + label:after, .gpnf-edit-form .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:after,
.gpnf-edit-form .gform_wrapper .gform_body [type=checkbox]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 3px;
  font-size: 0px;
  background-color: #2f475d;
  -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 .gform_body [type=checkbox]:not(:checked) + label:after, .gpnf-modal .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:after, .gpnf-edit-form .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:after {
  opacity: 0; /* invisible */
}
#main .gform_wrapper .gform_body [type=checkbox]:checked + label:after, .gpnf-modal .gform_wrapper .gform_body [type=checkbox]:checked + label:after, .gpnf-edit-form .gform_wrapper .gform_body [type=checkbox]:checked + label:after {
  opacity: 1; /* visible */
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked),
#main .gform_wrapper .gform_body [type=radio]:checked, .gpnf-modal .gform_wrapper .gform_body [type=radio]:not(:checked),
.gpnf-modal .gform_wrapper .gform_body [type=radio]:checked, .gpnf-edit-form .gform_wrapper .gform_body [type=radio]:not(:checked),
.gpnf-edit-form .gform_wrapper .gform_body [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked) + label,
#main .gform_wrapper .gform_body [type=radio]:checked + label, .gpnf-modal .gform_wrapper .gform_body [type=radio]:not(:checked) + label,
.gpnf-modal .gform_wrapper .gform_body [type=radio]:checked + label, .gpnf-edit-form .gform_wrapper .gform_body [type=radio]:not(:checked) + label,
.gpnf-edit-form .gform_wrapper .gform_body [type=radio]:checked + label {
  position: relative;
  padding-left: 30px;
  margin-left: 4px;
  display: block;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.2;
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked) + label:before,
#main .gform_wrapper .gform_body [type=radio]:checked + label:before, .gpnf-modal .gform_wrapper .gform_body [type=radio]:not(:checked) + label:before,
.gpnf-modal .gform_wrapper .gform_body [type=radio]:checked + label:before, .gpnf-edit-form .gform_wrapper .gform_body [type=radio]:not(:checked) + label:before,
.gpnf-edit-form .gform_wrapper .gform_body [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 .gform_body [type=radio]:not(:checked) + label:after,
#main .gform_wrapper .gform_body [type=radio]:checked + label:after, .gpnf-modal .gform_wrapper .gform_body [type=radio]:not(:checked) + label:after,
.gpnf-modal .gform_wrapper .gform_body [type=radio]:checked + label:after, .gpnf-edit-form .gform_wrapper .gform_body [type=radio]:not(:checked) + label:after,
.gpnf-edit-form .gform_wrapper .gform_body [type=radio]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 3px;
  font-size: 0px;
  background-color: #2f475d;
  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 .gform_body [type=radio]:not(:checked) + label:after, .gpnf-modal .gform_wrapper .gform_body [type=radio]:not(:checked) + label:after, .gpnf-edit-form .gform_wrapper .gform_body [type=radio]:not(:checked) + label:after {
  opacity: 0; /* invisible */
}
#main .gform_wrapper .gform_body [type=radio]:checked + label:after, .gpnf-modal .gform_wrapper .gform_body [type=radio]:checked + label:after, .gpnf-edit-form .gform_wrapper .gform_body [type=radio]:checked + label:after {
  opacity: 1; /* visible */
}
#main .gform_wrapper .gform_footer, .gpnf-modal .gform_wrapper .gform_footer, .gpnf-edit-form .gform_wrapper .gform_footer {
  padding: 0;
}
#main .gform_wrapper .gform_footer .button, .gpnf-modal .gform_wrapper .gform_footer .button, .gpnf-edit-form .gform_wrapper .gform_footer .button {
  min-width: 130px;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: white;
  background-color: #2f475d;
  border: 0px solid white;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#main .gform_wrapper .gform_footer .button:hover, .gpnf-modal .gform_wrapper .gform_footer .button:hover, .gpnf-edit-form .gform_wrapper .gform_footer .button:hover {
  background-color: #8cc1e0;
}
#main .gform_wrapper .ginput_complex .ginput_full, #main .gform_wrapper .ginput_complex .ginput_left, #main .gform_wrapper .ginput_complex .ginput_right, .gpnf-modal .gform_wrapper .ginput_complex .ginput_full, .gpnf-modal .gform_wrapper .ginput_complex .ginput_left, .gpnf-modal .gform_wrapper .ginput_complex .ginput_right, .gpnf-edit-form .gform_wrapper .ginput_complex .ginput_full, .gpnf-edit-form .gform_wrapper .ginput_complex .ginput_left, .gpnf-edit-form .gform_wrapper .ginput_complex .ginput_right {
  min-height: 0px;
}

.gpnf-modal .gform_wrapper .gform_body, .gpnf-edit-form .gform_wrapper .gform_body {
  font-size: 18px;
}
.gpnf-modal .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gpnf-modal .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 {
  background-color: white;
}
.gpnf-modal .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--default .select2-results > .select2-results__options {
  max-height: 250px;
}

body > .select2-container {
  z-index: 999999;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 30px !important;
  padding-left: 10px !important;
  color: black !important;
  line-height: 32px !important;
  font-size: 18px !important;
}

.select2-container .select2-selection--single {
  height: 32px !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border: 1px solid #d9d9d9 !important;
  padding-left: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #d9d9d9 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: 32px !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;
}

/* =======================================
	Responsiveness
======================================= */
@media screen and (max-width: 641px) {
  #main .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1.2;
    min-height: 0;
  }
  #main .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 0;
  }
  #main .gform_wrapper.secure-form_wrapper .top_label .gfield.donation-radio .gfield_radio li, #main .gform_wrapper.secure-form_wrapper .bottom_label .gfield.donation-radio .gfield_radio li, .gpnf-modal .gform_wrapper.secure-form_wrapper .top_label .gfield.donation-radio .gfield_radio li, .gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label .gfield.donation-radio .gfield_radio li, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label .gfield.donation-radio .gfield_radio li, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label .gfield.donation-radio .gfield_radio li {
    display: block;
  }
  #main .gform_wrapper.secure-form_wrapper .top_label .gfield.donation-radio [type=radio]:not(:checked) + label, #main .gform_wrapper.secure-form_wrapper .bottom_label .gfield.donation-radio [type=radio]:not(:checked) + label, .gpnf-modal .gform_wrapper.secure-form_wrapper .top_label .gfield.donation-radio [type=radio]:not(:checked) + label, .gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label .gfield.donation-radio [type=radio]:not(:checked) + label, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label .gfield.donation-radio [type=radio]:not(:checked) + label, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label .gfield.donation-radio [type=radio]:not(:checked) + label {
    width: 100%;
  }
  #main .gform_wrapper.secure-form_wrapper .top_label .gfield.donation-radio [type=radio]:checked + label, #main .gform_wrapper.secure-form_wrapper .bottom_label .gfield.donation-radio [type=radio]:checked + label, .gpnf-modal .gform_wrapper.secure-form_wrapper .top_label .gfield.donation-radio [type=radio]:checked + label, .gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label .gfield.donation-radio [type=radio]:checked + label, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label .gfield.donation-radio [type=radio]:checked + label, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label .gfield.donation-radio [type=radio]:checked + label {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #main .gform_wrapper .gform_body .top_label .gfield.gf_left_half, .gpnf-modal .gform_wrapper .gform_body .top_label .gfield.gf_left_half, .gpnf-edit-form .gform_wrapper .gform_body .top_label .gfield.gf_left_half {
    width: 100%;
    padding-right: 0;
  }
  #main .gform_wrapper .gform_body .top_label .gfield.gf_right_half, .gpnf-modal .gform_wrapper .gform_body .top_label .gfield.gf_right_half, .gpnf-edit-form .gform_wrapper .gform_body .top_label .gfield.gf_right_half {
    width: 100%;
    padding-left: 0;
  }
  #main .gform_wrapper.login_form_wrapper .gform_footer, .gpnf-modal .gform_wrapper.login_form_wrapper .gform_footer, .gpnf-edit-form .gform_wrapper.login_form_wrapper .gform_footer {
    padding-bottom: 40px;
  }
  #main .gform_wrapper.login_form_wrapper .gform_body .beside-submit, .gpnf-modal .gform_wrapper.login_form_wrapper .gform_body .beside-submit, .gpnf-edit-form .gform_wrapper.login_form_wrapper .gform_body .beside-submit {
    bottom: -110px;
    left: 0;
  }
  #main .gform_wrapper.captcha-beside-submit_wrapper .gform_body .beside-submit, .gpnf-modal .gform_wrapper.captcha-beside-submit_wrapper .gform_body .beside-submit, .gpnf-edit-form .gform_wrapper.captcha-beside-submit_wrapper .gform_body .beside-submit {
    margin-bottom: 20px !important;
    position: relative;
    bottom: auto;
    right: auto;
  }
  #main .gform_wrapper.captcha-beside-submit_wrapper .gform_footer, .gpnf-modal .gform_wrapper.captcha-beside-submit_wrapper .gform_footer, .gpnf-edit-form .gform_wrapper.captcha-beside-submit_wrapper .gform_footer {
    margin-top: 0;
  }
  #main .gform_wrapper .gform_body .address_line_1, #main .gform_wrapper .gform_body .address_line_2, .gpnf-modal .gform_wrapper .gform_body .address_line_1, .gpnf-modal .gform_wrapper .gform_body .address_line_2, .gpnf-edit-form .gform_wrapper .gform_body .address_line_1, .gpnf-edit-form .gform_wrapper .gform_body .address_line_2 {
    margin-bottom: 20px !important;
  }
  #main .gform_wrapper .gfield .address_city {
    padding-right: 0;
  }
  #main .gform_wrapper .gfield .address_city, #main .gform_wrapper .gfield .address_state {
    margin-bottom: 20px !important;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  #main .gform_wrapper .gfield .address_zip {
    width: auto;
    padding-left: 0;
  }
  #main .gform_wrapper .gform_body .ginput_cardinfo_right, .gpnf-modal .gform_wrapper .gform_body .ginput_cardinfo_right, .gpnf-edit-form .gform_wrapper .gform_body .ginput_cardinfo_right {
    margin-bottom: 0;
  }
  #main .gform_wrapper .gfield.auto-width input[type=email], #main .gform_wrapper .gfield.auto-width input[type=number], #main .gform_wrapper .gfield.auto-width input[type=password], #main .gform_wrapper .gfield.auto-width input[type=tel], #main .gform_wrapper .gfield.auto-width input[type=text], #main .gform_wrapper .gfield.auto-width input[type=url], #main .gform_wrapper .gfield.auto-width textarea {
    width: 100%;
  }
  #main .gform_wrapper .gfield_checkbox li, #main .gform_wrapper .gfield_radio li {
    margin-bottom: 8px;
  }
  #main .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container, .gpnf-modal .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container, .gpnf-edit-form .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  #main .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(2), .gpnf-modal .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(2), .gpnf-edit-form .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(2) {
    margin-right: 0 !important;
  }
  #main .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(4), .gpnf-modal .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(4), .gpnf-edit-form .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(4) {
    margin-left: 0 !important;
  }
  #main .gform_wrapper .gform_body .ginput_cardinfo_left, .gpnf-modal .gform_wrapper .gform_body .ginput_cardinfo_left, .gpnf-edit-form .gform_wrapper .gform_body .ginput_cardinfo_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
  #main .gform_wrapper .gform_body .ginput_cardinfo_right, .gpnf-modal .gform_wrapper .gform_body .ginput_cardinfo_right, .gpnf-edit-form .gform_wrapper .gform_body .ginput_cardinfo_right {
    width: 100%;
    padding-left: 0;
  }
}

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