@charset "UTF-8";
.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 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;
}.tos-caption>div,.tos-slide,.tos-slide>*{box-sizing:border-box}.tos-slide,.tos-slider,.tos-wrapper{width:100%;height:100%}.tos-noanimation{-webkit-transition-property:none!important;transition-property:none!important}.tos-fastanimation{-webkit-transition-duration:.2s!important;transition-duration:.2s!important;-webkit-transition-timing-function:ease-out!important;transition-timing-function:ease-out!important}.tos-wrapper{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;display:none;padding:0;margin:0;overflow:hidden}.tos-wrapper.tos-opened{display:block}.tos-slide,.tos-slide:before,.tos-slide>*{display:inline-block}.tos-wrapper.tos-opening{opacity:1}.tos-wrapper.tos-fixed{background-color:#000;position:fixed;top:0;left:0;z-index:9000}.tos-slider,.tos-wrapper.tos-inline{position:relative}.tos-slider{white-space:nowrap;padding:0;margin:0}.tos-uibg,.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider{position:absolute}.tos-wrapper.tos-fx-slide .tos-slider{left:0;-webkit-transition:left .4s ease;transition:left .4s ease}.tos-wrapper.tos-fx-fade .tos-slider{opacity:1;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.tos-uibg{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;width:100%;left:0;bottom:0;z-index:1}.tos-fill .tos-uibg{background:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.tos-desktop .tos-wrapper:hover .tos-uibg,.tos-touch .tos-wrapper.tos-hover .tos-uibg{opacity:1}.tos-slide{-webkit-overflow-scrolling:touch;line-height:1px;text-align:center;overflow:hidden;position:relative}.tos-slide:before{content:"";height:50%;width:1px;margin-right:-1px}.tos-slide.tos-loading>*{opacity:0}.tos-slide>*{opacity:1;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;vertical-align:middle;max-height:100%;max-width:100%}.tos-slide.tos-html>div{-webkit-overflow-scrolling:touch;white-space:normal;text-align:left;line-height:1.5}.tos-slide.tos-html>div *{-webkit-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}.tos-wrapper.tos-fill .tos-slide.tos-image>img{max-height:none;max-width:none;min-height:100%;min-width:100%}.tos-wrapper.tos-fixed .tos-slide.tos-html>div{background-color:#fff;color:#333;box-sizing:border-box;display:inline-block;padding:40px;overflow:auto}.tos-desktop .tos-wrapper.tos-fixed{background-color:rgba(0,0,0,.85)}.tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide{padding:20px}.tos-close,.tos-next{right:20px}.tos-close,.tos-next,.tos-prev{background:#000;border-radius:3px;opacity:0;display:block;width:40px;position:absolute;z-index:1;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.tos-next,.tos-prev{height:80px;margin-top:-40px;top:50%}.tos-next.tos-disabled,.tos-prev.tos-disabled{cursor:default}.tos-prev{left:20px}.tos-close{height:40px;top:20px}.tos-desktop .tos-wrapper:hover .tos-close,.tos-desktop .tos-wrapper:hover .tos-next,.tos-desktop .tos-wrapper:hover .tos-prev,.tos-touch .tos-wrapper.tos-hover .tos-close,.tos-touch .tos-wrapper.tos-hover .tos-next,.tos-touch .tos-wrapper.tos-hover .tos-prev{opacity:.5}.tos-desktop .tos-wrapper:hover .tos-close:hover,.tos-desktop .tos-wrapper:hover .tos-next:hover,.tos-desktop .tos-wrapper:hover .tos-prev:hover,.tos-touch .tos-wrapper.tos-hover .tos-close:hover,.tos-touch .tos-wrapper.tos-hover .tos-next:hover,.tos-touch .tos-wrapper.tos-hover .tos-prev:hover{opacity:.9}.tos-desktop .tos-wrapper:hover .tos-close.tos-disabled,.tos-desktop .tos-wrapper:hover .tos-next.tos-disabled,.tos-desktop .tos-wrapper:hover .tos-prev.tos-disabled,.tos-touch .tos-wrapper.tos-hover .tos-close.tos-disabled,.tos-touch .tos-wrapper.tos-hover .tos-next.tos-disabled,.tos-touch .tos-wrapper.tos-hover .tos-prev.tos-disabled{opacity:.2}.tos-close span:after,.tos-close span:before,.tos-next span,.tos-prev span{content:'';display:block;width:12px;height:12px;margin:-5px;position:absolute;top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.tos-close span:after,.tos-close span:before{width:6px;height:6px;margin-top:-4px;margin-left:0;margin-right:0}.tos-close span:before,.tos-prev span{border-bottom:3px solid #fff;border-left:3px solid #fff;left:50%}.tos-close span:after,.tos-next span{border-top:3px solid #fff;border-right:3px solid #fff;right:50%}.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide,.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide,.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide{padding-left:80px;padding-right:80px}.tos-inline{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;display:inline-block;margin:0;position:relative;top:auto;left:auto;right:auto}.tos-caption,.tos-pagination{text-align:center;-webkit-transition:opacity .4s ease;width:100%;bottom:0;left:0;z-index:1;position:absolute}.tos-inline.tos-prev{margin-right:-60px}.tos-inline.tos-next{margin-left:-60px}.tos-loading .tos-inline{opacity:0!important}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close,.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev{-webkit-transform:scale(3);-ms-transform:scale(3);transform:scale(3)}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next{-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.tos-caption{color:#fff;opacity:0;transition:opacity .4s ease}.tos-caption:after{content:'';display:block;clear:both}.tos-caption>div{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%;padding:0 20px;float:left}.tos-caption>div:last-child{float:right;margin-right:-2px}.tos-desktop .tos-wrapper:hover .tos-caption,.tos-touch .tos-wrapper.tos-hover .tos-caption{opacity:1}.tos-wrapper .tos-caption{line-height:20px;font-size:15px;text-shadow:0 1px 2px rgba(0,0,0,.8);height:40px}.tos-wrapper.tos-has-caption .tos-uibg{height:100px}.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide{padding-bottom:60px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption{line-height:40px;font-size:30px;text-shadow:0 2px 4px rgba(0,0,0,.8);height:80px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg{height:200px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption{line-height:60px;font-size:45px;text-shadow:0 3px 6px rgba(0,0,0,.8);height:120px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg{height:300px}.tos-wrapper.tos-fx-slide .tos-slider{-webkit-transition-property:left,margin;transition-property:left,margin}.tos-pagination{white-space:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;opacity:0;transition:opacity .4s ease}.tos-pagination a{display:inline-block}.tos-pagination.tos-bullets a{background-color:rgba(255,255,255,.2)}.tos-pagination.tos-bullets a:hover{background-color:rgba(255,255,255,.5)}.tos-pagination.tos-bullets a.tos-selected{background-color:rgba(255,255,255,.9)}.tos-desktop .tos-wrapper:hover .tos-pagination,.tos-touch .tos-wrapper.tos-hover .tos-pagination{opacity:1}.tos-wrapper .tos-pagination:after,.tos-wrapper .tos-pagination:before{content:'';display:inline-block;width:20px;height:10px}.tos-wrapper.tos-has-bullets .tos-pagination{height:30px}.tos-wrapper.tos-has-bullets .tos-pagination a{border-radius:10px;width:10px;height:10px;margin:0 5px}.tos-wrapper.tos-has-bullets .tos-caption{bottom:30px}.tos-wrapper.tos-has-bullets .tos-uibg{height:90px}.tos-wrapper.tos-has-bullets.tos-has-caption .tos-uibg{height:130px}.tos-wrapper.tos-has-thumbnails .tos-pagination{height:70px}.tos-wrapper.tos-has-thumbnails .tos-pagination a{background-position:center center;background-size:cover;width:50px;height:50px;margin:0 5px}.tos-wrapper.tos-has-thumbnails .tos-caption{bottom:70px}.tos-wrapper.tos-has-thumbnails .tos-uibg{height:130px}.tos-wrapper.tos-has-thumbnails.tos-has-caption .tos-uibg{height:170px}.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets .tos-slide{padding-bottom:50px}.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets.tos-has-caption .tos-slide{padding-bottom:80px}.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails .tos-slide{padding-bottom:90px}.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption .tos-slide{padding-bottom:120px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:after,.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:before{content:'';display:inline-block;width:40px;height:20px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination{height:60px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a{border-radius:20px;width:20px;height:20px;margin:0 10px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption{bottom:60px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg{height:180px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg{height:260px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination{height:140px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a{background-position:center center;background-size:cover;width:100px;height:100px;margin:0 10px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption{bottom:140px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg{height:260px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg{height:340px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:after,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:before{content:'';display:inline-block;width:60px;height:30px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination{height:90px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a{border-radius:30px;width:30px;height:30px;margin:0 15px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption{bottom:90px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg{height:270px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg{height:390px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination{height:210px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a{background-position:center center;background-size:cover;width:150px;height:150px;margin:0 15px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption{bottom:210px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg{height:390px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg{height:510px}.tos-slide .tos-html{-webkit-overflow-scrolling:touch}.tos-play,.tos-play:after{display:block;position:absolute;top:50%;left:50%}.tos-play{background:#000;opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.tos-play:after{content:''}.tos-desktop .tos-wrapper:hover .tos-play,.tos-touch .tos-wrapper.tos-hover .tos-play{opacity:.5}.tos-desktop .tos-wrapper:hover .tos-play:hover,.tos-touch .tos-wrapper.tos-hover .tos-play:hover{opacity:.9}.tos-wrapper .tos-play{border-radius:80px;width:80px;height:80px;margin:-40px}.tos-wrapper .tos-play:after{border:20px solid transparent;border-left-color:#fff;border-left-width:30px;margin-top:-20px;margin-left:-10.5px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play{border-radius:160px;width:160px;height:160px;margin:-80px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play:after{border:40px solid transparent;border-left-color:#fff;border-left-width:60px;margin-top:-40px;margin-left:-21px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play{border-radius:240px;width:240px;height:240px;margin:-120px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play:after{border:60px solid transparent;border-left-color:#fff;border-left-width:90px;margin-top:-60px;margin-left:-31.5px}@font-face {
font-family: 'vp-close-icon';
src:  url(//www.metaltech.co/wp-content/plugins/video-popup/css/vp-close-icon/fonts/vp-close-icon-font.eot?lv4qfq);
src:  url(//www.metaltech.co/wp-content/plugins/video-popup/css/vp-close-icon/fonts/vp-close-icon-font.eot?lv4qfq#iefix) format('embedded-opentype'),
url(//www.metaltech.co/wp-content/plugins/video-popup/css/vp-close-icon/fonts/vp-close-icon-font.ttf?lv4qfq) format('truetype'),
url(//www.metaltech.co/wp-content/plugins/video-popup/css/vp-close-icon/fonts/vp-close-icon-font.woff?lv4qfq) format('woff'),
url(//www.metaltech.co/wp-content/plugins/video-popup/css/vp-close-icon/fonts/vp-close-icon-font.svg?lv4qfq#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
.vp-close-button{
font-family: 'vp-close-icon' !important;
speak: none !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
line-height: 1 !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
.vp-close-button:before{
content: "\61";
}
 .YouTubePopUp-Wrap{
position:fixed;
width:100%;
height:100%;
background-color:#000;
background-color:rgba(0,0,0,0.8);
top:0;
left:0;
z-index:2147483647;
}
.Video-PopUp-Content{
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;
justify-content: center;
-webkit-justify-content:center;
width:100%;
height:100%;
}
.vp-flex{
max-width:800px;
width:100%;
height:450px;
max-height:90%;
margin:0 40px;
position:relative;
background-color:#000;
}
.vp-flex iframe, .vp-flex video{
width:100%;
height:100%;
max-width:100% !important;
max-height:100%;
min-width:100%;
min-height:100%;
margin: 0 !important;
padding: 0 !important;
outline: none !important;
display:block;
border:5px solid #fff;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.3);
-webkit-box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.3);
background-color:#000;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.YouTubePopUp-Close{
position:absolute;
top:0px;
cursor:pointer;
left:-36px;
margin:auto 0;
transition:all ease-in-out 0.3s;
-webkit-transition:all ease-in-out 0.3s;
-moz-transition:all ease-in-out 0.3s;
-o-transition:all ease-in-out 0.3s;
}
.YouTubePopUp-Close:before{
font-family: 'vp-close-icon' !important;
speak: none !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
line-height: 1 !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
content: "\61";
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.9);
font-size:26px;
color:#fff;
}
.YouTubePopUp-Close:hover{
opacity:0.5;
}
.vp-flex.vp-flex-no-border iframe,
.vp-flex.vp-flex-no-border video{
padding:0 !important;
border: 0 !important;
border-radius: 0 !important;
-moz-border-radius:0 !important;
-webkit-border-radius:0 !important;
}
.vp-flex-no-border.vp-vt-locally,
.vp-flex-no-border.vp-vt-vimeo{
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
} @media all and (max-width: 782px){
.vp-flex, .Video-PopUp-Content .vp-flex{
max-width:480px !important;
height:270px !important;
}
}
@media all and (max-width: 320px){
.vp-flex, .Video-PopUp-Content .vp-flex{
max-width:240px !important;
height:140px !important;
}
}html,
body {
border: none;
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
border: none;
font-size: inherit;
line-height: inherit;
margin: 0;
padding: 0;
text-align: inherit;
}
blockquote::before,
blockquote::after {
content: "";
}  html {
font-size: 62.5%; scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
}
body {
background: #f5efe0;
box-sizing: border-box;
color: #000;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
font-size: 1.8rem;
letter-spacing: -0.015em;
text-align: left;
}
@supports ( font-variation-settings: normal ) {
body {
font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
}
*,
*::before,
*::after {
box-sizing: inherit;
-webkit-font-smoothing: antialiased;
word-break: break-word;
word-wrap: break-word;
}
#site-content {
overflow: hidden;
} .group::after,
.entry-content::after {
clear: both;
content: "";
display: block;
} a,
path {
transition: all 0.15s linear;
} .screen-reader-text {
border: 0;
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
word-break: normal;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
right: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} .skip-link {
left: -9999rem;
top: 2.5rem;
z-index: 999999999;
text-decoration: underline;
}
.skip-link:focus {
display: block;
left: 6px;
top: 7px;
font-size: 14px;
font-weight: 600;
text-decoration: none;
line-height: normal;
padding: 15px 23px 14px;
z-index: 100000;
right: auto;
}  @font-face {
font-family: NonBreakingSpaceOverride;
src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMoAA0AAAAACDQAAALTAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCahEICjx3CywAATYCJANUBCAFhiEHgWwbXQfILgpsY+rQRRARwyAs6uL7pxzYhxEE+32b3aeHmifR6tklkS9hiZA0ewkqGRJE+H7/+6378ASViK/PGeavqJyOzsceKi1s3BCiQsiOdn1r/RBgIJYEgCUhbm/8/8/h4saPssnTNkkiWUBrTRtjmQSajw3Ui3pZ3LYDPD+XG2C3JA/yKAS8/rU5eNfuGqRf4eNNgV4YAlIIgxglEkWe6FYpq10+wi3g+/nUgvgPFczNrz/RsTgVm/zfbPuHZlsuQECxuyqBcQwKFBjFgKO8AqP4bAN9tFJtnM9xPcbNjeXS/x1wY/xU52f5W/X1+9cnH4YwKIaoRRAkUkj/YlAAeF/624foiIDBgBmgQBeGAyhBljUPZUm/l2dTvmpqcBDUOHdbPZWd8JsBAsGr4w8/EDn82/bUPx4eh0YNrQTBuHO2FjQEAGBwK0DeI37DpQVqdERS4gZBhpeUhWCfLFz7J99aEBgsJCHvUGAdAPp4IADDCAPCEFMGpMZ9AQpTfQtQGhLbGVBZFV8BaqNyP68oTZgHNj3M8kBPfXTTC9t90UuzYhy9ciH0grVlOcqyCytisvbsERsEYztiznR0WCrmTksJwbSNK6fd1Rvr25I9oLvctUoEbNOmXJbqgYgPXEHJ82IUsrCnpkxh23F1rfZ2zcRnJYoXtauB3VTFkFXQg3uoZYD5qE0kdjDtoDoF1h2bulGmev5HbYhbrjtohQSRI4aNOkffIcT+d3v6atpaYh3JvPoQsztCcqvaBkppDSPcQ3bw3KaCBo1f5CJWTZEgW3LjLofYg51MaVezrx8xZitYbQ9KYeoRaqQdVLwSEfrKXLK1otCWOKNdR/YwYAfon5Yk8O2MJfSD10dPGA5PIJJQMkah0ugMJiv6x4Dm7LEa8xnrRGGGLAg4sAlbsA07sAt76DOsXKO3hIjtIlpnnFrt1qW4kh6NhS83P/6HB/fl1SMAAA==) format("woff2"), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAUQAA0AAAAACDQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE9AAAABwAAAAchf5yU0dERUYAAATYAAAAHAAAAB4AJwAbT1MvMgAAAaAAAABJAAAAYJAcgU5jbWFwAAACIAAAAF4AAAFqUUxBZ2dhc3AAAATQAAAACAAAAAgAAAAQZ2x5ZgAAApAAAAAyAAAAPL0n8y9oZWFkAAABMAAAADAAAAA2Fi93Z2hoZWEAAAFgAAAAHQAAACQOSgWaaG10eAAAAewAAAAzAAAAVC7TAQBsb2NhAAACgAAAABAAAAAsAOQBAm1heHAAAAGAAAAAHQAAACAAWQALbmFtZQAAAsQAAAF6AAADIYvD/Adwb3N0AAAEQAAAAI4AAADsapk2o3jaY2BkYGAA4ov5mwzj+W2+MnCzXwCKMNzgCBSB0LfbQDQ7AxuI4mBgAlEAFKQIRHjaY2BkYGD3+NvCwMDBAALsDAyMDKhAFAA3+wH3AAAAeNpjYGRgYBBl4GBgYgABEMnIABJzAPMZAAVmAGUAAAB42mNgZlJhnMDAysDCKsKygYGBYRqEZtrDYMT4D8gHSmEHjgUFOQwODAqqf9g9/rYwMLB7MNUAhRlBcsxBrMlASoGBEQAj8QtyAAAAeNrjYGBkAAGmWQwMjO8gmBnIZ2NA0ExAzNjAAFYJVn0ASBsD6VAIDZb7AtELAgANIgb9AHjaY2BgYGaAYBkGRgYQSAHyGMF8FgYPIM3HwMHAxMDGoMCwQIFLQV8hXvXP//9AcRCfAcb///h/ygPW+w/vb7olBjUHCTCyMcAFGZmABBO6AogThgZgIUsXAEDcEzcAAHjaY2BgECMCyoEgACZaAed42mNgYmRgYGBnYGNgYAZSDJqMgorCgoqCjECRXwwNrCAKSP5mAAFGBiRgyAAAi/YFBQAAeNqtkc1OwkAUhU/5M25cEhcsZick0AwlBJq6MWwgJkAgYV/KAA2lJeUn+hY+gktXvpKv4dLTMqKycGHsTZNv7px7z50ZAFd4hYHjdw1Ls4EiHjVncIFnzVnc4F1zDkWjrzmPW+NNcwGlzIRKI3fJlUyrEjZQxb3mDH2fNGfRx4vmHKqG0JzHg6E0F9DOlFBGBxUI1GEzLNT4S0aLuTtsGAEUuYcQHkyg3KmIum1bNUvKlrjbbAIleqHHnS4iSudpQcySMYtdFiXlAxzSbAwfMxK6kZoHKhbjjespMTioOPZnzI+4ucCeTVyKMVKLfeAS6vSWaTinuZwzyy/Dc7vaed+6KaV0kukdPUk6yOcctZPvvxxqksq2lEW8RvHjMEO2FCl/zy6p3NEm0R9OFSafJdldc4QVeyaaObMBO0/5cCaa6d9Ggyubxire+lEojscdjoWUR1xGOy8KD8mG2ZLO2l2paDc3A39qmU2z2W5YNv5+u79e6QfGJY/hAAB42m3NywrCMBQE0DupWp/1AYI7/6DEaLQu66Mrd35BKUWKJSlFv1+rue4cGM7shgR981qSon+ZNwUJ8iDgoYU2OvDRRQ99DDDECAHGmGCKmf80hZSx/Kik/LliFbtmN6xmt+yOjdg9GztV4tROnRwX/Bsaaw51nt4Lc7tWaZYHp/MlzKx51LZs5htNri+2AAAAAQAB//8AD3jaY2BkYGDgAWIxIGZiYARCESBmAfMYAAR6AEMAAAABAAAAANXtRbgAAAAA2AhRFAAAAADYCNuG) format("woff");
} @font-face {
font-family: "Inter var";
font-weight: 100 900; font-style: normal;
font-display: swap;
src: url(//www.metaltech.co/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2) format("woff2");
}
@font-face {
font-family: "Inter var";
font-weight: 100 900; font-style: italic;
font-display: swap;
src: url(//www.metaltech.co/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2) format("woff2");
} @media ( prefers-reduced-motion: reduce ) {
* {
animation-duration: 0s !important;
transition-duration: 0s !important;
}
}  main {
display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
font-feature-settings: "lnum";
font-variant-numeric: lining-nums;
font-weight: 700;
letter-spacing: -0.0415625em;
line-height: 1.25;
margin: 3.5rem 0 2rem;
}
h1,
.heading-size-1 {
font-size: 3.6rem;
font-weight: 800;
line-height: 1.138888889;
}
h2,
.heading-size-2 {
font-size: 3.2rem;
}
h3,
.heading-size-3 {
font-size: 2.8rem;
}
h4,
.heading-size-4 {
font-size: 2.4rem;
}
h5,
.heading-size-5 {
font-size: 2.1rem;
}
h6,
.heading-size-6 {
font-size: 1.6rem;
letter-spacing: 0.03125em;
text-transform: uppercase;
}
p {
line-height: 1.5;
margin: 0 0 1em 0;
}
em,
i,
q,
dfn {
font-style: italic;
}
em em,
em i,
i em,
i i,
cite em,
cite i {
font-weight: bolder;
}
big {
font-size: 1.2em;
}
small {
font-size: 0.75em;
}
b,
strong {
font-weight: 700;
}
ins {
text-decoration: underline;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
abbr,
acronym {
cursor: help;
}
address {
line-height: 1.5;
margin: 0 0 2rem 0;
}
hr {
border-style: solid;
border-width: 0.1rem 0 0 0;
border-color: #dcd7ca;
margin: 4rem 0;
}
.entry-content hr,
hr.styled-separator {
background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
background-color: transparent !important;
border: none;
height: 0.1rem;
overflow: visible;
position: relative;
}
.entry-content hr:not(.has-background),
hr.styled-separator {
color: #6d6d6d;
}
.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
background: currentColor;
content: "";
display: block;
height: 1.6rem;
position: absolute;
top: calc(50% - 0.8rem);
transform: rotate(22.5deg);
width: 0.1rem;
}
.entry-content hr::before,
hr.styled-separator::before {
left: calc(50% - 0.5rem);
}
.entry-content hr::after,
hr.styled-separator::after {
right: calc(50% - 0.5rem);
}
a {
color: #cd2653;
text-decoration: underline;
}
a:hover,
a:focus {
text-decoration: none;
} ul,
ol {
margin: 0 0 3rem 3rem;
}
ul {
list-style: disc;
}
ul ul {
list-style: circle;
}
ul ul ul {
list-style: square;
}
ol {
list-style: decimal;
}
ol ol {
list-style: lower-alpha;
}
ol ol ol {
list-style: lower-roman;
}
li {
line-height: 1.5;
margin: 0.5rem 0 0 2rem;
}
li > ul,
li > ol {
margin: 1rem 0 0 2rem;
}
.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
list-style: none;
margin: 0;
}
.reset-list-style li {
margin: 0;
}
dt,
dd {
line-height: 1.5;
}
dt {
font-weight: 700;
}
dt + dd {
margin-top: 0.5rem;
}
dd + dt {
margin-top: 1.5rem;
} blockquote {
border-color: #cd2653;
border-style: solid; border-width: 0 0 0 0.2rem;
color: inherit;
font-size: 1em;
margin: 4rem 0; padding: 0.5rem 0 0.5rem 2rem;
}
cite {
color: #6d6d6d;
font-size: 1.4rem;
font-style: normal;
font-weight: 600;
line-height: 1.25;
}
blockquote cite {
display: block;
margin: 2rem 0 0 0;
}
blockquote p:last-child {
margin: 0;
} code,
kbd,
pre,
samp {
font-family: monospace;
font-size: 0.9em;
padding: 0.4rem 0.6rem;
}
code,
kbd,
samp {
background: rgba(0, 0, 0, 0.075);
border-radius: 0.2rem;
}
pre {
border: 0.1rem solid #dcd7ca;
line-height: 1.5;
margin: 4rem 0;
overflow: auto;
padding: 3rem 2rem;
text-align: left;
}
pre code {
background: transparent;
font-size: 1em;
padding: 0;
}
.entry-content > code {
display: block;
} figure {
display: block;
margin: 0;
}
iframe {
display: block;
max-width: 100%;
}
video {
display: block;
}
svg,
img,
embed,
object {
display: block;
height: auto;
max-width: 100%;
}
figcaption,
.wp-caption-text {
color: #6d6d6d;
display: block;
font-size: 1.5rem;
font-weight: 500;
line-height: 1.2;
margin-top: 1.5rem;
}
figcaption a,
.wp-caption-text a {
color: inherit;
}
blockquote.instagram-media,
iframe.instagram-media {
margin: auto !important;
} .gallery {
display: flex;
flex-wrap: wrap;
margin: 3em 0 3em -0.8em;
width: calc(100% + 1.6em);
}
.gallery-item {
margin: 0.8em 0;
padding: 0 0.8em;
width: 100%;
}
.gallery-caption {
display: block;
margin-top: 0.8em;
} fieldset {
border: 0.2rem solid #dcd7ca;
padding: 2rem;
}
legend {
font-size: 0.85em;
font-weight: 700;
padding: 0 1rem;
}
label {
display: block;
font-size: 1.6rem;
font-weight: 400;
margin: 0 0 0.5rem 0;
}
label.inline,
input[type="checkbox"] + label {
display: inline;
font-weight: 400;
margin-left: 0.5rem;
}
input[type="checkbox"] {
-webkit-appearance: none;
-moz-appearance: none;
position: relative;
top: 2px;
display: inline-block;
margin: 0;
width: 1.5rem;
min-width: 1.5rem;
height: 1.5rem;
background: #fff;
border-radius: 0;
border-style: solid;
border-width: 0.1rem;
border-color: #dcd7ca;
box-shadow: none;
cursor: pointer;
}
input[type="checkbox"]:checked::before { content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
position: absolute;
display: inline-block;
margin: -0.1875rem 0 0 -0.25rem;
height: 1.75rem;
width: 1.75rem;
}
input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
line-height: 1;
}
@supports ( font-variation-settings: normal ) {
input,
textarea,
button,
.button,
.faux-button,
.faux-button.more-link,
.wp-block-button__link,
.wp-block-file__button {
font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
}
input,
textarea {
border-color: #dcd7ca;
color: #000;
}
code,
input[type="url"],
input[type="email"],
input[type="tel"] { direction: ltr;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
background: #fff;
border-radius: 0;
border-style: solid;
border-width: 0.1rem;
box-shadow: none;
display: block;
font-size: 1.6rem;
letter-spacing: -0.015em;
margin: 0;
max-width: 100%;
padding: 1.5rem 1.8rem;
width: 100%;
}
input[type="number"] {
padding-right: 0.5rem;
}
select {
font-size: 1em;
}
textarea {
height: 12rem;
line-height: 1.5;
width: 100%;
}
input::-webkit-input-placeholder {
line-height: normal;
}
input:-ms-input-placeholder {
line-height: normal;
}
input::-moz-placeholder {
line-height: revert; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
background: #cd2653;
border: none;
border-radius: 0;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.5rem;
font-weight: 600;
letter-spacing: 0.0333em;
line-height: 1.25;
margin: 0;
opacity: 1;
padding: 1.1em 1.44em;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: opacity 0.15s linear;
}
button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
text-decoration: underline;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
border-color: currentColor;
}
input[type="search"]:focus {
outline: thin dotted;
outline-offset: -4px;
} table {
border: 0.1rem solid #dcd7ca;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
font-size: 1.6rem;
margin: 4rem 0;
max-width: 100%;
overflow: hidden;
width: 100%;
}
.alignleft > table {
margin: 0;
}
.alignright > table {
margin: 0;
}
th,
td {
border: 0.1rem solid #dcd7ca;
line-height: 1.4;
margin: 0;
overflow: visible;
padding: 0.5em;
}
caption {
background: #dcd7ca;
font-weight: 600;
padding: 0.5em;
text-align: center;
}
thead {
vertical-align: bottom;
white-space: nowrap;
}
th {
font-weight: 700;
}   .no-margin {
margin: 0;
}
.no-padding {
padding: 0;
}
.screen-height {
min-height: 100vh;
}
.admin-bar .screen-height {
min-height: calc(100vh - 32px);
}
@media (max-width: 782px) {
.admin-bar .screen-height {
min-height: calc(100vh - 46px);
}
}
.screen-width {
position: relative;
left: calc(50% - 50vw);
width: 100vw;
} section {
padding: 5rem 0;
width: 100%;
}
.section-inner {
margin-left: auto;
margin-right: auto;
max-width: 120rem;
width: calc(100% - 4rem);
}
.section-inner.max-percentage {
width: 100%;
}
.section-inner.thin {
max-width: 58rem;
}
.section-inner.small {
max-width: 80rem;
}
.section-inner.medium {
max-width: 100rem;
}
.section-inner.no-margin {
margin: 0;
} .toggle {
-moz-appearance: none;
-webkit-appearance: none;
color: inherit;
cursor: pointer;
font-family: inherit;
position: relative;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
text-align: inherit;
user-select: none;
}
button.toggle {
background: none;
border: none;
box-shadow: none;
border-radius: 0;
font-size: inherit;
font-weight: 400;
letter-spacing: inherit;
padding: 0;
text-transform: none;
} .js .show-js {
display: block !important;
}
.js .hide-js {
display: none !important;
}
.no-js .show-no-js {
display: block !important;
}
.no-js .hide-no-js {
display: none !important;
} .font-size-xl {
font-size: 1.25em;
}
.font-size-xs {
font-size: 0.8em;
}
.no-select {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}  .color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
color: #cd2653;
} .bg-accent,
.bg-accent-hover:focus,
.bg-accent-hover:hover {
background-color: #cd2653;
} .border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
border-color: #cd2653;
} .fill-children-accent,
.fill-children-accent * {
fill: #cd2653;
}
.fill-children-current-color,
.fill-children-current-color * {
fill: currentColor;
} .opacity-0 {
opacity: 0;
}
.opacity-5 {
opacity: 0.05;
}
.opacity-10 {
opacity: 0.1;
}
.opacity-15 {
opacity: 0.15;
}
.opacity-20 {
opacity: 0.2;
}
.opacity-25 {
opacity: 0.25;
}
.opacity-30 {
opacity: 0.3;
}
.opacity-35 {
opacity: 0.35;
}
.opacity-40 {
opacity: 0.4;
}
.opacity-45 {
opacity: 0.45;
}
.opacity-50 {
opacity: 0.5;
}
.opacity-55 {
opacity: 0.55;
}
.opacity-60 {
opacity: 0.6;
}
.opacity-65 {
opacity: 0.65;
}
.opacity-70 {
opacity: 0.7;
}
.opacity-75 {
opacity: 0.75;
}
.opacity-80 {
opacity: 0.8;
}
.opacity-85 {
opacity: 0.85;
}
.opacity-90 {
opacity: 0.9;
}
.blend-mode-exclusion {
mix-blend-mode: exclusion;
}
.blend-mode-hue {
mix-blend-mode: hue;
}
.blend-mode-saturation {
mix-blend-mode: saturation;
}
.blend-mode-color {
mix-blend-mode: color;
}
.blend-mode-luminosity {
mix-blend-mode: luminosity;
} .bg-image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bg-attachment-fixed {
background-attachment: fixed;
}
@supports ( -webkit-overflow-scrolling: touch ) {
.bg-attachment-fixed {
background-attachment: scroll;
}
}
@media ( prefers-reduced-motion: reduce ) {
.bg-attachment-fixed {
background-attachment: scroll;
}
}
.wp-block-image.is-resized {
margin-left: auto;
margin-right: auto;
}
.aligncenter figcaption {
text-align: center;
} .search-form {
align-items: stretch;
display: flex;
flex-wrap: nowrap;
margin: 0 0 -0.8rem -0.8rem;
}
.search-form .search-field,
.search-form .search-submit {
margin: 0 0 0.8rem 0.8rem;
}
.search-form label {
align-items: stretch;
display: flex;
font-size: inherit;
margin: 0;
width: 100%;
}
.search-form .search-field {
width: 100%;
}
.search-form .search-submit {
flex-shrink: 0;
}
.search-form .search-submit:focus,
.search-form .search-submit:hover {
text-decoration: none;
} ul.social-icons {
display: flex;
flex-wrap: wrap;
margin: -0.9rem 0 0 -0.9rem;
width: calc(100% + 0.9rem);
}
ul.social-icons li {
margin: 0.9rem 0 0 0.9rem;
}
.social-icons a {
align-items: center;
background: #cd2653;
border-radius: 50%;
color: #fff;
display: flex;
height: 4.4rem;
justify-content: center;
padding: 0;
text-decoration: none;
transition: transform 0.15s ease-in-out;
width: 4.4rem;
}
.social-icons a:focus,
.social-icons a:hover {
transform: scale(1.1);
text-decoration: none;
} .cover-modal {
display: none;
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
}
.cover-modal::-webkit-scrollbar {
display: none !important;
}
.cover-modal.show-modal {
display: block;
cursor: pointer;
}
.cover-modal.show-modal > * {
cursor: default;
}  #site-header {
background: #fff;
position: relative;
}
.header-inner {
max-width: 168rem;
padding: 3.15rem 0;
z-index: 100;
} .header-titles-wrapper {
align-items: center;
display: flex;
justify-content: center;
padding: 0 4rem;
text-align: center;
}
body:not(.enable-search-modal) .header-titles-wrapper {
justify-content: flex-start;
padding-left: 0;
text-align: left;
}
.site-title,
.site-logo,
.site-description {
margin: 0;
}
.site-title {
font-size: 2.1rem;
font-weight: 600;
line-height: 1;
}
.site-title a {
color: inherit;
display: block;
text-decoration: none;
}
.site-title a:hover,
.site-title a:focus {
text-decoration: underline;
}
.site-description {
margin-top: 1rem;
color: #6d6d6d;
font-size: 1.8rem;
font-weight: 500;
display: none;
letter-spacing: -0.0311em;
transition: all 0.15s linear;
}
.site-logo a,
.site-logo img {
display: block;
}
.header-titles .site-logo .site-logo {
margin: 0;
}
.site-logo img {
max-height: 6rem;
margin: 0 auto;
width: auto;
}
body:not(.enable-search-modal) .site-logo img {
margin: 0;
} .overlay-header #site-header {
background: transparent;
margin: 0;
position: absolute;
left: 0;
right: 0;
top: 0;
z-index: 2;
}
.overlay-header .header-inner {
color: #fff;
}
.overlay-header .site-description,
.overlay-header .toggle {
color: inherit;
}
.overlay-header .header-inner .toggle-wrapper::before {
background-color: currentColor;
opacity: 0.25;
}
.admin-bar.overlay-header #site-header {
top: 32px;
}
@media (max-width: 782px) {
.admin-bar.overlay-header #site-header {
top: 46px;
}
} .header-navigation-wrapper {
display: none;
} .header-toggles {
display: none;
}
.header-inner .toggle {
align-items: center;
display: flex;
overflow: visible;
padding: 0 2rem;
}
.header-inner .toggle svg {
display: block;
position: relative;
z-index: 1;
}
.header-inner .toggle path {
fill: currentColor;
}
.toggle-inner {
display: flex;
justify-content: center;
height: 2.3rem;
position: relative;
}
.toggle-icon {
display: block;
overflow: hidden;
}
.toggle-inner .toggle-text {
color: #6d6d6d;
font-size: 1rem;
font-weight: 600;
position: absolute;
top: calc(100% + 0.5rem);
width: auto;
white-space: nowrap;
word-break: break-all;
}
.overlay-header .toggle-text {
color: inherit;
}
.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text {
text-decoration: underline;
} .search-toggle {
position: absolute;
bottom: 0;
left: 0;
top: 0;
}
.search-toggle .toggle-icon,
.search-toggle svg {
height: 2.5rem;
max-width: 2.3rem;
width: 2.3rem;
} .nav-toggle {
position: absolute;
bottom: 0;
right: 0;
top: 0;
width: 6.6rem;
}
.nav-toggle .toggle-icon,
.nav-toggle svg {
height: 0.8rem;
width: 2.6rem;
}
.nav-toggle .toggle-inner {
padding-top: 0.8rem;
} .primary-menu-wrapper {
display: none;
}
ul.primary-menu {
display: flex;
font-size: 1.8rem;
font-weight: 500;
letter-spacing: -0.0277em;
flex-wrap: wrap;
justify-content: flex-end;
margin: -0.8rem 0 0 -1.6rem;
}
.primary-menu .icon {
display: block;
height: 0.7rem;
position: absolute;
pointer-events: none;
transform: rotate(-45deg);
width: 1.3rem;
}
.primary-menu .icon::before,
.primary-menu .icon::after {
content: "";
display: block;
background-color: currentColor;
position: absolute;
bottom: calc(50% - 0.1rem);
left: 0;
}
.primary-menu .icon::before {
height: 0.9rem;
width: 0.2rem;
}
.primary-menu .icon::after {
height: 0.2rem;
width: 0.9rem;
}
.primary-menu li {
font-size: inherit;
line-height: 1.25;
position: relative;
}
.primary-menu > li {
margin: 0.8rem 0 0 1.6rem;
}
.primary-menu > li.menu-item-has-children > a {
padding-right: 2rem;
}
.primary-menu > li > .icon {
right: -0.5rem;
top: calc(50% - 0.4rem);
}
.primary-menu a {
color: inherit;
display: block;
line-height: 1.2;
text-decoration: none;
word-break: normal;
word-wrap: normal;
}
.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
text-decoration: underline;
}
.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
text-decoration: underline;
}
.primary-menu li.current-menu-item > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
text-decoration: none;
} .primary-menu ul {
background: #000;
border-radius: 0.4rem;
color: #fff;
font-size: 1.7rem;
opacity: 0;
padding: 1rem 0;
position: absolute;
right: 9999rem;
top: calc(100% + 2rem);
transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
transform: translateY(0.6rem);
width: 20rem;
z-index: 1;
}
.primary-menu .closed ul {
display: none;
}
.primary-menu li.menu-item-has-children:hover > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children.focus > ul {
right: 0;
opacity: 1;
transform: translateY(0);
transition: opacity 0.15s linear, transform 0.15s linear;
}
.primary-menu ul::before,
.primary-menu ul::after {
content: "";
display: block;
position: absolute;
bottom: 100%;
}
.primary-menu ul::before {
height: 2rem;
left: 0;
right: 0;
}
.primary-menu ul::after {
border: 0.8rem solid transparent;
border-bottom-color: #000;
right: 1.8rem;
}
.primary-menu ul a {
background: transparent;
border: none;
color: inherit;
display: block;
padding: 1rem 2rem;
transition: background-color 0.15s linear;
width: 100%;
}
.primary-menu ul li.menu-item-has-children > a {
padding-right: 4.5rem;
}
.primary-menu ul li.menu-item-has-children .icon {
position: absolute;
right: 1.5rem;
top: calc(50% - 0.5rem);
} .primary-menu ul ul {
top: -1rem;
}
.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
right: calc(100% + 2rem);
}
.primary-menu ul ul::before {
bottom: 0;
height: auto;
left: auto;
right: -2rem;
top: 0;
width: 2rem;
}
.primary-menu ul ul::after {
border-bottom-color: transparent; border-left-color: #000;
bottom: auto;
right: -1.6rem;
top: 2rem;
}
.rtl .primary-menu ul ul::after {
transform: rotate(180deg);
} @media (any-pointer: coarse) {
.primary-menu > li.menu-item-has-children > a {
padding-right: 0;
margin-right: 2rem;
}
.primary-menu ul li.menu-item-has-children > a {
margin-right: 4.5rem;
padding-right: 0;
width: unset;
}
} body.touch-enabled .primary-menu > li.menu-item-has-children > a {
padding-right: 0;
margin-right: 2rem;
}
body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
margin-right: 4.5rem;
padding-right: 0;
width: unset;
}  .menu-modal {
background: #fff;
display: none;
opacity: 0;
overflow-y: auto;
overflow-x: hidden;
position: fixed;
bottom: 0;
left: -99999rem;
right: 99999rem;
top: 0;
transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
z-index: 99;
}
.admin-bar .menu-modal {
top: 32px;
}
@media (max-width: 782px) {
.admin-bar .menu-modal {
top: 46px;
}
}
.menu-modal.show-modal {
display: flex;
}
.menu-modal.active {
left: 0;
opacity: 1;
right: 0;
transition: opacity 0.25s ease-out;
}
.menu-modal-inner {
background: #fff;
display: flex;
justify-content: stretch;
overflow: auto;
-ms-overflow-style: auto;
width: 100%;
}
.menu-wrapper {
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
}
button.close-nav-toggle {
align-items: center;
display: flex;
font-size: 1.6rem;
font-weight: 500;
justify-content: flex-end;
padding: 3.1rem 0;
width: 100%;
}
button.close-nav-toggle svg {
height: 1.6rem;
width: 1.6rem;
}
button.close-nav-toggle .toggle-text {
margin-right: 1.6rem;
}
.menu-modal .menu-top {
flex-shrink: 0;
} .modal-menu {
position: relative;
left: calc(50% - 50vw);
width: 100vw;
}
.modal-menu li {
border-color: #dedfdf;
border-style: solid;
border-width: 0.1rem 0 0 0;
display: flex;
flex-wrap: wrap;
line-height: 1;
justify-content: flex-start;
margin: 0;
}
.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
font-size: 2rem;
font-weight: 700;
letter-spacing: -0.0375em;
}
.modal-menu > li:last-child {
border-bottom-width: 0.1rem;
}
.modal-menu .ancestor-wrapper {
display: flex;
justify-content: space-between;
width: 100%;
}
.modal-menu a {
display: block;
padding: 2rem 2.5rem;
text-decoration: none;
width: 100%;
}
.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
text-decoration: underline;
}
button.sub-menu-toggle {
border-left: 0.1rem solid #dedfdf;
flex-shrink: 0;
margin: 1rem 0;
padding: 0 2.5rem;
}
button.sub-menu-toggle svg {
height: 0.9rem;
transition: transform 0.15s linear;
width: 1.5rem;
}
button.sub-menu-toggle.active svg {
transform: rotate(180deg);
}
.modal-menu ul {
display: none;
margin: 0;
width: 100%;
}
.modal-menu ul li {
border-left-width: 1rem;
}
.modal-menu ul li a {
color: inherit;
font-weight: 500;
} .menu-wrapper .menu-item {
position: relative;
}
.menu-wrapper .active {
display: block;
}
.menu-wrapper.is-toggling {
pointer-events: none;
}
.menu-wrapper.is-toggling .menu-item {
position: absolute;
top: 0;
left: 0;
margin: 0;
width: 100%;
}
.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
width: auto;
}
.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
transition-duration: 250ms;
}
.menu-wrapper.is-animating .menu-item {
transition-property: transform;
}
.menu-wrapper.is-toggling .toggling-target {
display: block;
position: absolute;
top: 0;
left: 0;
opacity: 1;
}
.menu-wrapper.is-toggling .toggling-target.active {
opacity: 0;
}
.menu-wrapper.is-animating.is-toggling .toggling-target {
display: block;
transition-property: opacity;
opacity: 0;
}
.menu-wrapper.is-animating.is-toggling .toggling-target.active {
opacity: 1;
}
.menu-wrapper.is-toggling .modal-menu > li:last-child li {
border-top-color: transparent;
border-bottom-width: 0.1rem;
}
@media (prefers-reduced-motion: reduce) {
.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
transition-duration: 1ms !important;
}
} .expanded-menu {
display: none;
}
.mobile-menu {
display: block;
} .menu-bottom {
flex-shrink: 0;
padding: 4rem 0;
}
.menu-bottom nav {
width: 100%;
}
.menu-copyright {
display: none;
font-size: 1.6rem;
font-weight: 500;
margin: 0;
}
.menu-copyright a:focus,
.menu-copyright a:hover {
text-decoration: underline;
}
.menu-bottom .social-menu {
justify-content: center;
}  .search-modal {
background: rgba(0, 0, 0, 0.2);
display: none;
opacity: 0;
position: fixed;
bottom: 0;
left: -9999rem;
top: 0;
transition: opacity 0.2s linear, left 0s 0.2s linear;
width: 100%;
z-index: 999;
}
.admin-bar .search-modal.active {
top: 32px;
}
@media (max-width: 782px) {
.admin-bar .search-modal.active {
top: 46px;
}
}
.search-modal-inner {
background: #fff;
transform: translateY(-100%);
transition: transform 0.15s linear, box-shadow 0.15s linear;
}
.search-modal-inner .section-inner {
display: flex;
justify-content: space-between;
max-width: 168rem;
}
.search-modal.active {
left: 0;
opacity: 1;
transition: opacity 0.2s linear;
}
.search-modal.active .search-modal-inner {
box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
transform: translateY(0);
transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}
button.search-untoggle {
align-items: center;
display: flex;
flex-shrink: 0;
justify-content: center;
margin-right: -2.5rem;
padding: 0 2.5rem;
}
.search-modal button.search-untoggle {
color: inherit;
}
.search-modal.active .search-untoggle {
animation: popIn both 0.3s 0.2s;
}
.search-untoggle svg {
height: 1.5rem;
transition: transform 0.15s ease-in-out;
width: 1.5rem;
}
.search-untoggle:focus svg,
.search-untoggle:hover svg {
transform: scale(1.15);
} .search-modal form {
margin: 0;
position: relative;
width: 100%;
}
.search-modal .search-field {
background: none;
border: none;
border-radius: 0;
color: inherit;
font-size: 2rem;
letter-spacing: -0.0277em;
height: 8.4rem;
margin: 0 0 0 -2rem;
max-width: calc(100% + 2rem);
padding: 0 0 0 2rem;
width: calc(100% + 2rem);
}
.search-modal .search-field::-webkit-input-placeholder {
color: inherit;
}
.search-modal .search-field:-ms-input-placeholder {
color: inherit;
}
.search-modal .search-field::-moz-placeholder {
color: inherit;
line-height: 4;
}
.search-modal .search-submit {
position: absolute;
right: -9999rem;
top: 50%;
transform: translateY(-50%);
}
.search-modal .search-submit:focus {
right: 0;
}  .cover-header {
display: flex;
overflow: hidden;
}
.cover-header-inner-wrapper {
display: flex;
position: relative;
flex-direction: column;
justify-content: flex-end;
width: 100%;
}
.cover-header-inner {
padding: 10rem 0 5rem 0;
width: 100%;
}
.cover-color-overlay,
.cover-color-overlay::before {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
}
.cover-color-overlay::before {
background: currentColor;
content: "";
display: block;
}
.cover-header .entry-header {
position: relative;
width: 100%;
z-index: 1;
}
.cover-header .entry-header * {
color: #fff;
}
body.template-cover .entry-header {
background: transparent;
padding: 0;
}
.cover-header h1,
.cover-header h2,
.cover-header h3,
.cover-header h4,
.cover-header h5,
.cover-header h6,
.cover-header .faux-heading {
color: inherit;
}
.cover-header .entry-header a {
color: inherit;
} .to-the-content-wrapper {
position: absolute;
left: 0;
right: 0;
top: calc(100% + 0.5rem);
}
.to-the-content {
align-items: center;
display: flex;
justify-content: center;
height: 4rem;
text-decoration: none;
}
.to-the-content svg {
height: 2rem;
transition: transform 0.15s linear;
transform: translateY(0);
width: 1.767rem;
}
.to-the-content:focus svg,
.to-the-content:hover svg {
transform: translateY(20%);
}  body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body.template-full-width [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: 120rem;
}
body.template-full-width .entry-content .alignleft,
body.template-full-width .entry-content .alignright {
position: static;
}
body.template-full-width .entry-content .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 0;
position: static;
}
body.template-full-width .entry-content > .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 2rem;
position: static;
}
body.template-full-width .entry-content .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 0;
position: static;
}
body.template-full-width .entry-content > .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 2rem;
position: static;
}   .archive-header {
background-color: #fff;
padding: 4rem 0;
}
.reduced-spacing .archive-header {
padding-bottom: 2rem;
}
.archive-title {
font-size: 2.4rem;
font-weight: 700;
letter-spacing: -0.026666667em;
margin: 0;
}
.archive-subtitle p:last-child {
margin-bottom: 0;
} body:not(.singular) main > article:first-of-type {
padding: 4rem 0 0;
} .no-search-results-form {
padding-top: 5rem;
}   .singular .entry-header {
background-color: #fff;
padding: 4rem 0;
}
.entry-categories {
line-height: 1.25;
margin-bottom: 2rem;
}
.entry-categories-inner {
justify-content: center;
display: flex;
flex-wrap: wrap;
margin: -0.5rem 0 0 -1rem;
}
.entry-categories a {
border-bottom: 0.15rem solid currentColor;
font-size: 1.4rem;
font-weight: 700;
letter-spacing: 0.036666667em;
margin: 0.5rem 0 0 1rem;
text-decoration: none;
text-transform: uppercase;
}
.entry-categories a:focus,
.entry-categories a:hover {
border-bottom-color: transparent;
}
h1.entry-title,
h2.entry-title {
margin: 0;
}
.entry-title a {
color: inherit;
text-decoration: none;
}
.entry-title a:focus,
.entry-title a:hover {
text-decoration: underline;
}
.intro-text {
margin-top: 2rem;
}
.singular .intro-text {
font-size: 2rem;
letter-spacing: -0.0315em;
line-height: 1.4;
} .post-meta-single-top .post-meta {
justify-content: center;
}
.post-meta-wrapper {
margin-top: 2rem;
margin-right: auto;
margin-left: auto;
max-width: 58rem;
width: 100%;
}
.post-meta {
color: #6d6d6d;
display: flex;
flex-wrap: wrap;
font-size: 1.5rem;
font-weight: 500;
list-style: none;
margin: -1rem 0 0 -2rem;
}
.post-meta li {
flex-shrink: 0;
letter-spacing: -0.016875em;
margin: 1rem 0 0 2rem;
max-width: calc(100% - 2rem);
}
.post-meta a {
color: inherit;
text-decoration: none;
}
.post-meta a:focus,
.post-meta a:hover {
text-decoration: underline;
}
.post-meta .meta-wrapper {
align-items: center;
display: flex;
flex-wrap: nowrap;
}
.post-meta .meta-icon {
flex-shrink: 0;
margin-right: 1rem;
}
.sticky .post-sticky {
color: inherit;
}
.post-meta .post-author .meta-icon svg {
width: 1.6rem;
height: 1.8rem;
}
.post-meta .post-categories .meta-icon svg {
width: 1.8rem;
height: 1.7rem;
}
.post-meta .post-comment-link .meta-icon svg {
width: 1.8rem;
height: 1.8rem;
}
.post-meta .post-date .meta-icon svg {
width: 1.7rem;
height: 1.8rem;
}
.post-meta .post-edit .meta-icon svg {
width: 1.8rem;
height: 1.8rem;
}
.post-meta .post-sticky .meta-icon svg {
width: 1.5rem;
height: 1.8rem;
}
.post-meta .post-tags .meta-icon svg {
width: 1.8rem;
height: 1.8rem;
}
.post-meta svg * {
fill: currentColor;
} .featured-media {
margin-top: 5rem;
position: relative;
}
.singular .featured-media {
margin-top: 0;
}
.singular .featured-media-inner {
position: relative;
left: calc(50% - 50vw);
width: 100vw;
}
.singular .featured-media::before {
background: #fff;
content: "";
display: block;
position: absolute;
bottom: 50%;
left: 0;
right: 0;
top: 0;
}
.featured-media img {
margin: 0 auto;
}
.featured-media figcaption {
margin: 1.5rem auto 0 auto;
text-align: center;
width: calc(100% - 5rem);
}
.post-inner {
padding-top: 5rem;
}
.reduced-spacing.missing-post-thumbnail .post-inner {
padding-top: 0;
}  .post-nav-links {
border-radius: 0.4rem;
display: flex;
font-size: 0.9em;
font-weight: 600;
line-height: 1;
margin: 3em auto 0 auto;
padding: 0;
width: calc(100% - 4rem);
max-width: 58rem;
}
.post-nav-links > span.label {
padding: 1em 0;
}
.post-nav-links > * {
padding: 1em 0.75em;
} .post-meta-wrapper.post-meta-single-bottom {
margin-top: 3rem;
} .author-bio {
margin-top: 4rem;
margin-right: auto;
margin-left: auto;
max-width: 58rem;
width: 100%;
}
.hide-avatars .author-bio {
padding-left: 0;
}
.author-bio .author-title-wrapper {
align-items: center;
display: flex;
margin: 0 0 1rem 0;
}
.author-bio .avatar {
border-radius: 50%;
margin-right: 1.5rem;
height: 5rem;
width: 5rem;
}
.hide-avatars img.avatar {
display: none;
}
.author-bio p:last-child {
margin-bottom: 0;
}
.author-bio .author-title {
margin: 0;
}
.author-bio .author-link {
display: block;
font-size: 1.6rem;
font-weight: 600;
margin-top: 1em;
text-decoration: none;
}
.author-bio .author-link:focus,
.author-bio .author-link:hover {
text-decoration: underline;
} .pagination-single {
font-size: 1.8rem;
margin-top: 5rem;
}
.pagination-single-inner {
display: flex;
flex-direction: column;
}
.pagination-single hr:first-child {
margin: 0 0 2.8rem 0;
}
.pagination-single hr:last-child {
margin: 2.8rem 0 0.8rem 0;
}
.pagination-single a {
align-items: baseline;
display: flex;
font-weight: 600;
letter-spacing: -0.0275em;
text-decoration: none;
flex: 1;
}
.pagination-single a + a {
margin-top: 1rem;
}
.pagination-single a .arrow {
margin-right: 1rem;
}
.pagination-single a:focus .title,
.pagination-single a:hover .title {
text-decoration: underline;
}   .has-text-color a {
color: inherit;
} :root .has-accent-background-color {
background-color: #cd2653;
color: #fff;
}
:root .has-primary-background-color {
background-color: #000;
color: #f5efe0;
}
:root .has-secondary-background-color {
background-color: #6d6d6d;
color: #fff;
}
:root .has-subtle-background-background-color {
background-color: #dcd7ca;
color: #000;
}
:root .has-background-background-color {
background-color: #f5efe0;
color: #000;
}
:root .has-accent-color {
color: #cd2653;
}
:root .has-primary-color {
color: #000;
}
:root .has-secondary-color {
color: #6d6d6d;
}
:root .has-subtle-background-color {
color: #dcd7ca;
}
:root .has-background-color {
color: #f5efe0;
} .has-text-align-left { text-align: left;
}
.has-text-align-center {
text-align: center;
}
.has-text-align-right { text-align: right;
}
.has-drop-cap:not(:focus)::first-letter {
color: #cd2653;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
font-size: 5.1em;
font-weight: 800;
margin: 0.05em 0.1em 0 0;
}
.has-drop-cap:not(:focus)::first-letter::after {
content: "";
display: table;
clear: both;
}
.has-drop-cap:not(:focus)::after {
padding: 0;
} .has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-cover-image,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-pullquote,
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
@supports ( font-variation-settings: normal ) {
.has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-cover-image p,
.entry-content .wp-block-pullquote {
font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
} .entry-content .has-small-font-size {
font-size: 0.842em;
}
.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
font-size: 1em;
}
.entry-content .has-medium-font-size {
font-size: 1.1em;
line-height: 1.45;
}
.entry-content .has-large-font-size {
font-size: 1.25em;
line-height: 1.4;
}
.entry-content .has-larger-font-size {
font-size: 1.5em;
line-height: 1.3;
} *[class*="_inner-container"] > *:first-child {
margin-top: 0;
}
*[class*="_inner-container"] > *:last-child {
margin-bottom: 0;
}
.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
margin-bottom: 3rem;
margin-top: 3rem;
} [class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
margin-left: auto;
margin-right: auto;
max-width: 58rem;
} .wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
list-style: none;
margin-left: 0;
}
.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
list-style: none;
}
ol.wp-block-latest-comments {
margin-left: auto;
margin-right: auto;
}
.entry-content .wp-block-archives > li,
.entry-content .wp-block-categories > li,
.entry-content .wp-block-latest-posts > li,
.entry-content .wp-block-latest-comment > li {
margin-left: 0;
}
.entry-content .wp-block-archives > li:last-child,
.entry-content .wp-block-categories > li:last-child,
.entry-content .wp-block-latest-posts > li:last-child,
.entry-content .wp-block-latest-comment > li:last-child {
margin-bottom: 0;
}
.entry-content .wp-block-archives *,
.entry-content .wp-block-categories *,
.entry-content .wp-block-latest-posts *,
.entry-content .wp-block-latest-comments * {
font-family: inherit;
}
.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li {
color: #6d6d6d;
}
.wp-block-archives a,
.wp-block-categories a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
font-weight: 700;
text-decoration: none;
}
.wp-block-archives a:hover,
.wp-block-categories a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover,
.wp-block-archives a:focus,
.wp-block-categories a:focus,
.wp-block-latest-posts a:focus,
.wp-block-latest-comments a:focus {
text-decoration: underline;
}
.wp-block-latest-posts a,
.wp-block-latest-comments__comment-meta {
font-weight: 700;
letter-spacing: -0.025em;
line-height: 1.25;
}
.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
color: #6d6d6d;
font-size: 0.7em;
font-weight: 600;
letter-spacing: normal;
margin-top: 0.15em;
} .wp-block-embed figcaption,
.wp-block-image figcaption {
color: #6d6d6d;
font-size: 1.4rem;
margin-bottom: 0;
margin-top: 1.5rem;
} .wp-block-audio audio {
width: 100%;
} .wp-block-button {
margin: 3rem 0;
}
.wp-block-button.is-style-outline {
color: #cd2653;
}
.is-style-outline .wp-block-button__link:not(.has-text-color) {
color: inherit;
}
.is-style-outline .wp-block-button__link {
border: 2px solid;
padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
}
.wp-block-buttons[style*="text-transform"] .wp-block-button__link,
.wp-block-button[style*="text-transform"] .wp-block-button__link {
text-transform: inherit;
}
.wp-block-buttons[style*="letter-spacing"] .wp-block-button__link,
.wp-block-button[style*="letter-spacing"] .wp-block-button__link {
letter-spacing: inherit;
} .wp-block-calendar[class*="-font-size"] table,
.wp-block-calendar[style*="font-size"] table,
.wp-block-calendar[class*="-font-size"] .wp-calendar-nav,
.wp-block-calendar[style*="font-size"] .wp-calendar-nav {
font-size: inherit;
} .wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
padding-left: 2rem;
padding-right: 2rem;
}
.wp-block-column {
margin-bottom: 3.2rem;
}
.wp-block-column > *:first-child {
margin-top: 0;
}
.wp-block-column > *:last-child {
margin-bottom: 0;
} .wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
width: calc(100% - 4rem);
padding: 2rem 0;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
max-width: 100%;
padding: 0;
}
.wp-block-cover-image h2,
.wp-block-cover h2 {
font-size: 3.2rem;
}  .wp-block-file {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.wp-block-file a:not(.wp-block-file__button) {
font-weight: 700;
text-decoration: none;
}
.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
margin-right: 1rem;
}
.wp-block-file a:not(.wp-block-file__button):focus,
.wp-block-file a:not(.wp-block-file__button):hover {
text-decoration: underline;
}
.wp-block-file .wp-block-file__button {
font-size: 1.5rem;
padding: 1em 1.25em;
}
.wp-block-file a.wp-block-file__button:visited {
opacity: 1;
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
opacity: 1;
text-decoration: underline;
} .wp-block-gallery ul {
list-style: none;
margin: 0 0 -1.6rem 0;
}
figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
margin-bottom: 3rem;
margin-top: 3rem;
}
figure.wp-block-gallery.alignleft {
margin: 0.3rem 2rem 2rem 0;
}
figure.wp-block-gallery.alignright {
margin: 0.3rem 0 2rem 2rem;
}
figure.wp-block-gallery.alignwide {
margin-bottom: 4rem;
margin-top: 4rem;
}
figure.wp-block-gallery.alignfull {
margin-bottom: 5rem;
margin-top: 5rem;
} .wp-block-group.has-background {
padding: 2rem;
margin-bottom: 0;
margin-top: 0;
}
.wp-block-group__inner-container {
margin: 0 auto;
}
.wp-block-group__inner-container,
.entry-content .wp-block-group p {
max-width: 100%;
}
.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
padding-left: 2rem;
padding-right: 2rem;
}  .wp-block-media-text .wp-block-media-text__content {
padding: 3rem 2rem;
}
.wp-block-media-text .wp-block-media-text__content p {
max-width: none;
}
.wp-block-media-text__content > *:first-child {
margin-top: 0;
}
.wp-block-media-text__content > *:last-child {
margin-bottom: 0;
}  .wp-block-pullquote {
padding: 0;
position: relative;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
max-width: calc(100% - 4rem);
}
.wp-block-pullquote::before {
background: #fff;
border-radius: 50%;
color: #cd2653;
content: "”";
display: block;
font-size: 6.2rem;
font-weight: 500;
line-height: 1.2;
margin: 0 auto 1.5rem auto;
text-align: center;
height: 4.4rem;
width: 4.4rem;
}
.reduced-spacing .wp-block-pullquote::before {
border: 0.1rem solid currentColor;
font-size: 5.9rem;
}
.wp-block-pullquote blockquote {
border: none;
margin: 0;
padding: 0;
}
.wp-block-pullquote blockquote p {
font-family: inherit;
font-size: 2.8rem;
font-weight: 700;
line-height: 1.178571429;
letter-spacing: -0.041785714em;
max-width: 100%;
}
.wp-block-pullquote p:last-of-type {
margin-bottom: 0;
}
.wp-block-pullquote cite {
color: #6d6d6d;
font-size: 1.6rem;
font-weight: 500;
margin-top: 1.2rem;
}
.wp-block-pullquote.has-text-color cite,
.wp-block-pullquote.has-background cite,
.has-background .wp-block-pullquote cite {
color: inherit;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
font-size: 2.8rem;
}
.wp-block-pullquote.alignleft {
text-align: left;
}
.wp-block-pullquote.alignright {
text-align: right;
}
.wp-block-pullquote.alignleft::before {
margin-left: 0;
}
.wp-block-pullquote.alignright::before {
margin-right: 0;
}
.wp-block-pullquote[class*="-font-size"] p,
.wp-block-pullquote[style*="font-size"] p {
font-size: inherit;
}
.wp-block-pullquote[style*="font-weight"] p {
font-weight: inherit;
}
.wp-block-pullquote[style*="letter-spacing"] p {
letter-spacing: inherit;
} .wp-block-pullquote.is-style-solid-color {
padding: 3rem 2rem;
}
.wp-block-pullquote.is-style-solid-color::before {
position: absolute;
top: 0;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
transform: translateY(-50%);
}
.wp-block-pullquote.is-style-solid-color.alignleft::before {
left: 2rem;
}
.wp-block-pullquote.is-style-solid-color.alignright::before {
left: auto;
right: 2rem;
}
.wp-block-pullquote.is-style-solid-color blockquote {
max-width: 100%;
text-align: inherit;
}
.wp-block-pullquote.is-style-solid-color cite {
color: inherit;
} hr.wp-block-separator {
margin: 3rem 0;
} .wp-block-separator.is-style-wide {
max-width: calc(100vw - 4rem);
position: relative;
width: 100%;
} .wp-block-separator.is-style-dots::before {
background: none;
color: inherit;
font-size: 3.2rem;
font-weight: 700;
height: auto;
letter-spacing: 1em;
padding-left: 1em;
position: static;
transform: none;
width: auto;
}
.wp-block-separator.is-style-dots::after {
content: none;
} .wp-block-search .wp-block-search__input {
width: auto;
} .wp-block-table table:where(:not(.has-text-color)) * {
border-color: inherit;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background: #dcd7ca;
}
figure.wp-block-table.is-style-stripes {
border-bottom: none;
}
.wp-block-table.is-style-stripes table {
border-collapse: inherit;
}
.wp-block-table[class*="-font-size"] table,
.wp-block-table[style*="font-size"] table {
font-size: inherit;
} .wp-block-quote p,
.wp-block-quote cite {
text-align: inherit;
}
.wp-block-quote.has-text-color cite,
.wp-block-quote.has-background cite,
.has-background .wp-block-quote cite {
color: inherit;
}
.wp-block-quote.has-text-align-center,
.wp-block-quote[style="text-align:center"] {
border-width: 0;
padding: 0;
}
.wp-block-quote.has-text-align-right,
.wp-block-quote[style="text-align:right"] { border-width: 0 0.2rem 0 0;
padding: 0 2rem 0 0; } .wp-block-quote.is-style-plain {
border-width: 0;
padding: 0.5rem 2rem;
} .wp-block-quote.is-large,
.wp-block-quote.is-style-large {
border: none;
padding: 0;
margin-left: auto;
margin-right: auto;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-family: inherit;
font-size: 2.4rem;
font-style: normal;
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.285;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
font-size: 1.6rem;
text-align: inherit;
} .entry-content .wp-block-latest-comments li {
margin: 2rem 0;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
margin-left: 5.5rem;
}
.entry-content .wp-block-latest-comments a {
text-decoration: none;
}
.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
text-decoration: underline;
}
.wp-block-latest-comments__comment {
font-size: inherit;
}
.wp-block-latest-comments__comment-date {
margin-top: 0.4em;
}
.wp-block-latest-comments__comment-excerpt p {
font-size: 0.7em;
margin: 0.9rem 0 2rem 0;
} .wp-block-latest-posts.is-grid li {
border-top: 0.2rem solid #dcd7ca;
margin-top: 2rem;
padding-top: 1rem;
}
.wp-block-latest-posts.has-dates {
list-style: none;
}
.wp-block-latest-posts.has-dates:not(.is-grid) li {
margin-top: 1.5rem;
}
.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child {
margin-top: 0;
}
.wp-block-latest-posts__post-full-content > p:first-child {
margin-top: 1em;
} .wp-block-post-template,
.wp-block-post-template > li {
margin-left: 0;
margin-right: 0;
}  .entry-content {
line-height: 1.5;
}
.entry-content > * {
margin-left: auto;
margin-right: auto;
margin-bottom: 1.25em;
}
.entry-content > *:first-child {
margin-top: 0;
}
.entry-content > *:last-child {
margin-bottom: 0;
}
.read-more-button-wrap {
margin-top: 1em;
text-align: center;
}
.entry-content a:hover,
.entry-content a:focus {
text-decoration: none;
}
.entry-content p,
.entry-content li {
line-height: 1.4;
}
.entry-content li img {
display: inline-block;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
margin: 3.5rem auto 2rem;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
margin-bottom: 1rem;
}
.entry-content hr {
margin: 4rem auto;
}
.post-inner .entry-content > .wp-block-cover.alignwide:first-child,
.post-inner .entry-content > .wp-block-cover.alignfull:first-child {
margin-top: 0;
} .entry-content {
font-family: NonBreakingSpaceOverride, "Hoefler Text", "Noto Serif", Garamond, "Times New Roman", serif;
letter-spacing: normal;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content cite,
.entry-content figcaption,
.entry-content table,
.entry-content address,
.entry-content .wp-caption-text,
.entry-content .wp-block-file {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
@supports ( font-variation-settings: normal ) {
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content cite,
.entry-content figcaption,
.entry-content table,
.entry-content address,
.entry-content .wp-caption-text,
.entry-content .wp-block-file {
font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
} .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: 58rem;
width: calc(100% - 4rem);
}
[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: 58rem;
width: 100%;
}
.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
margin-top: 4rem;
margin-right: auto;
margin-bottom: 4rem;
margin-left: auto;
}
[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
margin-left: auto;
margin-right: auto;
} .alignfull {
margin-top: 5rem;
margin-right: auto;
margin-bottom: 5rem;
margin-left: auto;
max-width: 100vw;
position: relative;
width: 100%;
}
[class*="__inner-container"] > .alignfull {
max-width: 100%;
} .alignwide {
max-width: 120rem;
position: relative;
width: calc(100% - 4rem);
}
[class*="__inner-container"] > .alignwide {
width: 100%;
} .aligncenter,
.aligncenter img {
margin-left: auto;
margin-right: auto;
} .alignleft,
.alignright {
max-width: 50%;
}
.alignleft { float: left;
margin: 0.3rem 2rem 2rem 2rem;
}
.alignright { float: right;
margin: 0.3rem 2rem 2rem 2rem;
}
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 2rem;
}
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 2rem;
} .alignfull > figcaption,
.alignfull > .wp-caption-text {
margin-left: auto;
margin-right: auto;
max-width: 58rem;
width: calc(100% - 4rem);
}   .comments-wrapper {
margin-top: 5rem;
}
.comment-reply-title {
margin: 0 0 4rem 0;
text-align: center;
}  .comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
padding-top: 3.5rem;
}
div.comment:first-of-type {
margin-top: 3.5rem;
padding-top: 0;
}
.comments .comments-header + div {
margin-top: 0;
padding-top: 0;
}
.comment-body {
position: relative;
}
.comment .comment {
padding-left: 5%;
}
.comment-meta {
line-height: 1.1;
margin-bottom: 1.5rem;
min-height: 5rem;
padding-left: 5rem;
position: relative;
}
.hide-avatars .comment-meta {
min-height: 0;
padding-left: 0;
}
.comment-meta a {
color: inherit;
}
.comment-author {
font-size: 1.8rem;
font-weight: 700;
letter-spacing: -0.027777778em;
}
.comment-author a {
text-decoration: underline;
}
.comment-author a:hover,
.comment-author a:focus {
text-decoration: none;
}
.comment-meta .avatar {
height: 4rem;
position: absolute;
left: 0;
top: 0;
width: 4rem;
}
.comment-author .url {
text-decoration: underline;
}
.comment-metadata {
color: #6d6d6d;
font-size: 1.4rem;
font-weight: 500;
margin-top: 0.6rem;
}
.comment-metadata a {
text-decoration: none;
}
.comment-metadata a:focus,
.comment-metadata a:hover {
text-decoration: underline;
} .comment-content.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
width: 100%;
}
.comment-content.entry-content .alignleft { margin-left: 0;
}
.comment-content.entry-content .alignright { margin-right: 0;
} .comment-footer-meta {
align-items: center;
display: flex;
flex-wrap: wrap;
font-size: 1.2rem;
font-weight: 600;
justify-content: flex-start;
letter-spacing: 0.030833333em;
line-height: 1;
margin: 1.5rem 0 -1rem -1.5rem;
text-transform: uppercase;
}
.comment-footer-meta > * {
margin: 0 0 1rem 1.5rem;
}
.comment-reply-link {
background-color: #cd2653;
color: #fff;
display: block;
padding: 0.7rem;
}
.bypostauthor .comment-footer-meta .by-post-author {
display: block;
}
.comment-footer-meta a {
text-decoration: none;
}
.comment-footer-meta a:focus,
.comment-footer-meta a:hover {
text-decoration: underline;
} .pingback .comment-meta,
.trackback .comment-meta {
padding-left: 0;
} .comments-pagination {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 6rem;
text-align: center;
}
.comments-pagination.only-next {
justify-content: flex-end;
}
.comments-pagination .page-numbers {
display: none;
text-decoration: none;
}
.comments-pagination .page-numbers:focus,
.comments-pagination .page-numbers:hover {
text-decoration: underline;
}
.comments-pagination .prev,
.comments-pagination .next {
display: block;
}
.comments-pagination .prev {
left: 0;
}
.comments-pagination .next {
right: 0;
text-align: right;
} .comment-respond::after {
clear: both;
content: "";
display: block;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
color: #6d6d6d;
font-size: 1.6rem;
line-height: 1.4;
margin: -3rem 0 4rem 0;
text-align: center;
}
.comment-respond .required-field-message {
display: inline-block;
}
.comment-respond p {
line-height: 1.1;
margin-bottom: 2rem;
margin-left: auto;
margin-right: auto;
}
.comment-respond p:not(.comment-notes) {
max-width: 58rem;
}
.comment-form-cookies-consent {
align-items: baseline;
display: flex;
}
.comment-respond > p:last-of-type {
margin-bottom: 0;
}
.comment-respond label {
display: block;
}
.comment-respond input[type="checkbox"] + label {
font-size: 1.5rem;
line-height: 1.25;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
margin-bottom: 0;
}
.comment-respond textarea {
height: 15rem;
}
.comment-respond #submit {
display: block;
}
.comment-respond .comments-closed {
text-align: center;
} .comments .comment-respond {
padding: 3rem 0 0;
}
.comments .comment-respond .comment-reply-title,
.comments .comment-respond .comment-notes,
.comments .comment-respond .logged-in-as {
text-align: left;
}
.comment-reply-title small {
display: block;
font-size: 1.6rem;
font-weight: 600;
letter-spacing: -0.0277em;
margin: 0.5rem 0 0 0;
white-space: nowrap;
}
.comment-reply-title small a {
text-decoration: none;
}
.comment-reply-title small a:focus,
.comment-reply-title small a:hover {
text-decoration: underline;
}  .pagination .nav-links {
align-items: baseline;
display: flex;
flex-wrap: wrap;
font-size: 1.8rem;
font-weight: 600;
margin: -1.5rem 0 0 -2.5rem;
width: calc(100% + 2.5rem);
}
.pagination-separator {
margin: 5rem 0;
}
.nav-links > * {
margin: 1.5rem 0 0 2.5rem;
}
.nav-links .placeholder {
display: none;
visibility: hidden;
}
.pagination a {
text-decoration: none;
}
.pagination a:focus,
.pagination a:hover {
text-decoration: underline;
}
.pagination .dots {
transform: translateY(-0.3em);
color: #6d6d6d;
}
.nav-short {
display: none;
}  .error404 #site-content {
padding-top: 4rem;
}
.error404-content {
text-align: center;
}
.error404 #site-content .search-form {
justify-content: center;
margin-top: 3rem;
}   .widget {
margin-top: 3rem;
}
.widget:first-child {
margin-top: 0;
}
.widget-content > div > *:first-child {
margin-top: 0;
}
.widget-content > div > *:last-child {
margin-bottom: 0;
}
.widget .widget-title {
margin: 0 0 2rem;
}
.widget li {
margin: 2rem 0 0 0;
}
.widget li:first-child,
.widget li > ul,
.widget li > ol {
margin-top: 0;
}
.widget table,
.widget table * {
border-color: #dedfdf;
}
.widget table caption {
background-color: #dedfdf;
}
.widget .post-date,
.widget .rss-date {
color: #6d6d6d;
display: block;
font-size: 0.85em;
font-weight: 500;
margin-top: 0.2rem;
}
.widget select {
max-width: 100%;
} .widget_text p,
.widget_text ol,
.widget_text ul,
.widget_text dl,
.widget_text dt,
.widget-content .rssSummary {
font-family: NonBreakingSpaceOverride, "Hoefler Text", "Noto Serif", Garamond, "Times New Roman", serif;
letter-spacing: normal;
}
.widget-content cite,
.widget-content figcaption,
.widget-content .wp-caption-text {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
@supports ( font-variation-settings: normal ) {
.widget-content cite,
.widget-content figcaption,
.widget-content .wp-caption-text {
font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
} .widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
list-style: none;
margin: 0;
}
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
color: #6d6d6d;
margin: 0.3rem 0;
}
.widget_archive li li,
.widget_categories li li,
.widget_pages li li,
.widget_meta li li,
.widget_nav_menu li li {
margin-left: 2rem;
}
.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_nav_menu a {
font-weight: 700;
text-decoration: none;
}
.widget_archive a:focus,
.widget_archive a:hover,
.widget_categories a:focus,
.widget_categories a:hover,
.widget_pages a:focus,
.widget_pages a:hover,
.widget_meta a:focus,
.widget_meta a:hover,
.widget_nav_menu a:focus,
.widget_nav_menu a:hover {
text-decoration: underline;
} .calendar_wrap {
font-size: 2.4rem;
}
.calendar_wrap th,
.calendar_wrap td,
.wp-calendar-nav span {
display: table-cell;
font-size: 1em;
font-weight: 500;
line-height: 1;
padding: 2.5% 2.5% 1.75% 2.5%;
text-align: center;
}
.wp-calendar-table {
margin-bottom: 0;
}
.wp-calendar-nav {
display: table;
width: 100%;
font-size: 1.8rem;
}
.calendar_wrap tfoot td {
border-bottom: none;
}
.calendar_wrap tfoot a,
.calendar_wrap .wp-calendar-nav a {
text-decoration: none;
}
.calendar_wrap tfoot #prev,
.calendar_wrap .wp-calendar-nav-prev {
text-align: left;
}
.calendar_wrap tfoot #next,
.calendar_wrap .wp-calendar-nav-next {
text-align: right;
}  .widget_media_gallery .gallery {
margin: 0 -0.4em -0.8em -0.4em;
width: calc(100% + 0.8em);
}
.widget_media_gallery .gallery-item {
margin: 0 0 0.8em 0;
padding: 0 0.4em;
} .widget_nav_menu .widget-content > div > ul {
margin-left: 0;
} .widget_recent_comments li {
font-weight: 700;
}
.widget_recent_comments a {
text-decoration: none;
}
.widget_recent_comments a:focus,
.widget_recent_comments a:hover {
text-decoration: underline;
} .widget_recent_entries a {
font-weight: 700;
text-decoration: none;
}
.widget_recent_entries a:focus,
.widget_recent_entries a:hover {
text-decoration: underline;
} .widget_rss .widget-title a.rsswidget:first-of-type:not(.rss-widget-title) {
display: none;
}
.widget_rss .rsswidget {
font-weight: 700;
}
.widget_rss a {
text-decoration: none;
}
.widget_rss a:focus,
.widget_rss a:hover {
text-decoration: underline;
}
.widget_rss .rssSummary {
margin-top: 0.5rem;
}
.widget_rss cite::before {
content: "— ";
} .widget_search .search-field {
border-color: #dedfdf;
} .widget_tag_cloud a {
font-weight: 700;
margin-right: 0.5rem;
text-decoration: none;
white-space: nowrap;
}
.widget_tag_cloud a:focus,
.widget_tag_cloud a:hover {
text-decoration: underline;
}  .widget .wp-block-social-links li {
margin-top: 0;
}  .footer-nav-widgets-wrapper,
#site-footer {
background-color: #fff;
border-color: #dedfdf;
border-style: solid;
border-width: 0;
}
.footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
margin-top: 5rem;
}
.reduced-spacing.footer-top-visible .footer-nav-widgets-wrapper,
.reduced-spacing.footer-top-hidden #site-footer {
border-top-width: 0.1rem;
}
.footer-top,
.footer-widgets-outer-wrapper,
#site-footer {
padding: 3rem 0;
} .footer-top {
display: flex;
border-bottom: 0.1rem solid #dedfdf;
justify-content: space-between;
} .footer-menu {
font-size: 1.8rem;
font-weight: 700;
letter-spacing: -0.0277em;
}
.footer-menu li {
line-height: 1.25;
margin: 0.25em 0 0 0;
}
.footer-menu a {
text-decoration: none;
word-break: normal;
word-wrap: normal;
}
.footer-menu a:hover,
.footer-menu a:focus {
text-decoration: underline;
} .footer-social-wrapper {
margin: 0;
width: 100%;
}
.has-footer-menu .footer-social-wrapper {
flex-shrink: 0;
margin-left: 1rem;
width: 50%;
}
ul.footer-social {
margin: -0.5rem 0 0 -0.5rem;
}
.has-footer-menu .footer-social {
justify-content: flex-end;
}
ul.footer-social li {
margin: 0.5rem 0 0 0.5rem;
}
.footer-social a {
background-color: #cd2653;
height: 3.6rem;
width: 3.6rem;
}
.footer-social a::before {
font-size: 1.6rem;
} .footer-widgets-outer-wrapper {
border-bottom: 0.1rem solid #dedfdf;
}
.footer-widgets + .footer-widgets {
margin-top: 3rem;
} #site-footer {
font-size: 1.6rem;
}
#site-footer .section-inner {
align-items: baseline;
display: flex;
justify-content: space-between;
}
#site-footer a {
text-decoration: none;
}
#site-footer a:focus,
#site-footer a:hover {
text-decoration: underline;
}
.footer-copyright a,
.footer-credits .privacy-policy a,
.powered-by-wordpress a {
color: inherit;
}
.footer-credits .privacy-policy,
.powered-by-wordpress,
.to-the-top {
color: #6d6d6d;
}
a.to-the-top {
margin-left: 2.4rem;
white-space: nowrap;
}
a.to-the-top > * {
pointer-events: none;
}
.footer-copyright {
font-weight: 600;
margin: 0;
}
.powered-by-wordpress {
display: none;
margin: 0 0 0 2.4rem;
}
.footer-credits .privacy-policy {
margin: 1.2rem 0 0;
}
.to-the-top-long {
display: none;
}  @media ( max-width: 479px ) { .wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
float: none;
}  ul,
ol {
margin: 0 0 3rem 2rem;
}
li {
margin: 0.5rem 0 0 1rem;
}  .post-nav-links {
margin: 3em 0 0 0;
}
}
@media ( min-width: 480px ) {  .wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
max-width: 26rem;
} .wp-block-table.alignleft,
.wp-block-table.alignright {
max-width: 100%;
}  .alignleft,
.alignright {
max-width: 26rem;
}  .post-nav-links {
margin: 3em 0 0 0;
}
}
@media ( max-width: 599px ) {   .wp-block-column:last-child {
margin-bottom: 0;
}
.wp-block-columns + .wp-block-columns {
margin-top: 0.2rem;
}
.wp-block-columns.alignwide + .wp-block-columns.alignwide {
margin-top: -0.8rem;
}
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -1.8rem;
}  .template-cover .post-inner .post-meta-wrapper,
.template-cover .post-inner .author-bio {
width: calc( 100% - 4rem );
}  .post-nav-links {
margin: 3em 0 0 0;
}
}
@media ( min-width: 600px ) {  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -4rem;
}  .post-nav-links {
margin: 3em 0 0 0;
}
}
@media ( min-width: 660px ) {  figure.wp-block-gallery.alignleft { margin-left: calc(( 100vw - 58rem - 8rem ) / -2);
}
figure.wp-block-gallery.alignright { margin-right: calc(( 100vw - 58rem - 8rem ) / -2);
}  .entry-content > .alignleft { margin-left: 4rem;
}
.entry-content > p .alignleft,
.entry-content > .wp-block-image .alignleft { margin-left: calc(( 100vw - 58rem - 8rem ) / -2);
}
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignleft,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 0;
}
.entry-content > .alignright { margin-right: 4rem;
}
.entry-content > p .alignright,
.entry-content > .wp-block-image .alignright { margin-right: calc(( 100vw - 58rem - 8rem ) / -2);
}
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignright,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignright,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 0;
}  .post-nav-links {
margin: 3em auto 0 auto;
}
}
@media ( min-width: 700px ) { ul,
ol {
margin-bottom: 4rem;
}
pre {
padding: 3rem;
}
hr {
margin: 8rem auto;
}
table {
font-size: 1.8rem;
} .gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
} h1,
.heading-size-1,
h2,
.heading-size-2,
h3,
.heading-size-3 {
margin: 6rem auto 3rem;
}
h4,
.heading-size-4,
h5,
.heading-size-5,
h6,
.heading-size-6 {
margin: 4.5rem auto 2.5rem;
}
h1,
.heading-size-1 {
font-size: 6.4rem;
}
h2,
.heading-size-2 {
font-size: 4.8rem;
}
h3,
.heading-size-3 {
font-size: 4rem;
}
h4,
.heading-size-4 {
font-size: 3.2rem;
}
h5,
.heading-size-5 {
font-size: 2.4rem;
}
h6,
.heading-size-6 {
font-size: 1.8rem;
} fieldset {
padding: 3rem;
}
legend {
padding: 0 1.5rem;
}
button,
.button,
.faux-button,
.wp-block-button__link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
font-size: 1.7rem;
} figcaption,
.wp-caption-text {
margin-top: 1.8rem;
}  section {
padding: 8rem 0;
}
.section-inner {
width: calc(100% - 8rem);
} .header-inner {
padding: 3.8rem 0;
}
.site-title {
font-size: 2.4rem;
font-weight: 700;
}
.site-description {
display: block;
}
.site-logo img {
max-height: 9rem;
transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
} .toggle-inner .toggle-text {
font-size: 1.2rem;
}
.search-toggle {
left: 2rem;
}
.nav-toggle {
right: 2rem;
} button.close-nav-toggle {
font-size: 1.8rem;
padding: 4rem 0;
}
button.close-nav-toggle svg {
height: 2rem;
width: 2rem;
}
button.close-nav-toggle .toggle-text {
margin-right: 2.1rem;
}
.modal-menu {
left: auto;
width: 100%;
}
.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
font-size: 2.4rem;
padding: 2.5rem 0;
}
.modal-menu ul li {
border-left-color: transparent;
}
.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
padding: 0 3rem;
}
.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle svg {
height: 1.1rem;
width: 1.8rem;
}
.menu-bottom {
align-items: center;
display: flex;
justify-content: space-between;
padding: 4.4rem 0;
}
.menu-copyright {
display: block;
flex-shrink: 0;
margin-right: 4rem;
} .search-modal form {
position: relative;
width: 100%;
}
.search-untoggle svg {
height: 2.5rem;
width: 2.5rem;
}
.search-modal .search-field {
border: none;
font-size: 3.2rem;
height: 14rem;
}
.search-modal .search-field::-moz-placeholder {
line-height: 4.375;
}  .featured-media figcaption {
margin: 2rem auto 0 auto;
width: calc(100% - 8rem);
} .cover-header-inner {
padding: 18rem 0 8rem 0;
}
.to-the-content-wrapper {
top: calc(100% + 1.8rem);
}
.to-the-content {
height: 6rem;
}
.to-the-content svg {
height: 2.4rem;
width: 2.12rem;
} body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
width: calc(100% - 8rem);
}
body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
padding-left: 4rem;
padding-right: 4rem;
}
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 4rem;
}
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 4rem;
} .archive-header {
padding: 8rem 0;
}
.reduced-spacing .archive-header {
padding-bottom: 3rem;
}
.archive-title {
font-size: 3.2rem;
}
body:not(.singular) main > article:first-of-type {
padding: 8rem 0 0;
}
h2.entry-title {
font-size: 6.4rem;
} .no-search-results-form {
padding-top: 8rem;
}  .singular .entry-header {
padding: 8rem 0;
}
.entry-categories {
margin-bottom: 3rem;
}
.entry-categories-inner {
margin: -1rem 0 0 -2rem;
}
.entry-categories a {
font-size: 1.5rem;
margin: 1rem 0 0 2rem;
}
.intro-text {
font-size: 2rem;
margin-top: 2.5rem;
}
.singular .intro-text {
font-size: 2.6rem;
}
.post-meta-wrapper {
margin-top: 3rem;
}
.post-meta {
font-size: 1.6rem;
margin: -1.4rem 0 0 -3rem;
}
.post-meta li {
margin: 1.4rem 0 0 3rem;
max-width: calc(100% - 3rem);
}
.featured-media {
margin-top: 6rem;
}
.post-inner {
padding-top: 8rem;
} .post-meta-wrapper.post-meta-single-bottom {
margin-top: 4rem;
} .author-bio {
margin-top: 8rem;
min-height: 8rem;
padding-left: 10rem;
position: relative;
}
.author-bio .avatar {
position: absolute;
left: 0;
top: 0;
height: 8rem;
width: 8rem;
} .pagination-single {
font-size: 2.4rem;
margin-top: 8rem;
}
.pagination-single-inner {
flex-direction: row;
justify-content: space-between;
}
.pagination-single.only-next .pagination-single-inner {
justify-content: flex-end;
}
.pagination-single hr:first-child {
margin: 0 0 4rem 0;
}
.pagination-single hr:last-child {
margin: 4rem 0 0.8rem 0;
}
.pagination-single a + a {
margin: 0 0 0 4rem;
}
.pagination-single a .arrow {
margin: 0 2rem 0 0;
}
.pagination-single .next-post {
flex-direction: row-reverse;
text-align: right;
}
.pagination-single .next-post .arrow {
margin: 0 0 0 2rem;
}  .wp-block-embed figcaption,
.wp-block-image figcaption {
font-size: 1.6rem;
} .wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
margin-bottom: 4rem;
margin-top: 4rem;
} .wp-block-columns.alignwide + .wp-block-columns.alignwide,
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -6rem;
}
.entry-content .wp-block-columns h1,
.entry-content .wp-block-columns h2,
.entry-content .wp-block-columns h3,
.entry-content .wp-block-columns h4,
.entry-content .wp-block-columns h5,
.entry-content .wp-block-columns h6 {
margin: 3.5rem 0 2rem;
} .wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
width: calc(100% - 8rem);
}
.wp-block-cover-image h2,
.wp-block-cover h2 {
font-size: 4.8rem;
} figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
margin-bottom: 4rem;
margin-top: 4rem;
}
figure.wp-block-gallery.alignwide,
figure.wp-block-gallery.alignfull {
margin-bottom: 6rem;
margin-top: 6rem;
} .wp-block-group.has-background {
padding: 4rem;
margin-top: 0;
margin-bottom: 0;
}
.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
padding-left: 0;
padding-right: 0;
} .wp-block-media-text .wp-block-media-text__content {
padding: 4rem;
} .wp-block-pullquote blockquote p {
font-size: 3.2rem;
}
.wp-block-pullquote cite {
margin-top: 2rem;
}
.wp-block-pullquote.alignfull:not(.is-style-solid-color) {
padding-left: 1rem;
padding-right: 1rem;
}
.wp-block-pullquote.alignwide::before,
.wp-block-pullquote.alignfull::before {
font-size: 11.272727272rem;
height: 8rem;
margin-bottom: 2rem;
width: 8rem;
}
.wp-block-pullquote.alignwide blockquote p,
.wp-block-pullquote.alignfull blockquote p {
font-size: 4.8rem;
line-height: 1.203125;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
font-size: 3.2rem;
line-height: 1.1875;
}
.wp-block-pullquote.is-style-solid-color.alignwide,
.wp-block-pullquote.is-style-solid-color.alignfull {
padding: 6rem 4rem 4rem;
}
.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
font-size: 2.6rem;
} .wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-size: 2.8rem;
} hr.wp-block-separator {
margin: 6rem auto;
}
.wp-block-separator.is-style-wide {
max-width: calc(100vw - 8rem);
} .entry-content {
font-size: 2.1rem;
}
.entry-content p,
.entry-content li {
line-height: 1.476;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
margin: 6rem auto 3rem;
}
.entry-content h4,
.entry-content h5,
.entry-content h6 {
margin: 4.5rem auto 2.5rem;
}
.alignnone,
.aligncenter {
margin-bottom: 4rem;
margin-top: 4rem;
}
.alignleft { margin: 0.3rem 2rem 2rem 0;
}
.alignright { margin: 0.3rem 0 2rem 2rem;
}
.entry-content > .alignwide:not(.wp-block-group.has-background),
.entry-content > .alignfull:not(.wp-block-group.has-background) {
margin-bottom: 6rem;
margin-top: 6rem;
}
.entry-content > .alignwide {
max-width: calc(100vw - 8rem);
width: calc(100vw - 8rem);
}
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 4rem;
}
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 4rem;
}
.entry-content > .alignwide:first-child,
.entry-content > .alignfull:first-child {
margin-bottom: 8rem;
} .alignfull > figcaption,
.alignfull > .wp-caption-text {
width: calc(100% - 8rem);
} .comments-wrapper {
margin-top: 8rem;
}
.comment-reply-title {
margin-bottom: 4.6rem;
}
.comment-respond p.comment-notes,
.comment-respond p.logged-in-as {
font-size: 1.8rem;
letter-spacing: -0.025em;
margin: -2.5rem 0 4.4rem 0;
}
.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
padding-top: 5rem;
}
div.comment:first-of-type {
margin-top: 5rem;
}
.comment-meta {
margin-bottom: 2rem;
min-height: 6rem;
padding: 0.3rem 0 0 7.5rem;
}
.comment-meta .avatar {
display: block;
height: 6rem;
position: absolute;
left: 0;
top: 0;
width: 6rem;
}
.comment-author {
font-size: 2.4rem;
}
.comment-metadata {
font-size: 1.6rem;
margin-top: 0.8rem;
}
.comment-footer-meta {
margin-top: 2.5rem;
}
.comments-pagination {
margin-top: 8rem;
} .pingback .comment-body {
padding: 0;
} .comment-respond p {
margin-bottom: 2.5rem;
}
.comment-form p.logged-in-as {
margin: -2.5rem 0 4.4rem 0;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
float: left;
width: calc(50% - 1rem);
}
.comment-respond .comment-form-email {
margin-left: 2rem;
}
.comments .comment-respond {
padding: 5rem 0 0;
}
.comment-reply-title small {
display: inline;
margin: 0 0 0 0.5rem;
} .pagination-separator {
margin: 8rem 0;
} .nav-short {
display: inline;
}
.pagination .nav-links {
font-size: 2.4rem;
font-weight: 700;
margin: -2.5rem 0 0 -4rem;
}
.nav-links > * {
margin: 2.5rem 0 0 4rem;
} .error404 #site-content {
padding-top: 8rem;
} .widget .widget-title {
margin-bottom: 3rem;
} .footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
margin-top: 8rem;
} .footer-top {
padding: 3.7rem 0;
}
.footer-menu {
font-size: 2.4rem;
margin: -0.8rem 0 0 -1.6rem;
}
.footer-menu li {
margin: 0.8rem 0 0 1.6rem;
}
.has-footer-menu .footer-social-wrapper {
flex: 1;
margin-left: 4rem;
width: auto;
} .footer-widgets-outer-wrapper {
padding: 8rem 0;
}
.footer-widgets-wrapper {
display: flex;
justify-content: space-between;
margin-left: -4rem;
width: calc(100% + 4rem);
}
.footer-widgets {
margin-left: 4rem;
width: 50%;
}
.footer-widgets + .footer-widgets {
margin-top: 0;
}
.footer-widgets .widget {
border-top: none;
margin-top: 5rem;
padding-top: 0;
}
.footer-widgets .widget:first-child {
margin-top: 0;
} #site-footer {
font-size: 1.8rem;
padding: 4.3rem 0;
}
.footer-credits {
display: flex;
flex-wrap: wrap;
}
.footer-copyright {
font-weight: 700;
}
.footer-credits .privacy-policy {
margin: 0 0 0 2.4rem;
}
.to-the-top-long {
display: inline;
}
.to-the-top-short {
display: none;
}
}
@media (min-width: 782px) {  .wp-block-column {
margin-bottom: 0;
}
.wp-block-columns.alignwide + .wp-block-columns.alignwide,
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -2.8rem;
}
}
@media ( min-width: 1000px ) {   #site-header {
z-index: 2;
}
.header-inner {
align-items: center;
display: flex;
justify-content: space-between;
padding: 2.8rem 0;
}
.header-titles-wrapper {
margin-right: 4rem;
max-width: 50%;
padding: 0;
text-align: left;
}
.header-titles {
align-items: baseline;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin: -1rem 0 0 -2.4rem;
}
.header-titles .site-title,
.header-titles .site-logo,
.header-titles .site-description {
margin: 1rem 0 0 2.4rem;
}
.wp-custom-logo .header-titles {
align-items: center;
} .header-navigation-wrapper {
align-items: center;
display: flex;
}
.primary-menu-wrapper {
display: block;
width: 100%;
} .mobile-search-toggle,
.mobile-nav-toggle {
display: none !important;
}
.primary-menu-wrapper + .header-toggles {
margin-left: 3rem;
}
.header-toggles {
display: flex;
flex-shrink: 0;
margin-right: -3rem;
}
.header-inner .toggle {
height: 4.4rem;
padding: 0 3rem;
position: relative;
bottom: auto;
left: auto;
right: auto;
top: auto;
width: auto;
}
.header-inner .toggle-wrapper {
position: relative;
}
.header-inner .toggle-wrapper::before {
background: #dedfdf;
content: "";
display: block;
height: 2.7rem;
position: absolute;
left: 0;
top: calc(50% - 1.35rem);
width: 0.1rem;
}
.header-inner .toggle-wrapper:first-child::before {
content: none;
}
.header-inner .primary-menu-wrapper + .header-toggles .toggle-wrapper:first-child::before {
content: "";
}
.nav-toggle-wrapper:not(.has-expanded-menu) {
display: none;
}
.toggle-inner {
position: static;
}
.toggle-inner .toggle-text {
left: 0;
right: 0;
text-align: center;
top: calc(100% - 0.3rem);
width: auto;
}
.header-toggles:only-child .nav-toggle .toggle-inner {
padding-top: 0;
}
.header-toggles:only-child .toggle-inner {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.header-toggles:only-child .toggle-inner .svg-icon {
order: 1;
}
.header-toggles:only-child .toggle-inner .toggle-text {
position: static;
padding-right: 20px;
font-size: 15px;
color: inherit;
} .menu-modal {
opacity: 1;
justify-content: flex-end;
padding: 0;
transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
}
.menu-modal.cover-modal {
background: rgba(0, 0, 0, 0);
}
.menu-modal.active {
background: rgba(0, 0, 0, 0.2);
transition: background-color 0.3s ease-out;
}
.menu-wrapper.section-inner {
width: calc(100% - 8rem);
}
.menu-modal-inner {
box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
opacity: 0;
padding: 0;
transform: translateX(20rem);
transition: transform 0.2s ease-in, opacity 0.2s ease-in;
width: 50rem;
}
.menu-modal.active .menu-modal-inner {
opacity: 1;
transform: translateX(0);
transition-timing-function: ease-out;
}
.mobile-menu {
display: none;
}
.expanded-menu {
display: block;
}
.menu-bottom {
padding: 6rem 0;
}
.menu-bottom .social-menu {
justify-content: flex-start;
}  .featured-media figcaption {
width: 100%;
} .template-full-width .wp-block-image .alignleft { margin-right: 2rem;
}
.template-full-width .wp-block-image .alignright { margin-left: 2rem;
}  .singular .intro-text {
font-size: 2.8rem;
}  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -4.8rem;
} figure.wp-block-gallery.alignwide,
figure.wp-block-gallery.alignfull {
margin-bottom: 8rem;
margin-top: 8rem;
} .entry-content > .wp-block-group.alignwide.has-background,
.entry-content > .wp-block-group.alignfull.has-background {
padding: 8rem 4rem;
margin-bottom: 0;
margin-top: 0;
} .wp-block-image .alignleft { margin-right: 0;
}
.wp-block-image .alignright { margin-left: 0;
} hr.wp-block-separator {
margin: 8rem auto;
}  .entry-content > .alignleft,
.entry-content > p .alignleft,
.entry-content > .wp-block-image .alignleft {
position: absolute; right: calc((100vw - 58rem) / 2 + 58rem + 2rem);
max-width: calc((100% - 58rem) / 2 - 6rem);
}
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignleft,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignleft {
position: relative; right: inherit;
max-width: inherit;
}
[class*="wp-block"].alignwide [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignwide [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {
position: absolute; right: calc((100% - 58rem) / 2 + 58rem + 4rem);
max-width: calc((100% - 58rem) / 2 - 4rem);
}
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignleft { right: calc((100% - 58rem) / 2 + 58rem);
}
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 4rem;
}
.entry-content > .alignright,
.entry-content > p .alignright,
.entry-content > .wp-block-image .alignright,
[class*="__inner-container"] > .alignright {
position: absolute; left: calc((100vw - 58rem) / 2 + 58rem + 2rem);
max-width: calc((100% - 58rem) / 2 - 6rem);
}
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignright,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignright,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignright {
position: relative; left: inherit;
max-width: inherit;
}
[class*="wp-block"].alignwide [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignwide [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
position: absolute; left: calc((100% - 58rem) / 2 + 58rem + 4rem);
max-width: calc((100% - 58rem) / 2 - 4rem);
}
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignright { left: calc((100% - 58rem) / 2 + 58rem + 4rem);
}
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 4rem;
}
.entry-content > .alignwide:not(.wp-block-group.has-background),
.entry-content > .alignfull:not(.wp-block-group.has-background) {
margin-bottom: 8rem;
margin-top: 8rem;
} .alignfull > figcaption,
.alignfull > .wp-caption-text {
width: calc(100% - 10rem);
} .comment-meta {
padding-left: 0;
}
.comment-meta .avatar {
left: -8rem;
} .pagination .nav-links {
justify-content: space-between;
margin: 0;
width: 100%;
}
.nav-links > * {
margin: 0 2rem;
}
.pagination .next,
.pagination .prev {
display: block;
}
.pagination .prev {
margin: 0 auto 0 0;
}
.pagination .next {
text-align: right;
margin: 0 0 0 auto;
}  .footer-top {
align-items: center;
}
.footer-menu {
align-items: baseline;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
font-size: 2.1rem;
margin: -1.2rem 0 0 -2.4rem;
}
.footer-menu li {
margin: 1.2rem 0 0 2.4rem;
}
.powered-by-wordpress {
display: block;
}
}
@media ( min-width: 1220px ) {  h1,
.heading-size-1 {
font-size: 8.4rem;
}   ul.primary-menu {
margin: -0.8rem 0 0 -2.5rem;
}
.primary-menu > li {
margin: 0.8rem 0 0 2.5rem;
} .primary-menu-wrapper + .header-toggles {
margin-left: 4rem;
}
.header-toggles {
margin-right: -4rem;
}
.header-toggles .toggle {
padding: 0 4rem;
}    .cover-header + .post-inner {
padding-top: 10rem;
}  .singular .intro-text {
font-size: 3.2rem;
letter-spacing: -0.03125em;
line-height: 1.375;
}  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -6rem;
} figure.wp-block-gallery.alignfull {
margin-bottom: 10rem;
margin-top: 10rem;
} .entry-content > .wp-block-group.alignwide.has-background,
.entry-content > .wp-block-group.alignfull.has-background {
padding: 8rem 6rem;
margin-bottom: 0;
margin-top: 0;
} .wp-block-pullquote.alignwide blockquote p,
.wp-block-pullquote.alignfull blockquote p {
font-size: 6.4rem;
}
.wp-block-pullquote.is-style-solid-color.alignwide,
.wp-block-pullquote.is-style-solid-color.alignfull {
padding: 9rem 4rem 8rem;
}  .entry-content > .alignfull {
margin-bottom: 10rem;
margin-top: 10rem;
}
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignleft { right: calc((100% - 58rem) / 2 + 58rem - 2rem);
}
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignright { left: calc((100% - 58rem) / 2 + 58rem + 6rem);
} .comment-reply-title {
font-size: 5.6rem;
line-height: 1.2;
margin-bottom: 6rem;
}
.comment-respond p.comment-notes,
.comment-respond p.logged-in-as {
margin: -4rem 0 6rem 0;
}
.comments .comment-respond .comment-reply-title {
font-size: 4.8rem;
}
.comments .comment-respond p.comment-notes,
.comments .comment-respond p.logged-in-as {
margin: -4.5rem 0 4rem 0;
}  .widget-content {
font-size: 2.1rem;
} .footer-menu {
font-size: 2.4rem;
margin: -1.5rem 0 0 -3rem;
}
.footer-menu li {
margin: 1.5rem 0 0 3rem;
}
ul.footer-social {
margin: -1rem 0 0 -1rem;
}
ul.footer-social li {
margin: 1rem 0 0 1rem;
}
.footer-social a {
height: 4.4rem;
width: 4.4rem;
}
.footer-social a::before {
font-size: 2rem;
} .footer-widgets-wrapper {
margin-left: -6rem;
width: calc(100% + 6rem);
}
.footer-widgets {
margin-left: 6rem;
}
}
@media ( min-width: 1240px ) { body.template-full-width .entry-content > .alignleft { margin-left: calc(( 100vw - 120rem ) / 2);
}
body.template-full-width .entry-content > .alignright { margin-right: calc(( 100vw - 120rem ) / 2);
}
}
@media ( min-width: 1280px ) {  figure.wp-block-gallery.alignleft { margin-left: -31rem;
}
figure.wp-block-gallery.alignright { margin-right: -31rem;
} .wp-block-separator.is-style-wide {
max-width: 120rem;
width: 100%;
}  .entry-content > .alignleft,
.entry-content > p .alignleft,
.entry-content > .wp-block-image .alignleft { right: calc((100vw - 58rem) / 2 + 58rem + 4rem); margin-left: -31rem;
}
.entry-content > .alignright,
.entry-content > p .alignright,
.entry-content > .wp-block-image .alignright { left: calc((100vw - 58rem) / 2 + 58rem + 4rem); margin-right: -31rem;
}
.entry-content > .alignwide {
max-width: 120rem;
width: 120rem;
}
[class*="__inner-container"] > .alignwide {
max-width: 120rem;
width: 100%;
}
.alignleft,
.alignright,
.entry-content > .alignleft,
.entry-content > p .alignleft,
.entry-content > .wp-block-image .alignleft,
.entry-content > .alignright,
.entry-content > p .alignright,
.entry-content > .wp-block-image .alignright,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
max-width: 25rem;
} body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
padding-left: 0;
padding-right: 0;
}
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 0;
}
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 0;
}
}
@media ( min-width: 1330px ) {  .alignleft,
.alignright,
.entry-content > .alignleft,
.entry-content > p .alignleft,
.entry-content > .wp-block-image .alignleft,
.entry-content > .alignright,
.entry-content > p .alignright,
.entry-content > .wp-block-image .alignright,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
max-width: 29rem;
}  .wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
top: 0;
}
}
@media ( max-width: 800px ) { .customize-partial-edit-shortcuts-shown .footer-nav-widgets-wrapper .footer-inner.section-inner {
width: calc(100% - 8rem);
}
} .page-id-7114 .product-head { display: none; }
.page-id-7114 .breadcrumbs { display: none; }
.entry-content hr::after,
hr.styled-separator::after { display: none; }
.entry-content hr::before, hr.styled-separator::before { display: none; }
.page-id-7114 hr { border: solid 1PX #ddd; }
article.post-7114 .post-inner { padding-top:0px; }
.post-7114 iframe { max-width:600px; }
.post-8413 iframe { max-width:600px; } .page-id-6020 .product-head { display: none; }
.page-id-6020 .breadcrumbs { display: none; }
.entry-content hr::after,
hr.styled-separator::after { display: none; }
.entry-content hr::before, hr.styled-separator::before { display: none; }
.page-id-6020 hr { border: solid 1PX #ddd; } #pi_tracking_opt_in_div { display:none; } body { background-color:#fff; font-family: 'Chivo', sans-serif; letter-spacing:0em; }
h1, h2, h3, p, ul, li { letter-spacing: 0px; }
h1 { font-size:6rem ; line-height: 4.5rem; font-family: 'Roboto Condensed', sans-serif; text-transform:uppercase; font-weight:bold; margin:2px; padding:30px 0px; }
h2 { font-size:2.3rem ; margin:0px;  text-transform:uppercase; padding:30px 0px; }
.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus):first-letter, .wp-block-button.is-style-outline, a { color:#fdb825 ; }
sup, sub {font-size: 55%; }
sup { top:-0.6em }
h1 sup {font-size:1.1rem; top: -1.2em; }
#site-content .color-accent {color:#fdb825; }
#site-content input[type="submit"], body input[type="submit"] { background-color:#fdb825 ; color:#111; }
#site-content a:link { color:#111; text-decoration: none; }
#site-content a:visited { color:#111; }
#site-content a:hover { color:#444; }
#site-content a:active { color:#111; }
.link_menu_top .lang-item { margin-top:-3px; } #site-content .gfield_consent_label a:link  { text-decoration: underline; }  
#site-content {min-height:1000px; } .lang-item-es { display:none !important; } .cng-survey fieldset.s50, .cng-survey fieldset.s100 { border:none; }
.cng-survey h1, .cng-customer-survey h1 { font-size: 4rem; text-transform: none; padding: 10px 0px; }
.radio-vertical .wpcf7-list-item { display: block; } .template-full-width h1 { font-size: 4rem; text-transform: none; padding: 10px 0px;  } 
.template-full-width .entry-content { font-family: 'Chivo', sans-serif !important; font-size: 16px; } 
.singular .entry-header {padding: 40px 0 10px 0; }
.page-template .entry-content {font-family: 'Chivo', sans-serif !important;  font-size: 16px;}
.page-template h3, .page-template h4, .page-template h5  {font-family: 'Chivo', sans-serif !important; }
.page-template .post-inner { padding-top:40px; }
.page-template-template-full-width-nh .entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) { 
width:calc(100% - 16rem); max-width:initial;  
}
h1.entry-title { font-size: 4rem; }
.page-template .product-head {margin-bottom:0px; } .page-template-template-full-width-nh .post-inner {padding-top:0px; } .single-post h1 {font-size: 4rem; text-transform: none; padding:10px 0px;   }
.single-post .entry-content { font-family: 'Chivo', sans-serif !important; font-size: 16px; }
.single-post .post-inner { padding-top:30px; padding-top:0px;  }
.pagination-single { margin-bottom: 50px; }
.post-author { display:none !important; }
.post-meta-wrapper { margin-top:0px; }
.single-post #site-content .post-meta-wrapper { margin-bottom:5px; max-width:100%; }
.single-post .post-meta-single-top .post-meta {justify-content: left ;   }
.single-post #site-content .entry-content a:link {color:#222; text-decoration: underline; }
.single-post #site-content .entry-content a:visited {color:#222; text-decoration: underline;}
.single-post #site-content .entry-content a:hover {color:#555; text-decoration: underline;}
.single-post #site-content .entry-content a:active {color:#222; text-decoration: underline;}
#site-content .entry-content .wp-social-link  a:link {color:#fff; text-decoration: underline; } 
#site-content .entry-content .wp-social-link a:visited {color:#fff; text-decoration: underline;} 
#site-content .entry-content .wp-social-link a:hover {color:#fff; text-decoration: underline; } 
#site-content .entry-content .wp-social-link a:active {color:#fff; text-decoration: underline; } .grecaptcha-badge { visibility: hidden; }
.captcha-container {font-size:1.5rem; margin-top:30px; padding-top:20px; color:#444; width:100%; border-top:solid 1px #222; }
.captcha-container a:link {color:#444; text-decoration: underline; }
.captcha-container a:visited {color:#444; text-decoration: underline; }
.captcha-container a:hover {color:#444; text-decoration: underline; }
.captcha-container a:active {color:#444; text-decoration: underline; } .saferstack-frame .sf_content { background:url(//www.metaltech.co/images/sf_background.jpg) no-repeat top; background-color: #1d1d1d; padding:40px 20px; padding-bottom:0px; }
.sf_content {display:flex; justify-content: space-between; color:#fff; }
.sf_content #tag_line {text-transform:uppercase; font-size:1.8em; font-weight: bold; line-height:1.2em; }
.sf_content div { width:48%; position:relative; }
.sf_content .sf_list { width: 62%; }
.sf_content2 {background-color: #000; padding:30px; display:flex; justify-content: space-around; }
.sf_content2 .video_container {width:45%; color:#fff; position:relative; min-width:350px; }
.sf_content2 .video_container img{width:100%; border: solid 1px #fff; transition: border-color 0.5s ease; }
.video_container i {color:#fff; pointer-events: none; font-size:3em; position:absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) ; transition: all 0.5s;
text-shadow: 0px 1px 7px #333; }
.video_container:hover i {color: #d2dd51; }
.video_container:hover img {border-color: #d2dd51; }
.sf_content2 * {transition: all 1s; }
.sf_content2 .brochure_container {  width:35%; }
.sf_content2 .brochure_container p { width:100%; border:solid 2px #fff; padding:15px; font-size: 1.5em; text-transform: uppercase ; font-weight: bold; text-align: 
center; color:#fff; margin-top:30px; transition: all 0.5s; }
.sf_content2 .brochure_container p:hover {color: #d2dd51; border:solid 2px #d2dd51; }
.sf_content2 .brochure_container img {width:100%; margin: auto; }
.sf_content3 {background-color: #1d1d1d; color:#fff; display:flex; justify-content: space-around; padding:40px 20px; }
.stack_container {width:35%; min-width:350px;  position:relative; margin-right:5px; }
.sf_text {width:50%; text-transform: uppercase; font-size:1.1em; }
.sf_text p { font-size:1.2em;  font-weight: bold; }
.sf_text p:first-child { font-size:2em; line-height: 1.2em; font-weight: bold; margin:5px; color:#d2dd51; }
.stack_container p { position:absolute; right:0px; top:0px; font-size:1.9em; line-height:1em; text-transform: uppercase; font-weight: bold; color: #d2dd51; }
.stack_container img { width:400px; }
.saferstack-frame .sf_content img.frame-innovation { 
width: 93%; 
margin-left: -20px; 
position:absolute; 
bottom:0px;   
}
.sf_content li { 
color:#d2dd51; 
list-style: none; 
padding: 0; 
text-transform: uppercase; 
font-size:1.1em; 
}
.sf_content li:before {
content: "\f00c"; font-family: 'Font Awesome\ 5 Free';
display: inline-block;
margin-left: -1.3em; width: 1.3em; font-weight: 900;
}
.us-only { font-family: 'Font Awesome\ 5 Free';
display: inline-block;
margin-left: -1.3em; width: 1.3em; font-weight: 900;
} .download_section { display:flex; margin-bottom:40px;  justify-content: space-between; }
.instr_download, .instr_video {padding:10px; border:solid 1px #444; text-align: center;  width:30%}
.instr_video a { display:inline-block; width:100%; height:100%; }
.module_instructions {display:flex;  align-items:flex-start;  align-content:flex-start; margin:35px 0px;  }
.module_instructions img {width:350px; border:solid 1px #ddd; margin-right:30px; }
.module_instructions span {color:#222; padding:5px 14px; margin-right:10px; border:solid 1px #777;  border-radius: 50%; font-family: 'Chivo', sans-serif; font-size:1.3em; font-weight: bold; }
.scaff-instr-container .warning_gr {  background-color:#eee; padding:20px 30px; margin-bottom:30px; }
.scaff-instr-container ul {font-weight:bold; }
.scaff-instr-container ul li {font-weight:normal; } .calc_container { width:42%; display:inline-block; vertical-align: top; }
.calc_container input, .calc_container select {width:100%; height:50px; padding:10px; color:#555; border:none; }
.section_sc_form { margin:5px 0px 40px 0px; }
.section_sc_form input {font-size: 18px; }
.disclaimer_scaffold {  margin-bottom:40px; margin-top:50px; color:#777777; }
.sc-container {background-color:#efefef; padding:30px; background:url(//www.metaltech.co/images/calc_background.jpg) no-repeat top center; background-size:cover; }
.sc-container form{  display:flex; justify-content: space-between; }
.sc-container .c_label {margin:5px 5px 0px 0px; color:#ddd; }
.sc-container .c_element  {margin-top:10px; }
.error_calc {color:red; }
.calc_results {width:50%; border:solid 1px #888; padding:10px 30px; color:#444; margin-top:42px; position:relative; }
.calc_temp { height:100%; width:100%; vertical-align: middle; }
.calc_results p {text-align:center;   padding:20px;  top:39%; position:absolute; }
.switch-container {display:flex; justify-content:space-between; margin-top:20px; }
.form_table td, .calc_results table {border:none; font-size:1.6rem; }
.form_table td { border-bottom:solid 1px #ddd; padding:3px; }
.table_result {text-align:right; }
.disclaimer_scaffold {font-size:1.6rem; }
.app_download { display:flex; }
.app_download img { max-height:60px; }
.page-template-page-scaffold-calculaltor #site-footer {margin-top:0px; }
.btn_reset { margin-left:auto; height:54px; width:168px; color:#111111;  -moz-border-radius: 8px; border-radius: 4px; border:none; 
background:url(//www.metaltech.co/images/btn_reset.png) no-repeat right; background-color:#fdb528; text-align:left;  line-height:32px;  padding-left:14px;
}
.btn_reset a {display:inline-block; width:100%; height:100%; padding: 10px 5px;     }
.form_table td img {width:80px; height:auto; }
.form_table table {margin-top:0px; margin-bottom:0px;  }
.form_table table tr:last-of-type td {border:none; }
#platform_warning {font-size:0.9em; color:#b43f0b; margin-top:10px;  }
.calc_container .switch {
position: relative;
display: block;
width: 107px;
height: 34px;
padding: 3px;
margin:0;
border-radius: 4px;
cursor: pointer;
}
.calc_container .switch-input {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
.calc_container .switch-label {
position: relative;
display: block;
height: inherit;
color:#000000;
font-size: 13px;
text-transform: uppercase;
background: #eceeef;
border-radius: inherit;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.switch-label:before, .switch-label:after {
position: absolute;
top: 50%;
margin-top: -.5em;
line-height: 1;
-webkit-transition: inherit;
-moz-transition: inherit;
-o-transition: inherit;
transition: inherit;	
}
.switch-label:before {
content: attr(data-off);
right: 11px;
text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
content: attr(data-on);
left: 11px;
opacity: 0;
}
.switch-input:checked ~ .switch-label {
background: #fdb825;
}
.switch-input:checked ~ .switch-label:before {
opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
opacity: 1;
}
.switch-handle {
position: absolute;
top: 6px;
left: 6px;
width: 28px;
height: 28px;
background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
border-radius: 50%;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-handle {
left: 74px;
box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-label, .switch-handle {
transition: All 0.3s ease;
-webkit-transition: All 0.3s ease;
-moz-transition: All 0.3s ease;
-o-transition: All 0.3s ease;
}
#web_calc_container a:link { color: #111111; }
#web_calc_container a:visited { color: #111111; }
#web_calc_container a:hover{ color: #111111; }
#web_calc_container a:active{ color: #111111; } .ptitle { font-weight:bold;  }
body h4 { margin:10px 0px; padding:0px; text-transform: uppercase; font-size:2.4rem;  }
ul, ol { margin-left:1rem; }
li { margin-top:1rem; } .policy_bold {font-weight:bold; }
.policy-container p:first-of-type { font-size:2.5rem; }
.alphabet-list { list-style-type: lower-alpha; margin:0px; padding:0px; }
ol li {margin:1rem 3rem}
.alphabet-list ul { list-style-type:lower-roman; }
.pp-style {min-width:400px; }
.privacy-policy {margin:0px; } .survey500 form {display:flex; flex-wrap: wrap; justify-content: space-between;  }
.survey500 fieldset { margin:10px 0px; border: solid 1px #ccc; }
fieldset.s100 {width:100%; border-width: 1px; border-color: #eee; margin:5px; }
.sheader {background-color:#efefef; }
fieldset.s50 {width:47%;   display:inline-block; vertical-align: top; border-width:1px; border-color: #eee; margin: 5px; }
.wpcf7-select2-post-image__title {font-size:1.7rem !important; }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color:#fdb825 !important; }
.wpcf7-list-item input {margin-left:12px; margin-right:4px; }
.survey500 select { width:100%; }
.survey500 .scustomerinfo { display:flex; flex-wrap:wrap; justify-content: space-between; }
.scustomerinfo input, .scustomerinfo textarea {width:100%; }
.scustomerinfo p:last-child { width:100%; }
.survey500 fieldset {font-size: 1.6rem; } .single-part .specs-row span { width:auto; }
.single-part .specs-row { padding: 8px 13px; display:flex; align-items:center;    }
.part_id {width:10%; background-color:#111; color:#fff; padding:16px 10px;  }
.part_photo {width:60px; display:inline-block; margin:0px 10px; vertical-align: middle; }
.part_model {   margin-left:3px; min-width:90px; flex-grow:1; text-align:right; }
.part_description { width:60%;  }
.part_description sup {text-transform: lowercase; }
.single-part h1 { font-size:2.9rem; font-family: 'Roboto Condensed', sans-serif; padding:0px; margin:0px; width:75%;  line-height:3rem; }
.parts_extra {font-size:2.4rem; }
.back_link {font-size:1.5rem; }
.category-replacement-parts .category-header-wrap {padding-bottom:30px !important; }
body .category-replacement-parts .category-header-wrap {text-align:left; } .instruction-manuals article { width:19%; text-align:center; margin:5px; margin-bottom:5px; border:solid 1px #ccc; }
.instruction-manuals  article img { display:inline-block; }
.manuals_container { display:flex; flex-wrap:wrap; }
.instruction-manuals h2.entry-title { font-size:1.6rem; margin:0px; padding:3px; margin-top:10px;  font-weight:100; font-family: 'Roboto Condensed', sans-serif; }
.singular .manuals_container  .entry-header { padding:15px; }
.instruction-manuals  .brochure_download { margin-top:10px; }
.manuals_container .custom-inst-item { width:19%; margin:5px; border:solid 1px #ccc; padding:5px;  text-align: center;}
.custom-inst-item .brochure_download { color:#aaa; }
.instruction-manuals .category-promo { display:flex; flex-wrap:wrap; justify-content: center; margin-top:30px; flex-grow:5; }
.instruction-manuals .is-hidden, .category .is-hidden { display: none ;  }
.instruction-manuals .category-promo span { margin:0px; padding: 2px 30px; padding-bottom:30px; -webkit-border-radius: 31px; border:solid 1px #aaa; font-size:1.5rem; -moz-border-radius: 31px; border-radius: 31px; background-color:#fff;  font-family: 'Chivo', sans-serif; font-weight:bold; text-transform: uppercase;   color:#222;   }
#manuals-wrap { display:flex; flex-wrap:wrap; margin-top:30px; }
#search-box-js { margin-top:30px; width:100%; background-color:#eee; padding: 30px 10px;    }
#search-box-js input { margin:auto; max-width:750px; -moz-border-radius: 25px; -webkit-border-radius: 25px; border-radius: 25px; padding:15px 50px 15px 25px; 
background-image: url(//www.metaltech.co/images/search_icon.svg);
background-repeat: no-repeat;
background-position: 97% 50%;
background-size: 23px; 
}
#no-results {margin-top:30px; text-align: center; width:100%; color:#888; font-size: 0.9em; } .search article {width:24%; text-align:center;  }
.search h2.entry-title {font-size:1.6rem; margin:0px; padding:3px; margin-top:10px;  font-weight:100; font-family: 'Roboto Condensed', sans-serif;   }
.search-container {display:flex; flex-wrap:wrap; justify-content:flex-start  }
.search article img {display:inline-block; } .video-container { display:flex; flex-wrap:wrap; text-align: center;  }
.video-container a { display:flex;       }
.video-unit {  border:solid 1px #ccc;  margin:5px; padding:5px; width:19%;  }
.video-name { font-family: 'Roboto Condensed', sans-serif;   font-weight:bold;   padding:5px 2px; margin-top:10px;  line-height:1.9rem  } .brochures_container   {display:flex; flex-wrap:wrap; justify-content: left; text-align: center;  }
.brochures_container a { padding:5px; max-width: 163px; margin-bottom:5px;  border:solid 1px #ccc; margin:4px;  }
.brochures_container p {margin:0px; }
p.brochure_name { font-family: 'Roboto Condensed', sans-serif;   font-weight:bold;   padding:5px 2px; margin-top:10px;  line-height:1.9rem  }
.brochure_download {width:100%; color:#aaa; font-size:1.6rem; } .gallery-container { display:flex;   text-align: center; flex-wrap:wrap; justify-content:flex-start;  }
.gallery-container a {height:auto; width:33%; display:none; padding:3px;  margin-bottom:10px; }
.gallery-container .gallery-header {display:inline-block;}
.mgallery-title {margin-top:4px; padding:10px;  font-family: 'Roboto Condensed', sans-serif;  background-color:#eee; color:#111;  } .contact_container1 {width:43%;  }
.contact_container2 {width:50%; } 
.contact-content {display:flex; justify-content:space-between; flex-wrap: wrap;  }
.contact-page h1 {font-size:5rem;  line-height: 2.5rem;padding:20px 10px; }
.contact_container1 div {font-size:1.9rem;  font-family: 'Roboto Condensed', sans-serif; margin-bottom:5px; }
.contact-content select { border:solid 1px #cdcdcd; width:100%; padding:1.5rem 1.8rem; }
.warehouse_map_container { display:flex; width:100%; margin-bottom:30px;  }
.warehouse_txt { background: url(//www.metaltech.co/images/warehouse-background.jpg) no-repeat top;  background-size: cover; padding:50px 30px; width:55%; height:100%; font-size:16px; color:#fff; text-align: justify;  }
.warehouse_txt span {color:#fdb825; }
.warehouse_txt h3 {color: #fdb825 !important; text-align: left !important;} .navigation_container {width:100%;   text-align:right; margin-top:70px; padding-bottom:20px; font-size:1.6rem;    }
.navigation_container .pages {display:none;  }
.navigation_container .wp-pagenavi a, .wp-pagenavi span {padding:15px; }
.navigation_container .wp-pagenavi span.current {padding:15px; } .product-head {  padding:20px; background-color:#eee; margin-top:40px; margin-bottom:20px; } 
.single-product .product-head {display:flex; align-items: flex-start; justify-content: space-between; } 
.single-product h1 { font-size:2.9rem; font-family: 'Roboto Condensed', sans-serif; padding:0px; margin:0px;   line-height:3rem;    }
.single-product h1 span { font-size:2.0rem; display: inline-block; }
.product-extra { font-size:1.5rem; color:#888; font-weight:normal; font-family: 'Chivo', sans-serif; margin-top:5px;    }
.product-extra span {margin-left:10px; margin-right:10px; display:inline; font-size:inherit;   }
.product-photo-container {height: initial; width: 35%; text-align: center; max-height:515px; overflow: visible;}
.multi-product-photo-container { max-height: initial;  overflow:visible;   }
.multi-product-photo-container:nth-last-of-type(2), .multi-product-photo-container:nth-last-of-type(3) { max-height: 275px;}
.products-specs-container {width:64%;    }
.products-description-container { padding-left:18px; font-size:1.6rem; line-height: 1.5; }
.product-description ul {margin-bottom:5px; }
.product-photo img { margin:auto; }
.product-specs-wrap {display:flex; justify-content:space-between; flex-wrap:wrap; margin-bottom:10px; }
.specs-row:first-of-type  { border:none; }
.specs-row { border-top:solid 1px #dedede; padding:13px 12px;  font-size:1.5rem; text-transform:uppercase; }
.specs-row  p { width:37%; display:inline-block;  margin-bottom:0px; height:100%; vertical-align: top; }
.specs-row  span { display:inline-block; width:59%; vertical-align: middle; }
.specs-row  span span { display:inline-block; width:initial; }
.product-features { padding:20px; margin-top:20px; }
#site-content .csa_logo img {margin-left:4px; max-width:30px; }
.feature-item {display:inline-block; text-align:center; margin:5px; }
.feature-item p { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; width:85px; height:85px; color:#fff; background-color:#333;  display:inline-block; margin:0px; padding:5px; line-height:390%; font-weight: bold; word-break: break-all;  }
.feature-item span {display:block; font-size:1.5rem; }
.feature-item p.double-row { line-height:4.8rem; padding-top:15px; font-size:1.3rem; }
.product-note { text-transform:none; color:#555;   width:100%; }
.product-note span {width:100%; }
.product-important-note {width:100%; margin-top:-10px; text-align:center; background-color:#bc1c1c; padding:20px; color:#fff; font-weight:bold; font-size:1.1em; }
.country-availability {background-color:#eee; padding:25px; margin-bottom:10px;  }
.extra_photos { text-align:left; vertical-align: top; display:flex; flex-wrap:wrap; gap:5px 5px; align-content: flex-start; }
.extra_photos a {margin:0px; padding:0px;  height: 80px; }
.extra_photos img {width:80px; height:80px; display:inline-block; border:solid 1px #ccc;   }
.product_video img {margin:0px; width:34px; height:34px; border:none; filter: brightness(8); }
.product_video a { width:100%; display:flex; justify-content: center; flex-wrap: wrap; height:100%; width:100%; padding: 5px; padding-top: 10px;   }
.vp-a {font-size:0.8em; line-height:1em }
.product_video { text-align:center; width: 80px; height: 80px;  display: inline-block; vertical-align: top;   
background: rgb(51, 51, 51);  background: radial-gradient(circle, rgba(51, 51, 51, 1) 19%, rgba(0, 0, 0, 1) 100%); }
#site-content .product_video a:link { color: #eee; }
#site-content .product_video a:visited { color: #eee; }
#site-content .product_video a:hover { color: #fff; }
#site-content .product_video a:active { color: #fff; }
.product-links-container { display:flex; flex-shrink:0; }
.product-wtb { margin-left:7px; }
.product-wtb span {font-weight:bold; font-size:1.6rem; }
.product-wtb {color:#111; font-weight:bold; }
.product-wtb .ps-widget[ps-sku].ps-no-sku, .product-wtb .ps-widget[data-ps-sku].ps-no-sku {display:none !important; }
.product-wtb .ps-widget[ps-sku].ps-no-sellers, .product-wtb .ps-widget[data-ps-sku].ps-no-sellers {display:none !important; }
.product-wtb .ps-widget[ps-sku].ps-disabled, .product-wtb .ps-widget[data-ps-sku].ps-disabled {display:none !important; }
.product-map {  background-color:#111; width:fit-content; }
.product-map a {display:inline-block; height:100%; width:100%; padding:18.5px; text-transform: uppercase; }
#site-content .product-map a:link {color:#fdb825; }
#site-content .product-map a:visited {color:#fdb825; }
#site-content .product-map a:hover {color:#fdb825; text-decoration: underline;}
#site-content .product-map a:active {color:#fdb825; }
.extra-section { background-color:#888; text-align: center; margin-top:30px;  background:url(//www.metaltech.co/images/backgrouns-section-ext-scaffolding.jpg) no-repeat top center; background-size:cover;}
.background-section {  height:60px; }
.extra-carts {background-color:#eee; margin-top:15px; }
.extra-carts .specs-row {border-top:solid 1px #fff; }
#site-content .specs-row  span a:link {text-decoration:underline; }
#site-content .specs-row  span a:visited {text-decoration:underline; }
.extra_crowd_control {    margin-bottom:60px; margin-top:10px;   }
.extra_crowd_control p {  font-weight: bold; font-family: 'Chivo', sans-serif}
.extra_crowd_control table {margin:10px 0 0 0 ; font-size:0.9em; text-align:center;  }
.extra_crowd_control table, .extra_crowd_control tr, .extra_crowd_control td { border:solid 1px #ddd; }
.extra_crowd_control table .tb_heading {background-color:#eee; color:#000; height:60px; }
.climngo-subsscribe { width:100%; display:block; background-color:#fdb825; text-align: center; padding:14px; font-weight:bold; margin-bottom:20px; }
.climngo-subsscribe .fa {margin-right:5px; }
.boxzilla-container .cng-popup-link a {color:#111; padding:8px 15px; background-color:#fdb825 ;
-webkit-border-radius: 10px;  -moz-border-radius: 10px;  border-radius: 10px; text-decoration: none; font-weight: bold;}
.boxzilla-container .cng-popup-link a:hover {text-decoration:underline; } 
p .cng-popup-link {width:100%; text-align: center; display:inline-block;  }
.boxzilla-climb-n-go-pop-up-fr .boxzilla-close-icon, .boxzilla-climb-n-go-pop-up-en .boxzilla-close-icon { color:#ccc; } .single-product .boxzilla-content .screen-reader-response {display:none; } .product-accordion {  background-color: #fff;  color: #000;  cursor: pointer;  padding: 18px; width: 100%; text-align: left; outline: none; font-weight:bold; 
transition: 0.4s;  font-family: 'Chivo', sans-serif; margin-bottom:10px; margin-top:10px; border: none; border-top:solid 1px #ccc; border-bottom:solid 1px #ccc; }
.product-accordion:hover { background-color: #eee; }
.product-accordion:after { content: '\002B'; color: #aaa; font-weight: bold; float: right; margin-left: 5px; text-align: right; }
.active:after { content: "\2212";}
.product-specs-panel { padding: 0 18px;  background-color: white;  max-height: 0;  overflow: hidden;  transition: max-height 0.2s ease-out; margin-bottom:30px;  }
.panel-open { max-height:100%; }
.download-item { padding:10px 20px; border:solid 1px #888; width:auto; display:inline-block; }
.product-specs-panel .fa {margin-right:10px; } .faq-wrap { width: 100%; height: auto; min-height: 200px; }
.faq-product-accordion { background-color: #F1F1F1; color: #444; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; margin: 3px 0px;
font-weight: bold; outline: none; transition: 0.3s; }
.inner-accordion { font-weight: normal; } 
.inner-panel { text-align: left; }
.faq-product-accordion:hover { background-color: #e1e1e1; }
.faq-product-accordion:after { content: '\002B'; color: #777; float: right; margin-left: 5px;  }  
.active:after { content: "\2212"; }
.panel { padding: 0 18px; background-color: white; max-height: 0; overflow: hidden; transition: max-height 0.5s ease-in; }
.single-product .faq-product-accordion { border-top:solid 1px #ccc; border-bottom:solid 1px #ccc; background-color: #fff; }
.single-product .panel .faq-product-accordion { border:none; background-color: #f1f1f1; } .multi-product-specs { background-color: #eee;  margin-bottom:15px; }
.multi-product-specs .specs-row { border-top: solid 1px #fff; }
.row-extra-product { border-top:solid 15px #fff; }
.multi-product-photo .extra_photos img {   padding-top:0px; }
.multi-product-photo .extra_photos { margin-top:15px; }
.product-photo p {padding:5px 10px; margin-top:10px; background-color: #eee; display:inline-block; font-size: 0.9em; }
.multi-product-photo { max-width:300px; margin:auto; position:relative; }
.products-specs-container hr { margin:0px; margin-top:-40px; margin-bottom:55px; border-color:#eee;  }
span.product-model {display: inline-block !important; min-width:130px; margin-left:0px;   }
.exterior-scaffolding span.product-model {  min-width:180px;   }
.mp-intro-text {font-size:1.6rem; } .subcategory-wrap { display:flex; flex-wrap:wrap; justify-content:space-between; }
.sub-sidebar { width:24%; height:100%; margin-top:40px; }
.products-wrap { width:74%; display:flex; flex-wrap:wrap; justify-content:flex-start; }
.subcategory article { width:32.7%; margin-bottom:20px; }
.subcategory img { align-content:center; margin:auto;   }
.subcategory h2.entry-title { font-size:1.6rem; margin:0px; padding:3px; margin-top:10px; font-weight:100; font-family: 'Roboto Condensed', sans-serif; }
.product_model { color:#555; font-size:0.8em; }
.subcategory_filters ul { list-style-type: none; padding: 0; margin:0px; font-size:1.6rem; }
.subcategory_filters p { font-weight:bold; text-transform:uppercase; font-size:1.6rem; }
.subcategory_filters .current-cat li { font-weight:normal; }
.subcategory_filters li { margin:0px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.subcategory_filters .children { padding-bottom:0px;  }
.subcategory_filters .children li { padding-left:5px; padding-bottom:4px; } .subcategory_filters .current-cat { font-weight: bold; } .cat-item-2009, .cat-item-2007, .cat-item-1997, .cat-item-1999, .cat-item-2005, .cat-item-2001, .cat-item-2003,
.cat-item-2011, .cat-item-2013, .cat-item-2015, .cat-item-2017, .cat-item-2019, .cat-item-2021, .cat-item-2023  {display:none; }
.subcategory_filters .cat-item a {display:inline-block ;margin-left:6px; margin-bottom:6px; margin-top:6px; }
.subcategory_filters .cat-item .children a {display:inline-block ; margin-left:6px; margin-bottom:1px; margin-top:1px; }
.subcategory_filters .cat-item { border-bottom:solid 1px #fdb825; padding-bottom:0px; padding-left:0px;  }
.subcategory_filters .children .cat-item { border-bottom:none; font-weight:normal; padding-top:initial; padding-bottom:initial; margin-top: 0px; margin-bottom: 0px;}
.subcategory_filters .cat-item:last-child { border:none; }
.subcategory_filters .current-cat { font-weight: bold !important; background-color: #fdb825; }
.subcategory_filters .current-cat .children { font-weight:initial; background-color: #fff; }
.subcategory_filters p {   padding-bottom:5px; }
.subcategory_filters .children li { padding-left:20px; padding-bottom:0px; }
.subcategory_filters .children { margin-top: -2px; } .category-branding { font-size:1.5rem; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; display:inline-block; 
padding:2px 15px; color:#fff; background-color:#333; margin-top:15px; }
.breadcrumbs { font-size:1.5rem; margin-top:40px; color:#555; }
.subcategory  a:link { color:#111; text-decoration: none; }
.subcategory  a:visited { color:#111; }
.subcategory  a:hover { color:#000; }
.subcategory  a:active { color:#111; }
.product_model a:link { color:#888; }
.product_model a:visited { color:#888; }
.product_model a:active { color:#888; } .drywall-carts .header-text-wrap { padding:30px 0px; background-color:#444; background: url(//www.metaltech.co/images/background-drywall-carts.jpg); background-size: cover; }
.drywall-carts .header-text-wrap div { display:flex; justify-content:space-between; }
.drywall-carts .header-text-wrap div p { text-align:left; max-width:50%; color:#ddd; }
.drywall-carts .header-text-wrap div ul { text-align:left; max-width:40%; color:#ddd; margin-bottom:0px; display:flex; flex-wrap: wrap; justify-content: flex-start; column-gap:10px;   }
.drywall-carts .header-text-wrap div ul li { width: 33%;  margin-left:30px;  } .alu-scaff .header-text-wrap {  
background-color:#444; background: url(//www.metaltech.co/images/background-alu.jpg) no-repeat top center; background-size: cover; }
.alu-scaff .header-text-wrap .section-inner {display:flex; gap: 15px; padding:25px 0; padding-bottom:5px; text-align: left; align-items: flex-start; justify-content:space-around;}
.alu-scaff .header-text-wrap .section-inner div { max-width:33%; }
.alu-scaff .title-subcategory { margin-top:45px; }
.alu-scaff .title-subcategory:first-of-type { margin-top:10px; } .products-wrap .title-subcategory {width:100%; } h1 span { font-size:3rem ; display:block; }
.subcategory .category-header-wrap { text-align:center; }
.category-chute .category-header-wrap, .category-sgs .category-header-wrap { text-align:left; }
.category-promo div span {  margin:0px; padding: 2px 30px; padding-bottom:30px; -webkit-border-radius: 31px; border:solid 1px #aaa; font-size:1.5rem; -moz-border-radius: 31px; border-radius: 31px; background-color:#fff;  font-family: 'Chivo', sans-serif; font-weight:bold; text-transform: uppercase;   color:#222;   }
.category-promo {overflow: hidden; text-align: center; }
.category-items-wrap {padding-top:7px; padding-bottom:30px; display:flex; flex-wrap:wrap; justify-content:space-between; align-items: stretch;}
.sub-item { width:32.6%;     margin-bottom:10px; overflow:hidden;  }
.sub-item  p { background-color:#000; color:#fff; padding:20px 15px; margin:0px; line-height:1.2em; font-weight: bold; text-transform: uppercase; }
.sub-item li  span{font-weight: bold;  }
.category-promo img  { width:100%; max-width:100%; padding:2px; margin:0px; }
.category-simple .category-promo{margin-top:-80px; }
.cs-photo-wrap { background-color:#fff; display: flex;  justify-content:space-between; padding:10px;  }
.category-simple .category-header-wrap { padding-bottom:80px; }
.category-simple .category-promo div span {border:none; }
.category-section {display:flex; margin-top:60px; }
.category-section .home_header { text-align:center; flex:100%; }
.category-section div span {  margin:0px; padding: 2px 30px; padding-bottom:30px; -webkit-border-radius: 31px; border:solid 1px #aaa; font-size:1.5rem; 
-moz-border-radius: 31px; border-radius: 31px; background-color:#fff; font-family: 'Chivo', sans-serif; font-weight:bold; text-transform: uppercase; }
.category-simple .products-wrap { width:100%; background-color:#fff; }
.category-simple article { width:23%; }
.category-custom .button { background-color: #fdb825; color:#111; }
#site-content .category-items-wrap .sub-item a:link {color:#fff; text-decoration: none; }
#site-content .category-items-wrap .sub-item a:visited { color:#fff; }
#site-content .category-items-wrap .sub-item a:hover { color:#fdb825; }
#site-content .category-items-wrap .sub-item a:active { color:#fff; } .category-pump-jack-utra-jack h1 sup { font-size:2rem; top:-2.8rem; }
.category-pump-jack-utra-jack h1 span sup { font-size:1.5rem; top:-1.2rem; }
.pj-intro { background-color:#444; background: url(//www.metaltech.co/images/background_pj_categ02.jpg); background-size: cover;}
.pj-intro section { display:flex; gap:25px;  color:#fff; padding: 25px 0px; justify-content: space-around; }
.pj-intro div { max-width:40%; } 
.pj-section-banner { padding:25px 10px; justify-content: space-between; gap:10px;  background-color:#fdb825; color:#111; }
.pj-section-banner .section-inner { display:flex; justify-content: space-between; gap:10px; color:#111; font-family:'Roboto Condensed', sans-serif; }
.pj-section-banner .section-inner p { margin:0px; font-size: 2rem;}
.pj-intro-title { margin-bottom:0.4em; font-family:'Roboto Condensed', sans-serif; font-size:2.8rem; color: #fdb825; }
.pj-intro-subtitle { margin-bottom:0.5em; font-family:'Roboto Condensed', sans-serif; font-size:2.4rem; text-transform: uppercase; }
.pj-intro-subtitle span { color: #fdb825; }
.pj-intro-txt { opacity:0.7; }
.pj-tabs {display:flex; margin-top:80px; }
.pj-tabs .tablink {height:auto; padding:26px 40px;  background-color: #222; color:#eee; }
.pj-tabs .tablink-active {background-color:#eee; color:#222;  box-shadow: 0px -6px 0px 0px 0px #fdb825; }
.pj-container {display:flex; justify-content: space-between ; gap:10px; background-color: #eee;}
.pj-container .tab-section {padding:30px; max-width:55%; }
.pj-container .tab-section img { margin-top:0px; }
.pj-container .tab-section ul { margin-bottom: 80px; }
.pj-container .tab-section li {line-height:1.7}
section .pj-btn a {display:inline-block; width:initial; padding:18.5px; text-transform: uppercase; font-weight: bold; color:#111; background-color: #fdb825;  }
.pj-btn {min-width:260px; }
.pj-btn { width:fit-content; min-width: auto; text-transform: uppercase; font-weight: bold; color:#111; background-color: #fdb825; }
.pj-btn a {display: inline-block; padding: 18.5px; }
.pj-banner-media { margin-top:30px; margin-bottom:30px; display: flex; gap:2px; }
.pj-banner-media a { width:20.7%; padding: 20px 10px; display:flex; justify-content: center; flex-wrap: wrap; }
.pj-video-container {display:flex; flex-wrap: wrap; gap:2px; justify-content: space-around; width:100%; padding:20px;  }
.pj-video-container img {  margin-bottom:10px; }
.pj-video-container span {width:100%; text-align: center; }
.pj-banner-media .vp-a { font-size: 1em; }
.pj-banner-media  {  
background: url(//www.metaltech.co/images/background_pj_section03.jpg); background-size: cover; 
}
.pj-staging { margin-top:30px; padding:40px; display:flex; flex-wrap: wrap; column-gap:20px; justify-content: space-between;  background: url(//www.metaltech.co/images/background-stages-black03.jpg); background-size: cover; color:#fff; }
.pj-staging .staging-text { width:55%;  }
.pj-headline { font-weight:bold; color:#fff;  margin-top:25px; margin-bottom:25px; }
.pj-heading { text-transform: uppercase; font-weight:bold; font-size: 2.9rem; color: #fdb825 }
.staging-photo img {margin-left:auto; margin-top:30px }
.staging-links {width: 100%; margin-top:30px;  display: flex; column-gap:30px; }
.pj-guardrails { margin-top:3px; padding:40px; display:flex; flex-wrap: wrap; column-gap:20px; background-color: #111; }
.pj-guardrails-img { display:flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; }
.pj-guardrails-img div { max-width:22%; }
.pj-guardrails-img p { padding:1px 10px; background-color: #fdb825; width:fit-content; margin-left:auto; margin-right: auto; font-size: 0.9em; font-family: 'Roboto Condensed', sans-serif; font-weight: bold; text-transform: uppercase; }
#site-content .pj-banner-media a:link {color: #fdb825; text-transform: uppercase; font-size: 0.9em; } .scube-intro { background: url(//www.metaltech.co/images/background-top-scaffoldcube.jpg) no-repeat top center;  background-size: cover; }
.scube-intro-title { margin-bottom:0.4em; font-family:'Roboto Condensed', sans-serif; font-size:2.4rem; color: #fdb825; text-transform: uppercase; }
.scube-intro .section-inner { padding:30px 0px; display:flex; justify-content: space-between; gap:10px;  }
.scube-intro .section-inner div{max-width: 30%; }
.scube-intro-title {max-width: 100%; line-height: normal; }
.scube-content {margin-top:60px; display:flex; justify-content: space-between; gap:10px; margin-bottom: 60px; }
.scube-title { text-transform: uppercase; font-weight: bold; font-size:2.5rem; line-height: normal;  }
.scube-content div:first-child {max-width: 50%; }
.scube-feature { font-family:'Roboto Condensed', sans-serif; text-transform: uppercase; margin-bottom:2px; font-weight: bold; font-size:1.1em; }
.scube-banner-custom {color:#fff; padding:35px 30px; text-transform: uppercase; font-weight:bold;  
background: url(//www.metaltech.co/images/background-features-scaffoldcube.jpg) no-repeat top center;  background-size: cover; }
.scube-banner-custom-fr {color:#fff; padding:35px 30px; text-transform: uppercase; font-weight:bold;  
background: url(//www.metaltech.co/images/background-features-scaffoldcube_fr.jpg) no-repeat top center;  background-size: cover; }
.scube-banner-custom span { color:#3881c0; }
.scube-banner-custom ul { max-width: 50%; }
.s-cube-banner-media { margin-top: 60px; margin-bottom:50px; display:flex; justify-content: space-between; background: url(//www.metaltech.co/images/background-media-scaffoldcube.jpg) no-repeat top center;
background-size: cover;}
.s-cube-video-container {background-color:#fdb825 ; min-width:150px; display:flex; justify-content: center; padding:5px 30px; border-right: solid 3px #fff;    }
.s-cube-video-container a {width:100%; padding:20px 10px; text-align: center; font-size:1em; }
.s-cube-video-container img { filter:brightness(0); height:50px; width:auto; margin:0 auto 10px auto; }
.s-cube-media-container { display:flex; justify-content:flex-end; gap:20px; padding:25px; }
.pj-btn { width:fit-content; height:fit-content; min-width: auto; display: inline-block; 
text-transform: uppercase; font-weight: bold; color:#111; background-color: #fdb825; margin-bottom:10px;  }
.scube-gallery-thumbs {display:flex; flex-wrap:wrap; gap:5px; margin-top:3px; }
.scube-gallery-thumbs a{ width:80px; height:80px; border:solid 1px #aaa;  }
.scube-video-thumb { background: url(//www.metaltech.co/images/scaffoldcube-gallery/METALTECH_Scafoldcube_video_thumb.jpg) no-repeat top center; background-size: cover;
text-align: center; }
.scube-video-thumb img { width:34px; height:34px; border:none; filter: brightness(8); margin:0px auto; margin-top: 14px; margin-bottom:5px;  }
.scube-video-thumb span { display:inline-block; }
.scube-gallery-wrap .gallery-header img  {max-width:500px; }
#site-content .scube-gallery-thumbs a:link { color:#fff; }
#site-content .scube-gallery-thumbs a:visited { color:#fff; }
#site-content .scube-gallery-thumbs a:hover { color:#fff; }
#site-content .scube-gallery-thumbs a:active { color:#fff; } .category-ladders .ladders-wrap { background: url(//www.metaltech.co/images/background_ladders_categ.jpg) no-repeat top center;  background-size: cover; }
.ladder-intro {  display:flex; gap: 25px; padding:35px 0; text-align: left; align-items: flex-start; justify-content: space-between; }
.ladder-intro h2 { max-width:30%; padding:0px; color: #fdb825; }
.ladder-intro div { max-width:70%; display: flex; flex-wrap: wrap; column-gap:15px; }
.ladder-intro div p {width:48% ; }
.ladder-intro div p:first-child {width:100%; opacity:0.6; margin-bottom:30px; }
.ladder-intro div p span {font-family:'Roboto Condensed', sans-serif; font-size:2.3rem; text-transform: uppercase; }
.title-intro-buildman {color:#b21a1a; }
.title-intro-jobsite {color:#fdb825; }
.ladder-intro h2 {color:#fff; } .subcategory .header-text-wrap{ color:#eee; padding:30px; }
.subcategory .title-intro-temp-fence {color:#f26921; margin-bottom:0px; font-family:'Roboto Condensed', sans-serif; font-size:2.3rem; text-transform: uppercase; }
.temp-fences-wrap-custom { background: url(//www.metaltech.co/images/background_fences_categ1.jpg) no-repeat top center;  background-size: cover; }
.temp-fences-wrap-custom .section-inner { display:flex; flex-wrap: wrap; gap:20px; align-items: flex-start; justify-content: space-between; }
.temp-fences-wrap-custom .section-inner .temp-fence-intro { width:43%; display:flex; flex-wrap: wrap; } .subcategory .header-text-wrap { color:#eee; padding: 30px; }
.subcategory .title-intro-buildman {margin-bottom:10px; font-family:'Roboto Condensed', sans-serif; font-size:2.3rem; text-transform: uppercase; }
.subcategory .title-intro-jobsite {margin-bottom: 10px; font-family:'Roboto Condensed', sans-serif; font-size: 2.3rem; text-transform: uppercase; }
.ladders-wrap-custom { background: url(//www.metaltech.co/images/background_ladders_categ.jpg) no-repeat top center;  background-size: cover; } .alu-intro { display:flex; gap: 25px; padding:35px 0; padding-bottom:5px;  text-align: left; align-items: flex-start; justify-content: space-between; }
.alu-intro div { max-width:33%; }
.alu-intro .title-intro-jobsite { font-family:'Roboto Condensed', sans-serif; font-size:2.3rem; text-transform: uppercase; } .sgs-tab-container { display: flex; }
.sgs-tabs { width:18%; min-width:210px; }
.sgs-container { width: 100%; padding:30px; background-color: #eee; } 
.sgs-tabs .tablink { height:auto; padding:26px 10px; background-color: #222; margin-bottom:4px; color:#eee; } 
.sgs-tabs .tablink-active { background-color:#eee; color:#222; box-shadow: -6px 0px 0px 0px #fdb825; } 
.sgs-adv { padding:30px 50px 0 50px; background-color: #222; color:#111; gap:30px;
background: url(//www.metaltech.co/images/background_sgs_header_01.jpg) no-repeat top center; background-size: cover; } 
.sgs-adv .home_header {margin:auto; }
.sgs-adv .section-inner { display:flex; justify-content: space-between; margin-bottom:30px; } 
.sgs-description { max-width:55%; }
.sgs-description p { color:#fefefe; }
.sgs-adv p.sgs-adv-header { color:#fdb825; font-family:'chivo', sans-serif; font-weight: bold; font-size:2.6rem; line-height:1.2; margin:0px; margin-bottom:10px; text-transform: uppercase; } 
.sgs-btn-container { display:flex; flex-direction: column; row-gap: 10px; }
.sgs-btn-container .sgs-btn { width: 100%; }
.sgs-btn-container .sgs-btn a { width: 100%; text-align: center; }
.subcateg-prod-txt .sgs-btn { text-align:center; max-width:90%; margin:auto; }
.products-wrap .sgs-banner-media {width:100%; }
.subcategory-wrap h3 { font-size: 3rem; }
.subcateg-prod-container { display:flex; width:100%; gap:20px; margin-top:10px; } 
.subcateg-prod-container .subcateg-prod-img {   width:55%;   }
.subcateg-prod-txt { width: 55%; }
.subcateg-prod-txt ul { text-transform: uppercase; font-weight:bold; }
.subcateg-prod-txt li { text-transform:initial; font-weight:initial; }
.subcategory-prod, .subcategory-config{ width:100%; margin-top:40px; }
.category p.subcateg-prod-header, .category p.subcateg-prod-header { background-color:#ebebeb; width:100%; padding:10px 0px 10px 20px; font-family: 'Roboto Condensed', sans-serif; font-size: 1.5em; text-transform: uppercase; }
.sgs-gallery-thumbs .gallery-thumb span { margin-top:-87px; display:block; color:#fff; width:100%; text-align: center; }
.sgs-gallery-thumbs .gallery-thumb span img {filter:brightness(8); margin-bottom:4px; }
.sgs-gallery-thumbs { display:flex; flex-wrap:wrap; gap:3px; margin-top:3px; }
.sgs-gallery-thumbs a { width:106px; height:106px; border:solid 1px #aaa; }
.config-container {display:flex; flex-wrap:wrap; justify-content:space-between; }
.config-container .config {  width:30%; text-align: center; }
.config-downloads {margin-top:10px; }
.config-downloads span {display:inline-block; border: solid 1px #444;  text-transform: uppercase; padding:12px 20px; margin:0 2px;   }
.sgs-banner-media {   margin-top: 60px; display:flex; align-items: stretch; background: url(//www.metaltech.co/images/backgrodun-sgs-b.jpg); background-size: cover; }  
.subcategory-prod .products-wrap {width:100%; justify-content:flex-start; gap:5px;}
.sgs li span { font-weight: bold; }
.sgs li { list-style: none; }
.products-wrap p, .products-wrap ul { font-size:1.6rem; }
.wc-block-product-categories-list-item-count {
display: none; } .sgs-section-banner { display:flex; padding:40px 0px; justify-content: space-between; gap:10px; }  
.sgs-section-banner section:first-child { display: flex; gap: 10px; max-width:40%; } 
.sgs-btn a { display:inline-block; padding:18.5px; text-transform: uppercase; font-weight: bold; color:#111; background-color: #fdb825; }
.category-sgs section { padding:0px; }
.sgs-section-banner h2 { padding:0px; }
.sgs-container { justify-content: space-between; gap:25px; position:relative; }
.sgs-container .tab-section:first-child { max-width:55%; }
.tab-section p:first-child { font-weight: bold; }
.tab-section img { margin-top:50px; }
.tab-section ul { font-size: 0.9em; }
.tab-section li { line-height: initial; }  
.sgs-container section { position:absolute; right:30px; bottom:30px; display:flex; gap:10px; width:auto; }  
.sgs-video-container a { min-width:170px; padding: 27px; display:flex; justify-content: center; flex-wrap: wrap; }
.sgs-video-container .vp-a { font-size: 1em; }
.sgs-video-container img { margin-bottom:10px; }
.sgs-video-container span { width:100%; text-align: center; }
.sgs-banner-media .sgs-btn a { padding-left:30px; padding-right:30px; }
.sgs-banner-media section { padding: 35px; display:flex; justify-content: flex-end; gap:30px; }
#site-content .sgs-video-container a:link { color:#fdb825; }
#site-content .sgs-video-container a:visited { color:#fdb825; }
#site-content .sgs-video-container a:active { color:#fdb825; }
#site-content .sgs-video-container a:hover { color:#fdb825; }  .st-tab-container {width:100%; background-color:#f0f0f0; margin-top:20px;  }
.st-container h2 {font-family:'Roboto Condensed', sans-serif; font-size:2.9rem;   }
.st-container {padding:30px 30px;  display:flex; padding-bottom:0px; }
.st-tabs { display:flex; justify-content:space-between; gap:4px;  }
.st-tabs a { width:100%; text-align: center; }
.tablink { font-family:'chivo', sans-serif; font-size:1.8rem; font-weight:bold; width:100%; height:100%; color:#111; background-color:#fdb825; padding:18px 10px; 
text-transform:uppercase;   transition: all 0.1s ease;  
}
.tablink span {display:block; font-weight: normal; text-transform: none;}
.tablink-active {background-color:#f0f0f0; color:#111; box-shadow: 0 -6px 0px 0px #fdb825; }
.st-tab-container a .tablink:hover { background-color:#ddd; color:#111;  box-shadow: 0 -6px 0px 0px #fdb825;  }
h3 {font-family: 'Roboto Condensed', sans-serif; font-size:2.5rem; text-transform:uppercase; margin: 20px 0px 10px 0px }
.st-title {font-family: 'Chivo', sans-serif; font-weight: bold; margin-bottom:10px}
.st-container li { border-bottom:solid 1px #ddd; list-style: none; padding:8px 3px; margin:0px;  text-transform: uppercase; font-size:1.5rem; display:flex;   text-align: left;  }
.st-container li:nth-child(odd) {  background-color: #eee; }
.st-container li:nth-child(even) {   background-color: #f5f5f5;}
.st-container div:first-child {width:70%; }
.st-container div img {max-width:80%; margin-top:10px; margin-left:60px; margin-bottom:0px; }
.st-specs {width:65%; }
.bold-li { font-weight:bold; margin-top:10px; }
.st-footer { display:flex;  justify-content: space-around; align-items: center; min-height:190px; flex-wrap: wrap; background: url(//www.metaltech.co/images/background-smartstairs2.jpg) no-repeat top left;
background-size: cover; background-color:#000;  border-top:solid #fff 30px;  }
.st-footer a { border:solid 1px #fdb825; min-width: 180px;    display:block; text-transform: uppercase; text-align: center;   background-color:#fdb825; }
.st-video-footer { display:flex;  justify-content:space-around; align-items: stretch; padding:30px 30px; flex-wrap: wrap; align-items: flex-start;  background-color:#ddd; 
background: url(//www.metaltech.co/images/background-smartstairs.jpg) no-repeat top center; background-size:cover; }
.st-video-footer .st-title { width:100%; }
.st-video-footer a { max-width:200px;   padding:10px 20px; display:flex; justify-content:center; text-align: center; align-items: center; gap:10px;  font-size:1.6rem; text-transform: uppercase; flex-wrap: wrap; }
.st-video-footer a img {display:block; }
#site-content .st-video-footer a:link { color:#fdb825; }
#site-content .st-video-footer a:visited { color:#fdb825; }
#site-content .st-video-footer a:hover { color:#fdb825; }
#site-content .st-video-footer a:active { color:#fdb825; }
.st-container ul, .st-comp-link { max-width:80%; }
.st-container ul { margin-bottom:5px; }
.st-comp-link { text-align: center; max-width:80%; margin-bottom:30px; background-color:#fdb825 ; font-weight: bold; text-transform:uppercase; margin-left:auto; margin-right:auto; }
.st-comp-link a { display:block; width:100%; height:100%; padding:15px 20px; border:solid 1px #111; }
.st-adv {padding:30px 50px; display:flex; align-items:flex-start; justify-content: center; background-color: #222; color:#eee; gap:30px; 
background:url(//www.metaltech.co/images/background-smartstairs2.jpg) no-repeat top left; background-size: cover; font-size:1.7rem; }
.st-adv-header { color:#fdb825; font-family:'Roboto Condensed', sans-serif; font-size:2.6rem; margin:0px; }
.st-container .product-extra { text-align: center; }
.smartstairs-regulations { font-weight:bold;  }
.smartstairs-regulations-note { font-size: 1.5rem;  margin-top: 10px; }
.st-extra-info {text-align:center; font-style:italic; font-size:1.7rem; } .demo-container { width:100%; }
.demo-smartstairs form {display:flex; flex-wrap: wrap; justify-content: space-between; }
.demo-smartstairs .s50, .demo-smartstairs .s100 {border:none; padding:0px 0px; } .gallery-smartstairs .mgallery-title  { text-align: left; width:100%; line-height: 2rem; }
.gallery-smartstairs .mgallery-title span {font-family: 'Chivo', sans-serif; line-height: 2rem; font-size: 1.4rem; display:inline-block; margin-top:3px;   vertical-align: text-top;  }
.gallery-smartstairs .mgallery-title .mgallery-header { text-transform: uppercase; font-size: 1.4rem; max-width: 20%; }
.st-tab-container a:link {color:#fff; }
.st-tab-container a:visited {color:#fff; }
.st-tab-container a:hover {color:#eee; }
.st-tab-container a:active {color:#eee; }
#site-content .st-footer a:link {color:#111; }
#site-content .st-footer a:visited {color:#111; }
#site-content .st-footer a:hover {color:#111; border-color: #fff; }
#site-content .st-footer a:active {color:#111; }
#site-content .st-comp-link a:link {color:#111; }
#site-content .st-comp-link a:visited {color:#111; }
#site-content .st-comp-link a:hover {color:#111; border-color: #2d5755; opacity:0.7; }
#site-content .st-comp-link a:active {color:#111; } .ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;     
} .ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {padding:7px 15px; }
.ubermenu-nojs.ubermenu-skin-white .ubermenu-submenu .ubermenu-tabs .ubermenu-tab > .ubermenu-target, .ubermenu-skin-white .ubermenu-submenu .ubermenu-tab > .ubermenu-target { text-transform:uppercase; font-weight:bold; font-size:15px; font-family: 'Roboto Condensed', sans-serif;  border-bottom:solid 1px #eee;  }
.ubermenu .ubermenu-tab .ubermenu-tab-content-panel {padding:15px 5px; }
.mtech-menu-container.ubermenu-skin-white.ubermenu-responsive-toggle {font-size:20px; } .menu-support {  z-index:250; }
.menu-support .ubermenu-config2 .ubermenu-item-level-0 > .ubermenu-target  {padding-bottom:0px; padding-top:0px; margin:0px;     }
.menu-support .ubermenu .ubermenu-item.ubermenu-item-2969 > .ubermenu-target,  .menu-support .ubermenu .ubermenu-item.ubermenu-item-2973 > .ubermenu-target{ color:#ccc   }
.menu-support .ubermenu .ubermenu-submenu .ubermenu-target-text { color:#444  }
.menu-support .ubermenu .ubermenu-submenu .ubermenu-target-text:hover {color:#000  }  .header_search input::-moz-placeholder {font-size:15px !important; font-family: 'Chivo', sans-serif; } .header_search input:-moz-placeholder {font-size:15px !important; font-family: 'Chivo', sans-serif; } .header_search input:-ms-input-placeholder {font-size:15px !important; font-family: 'Chivo', sans-serif; } .header_search input::-webkit-input-placeholder {   font-size: 15px;}
.is-ajax-result-description {   font-size: 16px !important;}
.is-ajax-search-details .is-title a, .is-ajax-search-post .is-title a {  font-size: 18px !important; }
.top-menu { padding:1.2rem 0; text-transform:uppercase; color:#fff; display: flex;   justify-content: flex-end;  align-items:center; font-family: 'Chivo', sans-serif;  }
.top-menu a {color:#ccc !important; font-size:1.4rem;  padding-left:1.8rem; text-decoration: none;   }
.top-menu .menu-spacer {font-size:0.8rem;  padding-left:1.8rem; color:#888;    }
.top-menu li { list-style-type: none; margin:0px; line-height: normal;  }
.top-menu a:hover {color:#fff !important;    }
.full-wrap-top {  background-color:#111;  }
.full-wrap-menu { background-color:#000;  }
.mtech-menu-wrap {display: flex; padding:20px 0px; color:white; position:relative; }
.mtech-menu-prod-wrap {flex-grow: 1; margin-left:4rem; margin-right:1rem; }
.mtech-menu-search-wrap { min-width:200px; border:solid 1px green; }
ul.mtech-menu-container {margin:0px; }
#mega-menu-wrap-primary {background-color:#000 }
.header_search { position:absolute;  right:0px; width:25%; z-index: 111111; }
.footer_column a:link {color:#fff; }
.footer_column a:visited {color:#fff; }
.footer_column a:hover {color:#fdb825; }
.footer_column a:active {color:#fff; } #home_promo_header { height:290px;   background:url(//www.metaltech.co/images/background-home.webp) no-repeat top center; background-color:#313131; margin-right:2px;  margin-left:2px;} _::-webkit-full-page-media, _:future, :root #home_promo_header {
height:290px;   background:url(//www.metaltech.co/images/background-home.jpg) no-repeat top center; background-color:#000; margin-right:2px;  margin-left:2px; }
#home_promo_header .section-inner {display:flex;  justify-content:space-between; color:white; padding:20px;   padding-top:50px; align-items:center; }
#tag-line{ color:#fff; font-size:5.7rem; font-family: 'Chivo', sans-serif; font-weight:bold; text-transform: uppercase; padding: 0px 30px; }
#tag-line span {color:#fdb825; }
#download-catalog { border:solid 1px #fdb825; font-family: 'Chivo', sans-serif; font-weight:bold; text-transform: uppercase; line-height:5rem; padding:10px 20px; color:#fdb825; }
.home-promo {display:flex; flex-wrap:wrap;  margin-top:-120px;  }
.home-promo-item { flex: 48%; min-width: 350px;  min-height: 350px; }
.home-promo .home_header { flex: 100%; text-align:center;  }
.home-promo .home-promo-item, .home-promo-secondary .home-sup-block  {border:solid 10px #fff; }
.home-promo div span {  margin:0px; padding: 2px 30px; padding-bottom:30px;    -webkit-border-radius: 31px; border:solid 1px #aaa; font-size:1.5rem; 
-moz-border-radius: 31px; border-radius: 31px; background-color:#fff;  font-family: 'Chivo', sans-serif; font-weight:bold; text-transform: uppercase; }
#promo1, #promo2, #promo3, #promo4 {border-bottom:solid 3px #fff; }
#promo1, #promo3, #promo5 {border-right:solid 3px #fff; }
#promo2, #promo4, #promo6 {border-left:solid 3px #fff; }
#promo3, #promo4, #promo5, #promo6 {border-top:solid 3px #fff; }
#download-catalog a:link { color:#fdb825;  }
#download-catalog a:visited { color:#fdb825; }
#download-catalog a:hover { color:#fff;  }
#download-catalog a:active { color:#fdb825;  }
.home-promo-secondary a:link { color:#fdb825 !important; }
.home-promo-secondary a:visited { color:#fdb825 !important; }
.home-promo-secondary a:hover { color:#fff !important; }
.home-promo-secondary a:active { color:#fdb825 !important; }
.home-promo-secondary { margin-top:20px; display: flex;  align-items: stretch;  justify-content: space-around;  }
.home-promo-secondary .home-sup-block { width:50%;   background-color:#eee; padding:45px; }
#support1{display:flex; justify-content:space-between ; align-items:baseline; border-right:solid 3px #fff; border-bottom:solid 3px #fff; background:url(//www.metaltech.co/images/background-home-support1.webp) no-repeat top center; background-color:#000; background-size: cover;}
#support2{display:flex; justify-content:space-between ;  align-items:baseline; border-left:solid 3px #fff; border-bottom:solid 3px #fff; background:url(//www.metaltech.co/images/background-home-support2.webp) no-repeat top center; background-color:#000; background-size: cover;}
.home-promo-secondary p {margin:0px; line-height:2.7rem; color:#fff; font-size:2.6rem; font-family: 'Chivo', sans-serif; font-weight:bold; text-transform: uppercase; }
p.home_calltoaction {color:#fdb825; border:solid 1px #fdb825; padding:5px 15px; font-size:1.5rem; font-weight:100; }
#support3 {display:flex; align-items:baseline; flex-wrap:wrap;  border-top:solid 3px #fff;  border-right:solid 3px #fff; width:60%; background-color:#000; color:#fff;  }
#support4 {display:flex; align-items:baseline; flex-wrap:wrap; border-top:solid 3px #fff;  border-left:solid 3px #fff; width:40%; background-color:#000; color:#fff; }
.home_support_tag {font-size:1.5rem; color:#fff; line-height:1rem;  }
#support3, #support4 {max-height:250px; position:relative; border-bottom:solid 6px #fff; }
#support3 p {color:#fdb825; width:100%}
#support3 div img {display:inline; margin-right:5px; margin-top:23px; max-height:55px; } 
#home_app_hand {position:absolute; bottom:0px; right:0px; width:160px; max-height: initial !important;  }
#support4  p { width:100%;  }
#support4 .home_calltoaction {width:auto; margin-top:30px;  } .carousel { background: #fff;   width: 100%; max-height:450px; overflow:hidden; }
.carousel-cell {
max-width:415px; 
width: 19%;
height: auto;     
max-height: 800px;
margin-right:5px;    
background: #fff;
overflow: visible; 
transition: border 0.4s; 
margin-bottom:-14px;     
margin-top:5px;     
}
.carousel-cell p {background-color:#000; color:#fff; padding:15px; text-transform:uppercase; font-weight: bold; font-size:1.7rem; line-height: 2.5rem;  font-family: 'Roboto Condensed', sans-serif; }
.carousel-cell p span {font-size:2.6rem; display:block; } .custom-cell{transition: all 0.2s;  }
.custom-cell:hover {transform: scale(1.02); }
.carousel-product { background: #fff; } 
.carousel-cell-product { background: #fff; overflow: visible; margin-bottom:-14px; margin:5px; max-width:415px; width: 24%; height: auto; text-align: center; }
.carousel-cell-product img{margin:auto; }
.carousel-cell-product p {margin-top:10px; font-family:'Roboto Condensed', sans-serif; } body #site-footer { margin:0px; padding:30px; margin-top:40px; background-color: #000 ; color:#fff; }
.single #site-footer { margin-top:10px; }
.footer_column { line-height:1.9rem; font-size:1.6rem; }
.footer_column div { margin: 10px 0px; }
.footer_header { font-size:1.7rem ;color:#fdb825; text-transform:uppercase; font-family: 'Roboto Condensed', sans-serif; margin-bottom:10px; width:100%; }
.footer-credits {width:100%;  }
body #site-footer  p.footer-copyright { font-size:1.5rem; color:#fff; margin-top:30px; font-weight:400; }
#site-footer .section-inner { flex-wrap:wrap; justify-content: flex-start; column-gap: 60px; row-gap: 25px; }
.footer-sm {display:flex; align-items:flex-end; }
.footer-sm img {height:35px; margin-left:10px; }
.footer_search_wrap {width:100%; margin-top:20px; border-top:solid 1px #222; padding-top:30px; padding-bottom:30px; }
.footer_search_wrap form { width:30%; }
.footer_column .fproducts { max-width: 64%; display:inline-block; margin-top:-10px;  vertical-align: top; }
.footer_column:first-of-type { width:initial; }
.column_company { max-width: 18%; }
#sub_footer { margin-top:35px; line-height:20px; max-width:220px; }
#sub_footer form input{ margin-top:10px; }
#sub_form { position:relative; border-top: solid 1px #111; }
#sub_footer form input[type="submit"] { background-color: #fdb825;  color: #111;   font-size: 1.4rem; padding:11px; margin-bottom:2px; }
#sub_form p { margin:0px; } .category-exterior-scaffolding h2 span, .category-exterior-scaffolding .sub-item a:hover  { color: #fdb825; }
.category-portable-scaffold h2 span, .category-portable-scaffold .sub-item a:hover { color:#fdb825; }
.category-header-wrap { background-color:#154d7e; color:#fff; margin:2px 1px 2px 2px;background:url(//www.metaltech.co/images/background-header-jobsite.jpg) no-repeat top center; background-size: cover;}
.blog-posts .category-tag-header-wrap { display:none; }
.category-tag-header-wrap { background-color:#222; color:#fff;  margin:1px 2px 2px 2px; text-align: center; }
.category-standard-frames .category-branding, .category-cadres-standards .category-branding, .category-ladder-arch-frames .category-branding, .category-cadres-en-arche-avec-echelle .category-branding, .category-cadres-en-arche .category-branding, .category-walk-thru-arch-frames .category-branding, .category-scaffold-towers .category-branding { background-color:#154d7e; }
.category-portable-scaffold .category-branding, .category-echafaudage-portatif .category-branding { background-color:#fdb825; color:#111; }
.category-ladder-arch-frames .category-header-wrap, .category-walk-thru-arch-frames .category-header-wrap, .category-standard-frames .category-header-wrap { background-color: #154d7e; }
.category-exterior-scaffolding .category-header-wrap {background:url(//www.metaltech.co/images/background-header-jobsite.jpg) no-repeat top center; }
.category-portable-scaffold .category-header-wrap {background:url(//www.metaltech.co/images/background-header-jobsite.jpg) no-repeat top center; }
.exterior-scaffolding .feature-item p, .exterior-scaffolding .category-tag-header-wrap {background-color:#00609d; } 
.portable-scaffold .feature-item p, .portable-scaffold .category-tag-header-wrap {background-color:#fdb825; color:#111; } 
.aluminum-scaffolding .feature-item p, .aluminum-scaffolding .category-tag-header-wrap {background-color:#56aadd; color:#fff; } 
.drywall .feature-item p, .drywall .category-tag-header-wrap {background-color:#9a1c1c; color:#fff;} 
.temporary-fences .feature-item p, .temporary-fences .category-tag-header-wrap {background-color:#f26921; color:#fff;} 
.fiberglass-scaffolding .feature-item p, .fiberglass-scaffolding .category-tag-header-wrap {background-color:#737c71; color:#fff;} 
.ladders-stepladders .feature-item p, .ladders-stepladders .category-tag-header-wrap {background-color:#87b735; color:#fff;} 
.shoring-post .feature-item p, .shoring-post .category-tag-header-wrap {background-color:#68a0c6; color:#fff;} 
.safety-guardrail .feature-item p, .safety-guardrail .category-tag-header-wrap {background-color:#ecc800; color:#111;} 
.debris_chute .feature-item p, .debris_chute .category-tag-header-wrap {background-color:#56aadd; color:#fff;} 
.pump_jack .feature-item p, .pump_jack .category-tag-header-wrap {background-color:#ed1d24; color:#fff; } 
.category-pump-jack-et-ultra-jack .category-branding, .category-pump-jack-and-ultra-jack .category-branding { background-color:#ed1d24; color:#fff; }
.category-smartstairs .category-branding, .category-smartstairs .category-branding {  background-color: #fdb825;  color: #111; }
.smartstairs .feature-item p, .smartstairs .category-tag-header-wrap {background-color:#fdb825; color:#111;} 
.category-smartstairs-fr .category-branding, .category-smartstairs-fr .category-branding {  background-color: #fdb825;  color: #111; } .page-template-page-social-media .mtech-menu-wrap, .page-template-page-social-media .top-menu, .page-template-page-social-media #site-footer {display:none; }
.social-media {color:#ddd; background-color: #000;  min-height: 100vh !important;  }
.social-media-wrap {   margin-top:50px;  }
.social-media-wrap div { max-width:90px;     text-align: center;    }
.social-media-wrap .sm_logo_metaltech {width:100%; margin-bottom:20px; max-width:100%; }
.sm_logo_metaltech img {width:100%; }
.social-media { background: url(//www.metaltech.co/images/background-scaffold.jpg) no-repeat top center; background-size: cover;   }
.social-media section {   display: flex;  flex-wrap: wrap;  justify-content:space-around;   align-items: center; gap: 35px 15px; 
border:solid 1px #444; padding:40px 20px; } .page-template-page-social-media-home .mtech-menu-wrap, .page-template-page-social-media-home .top-menu, .page-template-page-social-media-home #site-footer {display:none; }
.social-media-home { background: url(//www.metaltech.co/images/background-scaffold.jpg) no-repeat top center; background-size: cover; font-size:1.8rem;  }
.social-media-home {color:#ddd; background-color: #000; min-height: 100vh !important; }
.social-media-home .sm_logo_metaltech {flex:3; max-width:700px; }
.social-media-home section {   display: flex;  flex-wrap: wrap;  justify-content:space-around;  align-items: center; gap: 15px 15px; padding:20px 10px; }
.logo-wrap {text-align: center; margin-top:20px; margin-bottom:20px;  display: flex; justify-content:space-between; }
.social-media-home .social-media-wrap {   margin-top:0px; }
.social-media-home .fas { margin-right:3px; }
.social-media-home hr {border-top:solid 1px #555; width:92%; margin: 15px auto;  }
.social-media-home h2 {padding:20px 0; font-size: 3.3rem; }
.social-media-home .app-wrap {display:flex; flex-wrap: wrap; gap:10px;  justify-content: space-around; padding-bottom:30px; }
.social-media-home .app-wrap h2 {width:100%; }
.social-media-home .app-wrap img {max-height:70px; }
.social-media-home .full-wrap a:link { color:#eee !important; }
.social-media-home .full-wrap a:visited {color: #eee !important;}
.social-media-home a:hover {color: #eee !important; }
.social-media-home a:active {color: #eee !important; }
.subscribe-wrap iframe { max-width:300px; margin-left:-15px;  }
.lang-item {   list-style: none; display: inline-block; padding:10px 15px ; font-size: 1.8rem; text-transform: uppercase;} .page-template-page-contest-cng .mtech-menu-wrap, .page-template-page-contest-cng .top-menu, .page-template-page-contest-cng #site-footer { display:none; }
.page-template-page-contest-cng-rules .mtech-menu-wrap, .page-template-page-contest-cng-rules .top-menu, .page-template-page-contest-cng-rules #site-footer { display:none; }
.contest_cng { background: url(//www.metaltech.co/images/contest_cng/c_cng_background1.jpg)  no-repeat top center; background-size: cover; color:#fff; min-height:1300px !important;   }
.contest-logo-climb img, .contest-title img, .contest-video img { margin-left:auto; margin-right:auto; }
.c-cgn-container { margin-top:5px; }
.contest-title img {width:880px; height:auto; }
.contest-video { position:relative; }
.contest-video img { transition: all 0.2s; -webkit-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.72);   box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.72); }
.video-play {pointer-events: none; position:absolute;  margin-left: auto;  margin-right: auto;  left: 0;  right: 0;  text-align: center; top:38%; border:solid 4px #fff; border-radius:30;  
width: 85px; padding:15px; padding-left:25px; -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px; transition: all 0.2s; pointer-events: none; }
.arrow-right {  width: 0;  height: 0;  border-top: 25px solid transparent;  border-bottom: 25px solid transparent;  border-left: 25px solid #fff; margin-left: auto;
margin-right: auto; transition: all 0.2s; }
.contest-form-container {max-width:800px; padding:30px; padding-top:0px;  margin-top:20px; margin-left:auto; margin-right:auto;  background-color:#fdb825 ; -webkit-border-radius: 70px; -moz-border-radius: 70px; border-radius: 70px;
color:#222; -webkit-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.72); box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.72); border:solid 2px #fff; }
.contest-form-container h5 { text-align: center; }
.c-cgn-container fieldset {border:none; }
.c-cgn-container .s100 {text-align: center; padding:10px 10px 20px 10px; }
.contest-video img:hover {transform: scale(1.01); border: solid 2px #fdb825; }
.contest-video:hover .video-play {border: solid 4px #fdb825; }
.contest-video:hover .arrow-right {border-left: 25px solid #fdb825; }
.wpcf7-date:before { content: attr(placeholder) }
.contest-form-container .wpcf7-not-valid-tip {font-size:1.5rem; }
#site-content .contest-form-container .wpcf7-submit {background-color:#111; color:#fdb825; -webkit-border-radius: 5px;   -moz-border-radius: 5px; border-radius: 5px; margin-left:auto; margin-right:auto; margin-left:10%; }
#site-content .contest-form-container .wpcf7-submit:disabled{background-color:#888; color:#fdb825}
#site-content .contest-form-container a:link {text-decoration: underline; }
.contest-value-container {display:flex; justify-content:center; margin-top:-90px; }
.contest-value { margin: 40px 10px 10px 10px; }
.contest-value img { margin: 50px auto 20px auto; }
.contest_cng h2 {text-align: center; margin-top:30px; margin-bottom:30px; color:#fdb825; font-size: 3.4rem; width:85%; margin-left:auto; margin-right:auto; }
.contest_cng h5 {font-size:3rem; padding:0px; margin:40px 0px 0px 0px; }
.contest_cng h3 { text-align: center; color: #fdb825; max-width:85%; margin-left:auto; margin-right:auto; }
.contest_cng h3 span {display: inline-block;  }
.contest-cng-back { background-color:#fdb825; max-width:300px; text-align: center;margin-top:60px; margin-bottom:80px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.contest-cng-back a {display:inline-block; width:100%; height:100%;  padding: 20px;  }
.contest-cng-back a:hover {text-decoration: underline !important; }
.contest-cng-note {text-align: center; margin-top:30px; font-size: 1.6rem; font-style: italic; color: #fdb825;}
.contest_cng .language-switch {font-size: 1.4rem; text-align:right; margin-right:30px; margin-top:15px; text-transform: uppercase;}
.contest_cng .language-switch a { background-color: #444; padding:5px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.wpcf7-form-control-wrap select { padding:1.5rem 1.8rem; width:100%; font-size:1.6rem; border-width: 0.1rem; border-color:#dcd7ca; height:51px; }
.cng-rules li span {display:block; font-weight:bold; }
.cng-rules .section-inner a:link {text-decoration: underline !important; }
.cng-rules .section-inner a:visited {text-decoration: underline !important; }
.cng-rules .section-inner a:hover {text-decoration: underline !important; }
.cng-rules .section-inner a:active {text-decoration: underline !important; } ol {  counter-reset: item; }
ol>li {   counter-increment: item; }
ol ol>li { display: block;}
ol ol>li:before {
content: counters(item, ".") ". ";
margin-left: -20px;
}
li.li-roman{
counter-increment: sub-counter-roman;
padding-left: 1em;
counter-reset: none;
}
li.li-roman::before {
content: counter(sub-counter-roman, lower-roman) ". ";
}
li.li-latin {
counter-increment: sub-counter-latin;
padding-left: 1em;
counter-reset: none;
}
li.li-latin::before {
content: counter(sub-counter-latin, lower-latin) ". ";
}
#site-content .language-switch a:link {color:#fff;}
#site-content .language-switch a:visited {color:#fff;}
#site-content .language-switch a:hover {color:#eee; text-decoration: underline; }
#site-content .language-switch a:active {color:#fff;}
@media all and (max-width: 1399px)  {
.carousel-cell p span { font-size:2.3rem; margin-top:3px; }
}
@media ( max-width: 1269px ) {      
.carousel-cell { width: 24%; }  
#tag-line {font-size:4.5rem; }
.video-unit {width:22%; }
.carousel-cell p span { font-size:2.3rem;   }
.sgs-banner-media {flex-wrap: wrap;}
.sgs-banner-media section, .sgs-banner-media {justify-content: center;}
}
@media ( max-width: 1150px ) { 
#tag-line { font-size:3.5rem}
.home-sup-block p { font-size:2rem; }
p.home_calltoaction { font-size:1.6rem;  }
.home-promo-secondary .home-sup-block { padding:20px; }
.instruction-manuals article { width:29% }
.manuals_container .custom-inst-item  { width:29% }
.carousel-cell p span {font-size:2.3rem; } .sgs-section-banner { display:flex; flex-wrap: wrap;}
.sgs-section-banner section:first-child { max-width:100%;} .pj-staging .staging-text { width:45%; }
.staging-photo img { width:90%; }
#support3  #home_app_hand { width: 110px; } 
.sgs-banner-media section { flex-wrap:wrap;  }
.sgs-banner-media section .sgs-btn {width:100%; }
.sgs-banner-media section .sgs-btn a {width:100%; text-align: center;} .warehouse_txt { padding:20px 20px;   }
}
@media ( max-width: 1000px ) { 
.top-menu a { padding-left:1rem; }
.top-menu .menu-spacer {padding-left:1rem; }
.top-menu a {font-size:1.35rem; }
.carousel-cell {width: 33%; }    
.carousel-cell-product {width: 33%; }  
.top-menu {justify-content:center; }
.carousel-cell p span {font-size:2.2rem; }
#tag-line { font-size:2.5rem }
.home-sup-block p { font-size:1.8rem; }
p.home_calltoaction { font-size:1.4rem; line-height:1.7rem; }
.home-promo-secondary .home-sup-block { padding:20px; }
.mtech-menu-wrap { flex-wrap: wrap; }
.mtech-menu-prod-wrap { flex: 100% ;  order: 3; margin:0px; margin-top:10px; }
.menu_search_container { flex: 1; margin-left:40px; }
.video-unit { width:31%; }
.sub-item { width: 49%; }
.subcategory article { width: 49%; }
.footer_column { width: 33%; }
.footer_column:first-of-type { min-width:34rem; }
.column_company { max-width:initial; }
fieldset.s50 { width:100%;     }
.fproducts { max-width: 100%; margin-left:0px !important;     }
.product-head { flex-wrap: wrap;  }
#support3  #home_app_hand { display:none;   } .warehouse_map {width:50%;  }
.warehouse_map img{max-width:100%; height:100%}
.warehouse_txt {width:50%; padding:20px;  } .sc-container form{  display:flex;   flex-wrap: wrap;       }
.calc_container { width:100%;}
.download_section { flex-wrap: wrap;}
.instr_download, .instr_video {width:100%; margin-bottom:20px; } .sf_content { flex-wrap: wrap;}
.sf_content .sf_list {width:100%; }
.saferstack-frame .sf_content img.frame-innovation { position:relative; width:500px; margin-bottom:20px; }
.sf_content3 { flex-wrap:wrap; }
.sf_text p:first-child { font-size:1.5em;  }
.sf_text p { font-size:1em;}
.stack_container img { width:100%} .st-container div:first-child { width:90%;   }
.st-container ul, .st-comp-link { max-width:100%; }
.gallery-container a { width:48%; }
.st-adv { flex-wrap: wrap; padding:30px 20px;  }
.st-adv div { max-width:30%}
.contest_cng h3 { text-align: center; font-size: 2rem;   } .sgs-container { flex-wrap: wrap; padding-bottom:90px}
.sgs-container .tab-section:first-child {max-width:100%; order: 2;} .pj-container { flex-wrap:wrap;  }
.pj-container .tab-section {max-width:100%; width:100%; }
.pj-container .tab-section img {width:100%; }
.pj-banner-media { flex-wrap: wrap; }
.pj-banner-media a { width:24.7%; }
.pj-video-container { max-width:100%; width:100%;  }
.pj-section-banner .section-inner { flex-wrap: wrap; justify-content: space-around; }
.pj-intro div { max-width:45%; }
.pj-staging .staging-text { width:100%;  }
.staging-photo img { width:100%; margin-left:auto; margin-right:auto  } .scube-content {flex-wrap:wrap}
.scube-content div:first-child { max-width:100%;}.is-hidden { display: none; }
.scube-gallery-wrap .gallery-header img {max-width:650px; } .drywall-carts .header-text-wrap div ul li { width: 53%;   } .sgs-banner-media {justify-content:center; flex-wrap:wrap; }
.sgs-banner-media section {justify-content:center;}
.sgs-video-container a { min-width:100px;  }
.subcateg-prod-container {flex-wrap:wrap; }
.subcateg-prod-container .subcateg-prod-img {width:100%; }
.subcateg-prod-txt {width:100%; }
}
@media ( max-width: 700px ) { 
.mtech-menu-wrap {justify-content:center; }
.carousel-cell {width: 49%;    }   
.carousel-cell-product {width: 49%;    }  
.carousel-cell p span {font-size:1.7rem;   }
.carousel-cell p {font-size: 1.47rem; } .warehouse_map_container {flex-wrap: wrap;}
.warehouse_map {width:100%; align-self: flex-end;}
.warehouse_map img{width:100%; height:100%}
.warehouse_txt {width:100%; padding:20px;  } .calc_results { padding:10px 10px;   } .top-menu {flex-wrap: wrap; display:none;  }
.top-menu a {flex:45%; }
.menu-spacer {display:none; }
.home-promo {display:flex; flex-wrap:wrap;  margin-top:10px;  }
#home_promo_header {height:230px; }
#home_promo_header .section-inner {flex-wrap: wrap; justify-content:center;}
#tag-line {display:flex; flex:100%; flex-wrap:wrap; justify-content: center; font-size:2.0rem;    }
#tag-line span {display:flex; flex-wrap:wrap; justify-content: center; align-content: center;     }
#download-catalog {width:90%; line-height:2rem; margin-top:20px;  text-align: center }
.home-promo-item {flex:100%;  }
.home-promo-secondary .home-sup-block {width:100% !important; }
#support1, #support3 {margin:0px; border:none;  }
#support2, #support4  {margin:10px 0px; border:none;  }
#support3  #home_app_hand {display:none;  }
.mtech-menu-prod-wrap {flex: 100% ;  order: 3; margin:0px; margin-top:10px; }
.menu_search_container {flex: 100%;  margin-left:0px; margin-top:20px;  }
.sub-item {width: 49%; }
.subcategory article {width: 49%; border:solid 2px #fff;  }
.footer_column {width: 100%; margin-top:10px;  }
.footer_column:first-of-type { min-width:100%; }
#sub_footer {   width: 100%; max-width:100%; }
.sub-sidebar {display:none; }
.products-wrap {width:100%; }
body #site-footer {margin-top:10px; }
#site-footer .section-inner{  margin:0px; margin-right:0px; }
.footer-sm img {max-width:none; margin-left:0px; margin-right:10px;  }
.product-head {float:left; width:100%; }
.product-photo-container, .products-specs-container  { width:100%; height: initial; }
.product-specs-panel {padding:0px; }
.product_video { text-align:center; width: 80px; height: 80px; }
.product-links-container { margin-top:10px; margin-top:10px;  justify-content:left;}
.ps-widget[ps-sku], .ps-widget[data-ps-sku] {width:100%; }
.single-product h1 { font-size:2.5rem; width:100%;  line-height:normal; }
.single-product h1 span{line-height:normal; }
.footer-sm a { margin:5px; }
.fproducts { max-width:100%; margin-left:0px !important; }
.contact_container1 { width:100%; }
.contact_container2 { width:100%; }    
.contact_container1 iframe { margin-bottom:30px; margin-top:10px;   }
.video-unit {width:47%; }
h1 {font-size:4rem; line-height: 5.5rem; }
h1 span{line-height: 3.5rem; }
.brochures_container a { width:31%; max-width:138px; margin:2px;  }
.gallery-container a { width:48%; }
.mgallery-title { line-height:1.9rem; }
.instruction-manuals article { width:45%; margin:2px;  }
.manuals_container .custom-inst-item { width:45%; margin:2px;  }
.module_instructions { flex-wrap: wrap; }
.module_instructions img { width:100%; margin-bottom:20px;  }
.module_instructions p { width:89%; }
.download_section { flex-wrap: wrap;}
.instr_download, .instr_video { width:100%; margin-bottom:20px; } .saferstack-frame .sf_content img.frame-innovation {max-height:400px; width:auto; } 
.sf_content div {width:100%}
.sf_content3, .sf_content2 {flex-wrap:wrap; }
.sf_content2 .video_container, .sf_content2 .brochure_container {width:100%; }
.sf_content2 .video_container {margin-bottom:20px; }
.sf_text {width:100%; margin-top:10px;  }
.sf_text p:first-child {font-size:1.9em;  }
.sf_text p {font-size:1.2em;}
.stack_container {width:100%; }
.stack_container img {width:100%}
.stack_container p {font-size:2.1em; } .social-media-wrap div { max-width:55px; text-align: center;    } .st-container {flex-wrap: wrap;}
.st-container div:first-child {width:100%; order: 2;  }
.st-container ul, .st-comp-link {max-width:100%; }
.st-adv {flex-wrap: wrap; padding:30px 20px;  }
.st-adv div {max-width:45%}
.st-video-footer a {max-width:47%; } .alu-intro  {flex-wrap: wrap; }
.alu-intro div {width:100%; max-width:100%;   }
.alu-scaff .header-text-wrap .section-inner {flex-wrap: wrap;  }
.alu-scaff .header-text-wrap .section-inner div {max-width:100%; width: 100%; } .sgs-tab-container { flex-wrap: wrap; }
.sgs-tabs { min-width:100% }
.sgs-tabs .tablink { padding:15px 10px; text-align: center; }
.sgs-adv .section-inner div {max-width:100%; }
.sgs-adv .section-inner { flex-wrap: wrap; justify-content: flex-start; }
.sgs-banner-media { flex-wrap: wrap; padding-top:20px;  background-size: auto;}
.sgs-video-container {width:47%;  }
.sgs-video-container a { padding:18px; }
.sgs-banner-media section { justify-content: space-around; flex-wrap:wrap;  }
.sgs-btn {max-width:100%; width:100%; text-align: center;   }
.sgs-btn a {max-width:100%; width:100%; text-align: center;   }
.sgs-container section { position:initial; flex-wrap: wrap; }
.sgs-container {padding-bottom: 20px;}
.sgs-section-banner section:first-child {flex-wrap:wrap; }
.sgs-btn-container {width:100%;} .ladder-intro {flex-wrap:wrap; }
.ladder-intro h2 {max-width:100%; }
.ladder-intro div {max-width:100%; } .pj-intro section {flex-wrap: wrap;}
.pj-intro div {max-width:100%; }
.pj-banner-media a {width:49.7%; }
.pj-banner-media section {flex-wrap: wrap; justify-content: center; }
.pj-btn {max-width:100%; width:100%; text-align: center;}
section .pj-btn a {text-align: center; width:100%; }
.staging-links { flex-wrap: wrap; row-gap:20px; text-align: center; }
.staging-links br { display: none; }
.pj-guardrails-img div { max-width:45%; } .drywall-carts .header-text-wrap div p{ width: 100%; max-width: 100%; }
.drywall-carts .header-text-wrap div ul { width: 100%; max-width: 100%; margin-left:0px; padding-left:0px; }
.drywall-carts .header-text-wrap div { flex-wrap: wrap; }
.drywall-carts .header-text-wrap div ul li {width:40%; } .temp-fences-wrap-custom .section-inner .temp-fence-intro { width:100%; } .scube-content {flex-wrap:wrap; }
.scube-content div:first-child {max-width:100%; }
.scube-gallery-wrap .gallery-header img {max-width:400px; }
.scube-intro .section-inner { flex-wrap: wrap; }
.scube-intro .section-inner div { max-width:100%; }
.s-cube-banner-media { flex-wrap:wrap; }
.s-cube-video-container { max-width:none; width:100%; border:none;  }
.s-cube-media-container { width:100%; text-align: center; flex-wrap: wrap; }
.s-cube-video-container a { padding:10px; }
.scube-banner-custom ul { max-width: 100%; }
.gallery-smartstairs .mgallery-title span { display:inline-block;  max-width:100%; }
.gallery-smartstairs .mgallery-title .mgallery-header { text-transform: uppercase; font-size: 1.4rem; max-width: 100%; }
.contest_cng h2 {width:90%; font-size:2.5rem; }
.contest_cng h5 {font-size: 2.5rem; }
.contest_cng h3 { text-align: center; font-size: 2rem; width:162%; margin-top:50px; max-width:162%; }
.video-play {top:25%}
#site-content .contest-form-container .wpcf7-submit {margin-left:20%;}
.contest-value-container {margin-top:-40px; }
.contest-logo-climb img {max-width:200px; }
.contest-value img {margin-top:20px; }
.contest-form-container {padding:20px; padding-top:0px;}
.st-footer {width:auto;   background-size:cover ; padding:20px; gap:10px; }
.st-footer a { width:100%;   min-width:auto;  }
.st-video-footer a {width: 100%;} .social-media-home .app-wrap img {max-height:50px; } .pp-style {min-width:40px; }
#promo1, #promo2, #promo3, #promo4, #promo5, #promo6 {border:solid 3px #fff; }
.home-promo-item {min-height: auto; min-width: auto;}
#support3 div img { max-height: 39px;}
.products-specs-container hr { margin-top:30px; margin-bottom:0px  }
} .fade-in-fast {
animation: fadeIn 0.8s;
-webkit-animation: fadeIn 0.8s;
-moz-animation: fadeIn 0.8s;
-o-animation: fadeIn 0.8s;
-ms-animation: fadeIn 0.8s;
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@-webkit-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@-o-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@-ms-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}  .postid-827 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CISC2.jpg) no-repeat top; background-size: cover;  }
.postid-827 .product_video:nth-of-type(2)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CISC.jpg) no-repeat top; background-size: cover;  }
.postid-817 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CISC2.jpg) no-repeat top; background-size: cover;  }
.postid-817 .product_video:nth-of-type(2)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CISC.jpg) no-repeat top; background-size: cover;  } .postid-893 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMSS.jpg) no-repeat top; background-size: cover;  }
.postid-893 .product_video:nth-of-type(2)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMSS2.jpg) no-repeat top; background-size: cover;  }
.postid-903 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMSS.jpg) no-repeat top; background-size: cover;  }
.postid-903 .product_video:nth-of-type(2)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMSS2.jpg) no-repeat top; background-size: cover;  } .postid-1198 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMSO4TT.jpg) no-repeat top; background-size: cover;  }
.postid-1194 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMSO4TT.jpg) no-repeat top; background-size: cover;  } .postid-1217 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMSGRJP.jpg) no-repeat top; background-size: cover; }
.postid-1222 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMSGRJP.jpg) no-repeat top; background-size: cover; } .smartstairs .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-smartstairs.jpg) no-repeat top; background-size: cover; } .postid-3989 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CNG.jpg) no-repeat top; background-size: cover; }
.postid-3989 .product_video:nth-of-type(2)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CNG2.jpg) no-repeat top; background-size: cover; }
.postid-3989 .product_video:nth-of-type(3)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CNG3.jpg) no-repeat top; background-size: cover; }
.postid-4007 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CNG.jpg) no-repeat top; background-size: cover; }
.postid-4007 .product_video:nth-of-type(2)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CNG2.jpg) no-repeat top; background-size: cover; }
.postid-4007 .product_video:nth-of-type(3)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CNG3.jpg) no-repeat top; background-size: cover; }
.postid-5493 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CNG.jpg) no-repeat top; background-size: cover; }
.postid-5493 .product_video:nth-of-type(2)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CNG2.jpg) no-repeat top; background-size: cover; }
.postid-5493 .product_video:nth-of-type(3)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CNG3.jpg) no-repeat top; background-size: cover; }
.postid-5494 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CNG.jpg) no-repeat top; background-size: cover; }
.postid-5494 .product_video:nth-of-type(2)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CNG2.jpg) no-repeat top; background-size: cover; }
.postid-5494 .product_video:nth-of-type(3)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CNG3.jpg) no-repeat top; background-size: cover; }
.postid-5487 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CNG.jpg) no-repeat top; background-size: cover; }
.postid-5487 .product_video:nth-of-type(2)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CNG2.jpg) no-repeat top; background-size: cover; }
.postid-5487 .product_video:nth-of-type(3)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CNG3.jpg) no-repeat top; background-size: cover; }
.postid-5492 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CNG.jpg) no-repeat top; background-size: cover; }
.postid-5492 .product_video:nth-of-type(2)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CNG2.jpg) no-repeat top; background-size: cover; }
.postid-5492 .product_video:nth-of-type(3)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CNG3.jpg) no-repeat top; background-size: cover; } .postid-387 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-M-MGPUSL.jpg) no-repeat top; background-size: cover;  }
.postid-389 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-M-MGPUSL.jpg) no-repeat top; background-size: cover;  } .postid-5582 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMDHBR.jpg) no-repeat top; background-size: cover;  }
.postid-5581 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMDHBR.jpg) no-repeat top; background-size: cover;  }
.postid-6407 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMDHBR.jpg) no-repeat top; background-size: cover;  }
.postid-6409 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMDHBR.jpg) no-repeat top; background-size: cover;  } .pump-jack .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-pump-jack.jpg) no-repeat top; background-size: cover; }
.pump-jack .product_video:nth-of-type(2)  { background: url(//www.metaltech.co/images/video/thumbs/video-pump-jack2.jpg) no-repeat top; background-size: cover; }
.pump-jack-fr .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-pump-jack.jpg) no-repeat top; background-size: cover; }
.pump-jack-fr .product_video:nth-of-type(2)  { background: url(//www.metaltech.co/images/video/thumbs/video-pump-jack2.jpg) no-repeat top; background-size: cover; }
.ultra-jack .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-ultra-jack.jpg) no-repeat top; background-size: cover;  }
.ultra-jack .product_video:nth-of-type(2)  { background: url(//www.metaltech.co/images/video/thumbs/video-ultra-jack2.jpg) no-repeat top; background-size: cover;  }
.ultra-jack-fr .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-ultra-jack.jpg) no-repeat top; background-size: cover;  }
.ultra-jack-fr .product_video:nth-of-type(2)  { background: url(//www.metaltech.co/images/video/thumbs/video-ultra-jack2.jpg) no-repeat top; background-size: cover;  }
.kits-pump-jack-and-ultra-jack .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-ultra-jack.jpg) no-repeat top; background-size: cover;  }
.kits-pump-jack-and-ultra-jack .product_video:nth-of-type(2)  { background: url(//www.metaltech.co/images/video/thumbs/video-ultra-jack2.jpg) no-repeat top; background-size: cover;  }
.kits-pump-jack-et-ultra-jack .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-ultra-jack.jpg) no-repeat top; background-size: cover;  }
.kits-pump-jack-et-ultra-jack .product_video:nth-of-type(2)  { background: url(//www.metaltech.co/images/video/thumbs/video-ultra-jack2.jpg) no-repeat top; background-size: cover;  } .postid-3545 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-M-MC4884JP.jpg) no-repeat top; background-size: cover; }
.postid-3548 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-M-MC4884JP.jpg) no-repeat top; background-size: cover; } .safety-guardrail-systems .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-SGS.jpg) no-repeat top; background-size: cover;  }
.systemes-de-garde-corps-autoportants .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-SGS.jpg) no-repeat top; background-size: cover;  } .postid-904 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CISCMT.jpg) no-repeat top; background-size: cover; }
.postid-913 .product_video:nth-of-type(1)  { background: url(//www.metaltech.co/images/video/thumbs/video-I-CISCMT.jpg) no-repeat top; background-size: cover; } .postid-892 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-CISC.jpg) no-repeat top; background-size: cover; }
.postid-887 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-CISC.jpg) no-repeat top; background-size: cover; } .postid-867 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-CISC.jpg) no-repeat top; background-size: cover; }
.postid-871 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-CISC.jpg) no-repeat top; background-size: cover; } .postid-875 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-CISC.jpg) no-repeat top; background-size: cover; }
.postid-879 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-CISC.jpg) no-repeat top; background-size: cover; } .postid-8486 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-CFISC.jpg) no-repeat top; background-size: cover; }
.postid-8487 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-CFISC.jpg) no-repeat top; background-size: cover; } .postid-1213 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-CISC.jpg) no-repeat top; background-size: cover; } .postid-881 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-CISC.jpg) no-repeat top; background-size: cover; }
.postid-886 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-CISC.jpg) no-repeat top; background-size: cover; } .postid-1165 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-CISC.jpg) no-repeat top; background-size: cover; }
.postid-1169 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-CISC.jpg) no-repeat top; background-size: cover; } .postid-914 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-CAISC.jpg) no-repeat top; background-size: cover; }
.postid-920 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-CAISC.jpg) no-repeat top; background-size: cover; } .postid-1053 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-IMCNT.jpg) no-repeat top; background-size: cover; }
.postid-1061 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-IMCNT.jpg) no-repeat top; background-size: cover; } .postid-1094 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-IMIS.jpg) no-repeat top; background-size: cover; }
.postid-1101 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-IMIS.jpg) no-repeat top; background-size: cover; } .postid-1111 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-IRC.jpg) no-repeat top; background-size: cover; }
.postid-1115 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-IRC.jpg) no-repeat top; background-size: cover; } .postid-1119 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-BM6S.jpg) no-repeat top; background-size: cover; }
.postid-1125 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-BM6S.jpg) no-repeat top; background-size: cover; } .postid-1126 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-CAIRC-presentation.jpg) no-repeat top; background-size: cover; }
.postid-1133 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-CAIRC-presentation.jpg) no-repeat top; background-size: cover; }
.postid-1126 .product_video:nth-of-type(2) { background: url(//www.metaltech.co/images/video/thumbs/video-I-CAIRC.jpg) no-repeat top; background-size: cover; }
.postid-1133 .product_video:nth-of-type(2) { background: url(//www.metaltech.co/images/video/thumbs/video-I-CAIRC.jpg) no-repeat top; background-size: cover; } .postid-1084 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-IMAC.jpg) no-repeat top; background-size: cover; }
.postid-1090 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-IMAC.jpg) no-repeat top; background-size: cover; } .postid-1800 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMDPL.jpg) no-repeat top; background-size: cover; }
.postid-1804 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMDPL.jpg) no-repeat top; background-size: cover; } .postid-1866 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-buidlman-stilts.jpg) no-repeat top; background-size: cover; }
.postid-1873 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-buidlman-stilts.jpg) no-repeat top; background-size: cover; }
.postid-1877 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-buidlman-stilts.jpg) no-repeat top; background-size: cover; }
.postid-1875 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-buidlman-stilts.jpg) no-repeat top; background-size: cover; } .postid-1894 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMDWB18.jpg) no-repeat top; background-size: cover; }
.postid-1903 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMDWB18.jpg) no-repeat top; background-size: cover; } .postid-1767 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMD3031R.jpg) no-repeat top; background-size: cover; }
.postid-1770 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMD3031R.jpg) no-repeat top; background-size: cover; } .postid-1778 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMD3631R.jpg) no-repeat top; background-size: cover; }
.postid-1784 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMD3631R.jpg) no-repeat top; background-size: cover; } .postid-1668 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMD-welded.jpg) no-repeat top; background-size: cover; }
.postid-1674 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMD-welded.jpg) no-repeat top; background-size: cover; }
.postid-1771 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMD-welded.jpg) no-repeat top; background-size: cover; }
.postid-1776 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-I-BMD-welded.jpg) no-repeat top; background-size: cover; } .postid-1792 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-h-cart.jpg) no-repeat top; background-size: cover; }
.postid-1799 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-h-cart.jpg) no-repeat top; background-size: cover; } .postid-8277 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_pipe.jpg) no-repeat top; background-size: cover; }
.postid-8280 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_pipe.jpg) no-repeat top; background-size: cover; }
.postid-8875 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_pipe.jpg) no-repeat top; background-size: cover; }
.postid-8886 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_pipe.jpg) no-repeat top; background-size: cover; }
.postid-8865 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_pipe.jpg) no-repeat top; background-size: cover; }
.postid-8874 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_pipe.jpg) no-repeat top; background-size: cover; } .postid-6656 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-safespace.jpg) no-repeat top; background-size: cover; }
.postid-6655 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-safespace.jpg) no-repeat top; background-size: cover; }
.postid-6654 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-safespace.jpg) no-repeat top; background-size: cover; }
.postid-6658 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-safespace.jpg) no-repeat top; background-size: cover; }
.postid-6657 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-safespace.jpg) no-repeat top; background-size: cover; }
.postid-6659 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-safespace.jpg) no-repeat top; background-size: cover; } .postid-332 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-M-MFT5710.jpg) no-repeat top; background-size: cover; }
.postid-336 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-M-MFT5710.jpg) no-repeat top; background-size: cover; }
.postid-3440 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-M-MFT5710.jpg) no-repeat top; background-size: cover; }
.postid-3443 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-M-MFT5710.jpg) no-repeat top; background-size: cover; } .telescoping-multi-position-ladder .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-multi-position.jpg) no-repeat top; background-size: cover; } 
.telescoping-multi-position-ladder .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-multi-position.jpg) no-repeat top; background-size: cover; }
.echelles-multiposition-telescopique .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-multi-position.jpg) no-repeat top; background-size: cover; } .postid-2146 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-ladder12.jpg) no-repeat top;  background-size: cover; }
.postid-2149 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video-ladder12.jpg) no-repeat top;  background-size: cover; } .postid-8062 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_ext_ladder_jobsite_t1.jpg) no-repeat top;  background-size: cover; }
.postid-8069 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_ext_ladder_jobsite_t1.jpg) no-repeat top;  background-size: cover; }
.postid-8085 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_ext_ladder_jobsite_t1.jpg) no-repeat top;  background-size: cover; }
.postid-8086 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_ext_ladder_jobsite_t1.jpg) no-repeat top;  background-size: cover; }
.postid-8091 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_ext_ladder_jobsite_t1.jpg) no-repeat top;  background-size: cover; }
.postid-8094 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_ext_ladder_jobsite_t1.jpg) no-repeat top;  background-size: cover; }
.postid-6463 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_step_ladder_jobsite_t2.jpg) no-repeat top;  background-size: cover; }
.postid-6464 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_step_ladder_jobsite_t2.jpg) no-repeat top;  background-size: cover; }
.postid-6465 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_step_ladder_jobsite_t2.jpg) no-repeat top;  background-size: cover; }
.postid-6466 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_step_ladder_jobsite_t2.jpg) no-repeat top;  background-size: cover; }
.postid-6467 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_step_ladder_jobsite_t2.jpg) no-repeat top;  background-size: cover; }
.postid-6468 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_step_ladder_jobsite_t2.jpg) no-repeat top;  background-size: cover; }
.postid-6599 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_step_ladder_jobsite_t2.jpg) no-repeat top;  background-size: cover; }
.postid-6600 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_step_ladder_jobsite_t2.jpg) no-repeat top;  background-size: cover; }
.postid-8170 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_step_ladder_jobsite_t2.jpg) no-repeat top;  background-size: cover; }
.postid-8179 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_step_ladder_jobsite_t2.jpg) no-repeat top;  background-size: cover; }
.postid-8163 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_step_ladder_jobsite_t2.jpg) no-repeat top;  background-size: cover; }
.postid-8169 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_step_ladder_jobsite_t2.jpg) no-repeat top;  background-size: cover; }
.postid-8218 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_step_ladder_jobsite_t2.jpg) no-repeat top;  background-size: cover; }
.postid-8221 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_step_ladder_jobsite_t2.jpg) no-repeat top;  background-size: cover; }
.postid-8222 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_step_ladder_jobsite_t2.jpg) no-repeat top;  background-size: cover; }
.postid-8225 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_step_ladder_jobsite_t2.jpg) no-repeat top;  background-size: cover; }
.postid-5296 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_stilts_jobsite.jpg) no-repeat top;  background-size: cover; }
.postid-5297 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_stilts_jobsite.jpg) no-repeat top;  background-size: cover; }
.postid-5295 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_stilts_jobsite.jpg) no-repeat top;  background-size: cover; }
.postid-5293 .product_video:nth-of-type(1) { background: url(//www.metaltech.co/images/video/thumbs/video_stilts_jobsite.jpg) no-repeat top;  background-size: cover; }