/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

.za-form-wrapper ol, ul {
	list-style: none;
}
.za-form-wrapper blockquote, q {
	quotes: none;
}
.za-form-wrapper blockquote:before, .za-form-wrapper blockquote:after,
.za-form-wrapper q:before, .za-form-wrapper q:after {
	content: '';
	content: none;
}
.za-form-wrapper table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* *** *** *** *** *** *** *** *** *** *** *** ***  */

.za-form-wrapper h6 a, .za-form-wrapper a h6{
    background-color: #F39200;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px ;
    padding: 12px;
    line-height: 40px;
    color: #ffffff;
    text-decoration: none;
}
.za-form-wrapper h6 a:hover{
    background-color: #ff7800;
}

.za-top-wrapper{
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 1240px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.2);
}

/* *** *** *** *** *** *** *** *** *** *** *** ***  */
.za-form-wrapper img{max-width: 100%; height: auto;}

.za-form-wrapper textarea:focus, .za-form-wrapper  input:focus{
    outline: 0;
}
.za-content{
    background-color: #E8E6E2;
    width: 100%;
    height: 100%;
    min-height: 800px;
    display: block;
    margin: 0 auto;
    max-width: 1240px;
    color: #595853;
    background-image: url(../images/bg-logo.png);
    background-position: center 20px;
    background-repeat: no-repeat;
    background-size: 150px;
    padding-bottom: 200px;
    padding-top: 60px;
}

.za-form-wrapper{
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 1240px;
    color: #595853;
    background-color: #D1C9B9;
    padding-bottom: 300px;
}


.za-form-section{
    width: 100%;
    display: block;
    margin: 0 auto;

}

.za-form-head{
    width: 100%;
    display: block;
    text-align: center;
    background-color: #E8E6E2;
}

.za-form-wrapper h1{
    font-size: 4em;
    padding: 100px 0 20px 0;
    max-width: 60%;
    margin: 0 auto;
    width: auto;
    border-bottom: 1px dashed #a9a9a9;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.za-form-wrapper h2{
    font-size: 3em;
    padding: 100px 0 20px 0;
    max-width: 60%;
    margin: 0 auto;
    width: auto;
    border-bottom: 1px dashed #a9a9a9;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.za-form-wrapper h3{
    font-size: 1.8em;
    padding: 100px 0 20px 0;
    max-width: 60%;
    margin: 0 auto;
    width: auto;
    border-bottom: 1px dashed #a9a9a9;
    font-weight: bold;
    text-transform: uppercase;
}

.za-form-wrapper h4{
    font-size: 1.2em;
    padding: 100px 0 20px 0;
    max-width: 60%;
    margin: 0 auto;
    width: auto;
    border-bottom: 1px dashed #a9a9a9;
    font-weight: bold;
    text-transform: uppercase;
}

.za-form-wrapper p {
    padding: 1em 0 1em 0;
    font-size: 1.2em;
    line-height: 1.6;
    font-style: italic;
    margin: 0 auto;
}

.za-form-head> .content{
    padding: 20px 0 60px 0;
    font-size: 1.2em;
    line-height: 1.6;
    font-style: italic;
    margin: 0 auto;

}

.za-form-head> .content p{
    padding: 30px 0 60px 0;
}

table.za-form-tab{
    width: 100%;
}
table.za-form-tab th{

    color: #000000;
}
.za-form-tab-top-row{
    background-color: #D1C9B9;
}
tr.statement-row:nth-child(even) {
    background: #E2DCDD;
}
tr.statement-row:nth-child(odd) {
    background: #E8E6E2;
}
table.za-form-tab tr td:last-child,
table.za-form-tab tr th:last-child{
    padding-right: 20px;
}

.za-form-question, .za-question{
    padding: 20px 0;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.6;
    font-style: italic;
}
table.za-form-tab .za-form-question{
    padding: 20px;
}

table.za-form-tab .za-form-options{
    width: 10%;
    padding: 10px 2px 10px 2px;
    font-size: 11px;
}

table.za-form-tab .za-form-statement{
    color: #6D6E70;
    font-size: 18px;
}

table.za-form-tab .za-form-options .level_1{
    display: block;
    line-height: 1.2;
}
table.za-form-tab .za-form-options .level_2{
    display: block;
    font-style: italic;
    max-width: 100%;
}


table.za-form-tab .za-form-radio{
    text-align: center;
    vertical-align: middle;
    width: 10%;
}
table.za-form-tab .za-form-statement{
    padding: 16px 10px 16px 20px;
}
.za-form-foot{
    background-color: #D1C9B9;
    height: 36px;
}
.za-form-additionals{
    padding-top: 20px;
}
.za-form-additionals label{
    display: inline-block;
    margin-bottom: 10px;
}
/* required fields */
.za-form-wrapper  .error{
    color:red;
    font-size: 15px;
}
.za-form-wrapper  input.error{
    background-color:pink;
}

