@charset "utf-8";
ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}

#header_1{
	font-size:36px; 
	text-align:center;
	margin-top:0px; 
	font-family: 'Roboto', sans-serif;
	}

.buttonVideo{
	margin: auto;
	width: 200px;
	height: 40px;
	border:none;
	background-color:rgb(255, 153, 0);
	color:rgba(255,255,255,1);
	font-family: 'Roboto', sans-serif;
	font-size:18px;
}
        
.form-line {
    padding: 7px 0px;
}        

li.form-line > label.form-label {
    margin-bottom: 5px;
}
.loading-image {
    position: absolute;
    bottom: 50%;
    left: 40%;
    z-index: 10;
    width: auto;
    height: auto;
}
.loader {
    background: rgba(255,255,255,0.5);
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* Mozilla */
    opacity: 1;
    display: none;
    width:100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 99;
}

input[type=text], select {
    width: 100%;
    height: 30px;
    padding-left: 10px;
}

.form-all input, .form-all select {
    color: black;
}

a {
    color: #febb21;
}

.form-single-column label{
        display: table-footer-group;
    
}

sub, sup {
    line-height: 1.5;
}


@media only screen and (max-width: 501px) {
	
    .jotform-form{
        width: 95%;
        padding: 25px 25px;
    }

}

/*NEW*/

.vf-container {
    background: #fff;
    border-radius: 2px;
    display: table;
    margin: 30px auto;
    text-align:left;
    width:60%;
    padding: 20px;
    height:auto;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.vf-container p {
    font-size: 12px;
    line-height: 130%;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 170%;
    color: #99a9b5;
}
.vf-main-title {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 2.1em;
    color: #3c3950;
    margin-top:50px;
    margin-bottom:50px;
    font-weight: bold;
    text-align: left;
}
.filds {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    margin-bottom: 20px
}
.vf-container h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 1.4em;
    color: #3c3950;
    font-weight: bold;
    text-align: left;
}
.filds h3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    color: #3c3950;
    font-weight: bold;
    text-align: left;
}
.filds a {
    color:#00bcd4;
}
#vf-col-1 {
    padding-right:10px;
}
#vf-col-2 {
    padding:0 40px;
}
input.vf-input {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    height: 46px;
    border: 0px;
    border-bottom: 1px solid #9e9e9e;
    transition: border-bottom, box-shadow .25s ease-in-out;
}
input.vf-input:focus{
    border-bottom: 1px solid #00bcd4;
    box-shadow: 0 1px 0 0 #00bcd4;
    outline: 1px solid transparent;
}
label.vf-label {
    position: absolute;
    top: 0;
    left: 0;
    cursor: text;
    color: #9e9e9e;
    font-weight: normal;
    font-size:14px;
    font-family: 'Montserrat', sans-serif;
    transform: translateY(14px);
    transition: transform .25s ease-in-out;
    transform-origin: 0% 100%;
}
input.vf-input:focus + label.vf-label{
    transform: translateY(-14px) scale(.8);
}
input.vf-input::-webkit-input-placeholder,
input.vf-input::-moz-input-placeholder{
    color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
input.vf-input::placeholder{
    color: transparent;
    font-family: 'Montserrat', sans-serif;
}
input.vf-input:not(:placeholder-shown){
    border-bottom: 1px solid #9e9e9e;
}
input.vf-input:not(:placeholder-shown) + label.vf-label{
    transform: translateY(-14px) scale(.8);
}
.vf-select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    padding: 10px 10px 10px 0;
    font-size: 14px;
    border-radius: 0;
    border: none;
    font-size:14px;
    font-family: 'Montserrat', sans-serif;
    width:100%;
    border-bottom: 1px solid #9e9e9e;
}
/* Remove focus */
.vf-select-text:focus {
    outline: none;
    border-bottom: 1px solid rgba(0,0,0, 0);
}

/* Use custom arrow */
.filds .vf-select-text  {
    appearance: none;
    -webkit-appearance:none
}

.select:after {
    position: absolute;
    top: 18px;
    right: 10px;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.12);
    pointer-events: none;
}
.select-label {
    color:#9e9e9e;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    font-family: 'Montserrat', sans-serif;
    transition: 0.2s ease all;
}

/* active state */
.vf-select-text:focus ~ .select-label, .vf-select-text:valid ~ .select-label {
    color: #00bcd4;
    top: -10px;
    transition: 0.2s ease all;
    font-size: 12px;
}

/* BOTTOM BARS ================================= */
.select-bar {
    position: relative;
    display: block;
    width: 100%;
}

.select-bar:before, .select-bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #00bcd4;
    transition: 0.2s ease all;
}

.select-bar:before {
    left: 50%;
}

.select-bar:after {
    right: 50%;
}

/* active state */
.vf-select-text:focus ~ .select-bar:before, .vf-select-text:focus ~ .select-bar:after {
    width: 50%;
}





/*------------------------------------------------------------------------------------------mobile style*/

/* HIGHLIGHTER ================================== */
.select-highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
.pure-material-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    margin-right:17px;
    line-height: 1.5;
}

