/* ===========================================================
   Gravity Forms Reset
   =========================================================== */
/*

gf_pad_right : adds 1em of padding to the right

gf_1_2: 50%;

gf_1_3: 33.333%

gf_1_4: 25%

gf_fancy_label: Adds placeholder label functionality. (won't work on all fields)

*/
/* ======================================
   Imports
   ======================================= */
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.1
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.html") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.html") no-repeat 0px 2px;
  height: 10px;
  display: inline-block;
  background: url("chosen-sprite.html") no-repeat -41px 0; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("chosen-sprite.html") no-repeat 100% -20px;
  background: url("chosen-sprite.html") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.html") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("chosen-sprite.html") no-repeat -30px -20px;
  background: url("chosen-sprite.html") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite%402x.html") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
/* @end */
/*
----------------------------------------------------------------

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: January 31, 2014 3:32 PM

Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Released under the MIT license.
http://jquery.org/license
some styles courtesty of http://www.hongkiat.com/

Gravity Forms is a Rocketgenius project
copyright 2008 - 2014 Rocketgenius Inc.
http: //www.rocketgenius.com

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

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

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  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 {
  margin-top: 2.5%; }

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../images/datepicker/arrow.html");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.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: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  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: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0); }

.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;
  text-shadow: 1px 1px 0px #fff;
  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: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  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 */
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  filter: dropshadow(color=#FFF, offx=0, offy=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; }

/* ======================================
   Variables
   ======================================= */
/* ======================================
   Placeholders
   ======================================= */
/*styles input placeholders*/
.gform_wrapper ::-webkit-input-placeholder {
  color: #414141; }

.gform_wrapper :-moz-placeholder {
  color: #414141; }

.gform_wrapper ::-moz-placeholder {
  color: #414141; }

.gform_wrapper :-ms-input-placeholder {
  color: #414141; }

/* ======================================
   Main
   ======================================= */
.gform_wrapper {
  padding: 1em 0;
  color: #000000; }

.gform_heading .gform_title {
  margin-bottom: 1em; }
.gform_heading .gform_description {
  display: block;
  margin-bottom: 1em; }

/*labels*/
.gfield_label {
  display: block;
  color: #333333;
  font-size: .75em;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1.5;
  margin: 0 0 1em 0;
  padding: 0;
  font-weight: bold; }
  .gfield.hidden_label .gfield_label {
    display: none; }
  .gfield_label .gfield_required {
    color: red; }

.gf_no_label .gfield_label {
  display: none; }

.gf_no_sub_label .ginput_container_radio label,
.gf_no_sub_label .ginput_container_checkbox label {
  display: none; }

.gfield.gf_fancy_label {
  position: relative; }
  .gfield.gf_fancy_label .gfield_label {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    padding: 1em;
    line-height: 2;
    font-size: 1em;
    opacity: 1;
    top: 0;
    left: 0;
    color: #414141;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .gfield.gf_fancy_label .gfield_label.gfield_label_before_complex {
      position: relative;
      padding: 0 0 .5em;
      color: #333333; }
  .gfield.gf_fancy_label .ginput_container {
    position: relative;
    z-index: 1; }
  .gfield.gf_fancy_label.active .gfield_label {
    padding: .5em 1em;
    font-size: .5em;
    opacity: .5; }
  .gfield.gf_fancy_label .ginput_complex > span {
    position: relative;
    padding-bottom: 1em; }
    .gfield.gf_fancy_label .ginput_complex > span label {
      position: absolute;
      z-index: 2;
      pointer-events: none;
      padding: 1em;
      line-height: 1.5;
      font-size: 1em;
      opacity: 1;
      top: 0;
      left: 0;
      color: #333333;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 100%;
      overflow: hidden;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .gfield.gf_fancy_label .ginput_complex > span.active label {
      padding: .5em 1em;
      font-size: .5em;
      opacity: .5; }
  html.no-js .gfield.gf_fancy_label .gfield_label {
    position: relative;
    padding: 0 0 .5em; }

/*clearfix gform*/
.gform_fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  /*Fields*/
  /*inputs*/ }
  .ua-ie-9 .gform_fields:before, .ua-ie-8 .gform_fields:before, .ua-ie-9 .gform_fields:after, .ua-ie-8 .gform_fields:after {
    content: " ";
    display: table; }
  .ua-ie-9 .gform_fields:after, .ua-ie-8 .gform_fields:after {
    clear: both; }
  .gform_fields > * {
    float: left; }
  .gform_fields li.gfield {
    display: block;
    width: 100%;
    padding-bottom: 1em;
    margin: 0;
    list-style: none; }
  .gform_fields .gfield.gf_pad_right {
    padding-right: 1em; }
  .gform_fields .gfield.gf_pad_left {
    padding-left: 1em; }
  .gform_fields .gfield.gf_1_2, .gform_fields .gfield.gf_2_4 {
    width: 50%; }
  .gform_fields .gfield.gf_1_3 {
    width: 33.333%; }
  .gform_fields .gfield.gf_2_3 {
    width: 66.666%; }
  .gform_fields .gfield.gf_1_4 {
    width: 25%; }
  .gform_fields .gfield.gf_3_4 {
    width: 75%; }
  @media (max-width: 26.25em) {
    .gform_fields .gfield.gf_1_2, .gform_fields .gfield.gf_2_4 {
      width: 100%; } }
  .gform_fields .gfield input,
  .gform_fields .gfield textarea {
    width: 100%;
    border: none;
    padding: .5em .5em .25em;
    max-width: 100%;
    background-color: #f9f9f9;
    line-height: 1.5;
    border-bottom: 2px solid #000000;
    outline: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .gform_fields .gfield input:focus,
    .gform_fields .gfield textarea:focus {
      border-bottom: 2px solid #0071bb; }
  .gform_fields .gfield input {
    height: 2.5em;
    border-bottom: 2px solid #000000; }
  .gform_fields .gfield textarea {
    min-height: 10em;
    border-bottom: 2px solid #000000; }
  .gform_fields .gfield_description {
    font-size: .875em;
    margin: 1.25em;
    line-height: 2; }

/*checkboxes*/
.gfield .ginput_container_radio,
.gfield .ginput_container_checkbox {
  font-size: .85em; }
  .gfield .ginput_container_radio ul,
  .gfield .ginput_container_checkbox ul {
    margin-bottom: 0; }
    .gfield .ginput_container_radio ul li,
    .gfield .ginput_container_checkbox ul li {
      overflow: hidden;
      margin-bottom: 1em; }
      .gfield .ginput_container_radio ul li label,
      .gfield .ginput_container_checkbox ul li label {
        padding: .15em 0;
        vertical-align: top;
        outline: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap; }
        .ua-ie-9 .gfield .ginput_container_radio ul li label:before, .ua-ie-8 .gfield .ginput_container_radio ul li label:before, .ua-ie-9 .gfield .ginput_container_radio ul li label:after, .ua-ie-8 .gfield .ginput_container_radio ul li label:after, .ua-ie-9
        .gfield .ginput_container_checkbox ul li label:before, .ua-ie-8
        .gfield .ginput_container_checkbox ul li label:before, .ua-ie-9
        .gfield .ginput_container_checkbox ul li label:after, .ua-ie-8
        .gfield .ginput_container_checkbox ul li label:after {
          content: " ";
          display: table; }
        .ua-ie-9 .gfield .ginput_container_radio ul li label:after, .ua-ie-8 .gfield .ginput_container_radio ul li label:after, .ua-ie-9
        .gfield .ginput_container_checkbox ul li label:after, .ua-ie-8
        .gfield .ginput_container_checkbox ul li label:after {
          clear: both; }
        .gfield .ginput_container_radio ul li label > *,
        .gfield .ginput_container_checkbox ul li label > * {
          float: left; }
        .gfield .ginput_container_radio ul li label:before,
        .gfield .ginput_container_checkbox ul li label:before {
          vertical-align: top;
          content: '';
          height: 16px;
          width: 16px;
          border: 1px solid black;
          display: inline-block;
          margin: 0 .5em 0 0;
          background-color: white;
          overflow: hidden;
          outline: none; }
        .gfield .ginput_container_radio ul li label:hover,
        .gfield .ginput_container_checkbox ul li label:hover {
          cursor: pointer; }
          .gfield .ginput_container_radio ul li label:hover:before,
          .gfield .ginput_container_checkbox ul li label:hover:before {
            background-color: #0090ee; }
        .gfield .ginput_container_radio ul li label:focus,
        .gfield .ginput_container_checkbox ul li label:focus {
          font-weight: bold; }
      .gfield .ginput_container_radio ul li input,
      .gfield .ginput_container_checkbox ul li input {
        opacity: 0;
        height: 0;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: inline; }
        .gfield .ginput_container_radio ul li input:checked + label:before,
        .gfield .ginput_container_checkbox ul li input:checked + label:before {
          background-color: #0071bb; }
        .gfield .ginput_container_radio ul li input:focus + label:before,
        .gfield .ginput_container_checkbox ul li input:focus + label:before {
          background-color: #0090ee; }
        .gfield .ginput_container_radio ul li input:checked:focus + label:before, .gfield .ginput_container_radio ul li input:checked + label:hover:before,
        .gfield .ginput_container_checkbox ul li input:checked:focus + label:before,
        .gfield .ginput_container_checkbox ul li input:checked + label:hover:before {
          background-color: #005288; }
.gfield.gf_list_2col .ginput_container_radio ul,
.gfield.gf_list_2col .ginput_container_checkbox ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .ua-ie-9 .gfield.gf_list_2col .ginput_container_radio ul:before, .ua-ie-8 .gfield.gf_list_2col .ginput_container_radio ul:before, .ua-ie-9 .gfield.gf_list_2col .ginput_container_radio ul:after, .ua-ie-8 .gfield.gf_list_2col .ginput_container_radio ul:after, .ua-ie-9
  .gfield.gf_list_2col .ginput_container_checkbox ul:before, .ua-ie-8
  .gfield.gf_list_2col .ginput_container_checkbox ul:before, .ua-ie-9
  .gfield.gf_list_2col .ginput_container_checkbox ul:after, .ua-ie-8
  .gfield.gf_list_2col .ginput_container_checkbox ul:after {
    content: " ";
    display: table; }
  .ua-ie-9 .gfield.gf_list_2col .ginput_container_radio ul:after, .ua-ie-8 .gfield.gf_list_2col .ginput_container_radio ul:after, .ua-ie-9
  .gfield.gf_list_2col .ginput_container_checkbox ul:after, .ua-ie-8
  .gfield.gf_list_2col .ginput_container_checkbox ul:after {
    clear: both; }
  .gfield.gf_list_2col .ginput_container_radio ul > *,
  .gfield.gf_list_2col .ginput_container_checkbox ul > * {
    float: left; }
  .gfield.gf_list_2col .ginput_container_radio ul li,
  .gfield.gf_list_2col .ginput_container_checkbox ul li {
    width: 50%;
    margin-left: 0;
    padding-right: 1em;
    padding-left: 1em; }
    .gfield.gf_list_2col .ginput_container_radio ul li:nth-of-type(even),
    .gfield.gf_list_2col .ginput_container_checkbox ul li:nth-of-type(even) {
      padding-right: 0; }
    .gfield.gf_list_2col .ginput_container_radio ul li:last-of-type, .gfield.gf_list_2col .ginput_container_radio ul li:nth-last-of-type(2):nth-of-type(odd),
    .gfield.gf_list_2col .ginput_container_checkbox ul li:last-of-type,
    .gfield.gf_list_2col .ginput_container_checkbox ul li:nth-last-of-type(2):nth-of-type(odd) {
      margin-bottom: 0; }
.gfield.gf_list_3col .ginput_container_radio ul,
.gfield.gf_list_3col .ginput_container_checkbox ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .ua-ie-9 .gfield.gf_list_3col .ginput_container_radio ul:before, .ua-ie-8 .gfield.gf_list_3col .ginput_container_radio ul:before, .ua-ie-9 .gfield.gf_list_3col .ginput_container_radio ul:after, .ua-ie-8 .gfield.gf_list_3col .ginput_container_radio ul:after, .ua-ie-9
  .gfield.gf_list_3col .ginput_container_checkbox ul:before, .ua-ie-8
  .gfield.gf_list_3col .ginput_container_checkbox ul:before, .ua-ie-9
  .gfield.gf_list_3col .ginput_container_checkbox ul:after, .ua-ie-8
  .gfield.gf_list_3col .ginput_container_checkbox ul:after {
    content: " ";
    display: table; }
  .ua-ie-9 .gfield.gf_list_3col .ginput_container_radio ul:after, .ua-ie-8 .gfield.gf_list_3col .ginput_container_radio ul:after, .ua-ie-9
  .gfield.gf_list_3col .ginput_container_checkbox ul:after, .ua-ie-8
  .gfield.gf_list_3col .ginput_container_checkbox ul:after {
    clear: both; }
  .gfield.gf_list_3col .ginput_container_radio ul > *,
  .gfield.gf_list_3col .ginput_container_checkbox ul > * {
    float: left; }
  .gfield.gf_list_3col .ginput_container_radio ul li,
  .gfield.gf_list_3col .ginput_container_checkbox ul li {
    width: 33.333%;
    margin-left: 0;
    padding-right: 1em;
    padding-left: 1em; }
    .gfield.gf_list_3col .ginput_container_radio ul li:nth-of-type(3n+3),
    .gfield.gf_list_3col .ginput_container_checkbox ul li:nth-of-type(3n+3) {
      padding-right: 0; }
    .gfield.gf_list_3col .ginput_container_radio ul li:last-of-type, .gfield.gf_list_3col .ginput_container_radio ul li:nth-last-of-type(2):nth-of-type(even), .gfield.gf_list_3col .ginput_container_radio ul li:nth-last-of-type(3):nth-of-type(odd),
    .gfield.gf_list_3col .ginput_container_checkbox ul li:last-of-type,
    .gfield.gf_list_3col .ginput_container_checkbox ul li:nth-last-of-type(2):nth-of-type(even),
    .gfield.gf_list_3col .ginput_container_checkbox ul li:nth-last-of-type(3):nth-of-type(odd) {
      margin-bottom: 0; }
.gfield.gf_list_4col .ginput_container_radio ul,
.gfield.gf_list_4col .ginput_container_checkbox ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .ua-ie-9 .gfield.gf_list_4col .ginput_container_radio ul:before, .ua-ie-8 .gfield.gf_list_4col .ginput_container_radio ul:before, .ua-ie-9 .gfield.gf_list_4col .ginput_container_radio ul:after, .ua-ie-8 .gfield.gf_list_4col .ginput_container_radio ul:after, .ua-ie-9
  .gfield.gf_list_4col .ginput_container_checkbox ul:before, .ua-ie-8
  .gfield.gf_list_4col .ginput_container_checkbox ul:before, .ua-ie-9
  .gfield.gf_list_4col .ginput_container_checkbox ul:after, .ua-ie-8
  .gfield.gf_list_4col .ginput_container_checkbox ul:after {
    content: " ";
    display: table; }
  .ua-ie-9 .gfield.gf_list_4col .ginput_container_radio ul:after, .ua-ie-8 .gfield.gf_list_4col .ginput_container_radio ul:after, .ua-ie-9
  .gfield.gf_list_4col .ginput_container_checkbox ul:after, .ua-ie-8
  .gfield.gf_list_4col .ginput_container_checkbox ul:after {
    clear: both; }
  .gfield.gf_list_4col .ginput_container_radio ul > *,
  .gfield.gf_list_4col .ginput_container_checkbox ul > * {
    float: left; }
  .gfield.gf_list_4col .ginput_container_radio ul li,
  .gfield.gf_list_4col .ginput_container_checkbox ul li {
    width: 25%;
    margin-left: 0;
    padding-right: 1em;
    padding-left: 1em; }
    .gfield.gf_list_4col .ginput_container_radio ul li:nth-of-type(4n+4),
    .gfield.gf_list_4col .ginput_container_checkbox ul li:nth-of-type(4n+4) {
      padding-right: 0; }
    .gfield.gf_list_4col .ginput_container_radio ul li:last-of-type, .gfield.gf_list_4col .ginput_container_radio ul li:nth-last-of-type(2):nth-of-type(odd), .gfield.gf_list_4col .ginput_container_radio ul li:nth-last-of-type(3):nth-of-type(even), .gfield.gf_list_4col .ginput_container_radio ul li:nth-last-of-type(4):nth-of-type(odd),
    .gfield.gf_list_4col .ginput_container_checkbox ul li:last-of-type,
    .gfield.gf_list_4col .ginput_container_checkbox ul li:nth-last-of-type(2):nth-of-type(odd),
    .gfield.gf_list_4col .ginput_container_checkbox ul li:nth-last-of-type(3):nth-of-type(even),
    .gfield.gf_list_4col .ginput_container_checkbox ul li:nth-last-of-type(4):nth-of-type(odd) {
      margin-bottom: 0; }

.ginput_container_radio ul li label:before {
  border-radius: 100%; }

.ginput_container_checkbox ul li label:before {
  border-radius: 3px; }

/*select*/
.gfield select {
  width: 100%;
  border: none;
  padding: .5em .5em .25em;
  max-width: 100%;
  background: #f9f9f9 url("../../img/svg/gf/select-arrows.svg") no-repeat right 0.5em center;
  background-size: auto 35%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 2.5em;
  line-height: 1.5;
  border-radius: 0;
  border-bottom: 2px solid #000000;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .gfield select::-ms-expand {
    display: none; }
  .gfield select:focus {
    border-bottom: 2px solid #0071bb; }

.gfield select[multiple="multiple"] {
  background-image: none; }

.ginput_container_multiselect select {
  padding: 0;
  height: 5em; }
  .ginput_container_multiselect select option {
    padding: .25em .5em; }

.ginput_complex > span label {
  display: block;
  font-size: .75em;
  padding: .25em .5em .5em;
  color: #333333; }

/*Address*/
.ginput_container_address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .ua-ie-9 .ginput_container_address:before, .ua-ie-8 .ginput_container_address:before, .ua-ie-9 .ginput_container_address:after, .ua-ie-8 .ginput_container_address:after {
    content: " ";
    display: table; }
  .ua-ie-9 .ginput_container_address:after, .ua-ie-8 .ginput_container_address:after {
    clear: both; }
  .ginput_container_address > * {
    float: left; }
  .ginput_container_address > span {
    display: block;
    width: 100%; }
    .ginput_container_address > span.address_city, .ginput_container_address > span.address_state, .ginput_container_address > span.address_zip, .ginput_container_address > span.address_country {
      width: 50%; }
      @media (max-width: 26.25em) {
        .ginput_container_address > span.address_city, .ginput_container_address > span.address_state, .ginput_container_address > span.address_zip, .ginput_container_address > span.address_country {
          width: 100%;
          padding-right: 0 !important;
          padding-left: 0 !important; } }
    .ginput_container_address > span.address_country:last-of-type:nth-of-type(odd) {
      width: 100%; }
    .ginput_container_address > span.address_city, .ginput_container_address > span.address_zip {
      padding-right: 1em; }

/*Name*/
.ginput_container_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .ua-ie-9 .ginput_container_name:before, .ua-ie-8 .ginput_container_name:before, .ua-ie-9 .ginput_container_name:after, .ua-ie-8 .ginput_container_name:after {
    content: " ";
    display: table; }
  .ua-ie-9 .ginput_container_name:after, .ua-ie-8 .ginput_container_name:after {
    clear: both; }
  .ginput_container_name > * {
    float: left; }
  .ginput_container_name > span {
    display: block;
    float: left; }
    .ginput_container_name > span label {
      display: block;
      font-size: .75em;
      padding: .25em .5em .5em; }
  .ginput_container_name.has_first_name.no_middle_name.has_last_name > span {
    width: 50%; }
    .ginput_container_name.has_first_name.no_middle_name.has_last_name > span.name_first {
      padding-right: 1em; }

.clear-multi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .ua-ie-9 .clear-multi:before, .ua-ie-8 .clear-multi:before, .ua-ie-9 .clear-multi:after, .ua-ie-8 .clear-multi:after {
    content: " ";
    display: table; }
  .ua-ie-9 .clear-multi:after, .ua-ie-8 .clear-multi:after {
    clear: both; }
  .clear-multi > * {
    float: left; }
  .clear-multi .ginput_container_time {
    width: 33.333%;
    padding-right: 1em; }
    .clear-multi .ginput_container_time:last-of-type {
      padding-right: 0; }
    .clear-multi .ginput_container_time label {
      display: block;
      font-size: .75em;
      padding: .25em .5em .5em; }
    .clear-multi .ginput_container_time.gfield_time_hour {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap; }
      .ua-ie-9 .clear-multi .ginput_container_time.gfield_time_hour:before, .ua-ie-8 .clear-multi .ginput_container_time.gfield_time_hour:before, .ua-ie-9 .clear-multi .ginput_container_time.gfield_time_hour:after, .ua-ie-8 .clear-multi .ginput_container_time.gfield_time_hour:after {
        content: " ";
        display: table; }
      .ua-ie-9 .clear-multi .ginput_container_time.gfield_time_hour:after, .ua-ie-8 .clear-multi .ginput_container_time.gfield_time_hour:after {
        clear: both; }
      .clear-multi .ginput_container_time.gfield_time_hour > * {
        float: left; }
      .clear-multi .ginput_container_time.gfield_time_hour input {
        float: left;
        width: calc(100% - 2em); }
      .clear-multi .ginput_container_time.gfield_time_hour i {
        float: left;
        width: 2em;
        padding-left: 1em;
        padding-top: 1em; }
      .clear-multi .ginput_container_time.gfield_time_hour label {
        float: left;
        width: 100%; }

.gfield_list_container {
  width: 100%;
  display: block; }
  .gfield_list_container thead {
    display: none; }
    .gfield_list_container thead tr {
      display: block; }
      .gfield_list_container thead tr th {
        display: block; }
        .gfield_list_container thead tr th:last-of-type {
          display: none; }
  .gfield_list_container tbody {
    display: block; }
    .gfield_list_container tbody tr {
      display: block; }
      .gfield_list_container tbody tr td {
        display: block;
        padding-bottom: .5em; }
        .gfield_list_container tbody tr td:only-child {
          padding-bottom: 0; }
          .gfield_list_container tbody tr td:only-child:before {
            display: none; }
          .gfield_list_container tbody tr td:only-child input {
            width: 100%; }
        .gfield_list_container tbody tr td:before {
          content: attr(data-label);
          display: block;
          padding-bottom: .25em; }
        .gfield_list_container tbody tr td.gfield_list_icons {
          width: 100%;
          text-align: right;
          padding-right: 0;
          padding-top: .5em; }

.gf_list_2_row .gfield_list_container thead tr,
.gf_list_3_row .gfield_list_container thead tr,
.gf_list_4_row .gfield_list_container thead tr {
  display: block; }
  .gf_list_2_row .gfield_list_container thead tr th,
  .gf_list_3_row .gfield_list_container thead tr th,
  .gf_list_4_row .gfield_list_container thead tr th {
    float: left; }
.gf_list_2_row .gfield_list_container tbody tr td,
.gf_list_3_row .gfield_list_container tbody tr td,
.gf_list_4_row .gfield_list_container tbody tr td {
  float: left;
  padding-right: 1em; }
  .gf_list_2_row .gfield_list_container tbody tr td.gfield_list_icons,
  .gf_list_3_row .gfield_list_container tbody tr td.gfield_list_icons,
  .gf_list_4_row .gfield_list_container tbody tr td.gfield_list_icons {
    float: right;
    width: 100%;
    clear: both;
    padding-right: 0;
    padding-top: .5em; }

.gf_list_2_row .gfield_list_container thead tr th,
.gf_list_2_row .gfield_list_container tbody tr td {
  width: 50%; }
  .gf_list_2_row .gfield_list_container thead tr th:nth-of-type(2n+0),
  .gf_list_2_row .gfield_list_container tbody tr td:nth-of-type(2n+0) {
    padding-right: 0; }
  .gf_list_2_row .gfield_list_container thead tr th:nth-last-of-type(2):nth-of-type(2n+1),
  .gf_list_2_row .gfield_list_container tbody tr td:nth-last-of-type(2):nth-of-type(2n+1) {
    padding-right: 0;
    width: 100%; }

.gf_list_3_row .gfield_list_container thead tr th,
.gf_list_3_row .gfield_list_container tbody tr td {
  width: 33.333%; }
  .gf_list_3_row .gfield_list_container thead tr th:nth-of-type(3n+0),
  .gf_list_3_row .gfield_list_container tbody tr td:nth-of-type(3n+0) {
    padding-right: 0; }

.gf_list_4_row .gfield_list_container thead tr th,
.gf_list_4_row .gfield_list_container tbody tr td {
  width: 25%; }
  .gf_list_4_row .gfield_list_container thead tr th:nth-of-type(4n+0),
  .gf_list_4_row .gfield_list_container tbody tr td:nth-of-type(4n+0) {
    padding-right: 0; }

/*Footer*/
.gform_footer {
  padding-bottom: 2em; }
  .gform_footer:before, .gform_footer:after {
    content: " ";
    display: table; }
  .gform_footer:after {
    clear: both; }

.gform_footer input[type="submit"] {
  /* border: none;
   padding: 1.5em 3em 1.4em;
   background-color: $button_bg_color;
   color: $button_text_color;
   float: right;
   letter-spacing: .1em;*/ }

.gfield .chosen-container {
  font-size: 1em; }
  .gfield .chosen-container .chosen-single {
    height: auto;
    padding: 1em;
    border: none;
    background: #f9f9f9 url("../../img/svg/gf/select-arrows.svg") no-repeat right 0.5em center;
    background-size: auto 35%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-shadow: none;
    color: #414141;
    line-height: 1; }
    .gfield .chosen-container .chosen-single div {
      display: none; }
  .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
    background: #f9f9f9 url("../../img/svg/gf/select-arrows.svg") no-repeat right 0.5em center;
    background-size: auto 35%;
    box-shadow: none; }
  .gfield .chosen-container.chosen-container-multi .chosen-choices {
    line-height: 1;
    background: none;
    border: none;
    padding: 0;
    box-shadow: none; }
    .gfield .chosen-container.chosen-container-multi .chosen-choices li.search-field {
      display: block;
      width: 100%;
      height: auto;
      padding: 1em;
      border: none;
      background: #f9f9f9;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      box-shadow: none;
      color: #414141;
      margin-top: .25em; }
      .gfield .chosen-container.chosen-container-multi .chosen-choices li.search-field:only-of-type {
        margin: 0; }
    .gfield .chosen-container.chosen-container-multi .chosen-choices li.search-choice {
      border: none;
      padding: .5em 1.5em .5em .5em;
      background: #0071bb;
      color: #ffffff;
      margin: 0 .25em .25em 0; }
      .gfield .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        background: none;
        top: calc(.5em + 2px);
        font-size: 1em;
        right: .5em; }
        .gfield .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before, .gfield .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          background-color: #ffffff;
          position: absolute;
          top: 5px;
          left: 0; }
        .gfield .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        .gfield .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.ui-datepicker-header {
  background-color: #0071bb; }
  .ui-datepicker-header select {
    color: #000000; }

input.datepicker {
  background: #f9f9f9 url("../../img/svg/gf/icon-calendar.svg") no-repeat right 0.5em center;
  background-size: auto 90%; }

.validation_error {
  color: red;
  text-align: center;
  margin: 1em 0;
  font-weight: bold;
  font-size: 1.25em; }

.validation_message {
  color: red;
  font-weight: bold;
  margin: .5em 0;
  font-size: .9em; }

.gf_progressbar_title {
  font-size: 1.5em; }

.gf_progressbar {
  background-color: #6f6f6f;
  border-radius: 2em;
  overflow: hidden;
  margin: 1em 0 2em; }
  .gf_progressbar .gf_progressbar_percentage {
    background-color: #0071bb;
    color: #ffffff;
    text-align: center;
    border-radius: 2em;
    padding: .25em 0 0; }

.gf_page_steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
  padding-top: 1.25em;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000; }
  .ua-ie-9 .gf_page_steps:before, .ua-ie-8 .gf_page_steps:before, .ua-ie-9 .gf_page_steps:after, .ua-ie-8 .gf_page_steps:after {
    content: " ";
    display: table; }
  .ua-ie-9 .gf_page_steps:after, .ua-ie-8 .gf_page_steps:after {
    clear: both; }
  .gf_page_steps > * {
    float: left; }
  .gf_step {
    opacity: .5;
    margin-bottom: 1em;
    width: 50%; }
    .gf_step.gf_step_active {
      font-weight: bold;
      color: #0f2155;
      opacity: 1; }
    .gf_step .gf_step_number {
      color: #0f2155;
      font-weight: bold; }
      .gf_step .gf_step_number:after {
        content: '.'; }
      .gf_step .gf_step_number:before {
        content: '0'; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.gfield_visibility_hidden {
  display: none !important; }

.form_saved_message {
  text-align: center;
  font-size: 1.25em; }
  .form_saved_message .form_saved_message_emailform input[type="text"] {
    border: none;
    padding: .5em .5em .25em;
    max-width: 100%;
    background-color: #f9f9f9;
    line-height: 1.5;
    border-bottom: 2px solid #000000;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 50%; }
    .form_saved_message .form_saved_message_emailform input[type="text"]:focus {
      border-bottom: 2px solid #0a1840; }

.ua-ios select, .ua-ios textarea,
.ua-ios input[type="text"],
.ua-ios input[type="password"],
.ua-ios input[type="datetime"],
.ua-ios input[type="datetime-local"],
.ua-ios input[type="date"],
.ua-ios input[type="month"],
.ua-ios input[type="time"],
.ua-ios input[type="week"],
.ua-ios input[type="number"],
.ua-ios input[type="email"],
.ua-ios input[type="url"],
.ua-ios input[type="search"],
.ua-ios input[type="tel"],
.ua-ios input[type="color"] {
  font-size: 16px; }

/*# sourceMappingURL=gf-reset.css.map */
