#headerMenu {
    z-index: 9999;
}

content,
content div,
content li,
content p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.align-center,
.text-center {
    text-align: center;
}

.clearleft {
    float: none;
    clear: left;
}

.clearright {
    float: none;
    clear: right;
}

.clearBoth {
    clear: both;
}

.floatLeft {
    float: left !important;
}


.floatRight {
    float: right;
}

.inlineBlock {
    display: inline-block;
}

.posr {
    position: relative;
}

.flexAligner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

p.legal {
    font-size: 12px;
}

.brackets {
    position: relative;
    box-sizing: border-box;
    padding-left: 40px;
    padding-top: 25px;
    padding-right: 40px;
}

.brackets:before {
    width: 51px;
    height: 51px;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 18px solid #f88508;
    border-left: 18px solid #f88508;
}

.brackets:after {
    width: 51px;
    height: 51px;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 18px solid #f88508;
    border-right: 18px solid #f88508;
}

.greyBg {
    background: #f5f5f5;
}

section h2 {
    font-size: 36px;
}

section p {
    font-weight: 500;
}

input[type=radio].checkRadio:not(old) {
    width: 20px;
    margin: 0 0 0 -20px;
    padding: 0;
    opacity: 0;
}

table.checkRadio td {
    padding-bottom: 6px;
    padding-left: 0px;
}

input[type=radio].checkRadio:not(old) {
    width: 20px;
    margin: 0 0 0 -20px;
    padding: 0;
    opacity: 0;
}

table.checkRadio td label {
    display: inline-block;
    margin-left: 0;
    font-weight: 500;
    padding-left: 27px;
    background: url(../image/checks.png) no-repeat 0 0;
    line-height: 20px;
}

table.checkRadio td label.checked {
    background-position: 0 100%;
}

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

.section-0 .tabs {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    display: block;
    width: 100%;
}

.section-0 .mobileDropdown {
    display: none;
}

@media screen and (max-width:768px) {
    .section-0 .tabs {
        display: none;
    }

    .section-0 .mobileDropdown {
        display: block;
        border: 1px solid #F39200;
        text-align: center;
        padding: 10px 0px 0;
        margin-top: 40px;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 18px;
        font-weight: bold;
        position: relative;
        cursor: pointer;
    }

    .section-0 .mobileDropdown div {
        padding-bottom: 10px;
        font-weight: 800;
    }

    .section-0 .mobileDropdown .arrow {
        transition: 200ms;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-right: 2px solid #000;
        border-top: 2px solid #000;
        transform: rotate(133deg);
        margin-left: 6px;
        vertical-align: middle;
        margin: 0 20px;
        position: absolute;
        right: 0;
        top: 16px;
    }

    .section-0 .mobileDropdown .mobileTabs {
        display: none;
    }

    .section-0 .mobileDropdown .mobileTabs.show {
        display: block;
    }

    .section-0 .mobileDropdown .mobileTabs,
    .section-0 .mobileDropdown .mobileTabs li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .section-0 .mobileDropdown .mobileTabs a {
        border-top: 1px solid #F39200;        
        color: #000;
        display: block;
        text-decoration: none;
        padding: 10px 0;
    }

    .section-0 .mobileDropdown .mobileTabs a:hover,
    .section-0 .mobileDropdown .mobileTabs a:focus {
        text-decoration: underline;
    }
}

.section-0 .tabs li,
.section-0 .tabs a {
    display: inline-block;
    text-align: center;
}

.section-0 .tabs li {
    width: 24%;
}

.section-0 .tabs a {
    padding: 20px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    border-bottom: 3px solid #fff;
}

.section-0 .tabs a.selected {
    font-weight: bold;
    border-bottom: 3px solid #F39200;
}

.section-0 .right {
    float: right;
    text-align: right;
}

@media screen and (max-width:1142px) {
    .section-0 .right {
        float: none;
    }
}

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

.section-1 {
    background: #F2F2F2;
}

.section-1 .row {
    position: relative;
}

.section-1 .form-lead-cp {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
    margin-top: 40px;
    min-height: 500px;
}

.section-1 .form-lead-cp .form-title {
    position: relative;
    background: transparent;
    width: 550px;
    margin: 0 auto;
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
    text-align: center;
}

@media screen and (max-width:560px) {
    .section-1 .form-lead-cp .form-title {
        width: 96%;
        margin-left: 2%
    }
}

