.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.wpa-test-msg{background: #d1ecf1 !important; border: 1px solid #bee5eb !important; border-radius: 5px !important;color: #0c5460 !important; font-size: 14px !important; padding:.75rem 1.25rem !important; font-family: Arial !important; margin-top:5px !important;}
span.wpa-button{ display: inline-block !important; padding-top: 5px !important; color: #fff !important;background-color: #6c757d !important;border-color: #6c757d !important; padding: 5px 10px !important; border-radius: 5px !important; margin-top:5px !important;  cursor: pointer !important; }
#altEmail_container, .altEmail_container{position:absolute !important; overflow: hidden !important; display: inline !important; height:1px !important; width: 1px !important;z-index:-1000 !important;}body.modal-box {
overflow: hidden;
position: fixed;
}
.modal-box {
display: none;
position: fixed;
z-index: 999999;
width: 98%;
max-width: 650px;
left: 50%;
right: 50%;
top: 80px;
margin-left: -250px;
background: white;
border-bottom: 1px solid #aaa;
border-radius: 4px;
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
border: 1px solid rgba(0, 0, 0, 0.1);
background-clip: padding-box;
}
.modal-box header, .modal-box .modal-header {
padding: 1.25em 1.5em;
border-bottom: 1px solid #ddd;
}
.modal-box header h3, .modal-box header h4, .modal-box .modal-header h3, .modal-box .modal-header h4 {
margin: 0;
}
.modal-box .modal-body {
padding: 1em 1.5em;
}
.modal-box footer, .modal-box .modal-footer {
padding: 1em;
border-top: 1px solid #ddd;
background: rgba(0, 0, 0, 0.02);
text-align: right;
}
.modal-overlay {
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
top: 0;
left: 0;
z-index: 900;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3) !important;
}
a.close {
line-height: 1;
font-size: 1.5em;
position: absolute;
top: 2%;
right: 2%;
text-decoration: none;
color: #bbb;
border: none !important;
}
a.close:hover {
color: #222;
-webkit-transition: color 1s ease;
-moz-transition: color 1s ease;
transition: color 1s ease;
}
.button-link-ilist {
padding: 4px 15px;
background: #EEE;
color: #000 !important;
border: 1px solid #ccc !important;
cursor: pointer;
display: inline-block;
font-size: 14px;
margin-bottom: 0;
text-align: center;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
@font-face {
font-family: "Open Sans Light";
font-style: normal;
font-weight: 300;
src: local("Segoe UI Light"), local("Open Sans Light"), local("OpenSans-Light"), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff')
}
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
src: local("Segoe UI"), local("Open Sans"), local("OpenSans"), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/K88pR3goAWT7BTt32Z01mz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')
}
.clear {
clear: both
}
.icon-link-ext:before {
content: '\f08e';
} h1.entry-titile {
text-align: center;
font-size: 21px;
line-height: 1.2;
padding: 8px;
margin: 0;
color: #fff;
background: #0072c6;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
clear: both;
}
.iframe-main {
}
.ifram-row {
width: 100%;
clear: both;
margin: 0px -5px;
}
.guideline {
font-size: 12px;
}
.ifram-row .btn {
display: block;
height: 35px;
font-size: 12px !important;
width: 100%;
line-height: 25px;
padding: 5px;
box-sizing: border-box;
text-align: center;
background-color: #EEE;
cursor: pointer;
color: #333;
border-radius: 4px;
box-shadow: none;
border: 1px solid #EEE;
}
.ifram-sm, .ifram-lg {
padding: 0px 5px;
box-sizing: border-box;
display: inline-block;
float: left;
}
.ifram-lg {
width: 100%;
}
.ifram-sm {
width: 25%;
}
.ifram-sm span, .qcld-span-label {
font-size: 12px !important;
}
.igcode_textarea {
font-size: 12px;
box-sizing: border-box;
max-width: 100%;
}
body.modalOn {
overflow: hidden;
}
.ifram-sm > input, .ifram-sm > select {
height: 35px;
font-size:14px;
line-height: 35px;
border: 1px solid #EEE;
padding: 5px;
width: 100%;
box-sizing: border-box;
} a.ilist-fancybox{
cursor: pointer;
}
.ilist-capture-wrap{
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: auto;
}
.ilist-capture-wrap .ilist-download-btn{
padding: 5px 15px;
margin: 8px;
line-height: 18px;
border: 1px solid #e04747; background: #e04747;
color: white;
font-weight: 400;
cursor: pointer;
text-transform: uppercase;
border-radius: 3px;
}
.ilist-capture-wrap .ilist-download-btn:hover{
border: 1px solid indianred;
background: indianred;
}