li {padding-top: 20px; padding-bottom: 10px;}
html, body {width:100vw;overflow-x: hidden;}
.no-wrap {white-space: nowrap;}
.btn {white-space: nowrap;display:flex}
.btn:last-of-type{margin-right:0;}
.inline-list {display:flex; flex-direction:row;}
.show-below-1200 {display:none;}
.hide-below-1200 {display:flex;}
@media (max-width:1200px) {
    .show-below-1200 {display: flex;}
    .hide-below-1200 {display: none;}
    .col-below-1200, .row:not(.ct-section):not(.oxy-easy-posts).col-below-1200 {flex-direction: column;}
    .col-reverse-below-1200, .row:not(.ct-section):not(.oxy-easy-posts).col-reverse-below-1200 {flex-direction: column-reverse;}
    div.no-margin-right-below-1200 {margin-right:0}
    .row-below-1200, .col:not(.ct-section):not(.oxy-easy-posts).row-below-1200 {flex-direction: row;}
    .row-reverse-below-1200, .col:not(.ct-section):not(.oxy-easy-posts).row-reverse-below-1200 {flex-direction: row-reverse;}
}
@media (max-width:768px) {
    .show-below-768 {display: flex;}
    .hide-below-768 {display: none;}
    .col-below-768, .row:not(.ct-section):not(.oxy-easy-posts).col-below-768 {flex-direction: column;}
    .col-reverse-below-768, .row:not(.ct-section):not(.oxy-easy-posts).col-reverse-below-768 {flex-direction: column-reverse;}
    div.no-margin-right-below-768 {margin-right:0}
    .row-below-768, .col:not(.ct-section):not(.oxy-easy-posts).row-below-768 {flex-direction: row;}
    .row-reverse-below-768, .col:not(.ct-section):not(.oxy-easy-posts).row-reverse-below-768 {flex-direction: row-reverse;}
}
@media(max-width:680px){
    .show-below-680 {display: flex;}
    .hide-below-680 {display: none;}
    .col-below-680,
    .row:not(.ct-section):not(.oxy-easy-posts).col-below-680,
    .col:not(.ct-section):not(.oxy-easy-posts).col-below-680  {flex-direction: column;}
    .col-reverse-below-680,
    .row:not(.ct-section):not(.oxy-easy-posts).col-reverse-below-680,
    .col:not(.ct-section):not(.oxy-easy-posts).col-reverse-below-680 {flex-direction: column-reverse;}
    div.no-margin-right-below-680 {margin-right:0}
    .row-below-680, .col:not(.ct-section):not(.oxy-easy-posts).row-below-680 {flex-direction: row;}
    .row-reverse-below-680, .col:not(.ct-section):not(.oxy-easy-posts).row-reverse-below-680 {flex-direction: row-reverse;}
}