.section-1 .form-lead-cp .form-title h1 {
    font-family: "montserrat";
    font-weight: 500;
    color: black;
    font-size: 1.875rem;
    margin: 0;
    padding: 0
}

.section-1 .form-lead-cp .form-title strong {
    display: block;
    font-family: 'montserrat';
    color: black;
    font-size: 1.25rem;
    font-weight: 500
}

.section-1 .form-lead-cp .form-title span {
    display: block;
    font-family: 'montserrat';
    color: black;
    font-size: 1rem;
    font-weight: 400
}

.section-1 .form-lead-cp .form-cont {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 580px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
    box-shadow: 0px 7px 20px #ccc;
}

@media screen and (max-width:768px) {
    .section-1 .row {
        
    }

    .section-1 .form-lead-cp {
        margin-top: 0;
    }
    .section-1 .form-lead-cp .form-cont {
        box-shadow: none;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.section-1 .picColumn {
    position: absolute;
    bottom:0;
    right: 0;
}

.section-1 .picColumn .pic {
    float: right;
}

@media screen and (max-width:560px) {
    .section-1 .form-lead-cp .form-cont {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .section-1 .picColumn {
        display: none;
    }

    .section-1 .form-lead-cp .form-cont {
        max-width: none;
    }
}

.section-1 .form-lead-cp .form-cont h2 {
    font-family: "montserrat";
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #F39200;
    margin: 0;
    padding: 0;
    padding-top: 1.25rem;
    padding-bottom: 0.75rem;
}

.section-1 .form-lead-cp .form-cont h3 {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    padding-top: 0;
    padding-bottom: 1.25rem;
}

.section-1 .form-lead-cp .form-cont .error {
    font-family: "montserrat";
    font-size: .75rem;
    color: #ca3338;
    font-weight: 400;
    position: absolute;
    display: none
}

.section-1 .form-lead-cp .form-cont .form-item {
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    margin-bottom: 1.875rem
}

@media screen and (max-width:560px) {
    .section-1 .form-lead-cp .form-cont .form-item {
        width: 88%;
        margin-left: 6%
    }
}

.section-1 .form-lead-cp .form-cont .form-item label {
    /*color: white;*/
    font-family: 'montserrat';
    display: block;
    padding: 0;
    margin: 0
}

@media screen and (max-width:768px) {
    .section-1 .form-lead-cp .form-cont .form-item {
        width: 100%;
        margin-left: 0;
    }
}

.section-1 .form-lead-cp .form-cont .form-item label span {
    font-size: 1rem;
    font-weight: 500;
    padding: 0;
    line-height: 1;
    display: block;
    margin: 0;
    padding-bottom: .2rem
}

.section-1 .form-lead-cp .form-cont .form-item label small {
    font-size: .75rem;
    display: block;
    padding: 0
}

.section-1 .form-lead-cp .form-cont .form-item input {
    height: 2.625rem;
    width: 100%;
    background-color: white;
    border: 1px solid #989898;
    outline: 0;
    color: black !important;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    font-size: .9375rem;
}

.section-1 .form-lead-cp .form-cont .form-item input::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
    font-weight: 500;
    font-size: .9375rem
}

.section-1 .form-lead-cp .form-cont .form-item input:-ms-input-placeholder {
    color: #000000;
    opacity: 1;
    font-family: "montserrat";
    font-weight: 500;
    font-size: .9375rem
}

.section-1 .form-lead-cp .form-cont .form-item input::-ms-input-placeholder {
    color: #000000;
    opacity: 1;
    font-family: "montserrat";
    font-weight: 500;
    font-size: .9375rem
}

.section-1 .form-lead-cp .form-cont .form-item input::placeholder {
    color: #000000;
    opacity: 1;
    font-family: "montserrat";
    font-weight: 500;
    font-size: .9375rem
}


.section-1 .form-lead-cp .form-cont .form-item input:focus::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.section-1 .form-lead-cp .form-cont .form-item input:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}


.section-1 .form-lead-cp .form-cont .form-item input:focus::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.section-1 .form-lead-cp .form-cont .form-item input:focus::placeholder {
  color: #fff;
}


.section-1 .form-lead-cp .form-cont .form-item .qmark {
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    top: .75rem !important;
    right: -1.8125rem !important
}

.section-1 .form-lead-cp .form-cont .form-item.good .error {
    display: none
}

.section-1 .form-lead-cp .form-cont .form-item.good .qmark {
    right: -3.5rem !important
}

.section-1 .form-lead-cp .form-cont .form-item.good:after {
    content: 'L';
    color: #fff;
    font-family: "montserrat";
    font-weight: 800;
    font-size: 1rem;
    height: 1.25rem;
    width: 1.25rem;
    line-height: 1.25rem;
    position: absolute;
    right: .9375rem;
    bottom: .75rem;
    right: -1.875rem;
    -webkit-transform: scaleX(-1) rotate(-45deg);
    -ms-transform: scaleX(-1) rotate(-45deg);
    transform: scaleX(-1) rotate(-45deg);
    background: #61bc47;
    border-radius: 1.25rem;
    padding: 0;
    text-align: center;
}

@media screen and (max-width:560px) {
    .section-1 .form-lead-cp .form-cont .form-item.good:after {
        right: -1.25rem;
        -webkit-transform: scaleX(-1) rotate(-45deg) scale(0.75);
        -ms-transform: scaleX(-1) rotate(-45deg) scale(0.75);
        transform: scaleX(-1) rotate(-45deg) scale(0.75)
    }
}


.section-1 .form-lead-cp .form-cont .form-item.bad input {
    border: .0625rem solid #e3041f
}

.section-1 .form-lead-cp .form-cont .form-item.bad .error {
    display: block;
    color: #fff;
    background-color: #e3041f;
    padding: .3125rem;
    position: absolute;
    left: .375rem;
    bottom: -1.5rem;
    z-index: 2
}

.section-1 .form-lead-cp .form-cont .form-item.bad .error:before {
    content: '';
    background-color: #e3041f;
    display: block;
    height: .625rem;
    width: .625rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -0.125rem;
    left: .3125rem;
    z-index: -1
}

.section-1 .form-lead-cp .form-cont .form-item.bad .qmark {
    right: -3.5rem !important
}

.section-1 .form-lead-cp .form-cont .form-item.bad:after {
    content: '!';
    font-family: "montserrat";
    font-size: .9375rem;
    height: 1.25rem;
    color: #fff;
    width: 1.25rem;
    position: absolute;
    right: -1.875rem;
    text-align: center;
    padding-top: 0;
    bottom: .6875rem;
    background-color: #e3041f;
    border-radius: 1.25rem
}

@media screen and (max-width:768px) {
    .section-1 .form-lead-cp .form-cont .form-item.bad:after {
        right: 1rem;
    }
}

.section-1 .form-lead-cp .form-cont .form-item .qmark {
    position: absolute;
    top: .6875rem;
    right: -1.5625rem
}

.section-1 .form-lead-cp .form-cont .form-select {
    max-width: 24.375rem;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 1.875rem;
    position: relative
}

@media screen and (max-width:560px) {
    .section-1 .form-lead-cp .form-cont .form-select {
        width: 88%;
        margin-left: 6%
    }
}

.section-1 .form-lead-cp .form-cont .form-select label {
    font-family: 'montserrat';
    display: block;
    padding: 0;
    margin: 0
}

.section-1 .form-lead-cp .form-cont .form-select label span {
    font-size: 1rem;
    font-weight: 500;
    padding: 0;
    line-height: 1;
    display: block;
    margin: 0;
    padding-bottom: .2rem
}

.section-1 .form-lead-cp .form-cont .form-select label small {
    font-size: .75rem;
    display: block;
    padding: 0
}

.section-1 .form-lead-cp .form-cont .form-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    padding-left: .4375rem;
    height: 2.625rem;
    outline: 0;
    border: 0;
    background-repeat: no-repeat;
    background-position: right 9px top 15px;
    background-color: white;
    background-image: url('../images/contact-form/arrowDown.png');
    margin: 0;
    font-family: "montserrat";
    font-weight: 400;
    font-size: .9375rem
}

