@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

#captchaBackground {
    width: 80%;
    background-color: rgba(231,234,234,1.00);
    /* [disabled]display: flex; */
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 16px;
    flex-direction: column;
    border-radius: 6px;
}

#captcha {
    font-size: 30px;
    letter-spacing: 3px;
    display: inherit;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 80%;
    height: 92px;
}

#submitButton {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: rgba(220,120,120,0.92);
    border: 1px solid #000000;
    font-weight: bold;
    width: 50%;
}

#refreshButton {
    background-color: rgba(220,120,120,0.92);
    border: 1px solid rgba(0,0,0,1.00);
    font-weight: bold;
    width: 50%;
    margin-bottom: 0px;
}

#textBox {
    height: auto;
    width: 80%;
}

.incorrectCaptcha {
    color: #FF0000;
}

.correctCaptcha {
    color: #7FFF00;
}

form, input, select, textarea, label{
    padding: 0;
    margin: 0;
    outline: none;

}

textarea {
    width: calc(100% - 12px);
    padding: 5px;

}

.testbox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

form {
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(100,25,25,0.50);
    box-shadow: 0 0 8px rgba(100,25,25,0.50);
}
select, textarea  {
    border: 1px solid #ccc;
    border-radius: 3px;
}

input {
    width: calc(100% - 10px);
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.item:hover p, .item:hover i, .question:hover p, .question label:hover, input:hover::placeholder {
    color:  #669999;

}

.item input:hover, .item select:hover, .item textarea:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 3px 0  #669999;
    color: #669999;

}

.item {
    position: relative;
    margin: 10px 0;

}

.item span {
    color: rgba(220,120,120,0.92);
}

.column-form {
    display:flex;
    justify-content:space-between;
    flex-direction:row;
    flex-wrap:wrap;

}

.column-form div {
    width:48%;

}
.column-2rt .testbox #form_cta h5  {
    color: rgba(0,0,0,1.00);
    font-family: "Biolilbert Regular", "Optima", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-variant: small-caps;
    font-weight: normal;
    font-size: 2em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
}

.btn-block {
    margin-top: 10px;
    text-align: center;

}
.column-2rt .testbox #form_cta .btn-block button {
    background-color: rgba(220,120,120,0.92);
    color: rgba(231,234,234,1.00);
    font-family: "Biolilbert Regular", "Optima", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-variant: small-caps;
    font-weight: normal;
    font-size: 1.5em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 8px 12px 10px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    width: 60%;
    opacity: 1;
}
.column-2rt .testbox #form_cta .btn-block button:hover {
    background: rgba(100,25,25,0.50);

}

@media only screen and (min-width: 1825px) and (max-width: 1990px){
body {
    font-family: 'Roboto', sans-serif;
}

#captchaBackground {
    width: 60%;
    background-color: rgba(231,234,234,1.00);
    /* [disabled]display: flex; */
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 16px;
    flex-direction: column;
    border-radius: 6px;
}

#captcha {
    font-size: 30px;
    letter-spacing: 3px;
    display: inherit;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 80%;
    height: 92px;
}

#submitButton {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: rgba(220,120,120,0.92);
    border: 1px solid #000000;
    font-weight: bold;
    width: 50%;
}

#refreshButton {
    background-color: rgba(220,120,120,0.92);
    border: 1px solid rgba(0,0,0,1.00);
    font-weight: bold;
    width: 50%;
    margin-bottom: 0px;
}

#textBox {
    height: auto;
    width: 80%;
}

.incorrectCaptcha {
    color: #FF0000;
}

.correctCaptcha {
    color: #7FFF00;
}

form, input, select, textarea, label{
    padding: 0;
    margin: 0;
    outline: none;

}

textarea {
    width: calc(100% - 12px);
    padding: 5px;

}

.testbox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 18px;
}

form {
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(100,25,25,0.50);
    box-shadow: 0 0 8px rgba(100,25,25,0.50);
}

input, select, textarea {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;

}

input {
    width: calc(100% - 10px);
    padding: 5px;

}

textarea {
    width: calc(100% - 12px);
    padding: 5px;

}

.item:hover p, .item:hover i, .question:hover p, .question label:hover, input:hover::placeholder {
    color:  #669999;

}

.item input:hover, .item select:hover, .item textarea:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 3px 0  #669999;
    color: #669999;

}

.item {
    position: relative;
    margin: 10px 0;

}

.item span {
    color: rgba(220,120,120,0.92);
}

.column-form {
    display:flex;
    justify-content:space-between;
    flex-direction:row;
    flex-wrap:wrap;

}

.column-form div {
    width:48%;

}
.column-2rt .testbox #form_cta h5  {
    color: rgba(0,0,0,1.00);
    font-family: "Biolilbert Regular", "Optima", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-variant: small-caps;
    font-weight: normal;
    font-size: 2em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
}

