/**
 * @license
 * MyFonts Webfont Build ID 4017439, 2021-02-19T14:29:43-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed ../../fonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: SofiaPro-UltraLight by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/ultra-light/
 *
 * Webfont: SofiaPro-UltraLightitalic by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/ultra-light-italic/
 *
 * Webfont: SofiaPro-ExtraLight by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/extra-light/
 *
 * Webfont: SofiaPro-ExtraLightitalic by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/extra-light-italic/
 *
 * Webfont: SofiaPro-Light by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/light/
 *
 * Webfont: SofiaPro-Lightitalic by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/light-italic/
 *
 * Webfont: SofiaPro-Regular by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/regular/
 *
 * Webfont: SofiaPro-Regularitalic by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/regular-italic/
 *
 * Webfont: SofiaPro-Medium by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/medium/
 *
 * Webfont: SofiaPro-Mediumitalic by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/medium-italic/
 *
 * Webfont: SofiaPro-SemiBold by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/semi-bold/
 *
 * Webfont: SofiaPro-SemiBolditalic by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/semi-bold-italic/
 *
 * Webfont: SofiaPro-Bold by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/bold/
 *
 * Webfont: SofiaPro-Bolditalic by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/bold-italic/
 *
 * Webfont: SofiaPro-Black by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/black/
 *
 * Webfont: SofiaPro-Blackitalic by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/black-italic/
 *
 *
 * ../../fonts copyright: Copyright © Olivier Gourvat - Mostardesign Type Foundry, 2020. All rights reserved.
 *
 * © 2021 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3d4d1f");

@font-face {
  font-family: "Sofia Pro";
  font-weight: bold;
  font-style: italic;
  src: url('../../fonts/SofiaProBolditalic/font.woff2') format('woff2'), url('../../fonts/SofiaProBolditalic/font.woff') format('woff');
}

@font-face {
  font-family: "Sofia Pro";
  font-weight: bold;
  font-style: normal;
  src: url('../../fonts/SofiaProBold/font.woff2') format('woff2'), url('../../fonts/SofiaProBold/font.woff') format('woff');
}

@font-face {
  font-family: "Sofia Pro";
  font-weight: normal;
  font-style: italic;
  src: url('../../fonts/SofiaProRegularitalic/font.woff2') format('woff2'), url('../../fonts/SofiaProRegularitalic/font.woff') format('woff');
}

@font-face {
  font-family: "Sofia Pro";
  font-weight: normal;
  font-style: normal;
  src: url('../../fonts/SofiaProRegular/font.woff2') format('woff2'), url('../../fonts/SofiaProRegular/font.woff') format('woff');
}

body,
body .jupiterx-site,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, div {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif !important;
  font-weight: normal;
  font-style: normal;
}

body .jupiterx-main {
  background-image: none !important;
}


body .elementor-182 .elementor-element.elementor-element-9d00862 .raven-nav-menu-main .raven-nav-menu > li > a.raven-menu-item-active {
  text-decoration: underline !important;
}

// CSS for layers

   .layers .layer:nth-child(even) {
     background-color: #edf2ec;
   }

@media (min-width: 768px) {
  .layers .layer:nth-child(even) .layer__sidebar {
    -ms-flex-order: -1;
    order: -1;
  }
}

.layer--content .layer__content {
  margin: 0 auto;
  max-width: 42.5rem;
}

.layer--content .layer__content--default {
  max-width: 42.5rem;
}

@media (min-width: 768px) {
  .layer--content .layer__content--default {
    width: calc(100% - 23.75rem);
  }
}

@media (min-width: 1024px) {
  .layer--content .layer__content--default {
    width: calc(100% - 37.5rem);
  }
}

.layer--content .layer__content--large {
  max-width: 73.125rem;
}

@media (min-width: 768px) {
  .layer--content .layer__sidebar {
    width: 23.75rem;
  }
}

@media (min-width: 1024px) {
  .layer--content .layer__sidebar {
    width: 37.5rem;
  }
}

@media (min-width: 768px) {
  .layer--content.has-sidebar .layer__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0;
    margin: 0 -1.875rem;
  }
}

@media (min-width: 768px) {
  .layer--content.has-sidebar .layer__content,
  .layer--content.has-sidebar .layer__sidebar {
    display: inline-block;
    font-size: 0.9375rem;
    padding: 0 1.875rem;
    vertical-align: top;
  }
}

.layer--content.has-sidebar .layer__content {
  margin: 0;
}

.layer--content.sidebar--left .layer__sidebar {
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.layer--content.sidebar--right .layer__sidebar {
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.layer--content.sidebar--full .layer__sidebar {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layer--content.sidebar--full .layer__sidebar .cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .layer--content.sidebar--full .layer__sidebar .cta {
    max-width: 48%;
  }
}

@media (max-width: 767px) {
  .layer--content.sidebar--full .layer__sidebar .cta {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .layer--content.sidebar--full .layer__sidebar .cta + .cta {
    margin-top: unset;
  }
}

.layer--content .layer__content--default {
  width: 80%;
  max-width: 880px;
}

@media (max-width: 767px) {
  .layer--content .layer__content + .layer__sidebar {
    margin-top: 3.75rem;
  }
}

.layer__sidebar .cta + .cta {
  margin-top: 3.75rem;
}

.layer__sidebar .cta.message-border {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 30px 50px;
  text-align: center;
}

.layer__sidebar .cta.message-border p {
  font-size: 1.25rem;
  line-height: normal;
  margin: 0 0 20px;
}

.layer__sidebar .cta--image {
  background: #fff;
}

.layer__sidebar .resource__thumbnail {
  max-width: 3.125rem;
}

@media (min-width: 1024px) {
  .layer__sidebar .resource__thumbnail {
    max-width: 5rem;
  }
}

.layer__sidebar .resource__thumbnail + .resource__details {
  padding-left: 1.875rem;
  width: calc(100% - 3.125rem);
}

@media (min-width: 1024px) {
  .layer__sidebar .resource__thumbnail + .resource__details {
    width: calc(100% - 5rem);
  }
}

.layer__sidebar .btn {
  display: block;
}

.layer__quote {
  color: #43484d;
  display: block;
  font-size: 1.625rem;
  font-weight: 300;
  margin: 0 auto;
  max-width: 880px;
  line-height: normal;
  padding-top: 1.5625rem;
  position: relative;
  text-align: center;
}

.layer__quote::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAZCAYAAADJ9/UkAAACYElEQVR4AWIgBqQ1+HKFVvtIx3bHcjOQCUJXhTIDKq0KpqthIIi7u+sI7u5ukSdDmgru7g7Jd+gPYJRf++giz5q0aWfq3duc7VXRhUXpOzY7CJCQmKcNiyPLR/KdcI6pcaAOKRYc2cbZyPBPsIE9Jn6x0+mM9q/UsJ0RdQHdXZOwitS0EOL0W3ultvw1cAU7X5tr3SDiexyA7n7pe3txFbEmtgkL9dmIjdxeAOEhXnp3Eh+Qv1KPia2JrDRldtQPNX8w1KQWIa9lxAPhcmw33sjp2oh3JcQjsWnsHQChAHLQLS/IsBtX3rfmVoUbBeqzkef/KerAXWC+EJE8h8VVEn9qrvUSE7+iSE0ogGA4f/nCDRI8tK1iKy57yG87ibGpT2K1J0yvHz8+PzGEGAXkreyPjeX+FZOUTiDJI3gfKEiHnMRW3HQjuiF3VydaJpQcOfWk7Uxpa5S0hcjBOy5Ta0EVOeTTV2iaxL74W2N5oWgxMFwgR483r9G1Sc58P1eTQ2zEJK4NDBb9ia3Hi5BdG/7ozq87410DKNQGUtxdAMIaCsSurGTAOZSRQncIFhGN+TMA6gCxP/452H6Y93VtpB8vrMzbrLmqNtAhkfnz93Vs/NF3eFGXPCG5pdBqVt4PwRZaEDmoA0SOi9LKT9aKHjW3AVc37+9d8/xP3o34EGhjBB3iGQr+PTONzSUSeyIobVaeHgBCQKDDZatFaKv+UDXJuEJoUqJj44pgpcbGxA5oKx73KdsrbXkWk1xSAHhmhcI/IIkn/T+d+f7AGzWHcEyAbIaNFf/cUO/Pz3d5iu03/cX8sGvYw/wAAAAASUVORK5CYII=);
  content: "";
  height: 1.5625rem;
  position: absolute;
  top: -1.875rem;
  left: 50%;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 1.9375rem;
}

.layer__quote-source {
  color: #86939e;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 2.1875rem;
}

.layer__quote-source-title {
  padding-left: 2.1875rem;
  position: relative;
}

.layer__quote-source-title::before {
  content: "|";
  position: absolute;
  left: 0.875rem;
}

/* Grid System */
.grid {
  font-size: 0;
  margin-top: 1.875rem;
}