.section-1 .form-lead-cp .form-cont .form-select select::-ms-expand {
    display: none
}

.section-1 .form-lead-cp .form-cont .form-select.good .error {
    display: none
}

.section-1 .form-lead-cp .form-cont .form-select.good:after {
    content: 'L';
    font-family: "montserrat";
    font-weight: 800;
    font-size: 1rem;
    height: 1.25rem;
    width: 1.25rem;
    line-height: 1.25rem;
    position: absolute;
    right: .9375rem;
    bottom: .75rem;
    right: -1.875rem;
    -webkit-transform: scaleX(-1) rotate(-45deg);
    -ms-transform: scaleX(-1) rotate(-45deg);
    transform: scaleX(-1) rotate(-45deg);
    background: #61bc47;
    border-radius: 1.25rem;
    padding: 0;
    text-align: center;
}

@media screen and (max-width:560px) {
    .section-1 .form-lead-cp .form-cont .form-select.good:after {
        right: -1.25rem;
        -webkit-transform: scaleX(-1) rotate(-45deg) scale(0.75);
        -ms-transform: scaleX(-1) rotate(-45deg) scale(0.75);
        transform: scaleX(-1) rotate(-45deg) scale(0.75)
    }
}

.section-1 .form-lead-cp .form-cont .form-select.bad select {
    border: .0625rem solid #e3041f
}

