html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 19px
}

body .wrap {
    max-width: 640px;
    margin: 0 auto 35px auto
}

@media screen and (min-width: 640px) {
    body .wrap {
        margin: 10px auto 35px auto
    }
}

body .wrap header {
    text-align: center
}

body .wrap header h1 {
    font-size: 38px;
    line-height: 43px;
    margin: 20px 0
}

body .wrap header h1 a {
    color: #000
}

body .wrap b {
    font-weight: bold
}

body .wrap i {
    font-style: italic
}

body .wrap .main {
    background: #fff
}

@media screen and (min-width: 640px) {
    body .wrap .main {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
        overflow: hidden
    }
}

body .wrap .main img {
    width: 100%;
    height: auto
}

body .wrap .main .mandatory {
    color: #aeaeae;
    margin: 0 0 25px 0
}

body .wrap .main .button-container {
    position: relative;
    width: 100%;
    height: 40px
}

body .wrap .main .button-container .btn {
    display: inline-block;
    border: 0;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold
}

body .wrap .main .button-container .btn:hover, body .wrap .main .button-container .btn:focus {
    background: #fff !important
}

body .wrap .main .button-container .btn-next {
    position: absolute;
    right: 0;
    top: 0
}

body .wrap .main .error {
    color: #da1f1c !important
}

body .wrap .main .border-error {
    border: 1px solid #da1f1c !important
}

body .wrap .main .dropdown-error .selectize-input {
    border: 1px solid #da1f1c !important
}

body .wrap .main .hidden {
    display: none
}

body .wrap .main strong, body .wrap .main b {
    font-weight: bold !important
}

body .wrap footer {
    text-align: center;
    padding-bottom: 25px
}

body .wrap footer a {
    text-decoration: none;
    display: block;
    margin: 0 auto 5px auto
}

body .wrap footer a:last-of-type {
    margin-bottom: 0
}

body .wrap footer a:hover, body .wrap footer a:focus {
    text-decoration: underline
}

h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 25px 0
}

.paragraph {
    margin: 0 0 25px 0
}

.image img {
    width: 100%;
    height: auto;
    margin: 0 0 25px 0
}

.responsive-iframe {
    margin: 0 0 20px 0;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.responsive-iframe iframe, .responsive-iframe object, .responsive-iframe embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cta {
    margin: 0 0 25px 0;
    text-align: center
}

form {
    padding: 25px
}

form .input, form .radio, form .checkbox, form .dropdown, form .textarea, form .optin {
    margin-bottom: 25px
}

form .input ::-webkit-input-placeholder, form .radio ::-webkit-input-placeholder, form .checkbox ::-webkit-input-placeholder, form .dropdown ::-webkit-input-placeholder, form .textarea ::-webkit-input-placeholder, form .optin ::-webkit-input-placeholder {
    color: #aeaeae;
    font-size: 14px
}

form .input ::-moz-placeholder, form .radio ::-moz-placeholder, form .checkbox ::-moz-placeholder, form .dropdown ::-moz-placeholder, form .textarea ::-moz-placeholder, form .optin ::-moz-placeholder {
    color: #aeaeae;
    font-size: 14px
}

form .input :-ms-input-placeholder, form .radio :-ms-input-placeholder, form .checkbox :-ms-input-placeholder, form .dropdown :-ms-input-placeholder, form .textarea :-ms-input-placeholder, form .optin :-ms-input-placeholder {
    color: #aeaeae;
    font-size: 14px
}

form .input input:-moz-placeholder, form .radio input:-moz-placeholder, form .checkbox input:-moz-placeholder, form .dropdown input:-moz-placeholder, form .textarea input:-moz-placeholder, form .optin input:-moz-placeholder {
    color: #aeaeae;
    font-size: 14px
}

form .input input, form .dropdown .selectize-control, form .textarea textarea {
    margin-top: 5px
}

form input {
    border: 1px solid #aeaeae;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    padding: 9px 10px 10px 10px;
    font-size: 14px
}

form .radio h2, form .checkbox h2 {
    margin-bottom: 5px
}

/*form .radio span, form .checkbox span {*/
/*    margin-right: 30px*/
/*}*/

form .radio .other-input, form .checkbox .other-input {
    padding-top: 7px
}

form .custom-radio {
    position: relative;
    padding-left: 22px
}

form .custom-radio [type="radio"]:not(:checked), form .custom-radio [type="radio"]:checked {
    position: absolute;
    left: -9999px
}

form .custom-radio [type="radio"]:not(:checked) + label:before, form .custom-radio [type="radio"]:checked + label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #aeaeae
}

form .custom-radio [type="radio"]:not(:checked) + label:after, form .custom-radio [type="radio"]:checked + label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0px;
    width: 15px;
    height: 15px;
    background: url("../img/radio-checked.png") 50% 50% no-repeat;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s
}

form .custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

form .custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

form .custom-checkbox {
    position: relative;
    padding-left: 22px
}

form .custom-checkbox [type="checkbox"]:not(:checked), form .custom-checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px
}

form .custom-checkbox [type="checkbox"]:not(:checked) + label:before, form .custom-checkbox [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0px;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: 1px solid #aeaeae
}

form .custom-checkbox [type="checkbox"]:not(:checked) + label:after, form .custom-checkbox [type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0px;
    width: 15px;
    height: 15px;
    background: url("../img/checked.png") 50% 50% no-repeat;
    border-radius: 3px;
    -webkit-transition: all .3s;
    transition: all .3s
}

form .custom-checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

form .custom-checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

form .selectize-control.single .selectize-input {
    background-image: none;
    background: #fff;
    box-shadow: none;
    border: 1px solid #aeaeae
}

form .selectize-control.single .selectize-input:hover, form .selectize-control.single .selectize-input:focus {
    background: #fff
}

form .selectize-dropdown [data-selectable].active {
    background: #aeaeae
}

form .textarea textarea {
    border: 1px solid #aeaeae;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    padding: 10px;
    height: 120px;
    font-size: 14px
}

form .optin {
    padding-left: 22px
}

*:focus, select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, input[type="select"]:focus, .selectize-input.input-active, .selectize-input.input-active:hover {
    outline: 0 none !important;
    border-color: #aeaeae !important;
    -webkit-box-shadow: 0 0 0 0 #fff !important;
    -moz-box-shadow: 0 0 0 0 #fff !important;
    box-shadow: 0 0 0 0 #fff !important
}

.ui-widget-header .ui-datepicker-next .ui-icon {
    background-image: url("../img/icon-right.png") !important
}

.ui-widget-header .ui-datepicker-prev .ui-icon {
    background-image: url("../img/icon-left.png") !important
}

.ui-icon-circle-triangle-e, .ui-icon-circle-triangle-w {
    background-position: 0 0 !important
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #969696 !important;
    background: #969696 !important;
    color: #fff !important
}

.addiotional-page {
    padding: 20px
}

.addiotional-page p {
    min-height: 280px
}

/*# sourceMappingURL=style.css.map */