.btn-block {
    margin-top: 10px;
    text-align: center;

}
.column-2rt .testbox #form_cta .btn-block button {
    background-color: rgba(220,120,120,0.92);
    color: rgba(231,234,234,1.00);
    font-family: "Biolilbert Regular", "Optima", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-variant: small-caps;
    font-weight: normal;
    font-size: 1.5em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 8px 12px 10px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    width: 60%;
    opacity: 1;
}
.column-2rt .testbox #form_cta .btn-block button:hover {
    background: rgba(100,25,25,0.50);

}

}

@media only screen and (min-width: 1367px) and (max-width: 1824px){
body {
    font-family: 'Roboto', sans-serif;
}

#captchaBackground {
    width: 60%;
    background-color: rgba(231,234,234,1.00);
    /* [disabled]display: flex; */
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 16px;
    flex-direction: column;
    border-radius: 6px;
}

#captcha {
    font-size: 30px;
    letter-spacing: 3px;
    display: inherit;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 80%;
    height: 92px;
}

#submitButton {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: rgba(220,120,120,0.92);
    border: 1px solid #000000;
    font-weight: bold;
    width: 50%;
}

#refreshButton {
    background-color: rgba(220,120,120,0.92);
    border: 1px solid rgba(0,0,0,1.00);
    font-weight: bold;
    width: 50%;
    margin-bottom: 0px;
}

#textBox {
    height: auto;
    width: 80%;
}

.incorrectCaptcha {
    color: #FF0000;
}

.correctCaptcha {
    color: #7FFF00;
}
    
form, input, select, textarea, label{
    padding: 0;
    margin: 0;
    outline: none;

}

textarea {
    width: calc(100% - 12px);
    padding: 5px;

}

.testbox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 18px;
}

form {
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(100,25,25,0.50);
    box-shadow: 0 0 8px rgba(100,25,25,0.50);
}

input, select, textarea {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;

}

input {
    width: calc(100% - 10px);
    padding: 5px;

}

textarea {
    width: calc(100% - 12px);
    padding: 5px;

}

.item:hover p, .item:hover i, .question:hover p, .question label:hover, input:hover::placeholder {
    color:  #669999;

}

.item input:hover, .item select:hover, .item textarea:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 3px 0  #669999;
    color: #669999;

}

.item {
    position: relative;
    margin: 10px 0;

}

.item span {
    color: rgba(220,120,120,0.92);
}

.column-form {
    display:flex;
    justify-content:space-between;
    flex-direction:row;
    flex-wrap:wrap;

}

.column-form div {
    width:48%;

}
.column-2rt .testbox #form_cta h5  {
    color: rgba(0,0,0,1.00);
    font-family: "Biolilbert Regular", "Optima", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-variant: small-caps;
    font-weight: normal;
    font-size: 2em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
}

.btn-block {
    margin-top: 10px;
    text-align: center;

}
.column-2rt .testbox #form_cta .btn-block button {
    background-color: rgba(220,120,120,0.92);
    color: rgba(231,234,234,1.00);
    font-family: "Biolilbert Regular", "Optima", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-variant: small-caps;
    font-weight: normal;
    font-size: 1.5em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 8px 12px 10px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    width: 60%;
    opacity: 1;
}
.column-2rt .testbox #form_cta .btn-block button:hover {
    background: rgba(100,25,25,0.50);

}
}

@media only screen and (min-width: 1025px) and (max-width: 1366px){

body {
    font-family: 'Roboto', sans-serif;
}

#captchaBackground {
    width: 80%;
    background-color: rgba(231,234,234,1.00);
    /* [disabled]display: flex; */
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 16px;
    flex-direction: column;
    border-radius: 6px;
}

#captcha {
    font-size: 30px;
    letter-spacing: 3px;
    display: inherit;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 80%;
    height: 92px;
}

#submitButton {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: rgba(220,120,120,0.92);
    border: 1px solid #000000;
    font-weight: bold;
    width: 50%;
}

#refreshButton {
    background-color: rgba(220,120,120,0.92);
    border: 1px solid rgba(0,0,0,1.00);
    font-weight: bold;
    width: 50%;
    margin-bottom: 0px;
}

#textBox {
    height: auto;
    width: 80%;
}

.incorrectCaptcha {
    color: #FF0000;
}

.correctCaptcha {
    color: #7FFF00;
}

textarea {
    width: calc(100% - 12px);
    padding: 5px;

}

.testbox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 18px;
}

form {
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(100,25,25,0.50);
    box-shadow: 0 0 8px rgba(100,25,25,0.50);
}

input, select, textarea {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;

}

input {
    width: calc(100% - 10px);
    padding: 5px;

}

textarea {
    width: calc(100% - 12px);
    padding: 5px;

}

