* {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
body {
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Open Sans", Arial, sans-serif;
    margin: 0;
}

.section_wrapper {
    margin: 0 auto;
    max-width: 1900px;
    overflow: hidden;
    padding: 0 1em;
}

a {
    color: #036715;
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    color: #036715;
    text-decoration: underline;
}


h1 {
    margin-bottom: 30px;
    background: #036715;
    background: #036715;
    color: #FFF;
    display: block;
    padding: 10px 20px;
}

h2,
h3 {
    margin: 1em 0 1em 0;
    color: #000;
}

h4 {
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

h4 strong {
    color: #036715;
}

.col_2 .container {
    width: 49%;
    float: left;
    margin-right: 2%;
    
}

.col_2 .container:nth-of-type(2n+2) {
    margin-right: 0;
}

.col_2 .error + .container.clear {
    margin-right: 2%;
}

.col_2 .error + .container.clear + .container {
    margin-right: 0;
}

.col_3{
    width: 33.3333333333%;
    float: left;
/*    min-height: 700px;*/
}

.col_3.captcha_inside {
    width: 200px;
}

label {
    width: 100%;
    
}

label span {
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
    padding-left: 3px;
    font-size: 85%;
}

.explanation p {
    margin-top: 5px;
    font-weight: 500;
    color: #333;
}

fieldset {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}

.form_1, .form_2, .form_3, .thank_you {
    padding: 1em;
    background: #F8F8F8;
    overflow: hidden;
}

table input[type="number"] {
    width: 60px;
    float: right;
}

td {
    font-weight: 400;
}

td:nth-of-type(2n+2) {
    width: 60px;
}

th {
    text-align: left;
}

th:nth-of-type(2n+2) {
    text-align: center;
}

.submit_container {
    float: right;
}

.mod_steps {
    list-style-type: none;
    margin-bottom: 6em;
    padding: 0;
}

.mod_steps li {
    display: block;
    width: 33.333333333%;
    float: left;
    text-align: center;
    padding-bottom: 1em;
    padding-left: 1em;
    border-bottom: 1px solid rgba(0,0,0,.1);
    color: #999;
    color: #222;
}

.mod_steps li.active {
    border-bottom: 1px solid #036715;
    font-weight: 700;
    color: #036715;
    color: #036715;
}

.hidden {
    display: none;
}

.hidden.active {
    display: block;
}

.checkbox_container {
    clear: both;
    margin-bottom: 1em;
}

.checkbox_container input[type="checkbox"]{
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    background: #FFF;
    border: 1px solid #ccc;
    margin-right: 1%;
    ;
}

.checkbox_container input[type="checkbox"]:checked {
    background: #FFF url('../img/icon-check.svg') no-repeat scroll center;
    background-size: 12px 12px;
}



.listbox {
    position:relative;
    width: 100%;
}

.listbox ul {
    position: absolute;
    top: 46px;
    width: 100%;
    display: none;
    padding: 0;
    background: #FFF;
    border: 1px solid #CCC;
    height: 200px;
    list-style-type: none;
    overflow-y: scroll;
}

.listbox li {
    padding: 0 12px;
    white-space: nowrap;
}

.listbox li:hover,
.listbox li:active,
.listbox li:focus {
    background: #036715;
    color: #FFF;
    cursor: default
}

.listbox input:focus + ul,
.listbox input:active + ul {
    display: block;
}

.error {
    padding: 1em;
    color: red;
    font-weight: bold;
    border: 2px solid red;
    margin-bottom: 1em;
}

.mod_copyright {
    padding-right: 1em;
    max-width: 938px;
    margin: 2em auto;
    text-align: right;
}

.mod_copyright a,
.mod_copyright span {
    font-size: 10px;
    color: #333;
}

a.help {
    margin-left: 10px;
    display: inline-block;
    padding: 5px 10px;
    color: #FFF;
    background: #036715; 
    line-height: .75;
    border-radius: 5px;
    text-decoration: none;
}

select {
    background: #FFF url('../img/arrow-select.svg') no-repeat scroll 95% center;
    background-size: 10px 10px;
}

.explanation sup {
    color: #000;
}

input:active,
input:focus,
select:active,
select:focus {
    border-color: #036715;
    box-shadow: 0 0 5px #036715;
}

.form_3 .checkbox_container input {
    margin-bottom: 3em;
    margin-top: 4px;
}

.form_3 .checkbox_container label {
    font-size: 14px;
    line-height: 18px;
}

.listbox select {
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.listbox select:focus,
.listbox select:active {
    background: transparent;
}

.listbox input {
    width: 100% !important;
    
}

.section_header img {
    float: right;
    margin-right: 30px;
    margin-top: 33px;
}
h2.error {
    color: #bd362f;
}

input[type="submit"].disabled {
    background: #CCC;
    color: #999;
}

input[disabled]:hover,
input[disabled]:focus,
input[disabled]:active {
    cursor: not-allowed;
    
}

.content {
    margin-left: 26px;
    margin-right: 26px;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px !important;
}

.select2-container .select2-selection--single {
    height: 46px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    right: 6px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border-color: #CCC;
}

.select2-selection__rendered {
    outline-color: #036715;
}

.container {
    position: relative;
}
#a_number.error {
    margin-bottom: 0;
    border: 1px solid red;
    background: yellow;
}
#a_number_error.error {
    border: 0;
    position: absolute;
    top: 17px;
    right: 0px;
    font-size: 10px;
    margin-bottom: 0 !important;
}

#dialog {
    position: relative;
    display: none;
}

#dialog p {
    margin-bottom: 0;
}

.ui-widget.ui-widget-content {
    background: #FFF !important;
    z-index: 99999;
    box-shadow: 0 0px 160px rgba(0,0,0,.2);
}

.ui-draggable .ui-dialog-titlebar {
    background: red;
}

.ui-draggable .ui-dialog-titlebar span {
    color: #FFF;
}

/*.overlay.error {
    position: fixed;
    display: block;
    width: 100%;
    height: 100vH;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: rgba(0,0,0,.9);
    z-index: 1;
    border: none;
}*/