/* Radio */
.za-form-wrapper  input[type="radio"] {
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    position: relative;
    width: 24px;
    -webkit-appearance: none;
}
.za-form-wrapper input[type="radio"]:after {
    background-color: #D1D0CE;
    border-radius: 25px;
    content: '';
    display: block;
    height: 16px;
    left: 4px;
    position: relative;
    top: 4px;
    width: 16px;
}
.za-form-wrapper input[type="radio"]:checked:after {
    background-color: #595754;

}
.span_10{
    width: 20%;
    display: inline-block;
    float: left;
}
.span_90{
    width: 80%;
    display: inline-block;
    float: left;
}
.span_60{
    width: 60%;
    display: inline-block;
    float: left;
}
.span_50{
    width: 50%;
    display: inline-block;
    float: left;
}
.span_33{
    width: 33.3333333%;
    display: inline-block;
    float: left;
}
.za-form-wrapper .span_content{
    width: 90%;
    margin: 0 auto;
}
.za-form-wrapper .clearfix{
    clear: both;
    font-size: 0px;
}
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}

.form-control {
	display: block;
	width: 100%;
	padding: 0;
	line-height: 46px;
	text-indent: 12px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.za-form-wrapper textarea.form-control {height: 140px; background-color: #E8E6E2;}
.za-form-wrapper input[type=submit] {
    padding:5px 15px;
    background: #EF8C29 !important;
    color: #ffffff; border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 40px;
    min-height: 40px;
    font-size: 1em;
    }

.za-form-radio label{display: none;}

.za-form-wrapper  thead.sticky{
    position: fixed;
    top:0px;
    width: 100%;
    display: block;
    z-index: 200;
}

.form-control {
  padding: 0px 10px;
  text-indent: 0px !important;
}




@media only screen and (max-width: 600px) {
    .za-form-wrapper h1{
        font-size: 7vw;
        padding: 100px 0 20px 0;
        max-width: 90%;
        margin: 0 auto;
        width: auto;
        border-bottom: 1px dashed #a9a9a9;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }
    .za-form-wrapper h2{
        font-size: 6vw;
        padding: 60px 0 20px 0;
        max-width: 90%;
        margin: 0 auto;
        width: auto;
        border-bottom: 1px dashed #a9a9a9;
        font-weight: bold;
        text-transform: uppercase;
    }
    .za-form-wrapper h3{
        font-size: 1.2em;
        padding: 40px 0 20px 0;
        max-width: 90%;
        margin: 0 auto;
        width: auto;
        border-bottom: 1px dashed #a9a9a9;
        font-weight: bold;
        text-transform: uppercase;
    }
    .za-form-wrapper h4{
        font-size: 1.2em;
        padding: 40px 0 20px 0;
        max-width: 90%;
        margin: 0 auto;
        width: auto;
        border-bottom: 1px dashed #a9a9a9;
        font-weight: bold;
        text-transform: uppercase;
    }
    .za-form-wrapper h6{
        font-size: 1em;
        padding: inherit;
        max-width: 90%;
        margin: 0 auto;
        width: auto;
    }
    .za-form-wrapper p{
        font-size: 1em;
        line-height: 1.6;
        font-style: italic;
        max-width: 90%;
        margin: 0 auto;
    }
    .za-form-head> .content{
        padding: 10px 0 30px 0;
        font-size: 1em;
        font-style: italic;
        max-width: 85%;
        margin: 0 auto;
    }
    .za-form-head> .content p{
        padding: 1em 0 2em 0;
    }
    .za-form-question, .za-question{
        font-size: 1em;
    }
    .span_m_100{width: 100%;}

	/* Force table to not be like tables anymore */
	.za-form-wrapper table, .za-form-wrapper thead, .za-form-wrapper tbody,  .za-form-wrapper td, .za-form-wrapper tr 		{
		display: block;
        width: 100%;
		}
    table.za-form-tab .za-form-radio{
        display: block;
        width: 90%;
        text-align: left;
    }
    .za-form-radio label{
            width: 70%;
            margin-left: 3%;
            display: inline-block;
            vertical-align: middle;
        }
    .za-form-wrapper  input[type='radio']{
        display: inline-block;
        vertical-align: middle;
        margin-left: 5%;

    }

    td.za-form-radio{
        height: 40px;
    }
    td.za-form-statement{
        width: 70%;
    }

    table.za-form-tab .za-form-options .level_1,
    table.za-form-tab .za-form-options .level_2,
    table.za-form-tab .za-form-options .level_3{
        visibility: hidden;
    }
    table.za-form-tab .za-form-options {
        max-width: 1px;
        min-width: 1px;
        width: 1px;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }
}