/*
Theme Name: OHIE
Theme URI: 
Description: Custom theme for OHIE and Pivot Marketing
Author: Joe Blackburn
Version: 1.4
Tags: custom
*/
/* =============================================================================
   Adapted from HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== *

/* !Global Styles - - - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

table.ruled { margin-bottom: 30px; }
table.ruled tr td { border-bottom: 1px solid rgba(0,0,0,.1); padding: 5px 10px;}
table.ruled tr:last-child td { border-bottom: 0; }
.text-block.text-light .text p, .text-block.text-light .text li, .text-block.text-light .text h1 { color: #fff; }
.text-block.text-light .text a { color: #ccc; text-decoration-color: #ccc; }
.text-block.text-light .text a:hover { color: #fff; text-decoration-color: #fff; }

.logos { font-size: 3rem; font-weight: bold; display: flex; flex-direction: row; justify-content: center; align-items: center; }
.logos span { padding: 0 20px; }

.event-block .simcal-events h2 strong span, .event-block .simcal-events p span { color: #fff; }

.text.partner-intro { font-size: 1.3rem; }
.text.partner-intro a.button { text-decoration: none; font-size: 1rem; font-style: normal; }
.sans {
  font-family: "Open Sans", Arial, Verdana, sans-serif; }

.serif {
  font-family: "Marcellus", Georgia, Times, serif; }

.green {
  color: #53C63F; }

.dk-green {
  color: #38843F; }

.dk-grey {
  color: #2f2f2f; }

.grey {
  color: #6C6C6C; }

.lt-grey {
  color: #D6D6D6; }

.vlt-grey {
  color: #EBEBED; }

.blue {
  color: #009FC8; }

.dk-blue {
  color: #1A7493; }

.black {
  color: #000; }

.white {
  color: #fff; }

.green-bg {
  background: #53C63F; }

.dk-green-bg {
  background: #38843F; }

.dk-grey-bg {
  background: #2f2f2f; }

.grey-bg {
  background: #6C6C6C; }

.lt-grey-bg {
  background: #D6D6D6; }

.vlt-grey-bg {
  background: #EBEBED; }

.blue-bg {
  background: #009FC8; }

.dk-blue-bg {
  background: #1A7493; }

.black-bg {
  background: #000; }

.white-bg {
  background: #fff; }

.italic {
  font-style: italic; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.light {
  font-weight: 300; }

.semi {
  font-weight: 600; }

.xbold {
  font-weight: 800; }

.center {
  text-align: center; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.space {
  letter-spacing: .05em; }

.xspace {
  letter-spacing: .1em; }

.fleft {
  float: left; }

.fright {
  float: right; }

.plain a, a.plain {
  text-decoration: none; }

a {
  color: #53C63F;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a:hover {
  color: #009FC8; }

.rel {
  position: relative; }

ul.clean {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.inline {
  display: inline-block; }

ul.inline > li {
  display: inline;
  float: left; }

ul.ilb > li,
.ilb {
  display: inline-block;
  vertical-align: top; }

ul.ilb {
  display: block; }

li.vmiddle,
.vmiddle,
ul.ilb.vmiddle li {
  vertical-align: middle; }

.reverse {
  direction: rtl; }

.dfix {
  direction: ltr; }

img.full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

.screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11; }

.flex-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-wrap .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100% !important; }

.cover {
  background: url(images/trans.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.flex-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-bottom .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100% !important; }

.text-drop-shadow {
  text-shadow: 2px 2px #000;
}
.password-protected { 
  text-align: center;
}
/* !Font Size Fuctions - - - - - */
/* !Page Defaults - - - - - */
.text.margin-top {
  margin-top: 20px; }

.text {
  line-height: 1.6em;
  font-size: 1.125em; }

.text.small-text {
  font-size: 1em; }

.text p {
  margin: 15px 0; }

.text a {
  text-decoration: underline; }

.header-text p:first-child,
.text p:first-child {
  margin-top: 0; }

.header-text p:last-child,
.text p:last-child {
  margin-bottom: 0; }

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal; }

.text img {
  display: block;
  margin: 10px auto;
  width: auto;
  height: auto;
  max-width: 100%; }

.text img.alignleft {
  float: left;
  margin: 0 30px 30px 0; }

.text img.alignright {
  float: right;
  margin: 0 0 30px 30px; }

.text ul {
  list-style: none;
  margin: 30px 0;
  padding: 0; }

.text ul li {
  padding-left: 15px;
  position: relative;
  margin-top: 8px;
}
.text ul.bullets { 
  list-style: disc;
  margin-left: 20px;
}

.text ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
  border-radius: 120%;
  overflow: hidden;
  background: #2f2f2f; }

.text.small-text ul li:before {
  top: 10px; }

.text.col-text ul li:before {
  background: #009FC8; }

.text h1,
.text h2,
.text h3,
.text h4 {
  margin: 30px 0 10px 0;
  font-weight: normal;
  color: #000;
  font-family: "Marcellus", Georgia, Times, serif;
  line-height: 1.4em; }

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text ul:first-child {
  margin-top: 0; }

.text h1:last-child,
.text h2:last-child,
.text h3:last-child,
.text h4:last-child,
.text ul:last-child {
  margin-bottom: 0; }

.text blockquote {
  margin: 50px 0;
  padding: 10px 0 10px 30px;
  border-left: 5px solid #53C63F;
  color: #2f2f2f;
  font-size: 1.125em;
  line-height: 1.5em;
  text-align: left;
  font-family: "Marcellus", Georgia, Times, serif; }


/* !Body - - - - - */
body {
  min-width: 320px;
  font-size: 16px;
  font-family: "Open Sans", Arial, Verdana, sans-serif;
  color: #2f2f2f;
  line-height: 1.6em;
  background: #fff; }

#container {
  background: #fff; }

/* !Page Blocks - - - - - */
.section-pad {
  padding: 100px 0; }

.small-section-pad {
  padding: 60px 0; }

.big-section-pad {
  padding: 160px 0; }
.no-section-pad { padding: 0; }

.inner {
  padding: 0 50px;
  max-width: 960px;
  display: block;
  margin: 0 auto; }

.inner.wide {
  max-width: 1450px; }

.inner.mid {
  max-width: 1190px; }

.max {
  max-width: 1440px;
  margin: 0 auto;
  display: block; }

.overflow {
  overflow: hidden; }

/* !Headlines - - - - - */
.headline,
.subhead,
.big-subhead,
.sans-sub,
.small-headline {
  font-family: "Marcellus", Georgia, Times, serif; }

.headline {
  font-size: 3.75em;
  line-height: 1.2em; }

.big-subhead,
.sans-sub {
  font-size: 3.125em;
  line-height: 1.3em; }

.sans-sub {
  font-weight: bold;
  font-family: "Open Sans", Arial, Verdana, sans-serif; }

.subhead {
  font-size: 2.1875em;
  line-height: 1.4em; }

.subhead.margin-bottom,
.headline.margin-bottom,
.small-headline.margin-bottom,
.big-subhead.margin-bottom {
  margin-bottom: 20px; }

.small-headline {
  font-size: 1.25em;
  line-height: 1.4em; }

/* !Header - - - - - */
header {
  height: 160px;
  padding: 46px 50px; }

header.full-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

a.logo {
  width: 206px;
  height: 44px;
  text-indent: -9999px;
  display: block;
  background: url(images/ohie-logo-dk-grey.svg) no-repeat center; }

header.full-header a.logo {
  background-image: url(images/ohie-logo-white.svg); }

ul.top-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  height: 38px; }

ul.nav {
  position: absolute;
  top: 65px;
  right: 60px;
  z-index: 10; }

ul.nav a.main-link {
  display: block;
  line-height: 40px;
  font-size: 1.25em;
  font-weight: bold;
  color: #2f2f2f;
  position: relative; }

header.full-header ul.nav a.main-link {
  color: #fff; }

ul.nav a.button {
  margin-top: -3px; }

ul.nav li + li a.main-link {
  margin-left: 30px; }

ul.nav a.main-link:hover,
ul.nav li#current a.main-link {
  color: #53C63F; }

header.full-header ul.nav a.main-link:hover,
header.full-header ul.nav li#current a.main-link {
  color: #fff; }

  
header .banner a { color: #fff; display: block; background-color: #009FC8; font-size: 0.9rem; text-decoration: none; position: absolute; top: 0; left: 0; width: 100%; padding: 3px 20px; }

ul.nav a.main-link:after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #53C63F;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

ul.nav a.main-link:hover:after,
ul.nav li#current a.main-link:after {
  width: 100%; }

ul.nav li.has-button a.button {
  margin-left: 50px; }

#scroll-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 100100;
  background: #fff;
  padding: 23px 50px;
  display: none; }

#scroll-header ul.nav {
  top: 50%;
  transform: translate(0, -50%); }