.section-1 .form-lead-cp .form-cont .form-select.bad .error {
    display: block;
    background-color: #e3041f;
    padding: .3125rem;
    position: absolute;
    left: .375rem;
    bottom: -1.5rem;
    z-index: 2
}

.section-1 .form-lead-cp .form-cont .form-select.bad .error:before {
    content: '';
    background-color: #e3041f;
    display: block;
    height: .625rem;
    width: .625rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -0.125rem;
    left: .3125rem;
    z-index: -1
}

.section-1 .form-lead-cp .form-cont .form-select.bad:after {
    content: '!';
    font-family: "montserrat";
    font-size: .9375rem;
    height: 1.25rem;
    width: 1.25rem;
    position: absolute;
    right: -1.875rem;
    text-align: center;
    padding-top: 0;
    bottom: .6875rem;
    background-color: #e3041f;
    border-radius: 1.25rem
}

@media screen and (max-width:560px) {
    .section-1 .form-lead-cp .form-cont .form-select.bad:after {
        right: -1.25rem;
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75)
    }
}

.section-1 .form-lead-cp .form-cont .statements-box {
    position: relative;
    width: 100%
}

@media screen and (max-width:768px) {
    .section-1 .statements-box {
        width: 100%;
        margin-left: 0;
    }
}

.section-1 .form-lead-cp .form-cont .statements-box .cumulative-statements {
    position: relative;
    margin: 0 auto;
    padding-bottom: 1.25rem;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.375rem
}

@media screen and (max-width:560px) {
    .section-1 .form-lead-cp .form-cont .statements-box .cumulative-statements {
        width: 100%
    }
}

.section-1 .form-lead-cp .form-cont .statements-box .cumulative-statements .total {
    cursor: pointer;
    font-weight: 500;
}

.section-1 .form-lead-cp .form-cont .statements-box button#show-all-statements {
    background: transparent;
    outline: 0;
    border: 0;
    font-family: "montserrat";
    font-weight: 400;
    font-size: .875rem;
    display: inline-block;
    position: absolute;
    right: 0;
    top: .25rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.section-1 .form-lead-cp .form-cont .statements-box button#show-all-statements.open:after {
    top: 5px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.section-1 .form-lead-cp .form-cont .statements-box .fake-check {
    display: inline-block;
    line-height: 1.25rem;
    margin-right: 5px;
    height: 1.25rem;
    width: 1.25rem;
    background: white;
    border: .0625rem solid #9e9e9e;
    position: relative;
    cursor: pointer
}

.section-1 .form-lead-cp .form-cont .statements-box .fake-check:after {
    content: '';
    position: absolute;
    display: block;
    height: .9375rem;
    width: .4375rem;
    top: 0;
    right: .3125rem;
    border-right: .125rem solid green;
    border-bottom: .125rem solid green;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out
}

.section-1 .form-lead-cp .form-cont .statements-box .fake-check.checked {
    border: .0625rem solid green
}

.section-1 .form-lead-cp .form-cont .statements-box .fake-check.checked:after {
    opacity: 1
}

.section-1 .form-lead-cp .form-cont .statements-box .statement-legal {
    display: inline-block;
    position: relative;
    top: -0.3125rem
}

.section-1 .form-lead-cp .form-cont .statements-box .single-statements {
    width: 96%;
    margin: 0 auto;
    padding-bottom: 1.25rem;
    position: relative;
}

@media screen and (max-width:560px) {
    .section-1 .form-lead-cp .form-cont .statements-box .single-statements {
        width: 100%
    }
}

.section-1 .form-lead-cp .form-cont .statements-box .single-statement {
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: .625rem
}

@media screen and (max-width:560px) {
    .section-1 .form-lead-cp .form-cont .statements-box .single-statement {
        width: 100%
    }
}

.section-1 .form-lead-cp .form-cont .statements-box .single-statement .fake-check {
    position: relative;
    display: block;
    top: 0;
    cursor: pointer
}

