
:root {
    --border: 1px solid #;
}

html, body {
    background-color: #dcdcdd;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 { margin: 0; }

a {
    text-decoration: none;
    color: inherit;
}

a:focus,
a:hover {
    color: #010066
}

.container {
    max-width: 1276px;
}

.navbar {
    height: 80px;
}

.navbar-brand img {
    height: 35px;
}

.navbar .nav a {
    font-size: 16px;
    color: #484f5b;
}

.cta-green {
    transition: all 0.15s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #9fab00;
    color: #fff;
    padding: 17px 20px;
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border: 0 none;
}

.cta-green:hover,
.cta-green:focus {
    color: #fff;
    background-color: #656c01;
}

.cta-blue {
    transition: all 0.15s ease;
    display: block;
    background-color: #010065;
    color: #fff;
    padding: 27px;
    font-size: 37px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border: 0 none;
}

.cta-blue:hover,
.cta-blue:focus {
    color: #fff;
    background-color: #0301a8;
}

.cta-small {
    font-size: 21px;
}

/* section-lancio-campagna */

.section-lancio-campagna {
    background-image: url('../img/bg-blue.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-lancio-campagna .pretitle {
    font-size: 20px;
    font-weight: bold;
    color: #010066;
}

.section-lancio-campagna .title {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 28px 0;
    text-shadow: 0 0 16px rgba(0,0,0,0.44);
}

.section-lancio-campagna .subtitle {
    font-size: 28px;
    color: #010066;
}

.section-lancio-campagna .cta-text {
    font-weight: bold;
    color: #010066;
    margin: 60px 0 20px;
}

/* section-campagna-description */

.section-campagna-description {
    position: relative;
    background-image: url('../img/bg-city-mobile.jpg');
    background-color: #dce9f2;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-campagna-description:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #dce9f2;
    opacity: 85%;
    z-index: 0;
}

.section-campagna-description > * {
    position: relative;
    z-index: 30;
}

.section-campagna-description .title {
    font-size: 40px;
    font-weight: bold;
    color: #a0ab00;
}

.section-campagna-description .title .title-int,
.section-campagna-description .subtitle,
.section-campagna-description .subtitle-2 {
    font-size: 18px;
    color: #010066;
}

.section-campagna-description .title .title-int {
    display: block;
    color: inherit;
}

.section-campagna-description .subtitle {
    font-weight: bold;
    color: #484f5b;
    margin-top: 25px;
    margin-bottom: 50px;
}

.section-campagna-description .subtitle-2 {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 2px solid #000;
}

.section-campagna-description .text {
    font-size: 16px;
    color: #484f5b;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 2px solid #000;
}

/* section-panel */

.section-panel {
    background-color: #fff;
    border: 3px solid #9fab00;
    padding: 80px 15px 30px;
}

.section-panel-title {
    font-size: 38px;
    font-weight: bold;
    color: #010066;
}

.section-panel-subtitle {
    font-size: 21px;
    font-weight: bold;
    color: #010066;
}

.section-panel-text {
    font-size: 16px;
    color: #60616a;
}

/* footer */

.footer {
    padding: 15px 0;
    border-top: 10px solid #a0ab00;
}

.footer .footer-bottom-col {
    position: relative;
    border-left: 1px solid #000;
}

.footer .footer-bottom-col:first-child {
    border-left: 0 none;
}

@media (min-width: 768px) {
    .section-lancio-campagna .pretitle {
        font-size: 23px;
    }

    .title {
        font-size: 60px;
    }

    .section-lancio-campagna .subtitle {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    .navbar {
        height: 140px;
    }

    .navbar-brand img {
        height: auto;
    }

    .navbar .nav a {
        font-size: 21px;
    }

    .section-lancio-campagna .pretitle {
        font-size: 29px;
    }

    .section-lancio-campagna .title {
        font-size: 75px;
    }

    .section-lancio-campagna .subtitle {
        font-size: 42px;
    }

    .section-campagna-description {
        background-image: url('../img/bg-city.jpg');
    }

    .section-campagna-description:before {
        display: none;
    }

    .section-campagna-description .title {
        font-size: 54px;
    }
    .section-campagna-description .title .title-int,
    .section-campagna-description .subtitle,
    .section-campagna-description .subtitle-2 {
        font-size: 25px;
    }
    .section-campagna-description .text {
        font-size: 21px;
    }

    .section-panel {
        padding-left: 80px;
        padding-right: 80px;
    }

    .section-panel-title {
        font-size: 48px;
    }

    .section-panel-subtitle {
        font-size: 29px;
    }

    .section-panel-text {
        font-size: 21px;
    }
}

/* form */

.ginput_container input,
.ginput_container select {
    border: 1px solid #a0ab00;
    background-color: #efefef;
    color: #93989a;
    padding: 10px 40px !important;
}

.ginput_container input[type="number"] {
    padding: 10px !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #93989a;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #93989a;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #93989a;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100% !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 400 !important;
}

.is-checkbox {
    display: flex !important;
}

.is-checkbox > * {
    width: 50%;
}

.gfield_radio {
    display: flex;
}

.gfield_radio .gchoice {
    margin-right: 20px;
}

.gfield_required {
    display: none !important;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    display: none !important;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-weight: 700;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #a0ab00;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #a0ab00;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#field_1_9,
#field_1_11 {
    position: relative;
    display: flex;
    padding-bottom: 24px;
}

#field_1_9 .gfield_label  {
    width: 30%;
    padding-top: 10px;
}

#field_1_11 .gfield_label {
    width: 50%;
    padding-top: 10px;
}

#field_1_9 .ginput_container {
    width: 70%;
}

#field_1_11 .ginput_complex {
    width: 50%;
}

.gform_wrapper.gravity-theme .gfield_description:not(.validation_message) {
    font-size: 12px !important;
    padding-top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}

.gform_footer {
    justify-content: center;
}

.gform_wrapper.gravity-theme .gform_footer input {
    background-color: #a0aa01;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: 0;
    width: 200px;
    height: 45px;
}
