@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
    height: 100%;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
	font-family: "Work Sans", sans-serif;
	font-size: 14px!important;
	color: #000000;
	font-weight: 500;
}

.evidon-banner {
    display: none !important;
}

.main-form-page {
    margin-bottom: 0;
}

.submit-section-row form {
    margin-top: 10px;
    margin-bottom: 16px;
}

.header-image-grid {
    margin-bottom: 0;
}

.header-prop {
    height: auto;
}

.header-image-col-preview {
    margin-top: 0;
}

.header-image-col-preview-before {
    height: auto;
}

.header-clear {
    height: auto;
}

.header-image {
    display: block;
    margin: 0 auto;
}

.header-text {
    background: none;
    font-size: 1.4rem;
    font-weight: 400;
    position: relative;
    color: #000000;
    text-shadow: none;
    bottom: 0;
    margin: 0;
    padding: 0;
}

.control-label {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
}

.col-md-4.col-xs-12 {
    width: 100%;
}

.select.form-group:after {
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: #000000;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transform-origin: center;
    position: absolute;
    right: 26px;
    top: 14px;
}

select.form-control {
    -webkit-appearance: none;
}

select.form-control option {
    color:#000 !important;
}

.container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.form-section-row > .col-sm-12 > div {
    padding-bottom: 0 !important;
    display: flex;
    flex-direction: column;
}

.privacy-section-row {
    order: 10;
    font-size: 8px;
}

.privacy-section-row .col-md-8.col-xs-12 {
    padding: 0;
}

.privacy-section-row p {
    margin-bottom: 0;
}

.disabled-optins {
    opacity: 1;
    pointer-events: auto;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 1;
}

.checkbox {
    margin: 0px !important;
}

.textblock {
    margin-bottom: 10px;
}

.checkbox label,
.radio label {
    padding-left: 25px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 5px !important;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    height: 14px !important;
    width: 14px !important;
    margin-left: -30px !important;
    margin-top: 1px !important;
}

/* unique form styles */


.main-form-page {
    padding: 20px;
}

a,
a:focus,
a:hover {
    color: #fff;
}

.header-image {
    margin: 1rem auto 2rem;
    max-height: 100px;
}

.header-text {
    font-family: 'Roboto Mono', sans-serif;
    padding: 0 20px 10px;
}

button.submit-button {
    background-color: #000000;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 10px;
    border: 0;
    transition: 0.2s ease-out;
    font-size: 18px;
    font-weight: 900;
    padding: 9px 30px;
    display: inline-block;
    width: auto;
}

@media only screen and (max-width: 855px), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px), not all, not all, not all, only screen and (min-resolution: 192dpi) and (min-width: 320px), only screen and (min-resolution: 2dppx) and (min-width: 320px) {
    .submit-button, button.submit-button {
        padding: 9px 30px;
    }
}

button.submit-button:active,
button.submit-button:focus,
button.submit-button:active:focus,
button.submit-button:hover,
button.submit-button[disabled]:active,
button.submit-button[disabled]:focus,
button.submit-button[disabled]:active:focus,
button.submit-button[disabled]:hover {
    border-color: #fff;
    background-color: #fff;
    color: #000;
}

.form-group {
    margin-bottom: 0px;
}

.form-control,
input.form-control,
select.form-control,
textarea.form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #fff;
    height: 32px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1;
    background-color: transparent;
    padding: 4px 10px;
}

select.form-control {
    background-color: transparent;
    color: #fff;
}

.has-success .form-control,
.has-success .form-control:focus,
.has-error .form-control,
.has-error .form-control:focus {
    border-color: #000000;
    box-shadow: none;
}

.optin-section-header-row,
.optin-section-row {
    font-size: 1.3rem;
    margin-top: 10px;
}

.optin-section-header-row {
    display: none;
    margin-top: 10px;
}

.container {
    max-width: 550px;
}

h2.header-text {
	font-family: "Work Sans", sans-serif;
    font-size: 26px;
    font-weight: 900;
}

span.highlight_me {
    font-weight: bold;
    background-color: #FCE301;
    color: #000000;
    padding: 5px 6px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
}

.form-control, input.form-control, select.form-control, textarea.form-control {
    border: 2px solid #000000;
    background-color: #ffffff;
    color: #000000;
    border-radius: 10px;
    height: auto;
    font-size: 14px;
    padding: 8px 10px;
    line-height: inherit;
    margin-bottom: 10px;
}

input.form-control::placeholder {
    color: #000000;
    opacity: 0.4;
}

.has-error .form-control {
    color: rgb(0 0 0 / 40%);
}

.optin-section-header-row, .optin-section-row {
    font-size: 14px;
    margin-top: 0;
}

.checkbox input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 2rem;
    padding: 0.1rem;
    border: 2px solid #000000;
    border-radius: 3px;
}

input[type=checkbox]::before {
    content: "";
    width: 14px;
    height: 10px;
    transform: scale(0);
    background-color: #000000;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type=checkbox]:checked {
    background-color: #000000;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.form-control:focus {
    border-color: #FCE301;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-image-col-preview-before {
    height: 0 !important;
}

@media only screen and (max-width: 855px), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px), not all, not all, not all, only screen and (min-resolution: 192dpi) and (min-width: 320px), only screen and (min-resolution: 2dppx) and (min-width: 320px) {
    body, html body {
        font-size: 14px;
    }
}

.col-md-2.col-xs-0 { display: none; }

.col-md-8.col-xs-12 { width: 100%; }