.item:hover p, .item:hover i, .question:hover p, .question label:hover, input:hover::placeholder {
    color:  #669999;

}

.item input:hover, .item select:hover, .item textarea:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 3px 0  #669999;
    color: #669999;

}

.item {
    position: relative;
    margin: 10px 0;

}

.item span {
    color: rgba(220,120,120,0.92);
}

.column-form {
    display:flex;
    justify-content:space-between;
    flex-direction:row;
    flex-wrap:wrap;

}

.column-form div {
    width:48%;

}
.column-2rt .testbox #form_cta h5  {
    color: rgba(0,0,0,1.00);
    font-family: "Biolilbert Regular", "Optima", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-variant: small-caps;
    font-weight: normal;
    font-size: 2em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
}

.btn-block {
    margin-top: 10px;
    text-align: center;

}
.column-2rt .testbox #form_cta .btn-block button {
    background-color: rgba(220,120,120,0.92);
    color: rgba(231,234,234,1.00);
    font-family: "Biolilbert Regular", "Optima", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-variant: small-caps;
    font-weight: normal;
    font-size: 1.5em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 8px 12px 10px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    width: 60%;
    opacity: 1;
}
.column-2rt .testbox #form_cta .btn-block button:hover {
    background: rgba(100,25,25,0.50);

}

}

@media only screen and (min-width: 769px) and (max-width: 1024px){

body {
    font-family: 'Roboto', sans-serif;
}

#captchaBackground {
    width: 60%;
    background-color: rgba(231,234,234,1.00);
    /* [disabled]display: flex; */
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 16px;
    flex-direction: column;
    border-radius: 6px;
}

#captcha {
    font-size: 30px;
    letter-spacing: 3px;
    display: inherit;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 80%;
    height: 92px;
}

#submitButton {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: rgba(220,120,120,0.92);
    border: 1px solid #000000;
    font-weight: bold;
    width: 50%;
}

#refreshButton {
    background-color: rgba(220,120,120,0.92);
    border: 1px solid rgba(0,0,0,1.00);
    font-weight: bold;
    width: 50%;
    margin-bottom: 0px;
}

#textBox {
    height: auto;
    width: 80%;
}

.incorrectCaptcha {
    color: #FF0000;
}

.correctCaptcha {
    color: #7FFF00;
}

form, input, select, textarea, label{
    padding: 0;
    margin: 0;
    outline: none;

}

textarea {
    width: calc(100% - 12px);
    padding: 5px;

}

.testbox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 18px;
}

form {
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(100,25,25,0.50);
    box-shadow: 0 0 8px rgba(100,25,25,0.50);
}

input, select, textarea {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;

}

input {
    width: calc(100% - 10px);
    padding: 5px;

}

textarea {
    width: calc(100% - 12px);
    padding: 5px;

}

.item:hover p, .item:hover i, .question:hover p, .question label:hover, input:hover::placeholder {
    color:  #669999;

}

.item input:hover, .item select:hover, .item textarea:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 3px 0  #669999;
    color: #669999;

}

.item {
    position: relative;
    margin: 10px 0;

}

.item span {
    color: rgba(220,120,120,0.92);
}

.column-form {
    display:flex;
    justify-content:space-between;
    flex-direction:row;
    flex-wrap:wrap;

}

.column-form div {
    width:48%;

}
.column-2rt .testbox #form_cta h5  {
    color: rgba(0,0,0,1.00);
    font-family: "Biolilbert Regular", "Optima", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-variant: small-caps;
    font-weight: normal;
    font-size: 2em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
}

.btn-block {
    margin-top: 10px;
    text-align: center;

}
.column-2rt .testbox #form_cta .btn-block button {
    background-color: rgba(220,120,120,0.92);
    color: rgba(231,234,234,1.00);
    font-family: "Biolilbert Regular", "Optima", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-variant: small-caps;
    font-weight: normal;
    font-size: 1.5em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 8px 12px 10px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    width: 60%;
    opacity: 1;
}
.column-2rt .testbox #form_cta .btn-block button:hover {
    background: rgba(100,25,25,0.50);

}
}

@media only screen and (min-width: 427px) and (max-width: 768px){

body {
    font-family: 'Roboto', sans-serif;
}

#captchaBackground {
    width: 80%;
    background-color: rgba(231,234,234,1.00);
    /* [disabled]display: flex; */
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 14px;
    flex-direction: column;
    border-radius: 6px;
    margin-bottom: 18px;
}

#captcha {
    font-size: 30px;
    letter-spacing: 3px;
    display: inherit;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 80%;
    height: 92px;
}

#submitButton {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: rgba(220,120,120,0.92);
    border: 1px solid #000000;
    font-weight: bold;
    width: 50%;
}

#refreshButton {
    background-color: rgba(220,120,120,0.92);
    border: 1px solid rgba(0,0,0,1.00);
    font-weight: bold;
    width: 50%;
    margin-bottom: 0px;
}