ul.top-nav {
  padding-left: 50px;
  border-bottom-left-radius: 100px;
  z-index: 101; }

header.full-header ul.top-nav {
  background: #2f2f2f; }

ul.top-nav > li > a {
  display: block;
  height: 38px;
  line-height: 36px;
  color: #6C6C6C;
  font-size: 0.8125em;
  margin-right: 30px; }

header.full-header ul.top-nav > li > a {
  color: #fff; }

ul.top-nav > li:last-child a {
  margin-right: 0; }

ul.top-nav > li > a.sub-toggle {
  padding-right: 20px;
  background: url(images/nav-arrow.svg) no-repeat right center; }

ul.top-nav > li > a:hover {
  color: #2f2f2f; }

header.full-header ul.top-nav > li > a:hover {
  color: #53C63F; }

ul.subnav {
  width: 200px;
  position: absolute;
  top: 100%;
  left: -99999px;
  background: #EBEBED;
  padding: 15px;
  z-index: 100; }

li:hover ul.subnav {
  left: -15px; }

ul.subnav a {
  display: block;
  color: #2f2f2f;
  font-size: 0.8125em;
  line-height: 1.3em; }

ul.subnav a:hover,
ul.subnav li.current_page_item a {
  color: #53C63F; }

ul.subnav li + li a {
  margin-top: 10px; }

a.search-toggle {
  width: 38px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  background: #2f2f2f;
  padding-top: 2px; }

header.full-header a.search-toggle {
  background: #D6D6D6; }

a.search-toggle path {
  fill: #fff; }

header.full-header a.search-toggle path {
  fill: #2f2f2f; }

a.search-toggle:hover,
header.full-header a.search-toggle:hover {
  background: #53C63F; }

ul.top-nav li {
  position: relative; }

.search-form {
  position: absolute;
  top: 0;
  right: 38px;
  width: 0;
  height: 38px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

.search-form.active {
  width: 370px; }

#searchform {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%; }

#searchform input.medium {
  height: 38px; }

  .event-pricing-table { display: flex; justify-content: space-between; flex-wrap: wrap;}
  .event-pricing-table div:first-of-type { background-color: #999; }
  .event-pricing-table div:nth-of-type(2) {background-color: #999;}
  .event-pricing-table div:last-of-type {background-color: #999;}
  .event-pricing-table div { flex: 1; background-color: #53C63F; width: 31%; text-align: center; line-height: 1.2; margin: 5px; padding: 10px; }
  .event-pricing-table div.active { background-color: #53C63F;}
  .event-pricing-table div p { margin: 5px; font-weight: 300;  color: #000; }
  .event-pricing-table div p:first-of-type { text-transform: uppercase; font-weight: bold; }
  .event-pricing-table b { font-weight: 700; display: block; padding: 5px; margin-top: 5px; margin-bottom: 5px; color: #fff; font-size: 140%;}
  .event-pricing-table div a { display: block; text-transform: uppercase; font-weight: 700; color: #fff; }
  @media only screen and (max-width: 1024px) { 
  .event-pricing-table { display: block; }
  .event-pricing-table div { display: block; width: 100%; }
  }
  .meeting-tabs {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin-top: -40px;
    z-index: 999;
    position: relative;
  }
  .meeting-tabs a {
    text-decoration: none;
    color: white;
    padding: 5px 15px;
    margin-right: 10px;
    background-color: green;
    transition: 500ms all;
    height: 40px;
  }
  .meeting-tabs a:hover {
    background-color: white;
    color: black;
  }
  .meeting-tabs a.active {
    background-color: white;
    color: green;
  }

.gf_page_steps { text-align: center; display: flex; justify-content: center; gap: 10px; }
.gf_step_number { display: block; font-size: 1.5rem; background-color: gray; padding: 5px; border-radius: 50%; width: 30px; margin: auto; }
.gf_step_active .gf_step_number { background: orange; }
.gform_body fieldset { border: 0; padding: 0; margin: 10px 0; }
/* !Buttons + Links	 - - - - - */
a.button,
input.gform_button, 
input.gform_previous_button,
input.gform_next_button {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.2em;
  padding: 12px 30px 14px 30px;
  font-family: "Open Sans", Arial, Verdana, sans-serif;
  border-radius: 28px;
  background: #53C63F;
  color: #fff;
  display: inline-block;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; 
margin-top: 20px;}

  input.gform_previous_button { background: grey; }
a.button:hover,
input.gform_button:hover,
input.gform_previous_button:hover,
input.gform_next_button:hover {
  background: #009FC8;
  color: #fff; }

a.button.margin-top {
  margin-top: 35px; }

a.text-link,
.text-link {
  font-family: "Marcellus", Georgia, Times, serif;
  display: inline-block;
  position: relative;
  font-size: 1.25em;
  padding-bottom: 5px;
  border-bottom: 1px solid #53C63F; }

a.text-link:hover {
  color: #009FC8;
  border-color: #009FC8; }

a.text-link.margin-top {
  margin-top: 35px; }

a.text-link.has-arrow {
  position: relative;
  margin-right: 25px; }

a.text-link.has-arrow svg {
  position: absolute;
  top: 0;
  right: -25px; }

a.text-link.has-arrow polygon {
  fill: #53C63F;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.text-link.has-arrow:hover polygon {
  fill: #009FC8; }

a.button.white-bg {
  background: #fff;
  color: #53C63F; }

a.button.white-bg:hover {
  color: #fff;
  background: #38843F; }

/* !Footer - - - - - */
.footer-top {
  padding: 45px 0; }

.footer-bottom {
  padding-bottom: 15px; }

ul.footer-nav a {
  display: block;
  color: #6C6C6C;
  text-decoration: underline; }

ul.footer-nav a:hover {
  color: #2f2f2f; }

ul.footer-nav li + li a {
  margin-left: 30px; }

.footer-wrap {
  padding-left: 130px;
  background: url(images/ohie-icon.svg) no-repeat left top; }

.footer-col1 {
  width: 20%;
  padding-right: 25px; }

.footer-col2,
.footer-col3 {
  width: 40%;
  padding-right: 25px; }

.small-label {
  font-size: 1.375em;
  line-height: 1.4em;
  padding-bottom: 5px;
  border-bottom: 1px solid #D6D6D6;
  color: #000;
  font-family: "Marcellus", Georgia, Times, serif; }

ul.footer-links a {
  display: block;
  margin: 15px 20px 0 0;
  color: #6C6C6C;
  font-size: 0.875em;
  line-height: 1.3em; }

ul.footer-links a:hover {
  color: #009FC8; }

.footer-col2 ul.footer-links li,
.footer-col3 ul.footer-links li {
  width: 50%;
  display: inline-block;
  vertical-align: top; }

.footer-social {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 10; }

.footer-social a.social {
  display: block;
  text-align: center;
  margin: 0 auto; }

.footer-social a.social + a.social {
  margin-top: 12px; }

a.social path,
a.social circle {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.social:hover path,
a.social:hover circle {
  fill: #009FC8; }

.footer-wrap {
  padding-right: 50px;
  position: relative; }

.mobile-social {
  display: none;
  padding-top: 65px;
  background: url(images/ohie-icon.svg) no-repeat center top;
  text-align: center; }

.mobile-social a + a {
  margin-left: 15px; }

/* !Standard Header - - - - - */
.screen-max {
  max-width: 50%;
  padding: 0 50px;
  margin: 0 0 0 auto; }

.screen-max.wide {
  max-width: 70%; }

/* !CTA Block - - - - - */
.cta-right {
  width: 300px;
  padding: 10px 0 0 40px; }

.cta-left {
  width: calc(100% - 300px); }

.over {
  position: relative;
  z-index: 20; }

.overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(47, 47, 47, 0.3); }

.has-dots {
  position: relative; }

.has-dots:after,
.action-right:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: url(images/dots-bg.jpg) no-repeat center bottom #EBEBED;
  background-size: 100% auto; }

.columns-block.has-dots:after {
  width: 80%;
  left: 20%;
  height: 50%;
  top: 50%; }

.has-dots.dk-grey-bg:after {
  background-image: url(images/dots-dark.jpg);
  background-color: #2f2f2f; }

.has-dots.blue-bg:after {
  background-image: url(images/dots-blue.jpg);
  background-color: #009FC8; }

.cta-block.blue-bg a.button:hover {
  background-color: #2f2f2f; }

.white-dots.has-dots:after {
  background-image: url(images/dots-white.jpg);
  background-color: #fff; }

/* !Form Block - - - - - */
.form-left {
  width: 320px; }

.form-right {
  width: calc(100% - 320px);
  padding-left: 80px; }

.partner-interest .form-right { 
  width: calc(100% - 400px);
}  
.text + .page-form {
  margin-top: 50px; }

/* !Form Fields - - - - - */

.gfield_required { margin-left: 4px; color: red;}
ul.gform_fields,
.text ul.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.gform_fields li,
.text ul.gform_fields li {
  margin-bottom: 20px;
  clear: both; }

.text ul.gform_fields li {
  padding: 0;
  margin: 0 0 20px 0; }

.text ul.gform_fields li:before {
  display: none; }

input.medium,
textarea,
select,
.ginput_complex input {
  width: 100%;
  background: #EBEBED;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px 15px;
  height: 46px;
  font-family: "Open Sans", Arial, Verdana, sans-serif;
  color: #6C6C6C;
  text-indent: 0.01px;
  text-overflow: '';
  font-size: 1em; }

.ginput_complex.ginput_container_address span:nth-child(1), .ginput_complex.ginput_container_address span:nth-child(2) {
  margin-bottom: 0 !important;
}

select,
.variations select,
body .woocommerce form .form-row select,
body .woocommerce-page form .form-row select {
  background: url(images/nav-arrow.svg) no-repeat right 15px center #EBEBED;
  padding-right: 40px;
  color: #6C6C6C; }

.form-block input.medium,
.form-block textarea,
.form-block select,
.form-block .ginput_complex input {
  background-color: #fff; }

/* .ginput_complex span:nth-child(even) { float: none !important; padding-left: 0 !important; } */

.ginput_complex.ginput_container_password { margin: 0; }
.ginput_complex.ginput_container_password span { width: 100%; float: none; padding-left: 0 !important; }
.ginput_complex.ginput_container_password span:nth-child(odd) { padding-right: 0 !important; }
.ginput_complex.ginput_container_password span:nth-child(odd) input { margin-bottom: 20px; }
.gfield_password_strength { color: #999; text-transform: uppercase; font-size: .85em; padding-left: 15px; }

.white-form input.medium,
.white-form textarea,
.white-form select,
.white-form .ginput_complex input {
  background-color: #fff; }

textarea {
  resize: none;
  height: 200px;
  padding: 10px; }

.gform_validation_container {
  display: none !important; }

.gfield_label,
.ginput_complex label {
  display: none; }

  .with-labels .gfield_label,
  .with-labels .ginput_complex label {
    display: block; 
  }
  .with-labels .gfield_label {
    font-weight: bold;
    font-size: 1.1em;
  }

  .show-label .gfield_label { padding-top: 30px;}
.show-label .gfield_label,
.show-label .ginput_complex label {
  display: block;
  font-size: 0.8125em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1.4em;
  margin-bottom: 8px;
  color: #6C6C6C;
  font-family: "Open Sans", Arial, Verdana, sans-serif; }

.form-block .show-label .gfield_label,
.form-block .show-label .ginput_complex label {
  color: #fff; }

.form-block .field_sublabel_below .gfield_label {
  padding-top: 30px; }

::-webkit-input-placeholder {
  opacity: 1;
  color: #6C6C6C;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #6C6C6C;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #6C6C6C;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

:-ms-input-placeholder {
  opacity: 1;
  color: #6C6C6C;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

:focus::-webkit-input-placeholder {
  color: transparent; }

:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent; }

:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent; }

:focus:-ms-input-placeholder {
  color: transparent; }

.validation_error {
  padding-bottom: 20px;
  font-weight: bold;
  color: #FF5331;
  font-size: 0.9375em;
  line-height: 1.4em; }

.validation_message {
  padding-top: 5px;
  color: #FF5331;
  font-style: italic;
  font-size: 0.8125em;
  line-height: 1.4em; }

.gform_confirmation_message {
  color: #009FC8;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.4em; }

ul.gfield_radio,
ul.gfield_checkbox {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%; }

ul.gfield_radio li,
ul.gfield_checkbox li {
  text-align: left;
  width: calc(50% - 4px);
  display: inline-block;
  padding: 0 25px 0 34px;
  margin: 15px 0 0 0;
  position: relative; }

ul.gfield_radio label,
ul.gfield_checkbox label {
  font-weight: bold;
  font-size: 0.9375em;
  display: block; 
  margin-left: 2em;}

.form-block ul.gfield_radio label,
.form-block ul.gfield_checkbox label {
  color: #fff; }

ul.gfield_radio input,
ul.gfield_checkbox input {
  width: 22px;
  height: 22px;
  border: 3px solid #D6D6D6;
  background: none;
  border-radius: 120%;
  -webkit-appearance: none;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  text-indent: -9999px; }

ul.gfield_checkbox input {
  border-radius: 0; }

ul.gfield_checkbox input:checked {
  background: url(images/check.svg) no-repeat center; }

ul.gfield_radio input:checked {
  background: #009FC8; }

ul.gform_fields li.left,
.text ul.gform_fields li.left,
ul.gform_fields li.right,
.text ul.gform_fields li.right,
.ginput_complex span {
  width: 50%;
  float: left;
  clear: none; }

ul.gform_fields li.left,
.text ul.gform_fields li.left,
.ginput_complex span:nth-child(odd) {
  padding-right: 10px;
  clear: left; }

ul.gform_fields li.right,
.text ul.gform_fields li.right,
.ginput_complex span:nth-child(even) {
  padding-left: 10px;
  clear: none !important;
  float: right; }

li.clear {
  clear: both; }

.gform_ajax_spinner {
  margin: 20px auto 0 auto;
  border: 4px solid rgba(108, 108, 108, 0.2);
  border-left: 4px solid #6C6C6C;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px; }

.form-block .gform_ajax_spinner {
  border: 4px solid rgba(214, 214, 214, 0.2);
  border-left: 4px solid #D6D6D6; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.gform_footer {
  text-align: center; }

.gform_footer img {
  display: block;
  margin: 10px auto 0 auto;
  width: 24px;
  height: auto;
  clear: both; }

h2.gsection_title {
  font-family: "Marcellus", Georgia, Times, serif;
  border-bottom: 1px solid #D6D6D6;
  color: #000;
  font-size: 1.875em;
  padding-bottom: 10px;
  line-height: 1.3em;
  margin: 60px 0 30px 0; }

.form-block h2.gsection_title {
  color: #fff; }

li:first-child h2.gsection_title {
  margin-top: 0; }

.ginput_complex.ginput_container_address span:nth-child(1),
.ginput_complex.ginput_container_address span:nth-child(2) {
  width: 100%;
  float: none;
  padding: 0;
  margin-bottom: 20px;
  display: block; }

.ginput_complex.ginput_container_address span:nth-child(3),
.ginput_complex.ginput_container_address span:nth-child(4),
.ginput_complex.ginput_container_address span:nth-child(5) {
  float: left; }

.ginput_complex.ginput_container_address span:nth-child(3) {
  width: 40%;
  padding: 0; }

.ginput_complex.ginput_container_address span:nth-child(4) {
  width: 30%;
  padding: 0 0 0 20px; }

.ginput_complex.ginput_container_address span:nth-child(5) {
  width: 30%;
  padding: 0 0 0 20px !important;
  clear: none; }

.ginput_complex.ginput_container_address span:nth-child(6) {
  width: 100%;
  margin-top: 20px;
  clear: both; }

.gform_drop_area {
  border: 1px dashed #D6D6D6;
  padding: 40px 20px;
  margin: 5px 0;
  text-align: center; }

.gform_drop_instructions {
  display: block;
  margin-bottom: 5px;
  font-family: "Open Sans", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em; }

#extensions_message {
  display: block;
  margin-top: 3px; }

.ginput_preview {
  position: relative;
  padding-left: 22px;
  font-size: 0.9375em;
  line-height: 16px;
  font-weight: normal;
  margin-bottom: 8px; }

.ginput_preview img {
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 0; }

.ginput_preview:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: url(images/cancel.svg) no-repeat; }

.gfield_description:last-child {
  margin-top: 5px; }

.text .gform_wrapper {
  margin-top: 40px; }

.text .gform_wrapper:first-child {
  margin-top: 0; }

.gf_clear {
  clear: both; }

.ginput_complex.ginput_container_address span.address_country {
  padding-left: 0; }

/* !Hide Captcha Badge - - - - - */
.grecaptcha-logo,
.grecaptcha-badge {
  visibility: hidden !important; }

/* !Text Columns - - - - - */
ul.text-cols {
  padding: 0 25px;
  max-width: 1450px;
  margin: 0 auto; }

ul.text-cols li {
  padding: 25px;
  width: 25%; }

/* !Columns Block - - - - - */
ul.page-cols li,
ul.box-list li {
  width: 33.33%;
  padding: 0 10px; }

ul.page-cols li {
  margin: 40px 0; }

ul.box-list li {
  padding: 10px; }

ul.page-cols,
ul.box-list {
  padding: 0 40px;
  max-width: 1450px;
  margin: 0 auto; }

.col-block {
  height: 100%;
  padding: 40px 30px 50px 30px; }

.col-icon {
  max-width: 100px;
  margin: -40px auto 0 auto;
  transform: translate(0, -50%); }

.col-title {
  position: relative;
  margin-bottom: 30px; }

.col-title:after {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  background: #fff;
  z-index: 1;
  transform: translate(-50%, 0); }

/* !Grey Boxes - - - - - */
.grid-box-bg .text li { width: 100%; padding: 0 5px; }
.grid-box-bg {
  height: 100%;
  padding: 60px 40px 140px 40px; }

.grid-box-bg .button-wrap {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  padding: 0 40px;
  z-index: 10; }

ul.box-list .center {
  margin-top: 40px; }

.bold-label {
  font-size: 1.875em;
  font-weight: bold; }

.grey-boxes-block .bold-label {
  padding-bottom: 20px; }

/* !Resources Landing - - - - - */
.resources-intro {
  padding-bottom: 70px; }

/* !Practice Block - - - - - */
.practice-left {
  width: 250px; }

.practice-right {
  width: calc(100% - 250px);
  padding-left: 60px; }

ul.practice-list li {
  padding: 0 0 45px 0; }

.practice-headline a {
  display: block;
  color: #2f2f2f; }

.practice-headline a:hover {
  color: #009FC8; }

.text.margin-top {
  margin-top: 10px; }

a.learn-more {
  display: inline-block;
  margin-top: 15px; }

/* !Orgs Block - - - - - */
.orgs-wrap.has-dots:after {
  width: 100%; }

.orgs-left,
.action-left,
.events-left {
  width: 350px;
  padding-right: 40px; }

.orgs-right,
.action-right,
.events-right {
  width: calc(100% - 350px);
  padding-left: 40px; }

ul.logo-list li {
  width: 25%;
  padding: 20px; }

ul.logo-list img {
  max-width: 190px; }

/* !Alts Block - - - - - */
.block-image,
.block-content {
  direction: ltr;
  width: 50%; }

.block-content {
  position: relative;
  z-index: 2; }

.block-row:nth-child(even) {
  direction: rtl; }

.block-row:nth-child(odd) .block-image-wrap {
  width: calc(100% + 265px);
  position: relative;
  z-index: 1; }

.block-pad {
  padding: 80px 50px 80px 80px;
  position: relative;
  z-index: 10; }

.block-label {
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 1.5em; }

.block-row + .block-row {
  margin-top: 160px; }

.block-row:nth-child(even) .block-image-wrap {
  width: calc(100% + 85px);
  margin-left: -85px; }

.block-image-wrap {
  position: relative; }

.block-row:nth-child(odd) .block-image-wrap:after,
.test-block.dk-blue-bg:before,
.download-block:before {
  content: "";
  width: 10000px;
  height: 160px;
  position: absolute;
  top: 100%;
  right: calc(100% - 300px);
  z-index: 1;
  background: url(images/blue-ribbon.svg) no-repeat right bottom; }

.block-row:nth-child(even) .block-image-wrap:after,
.test-block.dk-blue-bg:after {
  content: "";
  width: 10000px;
  height: 160px;
  position: absolute;
  bottom: 100%;
  left: calc(100% - 200px);
  z-index: 1;
  background: url(images/green-ribbon.svg) no-repeat left top; }

.download-block:before {
  top: 0; }

.test-block.dk-blue-bg:after {
  background-image: url(images/blue-ribbon-reverse.svg); }

/* !Actions - - - - - */
.action-right {
  padding-left: 0; }

.action-right:after {
  left: auto;
  right: -50px;
  padding: 50px 0;
  bottom: -50px; }

a.action-block {
  display: block;
  margin-left: 20px; }

.action-title {
  font-size: 1.75em;
  font-weight: bold;
  color: #fff;
  line-height: 1.4em; }

.action-title-screen {
  padding: 35px 25px; }

.action-screen {
  z-index: 11;
  padding: 35px 25px;
  opacity: 0;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a:hover .action-screen {
  opacity: 1; }

.action-link {
  display: inline-block;
  margin: 40px auto 0 auto;
  border-color: #fff;
  color: #fff; }

.action-controls {
  position: absolute;
  bottom: -38px;
  right: 0;
  text-align: right;
  z-index: 11; }

.action-controls .slick-next {
  margin-left: 15px; }

.action-controls .slick-prev,
.action-controls .slick-next {
  width: 21px;
  height: 21px;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

.action-controls .slick-prev:hover,
.action-controls .slick-next:hover {
  opacity: .5; }

.action-controls .slick-prev {
  background: url(images/circle-arrow-left.svg) no-repeat center; }

.action-controls .slick-next {
  background: url(images/circle-arrow-right.svg) no-repeat center; }

/* !Testimonials - - - - - */
.round-image {
  border-radius: 120%;
  overflow: hidden; }

.test-image {
  max-width: 385px;
  margin: 0 auto; }

.test-controls {
  padding-top: 40px;
  text-align: center;
  color: #2f2f2f;
  font-size: 0.8125em;
  line-height: 1.4em; }

.test-controls a,
.test-controls .test-count {
  display: inline-block;
  vertical-align: middle; }

.test-controls a {
  position: relative;
  top: 3px; }

.test-count {
  padding: 0 20px; }

.test-controls a path,
.test-controls a polygon {
  fill: #fff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

.test-controls a:hover path,
.test-controls a:hover polygon {
  fill: #009FC8; }

.test-controls {
  color: #009FC8; }

.test-block.white-bg .test-controls a path,
.test-block.white-bg .test-controls a polygon {
  fill: #2f2f2f; }

.test-block.white-bg .test-controls a:hover path,
.test-block.white-bg .test-controls a:hover polygon {
  fill: #009FC8; }

.test-text {
  font-size: 1.25em;
  line-height: 1.5em;
  color: #fff; }

.test-block.white-bg .test-text {
  color: #2f2f2f; }

.test-block .block-label {
  color: #fff; }

.test-block.white-bg .block-label {
  color: #009FC8; }

.test-name {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.3em;
  margin-top: 30px; }

.test-title {
  margin-top: 5px;
  font-size: 0.875em;
  line-height: 1.4em; }

.test-block.white-bg .test-name {
  color: #2f2f2f; }

.test-left {
  width: 40%;
  padding: 0 50px; }

.test-right {
  width: 60%;
  padding: 0 50px; }

.test-border-wrap:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 40%;
  background: #EBEBED;
  z-index: 1; }

.test-block.dk-blue-bg .test-border-wrap:before {
  background: #009FC8; }

/* !Events Block - - - - - */
.grid-event-left {
  width: 190px;
  padding: 5px 50px 40px 0; }

.grid-event-right {
  width: calc(100% - 190px);
  padding: 0 0 10px 20px;
  border-left: 4px solid #53C63F; }

.grid-month,
.grid-time {
  font-size: 1.125em;
  line-height: 1.2em; }

.grid-day {
  font-size: 3.125em;
  line-height: 1.3em;
  margin-bottom: 5px; }

ul.event-list li + li {
  margin-top: 65px; }

.event-actions a {
  display: inline-block;
  margin-top: 30px;
  padding-left: 0;
  font-size: 1.125em;
  padding-botom: 3px;
  border-bottom: 1px solid #53C63F; }

.event-actions a:hover {
  color: #009FC8;
  border-color: #009FC8; }

.event-actions a svg {
  position: relative;
  margin-right: 5px; }

.event-actions a + a {
  margin-left: 25px; }

.event-actions a path,
.event-actions a rect {
  fill: #53C63F;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

.event-actions a:hover path,
.event-actions a:hover rect {
  fill: #009FC8; }

/* !Single Practice Ares - - - - - */
.area-label {
  margin-bottom: 20px; }

ul.practice-buttons {
  padding-top: 5px; }

ul.practice-buttons li {
  margin: 15px 15px 0 0; }

.screen-max.align-left {
  margin: 0 auto 0 0; }

.header-wrap.section-pad {
  padding-left: 50px;
  padding-right: 50px; }

/* !Events Landing - - - - - */
.month-title {
  font-size: 1.875em;
  line-height: 1.3em;
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle; }

.event-controls {
  margin-bottom: 80px; }

.event-controls a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 3px; }

.event-controls a path,
.event-controls a polygon {
  fill: #53C63F;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

.event-controls a:hover path,
.event-controls a:hover polygon {
  fill: #2f2f2f; }

.event-filters {
  margin-top: 40px; }

a.toggle-cat {
  font-family: "Marcellus", Georgia, Times, serif;
  font-size: 1.125em;
  line-height: 1.3em;
  padding-left: 40px;
  position: relative;
  display: block;
  color: #000;
  cursor: pointer; }

a.toggle-cat:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0; }

a.toggle-cat:after {
  content: "";
  background: url(images/check-green.svg) no-repeat center;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.toggle-cat.active:after {
  opacity: 1; }

a + a.toggle-cat {
  margin-top: 25px; }

ul.event-list li {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

ul.event-list li.fade {
  opacity: .1; }

ul.event-list li.fade.up {
  opacity: 1; }

/* !Outcomes - - - - - */
.out-image a {
  display: block;
  position: relative;
  overflow: hidden; }

.out-screen {
  z-index: 110;
  text-align: center;
  padding: 50px;
  top: calc(100% - 15px);
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a:hover .out-screen {
  top: 0; }

.block-max {
  max-width: 350px;
  margin: 0 auto; }

.out-link-title {
  margin-top: 40px;
  font-family: "Marcellus", Georgia, Times, serif;
  font-size: 1.25em;
  padding-bottom: 35px;
  background: url(images/white-circle-arrow-right.svg) no-repeat center bottom;
  color: #fff; }

.out-image {
  width: 61.5%;
  direction: ltr; }

.out-content {
  width: 38.5%;
  padding: 50px;
  direction: ltr; }

.out-row:nth-child(even) {
  direction: rtl; }

.out-row:nth-child(even) .out-image {
  width: 50%;
  padding-right: 50px; }

.out-row:nth-child(even) .out-content {
  width: 50%; }

/* !Single Outcome - - - - - */
.out-stats {
  margin-top: 40px;
  border-top: 1px solid #fff; }

.out-stats.black { border-color: rgba(0,0,0,.4);}

.out-screen-max {
  max-width: 640px; }

.out-stats li {
  display: inline-block;
  max-width: 50%;
  padding: 25px 25px 25px 0;
  font-size: 1.125em; }

.out-stats .bold {
  padding-right: 10px; }

.out-stats li + li {
  padding-left: 25px;
  border-left: 1px solid #fff; }
  .out-stats.black li + li { border-color: rgba(0,0,0,.4);}

.out-intro-right {
  width: 250px;
  padding: 0 0 30px 30px;
  border-left: 1px solid #53C63F; }

.out-intro-left {
  width: calc(100% - 250px);
  padding-right: 50px; }

.side-label {
  font-size: 1.25em;
  line-height: 1.5em;
  margin-bottom: 10px; }

.results-left {
  width: 250px;
  padding-right: 80px; }

.results-right {
  width: calc(100% - 250px); }

ul.results-list li {
  width: 50%;
  text-align: center;
  padding: 0 0 80px 80px; }

.results-number {
  font-size: 2.875em;
  line-height: 1.3em; }

.results-list .text {
  margin-top: 30px; }

.frame-section + .frame-section {
  margin-top: 80px; }

.frame-intro {
  padding-bottom: 30px; }

.frame-left {
  width: 350px;
  padding: 40px 50px 0 0; }

.frame-intro .frame-left {
  padding-top: 0; }

.frame-right {
  width: calc(100% - 350px); }

.frame-box-pad {
  padding: 45px 30px; }

.frame-box-pad.no-bottom {
  padding-bottom: 0; }

.frame-box {
  border: 1px solid #53C63F; }

ul.com-icons li {
  width: 25%;
  padding: 0 20px 40px 20px;
  text-align: center; }

.com-icon {
  max-width: 60px;
  margin: 0 auto 40px auto; }

.com-title {
  font-size: 1.0625em;
  line-height: 1.4em; }

.layer-box {
  padding: 15px 35px;
  text-align: center;
  position: relative; }

.layer-box:before,
.layer-box:after {
  content: "";
  width: 1px;
  height: 60px;
  position: absolute;
  top: -60px;
  left: 50%;
  background: #53C63F;
  z-index: 1; }

.layer-box:after {
  top: 100%; }

.frame-box-text {
  margin-bottom: 40px; }

.layer-title {
  font-size: 1.125em;
  line-height: 1.4em; }

ul.frame-cols > li {
  width: 33.33%;
  padding: 0 50px 50px 0; }

.col-text {
  margin-top: 30px; }

.col-text:first-child {
  margin-top: 0; }

/* !Framework - - - - - */
.com-learn {
  padding: 60px 0 20px 0; }

.com-section-title {
  font-size: 0.875em;
  text-align: center;
  line-height: 1.4em;
  position: relative;
  padding: 40px 0; }

.com-section-title:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  background: #6C6C6C; }

.com-section-title span {
  padding: 0 10px;
  background: #2f2f2f;
  position: relative;
  z-index: 10; }

a.frame-toggle {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #53C63F;
  font-size: 0.875em;
  line-height: 1.4em;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: .05em; }

a.frame-toggle span {
  position: relative; }

a.frame-toggle span:after {
  content: "";
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: -20px;
  background: url(images/nav-arrow.svg) no-repeat center;
  transform: translate(0, -50%);
  transform-origin: center;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.frame-toggle.active span:after {
  transform: translate(0, -50%) rotate(180deg); }

.com-wrap {
  display: none; }

.download-wrap {
  padding-left: 50px; }

.download-left {
  width: 285px;
  padding: 0 25px; }

.download-right {
  width: calc(100% - 285px);
  padding-left: 80px; }

.download-image {
  max-width: 225px;
  margin: 0 auto;
  box-shadow: 0 0 5px 0 rgba(47, 47, 47, 0.3); }

/* !Search - - - - - */
ol.search-results-list {
  margin-top: 40px; }

ol.search-results-list li {
  margin-bottom: 40px; }

ol.search-results-list .vsmall-headline a {
  color: #009FC8;
  display: block; }

ol.search-results-list .vsmall-headline a:hover {
  color: #53C63F; }

ol.search-results-list mark {
  background: none;
  color: #53C63F; }

.excerpt {
  margin-top: 10px; }

/* !Mobile Nav - - - - - */
a.nav-toggle {
  width: 66px;
  height: 66px;
  background: none;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1000000;
  display: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

a.nav-toggle div {
  width: 30px;
  height: 2px;
  background: #2f2f2f;
  position: absolute;
  right: 18px;
  text-indent: -9999px;
  border-radius: 2px;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.nav-toggle.white div {
  background: #fff; }

.scrolled a.nav-toggle.white div {
  background: #2f2f2f; }

.nav-active a.nav-toggle div,
.nav-active a.nav-toggle.white div,
.nav-active.scrolled a.nav-toggle div,
.nav-active.scrolled a.nav-toggle.white div {
  background: #fff; }

a.nav-toggle div:nth-child(1) {
  top: 23px; }

a.nav-toggle div:nth-child(2) {
  top: 50%;
  margin-top: -1px; }

a.nav-toggle div:nth-child(3) {
  bottom: 23px; }

a.nav-toggle.active div {
  background: #fff; }

a.nav-toggle.active div:nth-child(2) {
  opacity: 0; }

a.nav-toggle.active div:nth-child(1) {
  top: 32px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

a.nav-toggle.active div:nth-child(3) {
  bottom: 32px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); }

a.nav-toggle.active:before {
  opacity: 0; }

.menu-wrap,
.tools-menu-wrap {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #53C63F;
  z-index: 100200;
  width: 100%;
  padding: 45px 30px;
  min-height: 100%;
  overflow-y: scroll;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

.menu-wrap .flex-wrap,
.tools-menu-wrap .flex-wrap {
  min-height: calc(100vh - 90px);
  position: relative;
  z-index: 100011;
  overflow: visible; }

.nav-active .nav-wrap {
  visibility: visible;
  opacity: 1; }

.nav-fade .nav-wrap {
  opacity: 0; }

.tools-menu-wrap,
.lng-menu-wrap {
  left: 100%;
  visibility: visible;
  opacity: 1;
  z-index: 100300; }

.tools-active .tools-menu-wrap,
.lng-active .lng-menu-wrap {
  left: 0; }

ul.mobile-nav a.mobile-link {
  font-size: 1.375em;
  color: #fff;
  font-weight: bold;
  line-height: 1.4em; }

ul.mobile-nav a.mobile-link:hover,
ul.mobile-nav li#current a.mobile-link {
  color: #38843F; }

ul.mobile-nav li + li {
  margin-top: 35px; }

ul.mobile-nav a.button {
  font-size: 1.25em; }

input.navsearch-field {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-family: "Open Sans", Arial, Verdana, sans-serif;
  color: #fff;
  font-size: 1em;
  padding: 7px 30px;
  background: url(images/search-icon-white.svg) no-repeat right 5px center; }

#navsearch ::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
  font-style: italic;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

#navsearch :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #fff;
  font-style: italic;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

#navsearch ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #fff;
  font-style: italic;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

#navsearch :-ms-input-placeholder {
  opacity: 1;
  color: #fff;
  font-style: italic;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

#navsearch :focus::-webkit-input-placeholder {
  color: transparent; }

#navsearch :focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent; }

#navsearch :focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent; }

#navsearch :focus:-ms-input-placeholder {
  color: transparent; }

#navsearch {
  max-width: 250px;
  margin: 0 auto; }

ul.under-mobile-nav {
  margin-top: 40px; }

ul.under-mobile-nav a,
ul.small-mobile-nav a {
  display: block;
  font-size: 1em;
  line-height: 1.4em;
  color: #fff; }

ul.under-mobile-nav li + li,
ul.small-mobile-nav li + li {
  margin-top: 18px; }

ul.under-mobile-nav a:hover,
ul.under-mobile-nav li#current a,
ul.small-mobile-nav a:hover,
ul.small-mobile-nav li#current a {
  color: #38843F; }

ul.under-mobile-nav svg {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  top: -2px; }

ul.under-mobile-nav polygon,
a.tools-back polygon,
a.lng-back polygon {
  fill: #fff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

ul.under-mobile-nav a:hover polygon,
ul.under-mobile-nav li#current a polygon,
a.tools-back:hover polygon,
a.lng-back:hover polygon {
  fill: #38843F; }

a.tools-back svg,
a.lng-back svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -2px; }

a.tools-back,
a.lng-back {
  margin-top: 60px; }

/* !Newsletter Bar - - - - - */
.newsletter-right {
  width: 500px;
  padding: 10px; 
   }

.newsletter-left {
  width: calc(100% - 500px); }


.newsletter-text {
  padding: 5px 30px;
  font-size: 1.125em;
  line-height: 1.3em; }

.newsletter-form input.medium, .newsletter-form input#input_6_3 {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 10px;
  color: #000; }

li#field_6_2 .ginput_container {
  position: relative; }

.newsletter-form .gform_submission_error { line-height: 1.2; }
.newsletter-form .simple_captcha_medium input { text-transform: uppercase;}

/* li#field_6_2 .ginput_container a.join {
  width: 30px;
  height: 100%;
  background: url(images/small-white-arrow-right.svg) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  text-indent: -9999px; } */

.newsletter-form .gform_footer input.gform_button {
  border-radius: 28px;
  background-color: #009FC8;
  color: #fff;
  /* left: -9999px;  */
}

.newsletter-form .gform_footer { text-align: left; }
.newsletter-form .gform_footer img {
  margin-bottom: 10px; }

.newsletter-form ::-webkit-input-placeholder {
  color: #000; }

.newsletter-form :-moz-placeholder {
  /* Firefox 18- */
  color: #000; }

.newsletter-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000; }

.newsletter-form :-ms-input-placeholder {
  color: #000; }

.newsletter-form ul.gform_fields li {
  margin: 10px; }

.newsletter-form .validation_error,
.newsletter-form .validation_message,
.newsletter-form .gform_confirmation_message {
  color: #2f2f2f; }

.newsletter-form .gform_confirmation_message {
  padding: 10px 0; }

.newsletter-form .validation_error {
  padding-top: 10px; }

.newsletter-form .validation_message {
  padding-bottom: 10px; }

/* !Pagination - - - - - */
.post-nav {
  padding-top: 40px; }

.post-nav a.button.next {
  width: 60px;
  background: url(images/full-white-arrow-left.svg) no-repeat center #53C63F;
  text-indent: -9999px; }

.post-nav a.button + a.button {
  margin-left: 15px; }

.post-nav a.button.prev {
  width: 60px;
  background: url(images/full-white-arrow-right.svg) no-repeat center #53C63F;
  text-indent: -9999px; }

.post-nav a.button.prev:hover,
.post-nav a.button.next:hover {
  background-color: #009FC8; }

/* !Post Grid Author - - - - - */
.grid-meta {
  margin: 20px 0 15px 0;
  font-size: 0.75em;
  line-height: 1.4em; }

.grid-meta div + div {
  margin-top: 8px; }

.single-post .grid-meta {
  margin-bottom: 0; }

/* !Donation Form - - - - - */
.gfield_creditcard_warning_message {
  padding-bottom: 20px;
  font-style: italic; }

.gform_card_icon_container {
  height: 32px;
  display: table;
  margin-bottom: 20px; }

.gform_card_icon {
  width: 50px;
  height: 34px;
  margin-left: 10px;
  display: inline-block;
  float: left;
  text-indent: -9999px; }

.gform_card_icon:first-child {
  margin-left: 0; }

.gform_card_icon_amex {
  background: url(images/amex.svg) no-repeat center;
  background-size: 50px 33px; }

.gform_card_icon_discover {
  background: url(images/discover.svg) no-repeat center;
  background-size: 50px 33px; }

.gform_card_icon_mastercard {
  background: url(images/mastercard.svg) no-repeat center;
  background-size: 50px 33px; }

.gform_card_icon_visa {
  background: url(images/visa.svg) no-repeat center;
  background-size: 50px 33px; }

.ginput_card_expiration_container label {
  margin-top: 10px;
  display: block; }

.ginput_total {
  font-size: 1.875em;
  line-height: 1.4em;
  font-family: "Marcellus", Georgia, Times, serif;
  color: #fff; }

.ginput_container_creditcard {
  max-width: 600px; }

.ginput_container_creditcard span {
  float: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
  display: block !important; }

.ginput_container_creditcard > span {
  display: block;
  width: 100%;
  margin-top: 20px; }

.ginput_container_creditcard.ginput_complex span + span input {
  margin-top: 0; }

.ginput_container_creditcard select + select,
.ginput_cardinfo_right {
  margin-top: 20px; }

.ginput_card_expiration_container label,
.ginput_cardinfo_right label,
.ginput_container_creditcard span.ginput_card_security_code_icon {
  display: none !important; }

/* - - - Media Queries - - - */
@media only screen and (max-width: 1380px) {
  .headline {
    font-size: 2.5em;
    line-height: 1.3em; }
  .screen-max {
    max-width: 60%; } }

@media only screen and (max-width: 1200px) {
  /* Style adjustments for viewports that meet the condition */
  .action-screen .text {
    display: none; }
  .big-subhead,
  .sans-sub {
    font-size: 1.875em;
    line-height: 1.4em; }
  .subhead {
    font-size: 1.625em;
    line-height: 1.4em; }
  .small-headline {
    font-size: 1.125em;
    line-height: 1.4em; }
  .text {
    line-height: 1.6em;
    font-size: 1em; }
  .text.small-text {
    font-size: 0.875em; }
  .home-screen {
    padding-top: 70px; }
  header {
    padding: 30px 25px; }
  ul.nav {
    right: 30px; }
  ul.nav a.main-link {
    font-size: 1.125em; }
  a.button,
  input.gform_button,
  a.text-link,
  .text-link {
    font-size: 1em; }
  ul.nav a.button {
    margin-top: -1px; }
  .action-title {
    font-size: 1.125em; }
  #scroll-header {
    padding-left: 25px;
    padding-right: 25px; }
  .block-pad {
    padding: 50px; }
  ul.logo-list li {
    width: 33.33%; }
  a.text-link.margin-top {
    margin-top: 25px; }
  .orgs-left,
  .action-left,
  .events-left,
  .download-left {
    width: 275px; }
  .orgs-right,
  .action-right,
  .events-right,
  .download-right {
    width: calc(100% - 275px); }
  .grid-event-right .subhead {
    margin-bottom: 8px; }
  .footer-col2 ul.footer-links li,
  .footer-col3 ul.footer-links li {
    width: 100%;
    display: block; }
  .footer-col1,
  .footer-col2,
  .footer-col3 {
    width: 33.33%; }
  ul.footer-links a {
    margin-right: 0; }
  .download-wrap {
    padding-left: 0; } }

@media only screen and (max-width: 1024px) {
  .headline {
    font-size: 2em;
    line-height: 1.3em; }
  .big-subhead,
  .sans-sub {
    font-size: 1.75em;
    line-height: 1.4em; }
  .subhead {
    font-size: 1.375em;
    line-height: 1.4em; } }

@media only screen and (max-width: 1023px) {
  ul.nav,
  ul.top-nav,
  .event-filters,
  header .banner a 
  {
    display: none; }
  .orgs-left,
  .action-left,
  .events-left,
  .download-left {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 40px; }
  .orgs-right,
  .action-right,
  .events-right,
  .download-right {
    width: 100%;
    display: block;
    padding: 0; }
  .screen-max,
  .screen-max.wide {
    max-width: none;
    text-align: center;
    padding: 0; }
  .home-screen {
    padding-bottom: 40px; }
  .home-screen.flex-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .home-screen.flex-wrap .flex-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100% !important; }
  .inner {
    padding: 0 25px;
    max-width: 910px; }
  header,
  #scroll-header {
    padding: 20px 25px;
    height: 66px; }
  a.logo {
    width: 120px;
    height: 26px;
    background-size: 100% auto; }
  .section-pad {
    padding: 70px 0; }
  .small-section-pad {
    padding: 45px 0; }
  .big-section-pad {
    padding: 100px 0; }
  .action-right:after {
    right: -25px;
    width: 80%; }
  .block-image,
  .out-image,
  .out-row:nth-child(even) .out-image {
    width: 100%;
    display: block;
    margin: 0 auto 40px auto;
    max-width: 920px; }
  .out-row:nth-child(even) .out-image {
    padding: 0; }
  .block-content,
  .out-content,
  .out-row:nth-child(even) .out-content {
    width: 100%;
    display: block;
    text-align: center; }
  .block-row:nth-child(odd) .block-image-wrap,
  .block-row:nth-child(even) .block-image-wrap {
    width: 100%; }
  .block-pad {
    padding: 0; }
  .block-row:nth-child(odd) .block-image-wrap:after,
  .block-row:nth-child(even) .block-image-wrap:after {
    width: 1000px;
    height: 55px;
    top: -55px;
    background-size: auto 230%;
    transform: scaleY(-1);
    background-position: right bottom; }
  .test-block.dk-blue-bg:before,
  .test-block.dk-blue-bg:after,
  .download-block:before {
    width: 1000px;
    height: 55px;
    background-size: auto 230%; }
  .block-row:nth-child(even) .block-image-wrap:after,
  .test-block.dk-blue-bg:after {
    transform: none;
    background-position: left top; }
  .block-row:nth-child(even) .block-image-wrap {
    margin-left: 0; }
  .event-controls {
    margin-bottom: 30px; }
  .month-title {
    font-size: 1.25em; }
  .out-content {
    padding: 0 25px; }
  .out-intro-left,
  .results-left,
  .results-right,
  .frame-left,
  .frame-right,
  .cta-left,
  .cta-right,
  .practice-left,
  .practice-right,
  .form-left,
  .form-right, .partner-interest .form-right {
    width: 100%;
    padding: 0;
    display: block; }
  .out-intro-right {
    margin-top: 40px;
    width: 100%;
    display: block; }
  .side-label {
    font-size: 1em; }
  .results-left,
  .frame-left,
  .cta-left,
  .practice-left,
  .form-left {
    margin-bottom: 30px; }
  .cta-block {
    text-align: center; }
  ul.results-list li {
    text-align: left;
    padding: 0 40px 40px 0; }
  .results-number {
    font-size: 1.875em; }
  ul.box-list li {
    width: 50%; }
  ul.page-cols,
  ul.box-list {
    padding: 0 15px; }
  .bold-label {
    font-size: 1.5em; }
  ul.text-cols li {
    width: 100%;
    display: block;
    padding: 0; }
  ul.text-cols li + li {
    margin-top: 35px; }
  ul.practice-list li {
    padding-left: 0;
    padding-right: 20px; }
  ul.practice-list a {
    font-size: 1em; }
  ul.practice-buttons {
    margin-top: 30px; }
  ul.practice-buttons li {
    display: block;
    margin: 0; }
  ul.practice-buttons li + li {
    margin-top: 15px; }
  a.nav-toggle {
    display: block; }
  .newsletter-bar .inner {
    padding: 0;
    max-width: 768px; }
  .newsletter-left {
    padding: 10px 25px; }
  .newsletter-right,
  .newsletter-left {
    width: 100%;
    display: block; } }

@media only screen and (max-width: 880px) {
  .footer-social,
  ul.footer-links,
  .test-border-wrap:before {
    display: none; }
  .full-header-wrap {
    height: 525px;
    overflow: hidden; }
  .full-header-wrap > img {
    width: 880px;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1; }
  ul.logo-list li {
    width: 50%;
    padding: 12px; }
  .orgs-wrap.has-dots:after {
    width: calc(100% - 25px); }
  .action-right:after {
    width: calc(100% + 50px);
    padding: 15px 0; }
  .footer-wrap {
    padding: 0;
    background: none; }
  .mobile-social {
    display: block; }
  .footer-bottom {
    text-align: center; }
  .footer-col1,
  .footer-col2,
  .footer-col3 {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
    margin-top: 40px; }
  ul.footer-nav a {
    font-size: 0.6875em; }
  ul.footer-nav li + li a {
    margin-left: 10px; }
  .footer-toggle {
    display: inline-block;
    margin: 0 auto;
    position: relative; }
  .footer-toggle:before {
    content: "";
    width: 13px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -28px;
    margin: -3px 0 0 0;
    background: #53C63F;
    z-index: 1; }
  .footer-toggle:after {
    content: "";
    width: 3px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: -23px;
    margin: -8px 0 0 0;
    background: #53C63F;
    z-index: 2;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    transition: all .35s ease; }
  .footer-toggle.active:after {
    opacity: 0; }
  ul.out-stats {
    border: none;
    padding-bottom: 25px;
    font-size: 0.875em; }
  ul.out-stats li {
    width: 100%;
    max-width: none;
    display: block;
    padding: 0;
    border: none; }
  ul.out-stats li + li {
    margin-top: 25px; }
  .grid-box-bg {
    padding: 35px 25px 100px 25px; }
  .bold-label {
    font-size: 1.375em; }
  ul.page-cols li {
    width: 100%;
    text-align: center; }
  .test-left,
  .test-right {
    width: 100%;
    display: block;
    padding: 0; }
  .test-left {
    padding-bottom: 30px; }
  .test-text {
    font-size: 1em; } }

@media only screen and (max-width: 768px) {
  /* Style adjustments for viewports that meet the condition */
  .text img.alignleft,
  .text img.alignright {
    margin: 10px auto;
    float: none;
    display: block;
    max-width: 100%;
    width: auto;
    height: auto; }
  .section-pad {
    padding: 55px 0; }
  .resources-intro {
    padding-bottom: 55px; }
  .big-section-pad {
    padding: 65px 0; }
  .alts-block.big-section-pad {
    padding: 80px 0; }
  .block-row + .block-row {
    margin-top: 80px; }
  .grid-event-left,
  .grid-event-right {
    width: 100%;
    display: block;
    margin: 0; }
  .grid-event-left {
    padding: 0;
    margin-bottom: 30px; }
  .grid-month,
  .grid-time {
    font-size: 1em; }
  .grid-day {
    font-size: 2.5em; }
  .block-row:nth-child(odd) .block-image-wrap:after {
    right: 50px; }
  .home-screen .text {
    font-size: 0.875em; }
  .headline {
    font-size: 1.875em; }
  .header-block > .inner {
    padding: 0; }
  ul.gform_fields li.left,
  .text ul.gform_fields li.left,
  ul.gform_fields li.right,
  .text ul.gform_fields li.right,
  .ginput_complex span,
  ul.gform_fields li.left,
  .text ul.gform_fields li.left,
  .ginput_complex span:nth-child(odd),
  ul.gform_fields li.right,
  .text ul.gform_fields li.right,
  .ginput_complex span:nth-child(even) {
    width: 100%;
    float: none;
    clear: both !important;
    padding-left: 0;
    padding-right: 0; }
  .ginput_complex span + span input {
    margin-top: 20px; }
  h2.gsection_title {
    font-size: 1.375em; }
  .ginput_complex.ginput_container_address span:nth-child(3),
  .ginput_complex.ginput_container_address span:nth-child(4),
  .ginput_complex.ginput_container_address span:nth-child(5),
  .ginput_complex.ginput_container_address span:nth-child(6) {
    width: 100%;
    display: block;
    float: none;
    padding-left: 0 !important; }
  .ginput_complex.ginput_container_address span:nth-child(1),
  .ginput_complex.ginput_container_address span:nth-child(2) {
    margin-bottom: 0; } }

@media only screen and (max-width: 767px) {
  /* Style adjustments for viewports that meet the condition */
  .out-screen .text {
    display: none; }
  a.action-block {
    margin-left: 0; }
  .section-pad,
  .big-section-pad {
    padding: 45px 0; }
  .resources-intro {
    padding-bottom: 45px; }
  ul.results-list li {
    padding: 0 0 30px 0;
    width: 100%;
    display: block; }
  .results-number {
    font-size: 1.625em; }
  .results-list .text {
    margin-top: 20px; }
  ul.com-icons li {
    width: 50%; }
  ul.box-list li,
  ul.practice-list li {
    width: 100%;
    display: block;
    height: auto !important; }
  ul.practice-list li {
    padding: 0; }
  ul.practice-list li + li {
    margin-top: 20px; }
  .grid-box-bg {
    padding-bottom: 35px; }
  .grid-box-bg .button-wrap {
    position: static;
    padding: 0; }
  ul.box-list .center {
    margin-top: 0; }
  .frame-box-pad {
    padding: 30px 20px; } }

@media only screen and (max-width: 600px) {
  /* Style adjustments for viewports that meet the condition */
  .logos { flex-direction: column;}
  .frame-section {
    text-align: center; }
  .frame-intro.frame-section {
    text-align: left; }
  ul.com-icons li {
    padding: 0 10px 15px 0; }
  ul.gfield_radio li,
  ul.gfield_checkbox li {
    width: 100%;
    padding-right: 0; }
  .com-title,
  a.frame-toggle {
    font-size: 0.75em; }
  .frame-box-text .text {
    font-size: 0.875em; }
  ul.frame-cols > li {
    width: 100%;
    text-align: left;
    display: block;
    padding: 0 0 40px 0; } }

@media only screen and (max-width: 400px) {
  /* Style adjustments for viewports that meet the condition */ }

@media only screen and (max-width: 320px) {
  /* Style adjustments for viewports that meet the condition */ }

/* - - - Non-Semantic Helper Classes - - - */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after,
.ginput_complex:before,
.ginput_complex:after {
  content: "";
  display: table; }

.clearfix:after,
.ginput_complex:after {
  clear: both; }

.clearfix,
.ginput_complex {
  *zoom: 1; }

/* - - - Print Styles - - - */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

.ginput_total {
  color: #ffffff !important;
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  background-color: rgba(0, 109, 167, 0.8);
  border: none;
  margin-top: 20px; /* Increase the top margin */
  margin-bottom: 20px; /* Increase the bottom margin */
  margin-left: 20px; /* Increase the left margin */
  margin-right: 20px; /* Increase the right margin */
}

