@charset "UTF-8";
#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
   html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
box-sizing: border-box;
overflow-y: scroll;
scroll-padding-top: 125px;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 100%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
color: #00AEEF;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
display: block;
height: auto; max-width: 100%; }
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 0;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto;
}
input[type=search] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
blockquote, q {
quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
content: "";
} embed,
iframe,
object {
max-width: 100%;
display: block;
}  h1, h2, h3, h4, h5, h6 {
clear: both;
margin-top: 0;
}
p {
margin-top: 0;
margin-bottom: 1.4375em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.4375em;
}
address {
margin: 0 0 1.4375em;
}
pre {
background: #cccccc;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.4375em;
max-width: 100%;
overflow: auto;
padding: 1.4375em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #222;
cursor: help;
}
mark, ins {
background: rgb(204, 238.8, 251.8);
text-decoration: none;
}
big {
font-size: 18px;
font-size: 1.125rem;
}
small {
font-size: 15px;
font-size: 0.9375rem;
}
hr {
background-color: inherit;
border: 0;
height: 1px;
margin: 1.4375em 0;
clear: both;
}
ul, ol {
margin: 0 0 1.4375em 0;
padding-left: 1.4375em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.4375em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.4375em 1.4375em;
}
button,
input[type=button],
input[type=reset],
input[type=submit],
.btn,
.btn:visited {
border: 0 solid;
border-color: #00AEEF;
background: #00AEEF;
border-radius: 4px;
color: #fff;
font-size: 16px;
font-size: 1rem;
text-decoration: none;
font-weight: 700;
line-height: 1.2;
padding: 0.8075em 1.4375em;
text-shadow: none;
transition: all 0.25s ease;
display: inline-block;
text-align: center;
}
button + button,
button + input[type=button],
button + input[type=reset],
button + input[type=submit],
button + .btn,
button + .btn:visited,
input[type=button] + button,
input[type=button] + input[type=button],
input[type=button] + input[type=reset],
input[type=button] + input[type=submit],
input[type=button] + .btn,
input[type=button] + .btn:visited,
input[type=reset] + button,
input[type=reset] + input[type=button],
input[type=reset] + input[type=reset],
input[type=reset] + input[type=submit],
input[type=reset] + .btn,
input[type=reset] + .btn:visited,
input[type=submit] + button,
input[type=submit] + input[type=button],
input[type=submit] + input[type=reset],
input[type=submit] + input[type=submit],
input[type=submit] + .btn,
input[type=submit] + .btn:visited,
.btn + button,
.btn + input[type=button],
.btn + input[type=reset],
.btn + input[type=submit],
.btn + .btn,
.btn + .btn:visited,
.btn:visited + button,
.btn:visited + input[type=button],
.btn:visited + input[type=reset],
.btn:visited + input[type=submit],
.btn:visited + .btn,
.btn:visited + .btn:visited {
margin-left: 0.8075em;
}
button:hover, button:active, button:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
.btn:hover,
.btn:active,
.btn:focus,
.btn:visited:hover,
.btn:visited:active,
.btn:visited:focus {
border-color: rgb(0, 113.1, 155.35);
background: rgb(0, 113.1, 155.35);
color: #fff;
outline: none;
}
button.btn-alt,
input[type=button].btn-alt,
input[type=reset].btn-alt,
input[type=submit].btn-alt,
.btn.btn-alt,
.btn:visited.btn-alt {
border-color: #F4524D;
background: #F4524D;
color: #fff;
}
button.btn-alt:hover, button.btn-alt:active, button.btn-alt:focus,
input[type=button].btn-alt:hover,
input[type=button].btn-alt:active,
input[type=button].btn-alt:focus,
input[type=reset].btn-alt:hover,
input[type=reset].btn-alt:active,
input[type=reset].btn-alt:focus,
input[type=submit].btn-alt:hover,
input[type=submit].btn-alt:active,
input[type=submit].btn-alt:focus,
.btn.btn-alt:hover,
.btn.btn-alt:active,
.btn.btn-alt:focus,
.btn:visited.btn-alt:hover,
.btn:visited.btn-alt:active,
.btn:visited.btn-alt:focus {
background: rgb(158.6, 53.3, 50.05);
}
button.btn-feature,
input[type=button].btn-feature,
input[type=reset].btn-feature,
input[type=submit].btn-feature,
.btn.btn-feature,
.btn:visited.btn-feature {
font-size: 24px;
font-size: 1.5rem;
min-width: 12em;
}
form {
margin-bottom: 2em;
width: 100%;
}
form legend {
width: 100%;
}
form fieldset {
border: none;
padding: 0;
margin: 0;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
select {
color: #555;
border: 1px solid #00AEEF;
border-radius: 0;
margin-bottom: 1.4375em;
display: block;
width: 100%;
max-width: 23em;
outline: none;
-webkit-appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
color: #000;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
select {
padding: 0.5em;
}
textarea {
width: 100%;
max-width: 35em;
}
::-webkit-input-placeholder {
color: rgba(34, 34, 34, 0.5);
}
::-moz-placeholder {
color: rgba(34, 34, 34, 0.5);
}
:-ms-input-placeholder {
color: rgba(34, 34, 34, 0.5);
}
table {
margin: 0 0 1.4375em;
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
table tr {
background: #fff;
}
table tr:nth-child(2n) {
background: rgb(242.25, 242.25, 242.25);
}
table tr td,
table tr th {
vertical-align: top;
padding: 0.2em 0.8075em;
text-align: left;
}
table tr th {
background: #fff;
}
table td {
word-break: break-word;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #fff;
border-radius: 0;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
clip: auto !important;
color: #000;
display: block;
font-size: 16px;
font-size: 1rem;
font-weight: bold;
height: auto;
left: 0.8075em;
line-height: normal;
padding: 0.8075em 1.4375em;
text-decoration: none;
top: 0.8075em;
width: auto;
z-index: 100000; }
.alignleft,
.alignright {
margin-bottom: 0.5em;
}
@media only screen and (min-width: 30em) {
.alignleft,
.alignright {
display: inline;
}
.alignleft {
float: left;
margin-right: 1.4375em;
}
.alignright {
float: right;
margin-left: 1.4375em;
}
img.alignleft,
img.alignright {
max-width: 50%;
}
}
@media only screen and (min-width: 48em) {
img.alignleft,
img.alignright {
max-width: 75%;
}
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.with-sidebar {
max-width: 71.25em;
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}
@media only screen and (min-width: 48em) {
.with-sidebar.component-section .section-inner {
display: flex;
}
.with-sidebar .site-main {
width: 66%;
margin-right: 8%;
}
.with-sidebar .widget-area {
width: 26%;
flex-shrink: 0;
padding-bottom: 2em;
padding-top: 2em;
}
}
@media only screen and (min-width: 48em) and (min-width: 64em) {
.with-sidebar .widget-area {
padding-top: 2.6em;
}
}
@media only screen and (min-width: 48em) {
.with-sidebar.sidebar-left .section-inner {
flex-direction: row-reverse;
}
.with-sidebar.sidebar-left .site-main {
margin-right: 0;
margin-left: 8%;
}
} .sticky {
display: block;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-links {
clear: both;
margin: 0 0 1.4375em;
} .page-links {
clear: both;
margin: 0 0 1.4375em;
}
.nav-links a {
font-weight: bold;
}
.nav-links .nav-previous a:before {
content: "←";
}
.nav-links .nav-next a:after {
content: "→";
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.4375em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
justify-content: space-between;
gap: 5%;
}
.comment-navigation .nav-previous, .comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
flex: 0 1 50%;
padding: 0.8075em 0;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: right;
margin-left: auto;
} .edit-link {
clear: both;
}
.edit-link,
.post-edit-link {
position: fixed;
bottom: 0;
left: 0;
background: #00AEEF;
z-index: 999999;
}
.edit-link a,
.post-edit-link a {
text-decoration: none;
color: #fff !important;
display: inline-block;
padding: 0.5em 0.8075em;
}
.edit-link a:hover,
.post-edit-link a:hover {
background: #F4524D;
} .comments-area {
padding: 1.4375em;
margin-top: 2em;
margin-bottom: 2em;
background-color: rgb(242.25, 242.25, 242.25);
border-top: solid #00AEEF;
}
.comments-area .comment-list {
list-style: none;
padding: 0;
}
.comments-area .no-comments {
font-weight: 700;
}
.comments-area .comment-form,
.comments-area .form-submit {
margin-bottom: 0;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.page-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .widget {
margin: 0 0 2.6em 0;
}
.widget .widget-title {
font-size: 24px;
font-size: 1.5rem;
}
.widget > ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget > ul li {
margin: 0 0 1.4375em;
}
.widget { }
.widget select {
max-width: 100%;
box-sizing: border-box;
} .widget_search .search-submit {
display: none;
} .gallery {
margin-bottom: 1.4375em;
text-align: center;
}
.gallery.gallery-fx .gallery-item img {
animation-name: pulsate;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 2;
}
.gallery {
display: flex;
}
@keyframes pulsate {
0% {
transform: scale(1);
}
35% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
.gallery-item {
text-align: center;
vertical-align: top;
width: 100%;
margin: 0 auto;
padding: 0 0.2em;
max-width: 300px;
float: none;
}
.gallery-item img {
margin: 0.8075em auto;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
@media only screen and (min-width: 30em) {
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
}
.gallery-columns-4 .gallery-item {
max-width: 50%;
}
@media only screen and (min-width: 30em) {
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
}
@media only screen and (min-width: 30em) {
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
}
.gallery-columns-6 .gallery-item {
max-width: 33.33%;
}
@media only screen and (min-width: 37.5em) {
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
}
@media only screen and (min-width: 37.5em) {
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
}
.gallery-columns-8 .gallery-item {
max-width: 50%;
}
@media only screen and (min-width: 37.5em) {
.gallery-columns-8 .gallery-item {
max-width: 25%;
}
}
@media only screen and (min-width: 48em) {
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
}
.gallery-caption {
display: block;
} .wp-caption {
margin-bottom: 1.4375em;
max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} @font-face {
font-family: "Roboto";
src: url(//www.silicol-skin.com/wp-content/themes/silicol/assets/fonts/Roboto-Black.woff2) format("woff2");
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Roboto";
src: url(//www.silicol-skin.com/wp-content/themes/silicol/assets/fonts/Roboto-Bold.woff2) format("woff2");
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Roboto";
src: url(//www.silicol-skin.com/wp-content/themes/silicol/assets/fonts/Roboto-Italic.woff2) format("woff2");
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Roboto";
src: url(//www.silicol-skin.com/wp-content/themes/silicol/assets/fonts/Roboto-Regular.woff2) format("woff2");
font-weight: normal;
font-style: normal;
font-display: swap;
}
body,
button,
input,
select,
textarea {
color: #222;
font-family: "Roboto", "Verdana", sans-serif;
font-weight: 400;
line-height: 1.5; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
font-size: 14px;
font-size: 0.875rem;
}
@media only screen and (min-width: 64em) {
body {
font-size: 16px;
font-size: 1rem;
}
}
body button,
body input,
body select,
body textarea {
font-size: 16px;
font-size: 1rem;
}
strong {
font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
font-family: "Roboto", "Verdana", sans-serif, sans-serif;
}
h1 {
line-height: 1;
margin-bottom: 0;
color: #00AEEF;
font-size: 32px;
font-size: 2rem;
}
@media only screen and (min-width: 48em) {
h1 {
font-size: 42px;
font-size: 2.625rem;
}
}
h2 {
color: #00AEEF;
line-height: 1.2;
margin-bottom: 0.5em;
font-size: 24px;
font-size: 1.5rem;
}
@media only screen and (min-width: 48em) {
h2 {
font-size: 32px;
font-size: 2rem;
}
}
h3 {
line-height: 1.2;
margin-bottom: 0.8075em;
font-size: 21px;
font-size: 1.3125rem;
}
@media only screen and (min-width: 48em) {
h3 {
font-size: 24px;
font-size: 1.5rem;
}
}
h4 {
font-size: 21px;
font-size: 1.3125rem;
margin-bottom: 0.8075em;
}
h5 {
font-size: 18px;
font-size: 1.125rem;
margin-bottom: 1.4375em;
}
h6 {
font-size: 18px;
font-size: 1.125rem;
margin-bottom: 1.4375em;
}
a {
color: #00AEEF;
transition: color 0.5s ease;
text-decoration: none;
}
a:visited {
color: #00AEEF;
}
a:hover, a:focus, a:active {
color: rgb(0, 113.1, 155.35);
}
a:hover, a:active, a:focus {
outline: 0;
}
.site-header { }
.site-header .site-navigation {
position: relative;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
transition: all 0.1s ease-in-out;
padding: 20px 1.4375em;
}
@media only screen and (min-width: 64em) {
.site-header .site-navigation {
padding: 27px 2em 18px 2em;
}
}
.site-header .site-navigation { }
.site-header .site-navigation .site-branding {
width: 163px;
height: 40px;
display: block;
margin: 0 auto;
transition: all 0.1s ease-in-out;
}
@media only screen and (min-width: 64em) {
.site-header .site-navigation .site-branding {
width: 220px;
height: 54px;
margin: 0 1.4375em 0 0;
}
}
.site-header .site-navigation .site-branding .site-title {
margin: 0;
}
.site-header .site-navigation .site-branding .custom-logo-link {
display: block;
}
.site-header .site-navigation .site-branding img.custom-logo {
display: block;
width: 100%;
height: auto;
}
@media only screen and (min-width: 64em) {
.site-header .site-navigation {
padding-left: 1.4375em;
padding-right: 1.4375em;
}
.site-header .site-navigation .site-branding {
display: inline-block;
}
.site-header .site-navigation .main-navigation {
width: auto;
display: inline-block;
vertical-align: top;
}
.site-header .site-navigation .section-inner {
display: flex;
}
.site-header .site-navigation .section-inner .main-navigation {
margin: 0 auto;
}
}
.site-header { }
.site-header .component-section.site-description {
background-color: #222;
color: #fff;
padding: 0;
height: 32px;
line-height: 32px;
}
@media only screen and (min-width: 64em) {
.site-header .component-section.site-description {
height: 38px;
line-height: 38px;
}
}
.site-header .component-section.site-description p {
text-align: center;
font-weight: 700;
margin: 0;
font-size: 12px;
font-size: 0.75rem;
}
.site-header .component-section.site-description p:first-child {
display: none;
}
@media only screen and (min-width: 48em) {
.site-header .component-section.site-description p:first-child {
display: block;
}
}
@media only screen and (min-width: 64em) {
.site-header .component-section.site-description p {
font-size: 14px;
font-size: 0.875rem;
}
}
.site-header .component-section.site-description .section-inner {
padding-inline: 0;
}
@media only screen and (min-width: 37.5em) {
.site-header .component-section.site-description {
padding-inline: 1.4375em;
}
.site-header .component-section.site-description .section-inner {
display: flex;
justify-content: center;
}
}
@media only screen and (min-width: 37.5em) and (min-width: 48em) {
.site-header .component-section.site-description .section-inner {
justify-content: space-between;
}
}
@media only screen and (min-width: 37.5em) and (min-width: 64em) {
.site-header .component-section.site-description .section-inner {
padding-inline: 1.4375em;
}
}
@media only screen and (min-width: 37.5em) {
.site-header .component-section.site-description p {
text-align: left;
}
.site-header .component-section.site-description p:last-of-type:not(:first-of-type) {
text-align: right;
}
}
.site-header .component-section.site-description a {
color: #fff;
}
.site-header {
display: flex;
flex-direction: column;
}
.site-header .component-section {
display: flex;
order: 1;
}
.site-header .site-description {
display: flex;
order: 0;
}
.site-header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
background: #fff;
}
.logged-in.admin-bar .site-header {
top: 32px;
}
@media screen and (max-width: 782px) {
.logged-in.admin-bar .site-header {
top: 46px;
position: absolute;
}
}
.site-header + .site {
padding-top: 112px;
}
@media only screen and (min-width: 64em) {
.site-header + .site {
padding-top: 137px;
}
}
.site-header .component-section.site-description {
transition: height 0.1s ease-in-out;
}
.site-header--unpinned .site-navigation {
padding: 20px 1.4375em 20px 1.4375em;
}
@media only screen and (min-width: 64em) {
.site-header--unpinned .site-navigation {
padding: 27px 2em 9px 2em;
}
}
@media only screen and (min-width: 64em) {
.site-header--unpinned .site-navigation .site-branding {
width: 175px;
}
}
.site-header--unpinned .component-section.site-description {
height: 0;
overflow: hidden;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding: 1.4375em 0 0 0;
}
.main-navigation ul li {
text-align: center;
}
.main-navigation ul li a {
display: block;
padding: 0.8075em;
line-height: 1em;
text-decoration: none;
color: inherit;
}
.main-navigation ul li:hover > a, .main-navigation ul li:focus > a {
color: #00AEEF;
}
.main-navigation ul li.current_page_item > a, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_ancestor > a, .main-navigation ul li.current-menu-ancestor > a {
color: #00AEEF;
font-weight: 700;
}
.main-navigation ul li.current_page_item ul li a, .main-navigation ul li.current-menu-item ul li a, .main-navigation ul li.current_page_ancestor ul li a, .main-navigation ul li.current-menu-ancestor ul li a {
color: #fff;
}
.main-navigation ul li ul {
padding: 0;
background-color: #00AEEF;
margin-left: -2.875em;
margin-right: -2.875em;
}
.main-navigation ul li ul li a {
color: #fff;
}
.main-navigation ul li ul li:hover > a, .main-navigation ul li ul li:focus > a {
color: #fff;
}
.main-navigation ul li ul li:first-child a {
padding-top: 1.4375em;
}
.main-navigation ul li ul li:last-child a {
padding-bottom: 1.4375em;
}
.main-navigation { }
.main-navigation .menu-toggle {
display: none;
}
.js .main-navigation .menu-toggle {
display: block;
}
@media only screen and (min-width: 64em) {
.js .main-navigation .menu-toggle {
display: none;
}
}
.main-navigation .menu-toggle {
position: absolute;
top: 18px;
left: 14px;
width: 44px;
height: 44px;
padding: 0;
box-sizing: border-box;
background: transparent !important;
border: 0;
cursor: pointer;
font-size: 0;
color: transparent;
}
.main-navigation .menu-toggle::before, .main-navigation .menu-toggle::after {
content: "";
position: absolute;
left: 10px;
width: 24px;
height: 3px;
background: #00AEEF;
border-radius: 2px;
transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.2s ease;
}
.main-navigation .menu-toggle::before {
top: 10px;
box-shadow: 0 11px 0 #00AEEF;
}
.main-navigation .menu-toggle::after {
top: 31px;
}
.main-navigation .menu-toggle:hover, .main-navigation .menu-toggle:focus, .main-navigation .menu-toggle:active {
outline: none;
background: transparent !important;
}
.main-navigation .menu-toggle:hover::before, .main-navigation .menu-toggle:hover::after, .main-navigation .menu-toggle:focus::before, .main-navigation .menu-toggle:focus::after, .main-navigation .menu-toggle:active::before, .main-navigation .menu-toggle:active::after {
background: rgb(0, 113.1, 155.35);
}
.main-navigation .menu-toggle:hover::before, .main-navigation .menu-toggle:focus::before, .main-navigation .menu-toggle:active::before {
box-shadow: 0 11px 0 rgb(0, 113.1, 155.35);
}
.main-navigation.toggled .menu-toggle::before {
transform: translateY(11px) rotate(45deg);
box-shadow: none;
}
.main-navigation.toggled .menu-toggle::after {
transform: translateY(-10px) rotate(-45deg);
}
.main-navigation { }
@media only screen and (min-width: 64em) {
.main-navigation ul {
padding: 0;
}
.main-navigation ul li {
display: inline-block;
position: relative;
}
.main-navigation ul li a {
padding-top: 0.8075em;
padding-bottom: 0.8075em;
}
.main-navigation ul li ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
background-color: #00AEEF;
float: left;
position: absolute;
top: 2.615em;
left: -999em;
z-index: 99999;
}
.main-navigation ul li ul li {
text-align: center;
border-bottom: solid 1px #fff;
}
.main-navigation ul li ul li a {
width: 12em;
font-size: inherit;
padding-top: 0.2em;
padding-bottom: 0.2em;
line-height: 1.5;
color: #fff;
}
.main-navigation ul li ul li:first-child {
position: relative;
}
.main-navigation ul li ul li:first-child:before {
content: "";
height: 0;
position: absolute;
width: 0;
border: 8px solid transparent;
border-bottom-color: #00AEEF;
top: 0;
left: 50%;
margin-top: -17px;
margin-left: -8px;
z-index: 1;
}
.main-navigation ul li ul li:first-child a {
padding-top: 0.5em;
}
.main-navigation ul li ul li:last-child {
border: 0;
}
.main-navigation ul li ul li:last-child a {
padding-bottom: 0.5em;
}
.main-navigation ul li ul li:hover a, .main-navigation ul li ul li:focus a {
background: rgb(0, 113.1, 155.35);
}
.main-navigation ul li ul li:hover > ul, .main-navigation ul li ul li:focus > ul {
left: 100%;
top: 0;
margin-top: 0;
}
.main-navigation ul li:hover > ul, .main-navigation ul li:focus > ul {
left: 50%;
margin-left: -6em;
}
}
.site-header .main-navigation { }
.js .site-header .main-navigation ul {
display: none;
}
@media only screen and (min-width: 64em) {
.js .site-header .main-navigation ul {
display: block;
}
}
.js .site-header .main-navigation.toggled ul {
display: block;
}
.js .site-header .main-navigation.toggled ul ul {
display: none;
}
.js .site-header .main-navigation.toggled ul li:hover ul,
.js .site-header .main-navigation.toggled ul li:focus ul {
display: block;
} .component-section {
padding: 1.4375em 0;
}
@media only screen and (min-width: 64em) {
.component-section {
padding: 2em 0;
}
}
.component-section + .component-section {
padding-top: 0;
}
.component-section .section-inner {
max-width: 71.25em;
padding-left: 1.4375em;
padding-right: 1.4375em;
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.component-section .section-inner > *:last-child,
.component-section .section-inner .section-content > *:last-child {
margin-bottom: 0;
} .article-card {
background: rgb(242.25, 242.25, 242.25);
display: flex;
flex-direction: column;
}
.article-card .article-card-content {
padding: 1.4375em 1.3075em;
font-size: 15px;
font-size: 0.9375rem;
flex: 1;
display: flex;
flex-direction: column;
}
.article-card .article-card-content .btn {
margin-top: auto;
align-self: flex-start;
}
.article-card h2 {
font-size: 21px;
font-size: 1.3125rem;
}
.with-award-badge {
position: relative;
}
.with-award-badge:before {
content: "";
position: absolute;
right: 10px;
top: -2px;
display: inline-block;
width: 170px;
height: 226.8px;
background: url(//www.silicol-skin.com/wp-content/themes/silicol/assets/img/award-badge-2026.png) no-repeat center center;
background-size: 100% 100%;
z-index: 1;
}
@supports (aspect-ratio: 1/1) {
.with-award-badge:before {
width: min(170px, 38%);
aspect-ratio: 1/1.334;
height: auto;
}
}
.blog-categories {
list-style: none;
padding: 0;
display: grid;
grid-template-columns: 1fr;
gap: 28px;
}
@media only screen and (min-width: 30em) {
.blog-categories {
grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (min-width: 48em) {
.blog-categories {
grid-template-columns: repeat(4, 1fr);
}
}
.blog-categories li h2 {
margin: 0;
position: relative;
}
.blog-categories li h2:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
transition: background 0.25s ease;
}
.blog-categories li h2 {
background: #555;
background-size: 410% auto;
}
.blog-categories li a, .blog-categories li span {
display: block;
padding: 0.5em 0.8075em;
aspect-ratio: 3/2;
color: #fff;
font-size: 21px;
font-size: 1.3125rem;
}
@media only screen and (min-width: 64em) {
.blog-categories li a, .blog-categories li span {
font-size: 24px;
font-size: 1.5rem;
}
}
.blog-categories li a, .blog-categories li span {
text-shadow: 0 0 2px #000;
}
.blog-categories li a {
position: relative;
z-index: 1;
}
.blog-categories li h2 {
background-image: url(//www.silicol-skin.com/wp-content/themes/silicol/assets/img/blog-cat-bgs.jpg);
}
.blog-categories li h2:hover:before, .blog-categories li h2:focus:before {
background: rgba(0, 0, 0, 0.5);
}
.blog-categories li:nth-child(4n+1) h2 {
background-position: 0 0;
}
.blog-categories li:nth-child(4n+2) h2 {
background-position: -99% 0;
}
.blog-categories li:nth-child(4n+3) h2 {
background-position: -198% 0;
}
.blog-categories li:nth-child(4n+4) h2 {
background-position: -297% 0;
}
.auto-carousel img {
max-height: 70px !important;
width: auto !important;
max-width: 100% !important;
object-fit: contain !important;
} .slideshow-container {
overflow: hidden;
position: relative;
width: 100%;
transform: translateZ(0);
will-change: transform;
backface-visibility: hidden;
}
.slideshow-track {
display: flex;
gap: 30px;
align-items: center;
transform: translate3d(0, 0, 0);
will-change: transform;
}
.slideshow-container figure {
flex: 0 0 auto;
margin: 0 !important;
display: flex;
align-items: center;
justify-content: center;
backface-visibility: hidden;
}
.slideshow-container img {
display: block;
height: auto;
min-height: 20px;
content-visibility: auto;
}
.slideshow-dots {
display: none;
}
.brand-logo {
display: inline-block;
}
.brand-logo a {
width: 220px;
height: 54px;
display: block;
background-image: url(//www.silicol-skin.com/wp-content/themes/silicol/assets/img/silicol-logo.png);
background-repeat: no-repeat;
background-size: 100% auto;
}
@media only screen and (min-width: 64em) {
.brand-logo a {
width: 326px;
height: 80px;
}
} .js-wp-block-group-cta-block {
cursor: pointer;
}
.js-wp-block-group-cta-block:hover, .js-wp-block-group-cta-block:focus {
border-color: var(--wp--preset--color--primary-dark) !important;
} .grid {
display: grid;
grid-template-columns: 1fr;
gap: 28px;
margin-bottom: 2.6em;
}
@media only screen and (min-width: 30em) {
.grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (min-width: 48em) {
.grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media only screen and (min-width: 64em) {
.grid {
grid-template-columns: repeat(4, 1fr);
}
}
.grid .grid-item img {
width: 100%;
}
.infographic .wp-block-columns .wp-block-column {
position: relative;
}
.infographic .wp-block-columns .wp-block-column::before {
font-size: 2.25em;
position: absolute;
top: -0.35em;
left: -0.35em;
width: 2em;
height: 2em;
z-index: 1;
font-weight: bold;
background-color: var(--wp--preset--color--secondary);
color: #fff;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
border: 0.1em solid #fff;
}
.infographic .wp-block-columns .wp-block-column p::before {
border-radius: 50%;
content: "";
display: inline-block;
margin-left: -0.8em;
margin-right: 0.35em;
margin-bottom: -0.3em;
width: 1.6em;
height: 1.6em;
background: url(//www.silicol-skin.com/wp-content/themes/silicol/assets/img/tick.svg) no-repeat center center;
background-color: #fff;
background-size: 100% 100%;
}
.infographic .wp-block-columns:nth-child(1) .wp-block-column:nth-child(1)::before {
content: "1";
}
.infographic .wp-block-columns:nth-child(1) .wp-block-column:nth-child(2)::before {
content: "2";
}
.infographic .wp-block-columns:nth-child(2) .wp-block-column:nth-child(1)::before {
content: "3";
}
.infographic .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2)::before {
content: "4";
}
.intro-feature-image {
margin-block-start: -14px !important;
}
@media (max-width: 787px) {
.intro-feature-image {
margin-block-start: -4.2% !important;
margin-block-end: -8% !important;
}
}
.silicol-text-brand {
color: #00aeef;
position: relative;
white-space: nowrap;
}
.silicol-text-brand sup {
font-size: 0.3em;
font-size: max(10px, 0.3em);
position: absolute;
top: 50%;
margin-top: min(-10px, -1.2em);
}
.silicol-text-brand span {
color: #909090;
} .site-banner {
font-size: 18px;
font-size: 1.125rem;
padding: 0.5em 0;
text-align: center;
background: #555;
color: #fff;
font-weight: 700;
}
.tick-list {
margin-left: 0;
padding-left: 0;
}
.tick-list, .tick-list ul {
list-style: none;
}
.tick-list ul, .tick-list ol {
margin-left: 0;
padding-left: 0;
}
.tick-list > li {
position: relative;
margin-left: 1.35em;
}
.tick-list > li:before {
content: "";
position: absolute;
left: -1.35em;
top: 0.3em;
display: inline-block;
width: 1em;
height: 1em;
background: url(//www.silicol-skin.com/wp-content/themes/silicol/assets/img/tick.svg) no-repeat center center;
background-size: 100% 100%;
}
.tick-list--large > li {
font-size: 1.5em !important;
}
.tick-list--large > li > strong {
line-height: 1.75;
}
.tick-list--large > li:not(:last-child) {
margin-bottom: 0.5em;
}
.tick-list--star > li:before {
background: url(//www.silicol-skin.com/wp-content/themes/silicol/assets/img/icon-star.png) no-repeat center center;
background-size: 65% 65%;
}
.page-header,
.entry-header {
margin-bottom: 2em;
}
.page-header {
text-align: center;
margin-top: 2em;
}
.with-sidebar .page-header {
text-align: left;
}
.section-title {
text-align: center;
font-weight: 700;
margin: 0.8075em auto 1.4375em auto;
max-width: 24em;
}
.section-title:after {
content: "";
display: block;
width: 50px;
height: 3px;
background: #00AEEF;
margin: 0.5em auto 0 auto;
}
.page-title img {
margin: 0.5em auto 0 auto;
} .site-footer {
text-align: center;
background: #222;
color: #cccccc;
margin-top: 2.6em;
}
.site-footer .site-info .site-info-copyright {
font-size: 14px;
font-size: 0.875rem;
}
.site-footer a {
color: #cccccc;
}
.site-footer a:hover, .site-footer a:focus {
color: #fff;
}
.site-footer #nav-back-to-top {
width: 44px;
height: 44px;
display: block;
margin: 2em auto;
border-radius: 50%;
background: #787878;
line-height: 48px;
color: #cccccc;
position: relative;
}
.site-footer #nav-back-to-top:before {
content: " ";
height: 0;
position: absolute;
width: 0;
border: 8px solid transparent;
border-bottom-color: #cccccc;
top: 50%;
left: 50%;
margin-top: -13px;
margin-left: -8px;
z-index: 1;
}
.site-footer #nav-back-to-top:hover:before, .site-footer #nav-back-to-top:focus:before {
border-bottom-color: #fff;
} .error404 .site-main {
padding-top: 4em;
text-align: center;
min-height: 10em;
}