#textBox {
    height: auto;
    width: 80%;
}

.incorrectCaptcha {
    color: #FF0000;
}

.correctCaptcha {
    color: #7FFF00;
}
    
form, input, select, textarea, label{
    padding: 0;
    margin: 0;
    outline: none;

}

textarea {
    width: calc(100% - 12px);
    padding: 5px;

}

.testbox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 18px;
}

form {
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(100,25,25,0.50);
    box-shadow: 0 0 8px rgba(100,25,25,0.50);
}

input, select, textarea {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;

}

input {
    width: calc(100% - 10px);
    padding: 5px;

}

textarea {
    width: calc(100% - 12px);
    padding: 5px;

}

.item:hover p, .item:hover i, .question:hover p, .question label:hover, input:hover::placeholder {
    color:  #669999;

}

.item input:hover, .item select:hover, .item textarea:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 3px 0  #669999;
    color: #669999;

}

.item {
    position: relative;
    margin: 10px 0;

}

.item span {
    color: rgba(220,120,120,0.92);
}

.column-form {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    width: auto;
}

.column-form div {
    width: 95%;
}
.column-2rt .testbox #form_cta h5  {
    color: rgba(0,0,0,1.00);
    font-family: "Biolilbert Regular", "Optima", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-variant: small-caps;
    font-weight: normal;
    font-size: 1.8em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
}

.btn-block {
    margin-top: 10px;
    text-align: center;
    width: 60%;
    height: auto;
    margin-bottom: 24px;
}
.column-2rt .testbox #form_cta .btn-block button {
    background-color: rgba(220,120,120,0.92);
    color: rgba(231,234,234,1.00);
    font-family: "Biolilbert Regular", "Optima", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-variant: small-caps;
    font-weight: normal;
    font-size: 1.5em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 8px 12px 10px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 1;
}
.column-2rt .testbox #form_cta .btn-block button:hover {
    background: rgba(100,25,25,0.50);

}
}

@media only screen and (max-width: 426px){

body {
    font-family: 'Roboto', sans-serif;
}

#captchaBackground {
    width: 80%;
    background-color: rgba(231,234,234,1.00);
    /* [disabled]display: flex; */
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 16px;
    flex-direction: column;
    border-radius: 6px;
}

#captcha {
    font-size: 30px;
    letter-spacing: 3px;
    display: inherit;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 80%;
    height: 92px;
}

#submitButton {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: rgba(220,120,120,0.92);
    border: 1px solid #000000;
    font-weight: bold;
    width: 50%;
}

#refreshButton {
    background-color: rgba(220,120,120,0.92);
    border: 1px solid rgba(0,0,0,1.00);
    font-weight: bold;
    width: 50%;
    margin-bottom: 0px;
}

#textBox {
    height: auto;
    width: 80%;
}

.incorrectCaptcha {
    color: #FF0000;
}

.correctCaptcha {
    color: #7FFF00;
}

form, input, select, textarea, label{
    padding: 0;
    margin: 0;
    outline: none;

}

textarea {
    width: calc(100% - 12px);
    padding: 5px;

}

.testbox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 18px;
}

form {
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(100,25,25,0.50);
    box-shadow: 0 0 8px rgba(100,25,25,0.50);
}

input, select, textarea {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;

}

input {
    width: calc(100% - 10px);
    padding: 5px;

}

textarea {
    width: calc(100% - 12px);
    padding: 5px;

}

.item:hover p, .item:hover i, .question:hover p, .question label:hover, input:hover::placeholder {
    color:  #669999;

}

.item input:hover, .item select:hover, .item textarea:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 3px 0  #669999;
    color: #669999;

}

.item {
    position: relative;
    margin: 10px 0;

}

.item span {
    color: rgba(220,120,120,0.92);
}

.column-form {
    display:flex;
    justify-content:space-between;
    flex-direction:row;
    flex-wrap:wrap;

}

.column-form div {
    width:98%;

}
.column-2rt .testbox #form_cta h5  {
    color: rgba(0,0,0,1.00);
    font-family: "Biolilbert Regular", "Optima", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-variant: small-caps;
    font-weight: normal;
    font-size: 1.75em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 12px;
    width: 100%;
}

.btn-block {
    margin-top: 10px;
    text-align: center;

}
.column-2rt .testbox #form_cta .btn-block button {
    background-color: rgba(220,120,120,0.92);
    color: rgba(231,234,234,1.00);
    font-family: "Biolilbert Regular", "Optima", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-variant: small-caps;
    font-weight: normal;
    font-size: 1.5em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 8px 12px 10px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 1;
}
.column-2rt .testbox #form_cta .btn-block button:hover {
    background: rgba(100,25,25,0.50);

}
#cta_link .row-1col .section-name--rule {
}

}