.section-1 .form-lead-cp .form-cont .statements-box .single-statement label {
    position: relative;
    display: block;
    font-family: "montserrat";
    font-weight: 400;
    font-size: .75rem;
    line-height: .875rem;
    max-width: calc(100% - 30px);
    text-indent: 0;
    padding: 0
}

.section-1 .form-lead-cp .form-cont .statements-box .single-statement input {
    visibility: hidden;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0
}

.section-1 .form-lead-cp .form-cont .statements-box .single-statement .error {
    display: none
}

@media screen and (max-width:560px) {
    .section-1 .form-lead-cp .form-cont .statements-box .single-statement.bad {
        margin-top: .625rem
    }
    .section-1 .form-lead-cp .form-cont .statements-box .single-statement.bad:nth-child(n+2) {
        margin-top: 1.875rem
    }
}

.section-1 .form-lead-cp .form-cont .statements-box .single-statement.bad .fake-check {
    border: .0625rem solid #ca3338
}

.section-1 .form-lead-cp .form-cont .statements-box .single-statement.bad .error {
    background-color: #e3041f;
    color: white;
    padding: .3125rem;
    position: absolute;
    display: table;
    left: 0;
    top: 1.5rem;
    z-index: 2
}

.section-1 .form-lead-cp .form-cont .statements-box .single-statement.bad .error:before {
    content: '';
    background-color: #e3041f;
    display: block;
    height: .625rem;
    width: .625rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -0.125rem;
    left: .3125rem;
    z-index: -1
}

@media screen and (max-width:560px) {
    .section-1 .form-lead-cp .form-cont .statements-box .single-statement.bad .error {
        top: -1.625rem;
        right: auto;
        left: 0
    }
    .section-1 .form-lead-cp .form-cont .statements-box .single-statement.bad .error:before {
        top: auto;
        bottom: -0.125rem;
        right: auto;
        left: .3125rem
    }
}

.section-1 .form-lead-cp .form-cont .statements-box .single-statement.bad:after {
    content: '!';
    font-family: "montserrat";
    font-size: .9375rem;
    color: white;
    height: 1.25rem;
    width: 1.25rem;
    line-height: 1.25rem;
    position: absolute;
    right: -1.875rem;
    text-align: center;
    padding: 0;
    top: .6875rem;
    background-color: #e3041f;
    border-radius: 1.25rem
}

@media screen and (max-width:560px) {
    .section-1 .form-lead-cp .form-cont .statements-box .single-statement.bad:after {
        right: -1.25rem;
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75)
    }
}

.section-1 .form-lead-cp .form-cont .statements-box .single-statement.good:after {
    content: 'L';
    font-family: "montserrat";
    font-weight: 800;
    font-size: 1rem;
    height: 1.25rem;
    width: 1.25rem;
    line-height: 1.25rem;
    position: absolute;
    right: .9375rem;
    top: .75rem;
    right: -1.875rem;
    -webkit-transform: scaleX(-1) rotate(-45deg);
    -ms-transform: scaleX(-1) rotate(-45deg);
    transform: scaleX(-1) rotate(-45deg);
    background: #61bc47;
    border-radius: 1.25rem;
    padding: 0;
    text-align: center;
    color: white
}

@media screen and (max-width:560px) {
    .section-1 .form-lead-cp .form-cont .statements-box .single-statement.good:after {
        right: -1.25rem;
        -webkit-transform: scaleX(-1) rotate(-45deg) scale(0.75);
        -ms-transform: scaleX(-1) rotate(-45deg) scale(0.75);
        transform: scaleX(-1) rotate(-45deg) scale(0.75)
    }
}

.section-1 .form-lead-cp .form-cont .statements-box .legal-block {
    position: relative;
    display: block;
    font-family: "montserrat";
    font-weight: 400;
    font-size: .75rem;
    line-height: .875rem;
    width: 100%;
    text-align: justify
}

.section-1 .form-lead-cp .form-cont .green-button {
    margin: 0 auto;
    border: 0;
    display: table;
    font-weight: 700;
    width: 100%;
    max-width: 380px;
    font-size: .875rem;
    color: white;
    padding: 1rem;
    text-align: center;
    position: relative;
    background: #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
    text-decoration: none;
}

@media screen and (max-width:560px) {
    .section-1 .form-lead-cp .form-cont .green-button {
        width:100% !important;
    }
}

.section-1 .form-lead-cp .form-cont .green-button:hover {
    text-decoration: none
}

