/**Gravity Forms Styles
 * ===========================
 */
 .gform_wrapper .chzn-container-multi .chzn-choices {
	 border: 3px solid !important;
	 border-color: #d2d2cd !important;
 }
.gform_footer input.button,
.gform_page_footer input.button,
#commentform #submit {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: inline-block;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: none;
}
.gform_footer input.button:hover,
.gform_page_footer input.button:hover,
#commentform #submit:hover {
    background-color: #333333;
    border-color: #333333;
}
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
    font-style: italic;
    margin-bottom: 20px;
    font-size: 0.85em;
}
.gform_wrapper .left_label .gfield_label,
.gform_wrapper label {
    color: #777;
    font-size: 13px;
}
.gform_wrapper .gsection { /*margin: 36px 0 !important;_NO__DOTCOMMA__AFTER__*/ }
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
    font-weight: normal !important;
    color: #666 !important;
    font-size: 1.3em;
}
.gform_wrapper .gf-inner-section { margin-top: 38px !important }
/* ===[ Remove Error Background and Borders ]=== */
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255,234,234,0.49) !important;
    margin-bottom: inherit !important;
    padding: inherit !important;
    border-top: none !important;
    border-bottom: none !important;
}
.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message { padding: 0 !important }
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper select,
#commentform input[type=text] {
    outline-style: none;
    font-size: 18px !important;
    font-family: inherit;
    padding: 5px 2px 5px 8px !important;
    letter-spacing: normal;
    color: #666 !important;
    border: 3px solid #d2d2cd;
}
.gform_wrapper textarea,
#commentform textarea {
    outline-style: none;
    font-size: 16px !important;
    font-family: inherit;
    letter-spacing: normal;
    padding: 4px 2px 4px 6px !important;
    resize: none;
    border: 3px solid #d2d2cd;
    color: #666 !important;
}
.gform_wrapper select {
    font-size: 18px !important;
    font-family: inherit;
    letter-spacing: normal;
}
.gform_wrapper select option {
    padding: 2px 5px !important;
    display: block;
}
.gform_wrapper .chosen-container-single .chosen-single,
.gform_wrapper .chzn-container-single .chzn-single {
    background-color: #FFF;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EEE), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #EEE 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #EEE 0%, white 50%);
    background-image: -o-linear-gradient(top, #EEE 0%,#FFF 50%);
    background-image: -ms-linear-gradient(top, #EEE 0%,#FFF 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEE', endColorstr='#FFF',GradientType=0 );
    background-image: linear-gradient(top, #EEE 0%,#FFF 50%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 3px solid #d2d2cd;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 35px !important;
    line-height: 35px !important;
    padding: 0 0 0 8px;
    color: #444;
    text-decoration: none;
}
.gform_wrapper .chosen-container-single .chosen-single span,
.gform_wrapper .chzn-container-single .chzn-single span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 18px !important;
    color: #666 !important;
    line-height: 29px;
}
.gform_wrapper .chosen-container-multi .chosen-choices .search-choice,
.gform_wrapper .chzn-container-multi .chzn-choices .search-choice {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #E4E4E4;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E4E4E4), color-stop(0.7, #EEE));
    background-image: -webkit-linear-gradient(center bottom, #E4E4E4 0%, #EEE 70%);
    background-image: -moz-linear-gradient(center bottom, #E4E4E4 0%, #EEE 70%);
    background-image: -o-linear-gradient(bottom, #E4E4E4 0%, #EEE 70%);
    background-image: -ms-linear-gradient(top, #E4E4E4 0%,#EEE 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4E4E4', endColorstr='#EEE',GradientType=0 );
    background-image: linear-gradient(top, #E4E4E4 0%,#EEE 70%);
    color: #333;
    border: 3px solid #d2d2cd !important;
    line-height: 18px !important;
    padding: 3px 19px 3px 6px;
    margin: 3px 3px 3px 5px !important;
    position: relative;
}
.chosen-container-multi .chosen-choices {
    min-height: 33px;
    line-height: 33px;
}
.gform_wrapper .description_above .gfield_description {
    padding: 0 0 10px 0;
    font-style: italic;
    color: #666 !important;
}
.gform_wrapper .chzn-container .chzn-drop { box-sizing: content-box }
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b { background-position: -16px 6px !important }
.gform_wrapper .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('js/chosen/chosen-sprite.png') no-repeat 0px 6px !important;
}
.gform_footer input.button:active,
.gform_page_footer input.button:active {
    position: relative;
    top: 1px;
}
.gform_wrapper .gform_page_footer { clear: both }
.cssgl-gf-product { display: none }

/* ===[ Gravity Forms Confirmation Page ]=== */
.cssgl-gf-confirmation td { padding: 3px 0 }
.cssgl-gf-confirm-cell { padding: 3px 0 }
td.cssgl-gf-confirm-section { text-align: center }
.cssgl-gf-confirm-label-cell { background-color: #eaf5f3 }

/* ===[ Gravity Forms Validation Errors ]=== */
.gform_wrapper li.gfield_error input[type=text],
.gform_wrapper li.gfield_error input[type=url],
.gform_wrapper li.gfield_error input[type=email],
.gform_wrapper li.gfield_error input[type=tel],
.gform_wrapper li.gfield_error input[type=number],
.gform_wrapper li.gfield_error input[type=password],
.gform_wrapper li.gfield_error textarea { border: 3px solid #96281B !important }

/**Chosen Styles
 * ----------------------------------------------------------
 */
/*.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single,
.gform_wrapper .chosen-container .chosen-single { background-image: none !important }
.gform_wrapper .chosen-container .chosen-results li.highlighted {
    background-color: #23a489 !important;
    background-image: none !important;
    color: #fff;
}*/
.gform_wrapper .chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0px !important;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.gform_wrapper .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 4px !important;
    display: block;
    width: 18px;
    height: 100%;
    border-left: 2px solid #e5e7e9;
    padding-left: 4px !important;
}
/*Fix for Gravity Forms issues*/
body .gform_wrapper .ginput_complex input[type=text],
body .gform_wrapper .ginput_complex input[type=url],
body .gform_wrapper .ginput_complex input[type=email],
body .gform_wrapper .ginput_complex input[type=tel],
body .gform_wrapper .ginput_complex input[type=number],
body .gform_wrapper .ginput_complex input[type=password] {
    box-sizing: border-box;
    width:100%;
}
body .gform_wrapper .top_label input.medium,
body .gform_wrapper .top_label select.medium {
    width: 44%;
}
body .gform_wrapper .top_label li.gfield.gf_left_half input.medium,
body .gform_wrapper .top_label li.gfield.gf_left_half input.large,
body .gform_wrapper .top_label li.gfield.gf_left_half select.medium,
body .gform_wrapper .top_label li.gfield.gf_left_half select.large,
body .gform_wrapper .top_label li.gfield.gf_right_half input.medium,
body .gform_wrapper .top_label li.gfield.gf_right_half input.large,
body .gform_wrapper .top_label li.gfield.gf_right_half select.medium,
body .gfork4m_wrapper .top_label li.gfield.gf_right_half select.large {
    box-sizing: border-box;
    width:100%;
    margin-left: 0;
    margin-right: 0;
}
body .gform_wrapper .top_label input.large,
body .gform_wrapper .top_label select.large,
body .gform_wrapper .hidden_label input.large,
body .gform_wrapper .hidden_label select.large {
    width: 100%;
    box-sizing: border-box;
}
body .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 49.4%;
    box-sizing: border-box;
}
body .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
body .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span,
body .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span {
    width: 49.00656%;
}
body .chosen-container.chosen-container-multi {
    width: 100% !important;
    box-sizing: border-box;
    border: 3px solid #ccc;
    margin-top: 2px;
}
body .gform_wrapper .chosen-container-multi ul.chosen-choices {
    border: 0 none transparent;
}
html body .chosen-container.chosen-container-multi {
margin-top: 0px;
}
body .gform_wrapper .top_label li.gfield.gf_left_half select.medium{margin:0;padding:0;height: 39px}
.gform_wrapper .chosen-container.chosen-container-multi .chosen-choices {
	margin-left:0 !important;
}