/* Input */
.pure-material-checkbox > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.pure-material-checkbox > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    color: #99a9b5;
    font-family: 'Montserrat', sans-serif; 
    font-weight:normal;
}
.pure-material-checkbox.legal-checkbox > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    color: #99a9b5;
    font-family: 'Montserrat', sans-serif;
    font-weight:normal;
    font-size:12px;
}
/* Box */
.pure-material-checkbox > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 2px; /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-radius: 2px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */

.pure-material-checkbox > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 1px;
    width: 10px;
    height: 5px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.pure-material-checkbox > input:checked,
.pure-material-checkbox > input:indeterminate {
    background-color: #00bcd4;
    margin-left: 0;
}

.pure-material-checkbox > input:checked + span::before,
.pure-material-checkbox > input:indeterminate + span::before {
    border-color: #00bcd4;
    background-color: #00bcd4;
}

.pure-material-checkbox > input:checked + span::after,
.pure-material-checkbox > input:indeterminate + span::after {
    border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
}

.pure-material-checkbox > input:indeterminate + span::after {
    border-left: none;
    transform: translate(4px, 3px);
}

/* Hover, Focus */
.pure-material-checkbox:hover > input {
    opacity: 0.04;
}

.pure-material-checkbox > input:focus {
    opacity: 0.12;
}

.pure-material-checkbox:hover > input:focus {
    opacity: 0.16;
}

/* Active */
.pure-material-checkbox > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.pure-material-checkbox > input:active + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox > input:checked:active + span::before {
    border-color: transparent;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}

/* Disabled */
.pure-material-checkbox > input:disabled {
    opacity: 0;
}

.pure-material-checkbox > input:disabled + span {
    color: #99a9b5;
    cursor: initial;
}

.pure-material-checkbox > input:disabled + span::before {
    border-color: currentColor;
}

.pure-material-checkbox > input:checked:disabled + span::before,
.pure-material-checkbox > input:indeterminate:disabled + span::before {
    border-color: transparent;
    background-color: currentColor;
}
.vf-btn-big {
    background-color: #00bcd4!important;
    color: #ffffff!important;
    border: 2px solid #00bcd4;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding:12px 20px;
    position:relative;
    margin:10px 0 20px 0;
    font-weight: bold;
    display:inline-block;
}
.vf-btn-big:hover{
    text-decoration:none;
}
.btn-info {
    background-color: #00bcd4!important;
    color: #ffffff!important;
    border: 2px solid #00bcd4;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    padding:8px 15px;
    border-radius:0;
    position:relative;
    margin:10px 0 20px 0;
    font-weight: bold;
    display:inline-block;
}
.btn-file.btn-info {
    background-color: #00bcd4!important;
    color: #ffffff!important;
    border: 2px solid #00bcd4;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    padding:8px 15px;
    border-radius:0;
    position:relative;
    margin:10px 0 20px 0;
    font-weight: bold;
    display:inline-block;
}
.legal-checkbox span {
    line-height: 170%;
}
.legal-checkbox span::before {
    top:-5px;
    position:relative;
}
.legal-checkbox span::after {
    top: 0px;
    left: 2px;
}
.vf-select-file input{
    position: absolute;
    top: 90px;
    right: 0;
    margin: 0;
    font-size: 23px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    direction: ltr;
}

.select2-container {
    width:100%!important;
    border-bottom: 1px solid #9e9e9e;
    transition: border-bottom, box-shadow .25s ease-in-out;
}
.select2-selection--single:focus {
    outline-width: 0px;
    outline-color: transparent;
}
.select2-container .select2-selection--single {
    border:none!important;
    border-radius:0!important;
}
.select2-container--focus .select2-selection--single{
    border-bottom:2px solid #00bcd4!important;
    transition: border-bottom, box-shadow .25s ease-in-out;
}
.select2-container.select2-container--focus {
    border:none!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color:#99a9b5!important;
    font-family: 'Montserrat', sans-serif!important;
}
#vf-col-2 > div:nth-child(4) label.select-label {
    color:transparent;
}
@media only screen and (max-width: 1441px ) {
    .vf-container {
        background: #fff;
        border-radius: 2px;
        display: table;
        margin: 30px auto;
        text-align:left;
        width:70%;
        padding: 20px;
        height:auto;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }
}

@media only screen and (max-width: 1280px ) {
    .vf-container {
        background: #fff;
        border-radius: 2px;
        display: table;
        margin: 30px auto;
        text-align:left;
        width:80%;
        padding: 20px;
        height:auto;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }
}
@media only screen and (max-width:  1024px) {
    .cd-main-content {
        text-align:center;
    }
    .vf-container {
        background: #fff;
        border-radius: 2px;
        display: inline-block;
        margin: 130px auto 30px auto;
        text-align: left;
        width: 80%;
        padding: 20px;
        height: auto;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }
    #vf-col-2 {
        padding:15px;
    }
}
@media only screen and (max-width:768px) {
    .jotform-form {
        padding:0;
    }
    
}