.section-1 .form-lead-cp .form-cont .green-button.valid {
    background: #025ec3;
    cursor: pointer;
    -webkit-box-shadow: 0 .3125rem .625rem 0 rgba(35, 37, 51, 0.15);
    box-shadow: 0 .3125rem .625rem 0 rgba(35, 37, 51, 0.15);
    pointer-events: auto;
}

.section-1 .form-lead-cp .form-cont .form-actual {
    -webkit-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
}

.section-1 .form-lead-cp .form-cont .form-actual.hidden {
    opacity: 0;
    max-height: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.section-1 .formWrapper.success .form-success {
    -webkit-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.section-1 .formWrapper.noSuccess .form-success {
    display: none !important;
}

/*
.section-1 .form-lead-cp .form-cont .form-success,
.section-1 .form-lead-cp .form-cont .form-error {
    -webkit-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}
*/
.section-1 .form-lead-cp .form-cont .form-success.visible,
.section-1 .form-lead-cp .form-cont .form-error.visible {
    max-height: 50rem;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.section-1 .form-lead-cp .form-cont .form-success p,
.section-1 .form-lead-cp .form-cont .form-error p {
    font-family: 'montserrat';
    font-size: 1rem;
    font-weight: 500;
    max-width: 24.375rem;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 1rem
}

.section-1 .form-lead-cp .form-cont .form-success a,
.section-1 .form-lead-cp .form-cont .form-error a {
    max-width: 24.375rem;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 0
}

.section-1 .form-lead-cp .form-cont .form-success a span,
.section-1 .form-lead-cp .form-cont .form-error a span {
    display: inline-block;
    margin: 0 auto;
    font-size: .875rem;
    padding: 1rem
}

.section-1 .form-lead-cp .form-cont .form-success a span:after,
.section-1 .form-lead-cp .form-cont .form-error a span:after {
    font-family: 'icomoon';
    content: '\f054 \f054';
    font-size: .5rem;
    color: #f7941e;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -webkit-transform: translateX(0.4rem);
    -ms-transform: translateX(0.4rem);
    transform: translateX(0.4rem);
    display: inline-block
}

.section-1 .form-lead-cp .form-cont .form-success a:hover span,
.section-1 .form-lead-cp .form-cont .form-error a:hover span {
    color: white
}

.section-1 .form-lead-cp .form-cont .form-success a:hover span:after,
.section-1 .form-lead-cp .form-cont .form-error a:hover span:after {
    -webkit-transform: translateX(0.6rem);
    -ms-transform: translateX(0.6rem);
    transform: translateX(0.6rem);
    color: white
}

.section-1 .form-lead-cp .form-cont .form-success a.blue-button,
.section-1 .form-lead-cp .form-cont .form-error a.blue-button {
    cursor: pointer;
    color: white;
    background-color: #025ec3;
    font-family: "montserrat";
    font-weight: 700;
    font-size: .75rem;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-box-shadow: 0 .3125rem .625rem 0 rgba(35, 37, 51, 0.1);
    box-shadow: 0 .3125rem .625rem 0 rgba(35, 37, 51, 0.1);
    text-decoration: none;
    margin-bottom: 1rem
}

.section-1 .form-lead-cp .form-cont .form-success a.blue-button span:after,
.section-1 .form-lead-cp .form-cont .form-error a.blue-button span:after {
    color: white
}

.section-1 .form-lead-cp .form-cont .form-success a.blue-button:after,
.section-1 .form-lead-cp .form-cont .form-error a.blue-button:after {
    content: ''
}

.section-1 .form-lead-cp .form-cont .form-success a.blue-button:hover,
.section-1 .form-lead-cp .form-cont .form-error a.blue-button:hover {
    background-color: #025ec3;
    color: white
}

.section-1 .form-lead-cp .form-cont .form-success a.blue-button:hover:after,
.section-1 .form-lead-cp .form-cont .form-error a.blue-button:hover:after {
    -webkit-transform: translateX(0.5rem);
    -ms-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
    color: white
}

.section-1 .form-lead-cp .form-cont .form-success a.white-button,
.section-1 .form-lead-cp .form-cont .form-error a.white-button {
    cursor: pointer;
    color: #2f2f2f;
    background-color: white;
    font-family: "montserrat";
    font-weight: 700;
    font-size: .75rem;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-box-shadow: 0 .3125rem .625rem 0 rgba(35, 37, 51, 0.1);
    box-shadow: 0 .3125rem .625rem 0 rgba(35, 37, 51, 0.1);
    text-decoration: none
}

.section-1 .form-lead-cp .form-cont .form-success a.white-button:after,
.section-1 .form-lead-cp .form-cont .form-error a.white-button:after {
    content: ''
}

.section-1 .form-lead-cp .form-cont .form-success a.white-button:hover,
.section-1 .form-lead-cp .form-cont .form-error a.white-button:hover {
    background-color: #025ec3;
    color: white
}

.section-1 .form-lead-cp .form-cont .form-success a.white-button:hover:after,
.section-1 .form-lead-cp .form-cont .form-error a.white-button:hover:after {
    -webkit-transform: translateX(0.5rem);
    -ms-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
    color: white
}

div.container.footer-section-top {
    display: none !important
}

.p07b {
    display: inline-block;
    font-size: 12px;
    /*background: url("./images/errBg.png") no-repeat -6px top;
    */
    min-height: 36px;
    box-sizing: border-box;
    padding-top: 14px;
    padding-right: 14px;
    padding-left: 14px;
    padding-bottom: 8px;
    font-weight: bold;
    position: absolute;
    top: -22px;
    left: 0;
    visibility: hidden;
}


.p06 {
    visibility: hidden;
    display: inline-block;
    font-size: 12px;
    /*background: url("./images/errBg.png") no-repeat -6px top;
    */
    min-height: 36px;
    box-sizing: border-box;
    padding-top: 14px;
    padding-right: 14px;
    padding-left: 14px;
    padding-bottom: 8px;
    font-weight: bold;
    position: absolute;
    top: 35px;
    left: 0;
}

table.checkRadio {
    margin-bottom: 30px;
}

/** RODO **/

.gdpr-info {
    margin-top:20px;
    margin-bottom:20px;
    padding:0 3px;
    font-family:"montserrat";
}

.gdpr-info h3 {
    float:left;
}

.section-1 .form-lead-cp .form-cont h3.gdpr-headingText {
    float:left;
    text-align: left;
    max-width:375px;
    width:65%;
    font-size:12px;
    margin-top:0;
    padding-top:0;
}

.gdpr-info .gdpr-toggle {
    cursor:pointer;
    font-weight:bold;
    font-size:15px;
    text-decoration:none;
    float:right;
    background: transparent;
    outline: 0;
    border: 0;
    font-family: "montserrat";
    font-weight: 400;
    font-size: .875rem;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    position:relative;
    margin-top:5px;
}

.gdpr-info .gdpr-toggle:after {
    content: '';
    display: block;
    position: absolute;
    top: -0.0625rem;
    right: -0.9375rem;
    height: .625rem;
    width: .625rem;
    border-right: .125rem solid white;
    border-bottom: .125rem solid white;
    -webkit-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gdpr-info .gdpr-toggle.open:after {
    top: 5px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.gdpr-info li,
.gdpr-info p,
.gdpr-info a,
.gdpr-info h4 {
    font-size:12px;
    text-align: justify
}

.gdpr-info ol,
.gdpr-info li {
    margin: 0;
}

.gdpr-info ol {
    padding: 0 10px 0 20px;
}

.gdpr-info li {
    padding: 0 0px 10px 10px;
}

.gdpr-info a.pdfDownload {
    display: inline-block;
    font-size:14px;
    font-weight:bold;
    margin-top:10px;
    padding-bottom:10px;
    padding-left:25px;
    background:url("/v8/assets/images/contact-form/pdfico.png") no-repeat left 0;
}

body.highContrastFeatures .section-1 .form-lead-cp .form-cont .form-item input {
    border: 1px solid #fff;
}

body.highContrastFeatures .section-1 .form-lead-cp .form-cont .form-select select {
    border:1px solid #fff;
    background-image: url(../images/contact-form/arrowDown-highContrast.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 9px top 15px !important;
}

body.highContrastFeatures .section-1 .form-lead-cp .form-cont .form-item.bad .error,
body.highContrastFeatures .section-1 .form-lead-cp .form-cont .form-select.bad .error,
body.highContrastFeatures .section-1 .form-lead-cp .form-cont .statements-box .single-statement.bad .error {
    background-color: #e3041f !important;
}

body.highContrastFeatures .section-1 .form-lead-cp .form-cont .green-button {
    background: #ccc !important;
}

body.highContrastFeatures .section-1 .form-lead-cp .form-cont .green-button.valid {
    background: #025ec3 !important;
}

@media screen and (max-width: 768px) {
    .section-1 .form-lead-cp .form-cont .green-button {
        max-width: none;
        width: 100%;
    }
}

.section-1 .formWrapper.success .form-actual,
.section-1 .formWrapper.success .form-actual * {
    display: none !important;
}

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

.section-2 {
    padding-top: 30px;
}

.section-2 h2 {
    font-size: 24px;
}

.section-2 p {
    font-size: 16px;
    line-height: 1.2;
}

.section-2 h2,
.section-2 h3,
.section-2 p {
    padding-left: 20px;
    padding-right: 20px;
}

.section-2 p.orange {
    padding-bottom: 20px;
}

.section-2 p.orange span {
    color: #F39200;
}

.section-2 .contactSection {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-2 .contactSection.grey {
    background: #F2F2F2;    
}

.section-2 .contactSection h2 {
    margin-top: 0px;
    padding-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.section-2 .contactSection p {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
}

.section-2 .contactSection a {
    color: #000;
}

.section-2 .contactSection p span {
    font-size: 14px;
}

.section-2 .infobox {
    background: #025EC3;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    padding: 45px 18px 30px;
    text-align: center;
    position: relative;
}

.section-2 .infobox p {
    margin: 0;
    padding: 0;
}

.section-2 .infobox a {
    color: #fff;
}

.section-2 .infobox .infoSign {
    font-size: 18px;
    color:#000;
    background: #fff;
    width: 30px;
    height: 30px;
    border: 2px solid #025EC3;
    position: absolute;
    top: -15px;
    left: calc(50% - 15px);
    border-radius: 50%;
}

.section-2 .icokbox {
    background: #f2f2f2;
    padding: 30px 30px 20px;
}

.section-2 .icokbox h2 {
    font-size: 24px;
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
    text-align: center;
}

.section-2 .icokbox .btn {
    background: #F39200;
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    color: #fff;
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
}

.section-2 .icokbox .btn:hover,
.section-2 .icokbox .btn:focus {
    text-decoration: none;
}

.section-2 .icokbox .btn span {
    position: relative;
    padding-left: 5px;
    left: 0;
    transition: left 100ms ease-in-out;
    -webkit-transition: left 100ms ease-in-out;
    -o-transition: left 100ms ease-in-out;
}

.section-2 .icokbox .btn:hover span,
.section-2 .icokbox .btn:focus span {
    left: 10px;
}

.section-2 .icokbox a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 10px 0 0;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}

.section-2 .icokbox a:hover,
.section-2 .icokbox a:focus {
    text-decoration: underline;
}

.section-2 .phonePic {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .section-2 .column.noPadding {
        padding-left: 0;
        padding-right: 0;
    }

    .section-2 .phonePic {
        margin: 30px auto 0;
    }

    .section-2 .phonePic img {
        text-align: center;
        display: block;
        margin: 0 auto;
    }
}

.section-3 {
    background: #f2f2f2;
    padding: 50px 0;
}

.section-3 h2 {
    font-weight: 500;
    font-size: 20px;
}

.section-3 h3 {
    font-size: 22px;
    margin-top: 0;
}

.section-3 a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.section-3 ul,
.section-3 li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-3 li {
    margin-bottom: 10px;
}

.section-3 a:hover,
.section-3 a:focus {
    text-decoration: underline;
}

.section-3 li:after {
    content:'\00BB';
    color: #F39200;
    font-size: 18px;
    padding-left: 5px;
    text-decoration: none;
}

.section-3 a:after:hover,
.section-3 a:after:focus {
    text-decoration: none;
}

.section-3 .btn {
    background: #025EC3;
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    color: #fff;
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 290px;
}

.section-3 .btn:hover,
.section-3 .btn:focus {
    text-decoration: none;
}

.section-3 .btn span {
    position: relative;
    padding-left: 5px;
    left: 0;
    transition: left 100ms ease-in-out;
    -webkit-transition: left 100ms ease-in-out;
    -o-transition: left 100ms ease-in-out;
}

.section-3 .btn:hover span,
.section-3 .btn:focus span {
    left: 6px;
}

@media screen and (max-width: 767px) {
    .section-3 .btn {
        width: 100%;
        max-width: none;
    }
}

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

@media screen and (max-width: 767px) {
    content {
        margin-top: 3.9rem;
    }
}

@media screen and (max-width: 768px) {
   
}

@media screen and (min-width: 480px) and (max-width: 1200px) {
   
}