@media (min-width: 480px) {
  .grid {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.grid--center {
  text-align: center;
}

.grid__item {
  display: inline-block;
  font-size: 0.9375rem;
  margin: 0 0 1.5625rem;
  vertical-align: top;
}

@media (min-width: 480px) {
  .grid__item {
    margin-bottom: 6.25rem;
  }
}

.grid--quarters .grid__item, .grid--thirds .grid__item, .grid--halves .grid__item {
  width: 100%;
}

@media (min-width: 480px) {
  .grid--quarters .grid__item, .grid--thirds .grid__item, .grid--halves .grid__item {
    width: 40%;
  }
}

@media (min-width: 768px) {
  .grid--quarters .grid__item, .grid--thirds .grid__item {
    width: 33%;
  }
}

@media (min-width: 1024px) {
  .grid--quarters .grid__item {
    width: 25%;
  }
}

.layer.layer--pipeline {
  max-width: 1100px;
  margin: auto;
}

.pipelines {
  width: 100%;
}

.pipelines__heading {
  border-bottom: solid 1px #ddd;
  color: #363a15;
  font-weight: 500;
  padding-bottom: 0.625rem;
  width: 16%;
  vertical-align: bottom;
  line-height: 1;
  text-align: center;
}

@media (max-width: 767px) {
  .pipelines__heading {
    display: inline-block;
    font-size: 0.75rem;
    text-align: left;
    width: 25%;
  }
}

@media (max-width: 479px) {
  .pipelines__heading {
    font-size: 0.625rem;
  }
}

.pipelines__heading--left {
  text-align: left;
}

@media (max-width: 767px) {
  .pipelines__heading--left {
    display: none;
  }
}

.pipelines th:first-child {
  border-bottom: solid 1px #ddd;
}

.pipelines td {
  color: #557d4b;
  font-size: 1rem;
  font-weight: 700;
  vertical-align: middle;
  position: relative;
}

.pipelines td.symptom {
  background: rgba(85, 125, 75, 0.1);
  border-bottom: 1px solid #ddd;
}

.pipelines td.symptom .vertical-text {
  display: block;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
}

.pipelines .first {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .pipelines .desktop {
    display: none;
  }
  .pipelines .symptom {
    padding: 15px 0;
    text-align: center;
  }
  .pipelines .first {
    padding-top: 25px;
  }
}

@media (min-width: 768px) {
  .pipelines .mobile {
    display: none;
  }
}

.pipeline__data, .pipeline__text {
  border-bottom: solid 1px #ddd;
  padding: 1.875rem 0;
  line-height:1rem;
}

.pipeline__text a {
  color: #557d4b !important;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .pipeline__data {
    display: inline-block;
    width: 25%;
  }
}

.pipeline__blurb {
  height: 2.8125rem;
  width: 100%;
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pipeline__blurb span {
  display: table-cell;
  vertical-align: middle;
  font-size: .75rem;
  text-align: center;
  height: 5.9375rem;
  background: #f6f9ed85;
}

@media (max-width: 767px) {
  .pipeline__text {
    border-bottom: none;
    display: block;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .pipeline__text:first-child {
    padding-top: 1.875rem;
  }
}

.pipeline__bar {
  background: #eee;
  height: 35px;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* &::before {
				background: $gallery;
				content: "";
				height: 100%;
				position: absolute;
					top: 0;
					right: 0;
					z-index: 2;
				width: rem(4px);
			}

			&::after {
				background: rgba(font-color(highlight), .1);
				content: "";
				height: calc(100% - 12px);
				position: absolute;
					top: rem(6px);
					left: 0;
					z-index: 1;
				width: 100%;

			} */
}

.pipeline__bar_text {
  position: absolute;
  width: 320px;
  font-size: 12px;
  color: white;
  top: 2.5rem;
  z-index: 5555;
  padding-left: 0.5rem;
  text-transform: uppercase;
}

.pipeline__bar--active {
  background: #557d4b;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0.0625rem;
  left: 0;
  z-index: 1;
  display: block;
  border-left: 1px dashed white;
}

.pipeline__bar--3.pipeline__bar--active {
  background: linear-gradient(90deg, rgba(84,127,74,1) 0%, rgba(65,150,30,1) 15%, rgba(194,232,8,1) 100%);
}

.pipeline__bar--4.pipeline__bar--active.pipeline__bar--half {
  background: linear-gradient(90deg, rgba(194,232,8,1) 0%, rgba(250,99,110,1) 100%);
}

.pipeline__bar--4.pipeline__bar--active.pipeline__bar--complete {
  background: linear-gradient(90deg, rgba(194,232,8,1) 0%, rgba(250,99,110,1) 100%);
}

.pipeline__bar--3.pipeline__bar--active.pipeline__bar--25 {
  background: #557d4b;
}

.pipeline__bar--complete {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.pipeline__bar--active.pipeline__bar--1::after {
  animation-delay: 0;
}

.pipeline__bar--active.pipeline__bar--2::after {
  animation-delay: .5s;
}

.pipeline__bar--active.pipeline__bar--3::after {
  animation-delay: 1s;
}

.pipeline__bar--active.pipeline__bar--4::after {
  animation-delay: 1.5s;
}

.pipeline__bar--first {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-left: none;
}

.pipeline__bar--first::after {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 0.375rem;
}

.pipeline__bar--last {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.pipeline__bar--last::after {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  left: auto;
  right: 0.375rem;
}

.pipeline__bar--25, .pipeline__bar--half, .pipeline__bar--75 {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.pipeline__bar--25 {
  width: 25%;
}

.pipeline__bar--half {
  width: 50%;
}

.pipeline__bar--75 {
  width: 75%;
}

/* Slide animation for pipeline */
@keyframes slidein {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

// pipeline footnotes
   ol.footnotes {
     list-style: none;
     padding: 0;
   }

// CSS for the Gravity Forms

   .gform_fields,
   .gfield_radio,
   .gfield_checkbox {
     padding-left: 0;
   }

ul.gform_fields {
  padding-left: 0 !important;
  list-style: none !important;
}

.gform_wrapper {
  margin-bottom: 1.5625rem;
}

.gfield {
  clear: both;
  padding-bottom: .9375rem;
}

.gform_description {
  display: block;
  margin-bottom: 1.875rem;
}

.screen-reader-text {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 7px;
}

.instruction,
.gfield_description {
  clear: both;
  font-size: 85%;
}

.instruction {
  font-style: italic;
}

.gfield_required {
  color: #e50000;
  margin-left: 3px;
  position: relative;
  top: 0px;
}

.validation_error,
.validation_message,
.gfield_error input {
  border-color: #e50000;
  color: #e50000;
  font-weight: 600;
}

.validation_message {
  margin-top: 5px;
}

.validation_error {
  margin-bottom: 20px;
}

.gfield_error input,
.gfield_error textarea,
.gfield_error .selector select[multiple="multiple"] {
  border-color: #e50000;
  color: #e50000;
  font-weight: 600;
}

.gform_footer {
  clear: both;
}

.gform_ajax_spinner {
  display: none !important;
}

.gfield_radio,
.gfield_checkbox {
  padding-left: 0;
}

.gfield_radio label,
.gfield_checkbox label {
  display: inline;
}

.ginput_complex {
  overflow: hidden;
}

.ginput_complex label {
  display: block;
  font-size: 85%;
}

.ginput_complex input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
}

.ginput_complex .ginput_right,
.ginput_complex .ginput_left {
  float: left;
  width: 49%;
}

.ginput_complex .ginput_right {
  margin-left: 2%;
}

.name_prefix,
.name_first,
.name_middle,
.name_last,
.name_suffix {
  float: left;
}

.gf_name_has_5 span {
  margin-left: 1%;
  width: 19.2%;
}

.gf_name_has_4 span {
  margin-left: 2%;
  width: 23.5%;
}

.gf_name_has_3 span {
  margin-left: 2%;
  width: 32%;
}

.gf_name_has_2 span {
  margin-left: 2%;
  width: 49%;
}

.gf_name_has_5 span:first-child,
.gf_name_has_4 span:first-child,
.gf_name_has_3 span:first-child,
.gf_name_has_2 span:first-child {
  margin-left: 0;
}

.has_zip .address_zip,
.has_state .address_state {
  margin-left: 0;
}

.has_state.has_zip .address_zip {
  float: right;
}

.has_state.has_country .address_state,
.has_state.has_zip .address_state,
.has_state.has_street .address_state {
  float: left;
  margin-left: 0;
}

.has_city.has_state .address_state,
.has_city.has_zip .address_zip,
.has_city.has_country .address_country,
.has_zip.has_country .address_country {
  margin-left: 2%;
}

.has_city.has_state.has_zip .address_zip,
.has_city.has_zip.has_country .address_country,
.has_city.has_state.has_country .address_country {
  float: left;
  margin-left: 0;
}

.has_state.has_country.has_zip .address_zip {
  float: right;
  margin-left: 2%;
}

.has_state.has_country.has_zip .address_country {
  margin-left: 0;
}

.has_state.has_country.has_zip.has_city .address_state {
  float: right;
  margin-left: 2%;
}

.gf_left_half,
.gf_right_half,
.gf_left_third,
.gf_middle_third,
.gf_right_third {
  float: left;
  clear: none;
}

.gf_left_half .small,
.gf_left_half .medium,
.gf_left_half .large,
.gf_right_half .small,
.gf_right_half .medium,
.gf_right_half .large,
.gf_left_third .small,
.gf_left_third .medium,
.gf_left_third .large,
.gf_middle_third .small,
.gf_middle_third .medium,
.gf_middle_third .large,
.gf_right_third .small,
.gf_right_third .medium,
.gf_right_third .large {
  width: 100% !important;
}

.gf_left_half,
.gf_right_half {
  width: 49%;
}

.gf_right_half {
  margin-left: 2%;
}

.gf_left_third,
.gf_middle_third,
.gf_right_third {
  width: 32%;
}

.gf_middle_third,
.gf_right_third {
  margin-left: 2%;
}

.gf_left_half,
.gf_left_third {
  clear: both;
}

.gfield_date_month,
.gfield_date_day,
.gfield_date_year,
.gfield_date_dropdown_month,
.gfield_date_dropdown_day,
.gfield_date_dropdown_year {
  float: left;
  margin-left: 2%;
  width: 6.25rem;
}

.gfield_date_month input,
.gfield_date_day input,
.gfield_date_year input,
.gfield_date_dropdown_month input,
.gfield_date_dropdown_day input,
.gfield_date_dropdown_year input {
  display: block;
  width: 100%;
}

.gfield_date_dropdown_month,
.gfield_date_month {
  margin-left: 0;
}

.gfield_time_hour,
.gfield_time_minute,
.gfield_time_ampm {
  float: left;
}

.gfield_time_hour input,
.gfield_time_minute input,
.gfield_time_ampm input {
  width: 3.375rem;
}

.gfield_time_hour label,
.gfield_time_minute label,
.gfield_time_ampm label {
  display: block;
}

.gfield_time_minute {
  margin-left: .25rem;
}

.gfield_time_ampm {
  margin-left: .75rem;
  width: 4.375rem;
}

.gform_drop_area {
  border: 2px dashed #ddd;
  color: #aaa;
  margin-bottom: 10px;
  padding: 1.5625rem;
  text-align: center;
}

.datepicker {
  max-width: 8.75rem;
}

.ui-datepicker {
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  font-size: 9px;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker-header {
  background-color: #fff;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  border: 1px solid #e0e0e0;
  font-size: .6875rem;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2.5%;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  height: 30px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  width: 30px;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #fff;
}

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=1);
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

.gf_progressbar {
  border-radius: 3px;
  background: #ccc;
  padding: .3125rem;
}

.gf_progressbar_percentage {
  border-radius: 3px;
  background: #999;
  color: #fff;
  font-weight: 600;
  padding: 0 5px;
  text-align: center;
}

.field_description_below .gfield_description {
  margin-top: .25rem;
}

.gfield .small {
  width: 25%;
}

.gfield .medium {
  width: 49%;
}

.gfield .large {
  width: 100%;
}

.gform_widget .top_label input,
.gform_widget .uploader {
  width: 100%;
}

.gform_widget .top_label [type="submit"] {
  width: auto;
}

.gform_widget .uploader span.action {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 649px) {
  .gf_right_half,
  .gf_name_has_2 span {
    margin-left: 0;
  }
  .ginput_complex > span {
    width: 100%;
  }
  .ginput_complex .name_first,
  .ginput_complex .name_last,
  .ginput_complex .ginput_left,
  .ginput_complex .ginput_right {
    width: 100%;
  }
  .ginput_complex .ginput_right {
    margin-left: 0;
  }
  .gf_left_half,
  .gf_right_half {
    width: 100%;
  }
  .gf_left_half input,
  .gf_right_half input {
    width: 100%;
  }
  .gfield {
    margin-top: 0;
  }
  .gfield input,
  .gfield .selector {
    width: 100%;
  }
  .gform_wrapper .medium,
  .gform_wrapper .large {
    width: 100% !important;
  }
}
