/*! visualCaptcha - v0.0.8 - 2016-01-23
* http://visualcaptcha.net
* Copyright (c) 2016 emotionLoop; Licensed MIT */

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.visualCaptcha {
    margin-bottom: 20px;
    min-height: 120px;
    background: #FFF;
    padding: 0.1rem 0.5rem;
    border-radius: 1rem;
}

@media only screen and (min-width: 750px) {
    .visualCaptcha {
        margin-bottom: 1rem;
    }
}

.visualCaptcha * {
    box-sizing: border-box;
}

.visualCaptcha .audioField {
    font-size: 15px;
    color: #495e62;
    font-weight: 100;
    padding: 5px;
    border: 1px solid #3bb6e4;
    height: 40px;
    width: 100%;
    border-radius: 4px;
}

@media only screen and (max-width: 360px) {
    .visualCaptcha .audioField {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 360px) {
    .visualCaptcha .audioField {
        width: 240px;
        float: left;
    }
}

.accessibility-description,
.visualCaptcha-explanation,
.status.valid {
    border-radius: 7px;
    background-color: #c1f7e8;
    padding: 10px;
    text-align: center;
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
    color: #219589;
    font-weight: 100;
    margin: 20px 0 24px;
}

@media only screen and (max-width: 360px) {
    .accessibility-description,
    .visualCaptcha-explanation,
    .status.valid {
        font-size: 16px;
    }
}

.visualCaptcha-possibilities,
.visualCaptcha-refresh-button,
.visualCaptcha-accessibility-button,
.visualCaptcha-button-group {
    display: inline-block;
}

.visualCaptcha-possibilities {
    vertical-align: middle;
    width: 80%;
}

@media only screen and (min-width: 750px) {
    .visualCaptcha-possibilities {
        margin-right: 15px;
    }
}

.visualCaptcha-possibilities .img {
    padding: 4px;
    border: 1px solid #ffffff;
    display: inline-block;
    width: 20%;
}

@media only screen and (min-width: 750px) {
    .visualCaptcha-possibilities .img {
        padding: 10px;
        border: 3px solid #ffffff;
    }
}

.visualCaptcha-possibilities img {
    width: 32px;
    height: 32px;
    z-index: 5;
    transition: all 200ms;
    -webkit-transition: all 200ms;
}

.visualCaptcha-possibilities img:hover {
    cursor: pointer;
}

@media only screen and (max-width: 360px) {
    .visualCaptcha-possibilities .visualCaptcha-button-group {
        text-align: center;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 750px) {
    .visualCaptcha-possibilities .visualCaptcha-button-group {
        float: right;
    }
}

.visualCaptcha-possibilities .visualCaptcha-selected {
    background-color: #c1f7e8;
    border-radius: 4px;
    padding: 4px;
    border: 1px dashed #099a9f;
}

@media only screen and (min-width: 750px) {
    .visualCaptcha-possibilities .visualCaptcha-selected {
        padding: 10px;
        border: 3px dashed #099a9f;
    }
}

.visualCaptcha-refresh-button {
    padding: 5px 10px;
    margin: 0 5px;
    background-color: #f87056;
    border: 1px solid #f87056;
    border-radius: 100px;
}

.visualCaptcha-refresh-button img {
    width: 16px;
    height: 16px;
}

.visualCaptcha-refresh-button:hover {
    cursor: pointer;
}

.visualCaptcha-accessibility-button {
    padding: 9px 10px 7px;
    border: 1px solid black;
    border-radius: 100px;
}

.visualCaptcha-accessibility-button img {
    width: 16px;
    height: 16px;
}

.visualCaptcha-accessibility-button:hover {
    cursor: pointer;
}

/* Animations for hiding/showing accessibility option and images */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

div.visualCaptcha .visualCaptcha-show {
    animation: fadeIn 300ms;
}

div.visualCaptcha .visualCaptcha-hide {
    display: none !important;
    animation: fadeOut 300ms;
}


.pre-captcha-wrapper {
    display: block;
    text-align: center;
    width: 100%;
    position: relative;
}

.pre-captcha-wrapper:not(.multiple) {
    margin: 0 auto
}

@media only screen and (min-width: 361px) {
    .pre-captcha-wrapper:not(.multiple) {
        max-width: 650px
    }
}

@media only screen and (max-width: 1100px) {
    .pre-captcha-wrapper.multiple {
        margin: 0 auto
    }
}

@media only screen and (min-width: 361px) and (max-width: 1100px) {
    .pre-captcha-wrapper.multiple {
        max-width: 650px
    }
}

.captcha-wrapper {
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 15px 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 25px;
    margin: 0 15px
}

@media only screen and (min-width: 1101px) {
    .captcha-wrapper.multiple {
        display: inline-block;
        width: 45.1%;
        max-width: 620px
    }
}

@media only screen and (max-width: 1100px) {
    .captcha-wrapper.multiple:nth-of-type(n+2) {
        margin-top: 60px
    }
}

@media only screen and (max-width: 360px) {
    .captcha-wrapper.multiple:nth-of-type(n+2) {
        margin-top: 30px
    }
}

@media only screen and (min-width: 361px) {
    .captcha-wrapper {
        padding: 20px 83px 40px
    }
}


@media only screen and (min-width: 768px) {
    .captcha-wrapper {
        padding: 20px 40px 40px
    }
}


.captcha-wrapper h1, .captcha-wrapper h2 {
    font-family: 'Oxygen', sans-serif;
    font-size: 20px;
    color: #2274a2;
    font-weight: 300;
    text-align: center
}

@media only screen and (min-width: 750px) {
    .captcha-wrapper h1, .captcha-wrapper h2 {
        font-size: 30px;
        margin-bottom: 40px
    }
}

.pre-captcha-wrapper .frm-sample .form-control {
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
    color: #495e62;
    font-weight: 100;
    padding: 5px;
    border: 1px solid #3bb6e4;
    height: 40px;
    width: 100%;
    border-radius: 4px
}

@media only screen and (min-width: 750px) {
    .pre-captcha-wrapper .frm-sample .form-control {
        font-size: 25px;
        padding: 20px;
        height: 64px
    }
}

.pre-captcha-wrapper .frm-sample .visualCaptcha .audioField {
    font-size: 15px;
    color: #495e62;
    font-weight: 100;
    padding: 5px;
    border: 1px solid #3bb6e4;
    height: 40px;
    width: 100%;
    border-radius: 4px
}

@media only screen and (max-width: 750px) {
    .pre-captcha-wrapper .frm-sample .visualCaptcha .audioField {
        margin-bottom: 15px
    }
}

@media only screen and (min-width: 750px) {
    .pre-captcha-wrapper .frm-sample .visualCaptcha .audioField {
        padding: 20px;
        font-size: 25px;
        height: 64px;
        width: 240px;
        float: left
    }
}

.pre-captcha-wrapper .status {
    border-radius: 7px;
    background-color: #fbb6a9;
    padding: 10px;
    text-align: center;
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
    color: #b41c1c;
    font-weight: 100;
    margin: 20px 0 24px
}

@media only screen and (max-width: 360px) {
    .pre-captcha-wrapper .status {
        font-size: 16px
    }
}

.pre-captcha-wrapper .status p {
    margin: 0
}

.pre-captcha-wrapper .submit {
    border-radius: 5px;
    background: #2274a2;
    font-size: 15px;
    font-family: 'Oxygen', sans-serif;
    color: #fff;
    padding: 17px;
    text-decoration: none;
    display: inline-block;
    margin: 2px 0;
    border: none;
    width: 99%;
    text-align: center;
    font-weight: bold
}

@media only screen and (min-width: 750px) {
    .pre-captcha-wrapper .submit {
        font-size: 25px
    }
}

.pre-captcha-wrapper .submit:hover {
    text-decoration: none;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    cursor: pointer
}

@media only screen and (max-width: 320px) {
    .pre-captcha-wrapper .submit {
        display: block;
        margin-bottom: 10px
    }
}

.pre-captcha-wrapper .info-btn {
    border-radius: 5px;
    background: #4c80bd;
    font-size: 15px;
    font-family: 'Oxygen', sans-serif;
    color: #fff;
    padding: 17px;
    text-decoration: none;
    display: inline-block;
    margin: 2px 0;
    border: none;
    width: 99%;
    text-align: center;
    font-weight: 200
}

@media only screen and (min-width: 750px) {
    .pre-captcha-wrapper .info-btn {
        font-size: 25px
    }
}

.pre-captcha-wrapper .info-btn:hover {
    text-decoration: none;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    cursor: pointer
}

@media only screen and (max-width: 320px) {
    .pre-captcha-wrapper .info-btn {
        display: block;
        margin-bottom: 10px
    }
}

.pre-captcha-wrapper .footer {
    margin: 10px 0;
    color: #fff;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px
}

@media only screen and (min-width: 750px) {
    .pre-captcha-wrapper .footer {
        font-size: 16px
    }
}

.pre-captcha-wrapper .links {
    color: #fff;
    margin: 10px 0
}

.pre-captcha-wrapper .links p a {
    color: #fff
}

.pre-captcha-wrapper .links p a:last-child {
    text-decoration: underline
}

.pre-captcha-wrapper .nav-footer {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    text-align: center
}

.pre-captcha-wrapper .nav-footer li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    display: inline;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em
}


@media only screen and (min-width: 750px) {
    .pre-captcha-wrapper .nav-footer {
        padding: 0;
        border: 0;
        overflow: hidden;
        *zoom: 1;
        margin: 10px 0
    }

    .pre-captcha-wrapper .nav-footer li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0;
        white-space: nowrap;
        display: inline;
        padding-left: 1.4em;
        padding-right: 1.4em
    }

}

.pre-captcha-wrapper .nav-footer a {
    text-decoration: none;
    color: #3bb6e4;
    text-transform: uppercase;
    font-size: 12px
}

@media only screen and (min-width: 750px) {
    .pre-captcha-wrapper .nav-footer a {
        font-size: 14px
    }
}

@media only screen and (max-width: 767px) {
    .visualCaptcha-possibilities {
        width: 100%;
    }

    .visualCaptcha-possibilities img {
        width: 48px;
        height: 48px;
    }

    .visualCaptcha-possibilities .img {
        width: 25%;
    }
}

.modalC {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalC.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.modalC-bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.modalC-container {
  border-radius: 10px;
  background: #fff;
  position: relative;
  padding: 30px;
  color: #000;
}
.modalC-close {
  position: absolute !important;
  right: -35px;
  top: -20px;
  font-size: 20px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: red;
  background: none;
  border: 0px;
  font-weight: bold;
  cursor: pointer;
}
