@charset "UTF-8";
.eael-contact-form-align-default {
display: block !important;
}
.wpcf7-form {
position: relative; overflow: hidden;
display: block !important;
}
.wpcf7-form .fieldset-cf7mls {
border: none;
background: none;
}
.wpcf7 form.sent .wpcf7-response-output {
display: block;
}
.cf7mls-btns.cf7mls-btns-last-step {
display: inline;
}
.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
margin: 16px 0px 26px;
}
.cf7mls-btns .cf7mls_next.action-button,
.cf7mls-btns .cf7mls_back.action-button {
margin: 25px 0px 26px;
padding: 13px 15px;
}
.cf7mls_next.action-button {
background-color: #0073aa;
border: 0 none;
border-radius: 3px;
color: #ffffff;
cursor: pointer;
font-weight: bold;
margin: 25px 0px 26px;
padding: 13px 5px;
min-width: 100px;
position: relative;
}
.cf7mls_back.action-button {
background-color: #e3e3e3;
border: 0 none;
border-radius: 3px;
color: #23282d;
cursor: pointer;
font-weight: bold;
margin: 16px 0px 26px;
padding: 13px 5px;
min-width: 100px;
position: relative;
}
.fieldset-cf7mls .wpcf7-form-control.wpcf7-cf7mls_preview_step {
background-color: #27ae60;
border: 0 none;
border-radius: 3px;
color: white;
cursor: pointer;
font-weight: bold;
margin: 26px 0px 32px;
padding: 13px 5px;
min-width: 100px;
position: relative;
}
.cf7mls_back.action-button {
margin-right: 10px;
float: left;
}
.cf7mls_next.action-button:hover,
.cf7mls_back.action-button:hover,
.fieldset-cf7mls .wpcf7-form-control.wpcf7-cf7mls_preview_step:hover {
opacity: 0.8;
}
.fieldset-cf7mls .cf7mls_back {
float: left;
}
.fieldset-cf7mls .cf7mls_next {
float: right;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
border-radius: 3px;
padding: 13px 29px;
font-weight: bold;
margin: 16px 0px 26px;
float: right;  }
form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover {
opacity: 0.8;
}
.cf7mls_reviewing_overlay {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
z-index: 100;
display: none;
}
form.wpcf7-form.cf7mls_reviewing {
position: relative;
z-index: 999999;
background-color: #fff;
}
form.wpcf7-form.cf7mls_reviewing:before {
content: "";
position: absolute;
background: rgba(0, 0, 0, 0.8);
width: 100000px;
height: 100000px;
left: -30000px;
top: -30000px;
z-index: 1;
}
form.wpcf7-form.cf7mls_reviewing > * {
position: relative;
z-index: 3;
}
form.wpcf7-form.cf7mls_reviewing .cf7mls_close_preview {
cursor: pointer;
position: absolute;
top: 10px;
right: 0;
}
form.wpcf7-form.cf7mls_reviewing:after {
content: "";
position: absolute;
top: -5px;
left: -20px;
right: -20px;
bottom: -10px;
background: #ffffff;
z-index: 2;
}  .wpcf7-form .fieldset-cf7mls .cf7mls-btns {
min-height: 80px;
}
.cf7mls_next.action-button img {
width: 20px;
position: relative;
margin-left: 5px;
vertical-align: middle;
}
.cf7mls_next.action-button.sending img {
display: inline-block !important;
}
.cf7mls_next.action-button:focus,
.cf7mls_back.action-button:focus {
outline: none;
}
.fieldset-cf7mls-wrapper {
position: relative;
overflow: hidden;
}
.fieldset-cf7mls-wrapper .fieldset-cf7mls {
width: 100%;
opacity: 0;
visibility: hidden;
-webkit-transition: all 800ms cubic-bezier(0.68, 0, 0.265, 1); -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
-moz-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
-o-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55); -webkit-transition-timing-function: cubic-bezier(
0.68,
0,
0.265,
1
); -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
-moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
-o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition-timing-function: cubic-bezier(
0.68,
-0.55,
0.265,
1.55
); }
.cf7mls-no-moving-animation .fieldset-cf7mls-wrapper .fieldset-cf7mls {
transition: none;
}
.fieldset-cf7mls-wrapper .cf7mls_back_fs {
position: absolute;
left: 0;
top: 15px;
transform: translate(-110%, 0);
-webkit-transform: translate(-110%, 0);
-moz-transform: translate(-110%, 0);
}
.fieldset-cf7mls-wrapper .cf7mls_current_fs ~ .fieldset-cf7mls {
position: absolute;
left: 0;
top: 15px;
transform: translate(110%, 0);
-webkit-transform: translate(110%, 0);
-moz-transform: translate(110%, 0);
}
.wpcf7-form .cf7mls_progress_bar ~ .fieldset-cf7mls-wrapper fieldset {
padding-top: 0px;
margin-top: 0px;
padding-bottom: 2px;
margin-bottom: 20px;
}
.fieldset-cf7mls-wrapper .cf7mls_current_fs {
opacity: 1;
visibility: visible;
}
.fieldset-cf7mls.cf7mls_preview_fs {
height: auto;
overflow: visible;
opacity: 1;
visibility: visible;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
position: relative;
}
.fieldset-cf7mls-wrapper .wpcf7-not-valid-tip {
font-size: 13px;
}
.fieldset-cf7mls-wrapper div.wpcf7-validation-errors {
border: none;
display: block;
color: #f00;
font-size: 13px;
padding-left: 0px;
margin-left: 0px;
}
.fieldset-cf7mls-wrapper div.wpcf7-validation-errors .wpcf7-icon-wraning {
display: block;
float: left;
margin-right: 8px;
margin-top: 2px;
fill: #f00;
}
.woodmart-ajax-shop-on .fieldset-cf7mls-wrapper div.wpcf7-validation-errors,
.theme-woodmart .fieldset-cf7mls-wrapper div.wpcf7-validation-errors {
display: flex !important;
padding-left: 65px;
}
.woodmart-ajax-shop-on
.fieldset-cf7mls-wrapper
div.wpcf7-validation-errors
.wpcf7-icon-wraning,
.theme-woodmart
.fieldset-cf7mls-wrapper
div.wpcf7-validation-errors
.wpcf7-icon-wraning {
display: none !important;
}
.fieldset-cf7mls-wrapper .fieldset-cf7mls span.ajax-loader {
position: absolute;
right: 39px;
margin-top: 33px;
}
@media only screen and (max-width: 767px) {
.fieldset-cf7mls input[type="radio"],
.fieldset-cf7mls input[type="checkbox"] {
width: auto;
}
.fieldset-cf7mls input,
.wpcf7-form .fieldset-cf7mls textarea {
width: 100%;
}
}
 @-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}.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;
}#mfcf7_zl_multifilecontainer span.wpcf7-form-control-wrap {
padding: 6px 0px;
}
#mfcf7_zl_multifilecontainer .wpcf7-form-control-wrap a i {
font-size: 15px;
margin: 0px 5px;
} a.mfcf7_zl_delete_file {
box-shadow: none !important;
}
a#mfcf7_zl_add_file {
box-shadow: none !important;
}
div#mfcf7_zl_multifilecontainer p {
margin-bottom: 10px;
}
div#mfcf7_zl_multifilecontainer {
margin-top: 15px;
}
.zl-form-control-wrap input,
.zl-form-control-wrap .mfcf7_zl_delete_file {
display: none !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: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
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: auto !important;
-webkit-clip-path: none;
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(https://adaptaramps.com.au/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(https://adaptaramps.com.au/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;
padding: 0;
} 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;
} .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 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-color {
color: #cd2653;
}
:root .has-accent-background-color {
background-color: #cd2653;
color: #fff;
}
:root .has-primary-color {
color: #000;
}
:root .has-primary-background-color {
background-color: #000;
color: #f5efe0;
}
:root .has-secondary-color {
color: #6d6d6d;
}
:root .has-secondary-background-color {
background-color: #6d6d6d;
color: #fff;
}
:root .has-subtle-background-color {
color: #dcd7ca;
}
:root .has-subtle-background-background-color {
background-color: #dcd7ca;
color: #000;
}
:root .has-background-color {
color: #f5efe0;
}
:root .has-background-background-color {
background-color: #f5efe0;
color: #000;
} .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;
}
.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 {
padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
} .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.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.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.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-quote p,
.wp-block-quote cite {
text-align: inherit;
}
.wp-block-quote[style="text-align:center"] {
border-width: 0;
padding: 0;
}
.wp-block-quote[style="text-align:right"] { border-width: 0 0.2rem 0 0;
padding: 0 2rem 0 0; } .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-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 .comment-notes a,
.comment-respond .logged-in-as a {
color: inherit;
text-decoration: none;
}
.comment-respond .comment-notes a:focus,
.comment-respond .comment-notes a:hover,
.comment-respond .logged-in-as a:focus,
.comment-respond .logged-in-as a:hover {
text-decoration: underline;
}
.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;
}   .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,
.privacy-policy a,
.powered-by-wordpress a {
color: inherit;
}
.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;
}
.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;
}
.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;
}
.wp-block-image .aligncenter figcaption {
text-align: center;
} 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: 120rem;
}  .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;
}
}@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@1,900&display=swap");
html,
body {
font-family: 'Inter', sans-serif !important;
letter-spacing: 0 !important;
}
h1, h2, h3, h4, h5, h6, p, a, div, span {
letter-spacing: 0;
}
:root {
--ar-green: #29A1A6;
--ar-green-text: #4BA7AC;
--ar-yellow: #FFDD2D;
--ar-blue: #093A83;
}
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
outline: none;
text-decoration: none;
}
header .btn-primary 
{	color: #4BA7AC;
background-color: white;
border-color: #4BA7AC;
display: inline-block;
border-radius: 0;
width: 190px;
height: 45px;
font-size: 14px;
line-height: 45px;
letter-spacing: 1.5px;
padding: 0 2rem;
text-transform: uppercase;
text-align: left;
position: relative;
}
header .btn-primary:hover,
header .btn-primary:not(:disabled):not(.disabled).active,
header .btn-primary:not(:disabled):not(.disabled):active,
header .show>.btn-primary.dropdown-toggle {
color: white;
background-color: #4BA7AC;
border-color: #4BA7AC;
}
header .btn-primary span.arrow-right {
position: absolute;
top: 8px;
right: 20px;
}
header .fb-link {
display: inline-block;
margin-right: 20px;
position: relative;
top: 10px;
width: 25px;
}
.primary-menu a {
color: black !important;
text-decoration: none !important;
padding-bottom: 4px;
font-size: 14px;
line-height: 20px;
font-weight: 600;
}
.primary-menu .current_page_ancestor,
.primary-menu .current-menu-ancestor {
text-decoration: none;
border-bottom: 1px solid black;
}
.primary-menu .current_page_ancestor.menu-item-36,
.primary-menu .current-menu-ancestor.menu-item-36 {
text-decoration: none;
border-bottom: 1px solid var(--ar-green);
}
.primary-menu a:hover { border-bottom: 1px solid black;
}
.primary-menu li.current-menu-item > a {
border-bottom: 1px solid black;
}
.primary-menu > li.current-menu-parent > a:hover {
border-bottom: none;
}
.primary-menu li#menu-item-36 > a {
color: var(--ar-green) !important;
}
.primary-menu li#menu-item-36 > a:hover {
border-bottom: 1px solid var(--ar-green-text);
}
.primary-menu > li.menu-item-has-children > a {
padding-right: 0;
}
.primary-menu > li > .icon {
display: none;
}
.primary-menu ul,
body:not(.overlay-header) .primary-menu ul {
background: white !important;
}
.primary-menu ul::after,
body:not(.overlay-header) .primary-menu > li > ul:after {
border-bottom-color: white !important;
}
.primary-menu ul a {
font-size: 14px;
font-weight: 600;
line-height: 20px;
}
.primary-menu ul a:hover {
border-bottom: none;
}
.primary-menu ul li:nth-of-type(n+2) a:after {
content: '';
position: absolute;
top: 0%;
left: 10%;
width: 80%;
height: 1px;
background: rgba(0,0,0,.1);
}
.primary-menu ul li.current-menu-item > a {
border-bottom: none;
}
.primary-menu #menu-item-460 .sub-menu,
.primary-menu #menu-item-470 .sub-menu,
.primary-menu #menu-item-36 .sub-menu {
box-shadow: 0px 0px 40px 2px rgba(0, 0, 0, 0.04);
border-radius: 6px;
width: 130px;
height: 90px;
top: calc(100% + 0.5rem);
left: 0;
padding: 0.5rem 0;
}
.primary-menu #menu-item-470 .sub-menu {
width: 160px;
}
.primary-menu #menu-item-36 .sub-menu {
width: 160px;
height: 130px;
}
.primary-menu .sub-menu:after {
border: none;
}
.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: #4BA7AC;
}
footer#site-footer {
position: relative;
}
#site-footer p {
font-weight: 300;
font-size: 16px;
line-height: 30px;
color: rgba(0, 0, 0, 0.7);
}
#site-footer .col-md-6:nth-of-type(2) p {
margin-top: 55px;
text-align: right;
}
#site-footer img {
margin-bottom: 20px;
}
#site-footer img.email-icon {
position: absolute;
top: 59px;
right: 241px;
}
#site-footer a {
color: #4BA7AC !important;
}
#site-footer a.to-the-top {
position: absolute;
right: -50px;
bottom: 50px;
}
#site-footer .footer-col-1 p {
font-weight: 400;
color: #333;
}
#site-footer .footer-col-1 p.copyright {
font-size: 14px;
opacity: .5;
margin-top: 0;
margin-bottom: 0;
position: relative;
top: -30px;
}
#site-footer .footer-col-1 p.copyright a:hover {
text-decoration: none;
border-bottom: 1px solid #4BA7AC;
padding-bottom: 4px;
}
#site-footer .footer-col-1 img {
margin-top: 1rem;
margin-bottom: 2rem;
max-width: 140px;
}
#site-footer h4 {
font-size: 20px;
font-weight: 600;
line-height: 30px;
}
#site-footer ul {
margin: 0;
padding: 0;
}
#site-footer li {
list-style: none;
margin: 0;
padding: 0;
}
#site-footer li a {
font-size: 16px;
font-weight: 400;
line-height: 40px;
color: #999 !important;
}
#site-footer li a:hover {
text-decoration: none;
border-bottom: 1px solid #999;
padding-bottom: 4px;
}
#site-footer .footer-col-4 a {
color: #333 !important;
font-weight: 400;
}
#site-footer .footer-col-4 a:hover {
text-decoration: none;
border-bottom: 1px solid #333;
padding-bottom: 4px;
}
#site-footer .footer-col-4 .social-media-links {
margin-top: 2rem;
}
#site-footer .footer-col-4 .social-media-links a {
margin-right: 20px;
}
#site-footer .footer-col-4 .social-media-links a:hover {
border-bottom: none;
padding-bottom: 0;
}
#site-footer .footer-col-4 .social-media-links a i {
color: var(--ar-green-text);
}
#site-footer .footer-col-4 .social-media-links a i.fa-facebook {
font-size: 20px;
}
#site-footer .footer-col-4 .social-media-links a i.fa-instagram {
font-size: 24px;
vertical-align: text-bottom;
} .intro {
margin-top: 50px;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(11,108,114,1) 90%, rgba(11,108,114,1) 100%);
}
.intro h1 {
font-weight: bold;
font-size: 40px;
line-height: 50px;
color: #000000;
margin-bottom: 20px;
letter-spacing: -1px;
}
.intro h3 {
font-weight: 300;
font-size: 18px;
line-height: 30px;
color: #000000;
letter-spacing: 0;
}
.intro h3 span {
display: block;
margin-bottom: 25px;
}
.intro h3 span.p1 {
}
.intro h3 span.p2 {
font-size: 24px;
line-height: 34px;
}
.intro h3 span.p3 {
font-weight: bold;
}
.intro h6 {
color: #909090;
font-weight: 400;
font-size: 12px;
line-height: 20px;
text-transform: uppercase;
letter-spacing: 0;
margin-top: 10px;
margin-bottom: 15px;
}
.intro .btn-primary {
color: white;
background-color: #4BA7AC;
border-color: #4BA7AC;
display: inline-block;
border-radius: 0;
width: 260px;
height: 60px;
font-size: 16px;
line-height: 60px;
letter-spacing: 1.5px;
padding: 0 4rem;
text-transform: uppercase;
text-align: left;
position: relative;
box-shadow: 5px 5px #FADD56;
margin: 35px 0 5px;
}
.intro .btn-primary:hover,
.intro .btn-primary:not(:disabled):not(.disabled).active,
.intro .btn-primary:not(:disabled):not(.disabled):active,
.intro .show>.btn-primary.dropdown-toggle {
color: #4BA7AC;
background-color: white;
border-color: #4BA7AC;
}
.intro .btn-primary span.arrow-right {
position: absolute;
top: 15px;
right: 25px;
}
.intro .col-md-4 {
text-align: right;
}
.intro .col-md-4 img {
display: inline-block;
}
.intro .col-md-4 img:nth-of-type(1) {
margin-top: 50px;
}
.intro .col-md-4 img:nth-of-type(n+2) {
margin-top: 30px;
}
.intro .col-md-3 img {
margin-bottom: 20px;
}
.req-quote {
background: #0B6C72;
padding: 100px 0;
}
.req-quote h2 {
font-size: 36px;
line-height: 80px;
text-align: center;
color: white;
font-weight: 400;
letter-spacing: 0;
}
.req-quote label {
font-weight: 500;
font-size: 13px;
line-height: 15px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.5);
width: 100%;
margin-top: 30px;
}
.req-quote input[type="text"],
.req-quote input[type="email"],
.req-quote input[type="number"],
.req-quote select {
background: rgba(0, 0, 0, 0.12);
height: 50px;
border: none;
margin-top: 6px;
margin-bottom: 6px;
color: white;
}
.req-quote select {
display: block;
width: 100%;
padding: 1.5rem 1.8rem;
font-size: 1.6rem;
}
.req-quote select option {
background: #0b5f62;
}
.req-quote input[type="submit"],
.req-quote .wpcf7-submit {
color: #4BA7AC;
background-color: white;
border-color: #4BA7AC;
display: block;
border-radius: 0;
width: 260px;
height: 60px;
font-size: 16px;
line-height: 60px;
letter-spacing: 1.5px;
padding: 0 4rem;
text-transform: uppercase;
text-align: left;
position: relative;
box-shadow: 5px 5px #FADD56;
margin: 35px auto 5px;
}
.req-quote input[type="submit"]:hover,
.req-quote input[type="submit"]:not(:disabled):not(.disabled).active,
.req-quote .wpcf7-submit:hover {
color: white;
background-color: #4BA7AC;
border-color: #4BA7AC;
}
.req-quote input[type="submit"]:after,
.req-quote .wpcf7-submit:after {
content: url(https://adaptaramps.com.au/wp-content/themes/twentytwenty-child/images/arrow-right-short.png);
width: 28px;
height: 28px;
position: absolute;
top: 9px;
right: 25px;
}
.gallery {
margin: 100px 0;
}
.gallery img {
margin-bottom: 30px;
}
.gallery .btn-primary {
color: white;
background-color: #4BA7AC;
border-color: #4BA7AC;
display: block;
border-radius: 0;
width: 260px;
height: 60px;
font-size: 16px;
line-height: 60px;
letter-spacing: 1.5px;
padding: 0 4rem;
text-transform: uppercase;
text-align: left;
position: relative;
box-shadow: 5px 5px #FADD56;
margin: 35px auto 5px;
}
.gallery .btn-primary:hover,
.gallery .btn-primary:not(:disabled):not(.disabled).active,
.gallery .btn-primary:not(:disabled):not(.disabled):active,
.gallery .show>.btn-primary.dropdown-toggle {
color: #4BA7AC;
background-color: white;
border-color: #4BA7AC;
}
.gallery .btn-primary span.arrow-right {
position: absolute;
top: 15px;
right: 25px;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
color: white;
text-align: center;
font-size: 16px;
}
.wpcf7-not-valid-tip {
color: #FADD56;
} .page-id-20 #site-content {
background: url(https://adaptaramps.com.au/wp-content/uploads/2021/03/hero-image-4.jpg) no-repeat;
background-position: 46vw 0%;
-webkit-animation: fadein 4s; -moz-animation: fadein 4s; -ms-animation: fadein 4s; -o-animation: fadein 4s; animation: fadein 4s;
}
@keyframes fadein {
from { opacity: 0; background-position-x: 200%; }
to   { opacity: 1; background-position-x: 46vw; }
} @-moz-keyframes fadein {
from { opacity: 0; background-position-x: 200%; }
to   { opacity: 1; background-position-x: 46vw; }
} @-webkit-keyframes fadein {
from { opacity: 0; background-position-x: 200%; }
to   { opacity: 1; background-position-x: 46vw; }
} @-ms-keyframes fadein {
from { opacity: 0; background-position-x: 200%; }
to   { opacity: 1; background-position-x: 46vw; }
} @-o-keyframes fadein {
from { opacity: 0; background-position-x: 200%; }
to   { opacity: 1; background-position-x: 46vw; }
}
.page-id-20 .hero-row h5 {
letter-spacing: 3px; font-weight: 700;
opacity: 0.8;
}
.page-id-20 .hero-row h1 {
font-size: 32px;
font-weight: 500;
letter-spacing: -1px;
}
.page-id-20 .hero-row h3 {
font-weight: 300;
letter-spacing: 0;
line-height: 28px;
}
.page-id-20 .hero-row h3 strong {
font-weight: 700;
}
.page-id-20 .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
color: black;
min-width: 240px;
text-align: center;
border-color: black;
font-size: 12px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
background: white;
}
.page-id-20 .green-default .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
color: white;
border-color: var(--ar-green);
background-color: var(--ar-green);
}
.page-id-20 .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
right: 30px;
}
.vc_btn3.vc_btn3-size-md .vc_btn3-icon {
font-size: 14px;
height: 12px;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
color: var(--ar-green) !important;
border-color: var(--ar-green) !important;
background-color: white !important;
}
.green-default .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:focus,
.green-default .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
color: var(--ar-green);
background-color: white !important;
}
.page-id-20 .hp-intro {
border-top: 110px solid #EEF4F4;
border-right: 110px solid #EEF4F4;
overflow: visible !important;
padding-bottom: 100px;
}
.page-id-20 .hp-intro:before {
content: "";
position: absolute;
top: -110px;
left: 0;
background: var(--ar-yellow);
width: 230px;
height: 244px;
}
.page-id-20 .hp-intro .vc_col-sm-8 {
padding-top: 140px;
}
.page-id-20 .hp-intro h5 {
letter-spacing: 3px; font-weight: 700;
opacity: 0.4;
}
.page-id-20 .hp-intro h2 {
font-size: 28px;
font-weight: 600;
line-height: 34px;
}
.page-id-20 .hp-intro p {
font-size: 16px;
font-weight: 400;
letter-spacing: 0;
line-height: 26px;
margin-bottom: 2rem;
}
.page-id-20 .hp-intro .learn-more-text a {
color: var(--ar-green-text);
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
letter-spacing: 2px;
}
.page-id-20 .hp-intro .learn-more-text a:hover {
text-decoration: none;
border-bottom: 1px solid var(--ar-green-text);
padding-bottom: 4px;
}
.page-id-20 .hp-intro .learn-more-text a .fa-arrow-right {
padding-left: 5px;
}
.page-id-20 .hp-intro .our-solutions-link {
position: absolute;
bottom: -100px;
right: -300px;
transform-origin: 0 0;
transform: rotate(270deg);
}
.page-id-20 .hp-intro .our-solutions-link a {
color: black;
opacity: .5;
text-transform: uppercase;
font-size: 12px;
font-weight: 700;
letter-spacing: 3px;
}
.page-id-20 .hp-intro .our-solutions-link a:hover {
text-decoration: none;
color: var(--ar-green-text);
border-bottom: 1px solid var(--ar-green-text);
padding-bottom: 4px;
}
.page-id-20 .hp-intro .our-solutions-link a .fa-arrow-left {
color: var(--ar-green-text);
padding-right: 5px;
}
.page-id-20 .hp-our-solutions {
background: #FBFBFB;
padding: 110px 0;
}
.page-id-20 .hp-our-solutions h2 {
font-size: 28px;
font-weight: 600;
line-height: 34px;
}
.page-id-20 .hp-our-solutions p {
font-size: 16px;
font-weight: 400;
letter-spacing: 0;
line-height: 26px;
margin-bottom: 2rem;
}
.page-id-20 .hp-our-solutions .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
color: white;
background: var(--ar-green);
border-color: var(--ar-green);
}
.page-id-20 .hp-our-solutions .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
color: var(--ar-green);
background: white !important;
}
.page-id-20 .hp-os-steps {
margin-top: 70px;
}
.page-id-20 .hp-os-steps .vc_col-sm-3 {
background: white;
border-radius: 10px;
box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.05);
padding: 70px 30px 50px;
margin-right: 30px;
}
.page-id-20 .hp-os-steps .vc_col-sm-3:last-child {
margin-right: 0;
}
.page-id-20 .hp-os-steps .vc_col-sm-3:before {
content: "";
position: absolute;
top: -20px;
left: 42%;
background: var(--ar-blue);
width: 48px;
height: 48px;
border-radius: 24px;
text-align: center;
color: white;
line-height: 50px;
font-size: 16px;
font-weight: 600;
}
.page-id-20 .hp-os-steps .vc_col-sm-3:nth-of-type(1):before {
content: "1";
}
.page-id-20 .hp-os-steps .vc_col-sm-3:nth-of-type(2):before {
content: "2";
}
.page-id-20 .hp-os-steps .vc_col-sm-3:nth-of-type(3):before {
content: "3";
}
.page-id-20 .hp-os-steps .vc_col-sm-3:nth-of-type(4):before {
content: "4";
}
.page-id-20 .hp-os-steps .vc_col-sm-3 img {
width: 100%;
}
.page-id-20 .hp-os-steps .vc_col-sm-3 h3 {
font-size: 20px;
font-weight: 600;
line-height: 28px;
text-align: center;
}
.page-id-20 .hp-products {
padding: 0;
height: 100vh;
}  .page-id-20 .hp-products ul {
list-style: none;
margin: 0;
}
.page-id-20 .hp-products li {
margin: 0;
} .page-id-20 .hp-products input {
position: absolute; left: -9999px;
}
.page-id-20 .hp-products label {
display: block;
float: left;
height: 100vh;
width: 80px;
overflow: hidden;
background: #30354a;
text-align: center;
font-size: 14px;
line-height: 50px;
transition: background 300ms ease;
padding-top: 30px;
}
.page-id-20 .hp-products label .fa-arrow-right {
font-size: 14px;
transform: rotate(90deg);
border: 2px solid black;
border-radius: 20px;
width: 28px;
height: 28px;
line-height: 24px;
text-align: center;
position: relative;
top: -3px;
margin: 0px 20px 0px 20px;
}
.page-id-20 .hp-products li:nth-child(odd) label .fa-arrow-right {
border: 2px solid white;
}
.page-id-20 .hp-products li:nth-child(even) > input + label {
background: #3a4059;
}
.page-id-20 .hp-products li:nth-of-type(1) > input + label {
background: var(--ar-green);
color: white;
}
.page-id-20 .hp-products li:nth-of-type(2) > input + label {
background: var(--ar-yellow);
}
.page-id-20 .hp-products li:nth-of-type(3) > input + label {
background: var(--ar-blue);
color: white;
}
.page-id-20 .hp-products label:hover,
.page-id-20 .hp-products li:nth-child(even) > input + label:hover { color: white;
cursor: pointer;
opacity: 0.9;
}
.page-id-20 .hp-products li:nth-child(2) label:hover,
.page-id-20 .hp-products li:nth-child(2) > input + label:hover {
color: black;
}
.page-id-20 .hp-products input[type=radio]:checked ~ label { color: white;
cursor: default !important;
display: none;
} .page-id-20 .hp-products .accslide {
display: block;
height: 100vh;
width: 0px;
padding: 110px 0 0;
float: left;
overflow-x: hidden;
font-size: 12px;
line-height: 1.5;
transition: all 500ms ease;
-ms-overflow-style: none; scrollbar-width: none; }
.page-id-20 .hp-products .accslide::-webkit-scrollbar {
display: none; }
.page-id-20 .hp-products .accslide .container:nth-of-type(1) {
padding-bottom: 70px;
}
.page-id-20 .hp-products .accslide .wrapper-overlay { padding-top: 70px;
padding-bottom: 110px;
}
.page-id-20 .hp-products li:nth-of-type(1) .accslide .wrapper-overlay {
background: #259297;
}
.page-id-20 .hp-products li:nth-of-type(2) .accslide .wrapper-overlay {
background: #FFE873;
}
.page-id-20 .hp-products li:nth-of-type(3) .accslide .wrapper-overlay {
background: #083373;
}
.page-id-20 .hp-products .accslide h1 {
color: white;
font-size: 48px;
font-weight: 600;
line-height: 34px;
margin-bottom: 3rem;
}
.page-id-20 .hp-products li:nth-of-type(2) .accslide h1 {
color: black;
}
.page-id-20 .hp-products .accslide h5 {
color: white;
font-size: 16px;
font-weight: 700;
line-height: 34px;
letter-spacing: 3px;
text-transform: uppercase;
opacity: .5;
margin-bottom: 1rem;
}
.page-id-20 .hp-products li:nth-of-type(2) .accslide h5 {
color: black;
}
.page-id-20 .hp-products .accslide p {
color: white;
font-size: 16px;
font-weight: 400;
line-height: 26px;
margin-bottom: 2rem;
}
.page-id-20 .hp-products li:nth-of-type(2) .accslide p {
color: black;
}
.page-id-20 .hp-products .accslide ul {
padding-bottom: 30px;
}
.page-id-20 .hp-products .accslide li {
color: white;
font-size: 14px;
font-weight: 400;
line-height: 26px;
padding: 0 0 15px 20px;
width: 55%;
display: inline-block;
vertical-align: text-top;
position: relative;
}
.page-id-20 .hp-products li:nth-of-type(2) .accslide li {
color: black;
}
.page-id-20 .hp-products .accslide li:nth-of-type(odd) {
width: 44%;
}
.page-id-20 .hp-products .accslide li i {
padding: 0 5px 0 0;
font-size: 10px;
position: absolute;
top: 8px;
left: 0;
}
.page-id-20 .hp-products .accslide img {
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
}
.page-id-20 .hp-products .accslide .container:nth-of-type(2) img {
margin-left: auto;
margin-right: auto;
}
.page-id-20 .hp-products .accslide iframe {
margin-top: 10px;
margin-bottom: 40px;
width: 920px !important;
height: 540px !important;
}
.page-id-20 .hp-products .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
color: var(--ar-green);
border-color: white;
}
.page-id-20 .hp-products .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
color: white !important;
border-color: white !important;
background: transparent !important;
}
.page-id-20 .hp-products li:nth-of-type(2) .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
color: var(--ar-green) !important;
border-color: var(--ar-green) !important;
}
.page-id-20 .hp-products input[type=radio]:not(:checked) ~ label > * {
padding-left: 40px;
font-size: 28px;
font-weight: 600;
line-height: 34px;
white-space: nowrap;
transform: rotate(90deg);
}
.page-id-20 .hp-products input[type=radio]:checked ~ label > * {
display: none;
}
.page-id-20 .hp-products li:nth-child(1):nth-last-child(3) input[type=radio]:checked ~ .accslide {
width: calc(100% - 160px); background: linear-gradient(#29a1a6 70%, #259297 70%);
}
.page-id-20 .hp-products li:nth-child(2):nth-last-child(2) input[type=radio]:checked ~ .accslide {
width: calc(100% - 160px); background: linear-gradient(#ffdd2d 70%, #ffe873 70%);
}
.page-id-20 .hp-products li:nth-child(3):nth-last-child(1) input[type=radio]:checked ~ .accslide {
width: calc(100% - 160px); background: linear-gradient(#093a83 70%, #083373 70%);
}
.page-id-20 .hp-blog { padding: 110px 0 90px;
}
.page-id-20 .hp-blog h2 {
font-size: 28px;
font-weight: 600;
line-height: 34px;
}
.page-id-20 .hp-blog h5 {
color: black;
font-size: 12px;
font-weight: 700;
line-height: 34px;
letter-spacing: 3px;
opacity: .3;
text-transform: uppercase;
text-align: right;
}
.page-id-20 .hp-blog h5:hover {
opacity: .6;
}
.page-id-20 .hp-blog .wpb_raw_code a:hover {
text-decoration: none;
border-bottom: 1px solid black;
padding-bottom: 4px;
}
.page-id-20 .hp-blog .vc_grid.vc_row .vc_grid-item .wpb_single_image {
margin-bottom: 0;
}
.page-id-20 .hp-blog .vc_gitem-post-data-source-post_title {
font-size: 24px;
font-weight: 600;
line-height: 30px;
margin-bottom: 0;
}
.page-id-20 .hp-blog .vc_gitem-post-data-source-post_excerpt{
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
margin-bottom: 0;
height: 185px;
overflow: hidden;
}
.page-id-20 .hp-blog .blog-read-more a {
color: var(--ar-green-text);
font-size: 14px;
font-weight: 700;
line-height: 26px;
letter-spacing: 2px;
text-transform: uppercase;
background: transparent;
border: 0;
text-align: left;
padding: 0;
}
.page-id-20 .hp-blog .blog-read-more a:hover {
background: transparent;
text-decoration: none; border-radius: 0;
}
.page-id-20 .hp-blog .vc_btn3-icon {
right: 20px !important;
font-size: 16px !important;
}
.page-id-20 .hp-testimonials { padding: 0;
}
.page-id-20 .hp-testimonials .vc_col-sm-8 {
background: var(--ar-blue);
padding: 150px 0 30px;
margin-top: 65px;
}
.page-id-20 .hp-testimonials .vc_col-sm-8 .vc_col-sm-8 {
background: transparent;
padding: 0;
margin: 0;
}
.page-id-20 .hp-testi-slider {}
.page-id-20 .hp-testi-slider:before {
content: "‘‘";
position: absolute;
top: -70px;
left: 0;
font-family: 'Playfair Display', serif;
font-size: 90px;
letter-spacing: -6px;
line-height: 70px;
color: white;
}
.page-id-20 .hp-testi-slide {
min-height: 290px;
}
.page-id-20 .hp-testi-slide p {
color: white;
font-size: 27px;
font-style: italic;
font-weight: 600;
line-height: 34px;
margin-bottom: 30px;
} .page-id-20 .hp-testi-name {}
.page-id-20 .hp-testi-name img {
display: inline-block;
margin-right: 15px;
}
.page-id-20 .hp-testi-name h5 {
color: white;
font-size: 16px;
font-weight: 400;
line-height: 26px;
display: inline-block;
vertical-align: middle;
}
.page-id-20 .hp-testi-name h5 strong {
font-weight: 600;
}
.page-id-20 .hp-testi-slider .slick-dots {
position: absolute;
top: 25%;
right: -70px;
margin: 0;
}
.page-id-20 .hp-testi-slider .slick-dots li {
color: white;
font-size: 30px;
line-height: 22px;
margin: 0;
opacity: .2;
cursor: pointer;
}
.page-id-20 .hp-testi-slider .slick-dots li.slick-active {
opacity: 1;
}
.page-id-20 .hp-testi-slider .slick-dots li button {
display: none;
}
.page-id-20 .hp-cta {
background: url(https://adaptaramps.com.au/wp-content/uploads/2020/12/hp-cta-bg.jpg) no-repeat;
background-size: cover;
background-position: right top;
padding: 110px 0 0 0;
overflow: visible !important;
}
.page-id-20 .hp-cta:before {
content: "";
position: absolute;
top: -70px;
left: 0;
background: var(--ar-yellow);
width: 230px;
height: 244px;
z-index: 9;
}
.page-id-20 .hp-cta .vc_col-sm-9 {
background: #EEF4F4;
padding: 90px 0 45px;
}
.page-id-20 .hp-cta h1 {
font-size: 48px;
font-weight: 600;
line-height: 58px;
padding-right: 100px;
}
.page-id-20 .hp-cta p {
font-size: 16px;
font-weight: 400;
line-height: 26px;
padding-right: 90px;
}
.page-id-20 .hp-cta .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
color: white;
background: var(--ar-green);
border-color: var(--ar-green);
}
.page-id-20 .hp-cta .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
color: var(--ar-green) !important;
background: transparent !important;
border-color: var(--ar-green) !important;
}
.page-id-20 .hp-ig {
padding: 70px 0 0;
}
.page-id-20 .hp-ig h2 {
font-size: 28px;
font-weight: 600;
line-height: 34px;
}
.page-id-20 .hp-ig h5 {
color: var(--ar-green-text);
font-size: 14px;
font-weight: 700;
line-height: 26px;
letter-spacing: 2px;
text-transform: uppercase;
text-align: right;
margin-top: 5px;
}
.page-id-20 .hp-ig h5:hover {
color: #5e5e5e;
}
.page-id-20 .hp-ig h5 i {
padding-left: 10px;
}
.page-id-20 .hp-ig .wpb_raw_code a:hover {
text-decoration: none;
}
.page-id-20 .hp-ig-2 {
padding: 0;
} .page-id-198 {}
.page-id-198 .hero-about {
background-size: cover;
display: flex;
justify-content: flex-end;
flex-direction: column;
height: 850px;
}
.page-id-198 .hero-about h1 {
color: black;
font-size: 32px;
font-weight: 600;
line-height: 40px;
padding-right: 80px;
}
.page-id-198 .hero-about p {
color: black;
font-size: 18px;
font-weight: 400;
line-height: 28px;
}
.page-id-198 .hero-about-text {
background: white;
width: 90%;
padding-top: 50px;
padding-bottom: 50px;
display: flex;
}
.page-id-198 .hero-about-text:before {
content: "";
position: absolute;
top: -90px;
left: 0;
background: var(--ar-yellow);
width: 230px;
height: 244px;
}
.page-id-198 .hero-about-text:after {
content: "";
position: absolute;
bottom: 0;
right: 8%;
background: var(--ar-green);
width: 110px;
height: 244px;
}
.page-id-198 .hero-about-text .breadcrumbs {
font-size: 12px;
font-weight: 400;
line-height: 28px;
}
.page-id-198 .hero-about-text .breadcrumbs a {
color: black !important;
opacity: .5;
}
.page-id-198 .hero-about-text .breadcrumbs .breadcrumb_last {
font-weight: 600;
color: black;
}
.page-id-198 .about-vision {
width: 90%;
}
.page-id-198 .about-vision h2 {
color: black;
font-weight: 600;
font-size: 28px;
line-height: 34px;
}
.page-id-198 .about-vision p {
color: black;
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
.page-id-198 .about-vision .wpb_single_image img {
padding-top: 70px;
}
.page-id-198 .about-vision h4 {
font-size: 28px;
font-weight: 600;
line-height: 34px;
display: inline-block;
width: 25%;
margin-right: 30px;
vertical-align: top;
}
.page-id-198 .about-vision h4 span {
font-size: 14px;
font-weight: 500;
line-height: 18px;
display: block;
opacity: .5;
}
.page-id-198 .about-our-solutions {
background: #FBFBFB;
padding: 110px 0;
margin-top: 40px;
}
.page-id-198 .about-our-solutions h2 {
font-size: 28px;
font-weight: 600;
line-height: 34px;
}
.page-id-198 .about-our-solutions p {
font-size: 16px;
font-weight: 400;
letter-spacing: 0;
line-height: 26px;
margin-bottom: 2rem;
}
.page-id-198 .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
color: black;
min-width: 240px;
text-align: center;
border-color: black;
font-size: 12px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
background: white;
}
.page-id-198 .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
right: 30px;
}
.page-id-198 .about-our-solutions .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
color: white;
background: var(--ar-green);
border-color: var(--ar-green);
}
.page-id-198 .about-our-solutions .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
color: var(--ar-green);
background: transparent; !important;
}
.page-id-198 .about-os-steps {
margin-top: 70px;
}
.page-id-198 .about-os-steps .vc_col-sm-3 {
background: white;
border-radius: 10px;
box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.05);
padding: 70px 30px 50px;
margin-right: 30px;
}
.page-id-198 .about-os-steps .vc_col-sm-3:last-child {
margin-right: 0;
}
.page-id-198 .about-os-steps .vc_col-sm-3:before {
content: "";
position: absolute;
top: -20px;
left: 42%;
background: var(--ar-blue);
width: 48px;
height: 48px;
border-radius: 24px;
text-align: center;
color: white;
line-height: 50px;
font-size: 16px;
font-weight: 600;
}
.page-id-198 .about-os-steps .vc_col-sm-3:nth-of-type(1):before {
content: "1";
}
.page-id-198 .about-os-steps .vc_col-sm-3:nth-of-type(2):before {
content: "2";
}
.page-id-198 .about-os-steps .vc_col-sm-3:nth-of-type(3):before {
content: "3";
}
.page-id-198 .about-os-steps .vc_col-sm-3:nth-of-type(4):before {
content: "4";
}
.page-id-198 .about-os-steps .vc_col-sm-3 img {
width: 100%;
}
.page-id-198 .about-os-steps .vc_col-sm-3 h3 {
font-size: 20px;
font-weight: 600;
line-height: 28px;
text-align: center;
}
.page-id-198 .about-testimonials {
background: #FBFBFB;
padding: 0;
}
.page-id-198 .about-testimonials .vc_col-sm-8 {
background: var(--ar-green);
padding: 150px 0 30px;
margin-top: 65px;
}
.page-id-198 .about-testimonials .vc_col-sm-8 .vc_col-sm-8 {
background: transparent;
padding: 0;
margin: 0;
}
.page-id-198 .about-testi-slider {}
.page-id-198 .about-testi-slider:before {
content: "‘‘";
position: absolute;
top: -70px;
left: 0;
font-family: 'Playfair Display', serif;
font-size: 90px;
letter-spacing: -6px;
line-height: 70px;
color: white;
}
.page-id-198 .about-testi-slide {
min-height: 290px;
}
.page-id-198 .about-testi-slide p {
color: white;
font-size: 27px;
font-style: italic;
font-weight: 600;
line-height: 34px;
margin-bottom: 30px;
}
.page-id-198 .about-testi-name {}
.page-id-198 .about-testi-name img {
display: inline-block;
padding-right: 15px;
}
.page-id-198 .about-testi-name h5 {
color: white;
font-size: 16px;
font-weight: 400;
line-height: 26px;
display: inline-block;
vertical-align: middle;
}
.page-id-198 .about-testi-name h5 strong {
font-weight: 600;
}
.page-id-198 .about-testi-slider .slick-dots {
position: absolute;
top: 25%;
right: -70px;
margin: 0;
}
.page-id-198 .about-testi-slider .slick-dots li {
color: white;
font-size: 30px;
line-height: 22px;
margin: 0;
opacity: .2;
cursor: pointer;
}
.page-id-198 .about-testi-slider .slick-dots li.slick-active {
opacity: 1;
}
.page-id-198 .about-testi-slider .slick-dots li button {
display: none;
}
.page-id-198 .about-ig {
padding: 100px 0 0;
}
.page-id-198 .about-ig h2 {
font-size: 28px;
font-weight: 600;
line-height: 34px;
}
.page-id-198 .about-ig h5 {
color: var(--ar-green-text);
font-size: 14px;
font-weight: 700;
line-height: 26px;
letter-spacing: 2px;
text-transform: uppercase;
text-align: right;
margin-top: 5px;
}
.page-id-198 .about-ig h5:hover {
color: #5e5e5e;
}
.page-id-198 .about-ig h5 i {
padding-left: 10px;
}
.page-id-198 .about-ig .wpb_raw_code a:hover {
text-decoration: none;
}
.page-id-198 .about-ig-2 {
padding: 0;
} .page-id-237 {}
.page-id-237 .hero-contact {
background-size: cover;
display: flex;
justify-content: flex-end;
flex-direction: column;
height: 850px;
}
.page-id-237 .hero-contact h1 {
color: black;
font-size: 32px;
font-weight: 600;
line-height: 40px;
padding-right: 80px;
}
.page-id-237 .hero-contact p {
color: black;
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin-bottom: 25px;
}
.page-id-237 .hero-contact-text {
background: white;
width: 90%;
padding-top: 50px;
padding-bottom: 20px;
display: flex;
}
.page-id-237 .hero-contact-text:before {
content: "";
position: absolute;
top: -90px;
left: 0;
background: var(--ar-yellow);
width: 230px;
height: 244px;
}
.page-id-237 .hero-contact-text:after {
content: "";
position: absolute;
bottom: 0;
right: 8%;
background: var(--ar-green);
width: 110px;
height: 244px;
}
.page-id-237 .hero-contact-text .breadcrumbs {
font-size: 12px;
font-weight: 400;
line-height: 28px;
}
.page-id-237 .hero-contact-text .breadcrumbs a {
color: black !important;
opacity: .5;
}
.page-id-237 .hero-contact-text .breadcrumbs .breadcrumb_last {
font-weight: 600;
color: black;
}
.page-id-237 .contact-ig {
padding: 140px 0 0;
}
.page-id-237 .contact-ig h2 {
font-size: 28px;
font-weight: 600;
line-height: 34px;
}
.page-id-237 .contact-ig h5 {
color: var(--ar-green-text);
font-size: 14px;
font-weight: 700;
line-height: 26px;
letter-spacing: 2px;
text-transform: uppercase;
text-align: right;
margin-top: 5px;
}
.page-id-237 .contact-ig h5:hover {
color: #5e5e5e;
}
.page-id-237 .contact-ig h5 i {
padding-left: 10px;
}
.page-id-237 .contact-ig .wpb_raw_code a:hover {
text-decoration: none;
}
.page-id-237 .contact-ig-2 {
padding: 0;
}
.page-id-237 .contact-form {
width: 90%;
}
.page-id-237 .contact-form p {
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
.page-id-237 .contact-form p strong {
font-size: 16px;
font-weight: 600;
line-height: 26px;
}
.page-id-237 .contact-form-links a {
color: #212529 !important;
}
.page-id-237 .contact-form-links a:hover {
text-decoration: none;
border-bottom: 1px solid #333;
padding-bottom: 4px;
}
.page-id-237 .contact-form label {
color: rgba(0,0,0,0.5);
font-size: 14px;
font-weight: 500;
line-height: 14px;
}
.page-id-237 .contact-form input[type="text"],
.page-id-237 .contact-form input[type="email"],
.page-id-237 .contact-form input[type="number"],
.page-id-237 .contact-form input[type="tel"],
.page-id-237 .contact-form select {
background: #F8FBFB;
height: 50px;
width: 540px;
border: 1px solid #E5F0F0;
margin-top: 8px;
margin-bottom: 20px;
color: black;
}
.page-id-237 .contact-form select {
display: block;
width: 540px;
padding: 1.5rem 1.8rem;
font-size: 1.6rem;
-webkit-appearance: none;
}
.page-id-237 .contact-form i.fa-chevron-down {
position: absolute;
top: 42px;
left: 525px;
}
.page-id-237 .contact-form select option {
background: #E5F0F0;
}
.page-id-237 .contact-form textarea {
background: #F8FBFB;
width: 540px;
margin-top: 8px;
border: 1px solid #E5F0F0;
}
.page-id-237 .contact-form input[type="submit"],
.page-id-237 .contact-form .wpcf7-submit {
color: white;
background-color: var(--ar-green);
border: 2px solid var(--ar-green);
border-color: var(--ar-green);
display: block;
border-radius: 0;
width: 250px;
height: 64px;
font-size: 12px;
line-height: 64px;
letter-spacing: 2px;
padding: 0 4rem;
text-transform: uppercase;
text-align: center;
position: relative;
margin: 40px 0 0;
}
.page-id-237 .contact-form input[type="submit"]:hover,
.page-id-237 .contact-form input[type="submit"]:not(:disabled):not(.disabled).active,
.page-id-237 .contact-form .wpcf7-submit:hover {
color: var(--ar-green);
background-color: white;
border: 2px solid var(--ar-green);
text-decoration: none;
}
.page-id-237 .contact-form .wpcf7-submit i {
margin-left: 15px;
}
.page-id-237 .contact-form .wpcf7-not-valid-tip {
color: red;
top: -15px;
position: relative;
}
.page-id-237 .contact-form .wpcf7 form.sent .wpcf7-response-output {
color: #46b450;
}
.page-id-237 .contact-form .wpcf7 form.invalid .wpcf7-response-output,
.page-id-237 .contact-form .wpcf7 form.unaccepted .wpcf7-response-output {
color: red;
border-color: red;
}
.page-id-237 .insert-fa {
position: absolute;
} .page-id-259 {}
.page-id-259 .hero-resources {
background: #EEF4F4;
display: flex;
justify-content: flex-end;
flex-direction: column;
height: 520px;
}
.page-id-259 .hero-resources h1 {
color: black;
font-size: 32px;
font-weight: 600;
line-height: 40px;
padding-right: 80px;
}
.page-id-259 .hero-resources p {
color: black;
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin-bottom: 25px;
}
.page-id-259 .hero-resources-text {
background: white;
width: 90%;
padding-top: 50px;
padding-bottom: 20px;
display: flex;
}
.page-id-259 .hero-resources-text:before {
content: "";
position: absolute;
top: -110px;
left: 0;
background: var(--ar-yellow);
width: 230px;
height: 244px;
}
.page-id-259 .hero-resources-text:after {
content: "";
position: absolute;
top: 0;
right: 6.5%;
background: var(--ar-green);
width: 110px;
height: 244px;
}
.page-id-259 .hero-resources-text .breadcrumbs {
font-size: 12px;
font-weight: 400;
line-height: 28px;
}
.page-id-259 .hero-resources-text .breadcrumbs a {
color: black !important;
opacity: .5;
}
.page-id-259 .hero-resources-text .breadcrumbs .breadcrumb_last {
font-weight: 600;
color: black;
}
.page-id-259 .resources-featured {
background: linear-gradient(#EEF4F4 50%, white 50%);
}
.page-id-259 .resources-featured-content {
padding-top: 20px;
width: 90%;
background: white;
}
.page-id-259 .resources-featured-content .vc_gitem-zone-a:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(181.75deg, rgba(0, 0, 0, 0) 1.46%, #000000 98.52%);
}
.page-id-259 .resources-featured-content .vc_gitem-post-data-source-post_date > div {
color: white;
font-size: 12px;
font-weight: 700;
line-height: 34px;
letter-spacing: 3px;
opacity: .4;
text-transform: uppercase;
padding-left: 35px;
position: relative;
z-index: 1;
}
.page-id-259 .resources-featured-content .vc_gitem-post-data-source-post_title > div {
padding-left: 35px;
padding-right: 20px;
padding-bottom: 5px;
position: relative;
z-index: 1;
}
.page-id-259 .resources-featured-content .vc_gitem-post-data-source-post_title a {
color: white;
font-size: 32px;
font-weight: 600;
line-height: 40px;
}
.page-id-259 .resources-featured-content .vc_gitem-post-data-source-post_excerpt > div {
padding-left: 35px;
padding-bottom: 28px;
color: white;
font-size: 18px;
font-weight: 300;
line-height: 28px;
position: relative;
z-index: 1;
}
.page-id-259 .resources-featured-content .vc_gitem-post-data-source-post_excerpt p {
color: white;
font-size: 18px;
font-weight: 300;
line-height: 28px;
}
.page-id-259 .resources-featured-content .vc_btn3-container.vc_btn3-inline {
text-align: right;
padding-right: 15px;
width: 100%;
position: relative;
z-index: 1;
}
.page-id-259 .resources-featured-content .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
color: var(--ar-green-text);
border: none;
font-size: 14px;
font-weight: 700;
line-height: 26px;
letter-spacing: 2px;
text-align: right;
text-transform: uppercase;
}
.page-id-259 .resources-blog {
margin: 50px 0 100px;
}
.page-id-259 .resources-blog h2 {
font-size: 28px;
font-weight: 600;
line-height: 34px;
}
.page-id-259 .resources-blog h5 {
font-size: 12px;
font-weight: 700;
line-height: 34px;
letter-spacing: 3px;
opacity: .3;
text-transform: uppercase;
text-align: right;
}
.page-id-259 .resources-blog .vc_grid.vc_row .vc_grid-item .wpb_single_image {
margin-bottom: 0;
}
.page-id-259 .resources-blog .vc_gitem-post-data-source-post_title {
font-size: 24px;
font-weight: 600;
line-height: 30px;
margin-bottom: 0;
height: 120px;
overflow: hidden;
}
.page-id-259 .resources-blog .vc_gitem-post-data-source-post_excerpt{
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
margin-bottom: 0;
height: 185px;
overflow: hidden;
}
.page-id-259 .resources-blog .blog-read-more a {
color: var(--ar-green-text);
font-size: 14px;
font-weight: 700;
line-height: 26px;
letter-spacing: 2px;
text-transform: uppercase;
background: transparent;
border: 0;
text-align: left;
padding: 0;
}
.page-id-259 .resources-blog .blog-read-more a:hover {
background: transparent;
text-decoration: none;
border-bottom: 1px solid var(--ar-green-text);
border-radius: 0;
}
.page-id-259 .resources-blog .vc_btn3-icon {
right: 20px !important;
font-size: 16px !important;
}
.page-id-259 .resources-blog-content {
width: 90%;
}
.page-id-259 .resources-blog-content .vc_grid-item-zone-c-bottom .vc_gitem-zone-c .vc_gitem_row .vc_gitem-col {
padding: 10px 0;
}
.page-id-259 .resources-blog-content .vc_grid-pagination .vc_grid-pagination-list>li>a,
.page-id-259 .resources-blog-content .vc_grid-pagination .vc_grid-pagination-list>li>span {
font-size: 14px;
font-weight: 600;
line-height: 26px;
opacity: 1;
}
.page-id-259 .resources-blog-content .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded>li>a {
width: 36px;
height: 36px;
line-height: 36px;
padding: 0;
}
.page-id-259 .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li>a,
.page-id-259 .resources-blog-content .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li>span {
background-color: white !important;
border-color: white !important;
color: rgba(0,0,0,0.5) !important;
}
.page-id-259 .resources-blog-content .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey .vc_grid-active>a {
background: var(--ar-green) !important;
color: white !important;
}
.page-id-259 .blog-resources {
margin: 50px 0 0;
}
.page-id-259 .blog-resources h2 {
font-size: 24px;
font-weight: 600;
line-height: 30px;
padding: 10px 0;
margin-bottom: 0;
height: 130px;
overflow: hidden;
}
.page-id-259 .blog-resources h2 a {
color: rgb(33, 37, 41);
}
.page-id-259 .blog-resources h2 a:hover {
text-decoration: none;
opacity: .85;
}
.page-id-259 .blog-resources p {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
color: rgb(33, 37, 41);
padding: 10px 0;
margin-bottom: 0;
height: 195px;
overflow: hidden;
}
.page-id-259 .blog-resources img {
padding: 10px 0;
min-height: 245px;
}
.page-id-259 .blog-resources .blog-read-more {
height: auto;
margin-top: 10px;
margin-bottom: 50px;
}
.page-id-259 .blog-resources .blog-read-more a {
color: var(--ar-green-text);
font-size: 14px;
font-weight: 700;
line-height: 26px;
letter-spacing: 2px;
text-transform: uppercase;
background: transparent;
border: 0;
text-align: left;
padding: 0 0 5px 0;
}
.page-id-259 .blog-resources .blog-read-more a:hover {
text-decoration: none;
border-bottom: 1px solid var(--ar-green-text);
border-radius: 0;
}
.page-id-259 .blog-pagination {
margin-top: 10px;
margin-bottom: 100px;
text-align: center;
}
.page-id-259 .blog-pagination .navigation li {
display: inline;
margin: 0;
}
.page-id-259 .blog-pagination .navigation li a,
.page-id-259 .blog-pagination .navigation li a:hover,
.page-id-259 .blog-pagination .navigation li span.current,
.page-id-259 .blog-pagination .navigation li span.current:hover,
.page-id-259 .blog-pagination .navigation li.active a,
.page-id-259 .blog-pagination .navigation li.disabled {
background-color: transparent;
border-radius: 25px;
cursor: pointer;
padding: 10px 15px;
color: rgba(0,0,0,0.5);
text-decoration: none;
font-size: 14px;
font-weight: 600;
}
.page-id-259 .blog-pagination .navigation li a:hover,
.page-id-259 .blog-pagination .navigation li.active a,
.page-id-259 .blog-pagination .navigation li span.current,
.page-id-259 .blog-pagination .navigation li span.current:hover {
background-color: var(--ar-green);
color: #fff;
}
.page-id-259 .blog-pagination .navigation .blog-prev a,
.page-id-259 .blog-pagination .navigation .blog-next a,
.page-id-259 .blog-pagination .navigation li a.prev,
.page-id-259 .blog-pagination .navigation li a.next {
padding: 10px 12px !important;
top: 2px;
position: relative;
font-size: 16px !important;
}
.page-id-259 .blog-pagination .navigation .blog-prev a:after,
.page-id-259 .blog-pagination .navigation li a.prev:after {
font-family: vc_grid_v1;
display: inline-block;
content: "\e61b";
}
.page-id-259 .blog-pagination .navigation .blog-next a:after,
.page-id-259 .blog-pagination .navigation li a.next:after {
font-family: vc_grid_v1;
display: inline-block;
content: "\e61a";
} .page-id-1283 {}
.page-id-1283 .hero-resources {
background: #EEF4F4;
display: flex;
justify-content: flex-end;
flex-direction: column;
height: 520px;
}
.page-id-1283 .hero-resources h1 {
color: black;
font-size: 32px;
font-weight: 600;
line-height: 40px;
padding-right: 80px;
}
.page-id-1283 .hero-resources p {
color: black;
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin-bottom: 25px;
}
.page-id-1283 .hero-resources-text {
background: white;
width: 90%;
padding-top: 50px;
padding-bottom: 20px;
display: flex;
}
.page-id-1283 .hero-resources-text:before {
content: "";
position: absolute;
top: -110px;
left: 0;
background: var(--ar-yellow);
width: 230px;
height: 244px;
}
.page-id-1283 .hero-resources-text:after {
content: "";
position: absolute;
top: 0;
right: 6.5%;
background: var(--ar-green);
width: 110px;
height: 244px;
}
.page-id-1283 .hero-resources-text .breadcrumbs {
font-size: 12px;
font-weight: 400;
line-height: 28px;
}
.page-id-1283 .hero-resources-text .breadcrumbs a {
color: black !important;
opacity: .5;
}
.page-id-1283 .hero-resources-text .breadcrumbs .breadcrumb_last {
font-weight: 600;
color: black;
}
.page-id-1283 .resources-featured {
background: linear-gradient(#EEF4F4 50%, white 50%);
}
.page-id-1283 .resources-featured-content {
padding-top: 20px;
width: 90%;
background: white;
}
.page-id-1283 .resources-featured-content .vc_gitem-zone-a:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(181.75deg, rgba(0, 0, 0, 0) 1.46%, #000000 98.52%);
}
.page-id-1283 .resources-featured-content .vc_gitem-post-data-source-post_date > div {
color: white;
font-size: 12px;
font-weight: 700;
line-height: 34px;
letter-spacing: 3px;
opacity: .4;
text-transform: uppercase;
padding-left: 35px;
position: relative;
z-index: 1;
}
.page-id-1283 .resources-featured-content .vc_gitem-post-data-source-post_title > div {
padding-left: 35px;
padding-right: 20px;
padding-bottom: 5px;
position: relative;
z-index: 1;
}
.page-id-1283 .resources-featured-content .vc_gitem-post-data-source-post_title a {
color: white;
font-size: 32px;
font-weight: 600;
line-height: 40px;
}
.page-id-1283 .resources-featured-content .vc_gitem-post-data-source-post_excerpt > div {
padding-left: 35px;
padding-bottom: 28px;
color: white;
font-size: 18px;
font-weight: 300;
line-height: 28px;
position: relative;
z-index: 1;
}
.page-id-1283 .resources-featured-content .vc_gitem-post-data-source-post_excerpt p {
color: white;
font-size: 18px;
font-weight: 300;
line-height: 28px;
}
.page-id-1283 .resources-featured-content .vc_btn3-container.vc_btn3-inline {
text-align: right;
padding-right: 15px;
width: 100%;
position: relative;
z-index: 1;
}
.page-id-1283 .resources-featured-content .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
color: var(--ar-green-text);
border: none;
font-size: 14px;
font-weight: 700;
line-height: 26px;
letter-spacing: 2px;
text-align: right;
text-transform: uppercase;
}
.page-id-1283 .blog-resources {
margin: 50px 0 0;
}
.page-id-1283 .blog-resources h2 {
font-size: 24px;
font-weight: 600;
line-height: 30px;
padding: 10px 0;
margin-bottom: 0;
height: 130px;
overflow: hidden;
}
.page-id-1283 .blog-resources h2 a {
color: rgb(33, 37, 41);
}
.page-id-1283 .blog-resources h2 a:hover {
text-decoration: none;
opacity: .85;
}
.page-id-1283 .blog-resources p {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
color: rgb(33, 37, 41);
padding: 10px 0;
margin-bottom: 0;
height: 195px;
overflow: hidden;
}
.page-id-1283 .blog-resources img {
padding: 10px 0;
min-height: 245px;
}
.page-id-1283 .blog-resources .blog-read-more {
height: auto;
margin-top: 10px;
margin-bottom: 50px;
}
.page-id-1283 .blog-resources .blog-read-more a {
color: var(--ar-green-text);
font-size: 14px;
font-weight: 700;
line-height: 26px;
letter-spacing: 2px;
text-transform: uppercase;
background: transparent;
border: 0;
text-align: left;
padding: 0 0 5px 0;
}
.page-id-1283 .blog-resources .blog-read-more a:hover {
text-decoration: none;
border-bottom: 1px solid var(--ar-green-text);
border-radius: 0;
}
.page-id-1283 .blog-pagination {
margin-top: 10px;
margin-bottom: 100px;
text-align: center;
}
.page-id-1283 .blog-pagination .navigation li {
display: inline;
margin: 0;
}
.page-id-1283 .blog-pagination .navigation li a,
.page-id-1283 .blog-pagination .navigation li a:hover,
.page-id-1283 .blog-pagination .navigation li span.current,
.page-id-1283 .blog-pagination .navigation li span.current:hover,
.page-id-1283 .blog-pagination .navigation li.active a,
.page-id-1283 .blog-pagination .navigation li.disabled {
background-color: transparent;
border-radius: 25px;
cursor: pointer;
padding: 10px 15px;
color: rgba(0,0,0,0.5);
text-decoration: none;
font-size: 14px;
font-weight: 600;
}
.page-id-1283 .blog-pagination .navigation li a:hover,
.page-id-1283 .blog-pagination .navigation li.active a,
.page-id-1283 .blog-pagination .navigation li span.current,
.page-id-1283 .blog-pagination .navigation li span.current:hover {
background-color: var(--ar-green);
color: #fff;
}
.page-id-1283 .blog-pagination .navigation .blog-prev a,
.page-id-1283 .blog-pagination .navigation .blog-next a,
.page-id-1283 .blog-pagination .navigation li a.prev,
.page-id-1283 .blog-pagination .navigation li a.next {
padding: 10px 12px !important;
top: 2px;
position: relative;
font-size: 16px !important;
}
.page-id-1283 .blog-pagination .navigation .blog-prev a:after,
.page-id-1283 .blog-pagination .navigation li a.prev:after {
font-family: vc_grid_v1;
display: inline-block;
content: "\e61b";
}
.page-id-1283 .blog-pagination .navigation .blog-next a:after,
.page-id-1283 .blog-pagination .navigation li a.next:after {
font-family: vc_grid_v1;
display: inline-block;
content: "\e61a";
} .page-id-289 {}
.page-id-289 .hero-locations {
background: #EEF4F4;
display: flex;
justify-content: flex-end;
flex-direction: column;
height: 440px;
}
.page-id-289 .hero-locations h1 {
color: black;
font-size: 32px;
font-weight: 600;
line-height: 40px;
padding-right: 80px;
}
.page-id-289 .hero-locations p {
color: black;
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin-bottom: 25px;
padding-right: 70px;
}
.page-id-289 .hero-locations-text {
background: white;
width: 90%;
padding-top: 50px;
padding-bottom: 20px;
display: flex;
}
.page-id-289 .hero-locations-text:before {
content: "";
position: absolute;
top: -110px;
left: 0;
background: var(--ar-yellow);
width: 230px;
height: 244px;
}
.page-id-289 .hero-locations-text:after {
content: "";
position: absolute;
top: 0;
right: 6.5%;
background: var(--ar-green);
width: 110px;
height: 244px;
}
.page-id-289 .hero-locations-text .breadcrumbs {
font-size: 12px;
font-weight: 400;
line-height: 28px;
}
.page-id-289 .hero-locations-text .breadcrumbs a {
color: black !important;
opacity: .5;
}
.page-id-289 .hero-locations-text .breadcrumbs .breadcrumb_last {
font-weight: 600;
color: black;
}
.page-id-289 .locations-map {
background: linear-gradient(#EEF4F4 50%, white 50%);
}
.page-id-289 .locations-map-content {
padding-top: 20px;
width: 90%;
background: white;
}
.page-id-289 .locations-ig {
padding: 100px 0 0;
}
.page-id-289 .locations-ig h2 {
font-size: 28px;
font-weight: 600;
line-height: 34px;
}
.page-id-289 .locations-ig h5 {
color: var(--ar-green-text);
font-size: 14px;
font-weight: 700;
line-height: 26px;
letter-spacing: 2px;
text-transform: uppercase;
text-align: right;
margin-top: 5px;
}
.page-id-289 .locations-ig h5:hover {
color: #5e5e5e;
}
.page-id-289 .locations-ig h5 i {
padding-left: 10px;
}
.page-id-289 .locations-ig .wpb_raw_code a:hover {
text-decoration: none;
}
.page-id-289 .locations-ig-2 {
padding: 0;
}
.page-id-289 .insert-fa {
position: absolute;
}
.page-id-289 #wpsl-gmap {
float: none;
display: inline-block;
}
.page-id-289 .wpsl-search {
display: inline-block;
background: transparent;
padding: 0 0 0 10px;
margin: 0;
}
.page-id-289 #wpsl-result-list {
margin-left: 0.5%;
margin-right: unset;
float: right;
}
.page-id-289 #wpsl-search-wrap {
position: relative;
}
.page-id-289 #wpsl-search-wrap .wpsl-input label {
font-size: 14px;
font-weight: 500;
line-height: 14px;
letter-spacing: 0px;
color: black;
opacity: 0.5;
padding-bottom: 8px;
}
.page-id-289 #wpsl-search-input {
background: #F8FBFB;
border: 1px solid #E5F0F0;
width: 100%;
height: 48px;
padding: 0 10px;
font-size: 14px;
}
.page-id-289 #wpsl-search-wrap .wpsl-search-btn-wrap {
position: absolute;
top: 25px;
right: 0;
margin: 0;
}
.page-id-289 #wpsl-search-btn {
background: transparent url(//adaptaramps.com.au/wp-content/themes/twentytwenty-child/images/search-icon.png) no-repeat;
background-position: center;
border: none;
box-shadow: none;
text-indent: -9999px;
padding: 10px 25px;
}
.page-id-289 #wpsl-search-wrap .refresh-search {
position: absolute;
top: 0;
right: 10px;
background: transparent;
color: var(--ar-green);
padding: 0;
text-transform: uppercase;
}
.page-id-289 #wpsl-stores {
height: 445px !important;
}
.page-id-289 #wpsl-stores::-webkit-scrollbar-track { border-radius: 10px;
background-color: #F4F6F6;
}
.page-id-289 #wpsl-stores::-webkit-scrollbar {
width: 4px;
background-color: white;
cursor: pointer;
}
.page-id-289 #wpsl-stores::-webkit-scrollbar-thumb {
border-radius: 10px; background-color: var(--ar-green);
}
.page-id-289 #wpsl-stores .wpsl-direction-wrap {
display: none;
}
.page-id-289 #wpsl-wrap #wpsl-result-list li {
padding-top: 0;
padding-left: 50px;
padding-bottom: 0;
margin-bottom: 20px;
border-bottom: 0;
position: relative;
}
.page-id-289 #wpsl-wrap #wpsl-result-list li:before {
content: url(//adaptaramps.com.au/wp-content/themes/twentytwenty-child/images/adapta-ramps-map-icon-2.png);
position: absolute;
top: 3px;
left: 10px;
}
.page-id-289 #wpsl-result-list li p {
margin-bottom: 0;
}
.page-id-289 #wpsl-stores .wpsl-store-location p > strong {
font-weight: 600;
font-size: 16px;
line-height: 26px;
color: black;
}
.page-id-289 #wpsl-stores .wpsl-store-location p span {
font-weight: 500;
font-size: 14px;
line-height: 24px;
color: black;
}
.page-id-289 #wpsl-stores p.wpsl-contact-details strong {
font-weight: 500;
}
.page-id-289 #wpsl-stores p.wpsl-contact-details a {
color: var(--ar-green-text);
display: inline-block;
padding-bottom: 1px;
border-bottom: 1px solid transparent;
}
.page-id-289 #wpsl-stores p.wpsl-contact-details a:hover {
text-decoration: none;
border-bottom: 1px solid var(--ar-green-text);
} #site-content .post {}
#site-content .post header {
background: #EEF4F4;
padding-top: 110px;
padding-right: 110px;
padding-bottom: 0;
}
#site-content .post header .sp-wrapper {
background: white;
padding-top: 50px;
padding-bottom: 20px;
}
#site-content .post header .sp-wrapper:before {
content: "";
position: absolute;
top: 126px;
left: 0;
background: var(--ar-yellow);
width: 230px;
height: 244px;
}
#site-content .post header .sp-wrapper:after {
content: "";
position: absolute;
top: 236px;
right: 55px;
background: var(--ar-green);
width: 110px;
height: 244px;
}
#site-content .post header .sp-wrapper #breadcrumbs {
font-size: 12px;
font-weight: 400;
line-height: 28px;
text-align: left;
}
#site-content .post header .sp-wrapper #breadcrumbs a {
color: black !important;
opacity: .5;
}
#site-content .post header .sp-wrapper #breadcrumbs .breadcrumb_last {
font-weight: 600;
color: black;
}
#site-content .post header .sp-wrapper .post-meta-wrapper {
margin: 0;
margin-top: 6rem;
}
#site-content .post header .sp-wrapper ul.post-meta {
justify-content: left;
}
#site-content .post header .sp-wrapper .post-author {
display: none;
}
#site-content .post header .sp-wrapper .post-date {
color: black;
font-size: 12px;
font-weight: 700;
line-height: 34px;
opacity: .6;
text-transform: uppercase;
}
#site-content .post header .sp-wrapper .post-date .meta-icon {
display: none;
}
#site-content .post header .sp-wrapper .post-date .meta-text a {
letter-spacing: 3px;
}
#site-content .post header .sp-wrapper h1 {
font-size: 30px;
font-weight: 600;
line-height: 38px;
text-align: left;
}
#site-content .post figure.featured-media {
background: #EEF4F4;
padding-right: 110px;
}
#site-content .post figure.featured-media:before {
display: none;
}
#site-content .post figure.featured-media .sp-wrapper {
background: white;
padding-top: 10px;
padding-bottom: 20px;
}
#site-content .post .post-inner {
padding-top: 3rem;
}
#site-content .post .ar-entry-content {
font-family: 'Inter', sans-serif !important;
letter-spacing: 0 !important;
}
#site-content .post .ar-entry-content h2 {
color: black;
font-size: 24px;
font-weight: 600;
line-height: 32px;
margin-top: 0;
}
#site-content .post .ar-entry-content p {
font-family: 'Inter', sans-serif !important;
letter-spacing: 0 !important;
color: #333;
font-size: 16px;
font-weight: 400;
line-height: 26px;
margin-bottom: 3rem;
}
#site-content .post .ar-entry-content p a {
color: var(--ar-green-text);
}
#site-content .post .ar-entry-content ul {
margin-bottom: 3rem;
}
#site-content .post .ar-entry-content li {
color: #333;
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
#site-content .post .ar-entry-content li a {
color: var(--ar-green-text);
}
#site-content .post .ar-entry-content .posts-blog {
background: #FBFBFB;
padding: 90px 0 40px;
margin-top: 100px;
}
#site-content .post .ar-entry-content .posts-blog h2 {
font-size: 28px;
font-weight: 600;
line-height: 34px;
}
#site-content .post .ar-entry-content .posts-blog h5 {
font-size: 12px;
font-weight: 700;
line-height: 34px;
letter-spacing: 3px;
color: black;
opacity: .3;
text-transform: uppercase;
text-align: right;
}
#site-content .post .ar-entry-content .posts-blog h5:hover {
opacity: .6;
}
#site-content .post .ar-entry-content .posts-blog h5 a {
letter-spacing: 3px;
color: black;
}
#site-content .post .ar-entry-content .posts-blog h5 a:hover {
text-decoration: none;
border-bottom: none;
padding-bottom: 0;
}
#site-content .post .ar-entry-content .posts-blog .vc_grid.vc_row .vc_grid-item .wpb_single_image {
margin-bottom: 0;
}
#site-content .post .ar-entry-content .posts-blog .vc_gitem-post-data-source-post_title {
font-size: 24px;
font-weight: 600;
line-height: 30px;
margin-bottom: 0;
}
#site-content .post .ar-entry-content .posts-blog .vc_gitem-post-data-source-post_excerpt{
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
margin-bottom: 0;
}
#site-content .post .ar-entry-content .posts-blog .blog-read-more a {
color: var(--ar-green-text);
font-size: 14px;
font-weight: 700;
line-height: 26px;
letter-spacing: 2px;
text-transform: uppercase;
background: transparent;
border: 0;
text-align: left;
padding: 0;
}
#site-content .post .ar-entry-content .posts-blog .blog-read-more a:hover {
background: transparent;
text-decoration: underline;
}
#site-content .post .ar-entry-content .posts-blog .vc_btn3-icon {
right: -30px !important;
font-size: 16px !important;
} .page-id-315 {}
.page-id-315 .hero-faq {
background-size: cover;
display: flex;
justify-content: flex-end;
flex-direction: column;
height: 750px;
}
.page-id-315 .hero-faq h1 {
color: black;
font-size: 32px;
font-weight: 600;
line-height: 40px;
padding-right: 80px;
}
.page-id-315 .hero-faq p {
color: black;
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin-bottom: 25px;
padding-right: 100px;
}
.page-id-315 .hero-faq p a {
font-weight: 700;
color: var(--ar-green-text);
}
.page-id-315 .hero-faq p a:hover {
text-decoration: none;
border-bottom: 1px solid var(--ar-green-text);
padding-bottom: 4px;
}
.page-id-315 .hero-faq-text {
background: white;
width: 90%;
padding-top: 50px;
padding-bottom: 20px;
display: flex;
}
.page-id-315 .hero-faq-text:before {
content: "";
position: absolute;
top: -90px;
left: 0;
background: var(--ar-yellow);
width: 230px;
height: 244px;
}
.page-id-315 .hero-faq-text:after {
content: "";
position: absolute;
bottom: 0;
right: 8%;
background: var(--ar-green);
width: 110px;
height: 244px;
}
.page-id-315 .hero-faq-text .breadcrumbs {
font-size: 12px;
font-weight: 400;
line-height: 28px;
}
.page-id-315 .hero-faq-text .breadcrumbs a {
color: black !important;
opacity: .5;
}
.page-id-315 .hero-faq-text .breadcrumbs .breadcrumb_last {
font-weight: 600;
color: black;
}
.page-id-315 .faq-list {
padding-bottom: 120px;
}
.page-id-315 .faq-list-content {
width: 90%;
}
.page-id-315 .faq-list-content h2 {
color: black;
font-size: 28px;
font-weight: 600;
line-height: 40px;
opacity: .6;
}
.page-id-315 .faq-list-content h3 {
color: rgba(0,0,0,.3);
font-size: 18px;
font-weight: 600;
line-height: 28px;
background: #EEF4F4;
padding: 20px 25px;
margin: 0;
}
.page-id-315 .faq-list-content .faq-nav {
position: relative;
width: 255px;
}
.page-id-315 .faq-list-content .sticky-sidebar {
position: fixed;
top: 20px;
}
.page-id-315 .faq-list-content h3.faq-current {
color: var(--ar-green);
}
.page-id-315 .faq-list-content .faq-nav a:hover {
text-decoration: none;
}
.page-id-315 .faq-list-content .faq-nav a:nth-of-type(1) h3 {
border-radius: 10px 10px 0 0;
position: relative;
}
.page-id-315 .faq-list-content .faq-nav a:nth-of-type(1) h3:before {
content: '';
position: absolute;
top: 100%;
left: 10%;
width: 80%;
height: 1px;
background: rgba(0,0,0,.05);
}
.page-id-315 .faq-list-content .faq-nav a:nth-of-type(2) h3 {
border-radius: 0 0 10px 10px;
}
.page-id-315 .faq-list-content .vc_toggle_size_md.vc_toggle_simple {
border-bottom: 1px solid rgba(0,0,0,.1);
padding-bottom: 20px;
}
.page-id-315 .faq-list-content .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title {
padding-left: 0;
}
.page-id-315 .faq-list-content .vc_toggle_title>h4 {
color: black;
font-size: 20px;
font-weight: 600;
line-height: 28px;
display: inline-block;
width: 90%;
}
.page-id-315 .faq-list-content .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon {
left: auto;
right: 0;
}
.page-id-315 .faq-list-content .vc_toggle_simple .vc_toggle_icon::after,
.page-id-315 .faq-list-content .vc_toggle_simple .vc_toggle_icon::before {
background-color: var(--ar-green);
}
.page-id-315 .faq-list-content .vc_toggle_size_md.vc_toggle_simple .vc_toggle_content {
padding-left: 0;
margin-bottom: 0;
}
.page-id-315 .faq-list-content .vc_toggle_content p {
color: black;
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
.page-id-315 .faq-list-content .vc_toggle_content p a {
font-weight: 600;
color: var(--ar-green-text);
}
.page-id-315 .faq-list-content .vc_toggle_content p a:hover {
text-decoration: none;
border-bottom: 1px solid var(--ar-green-text);
padding-bottom: 4px;
}
.page-id-315 .faq-cta {
background: url(https://adaptaramps.com.au/wp-content/uploads/2020/12/hp-cta-bg.jpg) no-repeat;
background-size: cover;
background-position: right top;
padding: 110px 0 0 0;
overflow: visible !important;
}
.page-id-315 .faq-cta:before {
content: "";
position: absolute;
top: -70px;
left: 0;
background: var(--ar-yellow);
width: 230px;
height: 244px;
z-index: 9;
}
.page-id-315 .faq-cta .vc_col-sm-9 {
background: #EEF4F4;
padding: 90px 0;
}
.page-id-315 .faq-cta h1 {
font-size: 48px;
font-weight: 600;
line-height: 58px;
padding-right: 50px;
}
.page-id-315 .faq-cta p {
font-size: 16px;
font-weight: 400;
line-height: 26px;
padding-right: 90px;
}
.page-id-315 .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
color: black;
min-width: 240px;
text-align: center;
border-color: black;
font-size: 12px;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
background: white;
}
.page-id-315 .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
right: 30px;
}
.page-id-315 .faq-cta .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
color: white;
background: var(--ar-green);
border-color: var(--ar-green);
text-transform: uppercase;
}
.page-id-315 .faq-cta .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
color: var(--ar-green);
background: transparent !important;
}
.page-id-315 .faq-ig {
padding: 70px 0 0;
}
.page-id-315 .faq-ig h2 {
font-size: 28px;
font-weight: 600;
line-height: 34px;
}
.page-id-315 .faq-ig h5 {
color: var(--ar-green-text);
font-size: 14px;
font-weight: 700;
line-height: 26px;
letter-spacing: 2px;
text-transform: uppercase;
text-align: right;
margin-top: 5px;
}
.page-id-315 .faq-ig h5:hover {
color: #5e5e5e;
}
.page-id-315 .faq-ig h5 i {
padding-left: 10px;
}
.page-id-315 .faq-ig .wpb_raw_code a:hover {
text-decoration: none;
}
.page-id-315 .faq-ig-2 {
padding: 0;
} .page-id-338 {}
.page-id-338 .hero-ramp-rail ,
.page-id-1826 .hero-ramp-rail {
background-size: cover;
display: flex;
justify-content: flex-end;
flex-direction: column;
height: 850px;
}
.page-id-338 .hero-ramp-rail h1 ,
.page-id-1826 .hero-ramp-rail h1 {
color: black;
font-size: 32px;
font-weight: 600;
line-height: 40px;
padding-right: 80px;
}
.page-id-338 .hero-ramp-rail p ,
.page-id-1826 .hero-ramp-rail p {
color: black;
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin-bottom: 25px;
}
.page-id-338 .hero-ramp-rail-text ,
.page-id-1826 .hero-ramp-rail-text {
background: white;
width: 90%;
padding-top: 50px;
padding-bottom: 20px;
display: flex;
}
.page-id-338 .hero-ramp-rail-text:before ,
.page-id-1826 .hero-ramp-rail-text:before {
content: "";
position: absolute;
top: -90px;
left: 0;
background: var(--ar-yellow);
width: 230px;
height: 244px;
}
.page-id-338 .hero-ramp-rail-text:after ,
.page-id-1826 .hero-ramp-rail-text:after {
content: "";
position: absolute;
bottom: 0;
right: 8%;
background: var(--ar-green);
width: 110px;
height: 244px;
}
.page-id-338 .hero-ramp-rail-text .breadcrumbs ,
.page-id-1826 .hero-ramp-rail-text .breadcrumbs {
font-size: 12px;
font-weight: 400;
line-height: 28px;
}
.page-id-338 .hero-ramp-rail-text .breadcrumbs a ,
.page-id-1826 .hero-ramp-rail-text .breadcrumbs a {
color: black !important;
opacity: .5;
}
.page-id-338 .hero-ramp-rail-text .breadcrumbs .breadcrumb_last ,
.page-id-1826 .hero-ramp-rail-text .breadcrumbs .breadcrumb_last {
font-weight: 600;
color: black;
}
.page-id-338 .quote-ramp-rail p ,
.page-id-1826 .quote-ramp-rail p {
color: black;
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin-bottom: 25px;
}
.page-id-338 .quote-ramp-rail-text ,
.page-id-1826 .quote-ramp-rail-text {
background: white;
width: 90%;
padding-top: 0;
padding-bottom: 20px;
display: flex;
}
.page-id-338 .quote-ramp-rail-nav ,
.page-id-1826 .quote-ramp-rail-nav {
overflow: visible !important;
margin-top: 70px;
}
.page-id-338 .quote-ramp-rail-nav h3 ,
.page-id-1826 .quote-ramp-rail-nav h3 {
color: rgba(0,0,0,.3);
font-size: 16px;
font-weight: 600;
line-height: 28px;
text-align: center;
}
.page-id-338 .quote-ramp-rail-nav .vc_col-sm-2.active h3 ,
.page-id-1826 .quote-ramp-rail-nav .vc_col-sm-2.active h3 {
color: var(--ar-blue);
}
.page-id-338 .quote-ramp-rail-nav .vc_col-sm-2 h3:before ,
.page-id-1826 .quote-ramp-rail-nav .vc_col-sm-2 h3:before {
position: absolute;
background: white;
top: -60px;
left: 33%;
border: 2px solid rgba(0,0,0,.1);
border-radius: 25px;
width: 50px;
height: 50px;
line-height: 48px;
z-index: 1;
}
.page-id-338 .quote-ramp-rail-nav .vc_col-sm-2.active h3:before ,
.page-id-1826 .quote-ramp-rail-nav .vc_col-sm-2.active h3:before {
border: 2px solid var(--ar-blue);
}
.page-id-338 .quote-ramp-rail-nav .vc_col-sm-2:nth-of-type(1) h3:before ,
.page-id-1826 .quote-ramp-rail-nav .vc_col-sm-2:nth-of-type(1) h3:before {
content: '1';
}
.page-id-338 .quote-ramp-rail-nav .vc_col-sm-2:nth-of-type(2) h3:before ,
.page-id-1826 .quote-ramp-rail-nav .vc_col-sm-2:nth-of-type(2) h3:before {
content: '2';
}
.page-id-338 .quote-ramp-rail-nav .vc_col-sm-2:nth-of-type(3) h3:before ,
.page-id-1826 .quote-ramp-rail-nav .vc_col-sm-2:nth-of-type(3) h3:before {
content: '3';
}
.page-id-338 .quote-ramp-rail-nav .vc_col-sm-2:nth-of-type(4) h3:before ,
.page-id-1826 .quote-ramp-rail-nav .vc_col-sm-2:nth-of-type(4) h3:before {
content: '4';
}
.page-id-338 .quote-ramp-rail-nav .vc_col-sm-2:nth-of-type(5) h3:before ,
.page-id-1826 .quote-ramp-rail-nav .vc_col-sm-2:nth-of-type(5) h3:before {
content: '5';
}
.page-id-338 .quote-ramp-rail-nav .vc_col-sm-2:nth-of-type(6) h3:before ,
.page-id-1826 .quote-ramp-rail-nav .vc_col-sm-2:nth-of-type(6) h3:before {
content: '6';
}
.page-id-338 .quote-ramp-rail-nav .vc_col-sm-2 h3:after ,
.page-id-1826 .quote-ramp-rail-nav .vc_col-sm-2 h3:after {
content: '';
position: absolute;
top: -34px;
left: 0;
height: 1px;
width: 100%;
background: rgba(0,0,0,.1);
}
.page-id-338 .quote-ramp-rail-nav .vc_col-sm-2:nth-of-type(1) h3:after ,
.page-id-1826 .quote-ramp-rail-nav .vc_col-sm-2:nth-of-type(1) h3:after {
left: 50%;
width: 50%;
}
.page-id-338 .quote-ramp-rail-nav .vc_col-sm-2:nth-of-type(6) h3:after ,
.page-id-1826 .quote-ramp-rail-nav .vc_col-sm-2:nth-of-type(6) h3:after {
left: auto;
right: 50%;
width: 50%;
}
.page-id-338 .quote-ramp-rail-nav .vc_col-sm-1\/5 ,
.page-id-1826 .quote-ramp-rail-nav .vc_col-sm-1\/5 {
width: 18%;
}
.page-id-338 .qrr-step-nav ,
.page-id-1826 .qrr-step-nav {
overflow: visible !important;
margin-top: 70px;
margin-bottom: 60px;
display: flex;
justify-content: space-between;
}
.page-id-338 .qrr-step-nav h3 ,
.page-id-1826 .qrr-step-nav h3 {
color: rgba(0,0,0,.3);
font-size: 16px;
font-weight: 600;
line-height: 28px;
position: relative;
width: 100%;
padding-left: 20px;
}
.page-id-338 .qrr-step-nav h3:nth-of-type(1) ,
.page-id-1826 .qrr-step-nav h3:nth-of-type(1) {
padding-left: 0;
}
.page-id-338 .qrr-step-nav h3.active,
.page-id-1826 .qrr-step-nav h3.active,
.page-id-338 .qrr-step-nav h3.checked ,
.page-id-1826 .qrr-step-nav h3.checked {
color: var(--ar-blue);
}
.page-id-338 .qrr-step-nav h3.checked:before ,
.page-id-1826 .qrr-step-nav h3.checked:before {
background: var(--ar-blue);
content: "\f00c" !important;
font-family: 'Font Awesome 5 Free';
color: white;
}
.page-id-338 .qrr-step-nav h3:before ,
.page-id-1826 .qrr-step-nav h3:before {
position: absolute;
background: white;
top: -60px;
left: 20px;
border: 2px solid rgba(0,0,0,.1);
border-radius: 25px;
width: 50px;
height: 50px;
line-height: 48px;
z-index: 1;
font-weight: 700;
text-align: center;
}
.page-id-338 .qrr-step-nav h3.active:before ,
.page-id-1826 .qrr-step-nav h3.active:before {
border: 2px solid var(--ar-blue);
}
.page-id-338 .qrr-step-nav h3:nth-of-type(1):before ,
.page-id-1826 .qrr-step-nav h3:nth-of-type(1):before {
content: '1';
left: 2px;
}
.page-id-338 .qrr-step-nav h3:nth-of-type(2):before ,
.page-id-1826 .qrr-step-nav h3:nth-of-type(2):before {
content: '2';
left: 21px;
}
.page-id-338 .qrr-step-nav h3:nth-of-type(3):before ,
.page-id-1826 .qrr-step-nav h3:nth-of-type(3):before {
content: '3';
left: 28px;
}
.page-id-338 .qrr-step-nav h3:nth-of-type(4):before ,
.page-id-1826 .qrr-step-nav h3:nth-of-type(4):before {
content: '4';
left: 30px;
}
.page-id-338 .qrr-step-nav h3:nth-of-type(5):before ,
.page-id-1826 .qrr-step-nav h3:nth-of-type(5):before {
content: '5';
left: 40px;
}
.page-id-338 .qrr-step-nav h3:nth-of-type(6):before ,
.page-id-1826 .qrr-step-nav h3:nth-of-type(6):before {
content: '6';
left: 50px;
}
.page-id-338 .qrr-step-nav h3:after ,
.page-id-1826 .qrr-step-nav h3:after {
content: '';
position: absolute;
top: -34px;
left: 25%;
height: 1px;
width: 100%;
background: rgba(0,0,0,.1);
}
.page-id-338 .qrr-step-nav h3.checked:after ,
.page-id-1826 .qrr-step-nav h3.checked:after {
background: var(--ar-blue);
height: 2px;
}
.page-id-338 .qrr-step-nav h3:nth-of-type(2):after ,
.page-id-1826 .qrr-step-nav h3:nth-of-type(2):after {
left: 35%;
}
.page-id-338 .qrr-step-nav h3:nth-of-type(3):after,
.page-id-1826 .qrr-step-nav h3:nth-of-type(3):after,
.page-id-338 .qrr-step-nav h3:nth-of-type(4):after ,
.page-id-1826 .qrr-step-nav h3:nth-of-type(4):after {
left: 40%;
}
.page-id-338 .qrr-step-nav h3:nth-of-type(5):after ,
.page-id-1826 .qrr-step-nav h3:nth-of-type(5):after {
left: 42%;
}
.page-id-338 .qrr-step-nav h3:nth-of-type(6):after ,
.page-id-1826 .qrr-step-nav h3:nth-of-type(6):after {
width: 0;
}
.page-id-338 .qrr-step-nav .vc_col-sm-1\/5 ,
.page-id-1826 .qrr-step-nav .vc_col-sm-1\/5 {
width: 18%;
}
.page-id-338 .quote-ramp-rail-select {}
.page-id-338 .quote-ramp-rail-select h2 ,
.page-id-1826 .quote-ramp-rail-select h2 {
color: black;
font-size: 28px;
font-weight: 600;
line-height: 40px;
}
.page-id-338 .quote-ramp-rail-select-content ,
.page-id-1826 .quote-ramp-rail-select-content {
width: 90%;
margin-top: 25px;
}
.page-id-338 .quote-ramp-rail-select-options ,
.page-id-1826 .quote-ramp-rail-select-options {
width: 90%;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 40px;
}
.page-id-338 .quote-ramp-rail-select-options h4 ,
.page-id-1826 .quote-ramp-rail-select-options h4 {
color: black;
font-size: 16px;
font-weight: 600;
line-height: 28px;
text-align: center;
}
.page-id-338 .quote-ramp-rail-select-options .vc_col-sm-1\/5:nth-of-type(2),
.page-id-1826 .quote-ramp-rail-select-options .vc_col-sm-1\/5:nth-of-type(2),
.page-id-338 .quote-ramp-rail-select-options .vc_col-sm-1\/5:nth-of-type(3),
.page-id-1826 .quote-ramp-rail-select-options .vc_col-sm-1\/5:nth-of-type(3),
.page-id-338 .quote-ramp-rail-select-options .vc_col-sm-1\/5:nth-of-type(4) ,
.page-id-1826 .quote-ramp-rail-select-options .vc_col-sm-1\/5:nth-of-type(4) {
background: white;
border-radius: 10px;
box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.05);
padding: 20px 25px;
margin-right: 30px;
}
.page-id-338 .quote-ramp-rail-select-next ,
.page-id-1826 .quote-ramp-rail-select-next {
margin-bottom: 100px;
}
.page-id-338 .quote-ramp-rail-select-next .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline ,
.page-id-1826 .quote-ramp-rail-select-next .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
color: white;
background: var(--ar-green);
border-color: var(--ar-green);
font-size: 12px;
font-weight: 700;
line-height: 26px;
letter-spacing: 2px;
text-transform: uppercase;
width: 140px;
text-align: center;
}
.page-id-338 .quote-ramp-rail-select-next .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover ,
.page-id-1826 .quote-ramp-rail-select-next .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
color: var(--ar-green);
background: white !important;
}
.page-id-338 .quote-ramp-rail-select-next .vc_btn3.vc_btn3-size-md .vc_btn3-icon ,
.page-id-1826 .quote-ramp-rail-select-next .vc_btn3.vc_btn3-size-md .vc_btn3-icon {
font-size: 14px;
}
.quote-ramp-rail-select-steps {
width: 90%;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 150px;
}
.quote-ramp-rail-select-steps h2 {
color: black;
font-size: 28px;
font-weight: 600;
line-height: 40px;
margin-bottom: 35px;
}
#wpcf7-f388-o1 input[type=radio] {
position: absolute;
opacity: 0;
width: 0;
height: 0;
}
#wpcf7-f388-o1 .qrr-step-1 input[type=radio] + span
{
width: 100%;
height: 240px;
display: block;
padding-top: 190px;
text-align: center;
color: black;
font-size: 16px;
font-weight: 600;
line-height: 28px;
position: relative;
opacity: 1;
border-radius: 10px;
box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.05);
border: 3px solid white;
}
#wpcf7-f388-o1 .qrr-step-1 span.wpcf7-list-item:nth-of-type(1) input[type=radio] + span {
background: url(//adaptaramps.com.au/wp-content/themes/twentytwenty-child/images/design-straight-ramp-2.png) no-repeat;
background-position: center 20px;
}
#wpcf7-f388-o1 .qrr-step-1 span.wpcf7-list-item:nth-of-type(2) input[type=radio] + span {
background: url(//adaptaramps.com.au/wp-content/themes/twentytwenty-child/images/design-switchback.png) no-repeat;
background-position: center 20px;
}
#wpcf7-f388-o1 .qrr-step-1 span.wpcf7-list-item:nth-of-type(3) input[type=radio] + span {
background: url(//adaptaramps.com.au/wp-content/themes/twentytwenty-child/images/design-90degree-ramp.png) no-repeat;
background-position: center 20px;
}
#wpcf7-f388-o1 .qrr-step-1 span.wpcf7-list-item {
width: 30.6%;
background: white;
margin-left: 0;
margin-right: 30px;
}
#wpcf7-f388-o1 .qrr-step-1 span.wpcf7-list-item:nth-of-type(3) {
margin-right: 0;
}
#wpcf7-f388-o1 span.wpcf7-list-item label {
width: 100%;
cursor: pointer;
}
#wpcf7-f388-o1 .qrr-step-2 input[type=radio] + span
{
width: 100%;
height: 250px;
display: block;
padding-top: 200px;
text-align: center;
color: black;
font-size: 16px;
font-weight: 600;
line-height: 28px;
position: relative;
opacity: 1;
border-radius: 10px;
box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.05);
border: 3px solid white;
}
#wpcf7-f388-o1 .qrr-step-2 span.wpcf7-list-item:nth-of-type(1) input[type=radio] + span {
background: url(//adaptaramps.com.au/wp-content/themes/twentytwenty-child/images/frame-timber.jpg) no-repeat;
background-position: center 30px;
background-size: 80%;
}
#wpcf7-f388-o1 .qrr-step-2 span.wpcf7-list-item:nth-of-type(2) input[type=radio] + span {
background: url(//adaptaramps.com.au/wp-content/themes/twentytwenty-child/images/frame-metal.jpg) no-repeat;
background-position: center 30px;
background-size: 80%;
}
#wpcf7-f388-o1 .qrr-step-2 span.wpcf7-list-item {
width: 30.6%;
background: white;
margin-left: 0;
margin-right: 30px;
}
#wpcf7-f388-o1 .qrr-step-2 span.wpcf7-list-item:nth-of-type(2) {
margin-right: 0;
}
#wpcf7-f388-o1 .qrr-step-3 input[type=radio] + span
{
width: 100%;
height: 250px;
display: block;
padding-top: 200px;
text-align: center;
color: black;
font-size: 16px;
font-weight: 600;
line-height: 28px;
position: relative;
opacity: 1;
border-radius: 10px;
box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.05);
border: 3px solid white;
}
#wpcf7-f388-o1 .qrr-step-3 span.wpcf7-list-item:nth-of-type(1) input[type=radio] + span {
background: url(//adaptaramps.com.au/wp-content/themes/twentytwenty-child/images/flooring-aluminum-checker-plate.png) no-repeat;
background-position: center 20px;
}
#wpcf7-f388-o1 .qrr-step-3 span.wpcf7-list-item:nth-of-type(2) input[type=radio] + span {
background: url(//adaptaramps.com.au/wp-content/themes/twentytwenty-child/images/flooring-modwood.png) no-repeat;
background-position: center 20px;
}
#wpcf7-f388-o1 .qrr-step-3 span.wpcf7-list-item:nth-of-type(3) input[type=radio] + span {
background: url(//adaptaramps.com.au/wp-content/themes/twentytwenty-child/images/flooring-merbau-hardwood.png) no-repeat;
background-position: center 20px;
}
#wpcf7-f388-o1 .qrr-step-3 span.wpcf7-list-item:nth-of-type(4) input[type=radio] + span {
background: url(//adaptaramps.com.au/wp-content/themes/twentytwenty-child/images/flooring-cfc-sheeting.png) no-repeat;
background-position: center 20px;
}
#wpcf7-f388-o1 .qrr-step-3 span.wpcf7-list-item:nth-of-type(5) input[type=radio] + span {
background: url(//adaptaramps.com.au/wp-content/themes/twentytwenty-child/images/flooring-aluminum-perforated.png) no-repeat;
background-position: center 20px;
}
#wpcf7-f388-o1 .qrr-step-3 span.wpcf7-list-item {
width: 30.6%;
background: white;
margin-left: 0;
margin-right: 30px;
margin-bottom: 30px;
}
#wpcf7-f388-o1 .qrr-step-3 span.wpcf7-list-item:nth-of-type(3) {
margin-right: 0;
}
#wpcf7-f388-o1 .qrr-step-4 h2.handrail-colour {
margin-top: 30px;
display: none;
}
#wpcf7-f388-o1 .qrr-step-4 .step-4 input[type=radio] + span
{
width: 100%;
height: 240px;
display: block;
padding-top: 160px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
color: black;
font-size: 16px;
font-weight: 600;
line-height: 24px;
position: relative;
opacity: 1;
border-radius: 10px;
box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.05);
border: 3px solid white;
}
#wpcf7-f388-o1 .qrr-step-4 .step-4 span.wpcf7-list-item:nth-of-type(1) input[type=radio] + span {
background: url(https://adaptaramps.com.au/wp-content/uploads/2024/03/budgetrail.png) no-repeat;
background-position: center 30px;
background-size: contain;
}
#wpcf7-f388-o1 .qrr-step-4 .step-4 span.wpcf7-list-item:nth-of-type(2) input[type=radio] + span {
background: url(//adaptaramps.com.au/wp-content/themes/twentytwenty-child/images/handrail-domestic.png) no-repeat;
background-position: center 30px;
background-size: contain;
}
#wpcf7-f388-o1 .qrr-step-4 .step-4 span.wpcf7-list-item:nth-of-type(3) input[type=radio] + span {
background: url(//adaptaramps.com.au/wp-content/themes/twentytwenty-child/images/handrail-commercial.png) no-repeat;
background-position: center 30px;
background-size: contain;
}
#wpcf7-f388-o1 .qrr-step-4 .step-4 span.wpcf7-list-item:nth-of-type(4) input[type=radio] + span {
background: url(//adaptaramps.com.au/wp-content/themes/twentytwenty-child/images/handrail-full-balustrade.png) no-repeat;
background-position: center 30px;
background-size: contain;
}
#wpcf7-f388-o1 .qrr-step-4 .step-4 span.wpcf7-list-item {
width: 21.9%;
background: white;
margin-left: 0;
margin-right: 30px;
margin-bottom: 30px;
}
#wpcf7-f388-o1 .qrr-step-4 .step-4 span.wpcf7-list-item:last-child {
margin-right: 0;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-featured {
width: 61.6%;
display: inline-block;
vertical-align: top;
display: none;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-featured img {
width: 100%;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker {
width: 38%;
display: inline-block;
vertical-align: top;
display: none;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker h5 {
color: black;
font-size: 16px;
font-weight: 600;
line-height: 14px;
opacity: 1;
margin-left: 0;
margin-bottom: 15px;
width: 98%;
position: relative;
text-align: right;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker h5 span {
font-weight: 400;
opacity: .5;
position: absolute;
left: 0;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker h5 strong {
font-weight: 600;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker input[type=radio] + span	{
width: 50px;
height: 50px;
display: block;
padding-top: 0;
text-align: center;
color: black;
font-size: 16px;
font-weight: 600;
line-height: 28px;
position: relative;
opacity: 1;
border-radius: 25px;
box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.05);
border: 3px solid white;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker span.wpcf7-list-item:nth-of-type(1) input[type=radio] + span {
background: #ECECEC;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker span.wpcf7-list-item:nth-of-type(2) input[type=radio] + span {
background: #D8D7BB;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker span.wpcf7-list-item:nth-of-type(3) input[type=radio] + span {
background: #D8D5D0;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker span.wpcf7-list-item:nth-of-type(4) input[type=radio] + span {
background: #F8EAC5;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker span.wpcf7-list-item:nth-of-type(5) input[type=radio] + span {
background: #B4B2B7;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker span.wpcf7-list-item:nth-of-type(6) input[type=radio] + span {
background: #8F9396;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker span.wpcf7-list-item:nth-of-type(7) input[type=radio] + span {
background: #89A485;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker span.wpcf7-list-item:nth-of-type(8) input[type=radio] + span {
background: #D7CC94;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker span.wpcf7-list-item:nth-of-type(9) input[type=radio] + span {
background: #E3CEB1;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker span.wpcf7-list-item:nth-of-type(10) input[type=radio] + span {
background: #908D7A;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker span.wpcf7-list-item:nth-of-type(11) input[type=radio] + span {
background: #474F5C;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker span.wpcf7-list-item:nth-of-type(12) input[type=radio] + span {
background: #5F8975;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker span.wpcf7-list-item:nth-of-type(13) input[type=radio] + span {
background: #7E6F68;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker span.wpcf7-list-item:nth-of-type(14) input[type=radio] + span {
background: #A63D3A;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker span.wpcf7-list-item:nth-of-type(15) input[type=radio] + span {
background: #494A44;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker span.wpcf7-list-item:nth-of-type(16) input[type=radio] + span {
background: #1E374D;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker span.wpcf7-list-item:nth-of-type(17) input[type=radio] + span {
background: #255F49;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker span.wpcf7-list-item:nth-of-type(18) input[type=radio] + span {
background: #463D40;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker span.wpcf7-list-item:nth-of-type(19) input[type=radio] + span {
background: #731A0C;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker span.wpcf7-list-item:nth-of-type(20) input[type=radio] + span {
background: #3F4448;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker span.wpcf7-list-item {
width: 15%;
background: white;
margin-left: 0;
margin-right: 15px;
margin-bottom: 10px;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker span.wpcf7-list-item:nth-of-type(5n) {
margin-right: 0;
}
#wpcf7-f388-o1 .qrr-step-5 h5 {
color: black;
font-size: 16px;
font-weight: 500;
line-height: 14px;
display: inline-block;
width: 25%;
}
#wpcf7-f388-o1 .qrr-step-5 .step-5 {
display: inline-block;
width: 74%;
}
#wpcf7-f388-o1 .qrr-step-5 .step-5:before {
content: 'mm';
position: absolute;
top: 0;
right: 30px;
width: 56px;
height: 56px;
color: black;
z-index: 1;
text-align: center;
line-height: 56px;
font-size: 16px;
font-weight: 600;
opacity: .5;
}
#wpcf7-f388-o1 .qrr-step-5 .step-5 input {
border: 1px solid #E5F0F0;
background: #F8FBFB;
position: relative;
}
#wpcf7-f388-o1 .qrr-step-6 p {
color: black;
font-size: 16px;
font-weight: 400;
line-height: 26px;
opacity: .7;
}
#wpcf7-f388-o1 .qrr-step-6-design {
width: 70%;
display: inline-block;
vertical-align: top;
}
#wpcf7-f388-o1 .qrr-step-6-design-spec {
width: 25%;
display: inline-block;
vertical-align: top;
margin-top: 60px;
}
#wpcf7-f388-o1 .qrr-step-6-design-spec h3 {
color: var(--ar-green);
font-size: 20px;
font-weight: 600;
line-height: 40px;
}
#wpcf7-f388-o1 .qrr-step-6-design-spec h4 {
color: black;
font-size: 16px;
font-weight: 600;
line-height: 28px;
margin: 0;
}
#wpcf7-f388-o1 .qrr-step-6-design-spec h4 span {
font-weight: 400;
}
#wpcf7-f388-o1 .qrr-step-6-design-spec h4 span.step-4-colour-bg {
display: inline-block;
width: 26px;
height: 26px;
border-radius: 2px;
position: relative;
top: 7px;
margin-right: 5px;
}
#wpcf7-f388-o1 .qrr-step-6 .qrr-step-final {
padding: 0;
}
#wpcf7-f388-o1 .qrr-step-6 label {
width: 100%;
margin-top: 10px;
}
#wpcf7-f388-o1 .qrr-step-6 label:not(span) {
color: #999;
font-size: 14px;
font-weight: 500;
line-height: 14px;
display: block;
}
#wpcf7-f388-o1 .qrr-step-6 label .text-label {
color: black;
font-size: 14px;
font-weight: 500;
line-height: 14px;
opacity: .5;
display: block;
}
#wpcf7-f388-o1 .qrr-step-6 input[type="text"],
#wpcf7-f388-o1 .qrr-step-6 input[type="email"],
#wpcf7-f388-o1 .qrr-step-6 input[type="number"],
#wpcf7-f388-o1 .qrr-step-6 input[type="tel"],
#wpcf7-f388-o1 .qrr-step-6 select {
background: #F8FBFB;
height: 50px;
border: 1px solid #E5F0F0;
margin-top: 6px;
margin-bottom: 2px;
color: black;
}
#wpcf7-f388-o1 .qrr-step-6 select {
display: block;
width: 100%;
padding: 1rem 1.8rem;
font-size: 1.6rem;
-webkit-appearance: none;
}
#wpcf7-f388-o1 .qrr-step-6 i.fa-chevron-down {
position: absolute;
top: 47px;
right: 30px;
}
#wpcf7-f388-o1 .qrr-step-6 option {
background: #F8FBFB;
}
#wpcf7-f388-o1 .qrr-step-6 textarea {
background: #F8FBFB;
height: 100px;
border: 1px solid #E5F0F0;
margin-top: 6px;
margin-bottom: 12px;
color: black;
}
#wpcf7-f388-o1 .qrr-step-6 .handrail-colour-text {
position: absolute;
opacity: 0;
width: 0;
height: 0;
}
#wpcf7-f388-o1 input[type=radio]:checked + span,
#wpcf7-f388-o1 .qrr-step-4 span.wpcf7-list-item input[type=radio]:checked + span
{
opacity: 1; }
#wpcf7-f388-o1 span.wpcf7-list-item input[type=radio]:checked,
#wpcf7-f388-o1 .qrr-step-4 span.wpcf7-list-item input[type=radio]:checked {
border: 3px solid var(--ar-green);
}
.cf7mls_next.action-button,
.cf7mls_back.action-button {
color: white;
background: var(--ar-green);
border: 2px solid var(--ar-green);
font-size: 12px;
font-weight: 700;
line-height: 26px;
letter-spacing: 2px;
text-transform: uppercase;
width: 140px;
text-align: left;
padding: 13px 19px 13px 19px;
margin-top: 40px;
}
.cf7mls_next.action-button {
position: absolute;
right: 0;
padding-left: 30px;
padding-right: 30px;
opacity: 0.4;
}
.cf7mls_back.action-button {
padding-right: 0;
text-align: right;
background: transparent;
color: #999;
border: none;
border-bottom: 1px solid transparent;
font-size: 14px;
padding-bottom: 0;
width: 115px;
}
.cf7mls_next.action-button:hover,
.cf7mls_back.action-button:hover {
color: var(--ar-green);
background: white !important;
text-decoration: none;
}
.cf7mls_back.action-button:hover {
color: #777;
border-bottom: 1px solid #999;
}
.cf7mls_next.action-button:after {
content: '\f061' !important;
font-family: 'Font Awesome 5 Free';
color: white;
position: absolute;
right: 45px;
}
.cf7mls_next.action-button:hover:after {
color: var(--ar-green);
}
.cf7mls_back.action-button:after {
content: '\f060' !important;
font-family: 'Font Awesome 5 Free';
color: #999;
position: absolute;
left: 0;
}
.cf7mls_back.action-button:hover:after {
color: #777;
}
#wpcf7-f388-o1 .wpcf7-submit {
display: block;
background: var(--ar-green);
margin: 40px 0 0 auto;
font-size: 12px;
font-weight: 700;
line-height: 26px;
letter-spacing: 2px;
text-transform: uppercase;
padding: 19px 42px 19px 42px;
border: 2px solid var(--ar-green);
font-family: 'Font Awesome 5 Free', 'Inter';
}
#wpcf7-f388-o1 .wpcf7-submit:hover {
color: var(--ar-green);
background: white !important;
border: 2px solid var(--ar-green);
text-decoration: none;
}
#wpcf7-f388-o1 .wpcf7-submit:after {
content: '\f061' !important;
font-family: 'Font Awesome 5 Free';
color: white;
position: absolute;
right: 45px;
}
#wpcf7-f388-o1 .wpcf7-submit:hover:after {
color: var(--ar-green);
}
#wpcf7-f388-o1 .fieldset-cf7mls:nth-of-type(6) .cf7mls_back.action-button {
position: relative;
top: -60px;
left: -20px;
margin: 0;
padding-left: 0;
font-family: 'Font Awesome 5 Free', 'Inter';
}
#wpcf7-f388-o1 .wpcf7-not-valid-tip {
font-size: 14px;
color: red;
}
#wpcf7-f388-o1 form.invalid .wpcf7-response-output,
#wpcf7-f388-o1 form.unaccepted .wpcf7-response-output {
color: red;
border: 2px solid !important;
border-color: red;
}
#wpcf7-f388-o1 form.sent .wpcf7-response-output {
color: black;
}
.page-id-338 .insert-fa ,
.page-id-1826 .insert-fa {
position: absolute;
}
.page-id-338 .quote-ramp-rail-success ,
.page-id-1826 .quote-ramp-rail-success {
width: 90%;
margin-bottom: 90px;
display: none;
}
.page-id-338 .quote-ramp-rail-success h4 ,
.page-id-1826 .quote-ramp-rail-success h4 {
color: var(--ar-green);
font-size: 32px;
font-weight: 600;
line-height: 40px;
text-align: center;
margin-top: 100px;
margin-bottom: 20px;
}
.page-id-338 .quote-ramp-rail-success p ,
.page-id-1826 .quote-ramp-rail-success p {
color: black;
font-size: 16px;
font-weight: 400;
line-height: 26px;
text-align: center;
opacity: .7;
width: 85%;
margin-left: auto;
margin-right: auto;
margin-bottom: 2rem;
}
.page-id-338 .quote-ramp-rail-success .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline ,
.page-id-1826 .quote-ramp-rail-success .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
color: #bbb;
border-color: #bbb;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 26px;
letter-spacing: 2px;
text-transform: uppercase;
padding-top: 19px;
padding-left: 58px;
padding-right: 83px !important;
padding-bottom: 19px;
}
.page-id-338 .quote-ramp-rail-success .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover ,
.page-id-1826 .quote-ramp-rail-success .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
color: white;
}
.page-id-338 .quote-ramp-rail-success .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon ,
.page-id-1826 .quote-ramp-rail-success .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
right: 50px;
font-size: 14px;
}
.page-id-338 .faq-ip-wrap ,
.page-id-1826 .faq-ip-wrap {
padding-bottom: 120px;
}
.page-id-338 .faq-ip-text ,
.page-id-1826 .faq-ip-text {
width: 90%;
}
.page-id-338 .faq-ip-text h2 ,
.page-id-1826 .faq-ip-text h2 {
color: black;
font-size: 28px;
font-weight: 600;
line-height: 40px;
opacity: .6;
}
.page-id-338 .faq-ip-text h3 ,
.page-id-1826 .faq-ip-text h3 {
color: rgba(0,0,0,.3);
font-size: 18px;
font-weight: 600;
line-height: 28px;
background: #EEF4F4;
padding: 20px 25px;
margin: 0;
}
.page-id-338 .faq-ip-text .faq-nav ,
.page-id-1826 .faq-ip-text .faq-nav {
position: relative;
width: 255px;
}
.page-id-338 .faq-ip-text .sticky-sidebar ,
.page-id-1826 .faq-ip-text .sticky-sidebar {
position: fixed;
top: 20px;
}
.page-id-338 .faq-ip-text h3.faq-current ,
.page-id-1826 .faq-ip-text h3.faq-current {
color: var(--ar-green);
}
.page-id-338 .faq-ip-text .faq-nav a:hover ,
.page-id-1826 .faq-ip-text .faq-nav a:hover {
text-decoration: none;
}
.page-id-338 .faq-ip-text .faq-nav a:nth-of-type(1) h3 ,
.page-id-1826 .faq-ip-text .faq-nav a:nth-of-type(1) h3 {
border-radius: 10px 10px 0 0;
position: relative;
}
.page-id-338 .faq-ip-text .faq-nav a:nth-of-type(1) h3:before ,
.page-id-1826 .faq-ip-text .faq-nav a:nth-of-type(1) h3:before {
content: '';
position: absolute;
top: 100%;
left: 10%;
width: 80%;
height: 1px;
background: rgba(0,0,0,.05);
}
.page-id-338 .faq-ip-text .faq-nav a:nth-of-type(2) h3 ,
.page-id-1826 .faq-ip-text .faq-nav a:nth-of-type(2) h3 {
border-radius: 0 0 10px 10px;
}
.page-id-338 .faq-ip-text .vc_toggle_size_md.vc_toggle_simple ,
.page-id-1826 .faq-ip-text .vc_toggle_size_md.vc_toggle_simple {
border-bottom: 1px solid rgba(0,0,0,.1);
padding-bottom: 20px;
}
.page-id-338 .faq-ip-text .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title ,
.page-id-1826 .faq-ip-text .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title {
padding-left: 0;
}
.page-id-338 .faq-ip-text .vc_toggle_title>h4 ,
.page-id-1826 .faq-ip-text .vc_toggle_title>h4 {
color: black;
font-size: 20px;
font-weight: 600;
line-height: 28px;
display: inline-block;
width: 90%;
}
.page-id-338 .faq-ip-text .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon ,
.page-id-1826 .faq-ip-text .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon {
left: auto;
right: 0;
}
.page-id-338 .faq-ip-text .vc_toggle_simple .vc_toggle_icon::after,
.page-id-1826 .faq-ip-text .vc_toggle_simple .vc_toggle_icon::after,
.page-id-338 .faq-ip-text .vc_toggle_simple .vc_toggle_icon::before ,
.page-id-1826 .faq-ip-text .vc_toggle_simple .vc_toggle_icon::before {
background-color: var(--ar-green);
}
.page-id-338 .faq-ip-text .vc_toggle_size_md.vc_toggle_simple .vc_toggle_content ,
.page-id-1826 .faq-ip-text .vc_toggle_size_md.vc_toggle_simple .vc_toggle_content {
padding-left: 0;
margin-bottom: 0;
}
.page-id-338 .faq-ip-text .vc_toggle_content p ,
.page-id-1826 .faq-ip-text .vc_toggle_content p {
color: black;
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
.page-id-338 .faq-ip-text .vc_toggle_content p a ,
.page-id-1826 .faq-ip-text .vc_toggle_content p a {
font-weight: 600;
color: var(--ar-green-text);
}
.page-id-338 .faq-ip-text .vc_toggle_content p a:hover ,
.page-id-1826 .faq-ip-text .vc_toggle_content p a:hover {
text-decoration: none;
border-bottom: 1px solid var(--ar-green-text);
padding-bottom: 4px;
} .page-id-406 {}
.page-id-406 .hero-rails {
background-size: cover;
display: flex;
justify-content: flex-end;
flex-direction: column;
height: 850px;
}
.page-id-406 .hero-rails h1 {
color: black;
font-size: 32px;
font-weight: 600;
line-height: 40px;
padding-right: 80px;
}
.page-id-406 .hero-rails p {
color: black;
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin-bottom: 25px;
}
.page-id-406 .hero-rails-text {
background: white;
width: 90%;
padding-top: 50px;
padding-bottom: 20px;
display: flex;
}
.page-id-406 .hero-rails-text:before {
content: "";
position: absolute;
top: -90px;
left: 0;
background: var(--ar-yellow);
width: 230px;
height: 244px;
}
.page-id-406 .hero-rails-text:after {
content: "";
position: absolute;
bottom: 0;
right: 8%;
background: var(--ar-green);
width: 110px;
height: 244px;
}
.page-id-406 .hero-rails-text .breadcrumbs {
font-size: 12px;
font-weight: 400;
line-height: 28px;
}
.page-id-406 .hero-rails-text .breadcrumbs a {
color: black !important;
opacity: .5;
}
.page-id-406 .hero-rails-text .breadcrumbs .breadcrumb_last {
font-weight: 600;
color: black;
}
.quote-rails-select-steps {
width: 90%;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 150px;
}
.page-id-406 .quote-rails-select-steps h2 {
color: black;
font-size: 28px;
font-weight: 600;
line-height: 40px;
margin-bottom: 35px;
}
.page-id-406 .qr-step-nav {
overflow: visible !important;
margin-top: 70px;
margin-bottom: 60px;
display: flex;
justify-content: space-between;
}
.page-id-406 .qr-step-nav h3 {
color: rgba(0,0,0,.3);
font-size: 16px;
font-weight: 600;
line-height: 28px;
position: relative;
width: 100%;
padding-left: 20px;
}
.page-id-406 .qr-step-nav h3:nth-of-type(1) {
padding-left: 0;
}
.page-id-406 .qr-step-nav h3:nth-of-type(2) {
padding-left: 80px;
}
.page-id-406 .qr-step-nav h3:nth-of-type(3) {
padding-left: 160px;
}
.page-id-406 .qr-step-nav h3:nth-of-type(4) {
padding-left: 99px;
}
.page-id-406 .qr-step-nav h3.active,
.page-id-406 .qr-step-nav h3.checked {
color: var(--ar-blue);
}
.page-id-406 .qr-step-nav h3.checked:before {
background: var(--ar-blue);
content: "\f00c" !important;
font-family: 'Font Awesome 5 Free';
color: white;
}
.page-id-406 .qr-step-nav h3:before {
position: absolute;
background: white;
top: -60px;
left: 20px;
border: 2px solid rgba(0,0,0,.1);
border-radius: 25px;
width: 50px;
height: 50px;
line-height: 48px;
z-index: 1;
font-weight: 700;
text-align: center;
}
.page-id-406 .qr-step-nav h3.active:before {
border: 2px solid var(--ar-blue);
}
.page-id-406 .qr-step-nav h3:nth-of-type(1):before {
content: '1';
left: 2px;
}
.page-id-406 .qr-step-nav h3:nth-of-type(2):before {
content: '2';
left: 100px;
}
.page-id-406 .qr-step-nav h3:nth-of-type(3):before {
content: '3';
left: 160px;
}
.page-id-406 .qr-step-nav h3:nth-of-type(4):before {
content: '4';
left: 130px;
}
.page-id-406 .qr-step-nav h3:after {
content: '';
position: absolute;
top: -34px;
left: 25%;
height: 1px;
width: 100%;
background: #f2f2f2;
}
.page-id-406 .qr-step-nav h3.checked:after {
background: var(--ar-blue);
height: 2px;
}
.page-id-406 .qr-step-nav h3:nth-of-type(1):after {
left: 25px;
width: 157%;
}
.page-id-406 .qr-step-nav h3:nth-of-type(2):after {
left: 150px;
width: 115%;
}
.page-id-406 .qr-step-nav h3:nth-of-type(3):after {
left: 200px;
width: 80%;
}
.page-id-406 .qr-step-nav h3:nth-of-type(4):after {
width: 0;
}
#wpcf7-f413-o1 span.wpcf7-list-item label {
width: 100%;
cursor: pointer;
}
#wpcf7-f413-o1 input[type=radio] {
position: absolute;
opacity: 0;
width: 0;
height: 0;
}
#wpcf7-f413-o1 .qr-step-1 .step-1 input[type=radio] + span	{
width: 100%;
height: 240px;
display: block;
padding-top: 160px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
color: black;
font-size: 16px;
font-weight: 600;
line-height: 24px;
position: relative;
opacity: 1;
border-radius: 10px;
box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.05);
border: 3px solid white;
}
#wpcf7-f413-o1 .qr-step-1 .step-1 span.wpcf7-list-item:nth-of-type(1) input[type=radio] + span {
background: url(//adaptaramps.com.au/wp-content/themes/twentytwenty-child/images/design-rails-commercial.png) no-repeat;
background-position: center 30px;
background-size: contain;
}
#wpcf7-f413-o1 .qr-step-1 .step-1 span.wpcf7-list-item:nth-of-type(2) input[type=radio] + span {
background: url(//adaptaramps.com.au/wp-content/themes/twentytwenty-child/images/design-rails-domestic.png) no-repeat;
background-position: center 30px;
background-size: contain;
}
#wpcf7-f413-o1 .qr-step-1 .step-1 span.wpcf7-list-item:nth-of-type(3) input[type=radio] + span {
background: url(//adaptaramps.com.au/wp-content/themes/twentytwenty-child/images/design-rails-side.png) no-repeat;
background-position: center 30px;
background-size: contain;
}
#wpcf7-f413-o1 .qr-step-1 .step-1 span.wpcf7-list-item:nth-of-type(4) input[type=radio] + span {
background: url(//adaptaramps.com.au/wp-content/themes/twentytwenty-child/images/handrail-full-balustrade.png) no-repeat;
background-position: center 30px;
background-size: contain;
}
#wpcf7-f413-o1 .qr-step-1 .step-1 span.wpcf7-list-item {
width: 21.9%;
background: white;
margin-left: 0;
margin-right: 30px;
margin-bottom: 30px;
}
#wpcf7-f413-o1 .qr-step-1 .step-1 span.wpcf7-list-item:last-child {
margin-right: 0;
}
#wpcf7-f413-o1 .qr-step-2 h5 {
color: black;
font-size: 16px;
font-weight: 500;
line-height: 14px;
display: inline-block;
width: 25%;
}
#wpcf7-f413-o1 .qr-step-2 .step-2 {
display: inline-block;
width: 74%;
}
#wpcf7-f413-o1 .qr-step-2 .step-2:before {
content: 'm';
position: absolute;
top: 0;
right: 30px;
width: 56px;
height: 56px;
color: black;
z-index: 1;
text-align: center;
line-height: 56px;
font-size: 16px;
font-weight: 600;
opacity: .5;
}
#wpcf7-f413-o1 .qr-step-2 .step-2 input {
border: 1px solid #E5F0F0;
background: #F8FBFB;
position: relative;
}
#wpcf7-f413-o1 .qr-step-3 .col-md-5 {
padding-left: 0;
}
#wpcf7-f413-o1 .qr-step-3 p.select-colour {
color: black;
font-size: 18px;
font-weight: 500;
line-height: 28px;
padding-top: 10px;
}
#wpcf7-f413-o1 .qr-step-3 .step-3 input[type=radio] + span
{
width: 100%;
height: 50px;
display: block;
padding-top: 8px;
text-align: center;
color: black;
font-size: 16px;
font-weight: 600;
line-height: 28px;
position: relative;
opacity: 1;
border-radius: 10px;
box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.05);
border: 3px solid white;
} #wpcf7-f413-o1 .qr-step-3 .step-3 span.wpcf7-list-item {
width: 46.2%;
background: white;
margin-left: 0;
margin-right: 30px;
margin-bottom: 30px;
}
#wpcf7-f413-o1 .qr-step-3 .step-3 span.wpcf7-list-item:nth-of-type(even) {
margin-right: 0;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-featured {
width: 58%;
display: block;
vertical-align: top;
margin: 0 auto;
margin-top: 30px !important;
display: none;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-featured p {
color: black;
font-size: 14px;
font-style: italic;
font-weight: 400;
line-height: 28px;
text-align: center;
opacity: .5;
display: none;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-featured img {
width: 100%;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker {
width: 38%;
display: inline-block;
vertical-align: top;
margin-top: 70px;
display: none;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker h5 {
color: black;
font-size: 16px;
font-weight: 600;
line-height: 14px;
opacity: 1;
margin-left: 0;
margin-bottom: 15px;
width: 98%;
position: relative;
text-align: right;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker h5 span {
font-weight: 400;
opacity: .5;
position: absolute;
left: 0;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker h5 strong {
font-weight: 600;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker input[type=radio] + span	{
width: 50px;
height: 50px;
display: block;
padding-top: 0;
text-align: center;
color: black;
font-size: 16px;
font-weight: 600;
line-height: 28px;
position: relative;
opacity: 1;
border-radius: 25px;
box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.05);
border: 3px solid white;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker span.wpcf7-list-item:nth-of-type(1) input[type=radio] + span {
background: #ECECEC;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker span.wpcf7-list-item:nth-of-type(2) input[type=radio] + span {
background: #D8D7BB;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker span.wpcf7-list-item:nth-of-type(3) input[type=radio] + span {
background: #D8D5D0;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker span.wpcf7-list-item:nth-of-type(4) input[type=radio] + span {
background: #F8EAC5;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker span.wpcf7-list-item:nth-of-type(5) input[type=radio] + span {
background: #B4B2B7;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker span.wpcf7-list-item:nth-of-type(6) input[type=radio] + span {
background: #8F9396;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker span.wpcf7-list-item:nth-of-type(7) input[type=radio] + span {
background: #89A485;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker span.wpcf7-list-item:nth-of-type(8) input[type=radio] + span {
background: #D7CC94;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker span.wpcf7-list-item:nth-of-type(9) input[type=radio] + span {
background: #E3CEB1;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker span.wpcf7-list-item:nth-of-type(10) input[type=radio] + span {
background: #908D7A;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker span.wpcf7-list-item:nth-of-type(11) input[type=radio] + span {
background: #474F5C;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker span.wpcf7-list-item:nth-of-type(12) input[type=radio] + span {
background: #5F8975;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker span.wpcf7-list-item:nth-of-type(13) input[type=radio] + span {
background: #7E6F68;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker span.wpcf7-list-item:nth-of-type(14) input[type=radio] + span {
background: #A63D3A;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker span.wpcf7-list-item:nth-of-type(15) input[type=radio] + span {
background: #494A44;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker span.wpcf7-list-item:nth-of-type(16) input[type=radio] + span {
background: #1E374D;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker span.wpcf7-list-item:nth-of-type(17) input[type=radio] + span {
background: #255F49;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker span.wpcf7-list-item:nth-of-type(18) input[type=radio] + span {
background: #463D40;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker span.wpcf7-list-item:nth-of-type(19) input[type=radio] + span {
background: #731A0C;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker span.wpcf7-list-item:nth-of-type(20) input[type=radio] + span {
background: #3F4448;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker span.wpcf7-list-item {
width: 15%;
background: white;
margin-left: 0;
margin-right: 15px;
margin-bottom: 10px;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker span.wpcf7-list-item:nth-of-type(5n) {
margin-right: 0;
}
#wpcf7-f413-o1 .qr-step-4 p {
color: black;
font-size: 16px;
font-weight: 400;
line-height: 26px;
opacity: .7;
}
#wpcf7-f413-o1 .qr-step-4-design {
width: 70%;
display: inline-block;
vertical-align: top;
}
#wpcf7-f413-o1 .qr-step-4-design-spec {
width: 25%;
display: inline-block;
vertical-align: top;
margin-top: 60px;
}
#wpcf7-f413-o1 .qr-step-4-design-spec h3 {
color: var(--ar-green);
font-size: 20px;
font-weight: 600;
line-height: 40px;
}
#wpcf7-f413-o1 .qr-step-4-design-spec h4 {
color: black;
font-size: 16px;
font-weight: 600;
line-height: 28px;
margin: 0;
}
#wpcf7-f413-o1 .qr-step-4-design-spec h4 span {
font-weight: 400;
}
#wpcf7-f413-o1 .qr-step-4-design-spec h4 span.step-3-colour-bg {
display: inline-block;
width: 26px;
height: 26px;
border-radius: 15px;
position: relative;
top: 7px;
margin-right: 5px;
}
#wpcf7-f413-o1 .qr-step-4 .qr-step-final {
padding: 0;
}
#wpcf7-f413-o1 .qr-step-4 label {
width: 100%;
margin-top: 10px;
}
#wpcf7-f413-o1 .qr-step-4 label:not(span) {
color: #999;
font-size: 14px;
font-weight: 500;
line-height: 14px;
display: block;
}
#wpcf7-f413-o1 .qr-step-4 label .text-label {
color: black;
font-size: 14px;
font-weight: 500;
line-height: 14px;
opacity: .5;
display: block;
}
#wpcf7-f413-o1 .qr-step-4 input[type="text"],
#wpcf7-f413-o1 .qr-step-4 input[type="email"],
#wpcf7-f413-o1 .qr-step-4 input[type="number"],
#wpcf7-f413-o1 .qr-step-4 input[type="tel"],
#wpcf7-f413-o1 .qr-step-4 select {
background: #F8FBFB;
height: 50px;
border: 1px solid #E5F0F0;
margin-top: 6px;
margin-bottom: 2px;
color: black;
}
#wpcf7-f413-o1 .qr-step-4 select {
display: block;
width: 100%;
padding: 1rem 1.8rem;
font-size: 1.6rem;
-webkit-appearance: none;
}
#wpcf7-f413-o1 .qr-step-4 i.fa-chevron-down {
position: absolute;
top: 47px;
right: 30px;
}
#wpcf7-f413-o1 .qr-step-4 option {
background: #F8FBFB;
}
#wpcf7-f413-o1 .qr-step-4 textarea {
background: #F8FBFB;
height: 100px;
border: 1px solid #E5F0F0;
margin-top: 6px;
margin-bottom: 12px;
color: black;
}
#wpcf7-f413-o1 .qr-step-4 .powder-colour-text {
position: absolute;
opacity: 0;
width: 0;
height: 0;
}
#wpcf7-f413-o1 input[type=radio]:checked + span,
#wpcf7-f413-o1 .qr-step-1 span.wpcf7-list-item input[type=radio]:checked + span,
#wpcf7-f413-o1 .qr-step-3 span.wpcf7-list-item input[type=radio]:checked + span {
opacity: 1; }
#wpcf7-f413-o1 span.wpcf7-list-item input[type=radio]:checked,
#wpcf7-f413-o1 .qr-step-1 span.wpcf7-list-item input[type=radio]:checked,
#wpcf7-f413-o1 .qr-step-3 span.wpcf7-list-item input[type=radio]:checked {
border: 3px solid var(--ar-green);
}
#wpcf7-f413-o1 .wpcf7-submit {
display: block;
background: var(--ar-green);
margin: 40px 0 0 auto;
font-size: 12px;
font-weight: 700;
line-height: 26px;
letter-spacing: 2px;
text-transform: uppercase;
padding: 19px 42px 19px 42px;
border: 2px solid var(--ar-green);
font-family: 'Font Awesome 5 Free', 'Inter';
}
#wpcf7-f413-o1 .wpcf7-submit:hover {
color: var(--ar-green);
background: white !important;
border: 2px solid var(--ar-green);
text-decoration: none;
}
#wpcf7-f413-o1 .wpcf7-submit:after {
content: '\f061' !important;
font-family: 'Font Awesome 5 Free';
color: white;
position: absolute;
right: 45px;
}
#wpcf7-f413-o1 .wpcf7-submit:hover:after {
color: var(--ar-green);
}
#wpcf7-f413-o1 .fieldset-cf7mls:nth-of-type(4) .cf7mls_back.action-button {
position: relative;
top: -60px;
left: -20px;
margin: 0;
padding-left: 0;
font-family: 'Font Awesome 5 Free', 'Inter';
}
#wpcf7-f413-o1 .wpcf7-not-valid-tip {
font-size: 14px;
color: red;
}
#wpcf7-f413-o1 form.sent .wpcf7-response-output {
color: black;
}
#wpcf7-f413-o1 form.invalid .wpcf7-response-output,
#wpcf7-f413-o1 form.unaccepted .wpcf7-response-output {
color: red;
border: 2px solid !important;
border-color: red;
}
.page-id-406 .quote-rails-success {
width: 90%;
margin-bottom: 90px;
display: none;
}
.page-id-406 .quote-rails-success h4 {
color: var(--ar-green);
font-size: 32px;
font-weight: 600;
line-height: 40px;
text-align: center;
margin-top: 100px;
margin-bottom: 20px;
}
.page-id-406 .quote-rails-success p {
color: black;
font-size: 16px;
font-weight: 400;
line-height: 26px;
text-align: center;
opacity: .7;
width: 85%;
margin-left: auto;
margin-right: auto;
margin-bottom: 2rem;
}
.page-id-406 .quote-rails-success .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
color: #bbb;
border-color: #bbb;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 26px;
letter-spacing: 2px;
text-transform: uppercase;
padding-top: 19px;
padding-left: 58px;
padding-right: 83px !important;
padding-bottom: 19px;
}
.page-id-406 .quote-rails-success .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
color: white;
}
.page-id-406 .quote-rails-success .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
right: 50px;
font-size: 14px;
}
.page-id-406 .faq-ip-wrap {
padding-bottom: 120px;
}
.page-id-406 .faq-ip-text {
width: 90%;
}
.page-id-406 .faq-ip-text h2 {
color: black;
font-size: 28px;
font-weight: 600;
line-height: 40px;
opacity: .6;
}
.page-id-406 .faq-ip-text h3 {
color: rgba(0,0,0,.3);
font-size: 18px;
font-weight: 600;
line-height: 28px;
background: #EEF4F4;
padding: 20px 25px;
margin: 0;
}
.page-id-406 .faq-ip-text .faq-nav {
position: relative;
width: 255px;
}
.page-id-406 .faq-ip-text .sticky-sidebar {
position: fixed;
top: 20px;
}
.page-id-406 .faq-ip-text h3.faq-current {
color: var(--ar-green);
}
.page-id-406 .faq-ip-text .faq-nav a:hover {
text-decoration: none;
}
.page-id-406 .faq-ip-text .faq-nav a:nth-of-type(1) h3 {
border-radius: 10px 10px 0 0;
position: relative;
}
.page-id-406 .faq-ip-text .faq-nav a:nth-of-type(1) h3:before {
content: '';
position: absolute;
top: 100%;
left: 10%;
width: 80%;
height: 1px;
background: rgba(0,0,0,.05);
}
.page-id-406 .faq-ip-text .faq-nav a:nth-of-type(2) h3 {
border-radius: 0 0 10px 10px;
}
.page-id-406 .faq-ip-text .vc_toggle_size_md.vc_toggle_simple {
border-bottom: 1px solid rgba(0,0,0,.1);
padding-bottom: 20px;
}
.page-id-406 .faq-ip-text .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title {
padding-left: 0;
}
.page-id-406 .faq-ip-text .vc_toggle_title>h4 {
color: black;
font-size: 20px;
font-weight: 600;
line-height: 28px;
display: inline-block;
width: 90%;
}
.page-id-406 .faq-ip-text .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon {
left: auto;
right: 0;
}
.page-id-406 .faq-ip-text .vc_toggle_simple .vc_toggle_icon::after,
.page-id-406 .faq-ip-text .vc_toggle_simple .vc_toggle_icon::before {
background-color: var(--ar-green);
}
.page-id-406 .faq-ip-text .vc_toggle_size_md.vc_toggle_simple .vc_toggle_content {
padding-left: 0;
margin-bottom: 0;
}
.page-id-406 .faq-ip-text .vc_toggle_content p {
color: black;
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
.page-id-406 .faq-ip-text .vc_toggle_content p a {
font-weight: 600;
color: var(--ar-green-text);
}
.page-id-406 .faq-ip-text .vc_toggle_content p a:hover {
text-decoration: none;
border-bottom: 1px solid var(--ar-green-text);
padding-bottom: 4px;
} .page-id-417 {}
.page-id-417 .hero-steps {
background-size: cover;
display: flex;
justify-content: flex-end;
flex-direction: column;
height: 850px;
}
.page-id-417 .hero-steps h1 {
color: black;
font-size: 32px;
font-weight: 600;
line-height: 40px;
padding-right: 80px;
}
.page-id-417 .hero-steps p {
color: black;
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin-bottom: 25px;
}
.page-id-417 .hero-steps-text {
background: white;
width: 90%;
padding-top: 50px;
padding-bottom: 20px;
display: flex;
}
.page-id-417 .hero-steps-text:before {
content: "";
position: absolute;
top: -90px;
left: 0;
background: var(--ar-yellow);
width: 230px;
height: 244px;
}
.page-id-417 .hero-steps-text:after {
content: "";
position: absolute;
bottom: 0;
right: 8%;
background: var(--ar-green);
width: 110px;
height: 244px;
}
.page-id-417 .hero-steps-text .breadcrumbs {
font-size: 12px;
font-weight: 400;
line-height: 28px;
}
.page-id-417 .hero-steps-text .breadcrumbs a {
color: black !important;
opacity: .5;
}
.page-id-417 .hero-steps-text .breadcrumbs .breadcrumb_last {
font-weight: 600;
color: black;
}
.quote-steps-select-steps {
width: 90%;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 150px;
}
.page-id-417 .quote-steps-select-steps h2 {
color: black;
font-size: 28px;
font-weight: 600;
line-height: 40px;
margin-bottom: 35px;
}
.page-id-417 .qs-step-nav {
overflow: visible !important;
margin-top: 70px;
margin-bottom: 60px;
display: flex;
justify-content: space-between;
}
.page-id-417 .qs-step-nav h3 {
color: rgba(0,0,0,.3);
font-size: 16px;
font-weight: 600;
line-height: 28px;
position: relative;
width: 100%;
padding-left: 20px;
}
.page-id-417 .qs-step-nav h3:nth-of-type(1) {
padding-left: 0;
}
.page-id-417 .qs-step-nav h3:nth-of-type(2) {
padding-left: 0;
}
.page-id-417 .qs-step-nav h3:nth-of-type(3) {
padding-left: 119px;
}
.page-id-417 .qs-step-nav h3:nth-of-type(4) {
padding-left: 54px;
width: 85%;
}
.page-id-417 .qs-step-nav h3.active,
.page-id-417 .qs-step-nav h3.checked {
color: var(--ar-blue);
}
.page-id-417 .qs-step-nav h3.checked:before {
background: var(--ar-blue);
content: "\f00c" !important;
font-family: 'Font Awesome 5 Free';
color: white;
}
.page-id-417 .qs-step-nav h3:before {
position: absolute;
background: white;
top: -60px;
left: 20px;
border: 2px solid rgba(0,0,0,.1);
border-radius: 25px;
width: 50px;
height: 50px;
line-height: 48px;
z-index: 1;
font-weight: 700;
text-align: center;
}
.page-id-417 .qs-step-nav h3.active:before {
border: 2px solid var(--ar-blue);
}
.page-id-417 .qs-step-nav h3:nth-of-type(1):before {
content: '1';
left: 2px;
}
.page-id-417 .qs-step-nav h3:nth-of-type(2):before {
content: '2';
left: 70px;
}
.page-id-417 .qs-step-nav h3:nth-of-type(3):before {
content: '3';
left: 119px;
}
.page-id-417 .qs-step-nav h3:nth-of-type(4):before {
content: '4';
left: 90px;
}
.page-id-417 .qs-step-nav h3:after {
content: '';
position: absolute;
top: -34px;
left: 25%;
height: 1px;
width: 100%;
background: #f2f2f2;
}
.page-id-417 .qs-step-nav h3.checked:after {
background: var(--ar-blue);
height: 2px;
}
.page-id-417 .qs-step-nav h3:nth-of-type(1):after {
left: 25px;
width: 135%;
}
.page-id-417 .qs-step-nav h3:nth-of-type(2):after {
left: 100px;
width: 115%;
}
.page-id-417 .qs-step-nav h3:nth-of-type(3):after {
left: 150px;
width: 90%;
}
.page-id-417 .qs-step-nav h3:nth-of-type(4):after {
width: 0;
}
#wpcf7-f418-o1 span.wpcf7-list-item label {
width: 100%;
cursor: pointer;
}
#wpcf7-f418-o1 input[type=radio] {
position: absolute;
opacity: 0;
width: 0;
height: 0;
}
#wpcf7-f418-o1 .qs-step-1 .col-md-5 {
padding-left: 0;
}
#wpcf7-f418-o1 .qs-step-1 p.select-landing {
color: black;
font-size: 18px;
font-weight: 500;
line-height: 28px;
padding-top: 10px;
}
#wpcf7-f418-o1 .qs-step-1 .step-1 input[type=radio] + span
{
width: 100%;
height: 50px;
display: block;
padding-top: 8px;
text-align: center;
color: black;
font-size: 16px;
font-weight: 600;
line-height: 28px;
position: relative;
opacity: 1;
border-radius: 10px;
box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.05);
border: 3px solid white;
}
#wpcf7-f418-o1 .qs-step-1 .step-1 span.wpcf7-list-item {
width: 46.2%;
background: white;
margin-left: 0;
margin-right: 30px;
margin-bottom: 30px;
}
#wpcf7-f418-o1 .qs-step-1 .step-1 span.wpcf7-list-item:nth-of-type(even) {
margin-right: 0;
}
#wpcf7-f418-o1 input[type=radio]:checked + span,
#wpcf7-f418-o1 .qs-step-1 span.wpcf7-list-item input[type=radio]:checked + span,
#wpcf7-f418-o1 .qs-step-3 span.wpcf7-list-item input[type=radio]:checked + span {
opacity: 1; }
#wpcf7-f418-o1 span.wpcf7-list-item input[type=radio]:checked,
#wpcf7-f418-o1 .qs-step-1 span.wpcf7-list-item input[type=radio]:checked,
#wpcf7-f418-o1 .qs-step-3 span.wpcf7-list-item input[type=radio]:checked {
border: 3px solid var(--ar-green);
}
#wpcf7-f418-o1 .qs-step-2 h5 {
color: black;
font-size: 16px;
font-weight: 500;
line-height: 14px;
display: inline-block;
width: 25%;
}
#wpcf7-f418-o1 .qs-step-2 .step-2,
#wpcf7-f418-o1 .qs-step-2 .step-2-height {
display: inline-block;
width: 74%;
margin-bottom: 20px;
}
#wpcf7-f418-o1 .qs-step-2 .step-2:before,
#wpcf7-f418-o1 .qs-step-2 .step-2-height:before {
content: 'mm';
position: absolute;
top: 0;
right: 30px;
width: 56px;
height: 56px;
color: black;
z-index: 1;
text-align: center;
line-height: 56px;
font-size: 16px;
font-weight: 600;
opacity: .5;
}
#wpcf7-f418-o1 .qs-step-2 .step-2 input,
#wpcf7-f418-o1 .qs-step-2 .step-2-height input {
border: 1px solid #E5F0F0;
background: #F8FBFB;
position: relative;
}
#wpcf7-f418-o1 .qs-step-3 .step-3 span.wpcf7-list-item {
width: 45%;
background: white;
margin-left: 0;
margin-right: 30px;
margin-bottom: 30px;
}
#wpcf7-f418-o1 .qs-step-3 .step-3 span.wpcf7-list-item:nth-of-type(5n) {
margin-right: 0;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-featured {
width: 61.5%;
display: inline-block;
vertical-align: top;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-featured img {
width: 100%;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker {
width: 38%;
display: inline-block;
vertical-align: top;
margin-top: 10px;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker h5 {
color: black;
font-size: 16px;
font-weight: 600;
line-height: 14px;
opacity: 1;
margin-left: 0;
margin-bottom: 15px;
width: 98%;
position: relative;
text-align: right;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker h5 span {
font-weight: 400;
opacity: .5;
position: absolute;
left: 0;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker h5 strong {
font-weight: 600;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker input[type=radio] + span	{
width: 50px;
height: 50px;
display: block;
padding-top: 0;
text-align: center;
color: black;
font-size: 16px;
font-weight: 600;
line-height: 28px;
position: relative;
opacity: 1;
border-radius: 25px;
box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.05);
border: 3px solid white;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker span.wpcf7-list-item:nth-of-type(1) input[type=radio] + span {
background: #ECECEC;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker span.wpcf7-list-item:nth-of-type(2) input[type=radio] + span {
background: #D8D7BB;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker span.wpcf7-list-item:nth-of-type(3) input[type=radio] + span {
background: #D8D5D0;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker span.wpcf7-list-item:nth-of-type(4) input[type=radio] + span {
background: #F8EAC5;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker span.wpcf7-list-item:nth-of-type(5) input[type=radio] + span {
background: #B4B2B7;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker span.wpcf7-list-item:nth-of-type(6) input[type=radio] + span {
background: #8F9396;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker span.wpcf7-list-item:nth-of-type(7) input[type=radio] + span {
background: #89A485;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker span.wpcf7-list-item:nth-of-type(8) input[type=radio] + span {
background: #D7CC94;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker span.wpcf7-list-item:nth-of-type(9) input[type=radio] + span {
background: #E3CEB1;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker span.wpcf7-list-item:nth-of-type(10) input[type=radio] + span {
background: #908D7A;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker span.wpcf7-list-item:nth-of-type(11) input[type=radio] + span {
background: #474F5C;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker span.wpcf7-list-item:nth-of-type(12) input[type=radio] + span {
background: #5F8975;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker span.wpcf7-list-item:nth-of-type(13) input[type=radio] + span {
background: #7E6F68;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker span.wpcf7-list-item:nth-of-type(14) input[type=radio] + span {
background: #A63D3A;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker span.wpcf7-list-item:nth-of-type(15) input[type=radio] + span {
background: #494A44;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker span.wpcf7-list-item:nth-of-type(16) input[type=radio] + span {
background: #1E374D;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker span.wpcf7-list-item:nth-of-type(17) input[type=radio] + span {
background: #255F49;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker span.wpcf7-list-item:nth-of-type(18) input[type=radio] + span {
background: #463D40;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker span.wpcf7-list-item:nth-of-type(19) input[type=radio] + span {
background: #731A0C;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker span.wpcf7-list-item:nth-of-type(20) input[type=radio] + span {
background: #3F4448;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker span.wpcf7-list-item {
width: 15%;
background: white;
margin-left: 0;
margin-right: 15px;
margin-bottom: 10px;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker span.wpcf7-list-item:nth-of-type(5n) {
margin-right: 0;
}
#wpcf7-f418-o1 .qs-step-4 p {
color: black;
font-size: 16px;
font-weight: 400;
line-height: 26px;
opacity: .7;
}
#wpcf7-f418-o1 .qs-step-4-design {
width: 70%;
display: inline-block;
vertical-align: top;
}
#wpcf7-f418-o1 .qs-step-4-design-spec {
width: 25%;
display: inline-block;
vertical-align: top;
margin-top: 60px;
}
#wpcf7-f418-o1 .qs-step-4-design-spec h3 {
color: var(--ar-green);
font-size: 20px;
font-weight: 600;
line-height: 40px;
}
#wpcf7-f418-o1 .qs-step-4-design-spec h4 {
color: black;
font-size: 16px;
font-weight: 600;
line-height: 28px;
margin: 0;
}
#wpcf7-f418-o1 .qs-step-4-design-spec h4 span {
font-weight: 400;
}
#wpcf7-f418-o1 .qs-step-4-design-spec h4 span.step-3-colour-bg {
display: inline-block;
width: 26px;
height: 26px;
border-radius: 15px;
position: relative;
top: 7px;
margin-right: 5px;
}
#wpcf7-f418-o1 .qs-step-4 .qs-step-final {
padding: 0;
}
#wpcf7-f418-o1 .qs-step-4 label {
width: 100%;
margin-top: 10px;
}
#wpcf7-f418-o1 .qs-step-4 label:not(span) {
color: #999;
font-size: 14px;
font-weight: 500;
line-height: 14px;
display: block;
}
#wpcf7-f418-o1 .qs-step-4 label .text-label {
color: black;
font-size: 14px;
font-weight: 500;
line-height: 14px;
opacity: .5;
display: block;
}
#wpcf7-f418-o1 .qs-step-4 input[type="text"],
#wpcf7-f418-o1 .qs-step-4 input[type="email"],
#wpcf7-f418-o1 .qs-step-4 input[type="number"],
#wpcf7-f418-o1 .qs-step-4 input[type="tel"],
#wpcf7-f418-o1 .qs-step-4 select {
background: #F8FBFB;
height: 50px;
border: 1px solid #E5F0F0;
margin-top: 6px;
margin-bottom: 2px;
color: black;
}
#wpcf7-f418-o1 .qs-step-4 select {
display: block;
width: 100%;
padding: 1rem 1.8rem;
font-size: 1.6rem;
-webkit-appearance: none;
}
#wpcf7-f418-o1 .qs-step-4 i.fa-chevron-down {
position: absolute;
top: 47px;
right: 30px;
}
#wpcf7-f418-o1 .qs-step-4 option {
background: #F8FBFB;
}
#wpcf7-f418-o1 .qs-step-4 textarea {
background: #F8FBFB;
height: 100px;
border: 1px solid #E5F0F0;
margin-top: 6px;
margin-bottom: 12px;
color: black;
}
#wpcf7-f418-o1 .wpcf7-submit {
display: block;
background: var(--ar-green);
margin: 40px 0 0 auto;
font-size: 12px;
font-weight: 700;
line-height: 26px;
letter-spacing: 2px;
text-transform: uppercase;
padding: 19px 42px 19px 42px;
border: 2px solid var(--ar-green);
font-family: 'Font Awesome 5 Free', 'Inter';
}
#wpcf7-f418-o1 .wpcf7-submit:hover {
color: var(--ar-green);
background: white !important;
border: 2px solid var(--ar-green);
text-decoration: none;
}
#wpcf7-f418-o1 .wpcf7-submit:after {
content: '\f061' !important;
font-family: 'Font Awesome 5 Free';
color: white;
position: absolute;
right: 45px;
}
#wpcf7-f418-o1 .wpcf7-submit:hover:after {
color: var(--ar-green);
}
#wpcf7-f418-o1 .fieldset-cf7mls:nth-of-type(4) .cf7mls_back.action-button {
position: relative;
top: -60px;
left: -20px;
margin: 0;
padding-left: 0;
font-family: 'Font Awesome 5 Free', 'Inter';
}
#wpcf7-f418-o1 .wpcf7-not-valid-tip {
font-size: 14px;
color: red;
}
#wpcf7-f418-o1 form.invalid .wpcf7-response-output,
#wpcf7-f418-o1 form.unaccepted .wpcf7-response-output {
color: red;
border: 2px solid !important;
border-color: red;
}
#wpcf7-f418-o1 form.sent .wpcf7-response-output {
color: black;
}
.page-id-417 .quote-steps-success {
width: 90%;
margin-bottom: 90px;
display: none;
}
.page-id-417 .quote-steps-success h4 {
color: var(--ar-green);
font-size: 32px;
font-weight: 600;
line-height: 40px;
text-align: center;
margin-top: 100px;
margin-bottom: 20px;
}
.page-id-417 .quote-steps-success p {
color: black;
font-size: 16px;
font-weight: 400;
line-height: 26px;
text-align: center;
opacity: .7;
width: 85%;
margin-left: auto;
margin-right: auto;
margin-bottom: 2rem;
}
.page-id-417 .quote-steps-success .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
color: #bbb;
border-color: #bbb;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 26px;
letter-spacing: 2px;
text-transform: uppercase;
padding-top: 19px;
padding-left: 58px;
padding-right: 83px !important;
padding-bottom: 19px;
}
.page-id-417 .quote-steps-success .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
color: white;
}
.page-id-417 .quote-steps-success .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
right: 50px;
font-size: 14px;
}
.page-id-417 .faq-ip-wrap {
padding-bottom: 120px;
}
.page-id-417 .faq-ip-text {
width: 90%;
}
.page-id-417 .faq-ip-text h2 {
color: black;
font-size: 28px;
font-weight: 600;
line-height: 40px;
opacity: .6;
}
.page-id-417 .faq-ip-text h3 {
color: rgba(0,0,0,.3);
font-size: 18px;
font-weight: 600;
line-height: 28px;
background: #EEF4F4;
padding: 20px 25px;
margin: 0;
}
.page-id-417 .faq-ip-text .faq-nav {
position: relative;
width: 255px;
}
.page-id-417 .faq-ip-text .sticky-sidebar {
position: fixed;
top: 20px;
}
.page-id-417 .faq-ip-text h3.faq-current {
color: var(--ar-green);
}
.page-id-417 .faq-ip-text .faq-nav a:hover {
text-decoration: none;
}
.page-id-417 .faq-ip-text .faq-nav a:nth-of-type(1) h3 {
border-radius: 10px 10px 0 0;
position: relative;
}
.page-id-417 .faq-ip-text .faq-nav a:nth-of-type(1) h3:before {
content: '';
position: absolute;
top: 100%;
left: 10%;
width: 80%;
height: 1px;
background: rgba(0,0,0,.05);
}
.page-id-417 .faq-ip-text .faq-nav a:nth-of-type(2) h3 {
border-radius: 0 0 10px 10px;
}
.page-id-417 .faq-ip-text .vc_toggle_size_md.vc_toggle_simple {
border-bottom: 1px solid rgba(0,0,0,.1);
padding-bottom: 20px;
}
.page-id-417 .faq-ip-text .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title {
padding-left: 0;
}
.page-id-417 .faq-ip-text .vc_toggle_title>h4 {
color: black;
font-size: 20px;
font-weight: 600;
line-height: 28px;
display: inline-block;
width: 90%;
}
.page-id-417 .faq-ip-text .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon {
left: auto;
right: 0;
}
.page-id-417 .faq-ip-text .vc_toggle_simple .vc_toggle_icon::after,
.page-id-417 .faq-ip-text .vc_toggle_simple .vc_toggle_icon::before {
background-color: var(--ar-green);
}
.page-id-417 .faq-ip-text .vc_toggle_size_md.vc_toggle_simple .vc_toggle_content {
padding-left: 0;
margin-bottom: 0;
}
.page-id-417 .faq-ip-text .vc_toggle_content p {
color: black;
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
.page-id-417 .faq-ip-text .vc_toggle_content p a {
font-weight: 600;
color: var(--ar-green-text);
}
.page-id-417 .faq-ip-text .vc_toggle_content p a:hover {
text-decoration: none;
border-bottom: 1px solid var(--ar-green-text);
padding-bottom: 4px;
}
@media (max-height: 800px) {
.page-id-20 #site-content {
background-position: 46vw -1.25%;
}
.page-id-20 .hp-products,
.page-id-20 .hp-products .accslide,
.page-id-20 .hp-products label {
height: 350vh;
}
}
@media (max-height: 768px) {
.page-id-20 .hp-products,
.page-id-20 .hp-products .accslide,
.page-id-20 .hp-products label {
height: 360vh;
}
}
@media (max-height: 1024px) and (min-width: 992px) {
.page-id-20 .hp-products,
.page-id-20 .hp-products .accslide,
.page-id-20 .hp-products label {
height: 270vh;
}
}
@media (min-width: 992px) {
.intro h1 span {
display: block;
}
.page-id-20 .hp-os-steps .vc_col-sm-3,
.page-id-198 .about-os-steps .vc_col-sm-3 {
width: 22.5%;
max-height: 350px;
}
.page-id-20 .hp-products,
.page-id-20 .hp-products .accslide,
.page-id-20 .hp-products label {
height: 300vh;
}
.page-id-237 .contact-form .wpcf7 form.sent .wpcf7-response-output,
.page-id-237 .contact-form .wpcf7 form.invalid .wpcf7-response-output,
.page-id-237 .contact-form .wpcf7 form.unaccepted .wpcf7-response-output {
width: 540px;
margin-left: 0;
margin-right: 0;
}
}
@media (min-width: 1280px) {
.page-id-20 .hp-products,
.page-id-20 .hp-products .accslide,
.page-id-20 .hp-products label {
height: 320vh;
}
}
@media (min-width: 1024px) and (max-height: 800px) {
.page-id-20 .hp-products,
.page-id-20 .hp-products .accslide,
.page-id-20 .hp-products label {
height: 310vh;
}
}
@media (min-width: 1280px) and (min-height: 900px) {
.page-id-20 .hp-products,
.page-id-20 .hp-products .accslide,
.page-id-20 .hp-products label { height: 195vw;
}
}
@media (min-width: 1280px) and (max-height: 800px) {
.page-id-20 .hp-products,
.page-id-20 .hp-products .accslide,
.page-id-20 .hp-products label {
height: 360vh;
}
}
@media (min-width: 1366px) and (min-height: 900px) {
.page-id-20 .hp-products,
.page-id-20 .hp-products .accslide,
.page-id-20 .hp-products label { height: 203vw;
}
}
@media (min-width: 1441px) {
.page-id-20 .hp-products,
.page-id-20 .hp-products .accslide,
.page-id-20 .hp-products label {
height: 282vh;
}
.page-id-20 .hp-ig-2 .wpb_single_image img,
.page-id-198 .about-ig-2 .wpb_single_image img,
.page-id-237 .contact-ig-2 .wpb_single_image img,
.page-id-289 .locations-ig-2 .wpb_single_image img,
.page-id-315 .faq-ig-2 .wpb_single_image img {
width: 320px;
}
}
@media (min-width: 1600px) {
#wpcf7-f388-o1 .qrr-step-2 input[type=radio] + span {
height: 290px;
padding-top: 240px;
}
#wpcf7-f388-o1 .qrr-step-4 .step-4 input[type=radio] + span {
height: 280px;
padding-top: 200px;
}
#wpcf7-f413-o1 .qr-step-1 .step-1 input[type=radio] + span {
height: 280px;
padding-top: 200px;
}
}
@media (min-width: 1920px) {
.page-id-20 #site-content {
background: none;
}
.page-id-20 .hero-row .vc_col-sm-7 {
width: 41.66666667%;
}
.page-id-20 .hero-row .vc_col-sm-5 {
width: 58.33333333%;
}
.page-id-20 .hero-row .vc_custom_1614257211101 {
padding-right: 30px !important;
}
.page-id-20 .hero-row .sc-hero-img {
padding-top: 95px;
}
.page-id-20 .hero-row .sc-hero-img img {
transform: scale(1.15);
right: 0;
position: relative;
-webkit-animation: slidein 3s; -moz-animation: slidein 3s; -ms-animation: slidein 3s; -o-animation: slidein 3s; animation: slidein 3s;
}
.page-id-20 .hero-row .hero-btn-2 {
margin-left: 80px;
}
@keyframes slidein {
from { right: -25%; }
to   { right: 0; }
} @-moz-keyframes slidein {
from { right: -25%; }
to   { right: 0; }
} @-webkit-keyframes slidein {
from { right: -25%; }
to   { right: 0; }
} @-ms-keyframes slidein {
from { right: -25%; }
to   { right: 0; }
} @-o-keyframes slidein {
from { right: -25%; }
to   { right: 0; }
}
}
@media (max-width: 1919px) {
.page-id-20 .hero-row .sc-hero-img {
display: none;
}
}
@media (max-width: 991px) {
.page-id-20 #site-content {
background-position: 43vw 0%;
}
.intro h3 br {
display: none;
}
#site-content .vc_custom_1608972591075 {
margin-left: 0 !important;
}
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
.header-inner {
padding-top: 0;
padding-bottom: 60px;
}
.header-inner .toggle {
padding-top: 19px;
padding-bottom: 30px;
}
.site-logo a {
width: 80%;
}
header .col-md-3 {
margin-top: 30px;
}
#site-header .nav-toggle.mobile-nav-toggle .toggle-inner {
padding-top: 0;
}
#site-header .nav-toggle.mobile-nav-toggle .toggle-inner .toggle-text {
display: none;
}
#site-header .nav-toggle.mobile-nav-toggle .toggle-icon,
#site-header .nav-toggle.mobile-nav-toggle svg {
width: 2.6rem;
height: 2.6rem;
}
.modal-menu a {
color: var(--ar-green-text) !important;
}
.modal-menu ul li a {
font-size: 1.8rem;
}
.intro .col-md-3 {
text-align: center;
}
.intro .col-md-3 img {
display: inline-block;
margin-top: 30px;
margin-bottom: 0;
}
.intro .col-md-4 {
text-align: center;
}
footer#site-footer.container {
padding-left: 15px;
padding-right: 15px;
}
#site-footer .col-md-6 {
text-align: center;
}
#site-footer p {
text-align: left;
}
#site-footer .col-md-6:nth-of-type(2) p {
margin-top: 30px;
text-align: center;
}
#site-footer img {
display: inline-block;
}
#site-footer img.email-icon {
top: 35px;
left: 50px;
right: auto;
display: block;
}
#site-footer a.to-the-top {
right: 20px;
bottom: 10px;
}
#site-footer .footer-col-1 {
margin-bottom: 30px;
}
#site-footer .row:nth-of-type(2) .footer-col-1 {
margin-bottom: 0;
}
#site-footer .footer-col-1 p.copyright {
top: 0;
margin-top: 50px;
margin-bottom: 30px;
line-height: 22px;
}
#site-footer .row:nth-of-type(2) .footer-col-1 p.copyright {
margin-bottom: 0;
}
#site-footer .footer-col-1 p.copyright span {
display: block;
}
#site-footer .footer-col-2 {
width: 35%;
margin-bottom: 30px;
}
#site-footer .footer-col-3 {
width: 50%;
margin-bottom: 30px;
}
#site-footer .footer-col-4 .social-media-links {
margin-top: 3rem;
}
#site-content .post header {
padding-top: 70px;
padding-right: 25px;
}
#site-content .post header .sp-wrapper {
padding-top: 70px;
}
#site-content .post header .sp-wrapper:before {
top: 177px;
width: 100px;
height: 106px;
}
#site-content .post header .sp-wrapper:after {
display: none;
}
#site-content .post header .sp-wrapper .post-meta-wrapper {
margin-top: 5rem;
}
#site-content .post figure.featured-media {
padding-right: 25px;
}
#site-content .post .ar-entry-content .container {
padding-left: 20px;
padding-right: 20px;
}
#site-content .post .ar-entry-content .posts-blog {
padding: 60px 0 5px;
margin-top: 60px;
}
#site-content .post .ar-entry-content .posts-blog h5 {
text-align: left;
}
#site-content .post .ar-entry-content .posts-blog .vc_custom_1610381210152 {
margin-bottom: 0 !important;
}
#site-content .post .ar-entry-content .posts-blog .vc_custom_1609650506852 {
margin-top: 0 !important;
margin-bottom: 15px;
}
#site-content .post .ar-entry-content .posts-blog .vc_gitem-post-data-source-post_excerpt p {
margin-bottom: 5px;
}
#site-content .post .ar-entry-content .posts-blog .vc_gitem_row .vc_gitem-col {
padding: 10px 0;
}
#site-content .post .ar-entry-content .posts-blog .blog-read-more {
margin-bottom: 0;
}
.page-id-20 #site-content {
background: url(https://adaptaramps.com.au/wp-content/uploads/2021/01/hero-image-2.png) no-repeat;
background-position: -170px 320px;
background-size: 170% auto;
}
.page-id-20 .hero-row {
padding-bottom: 240px;
}
.page-id-20 .vc_custom_1608972243267,
.page-id-20 .vc_custom_1608972258611,
.page-id-20 .vc_custom_1609391715670,
.page-id-20 .vc_custom_1608977662689,
.page-id-20 .vc_custom_1608977645473  {
padding-right: 0 !important;
}
.page-id-20 .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
min-width: 340px;
}
.page-id-20 .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
right: 70px;
}
.page-id-20 .hp-intro {
border-top: 81px solid #EEF4F4;
border-right: none;
padding-bottom: 30px;
}
.page-id-20 .hp-intro:before {
top: -81px;
width: 124px;
height: 132px;
}
.page-id-20 .hp-intro h5 {
line-height: 20px;
}
.page-id-20 .vc_custom_1608973362585 {
margin-bottom: 15px !important;
}
.page-id-20 .hp-intro .vc_col-sm-8 {
padding-top: 100px;
}
.page-id-20 .hp-our-solutions {
padding: 60px 0;
}
.page-id-20 .hp-os-steps {
margin-left: 20px;
margin-right: 20px;
}
.page-id-20 .hp-os-steps .vc_col-sm-3 {
margin-bottom: 50px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
}
.page-id-20 .hp-products {}
.page-id-20 .hp-products > ul > li {
margin-top: 150px;
}
.page-id-20 .hp-products,
.page-id-20 .hp-products .accslide,
.page-id-20 .hp-products label {
height: 570vh;
}
.page-id-20 .hp-products input[type=radio]:checked ~ label { display: block;
}
.page-id-20 .hp-products input[type=radio]:checked ~ label > * {
display: block;
font-size: 22px;
padding-left: 0;
transform: none;
font-weight: 600;
line-height: 34px;
white-space: nowrap;
}
.page-id-20 .hp-products input[type=radio]:not(:checked) ~ label > * {
font-size: 22px;
padding-left: 0;
transform: none;
}
.page-id-20 .hp-products li:nth-child(1) label .fa-arrow-right {
transform: rotate(270deg);
}
.page-id-20 .hp-products label {
width: 40px;
}
.page-id-20 .hp-products li:nth-child(1):nth-last-child(3) input[type=radio]:checked ~ .accslide,
.page-id-20 .hp-products li:nth-child(2):nth-last-child(2) input[type=radio]:checked ~ .accslide,
.page-id-20 .hp-products li:nth-child(3):nth-last-child(1) input[type=radio]:checked ~ .accslide { width: 100%;
}
.page-id-20 .hp-products li > input + label {
position: absolute;
top: 0;
width: 100%;
height: 50px;
padding-top: 10px;
text-align: left;
}
.page-id-20 .hp-products li:nth-of-type(1) > input + label {
top: 100px;
}
.page-id-20 .hp-products li:nth-of-type(2) > input + label {
top: 50px;
}
.page-id-20 .hp-products .accslide {
padding-top: 50px;
}
.page-id-20 .hp-products .accslide h1 {
font-size: 44px;
line-height: 46px;
}
.page-id-20 .hp-products .accslide li,
.page-id-20 .hp-products .accslide li:nth-of-type(odd) {
width: 100%;
}
.page-id-20 .hp-products .accslide img {
margin-bottom: 20px;
}
.page-id-20 .hp-products .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
min-width: 225px;
}
.page-id-20 .hp-products .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
right: 25px;
}
.page-id-20 .hp-products .accslide iframe {
height: auto !important;
}
.page-id-20 .hp-blog {
padding: 70px 0 30px;
}
.page-id-20 .hp-blog .wpb_raw_code {
margin-bottom: 10px;
}
.page-id-20 .hp-blog h5 {
text-align: left;
}
.page-id-20 .vc_custom_1610363282198 {
margin-bottom: 0 !important;
}
.page-id-20 .vc_custom_1609127070159 {
margin-bottom: 20px;
}
.page-id-20 .vc_gitem_row .vc_gitem-col {
padding: 10px 0 !important;
}
.page-id-20 .hp-blog .blog-read-more {
margin-bottom: 0;
}
.page-id-20 .hp-blog .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
padding-bottom: 25px;
}
.page-id-20 .hp-testimonials .vc_col-sm-8 {
margin-top: 0;
padding-left: 20px;
padding-right: 20px;
}
.page-id-20 .vc_custom_1610644113571 {
margin-left: 0px !important;
}
.page-id-20 .hp-testi-slide {
min-height: 500px;
}
.page-id-20 .hp-testi-slider .slick-dots {
position: relative;
top: 15px;
left: 45%;
right: unset;
margin: 0 auto;
}
.page-id-20 .hp-testi-slider .slick-dots li {
float: left;
margin: 0 15px;
}
.page-id-20 .hp-testimonials .vc_custom_1611155692943 {
padding-left: 0 !important;
}
.page-id-20 .hp-cta {
padding-right: 50px;
background-position: right -1px;
}
.page-id-20 .hp-cta:before {
width: 104px;
height: 135px;
}
.page-id-20 .hp-cta h1 {
padding-right: 20px;
font-size: 36px;
line-height: 44px;
}
.page-id-20 .hp-cta p {
padding-right: 20px;
}
.page-id-20 .hp-cta .vc_col-sm-9 {
padding-top: 50px;
padding-left: 20px;
}
.page-id-20 .hp-cta .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
min-width: 285px;
}
.page-id-20 .hp-ig {}
.page-id-20 .vc_custom_1610364163376 {
margin-bottom: 0 !important;
}
.page-id-20 .hp-ig .wpb_raw_code {
margin-bottom: 20px;
}
.page-id-20 .hp-ig h5 {
text-align: left;
margin-top: 0;
}
.page-id-20 .hp-ig-2 .vc_col-sm-2 {
width: 50%;
display: inline-block;
}
.page-id-20 .hp-ig-2 .vc_col-sm-2 .wpb_single_image {
margin-bottom: 0;
}
#sb_instagram #sbi_images .sbi_item {
width: 50% !important;
}
.page-id-198 .hero-about {
background-size: contain;
display: block;
justify-content: normal;
flex-direction: unset;
height: unset;
padding-top: 185px;
}
.page-id-198 .hero-about h1 {
padding-right: 0;
}
.page-id-198 .vc_custom_1609501465457 {
background-image: url(https://adaptaramps.com.au/wp-content/uploads/2021/01/hero-about.jpg?id=201) !important;
background-position: center 0px;
}
.page-id-198 .hero-about-text {
width: 100%;
display: block;
padding-top: 80px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 0;
}
.page-id-198 .hero-about-text:before {
top: -20px;
width: 100px;
height: 106px;
}
.page-id-198 .hero-about-text:after {
display: none;
}
.page-id-198 .vc_custom_1610377569098 {
margin-bottom: 5px !important;
}
.page-id-198 .about-vision {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
.page-id-198 .about-vision h4 {
width: 40%;
margin-right: 25px;
}
.page-id-198 .about-vision .wpb_single_image img {
padding-top: 0;
padding-bottom: 20px;
}
.page-id-198 .about-our-solutions {
padding: 40px 0 20px;
margin-top: 0;
}
.page-id-198 .vc_custom_1609570431136,
.page-id-198 .vc_custom_1609570446205 {
padding-right: 20px !important;
}
.page-id-198 .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
min-width: 340px;
}
.page-id-198 .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
right: 70px;
}
.page-id-198 .about-os-steps {
margin-left: 20px;
margin-right: 20px;
}
.page-id-198 .about-os-steps .vc_col-sm-3 {
margin-bottom: 50px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
}
.page-id-198 .about-testimonials .vc_col-sm-8 {
margin-top: 0;
padding-left: 20px;
padding-right: 20px;
}
.page-id-198 .about-testi-slide {
min-height: 500px;
}
.page-id-198 .about-testi-slider .slick-dots {
position: relative;
top: 25px;
left: 42%;
right: unset;
}
.page-id-198 .about-testi-slider .slick-dots li {
float: left;
margin: 0 15px;
}
.page-id-198 .about-testimonials .vc_custom_1611156789246 {
padding-left: 0 !important;
}
.page-id-198 .about-ig {
padding-top: 70px;
}
.page-id-198 .about-ig .wpb_raw_code {
margin-bottom: 20px;
}
.page-id-198 .vc_custom_1610378337605 {
margin-bottom: 0 !important;
}
.page-id-198 .about-ig h5 {
text-align: left;
margin-top: 0;
}
.page-id-198 .about-ig-2 .vc_col-sm-2 {
width: 50%;
display: inline-block;
}
.page-id-198 .about-ig-2 .vc_col-sm-2 .wpb_single_image {
margin-bottom: 0;
}
.page-id-237 .hero-contact {
background-size: contain;
display: block;
justify-content: normal;
flex-direction: unset;
height: unset;
padding-top: 185px;
}
.page-id-237 .hero-contact h1 {
padding-right: 0;
}
.page-id-237 .vc_custom_1609577376188 {
background-image: url(https://adaptaramps.com.au/wp-content/uploads/2021/01/hero-contact.jpg?id=241) !important;
background-position: center 0px;
}
.page-id-237 .hero-contact-text {
width: 100%;
display: block;
padding-top: 80px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 0;
}
.page-id-237 .hero-contact-text:before {
top: -20px;
width: 100px;
height: 106px;
}
.page-id-237 .hero-contact-text:after {
display: none;
}
.page-id-237 .contact-form {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
.page-id-237 .contact-form input[type="text"],
.page-id-237 .contact-form input[type="email"],
.page-id-237 .contact-form input[type="number"],
.page-id-237 .contact-form input[type="tel"],
.page-id-237 .contact-form select,
.page-id-237 .contact-form textarea {
width: 100% !important;
min-width: 240px;
display: inline-block;
}
.page-id-237 .contact-form i.fa-chevron-down {
left: unset;
right: 30px;
}
.page-id-237 .contact-form input[type="submit"],
.page-id-237 .contact-form .wpcf7-submit {
width: 100%;
}
.page-id-237 .contact-ig {
padding-top: 120px;
}
.page-id-237 .vc_custom_1610379108647 {
margin-bottom: 5px !important;
}
.page-id-237 .contact-ig h5 {
text-align: left;
}
.page-id-237 .contact-ig-2 .vc_col-sm-2 {
width: 50%;
display: inline-block;
}
.page-id-237 .contact-ig-2 .vc_col-sm-2 .wpb_single_image {
margin-bottom: 0;
}
.page-id-237 .wpcf7 form .wpcf7-response-output {
margin: 2em 0 1em;
padding: 0.5em 1em;
line-height: 20px;
}
.page-id-259 .hero-resources {
background-size: contain;
display: block;
justify-content: normal;
flex-direction: unset;
height: unset;
padding-top: 70px;
}
.page-id-259 .hero-resources h1 {
padding-right: 0;
}
.page-id-259 .hero-resources-text {
width: 100%;
display: block;
padding-top: 80px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 0;
}
.page-id-259 .hero-resources-text:before {
top: -70px;
width: 100px;
height: 106px;
}
.page-id-259 .hero-resources-text:after {
display: none;
}
.page-id-259 .resources-featured-content {
width: 100%;
}
.page-id-259 .resources-featured-content .vc_gitem-zone-a .vc_gitem-row-position-bottom,
.page-id-259 .resources-featured-content .vc_gitem-zone-b .vc_gitem-row-position-bottom {
position: relative;
}
.page-id-259 .vc_custom_1609599896957 {
color: white;
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
.page-id-259 .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9:before {
padding-top: 90px;
}
.page-id-259 .resources-featured-content .vc_gitem-post-data-source-post_date > div,
.page-id-259 .resources-featured-content .vc_gitem-post-data-source-post_title > div,
.page-id-259 .resources-featured-content .vc_gitem-post-data-source-post_excerpt > div {
padding-left: 20px;
padding-bottom: 0;
}
.page-id-259 .resources-featured-content .vc_empty_space {
display: none;
}
.page-id-259 .resources-featured-content .vc_btn3-container.vc_btn3-inline {
text-align: left;
padding-bottom: 20px;
}
.page-id-259 .resources-blog-content {
width: 100%;
}
.page-id-259 .resources-blog-content .vc_grid-item-zone-c-bottom .vc_gitem-zone-c .vc_gitem_row .vc_gitem-col {
padding: 10px;
}
.page-id-259 .resources-blog-content .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
padding-bottom: 0;
}
.page-id-259 .resources-blog {
margin: 35px 0 50px;
}
.page-id-259 .resources-blog .vc_gitem-post-data-source-post_title {
height: auto;
}
.page-id-259 .blog-resources h2 {
height: auto;
}
.page-id-259 .blog-pagination ul.page-numbers {
margin: 0;
}
.page-id-289 .hero-locations {
background-size: contain;
display: block;
justify-content: normal;
flex-direction: unset;
height: unset;
padding-top: 70px;
}
.page-id-289 .hero-locations h1 {
padding-right: 0;
}
.page-id-289 .hero-locations p {
padding-right: 0;
}
.page-id-289 .hero-locations-text {
width: 100%;
display: block;
padding-top: 80px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 0;
}
.page-id-289 .hero-locations-text:before {
top: -70px;
width: 100px;
height: 106px;
}
.page-id-289 .hero-locations-text:after {
display: none;
}
.page-id-289 .locations-map-content {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
.page-id-289 .locations-ig {
padding-top: 60px;
}
.page-id-289 .vc_custom_1610381944060 {
margin-bottom: 5px !important;
}
.page-id-289 .locations-ig h5 {
text-align: left;
}
.page-id-289 .locations-ig-2 .vc_col-sm-2 {
width: 50%;
display: inline-block;
}
.page-id-289 .locations-ig-2 .vc_col-sm-2 .wpb_single_image {
margin-bottom: 0;
}
.page-id-315 .hero-faq {
background-size: contain;
display: block;
justify-content: normal;
flex-direction: unset;
height: unset;
padding-top: 185px;
}
.page-id-315 .hero-faq h1 {
padding-right: 0;
}
.page-id-315 .hero-faq p {
padding-right: 0;
}
.page-id-315 .vc_custom_1609577376188 {
background-image: url(https://adaptaramps.com.au/wp-content/uploads/2021/01/hero-faq-2.jpg?id=331) !important;
background-position: center 0px;
}
.page-id-315 .hero-faq-text {
width: 100%;
display: block;
padding-top: 80px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 0;
}
.page-id-315 .hero-faq-text:before {
top: -20px;
width: 100px;
height: 106px;
}
.page-id-315 .hero-faq-text:after {
display: none;
}
.page-id-315 .faq-list-content {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
.page-id-315 .faq-list-content .faq-nav {
width: 100%;
}
.page-id-315 .faq-cta {
padding: 100px 40px 0 0;
background-position: right -1px;
}
.page-id-315 .faq-cta:before {
width: 104px;
height: 135px;
}
.page-id-315 .faq-cta h1 {
font-size: 36px;
line-height: 44px;
padding-right: 0;
}
.page-id-315 .faq-cta p {
padding-right: 0;
}
.page-id-315 .faq-cta .vc_col-sm-9 {
padding: 50px 20px;
}
.page-id-315 .faq-cta .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
width: 290px;
text-align: center;
}
.page-id-315 .faq-cta .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
right: 70px;
}
.page-id-315 .faq-ig {
padding-top: 120px;
}
.page-id-315 .vc_custom_1610382798488 {
margin-bottom: 5px !important;
}
.page-id-315 .faq-ig h5 {
text-align: left;
}
.page-id-315 .faq-ig-2 .vc_col-sm-2 {
width: 50%;
display: inline-block;
}
.page-id-315 .faq-ig-2 .vc_col-sm-2 .wpb_single_image {
margin-bottom: 0;
}
.page-id-338 .hero-ramp-rail ,
.page-id-1826 .hero-ramp-rail {
background-size: contain;
display: block;
justify-content: normal;
flex-direction: unset;
height: unset;
padding-top: 185px;
}
.page-id-338 .hero-ramp-rail h1 ,
.page-id-1826 .hero-ramp-rail h1 {
padding-right: 0;
}
.page-id-338 .vc_custom_1609577376188 ,
.page-id-1826 .vc_custom_1609577376188 {
background-image: url(https://adaptaramps.com.au/wp-content/uploads/2021/01/hero-ramp-and-rails.jpg?id=340) !important;
background-position: center 0px;
}
.page-id-338 .hero-ramp-rail-text ,
.page-id-1826 .hero-ramp-rail-text {
width: 100%;
display: block;
padding-top: 80px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 0;
}
.page-id-338 .hero-ramp-rail-text:before ,
.page-id-1826 .hero-ramp-rail-text:before {
top: -20px;
width: 100px;
height: 106px;
}
.page-id-338 .hero-ramp-rail-text:after ,
.page-id-1826 .hero-ramp-rail-text:after {
display: none;
}
.page-id-338 .quote-ramp-rail {}
.page-id-338 .quote-ramp-rail-text ,
.page-id-1826 .quote-ramp-rail-text {
width: 100%;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
}
.page-id-338 .quote-ramp-rail-select-steps ,
.page-id-1826 .quote-ramp-rail-select-steps {
width: 100%;
padding-top: 0;
padding-left: 20px;
padding-right: 20px;
}
.page-id-338 .qrr-step-nav ,
.page-id-1826 .qrr-step-nav {
display: block;
justify-content: unset;
white-space: nowrap;
overflow: scroll !important;
margin-top: 20px;
}
.page-id-338 .qrr-step-nav h3 ,
.page-id-1826 .qrr-step-nav h3 {
width: 32.3%;
font-size: 15px;
display: inline-block;
}
.page-id-338 .qrr-step-nav h3:nth-of-type(-n+3) ,
.page-id-1826 .qrr-step-nav h3:nth-of-type(-n+3) {
margin-top: 65px;
margin-bottom: 0;
}
.page-id-338 .qrr-step-nav h3:nth-of-type(n+4) ,
.page-id-1826 .qrr-step-nav h3:nth-of-type(n+4) {
padding-left: 0;
}
.page-id-338 .qrr-step-nav h3:nth-of-type(4) ,
.page-id-1826 .qrr-step-nav h3:nth-of-type(4) {
padding-left: 15px;
}
.page-id-338 .qrr-step-nav h3:nth-of-type(5) ,
.page-id-1826 .qrr-step-nav h3:nth-of-type(5) {
padding-left: 5px;
}
.page-id-338 .qrr-step-nav h3:nth-of-type(4):before ,
.page-id-1826 .qrr-step-nav h3:nth-of-type(4):before {
left: 23px;
}
.page-id-338 .qrr-step-nav h3:nth-of-type(5):before ,
.page-id-1826 .qrr-step-nav h3:nth-of-type(5):before {
left: 25px;
}
.page-id-338 .qrr-step-nav h3:nth-of-type(6):before ,
.page-id-1826 .qrr-step-nav h3:nth-of-type(6):before {
left: 30px;
}
#wpcf7-f388-o1 div[class^="qrr-step"] span.wpcf7-list-item,
#wpcf7-f388-o1 .qrr-step-4 .step-4 span.wpcf7-list-item {
width: 100%;
margin-right: 0;
margin-bottom: 30px;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker {
margin-top: 15px;
}
#wpcf7-f388-o1 div[class^="qrr-step"] span.wpcf7-list-item:last-child,
#wpcf7-f388-o1 .qrr-step-4 .step-4 span.wpcf7-list-item:last-child {
margin-bottom: 0;
}
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-featured,
#wpcf7-f388-o1 .qrr-step-4 .handrail-colour-picker,
#wpcf7-f388-o1 .qrr-step-5 h5,
#wpcf7-f388-o1 .qrr-step-5 .step-5,
#wpcf7-f388-o1 .qrr-step-6-design {
width: 100%;
}
#wpcf7-f388-o1 .qrr-step-5 .step-5:before {
right: 0;
}
#wpcf7-f388-o1 .qrr-step-6-design-spec {
width: 100%;
margin-top: 0;
margin-bottom: 60px;
}
#wpcf7-f388-o1 .qrr-step-6 i.fa-chevron-down {
left: unset;
right: 30px;
}
.quote-ramp-rail-select-steps h2 {
margin-bottom: 20px;
}
#wpcf7-f388-o1 .fieldset-cf7mls:nth-of-type(6) .cf7mls_back.action-button {
top: 0;
left: 0;
margin: 5px auto 0;
width: 100%;
text-align: center;
}
#wpcf7-f388-o1 .wpcf7-submit {
margin-right: auto;
width: 100%;
}
#wpcf7-f388-o1 form.invalid .wpcf7-response-output,
#wpcf7-f388-o1 form.unaccepted .wpcf7-response-output {
margin: 2em 0 1em;
padding: 0.5em 1em;
line-height: 20px;
}
.cf7mls_next.action-button {
right: 0;
}
.page-id-338 .quote-ramp-rail-select-steps h2 ,
.page-id-1826 .quote-ramp-rail-select-steps h2 {
margin-bottom: 20px;
}
#wpcf7-f418-o1 .fieldset-cf7mls:nth-of-type(6) .cf7mls_back.action-button {
top: 0;
margin: 20px auto 0;
width: 100%;
text-align: center;
}
.page-id-338 .quote-ramp-rail-success ,
.page-id-1826 .quote-ramp-rail-success {
width: 100%;
}
.page-id-338 .quote-ramp-rail-success .qrr-step-nav ,
.page-id-1826 .quote-ramp-rail-success .qrr-step-nav {
padding-left: 20px;
padding-right: 20px;
}
.page-id-338 .quote-ramp-rail-success h4 ,
.page-id-1826 .quote-ramp-rail-success h4 {
margin-top: 70px;
}
.page-id-338 .faq-ip-text ,
.page-id-1826 .faq-ip-text {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
.page-id-406 .hero-rails {
background-size: contain;
display: block;
justify-content: normal;
flex-direction: unset;
height: unset;
padding-top: 185px;
}
.page-id-406 .hero-rails h1 {
padding-right: 0;
}
.page-id-406 .vc_custom_1610152643917 {
background-image: url(https://adaptaramps.com.au/wp-content/uploads/2021/01/hero-rails.jpg?id=350) !important;
background-position: center 0px;
}
.page-id-406 .hero-rails-text {
width: 100%;
display: block;
padding-top: 80px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 0;
}
.page-id-406 .hero-rails-text:before {
top: -20px;
width: 100px;
height: 106px;
}
.page-id-406 .hero-rails-text:after {
display: none;
}
.page-id-406 .quote-rails-select-steps {
width: 100%;
padding-top: 0;
padding-left: 20px;
padding-right: 20px;
}
.page-id-406 .qr-step-nav {
display: block;
justify-content: unset;
white-space: nowrap;
overflow: scroll !important;
margin-top: 20px;
}
.page-id-406 .qr-step-nav h3 {
width: 32.5%;
font-size: 15px;
display: inline-block;
}
.page-id-406 .qr-step-nav h3:nth-of-type(-n+2) {
margin-top: 65px;
margin-bottom: 0;
}
.page-id-406 .qr-step-nav h3:nth-of-type(n+2) {
padding-left: 0;
}
.page-id-406 .qr-step-nav h3:nth-of-type(3) {
text-align: center;
}
.page-id-406 .qr-step-nav h3:nth-of-type(2):before {
left: 20px;
}
.page-id-406 .qr-step-nav h3:nth-of-type(3):before {
left: 29px;
}
.page-id-406 .qr-step-nav h3:nth-of-type(4):before {
left: 30px;
}
.page-id-406 .qr-step-nav h3:nth-of-type(1):after {
width: 110%;
}
.page-id-406 .qr-step-nav h3:nth-of-type(2):after {
left: 45px;
width: 100%;
}
.page-id-406 .qr-step-nav h3:nth-of-type(3):after {
left: 55px;
width: 100%;
}
#wpcf7-f413-o1 .qr-step-1 .step-1 span.wpcf7-list-item {
width: 100%;
margin-right: 0;
margin-bottom: 30px;
}
#wpcf7-f413-o1 .qr-step-1 .step-1 span.wpcf7-list-item:last-child {
margin-bottom: 0;
}
#wpcf7-f413-o1 .qr-step-2 h5,
#wpcf7-f413-o1 .qr-step-2 .step-2,
#wpcf7-f413-o1 .qr-step-4-design {
width: 100%;
}
#wpcf7-f413-o1 .qr-step-2 .step-2:before {
right: 0;
}
#wpcf7-f413-o1 .qr-step-3 .col-md-7 {
padding-left: 0;
padding-right: 0;
}
#wpcf7-f413-o1 .qr-step-3 .step-3 span.wpcf7-list-item,
#wpcf7-f413-o1 .qr-step-3 .powder-colour-featured {
width: 100%;
}
#wpcf7-f413-o1 .qr-step-3 .step-3 span.wpcf7-list-item:first-child {
margin-bottom: 10px;
}
#wpcf7-f413-o1 .qr-step-3 .powder-colour-picker {
width: 100%;
margin-top: 30px;
}
#wpcf7-f413-o1 .qr-step-4-design-spec {
width: 100%;
margin-top: 0;
margin-bottom: 60px;
}
#wpcf7-f413-o1 .qr-step-4 i.fa-chevron-down {
left: unset;
right: 30px;
}
.page-id-406 .quote-rails-select-steps h2 {
margin-bottom: 20px;
}
#wpcf7-f413-o1 .fieldset-cf7mls:nth-of-type(4) .cf7mls_back.action-button {
top: 0;
left: 0;
margin: 5px auto 0;
width: 100%;
text-align: center;
}
#wpcf7-f413-o1 .wpcf7-submit {
margin-right: auto;
width: 100%;
}
#wpcf7-f413-o1 form.invalid .wpcf7-response-output,
#wpcf7-f413-o1 form.unaccepted .wpcf7-response-output {
margin: 2em 0 1em;
padding: 0.5em 1em;
line-height: 20px;
}
.page-id-406 .quote-rails-select-steps h2 {
margin-bottom: 20px;
}
.page-id-406 .quote-rails-success {
width: 100%;
}
.page-id-406 .quote-rails-success .qr-step-nav {
padding-left: 20px;
padding-right: 20px;
}
.page-id-406 .quote-rails-success h4 {
margin-top: 70px;
}
.page-id-406 .faq-ip-text {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
.page-id-417 .hero-steps {
background-size: contain;
display: block;
justify-content: normal;
flex-direction: unset;
height: unset;
padding-top: 185px;
}
.page-id-417 .hero-steps h1 {
padding-right: 0;
}
.page-id-417 .vc_custom_1610433709818 {
background-image: url(https://adaptaramps.com.au/wp-content/uploads/2021/01/hero-steps.jpg?id=351) !important;
background-position: center 0px;
}
.page-id-417 .hero-steps-text {
width: 100%;
display: block;
padding-top: 80px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 0;
}
.page-id-417 .hero-steps-text:before {
top: -20px;
width: 100px;
height: 106px;
}
.page-id-417 .hero-steps-text:after {
display: none;
}
.page-id-417 .quote-steps-select-steps {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
.page-id-417 .qs-step-nav {
display: block;
justify-content: unset;
white-space: nowrap;
overflow: scroll !important;
margin-top: 10px;
}
.page-id-417 .qs-step-nav h3 {
width: 49.3%;
font-size: 15px;
display: inline-block;
}
.page-id-417 .qs-step-nav h3:nth-of-type(1) {
width: 30%;
}
.page-id-417 .qs-step-nav h3:nth-of-type(4) {
width: 40%;
}
.page-id-417 .qs-step-nav h3:nth-of-type(-n+2) {
margin-top: 65px;
margin-bottom: 0;
}
.page-id-417 .qs-step-nav h3:nth-of-type(n+2) {
padding-left: 0;
}
.page-id-417 .qs-step-nav h3:nth-of-type(3) {
text-align: center;
}
.page-id-417 .qs-step-nav h3:nth-of-type(2):before {
left: 60px;
}
.page-id-417 .qs-step-nav h3:nth-of-type(3):before {
left: 57px;
}
.page-id-417 .qs-step-nav h3:nth-of-type(4):before {
left: 30px;
}
.page-id-417 .qs-step-nav h3:nth-of-type(1):after {
left: 45px;
width: 120%;
}
.page-id-417 .qs-step-nav h3:nth-of-type(2):after {
left: 85px;
width: 100%;
}
.page-id-417 .qs-step-nav h3:nth-of-type(3):after {
left: 65px;
width: 100%;
}
#wpcf7-f418-o1 .qs-step-1 .col-md-7 {
padding-left: 0;
padding-right: 0;
}
#wpcf7-f418-o1 .qs-step-1 .step-1 span.wpcf7-list-item {
width: 100%;
}
#wpcf7-f418-o1 .qs-step-1 .step-1 span.wpcf7-list-item:first-child {
margin-bottom: 10px;
}
#wpcf7-f418-o1 .qs-step-2 h5,
#wpcf7-f418-o1 .qs-step-2 .step-2,
#wpcf7-f418-o1 .qs-step-2 .step-2-height,
#wpcf7-f418-o1 .qs-step-3 .steps-colour-featured,
#wpcf7-f418-o1 .qs-step-4-design {
width: 100%;
}
#wpcf7-f418-o1 .qs-step-2 .step-2:before,
#wpcf7-f418-o1 .qs-step-2 .step-2-height:before {
right: 0;
}
#wpcf7-f418-o1 .qs-step-3 .steps-colour-picker {
width: 100%;
margin-top: 30px;
}
#wpcf7-f418-o1 .qs-step-4-design-spec {
width: 100%;
margin-top: 0;
margin-bottom: 60px;
}
#wpcf7-f418-o1 .qs-step-4 i.fa-chevron-down {
left: unset;
right: 30px;
}
.page-id-417 .quote-steps-select-steps h2 {
margin-bottom: 20px;
}
#wpcf7-f418-o1 .fieldset-cf7mls:nth-of-type(4) .cf7mls_back.action-button {
top: 0;
left: 0;
margin: 5px auto 0;
width: 100%;
text-align: center;
}
#wpcf7-f418-o1 .wpcf7-submit {
margin-right: auto;
width: 100%;
}
#wpcf7-f418-o1 form.invalid .wpcf7-response-output,
#wpcf7-f418-o1 form.unaccepted .wpcf7-response-output {
margin: 2em 0 1em;
padding: 0.5em 1em;
line-height: 20px;
}
.page-id-417 .quote-steps-success {
width: 100%;
}
.page-id-417 .quote-steps-success .qs-step-nav {
padding-left: 20px;
padding-right: 20px;
}
.page-id-417 .quote-steps-success h4 {
margin-top: 70px;
}
.page-id-417 .faq-ip-text {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
}
@media (max-width: 425px) {
.page-id-20 #site-content {
background-position: -170px 390px;
}
}
@media (max-width: 380px) {
.page-id-20 .hp-products,
.page-id-20 .hp-products .accslide,
.page-id-20 .hp-products label {
height: 690vh;
}
.page-id-20 #site-content {
background-position: -170px 470px;
}
}
@media (max-width: 320px) {
.page-id-20 #site-content {
background-position: -170px 620px;
}
}
.primary-menu #menu-item-36 .sub-menu {
height: 160px;
}
#site-content .container .vc_row[data-vc-full-width="true"]{
left:unset!important;	
}
#cf7mls-back-btn-cf7mls_step-6,
#cf7mls-back-btn-cf7mls_step-4{
top: 0!important;
left: unset!important;
}
@media (min-width: 768px) {
#cf7mls-back-btn-cf7mls_step-6,
#cf7mls-back-btn-cf7mls_step-4{
top: 40px!important;
}
}  .hc-mt-md{
margin-top:4rem;
}
.mini-heading{
font-weight: 700 !important;
max-width: fit-content;
margin-left: 0;
opacity: 1 !important;
letter-spacing: 1px !important;
}
.border-floating-container{
border: 1px solid #093A831A;
box-shadow: 0px 0px 32px 17px #00000005;
border-radius:10px;
}
.hc-section-specialty{
overflow:unset!important;
border-top:80px solid #093A83;
}
.hc-section-specialty:before{
content:"";
position:absolute;
top:-80px;
right:0;
width:110px;
height:90px;
background-color:#29A1A6;
}
.hc-section-specialty .learn-more-text a{
color: var(--ar-green-text);
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
letter-spacing: 2px;
}
.hc-section-specialty .learn-more-text a:hover{
text-decoration: none;
border-bottom: 1px solid var(--ar-green-text);
padding-bottom: 4px;
}
.hc-section-specialty .vc_figure,
.hc-section-specialty .vc_figure > div,
.hc-section-specialty .vc_figure > div > img{
width:100%!important;
}
.hc-section-specialty .vc_figure > div > img{
object-fit:cover;
}
#wpcf7-f388-o1 form,
#wpcf7-f388-o1 form .fieldset-cf7mls-wrapper{
overflow:unset!important;
} .wpcf7-hidden{
display:none!important;
}
.wpcf7-flex-layout,
.wpcf7-flex-layout-default{
display: flex;
flex-direction: column;
gap:10px;
}
.wpcf7-flex-layout{
flex-wrap: wrap;
gap:4rem;	
}
.wpcf7-flex-layout.wpcf7-flex-col-4{
gap:3rem;
}
.wpcf7-flex-layout.wpcf7-flex-col-5{
gap:1rem;
}
.wpcf7-flex-layout-default > *{
width:100%;
}
.wpcf7-flex-layout-default > * > span{
width:100%!important;
}
.wpcf7-flex-layout > *{
width: 100%!important;
margin:0!important;
} .wpcf7-image-layout > *{
position:relative;
}
.wpcf7-image-layout > * > *{
margin:0!important;	
}
.wpcf7-image-layout .wpcf7-image-layout-image{
display:block;
width:100%;
object-fit:cover;
border-radius:5px;
margin:16px 0;
}
.wpcf7-image-layout .wpcf7-list-item-label{
height:100%!important;
padding:0 16px 16px 16px !important;
line-height:28px;
background:unset!important;
}
.wpcf7-image-layout .wpcf7-image-layout-subtext{
display:block;
line-height:14px;
} .wpcf7-colour-container{
width:100%!important;
}
.wpcf7-colour-layout .wpcf7-list-item-label{
width: auto!important;
height: 96px!important;
border-radius: 8px!important;
border:0!important;
position:relative;
padding:16px;
display: flex !important;
justify-content: center;
align-items: end;
line-height: 14px !important;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700 !important;
font-size: .75em !important;
}
.wpcf7-colour-layout input:checked + .wpcf7-list-item-label:before{
position:absolute;
top:-4px;left:-4px;right:-4px;bottom:-4px;
border:2px solid #29A1A6;
border-radius:10px;
}
.wpcf7-floor-layout:before{
content:"";
width:100%;
height:143px;
background:url(https://adaptaramps.com.au/wp-content/uploads/2024/03/Frame-34.svg) no-repeat center left;
flex:none;
background-size: contain;
}
.wpcf7-result-image{
width:100%!important;
height:300px;
object-fit:contain;
object-position:center;
} #wpcf7-f388-o1 #cf7mls-next-btn-cf7mls_step-1,
#wpcf7-f388-o1 #cf7mls-next-btn-cf7mls_step-2,
#wpcf7-f388-o1 #cf7mls-next-btn-cf7mls_step-3,
#wpcf7-f388-o1 #cf7mls-next-btn-cf7mls_step-4{
opacity:0!important;
}
.cf7mls_back{
width: auto!important;
padding-left: 3.5rem!important;
}
.cf7mls_back, .wpcf7-submit{
font-family: inherit!important;
}
.wpcf7-submit{
padding-right:70px!important;
float:right;
} .show-p p{
display:block!important;
}
input#mfcf7_zl_add_file{
font-size:14px!important;
line-height:14px!important;
color:#333333!important;
background-color:#F6F6F6!important;
border:1px solid #E3E4E4!important;
} @media(min-width:1025px){
.hc-section-specialty{
position:relative;
}
.hc-section-specialty{
border-top:100px solid #093A83;
border-left:100px solid #093A83;
}
.hc-section-specialty > div > div > div{
margin-left:-100px;
margin-right:-100px;
}
.hc-section-specialty:before{
top:-100px;
width:110px;
height:200px;
}
.wpcf7-flex-layout,
.wpcf7-flex-layout-default{
flex-direction:row;
}
.wpcf7-flex-layout-default{
align-items:center;
gap:1.5rem;
}
.wpcf7-flex-layout-default > h5{
width:fit-content!important;
flex:none;
}
.wpcf7-image-layout{
justify-content: center;
align-items: stretch;
}
.wpcf7-image-layout > * > *{
height:100%;
}
.wpcf7-flex-layout > *{
width: calc((100% / 3) - (8rem / 3))!important;
}
.wpcf7-flex-layout.wpcf7-flex-col-4 > *{
width: calc((100% / 4) - (9rem / 4))!important;
}
.wpcf7-flex-layout.wpcf7-flex-col-5 > *{
width: calc((100% / 5) - (4rem / 5))!important;
}
.wpcf7-floor-layout:before{
width:34%;
}
.wpcf7-result-image{
height:400px;
}
}