/* header */ 
.header-row .header-tag-line, .header-row .header-contact-group{height: 30px; align-content: center;flex-wrap: wrap; display: flex;justify-content: center;}
.header-contact-group a{margin-right: 10px;}
.header-contact-group a:last-of-type{margin-right: 0px;}
.header-nav {list-style: none; display: flex;padding: 0;}
.header-row > nav {display: flex;flex-direction: row; justify-content: flex-end;padding: 15px 0;}
.header-menu-item {position: relative;}
.header-menu-item, .footer-nav-container a {flex-grow: 1;text-align: center;display: flex !important;flex-direction: row;padding: 0px 5px;justify-content: center;flex-wrap: wrap;align-content: center;}
.header-menu-item:last-of-type {padding-right: 0;width:300px;justify-content: flex-end;flex-grow:unset;}
.header-menu-item:first-of-type {padding-left: 0;}
.header-menu-item a, .footer-nav-container a {position:relative; padding:0px 0px; text-transform:capitalize; font-weight: 400; font-size: 18px; letter-spacing: -0.03em; line-height:1em; color: #231F20;text-align:center}
.header-menu-item a:after {display:block; content:""; position: absolute; transform: translateX(-50%); top:calc(100% - 8px); left:50%; width:0; height:0;overflow: hidden; background-color: #818181;opacity: 0;transition: all 0.2s linear;margin-top:10px}
.header-menu-item a:hover {transition: all 0.2s linear;z-index: 1;text-decoration: none;}
.header-menu-item a:hover:after {width:calc(100% - 10px); height:1px;opacity: 1;transition: all 0.2s linear;}
.header-menu-item:last-of-type a:after,
.header-menu-item:last-of-type a:hover:after {display: none}
.header-menu-item ul {position:absolute;    left: 50%;
    top: calc(100% - 1px);
    margin: 0;
    list-style: none;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 6px rgb(0 0 0 / 25%);
    z-index: 0;
    display: flex;
    flex-direction: column;
    padding: 25px;
    transform: translateX(-50%);
    display:block;
    opacity: 0;
    transition:all 0.2s ease; 
    pointer-events: none;
}
.header-menu-item ul::after{display:block;content:"";width:100%;height:15px;position: absolute;top:0;transform:translateY(-100%);background: #fff;left:0}
.header-menu-item ul li {    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    white-space: wrap;
    width: 225px;
    padding: 10px 15px;}
.header-menu-item ul li a {line-height: 1.2em;}
.header-menu-item ul li:first-of-type{padding-top:0;}
.header-menu-item ul li:last-of-type{padding-bottom:0;}
.header-menu-item:hover ul {display:block;top:calc(100% + 15px);opacity: 1;pointer-events: all;}
.footer-nav-container a {color:#fff; line-height: 1.6em;}
.mob-nav-toggle {width:52px;height:50px;border-radius: 25px; border:1px solid #f3f3f3;margin-right: 20px; margin-left: 20px; display:flex;flex-direction: column;justify-content: space-between;padding:15px;transform-origin: 0% 0%;position: relative;}
.mob-nav-toggle span {display:flex;width: calc(100% - 30px);height: 1px;background: #231F20;transition: all 0.2s linear;position: absolute; left:50%;top:50%; transform: rotate(0deg) translate(-50%, -50%);transform-origin: 0% 0%;}
.mob-nav-toggle span:first-of-type{top:15px;}
.mob-nav-toggle span:nth-of-type(even){transform: rotate(0deg) translate(-50%, -50%);}
.mob-nav-toggle span:last-of-type{top:auto;bottom:15px}
.mob-nav-toggle.on span { transition: all 0.2s linear;transform: rotate(45deg) translateX(-50%); top: 50%;left: 50%;}
.mob-nav-toggle.on span:last-of-type {transform: rotate(135deg) translateX(-50%);}
.mob-nav {display: none;}
.mob-nav-container {opacity: 0;transition: top 0.5s ease-in-out, opacity 0.5s linear ;display: flex;position: fixed;background: rgba(255,255,255,0.95);top:-100vh;left: 0;width: 100vw;height: 100vh;pointer-events: none;overflow: hidden;z-index: 999;justify-content: center;align-items: center; flex-direction: column;padding:0;box-shadow: 0 0 100px rgba(0,0,0,1);}
.mob-nav-scroll {z-index:0;display:flex; width:100%; height:100vh; position: relative;overflow: scroll;pointer-events: all;justify-content: center; flex-wrap: wrap;}
.mob-nav-container > .mob-nav-toggle {display:block; pointer-events:all; position:absolute; top: 45px;right: 0px;background: #fff; box-shadow: 0 0 25px rgb(0 0 0 / 16%);z-index: 10;}
.mob-nav-scroll > .header-nav {flex-direction: column; margin: 0;width:80%;height:auto; margin:auto}
.mob-nav-container.on {top:0;opacity: 1;}
.mob-nav-container .mob-nav-toggle {transition: all 0.2s ease-in-out 0.8s; opacity: 0;}
.mob-nav-container.on .mob-nav-toggle.on {transition: all 0.2s ease-in-out 0.8s; opacity: 1;}
.mob-nav-scroll .header-nav {padding:50px 0}
.mob-nav-container .header-menu-item {flex-direction: column;}
.mob-nav-container .header-menu-item ul {display: block; position: relative;left: 0;top: 0;opacity: 1;transform: translate(0,0);box-shadow: none;background: none;padding: 0; margin: 0;width: auto;pointer-events:all; padding: 25px 0;border-top: 1px solid #231F20;border-bottom: 1px solid #231F20;}
.mob-nav-container .header-menu-item ul::after {display: none;}
.mob-nav-container .header-menu-item ul li {padding:0; width:100%}
.mob-nav-scroll > .header-nav .header-menu-item ul li a {padding:15px 0}
.footer-nav-container > a {flex-grow: unset;margin: 0 15px;}
.footer-bottom-content > .footer-nav-container > a {margin: 0 10px; font-size: 12px;}
@media(max-width:1440px){
    .header-contact-group a:last-of-type,
    .header-menu-item:last-of-type{margin-right:20px;}
    .header-menu-item a {font-size: 1.25vw;}
    .mob-nav-scroll > .header-nav .header-menu-item:last-of-type{margin-right:0px;width: auto;justify-content: center;}
    .mob-nav-scroll > .header-nav .header-menu-item a {font-size: 2.2vw;padding: 25px 0;}
}
@media(max-width:1300px) {
    .header-row .header-tag-line, .header-row .header-contact-group a {font-size: 1.1vw;}
    .mob-nav-scroll > .header-nav .header-menu-item a {font-size: 2.5vw;padding: 25px 0;}
}
@media(max-width:1200px) {
    .header-nav {display:none;}
    .mob-nav, .mob-nav-container .header-nav {display:flex}
    .mob-nav-scroll > .header-nav .header-menu-item a {font-size: 3vw;padding: 25px 0;}
    
}
@media(max-width:992px){
    .header-row .header-contact-group a {font-size: 1.5vw;}
    .footer-nav-container a {font-size: 16px;}
}
@media(max-width:768px){
    .mob-nav .header-btn {display:none;}
    .header-row .header-contact-group a {font-size: 2.2vw;}
    .mob-nav-scroll > .header-nav .header-menu-item a {font-size: 25px;line-height: 1.2em;}
    .footer-nav-container a {margin:0 10px; line-height: 1.6em; flex-grow: unset;}
}
@media(max-width:480px){
    .mob-nav-container > .mob-nav-toggle {top: 15px;}
}

/* header logo */
@media(max-width:768px){
    .header-top-row > .space-between {justify-content: space-between !important;}
}
@media(max-width:480px){
    #header-logo {background-size: cover !important;}
}
/* header logo */

/* hero */
.hero.ct-section .ct-section-inner-wrap {flex-wrap: wrap; min-height: 100vh;}
/* /hero */

/* admin box */
.login-btn span {font-family: "Helvetica Neue"; font-weight:100;}
/* /admin box *

/* mini-basket */
.mini-basket .cart-link, 
.mini-basket .cart-link i,
.mini-basket .cart-link span,
.mini-basket .cart-link bdi {color:#fff;font-size: 14px;}
.mini-basket .cart-link .woocommerce-Price-amount {font-weight: 100;}
.mini-basket .cart-link .cart-container {position: relative; margin-right: 20px;transition: all 0.25s linear;}
.mini-basket .cart-link .basket-item-count {position: absolute;border-radius: 100%;overflow: hidden;width: 18px;height: 0;padding-top: 17px;background: #BC0000;border: 0.5px solid #fff;top: 0;transform: translate(50%, -50%);right: -5px;box-shadow: 0 0 3px rgb(0 0 0 / 85%);}
.mini-basket .cart-link .basket-item-count .count {position: absolute;color: #fff;top: 50%;transform: translate(-50%, -50%);left: 50%;font-size: 8px;line-height: 0;text-shadow: 0 0 2px rgb(0 0 0 / 85%);letter-spacing: -0.03em;}
.mini-basket .cart-link:hover {text-decoration: underline;}
.mini-basket .cart-link:hover .cart-container {opacity: 0.5;transition: all 0.25s linear;}

.mob-mini-basket .cart-link, 
.mob-mini-basket .cart-link i,
.mob-mini-basket .cart-link span,
.mob-mini-basket .cart-link bdi {color:#818181;font-size: 18px;}
.mob-mini-basket .cart-link .woocommerce-Price-amount {font-weight: 100;}
.mob-mini-basket .cart-link .cart-container {position: relative; margin-right: 25px;transition: all 0.25s linear;}
.mob-mini-basket .cart-link .basket-item-count {position: absolute;border-radius: 100%;overflow: hidden;width: 22px;height: 0;padding-top: 21px;background: #BC0000;border: 0.5px solid #fff;top: 0;transform: translate(50%, -50%);right: -10px;box-shadow: 0 0 3px rgb(0 0 0 / 85%);}
.mob-mini-basket .cart-link .basket-item-count .count {position: absolute;color: #fff;top: 50%;transform: translate(-50%, -50%);left: 50%;font-size: 10px;line-height: 0;text-shadow: 0 0 2px rgb(0 0 0 / 85%);letter-spacing: -0.03em;}
.mob-mini-basket .cart-link:hover {text-decoration: underline;}
.mob-mini-basket .cart-link:hover .cart-container {opacity: 0.5;transition: all 0.25s linear;}
/* /mini-basket */

/* call box */
.call-box, .call-box:hover {transition:all 0.25s linear; position: relative;}
.call-box i {position: relative; margin-right: 5px; transform: scaleX(-1) scaleY(1) rotate(0deg);font-size: 26px; transition:all 0.25s linear;}
.call-box:after {display:block; content:""; position: absolute; transform: translateX(-50%); top:50%; left:50%; width:0; height:0;overflow: hidden; background-color: #fff;opacity: 0;transition: all 0.2s linear;margin-top:17px; box-shadow: 0 0 5px rgba(0,0,0,0.16);}
.call-box:hover:after {width:66%; height:3px;opacity: 1;transition: all 0.2s linear;}
.call-box:hover i{transform: scaleX(-1.1) scaleY(1.1) rotate(-10deg)}
/* /call box */

/* header social links */
.header-social-links > a:last-of-type {margin-right: 0;}
.header-social-links a {transition:all 0.25s linear;}
.header-social-links a:hover {opacity: 0.5; transition:all 0.25s linear;}
/* /header social links */

/* top admin */
.top-admin-btn:hover {text-decoration:underline;}
.top-admin-btn:before {transition:all 0.25s linear;}
.top-admin-btn:hover:before {opacity: 0.5;transition:all 0.25s linear;}
/* /top admin */

/* search box */
.search-button{transition:all 0.25s linear;}
.search-button:hover{background-color: #7ac765 !important;}
/* /search box *

/* mobile nav */
#mob-nav-btn {position:relative; width: 70px;height: 60px;display: flex;flex-direction: column;justify-content: space-between;margin-right: 20px;padding: 15px; border-radius: 3px;border: 0.5px solid rgba(0,0,0,0);transition:all 0.25s linear;}
#mob-nav-btn > span {position:absolute;display:block; width:40px; height: 3px; border-radius: 3px; background-color: #b3b3b3;transition:all 0.25s linear;top:50%; left:50%; transform: translate(-50%, -50%);}
#mob-nav-btn > span:first-of-type {top:15px; transform:translate(-50%, -50%);}
#mob-nav-btn > span:last-of-type {top:calc(100% - 15px); transform:translate(-50%, -50%)}
#mob-nav-btn:hover {border-color: #7ac765;background-color: rgba(0,0,0,0.015);opacity: 1;}
#mob-nav-btn:hover span {background-color: #7ac765;opacity: 1} 
#mob-nav-btn.on span {top:50%; left:50%}
#mob-nav-btn.on > span:first-of-type {top:50%; transform:translate(-50%, -50%) rotate(45deg);}
#mob-nav-btn.on > span:nth-of-type(2) {opacity: 0;}
#mob-nav-btn.on > span:last-of-type {top:50%; transform:translate(-50%, -50%) rotate(-45deg)}
/* /mobile nav */

/* /header */

/* footer */
footer {z-index: 10}
footer > div > div {padding-top:0 !important}

.footer-links-row a {color:#fff;text-decoration:underline;font-size:14px;margin-right: 10px;}
.footer-links-row a:hover {text-decoration:none;}
.footer-links-row a:last-of-type {margin-right: 0;}

/* footer nav */
footer nav ul {margin:0 15px 0 0; padding:0; list-style: none;width:100%}
footer nav > ul:last-of-type {margin-right: 0;}
footer nav li {padding-bottom: 3px;}
footer nav li a {color:#fff; font-size: 16px;}
footer nav li a:hover {text-decoration:underline;}
/* /footer nav */

/* footer addresses */
.footer-addresses ul {margin:0; padding:0; list-style: none;}
.footer-addresses li {margin:0; padding:0; color:#fff;font-size:14px;}
.footer-addresses li span {font-weight: 600;}
/* /footer addresses */

/* footer terms nav */
.footer-terms-list { margin: 0 0 0 25px; padding: 0 0 0 25px; border-left:1px solid #fff; list-style: none;}
.footer-terms-list li {margin:0; padding:0 0 0 15px; color:#fff;font-size:14px;}
.footer-terms-list li:first-of-type {padding-left:0}
.footer-terms-list li a {color:#fff;}
.footer-terms-list li a:hover {text-decoration:underline;}
@media(max-width:480px) {
    .footer-terms-list { margin: 0 0 0 0px; padding: 0 0 0 0px; border-left:0px;}
}

/* /footer terms nav */

/* footer social links */
.footer-social-links {display:flex;flex-direction:row}
.footer-social-links a {color: #fff; position: relative; margin-left:10px; transition:all 0.25s linear;}
.footer-social-links a:hover {opacity: 0.5; transition:all 0.25s linear;}
/* /footer social links */

/* accreditations */
.accreditations-box .accreditation:last-of-type {margin-right:0}
/* /accreditations */

/* opening times */
.opening-times-list ul {margin:0; padding:0; list-style: none;}
.opening-times-list ul li {font-size: 14px; color:#fff; font-weight: bold; margin-bottom: 5px;}
.opening-times-list ul > li:last-of-type {margin-bottom:0}
/* /opening times */

/* /footer */
/* /support classes */

/* announcement bar */
.announcement-bar-content {flex-grow: 1;}
@media(max-width:992px) {
    #announcement-btn {margin-top: 10px;}
}
/* /announcement bar */

/* mob menu */
.mob-menu-container {display:none}
#mob-menu ul {margin:0; padding:0; list-style: none;}
#mob-menu a {display:block; width:100%; color:#fff; line-height: 0; height:0px;padding:30px 7.5%; letter-spacing: -0.03em;}
#mob-menu > ul > li > a {border-bottom:1px solid #333;}
#mob-menu > ul > li > a:hover {background-color:#303848;}
#mob-menu > ul > li > ul > li > a {border-bottom:1px solid #666;}
#mob-menu > ul > li > ul > li > a:hover {background-color:#999;}
#mob-menu > ul > li > ul > li > ul > li > a {border-bottom:1px solid #999;}
#mob-menu > ul > li > ul > li > ul > li > a:hover {background-color:#999;}
#mob-menu > ul:last-of-type > li:last-of-type > a:last-of-type {border-bottom: 0;}
#mob-menu > ul > li > a {background: #4a5469;}
#mob-menu > ul > li > ul > li > a {background: #b3b3b3}
#mob-menu > ul > li > ul > li > ul > li > a {background: #cacaca}
#mob-menu > ul > li > ul {display:none;}
/* /mob menu */

/* social links */
#social-icons a {color:rgba(0,0,0,0.4)}
#social-icons a:hover {color:#00b992}
/* /social links */

/* buttons */
#business-shield-login:hover, #business-shield-login:hover span{color:#4a5469}
.burger-link, .burger-link > span{transition:all 0.3s ease-out 0s; position:relative;}
.burger-link > span {position:absolute;}
.burger-link > span:first-of-type{top:0}
.burger-link > span:nth-of-type(2){top:50%; transform:translate(0, -50%)}
.burger-link > span:last-of-type{top:100%; transform:translate(0, -100%)}
.burger-link.on {transform:rotate(180deg)}
.burger-link.on > span{top:50%; transform:translate(0, -50%)}
/* /buttons */

/* blocks */
.block-title-icon-holder i {font-size: 50px;color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.service-icon-container i {font-size: 67px;color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

/* authority conversion support block */
@media(max-width:1200px){
    div.authority-conversion-support-block-container {width:75%}
    div.authority-conversion-support-block-image {left:55%}
}
@media(max-width:480px){
    div.authority-conversion-support-block-image {left:50%}
    .title-block-text {text-align: center!important;}
}
/* /authority conversion support block */

/* scroller */
.scroller-nav {position: absolute; bottom: 0; left: 0; right: 0; display: flex; flex-direction: row; align-items: center; justify-content: center;}
.scroller-nav a {width:40px; aspect-ratio: 1 / 1; position:relative; margin-right: 10px; background: #ffffff80;border-color: #ffffff; border-width: 1px; border-style: solid;}
.scroller-nav a::after {opacity: 0; content: ""; position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); width:34px; height: 34px; background:#F3F3F3;transition: all 0.25s linear;}
.scroller-nav a:hover::after {opacity: 0.5;}
.scroller-nav a.on::after, .scroller-nav a.on:hover::after {opacity: 1;}
.scroller-nav a:last-of-type{margin-right: 0;}
/* /scroller */

/* faqs */
.faqs-control .faq-item:last-of-type{margin-bottom:0;}
.faqs-control .faq-item:nth-of-type(odd){background-color: #f4f4f4}
.faq-item .faq-control {position:relative;transition: all 0.25s linear;}
.faq-item .faq-control:before, .faq-item .faq-control:after {transition: all 0.25s linear;content:"";position:absolute; top:50%;left:50%; width:75%; height:3px;background-color: #fff; transform: translate(-50%, -50%);}
.faq-item .faq-control:after {transform: translate(-50%, -50%) rotate(90deg);}
.faq-item:hover .faq-control {opacity: 0.8;}
/*.faq-item .faq-content {transition: all 2s linear; transform:scaleY(0)}*/
.faq-item.open .faq-title {color:#7ac765}
/*.faq-item.open .faq-content {transform:scaleY(1); transition: all 1s linear;}*/
.faq-item.open .faq-control:before {transform: translate(-50%, -50%) rotate(45deg);}
.faq-item.open .faq-control:after {transform: translate(-50%, -50%) rotate(-45deg);}
/* /faqs */

/* /blocks */




/* bullet list */
.bullets-list {display:flex;flex-grow: 1;margin:0 25px 0 0; list-style: none;padding:0}
.bullets-list li {font-size:22px; color:#fff;padding:0 0 10px 35px;position: relative;font-weight: 400;text-shadow: 0 0 5px rgb(0 0 0 / 16%);}
.bullets-list li:after{display:block;content:"";width:25px; height:25px;border-radius: 100%;box-shadow:0 0 5px rgba(0,0,0,0.16);background: #fff;top:0;left:0;position:absolute;}
.bullets-list:last-of-type{margin-right:0}
/* /bullet list */

/* forms */
.wpcf7, .wpcf7-form {display: flex;flex-direction: column; width:100%;line-height: 1em;}
.wpcf7 form fieldset.hidden-fields-container { display: none; }
.wpcf7-form-control-wrap{flex-grow:1;display: flex;flex-direction: column;}
.off-screen, .screen-reader-response {width:0;height:0;position: absolute;overflow: hidden;top:-99999px;left:-99999px;}
.screen-reader-response, .screen-reader-response p, .screen-reader-response ul {line-height: 1em;padding: 0; margin: 0;}
.input-line {width:100%; display:flex; flex-direction: row;padding-bottom: 10px;justify-content: flex-start;}
.wpcf7-form > .input-line:last-of-type {padding-bottom: 0px;}
.input-box {position:relative; display: flex; flex-direction: column;padding:0 5px;width:100%}
.input-line > .input-box:first-of-type {padding-left: 0;}
.input-line > .input-box:last-of-type {padding-right: 0;}
.input-box input {height: 70px;}
.input-box input, .input-box textarea {background:#FCFCFC;;padding:35px;height:0;font-size:25px;border:1px solid #F3F3F3;width:100%;display:flex;font-weight: 100;font-family: 'raleway';}
.input-box textarea {flex-grow: 1;height: 200px; resize: none;}
input::placeholder, textarea::placeholder {color:434343;font-weight: 100;font-size: 25px;}
.wpcf7-not-valid-tip, .wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.sent .wpcf7-response-output {color: rgb(0, 122, 138);background: rgba(0, 122, 138, 0.1);border-radius: 3px;padding: 5px 15px;border: 0.5px solid rgb(0, 122, 138); width: 100%;transition: all 0.2s ease-in;}
.wpcf7-form.invalid .wpcf7-response-output, input.wpcf7-not-valid, .wpcf7-not-valid-tip {color: #ff7777;background: #ffe7e7;border: 0.5px solid #ff7777}
.wpcf7-form.sent .wpcf7-response-output {color: #00b992;background: #defff8;border: 0.5px solid #00b992}
.wpcf7-response-output {margin-top:10px;}

@media(max-width:1120px) {
    div.col.quote-support-col {width: 100%;padding:25px;margin: 0 0 25px 0;}
    .circle.quote-conversion-block-supporting-image {width:200px;padding-top:200px;top:0}
    .quote-support-content-col {width:calc(100% - 200px)}
    div.quote-conversion-block-support-quote, div.quote-conversion-block-support-text {padding-right: 0;}
    .form-control.quote-form {padding-left:0}
}
@media(max-width:992px){

}
@media(max-width:768px){
    .col-below-768.input-line > .input-box {padding:0;}
    .col-below-768.input-line > .input-box:first-of-type {margin-bottom: 10px;}
    .input-box textarea {height:200px;}
    .input-line {justify-content: center;}
    .input-line {flex-direction: column;}
    .input-line > .input-box{padding-left: 0; padding-right: 0; width:100%;padding-bottom: 10px;}
    .input-line > .input-box:last-of-type {padding-bottom: 0px;}
}
@media(max-width:680px){
    .quote-support-content-col {width:100%} 
    div.quote-conversion-block-support-quote, div.quote-conversion-block-support-text {padding-left: 0;}
    .circle.quote-conversion-block-supporting-image {margin-top: -65px;margin-bottom: 15px;}
}

/* /forms */

/* responsive column count */
@media(max-width:1350px){
    .dynamic-col-count.span-2 {width:calc((((100% - (36px * 7)) / 8) * 2) + 36px)}
    .span-4-at-1350 {width:calc((((100% - (36px * 11)) / 12) * 4) + (36px * 3))}
    .dynamic-col-count.span-4-at-1350, .dynamic-col-count.span-4 {width:calc((((100% - (36px * 7)) / 8) * 4) + (36px * 3))}
}
@media(max-width:1020px) {
    .span-2-at-1020 {width:calc((((100% - (36px * 11)) / 12) * 2) + 36px)}
    .dynamic-col-count.span-2-at-1020, .dynamic-col-count.span-2 {width:calc((((100% - (36px * 7)) / 8) * 2) + 36px)}
    .span-3-at-1020 {width:calc((((100% - (36px * 11)) / 12) * 3) + (36px * 2))}
    .dynamic-col-count.span-3-at-1020, .dynamic-col-count.span-3 {width:calc((((100% - (36px * 7)) / 8) * 3) + (36px * 2))}
    .span-4-at-1020 {width:calc((((100% - (36px * 11)) / 12) * 4) + (36px * 3))}
    .dynamic-col-count.span-4-at-1020, .dynamic-col-count.span-4 {width:calc((((100% - (36px * 7)) / 8) * 4) + (36px * 3))}
    .span-5-at-1020 {width:calc((((100% - (36px * 11)) / 12) * 5) + (36px * 4))}
    .dynamic-col-count.span-5-at-1020, .dynamic-col-count.span-5 {width:calc((((100% - (36px * 7)) / 8) * 5) + (36px * 4))}
}
@media(max-width:768px) {
    .block-width-at-768, .dynamic-col-count.block-width-at-768{width:100%;}
    .content-center-at-768, .dynamic-col-count.content-center-at-768 {align-items:middle;}
}
/* /responsive column count */

/* animations */

.spin {
    animation: rotation-centred 30s infinite linear;
}
.spin-slow {
    animation: rotation 60s infinite linear;
}
.spin-centre {
    animation: rotation-centred 30s infinite linear;
}
.spin-centre-counter {
    animation: rotation-centred-counter 120s infinite linear;
}
.spin-centre-slow {
    animation: rotation-centred 320s infinite linear;
}
#hero-bg {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 2s, transform 30s;
}
#hero-bg.loaded {
    opacity: 1;
    transform: translate(-50%, -55%) scale(1.2);
}

@media(max-width:1120px){
    .ethics-support-cta-block-foreground-image.spin {
        animation: custom-animation-1 30s infinite linear;
    }
}

@keyframes hero-intro-animation {
    0% { opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 1;}
}

@keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
}
@keyframes custom-animation-1 {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
}
@keyframes rotation-centred {
    from {
      transform: rotate(0deg) translate(-50%, -50%);
      transform-origin: 0 0;
    }
    to {
      transform: rotate(359deg) translate(-50%, -50%);
      transform-origin: 0 0;
    }
}
@keyframes rotation-centred-counter {
    from {
      transform: rotate(0deg) translate(-50%, -50%);
      transform-origin: 0 0;
    }
    to {
      transform: rotate(-359deg) translate(-50%, -50%);
      transform-origin: 0 0;
    }
}

/* custom overrides */
@media(max-width:992px) {
    .page-id-828 #hero-bg {
        object-position: 82.5% 50%
    }
}
@media(max-width:768px) {
    .page-id-828 #hero-bg {
        object-position: 70% 50%
    }
}
@media(max-width:480px) {
    .page-id-828 #hero-bg {
        object-position: 70% 50%
    }
}

.giant-text::after {display: none;}
[data-aos^=zoom][data-aos^=zoom].aos-init > .giant-text{
    transition: all 5s ease-in-out;
    filter: blur(25px);
}
[data-aos^=zoom][data-aos^=zoom].aos-init.aos-animate > .giant-text{
    transition: all 5s ease-in-out;
    filter: blur(0px);
}
/* /custom overrides */

/* Links */

a {
    color: #404040;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* /Links */

/* Fonts */

@import url('https://user.typekit.net/sm7mso.css');

* {
    font-family: "quasimoda", sans-serif !important;
}

.fas {
    font-family: 'Font Awesome 5 Free' !important;
}

/* /Fonts */

/* Icons */

/* div.ct-fancy-icon>svg {
    width: auto;
    height: auto;
} */

/* /Icons */

/* Services Mobile View */

@media (max-width: 992px) {
    .service-mobile-contents > * {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .service-mobile-contents .sub-title {
        font-size: 20px;
    }
}

.service-sub-title {
    font-weight: 400;
    font-size: 18px;
}

.service-sub-title strong {
    font-size: 1.2em;
}

/* /Services Mobile View */

/* Sub-Services */

/* Some Regular Service Content */

div.service-tab.on .service-chevron {
    display: none;
}

@media (max-width: 992px) {
    div.service-tab .service-chevron {
        display: none;
    }
}

div.service-content .sub-title span {
    font-size: 20px;
    font-weight: 400;
}

div.service-content .sub-title span strong {
    font-weight: 500;
    font-size: 25px;
}

/* /Some regular service content */

div.ct-shortcode {
    width: 100%;
}

div.ct-shortcode .sub-service-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    border-style: solid;
    border-color: #C6C6C6;
    border-width: 1px;
    margin-top: 30px;
}

div.ct-shortcode .sub-service-container .sub-service-tabs-container {
    background-color: #F2F2F2;
}

div.ct-shortcode .sub-service-container .sub-service-tabs-container .sub-service-tab.on {
    background-color: #FDFDFD;
    border-width: 1px;
    border-color: #C6C6C6;
    border-style: solid none;
    position: relative;
}

div.ct-shortcode .sub-service-container .sub-service-tabs-container .sub-service-tab:first-child {
    border-top-style: none;
}

div.ct-shortcode .sub-service-container .sub-service-tabs-container .sub-service-tab.on .service-chevron {
    display: none;
}

div.ct-shortcode .sub-service-container .sub-service-tabs-container .sub-service-tab.on::after {
    content: '';
    background-color: #FDFDFD;
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    width: 3px;
}

div.ct-shortcode .sub-service-container .sub-service-tabs-container .sub-service-tab.on .sub-service-title::after {
    display: none;
}

div.ct-shortcode .sub-service-container .sub-service-tabs-container .sub-service-tab .sub-service-mobile {
    margin: 30px;
    margin-top: 0;
    width: calc(100% - (30px * 2));
}

div.ct-shortcode .sub-service-container .sub-service-tabs-container .sub-service-tab .sub-service-mobile > * {
    margin-top: 30px;
}

div.ct-shortcode .sub-service-container .sub-service-tabs-container .sub-service-tab .sub-service-mobile .column-text-root {
    font-weight: 300;
    text-align: justify;
}

div.ct-shortcode .sub-service-container .sub-service-tabs-container .sub-service-tab .sub-service-mobile .btn-row .btn {
    font-size: 1rem;
}

div.ct-shortcode .sub-service-container .sub-service-content-container {
    width: 100%;
    padding: 20px;
    border-width: 1px;
    border-style: none;
    border-left-style: solid;
    border-color: #C6C6C6;
}

div.ct-shortcode .sub-service-container .sub-service-content-container .sub-service-content.on {
    display: flex;
}

@media (max-width: 992px) {
    div.ct-shortcode .sub-service-container .sub-service-tabs-container .sub-service-tab .sub-service-mobile {
        margin: 20px;
        margin-bottom: 30px;
    }

    div.ct-shortcode .sub-service-container .sub-service-content-container {
        display: none;
    }

    div.ct-shortcode .sub-service-container .sub-service-tabs-container {
        width: 100%;
    }

    div.ct-shortcode .sub-service-container .sub-service-tabs-container .sub-service-tab {
        display: block;
    }

    div.ct-shortcode .sub-service-container .sub-service-tabs-container .sub-service-tab::after {
        transition: transform 0.5s ease-in-out;
        top: 20px;
        left: 20px;
        right: unset;
        bottom: unset;
        width: 18px;
        height: 18px;
        font-size: 25px;
    }
    div.ct-shortcode .sub-service-container .sub-service-tabs-container .sub-service-tab.on::after {
        top: 20px;
        left: 20px;
        right: unset;
        bottom: unset;
        transform: rotate(90deg);
        width: 18px;
    }
    
    div.ct-shortcode .sub-service-container .sub-service-tabs-container .sub-service-tab.on .sub-service-mobile {
        display: block;
    }

    div.ct-shortcode .sub-service-container .sub-service-tabs-container .sub-service-tab .sub-service-title {
        padding: 20px 30px 20px 50px;
        text-align: left;
    }

    div.ct-shortcode.sub-services-shortcode {
        width: calc(100% + 60px);
        margin-left: -30px;
    }
}

@media (max-width: 768px) {
    div.ct-shortcode .sub-service-container .sub-service-tabs-container .sub-service-tab .sub-service-mobile div.column-text, div.ct-shortcode .sub-service-container .sub-service-tabs-container .sub-service-tab .sub-service-mobile div.column-text-root {
        column-count: 1;
        text-align: left;
    }
}

/* /Sub-Services */

/* Businesses We've worked with */

div.worked-with-list .worked-with-logo-container {
    width: 16%;
    height: calc(100% - 41px);
}

div.worked-with-list .worked-with-logo-container .worked-with-logo {
    /* width: 100%;
    height: 100%; */
    object-fit: contain;
    object-position: center;
}

/* /Businesses we've worked with */

/* vfdnet Hub Accordian */

.hub-accordian-title-container.on {
    background-color: white;
}

.hub-accordian-title-container.on .hub-accordian-icon {
    transform: rotate(90deg);
}

/* /vfdnet Hub Accordian */

/* Button Arrows */

a.btn.right-arrow, a.btn.up-arrow, a.btn.down-arrow {
    padding-right: calc(1em + 60px);
}

a.btn.right-arrow::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

a.btn.up-arrow::after {
    content: '\f077';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

a.btn.down-arrow::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.btn.submit-btn {
    box-shadow: initial;
}

/* /Button Arrows */

/* Contact Form */


form .input-line .input-box p {
    line-height: 1.6em;
    margin: 0;
}

form .input-line .input-box p label {
    font-size: 15px;
}

form .input-line .input-box p span {
    margin-top: 10px;
}

form .input-line .input-box p span input, form .input-line .input-box p span textarea {
    padding: 20px 60px 20px 20px;
    font-size: 20px;
    background-color: white;
    border-color: #013333;
}

.header-contact-us a {
    color: inherit;
}

input::placeholder, textarea::placeholder {
    font-size: 1em;
}

/* /Contact Form */

/* Block Quote */

blockquote {
    background-color: #F2F2F2;
    padding: 50px;
    background-image: url('../images/quote_svg.svg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

/* /Block Quote */

/* Smooth Scrolling */

    /* Smooth scrolling has been disabled because there is a mysterious line of code SOMEWHERE which is enabling smooth scrolling on everything bar the "top of the page" anchor tag
    This is better than having it slow down all the anchor tags bar one */

/* html, body {
    scroll-behavior: smooth;
} */

/* /Smooth Scrolling */

/* Nav Handle */

.mobile-handle {
    scroll-behavior: smooth;
}

html.open div.ct-div-block.mobile-handle {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    html.open .header-contact-us {
        transform: translateY(100%);
        margin-bottom: 0;
    }
}

/* /Nav Handle */

/* Font Responsive */

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
}

h1 {
    font-size: 75px;
    font-weight: 700;
}

h2 {
    font-size: 65px;
    font-weight: 500;
}

h3 {
    font-size: 65px;
}

#legal-document h1 {

    font-size: 65px;
}

#legal-document h2 {

    font-size: 45px;
}

#legal-document h3 {

    font-size: 30px;
}

@media (max-width: 992px) {
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 50px;
    }
    h3 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    h1, h2 {
        text-align: center;
    }
}

/* /Font Response */

/* Scroller On Identification */

.scroller-item.on {
        animation-name: fade-in;
        animation-duration: 0.5s;
        animation-timing-function: ease-in-out;
}

@keyframes fade-in {
    0% {
        opacity: 1;
    }
    15% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* /Scroller On Identification  */

/* Left & Right Aligned Image section responsiveness */

@media (max-width: 1200px) {
    img.image-overflow-left, img.image-overflow-right {
        width: 40%;
    }

    div.left-aligned-image div.about-text, div.right-aligned-image div.about-text {
        width: 60%;
    }
}

@media (max-width: 992px) {
    img.image-overflow-left, img.image-overflow-right, div.left-aligned-image div.about-text, div.right-aligned-image div.about-text {
        width: 100%;
    }
}

/* /Left & right Aligned Image Section Responsiveness */

.scroller-nav .dark {
    border-color: #014125;
    background: #00000020;
}

.scroller-nav .dark::after {
    background-color: #014125;
}

/* Hero buttons width */

@media (max-width: 992px) {
    .hero-contents .btn {
        flex-grow: 1;
    }
}

/* /Hero buttons width */

/* Image Block Responsiveness */

@media (max-width: 1200px) {
    div.image-overflow-height-control .section-container.left-aligned-image, div.image-overflow-height-control .section-container.right-aligned-image {
        flex-direction: column;
    }

    div.image-overflow-height-control .section-container.left-aligned-image .image-overflow-left, div.image-overflow-height-control .section-container.right-aligned-image .image-overflow-right {
        position: static;
        width: 100%;
        aspect-ratio: 1 / 0.5;
    }

    div.image-overflow-height-control .section-container.left-aligned-image .about-text-left, div.image-overflow-height-control .section-container.right-aligned-image .about-text-right {
        width: 100%;
        padding: 100px 50px;
    }

    div.image-overflow-height-control .section-container #about-person-image {
        object-position: 20% 20%;
    }
}

@media (max-width: 992px) {
    div.image-overflow-height-control .section-container.left-aligned-image .about-text-left, div.image-overflow-height-control .section-container.right-aligned-image .about-text-right {
        padding: 100px 0;
    }
}

/* /Image Block Responsiveness */

/* Insights */

.insight-item-excerpt p {
    margin: 0;
    font-weight: 100;
}

.insights-pagination {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.insights-pagination-btn {
    width: 40px;
    height: 40px;
    background-color: #00000020;
    border-color: #014125;
    border-style: solid;
    border-width: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.insights-pagination-btn::before {
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    background-color: #014125;
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    z-index: -1;
}

.insights-pagination-btn:hover::before {
    opacity: 0.5;
}

.insights-pagination-btn.on::before {
    opacity: 1;
}

.insights-pagination-btn.on {
    color: white;
}

/* /Insights */
