.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;
}.eeSFL {
box-sizing: border-box;
} .eeSFL_BreadCrumb {
width: 100%;
padding: .25em;
margin-bottom: .5em;
}
.eeSFL_BreadCrumb span.eeSFL_Crumb {
display: block;
float: left;
margin-right: .5em;
margin-bottom: .5em;
}
.eeSFL_BreadCrumb .eeSFL_Crumb a {
display: block;
padding: .5em .75em;
background-color: var(--ee-color-action-link-background);
border: 1px solid var(--ee-color-table-border);
border-radius: 3px;
text-decoration: none;
color: var(--ee-color-action-link-text);
}
.eeSFL_BreadCrumb .eeSFL_Crumb a:hover {
text-decoration: none;
background-color: var(--ee-color-action-link-background-hover);	
color: var(--ee-color-action-link-text-hover);
}
.eeSFL_BreadCrumb .eeSFL_Crumb:last-child {
background-color: var(--ee-color-action-link-background);
border: 1px solid var(--ee-color-action-link-background);
padding: .5em .75em;
} .eeSFL_ListOpsBar,
.eeSFL_BulkDownloadBar {
display: flex;
font-size: 16px;
line-height: 1;
margin: 1em 0;
}
.eeSFL .eeSFL_ListOpsBar form,
.eeSFL .eeSFL_BulkDownloadBar form {
display: flex;
width: 100%;
align-items: center;
justify-content: center;
}
.eeSFL .eeSFL_ListOpsBar select,
.eeSFL .eeSFL_ListOpsBar input[type=text],
.eeSFL .eeSFL_BulkDownloadBar input[type=text],
.eeSFL .eeSFL_ListOpsBar input[type="submit"],
.eeSFL .eeSFL_BulkDownloadBar input[type="submit"] {
display: block;
font-family: sans-serif;
}
.eeSFL #eeSFL_FileOpsAction,
.eeSFL .eeSFL_BulkDownloadBar label {
flex: 2;
margin-right: .5em;
}
.eeSFL .eeSFL_BulkDownloadBar label {
text-align: right;
}
.eeSFL .eeSFL_ListOpsBar input[type=text],
.eeSFL .eeSFL_BulkDownloadBar input[type=text],
.eeSFL #eeSFL_MoveToFolder {
flex: 5;
margin-right: .5em;
max-width: none;
}
.eeSFL .eeSFL_ListOpsBar input[type="submit"],
.eeSFL .eeSFL_BulkDownloadBar input[type="submit"] {
flex: 1;
}
.eeSFL_Modal {
display: none;
}
.eeSFL_Modal .eeSFL_ModalBackground {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(255, 255, 255, 0.5);
}
.eeSFL_Modal .eeSFL_ModalBody {
position: fixed;
z-index: 100;
top: 10em;
bottom: 10em;
right: 20%;
left: 20%;
padding: 2em 3em;
background-color: rgba(255, 255, 255, 1);
border: 1px solid #999;
overflow: auto;
}
.eeSFL_Modal .eeSFL_ModalBody h1,
.eeSFL_Modal .eeSFL_ModalBody p {
margin: 0;
margin-bottom: 10px;
}
.eeSFL_Modal .eeSFL_ModalBody label,
.eeSFL_Modal .eeSFL_ModalBody input[type=text],
.eeSFL_Modal .eeSFL_ModalBody input[type=email],
.eeSFL_Modal .eeSFL_ModalBody input[type=url],
.eeSFL_Modal .eeSFL_ModalBody textarea,
.eeSFL_Modal .eeSFL_ModalBody select,
.eeSFL_Modal .eeSFL_ModalBody small {
display: block;
width: 100%;
max-width: none;
font-size: 120%;
}
.eeSFL_Modal .eeSFL_ModalBody label.eeCheckboxLabel  {
display: inline-block;
width: auto;
}
.eeSFL_Modal .eeSFL_ModalBody input[type=checkbox] {
display: inline-block;
}
.eeSFL_Modal .eeSFL_ModalBody input[type=text],
.eeSFL_Modal .eeSFL_ModalBody input[type=email],
.eeSFL_Modal .eeSFL_ModalBody input[type=url],
.eeSFL_Modal .eeSFL_ModalBody textarea {
padding: .3em;
}
.eeSFL_Modal .eeSFL_ModalBody select {
margin: .5em 0;
}
.eeSFL_Modal .eeSFL_DateNew {
display: flex;
align-items: center;
justify-content: center;
}
.eeSFL_Modal .eeSFL_DateNew label {
display: flex;
align-items: center;
justify-content: center;
flex: 1 1 30%;
padding: 0;
}
.eeSFL_Modal .eeSFL_DateNew input[type=number] {
margin: 0 .5em;
width: 80%;
}
.eeSFL_Modal .eeSFL_ModalBody small {
margin: .5em 0 1.5em 0;
font-size: 80%;
}
.eeSFL_Modal .eeSFL_ModalBody h4 {
border-bottom: 1px solid #333;
}
.eeSFL_Modal .eeSFL_ModalBody button,
.eeSFL_Modal .eeSFL_ModalBody input[type=submit] {
float: right;
clear: both;
font-size: 150%;
}
.eeSFL_Modal p.eeSFL_ModalFileDetails {
clear: both;
text-align: center;
border-bottom: 2px solid #666;
margin-bottom: 2em;
}
.eeSFL_Modal .eeSFL_ModalClose {
position: absolute;
top: 1em;
right: 1em;
padding: 0;
font-size: 1.75em;
height: 1.5em;
width: 1.5em;
line-height: 0;
}
.eeSFL_ResultsNotification {
margin: .25em 0;
padding: 3px 6px;
border: 1px solid #666;
border-radius: 2px;
background-color: #EEE;
color: #333;
}
.eeSFL_ResultsNotification_errors {
background-color: #ffcccc;	
}
.eeSFL_ResultsNotification_warnings {
background-color: #ffe8b1;	
}
.eeSFL_ResultsNotification_messages {
background-color: #dcffdc;	
}
.eeSFL_ResultsNotification ul {
line-height: 1;
margin: .5em;
padding: .5em;
}
.eeSFL_ResultsNotification ul li {
}
.eeFlex {
width: 100%;
display: flex;
align-content: center;
justify-content: center;
line-height: 1;
}
.eeFlex1 {
flex: 1;
}
.eeFlex2 {
flex: 2;
}
.eeFlex3 {
flex: 3;
}
.eeFullWidth {
display: block;
width: 100%;
}
.eeCentered {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.eeRight {
text-align: right;
}
.eeFloatRight {
float: right;
clear: right;
margin: 0 0 1.5em 1.5em;
max-width: 50%;
height: auto;
}
.eeFont100p {
font-size: 100% !important;
}
.eeInline {
display: inline-block !important;
float: none !important;
}
.eeClear {
clear: both;
}
.eeClearFix::after {
display: block;
content: " ";
clear: both;
}
.eeHide { display: none; }
.eeSFL_FileRenameEntry, 
.eeOldFileName,
.eeSFL_SavedDesc { display: none !important; }
.wp-core-ui .button, .wp-core-ui .button-secondary {
vertical-align: middle;
}.wpml-ls-legacy-list-horizontal{border:1px solid transparent;padding:7px;clear:both}.wpml-ls-legacy-list-horizontal>ul{padding:0;margin:0 !important;list-style-type:none}.wpml-ls-legacy-list-horizontal .wpml-ls-item{padding:0;margin:0;list-style-type:none;display:inline-block}.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px 6px;line-height:1}.wpml-ls-legacy-list-horizontal a span{vertical-align:middle}.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket{vertical-align:unset}.wpml-ls-legacy-list-horizontal .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:0;margin-right:.4em}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:30px}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{text-align:center}