html:not(.avoid) {
    scroll-behavior: smooth;
    overflow-x: hidden;
    margin-top: 0px !important;
}

body {
    margin: 0;
    font-family: area-normal, sans-serif;
    font-weight: 300;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
}

img {
    display: block;
    max-height: 100vh;
}

body {
    position: relative;
    background: #00432C;
    color: white;
}

.text *,
h4,
h5,
p,
a.button {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-family: area-normal, sans-serif;
    margin-block-start: 0;
    margin-block-end: 0;
}

h3,
.text h3,
.title h3 {
    font-size: 19px;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 400;
    margin-block-start: 0;
    letter-spacing: 3px;
    margin-block-end: 0;
}

h2 {
    font-size: 60px;
    line-height: 57px;
    font-family: field-gothic-xcondensed, sans-serif;
    font-weight: 500;
    margin-block-start: 0;
    letter-spacing: 0px;
    margin-block-end: 0;
}

.title *,
.text h1,
h1 {
    font-size: 200px;
    line-height: 150px;
    font-family: field-gothic-xxcondensed, sans-serif;
    font-weight: 700;
    margin-block-start: 0;
    margin-block-end: 0;
    letter-spacing: 0px;
}

strong *,
b *,
strong,
b {
    font-weight: bold !important;
}

a:not(.standard),
.button {
    padding: 7px 20px 10px 20px;
    color: #D56200;
    text-decoration: none;
    border: 1px solid #D56200;
    border-radius: 5px;
    display: block;
    width: fit-content;
    transition: all 0.2s linear;
    font-size: 10px;
    line-height: 10px;
    white-space: nowrap;
    letter-spacing: 4px;
    font-weight: 600;
}

a:not(.standard):hover,
.button:hover {
    background: #D56200;
    color: white;
}

h1 em,
h2 em,
h3 em {
    font-style: normal;
    padding: 0 7px;
    display: inline-block;
    width: fit-content !important;
    margin: 0px !important;
    position: relative;
    z-index: 1;
}

h1 em::after,
h2 em::after,
h3 em::after {
    content: "";
    background: #D56200;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 0%;
    transition: all 1.0s ease-in-out;
    z-index: -1;
}

.visible h1 em::after,
.visible h2 em::after,
.visible h3 em::after {
    max-width: 100%;
}

h1 em {
    line-height: 150px;
}

h2 em {
    padding: 0 4px;
    line-height: 52px;
}

.homeheader,
.header-alt {
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    transition: all 0.8s ease-in-out;
}

.header-alt {
    align-items: flex-end;
}

.header-alt:after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
    z-index: 1;
}

.homeheader video,
.header-alt video {
    position: absolute;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.8s ease-in-out;
}

.homeheader .bg,
.header-alt .bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    background: #0000004d;
    z-index: 2;
    transition: all 0.8s ease-in-out;
}

body.colour .homeheader video,
body.colour .homeheader,
body.colour .homeheader .bg,
body.colour .header-alt video,
body.colour .header-alt,
body.colour .header-alt .bg {
    height: 70vh;
}

body.colour .homeheader.small,
body.colour .homeheader.small img,
body.colour .homeheader.small .bg,
body.colour .header-alt.small,
body.colour .header-alt.small img,
body.colour .header-alt.small .bg {
    height: 40vh;
}

.homeheader .inner,
.header-alt .inner {
    position: relative;
    z-index: 3;
    text-align: center;
    width: 80%;
    max-width: 1100px;
}

.header-alt .inner {
    padding-bottom: 120px;
}

.header-alt .inner .buttons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: center;
}

.header-alt .inner .buttons a {
    margin: 0 5px;
    text-transform: uppercase;
}

.header-alt .inner .buttons a:first-of-type {
    background: #D56200;
    color: #fff;
}

.header-alt .inner .buttons a:first-of-type:hover {
    background: transparent;
    color: #D56200;
}

.header-alt .inner .buttons a:last-of-type {
    color: #fff;
    border-color: #fff;
}

.header-alt .inner .buttons a:last-of-type:hover {
    background: #fff;
    color: #D56200;
}

.header-alt h1 {
    font-family: area-normal, sans-serif;
    font-size: 76px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
}

.header-alt h1 em {
    line-height: 1.2;

}

.header-alt h1 em:after {
    top: 7px;
}

/*
.homeheader:not(.small) .inner h1:last-child {
    width: fit-content;
    margin: 0 auto;
    background: #D56200;
    border-radius: 5px;
    padding: 0 10px;
}*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5%;
    border-bottom: 1px solid transparent;
    transition: all 0.4s ease-in-out;
}

.header a img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.header .links {
    max-width: calc(100% - 75px);
    width: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .links a {
    font-family: trade-gothic-next-condensed, sans-serif;
    color: white;
    text-decoration: none;
    margin: 0 10px;
    letter-spacing: 3px;
    font-size: 15px;
    line-height: 15px;
    padding: 3px 5px 5px 5px;
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
    font-weight: 500;
}

body.colour .header .links a {
    background: #00432d;
}

.header .links a:hover:not(.avoid),
.page-id-41 .header .links a:nth-child(1),
.page-id-41 .mobileHeader>a:nth-child(1),
.page-id-44 .header .links a:nth-child(2),
.page-id-44 .mobileHeader>a:nth-child(2),
.page-id-49 .header .links a:nth-child(3),
.page-id-49 .mobileHeader>a:nth-child(3),
.page-id-57 .header .links a:nth-child(4),
.page-id-57 .mobileHeader>a:nth-child(4) {
    background: #D56200;
}

.calculator {
    width: 100%;
    text-align: center;
    position: relative;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.calculator .bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    z-index: 1;
}

.calculator .bg>div:first-child {
    width: 100%;
    height: 35%;
    background: #00432C;
    border-bottom: 1px solid white;
}

.calculator .bg>div:last-child {
    width: 100%;
    height: calc(65% - 2px);
    background: #03361E;
}

.calculator .inner {
    width: 80%;
    position: relative;
    margin: 0 auto;
    padding: 100px 0;
    z-index: 2;
}

.calculator .inner .top {
    margin-bottom: 100px;
}

.calculator .inner .top>h3 {
    margin-bottom: 10px;
}

.calculator .inner .top .calc {
    width: calc(80% - 80px);
    max-width: 900px;
    margin: 20px auto;
    background: #F5E3D0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    color: #00432C;
    padding: 40px;
    border-radius: 10px;
}

.calculator .inner .top .calc>h2 {
    width: 100%;
    margin-bottom: 30px;
}

.calculator .inner .top .calc>h2 em {
    color: #f5e3d0;
}

.calculator .inner .top .calc>h2 em::after {
    max-width: 100%;
}

.calculator .inner .top .calc .seperate {
    width: 1px;
    background: #00432C;
}

.calculator .inner .top .calc .input {
    width: 47%;
}

.calculator .inner .top .calc .input .inputCont {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.calculator .inner .top .calc .input .inputCont .column {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calculator .inner .top .calc .input .button {
    margin-top: 5px;
    cursor: pointer;
    background: #D56200;
    color: white;
}

.calculator .inner .top .calc .input .button:hover {
    background: transparent;
    color: #D56200;
}

.calculator .inner .top .calc .input input,
.calculator .inner .top .calc .input select {
    width: 49%;
    display: block;
    padding: 10px 10px;
    margin: 0 0 10px 0;
    background: white;
    border: 0px;
    box-sizing: border-box;
    font-family: area-normal, sans-serif;
    font-size: 13px;
    line-height: 20px;
}

.calculator .inner .top .calc .input select {
    width: 100%;
    appearance: none;
    position: relative;
    cursor: pointer;
    padding: 10px 35px 10px 10px;
}

.calculator .inner .top .calc .input .column .outerSelect {
    width: 49%;
    position: relative;
}

.calculator .inner .top .calc .input .column .outerSelect::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2024/07/select.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.calculator .inner .top .calc .input .outerSelect {
    position: relative;
}

.calculator .inner .top .calc .input .outerSelect::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2024/07/select.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.calculator .inner .top .calc .input input:focus,
.calculator .inner .top .calc .input select:focus {
    outline: 2px solid #d56200;
}

.calculator .inner .top .calc .info {
    width: 47%;
    text-align: left;
}

.calculator .inner .top .calc .info p:first-child {
    font-weight: 600;
}

.calculator .inner .top .calc .info h2#woodOutput {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 70px;
    line-height: 70px;
}

.calculator .inner .top .calc .info a {
    margin-top: 20px;
}

.calculator .inner .lower {
    width: 100%;
    text-align: center;
}

.calculator .inner .lower p {
    margin: 40px auto 0 auto;
    max-width: 580px;
}

.calculator .inner .lower a {
    margin: 0 auto;
}

.calculator .inner .lower h1 {
    margin: 30px auto 0 auto;
    max-width: 1300px;
}

.imagelinks {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-bottom: 1px solid white;
}

.imagelinks .outer {
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 85vh;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    position: relative;
    text-decoration: none;
    color: white;
}

.imagelinks .outer:first-child {
    width: calc(50% - 1px);
    border-right: 1px solid white;
}

.imagelinks .outer .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000042;
    z-index: 1;
    transition: all 0.2s linear;
}

.imagelinks .outer:hover .bg {
    background: #00000066;
}

.imagelinks .outer:hover .inner {
    padding: 150px 30px;
}

.imagelinks .outer .inner {
    position: relative;
    z-index: 2;
    color: white;
    width: fit-content;
    max-width: calc(80% - 60px);
    padding: 60px 30px;
    border: 1px solid white;
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
}

.imagelinks .outer .inner h1 {
    margin-bottom: 5px;
}

.imagelinks.single .outer .inner h3 {
    margin-bottom: 20px;
}

.imagelinks.single .outer:hover .inner {
    padding: 60px 30px;
}

.imagelinks .outer .inner p {
    margin-top: 10px;
    letter-spacing: 2px;
}

.imagelinks.single .outer {
    width: 100%;
    border-right: 0px;
    min-height: 60vh;
}

.imagelinks.single .outer .inner {
    border: 0px;
}

.imagelinks.single .outer .bg,
.imagelinks.single .outer:hover .bg {
    background: #00000069;
}

.imagelinks.single .outer .inner a {
    margin: 40px auto 0 auto;
    background: #D56200;
    color: white;
}

.imagelinks.single .outer .inner a:hover {
    color: #D56200;
    background: transparent;
}

.textarea {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-bottom: 1px solid white;
    overflow: hidden;
}

.textarea.swap {
    flex-direction: row-reverse;
}

.textarea.swap img {
    border-right: 0px;
    border-left: 1px solid white;
}

.textarea.swap .inner {
    padding: 50px 5% 50px 10%;
}

.textarea img {
    width: calc(50% - 1px);
    border-right: 1px solid white;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
    position: relative;
    right: 5%;
    transform: scale(1.2) translateY(-15%);
}

.textarea.swap img {
    right: 0;
    left: 5%;
}

.textarea .inner {
    width: 40%;
    padding: 50px 10% 50px 5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.textarea.none .inner {
    width: 80%;
    padding: 100px 10%;
    text-align: center;
}

.textarea.tinyimg img {
    width: calc(30% - 1px);
    min-height: 70vh;
}

.textarea.tinyimg .inner {
    width: 65%;
    padding: 50px 5% 50px 10%;
}

.textarea.tinyimg .inner p {
    max-width: 700px;
}

.textarea.double .inner:first-child {
    padding: 100px 0% 100px 10%;
}

.textarea.double .inner:last-child {
    padding: 100px 10% 100px 5%;
    width: 35%;
}

.textarea .inner * {
    width: 100%;
    margin: 10px 0;
}

.textarea .inner * {
    opacity: 0;
    position: relative;
    top: 20px;
    transition: all 0.6s ease-in-out;
}

.textarea .inner a:not(.standard),
.textarea .inner .button {
    transition: opacity 0.6s ease-in-out, top 0.6s ease-in-out, all 0.2s linear;
}

.textarea.visible .inner * {
    opacity: 1;
    top: 0px;
}

.textarea .inner *:nth-child(2) {
    transition-delay: 0.2s;
}

.textarea .inner *:nth-child(3) {
    transition-delay: 0.3s;
}

.textarea .inner *:nth-child(4) {
    transition-delay: 0.4s;
}

.textarea .inner *:nth-child(5) {
    transition-delay: 0.5s;
}

.textarea .inner *:nth-child(6) {
    transition-delay: 0.6s;
}

.textarea .inner *:nth-child(7) {
    transition-delay: 0.7s;
}

.textarea .inner a {
    width: fit-content;
}

.textarea .inner>div {
    display: flex;
    justify-content: space-between;
}

.textarea .inner>div>div {
    width: 48%;
}

.textarea .inner li {
    margin: 0px;
}

.vision {
    width: 100%;
    padding: 100px 0;
    border-bottom: 1px solid white;
    text-align: center;
    background: #03361E;
}

.vision>h3,
.vision>h2 {
    width: 90%;
    max-width: 820px;
    margin: 5px auto;
}

.vision>a {
    margin: 0 auto;
}

.vision .inner {
    width: 80%;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.vision .inner .single {
    width: 20%;
    padding: 30px 1%;
    border: 1px solid white;
    margin: 0 1% 30px 1%;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}

.vision.three .inner .single {
    width: 29%;
}

.vision .inner .single:hover {
    transform: scale(1.1);
}

.vision .inner .single h3 {
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    margin: 0 auto 20px auto;
    max-width: 315px;
    font-family: 'area-normal';
}

.vision .inner .single h2 {
    margin-bottom: 20px;
}

.vision .inner .single p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 100;
}

.footer {
    width: 80%;
    padding: 100px 10%;
    background: #00442d;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .logo img {
    width: 70px;
    object-fit: contain;
}

.footer .links {
    width: calc(100% - 120px);
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .links .single {
    width: 30%;
}

.footer .links .single p:first-child {
    font-weight: 500;
    margin-bottom: 10px;
}

.footer .links .single a {
    display: block;
    width: fit-content;
    margin: 5px 0;
    color: white;
    text-decoration: none;
    transition: all 0.1s linear;
    font-size: 15px;
    line-height: 15px;
}

.footer .links .single a:hover {
    background: #D56200;
}

.footer .links .single .socials {
    width: 100%;
    max-width: 220px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .links .single .socials img {
    width: 30px;
}

.footerExtra {
    width: 80%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10%;
    background: #d56200;
    color: white;
}

.footerExtra a,
.footerExtra p {
    width: fit-content;
    padding: 0 10px;
    border-right: 1px solid white;
    color: white;
    text-decoration: none;
    font-size: 13px;
    line-height: 13px;
}

.footerExtra a:hover {
    text-decoration: underline;
}

.footerExtra a:last-child,
.footerExtra p:last-child {
    border-right: 0px;
}

.homeheader.small,
.header-alt.small {
    height: 60vh;
    border-bottom: 1px solid white;
}

.homeheader.small img,
.header-alt.small img {
    width: 100vw;
    height: 60vh;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
    transition: all 0.8s ease-in-out;
}

.homeheader.small .bg,
.header-alt.small .bg {
    background: #00000063;
    height: 60vh;
}

.team {
    width: 100%;
    text-align: center;
    padding: 100px 0;
    border-bottom: 1px solid white;
    background: #03361E;
}

.team .inner {
    width: 80%;
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
}

.team .inner .single {
    width: 30%;
    margin: 20px 1%;
    background-size: cover !important;
    background-position: 50% 0% !important;
    background-repeat: no-repeat !important;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}

.team .inner .single:hover {
    transform: scale(1.1);
}

.team .inner .single .info {
    width: 90%;
    margin: 0 auto;
    padding: 350px 0 50px 0;
}

.team .inner .single .info p {
    font-size: 12px;
    margin-top: 5px;
}

.contact .form {
    width: 100%;
    margin-top: 30px;
}

.contact>#mapArea {
    width: 50%;
}

.contact>#mapArea>div {
    height: 100vh;
}

.contact>#mapArea img {
    object-fit: contain !important;
    right: 0px;
    left: 0px;
    transform: unset;
}

.contact>#mapArea a {
    padding: 0px;
    border: 0px;
}

.contact>#mapArea .gm-style-mtc,
.contact>#mapArea button.gm-fullscreen-control,
.contact>#mapArea .gm-bundled-control,
.contact>#mapArea .gmnoprint {
    opacity: 0;
}

.contact>#mapArea .gm-style-moc {
    display: none;
}

.contact .form>div:last-child {
    width: 150px;
    display: none;
}

.contact .form>div:first-child {
    width: calc(100% - 200px);
    width: 100%;
}

.contact .form form>p:nth-child(2) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.contact .form form>p:nth-child(2) span {
    width: 49%;
    margin: 0px;
}

.contact .form form>p:nth-child(3) {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid white;
}

.contact .form form input {
    box-sizing: border-box;
}

.contact .form input,
.contact .form textarea {
    background: #12503b;
    color: white;
    border: 1px solid white;
    padding: 7px 15px 8px 15px;
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0px;
    font-family: area-normal, sans-serif;
    font-size: 12px;
    line-height: 12px;
    border-radius: 5px;
    resize: none;
}

.contact .form form br {
    display: none;
}

.contact .form .wpcf7-not-valid-tip {
    display: none;
}

.contact .form form input.wpcf7-not-valid,
.contact .form form textarea.wpcf7-not-valid {
    border: 1px solid red;
}

.contact .form ::placeholder {
    font-size: 12px;
    line-height: 12px;
    color: #517d6d;
    font-family: area-normal, sans-serif;
}

.contact .form form input.wpcf7-submit {
    width: fit-content;
    padding: 10px 40px 12px 40px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border: 1px solid #d56200;
    color: #d56200;
    background: transparent;
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: 600;
}

.contact .form .wpcf7-spinner {
    display: none;
}

.contact .form .wpcf7-response-output {
    margin-top: 0px;
    font-size: 12px;
    font-family: 'area-normal';
    padding: 10px 20px;
    width: fit-content;
}

.contact .form form input.wpcf7-submit:hover {
    background: #d56200;
    color: white;
}

.rotatingText {
    width: 100vw;
    overflow-x: hidden;
    position: relative;
    background: #04361e;
}

.rotatingText>div {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid white;
}

.rotatingText>div>div {
    width: 150vw;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.rotatingText>div:last-child {
    background: #03361e;
}

.rotatingText>div h2 {
    margin: 0 20px;
    white-space: nowrap;
    color: #00432d;
}

.rotatingText>div:first-child>div {
    margin-left: -50vw;
}

.rotatingText>div:last-child>div {
    margin-left: 50vw;
}

.burgermenu {
    display: none;
    width: 50px;
    height: 28px;
    position: relative;
    cursor: pointer;
}

.burgermenu>div {
    width: 100%;
    height: 4px;
    background: white;
    border-radius: 5px;
    position: relative;
}

@keyframes burgerone {
    0% {
        top: 0;
        transform: rotate(0deg);
    }

    50% {
        top: 12px;
        transform: rotate(0deg);
    }

    100% {
        top: 12px;
        transform: rotate(40deg);
    }
}

@keyframes burgeronereverse {
    0% {
        top: 12px;
        transform: rotate(40deg);
    }

    50% {
        top: 12px;
        transform: rotate(0deg);
    }

    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

@keyframes burgertwo {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(40deg);
    }
}

@keyframes burgertworeverse {
    0% {
        transform: rotate(40deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes burgerthree {
    0% {
        bottom: 0;
        transform: rotate(0deg);
    }

    50% {
        bottom: 12px;
        transform: rotate(0deg);
    }

    100% {
        bottom: 12px;
        transform: rotate(-40deg);
    }
}

@keyframes burgerthreereverse {
    0% {
        bottom: 12px;
        transform: rotate(-40deg);
    }

    50% {
        bottom: 12px;
        transform: rotate(0deg);
    }

    100% {
        bottom: 0;
        transform: rotate(0deg);
    }
}

.burgermenu.open>div:nth-child(1) {
    animation: burgerone 1s ease-in-out both;
}

.burgermenu.open>div:nth-child(2) {
    animation: burgertwo 1s ease-in-out both;
}

.burgermenu.open>div:nth-child(3) {
    animation: burgerthree 1s ease-in-out both;
}

.burgermenu.closed>div:nth-child(1) {
    animation: burgeronereverse 1s ease-in-out both;
}

.burgermenu.closed>div:nth-child(2) {
    animation: burgertworeverse 1s ease-in-out both;
}

.burgermenu.closed>div:nth-child(3) {
    animation: burgerthreereverse 1s ease-in-out both;
}

.mobileHeader {
    position: fixed;
    top: 91px;
    right: 0;
    background: #04361e;
    z-index: 19;
    text-align: center;
    border: 0px solid white;
    max-width: 0px;
    overflow: hidden;
    transition: all 1s ease-in-out;
    padding: 20px 0px;
}

.mobileHeader.open {
    border: 1px solid white;
    max-width: 160px;
    padding: 15px 30px;
}

.mobileHeader>a {
    display: block;
    color: white;
    text-decoration: none;
    margin: 20px 0;
    width: 150px;
    padding: 1px 5px 3px 5px;
    border-radius: 5px;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-size: 20px;
    line-height: 20px;
}

.calculator .inner .top .calc .basket {
    width: 100%;
    margin-top: 0px;
    max-height: 0px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    transition: all 0.8s ease-in-out;
}

.calculator .inner .top .calc .basket.open {
    margin-top: 50px;
    max-height: 250px;
}

.calculator .inner .top .calc .basket .list {
    width: 47%;
    text-align: left;
}

.calculator .inner .top .calc .basket .list>div {
    max-width: 350px;
    margin: 0 auto;
    max-height: 250px;
    overflow-y: scroll;
}

.calculator .inner .top .calc .basket .list p {
    margin: 5px auto;
}

.calculator .inner .top .calc .basket .list>div .button {
    margin-top: 20px;
    cursor: pointer;
}

body.page-id-238 {
    background: #fff;
}

/* VIDEO SECTION */

.video-section {
    background: #fff;
    padding: 80px 0;
    border-bottom: 1px solid #DEDEDE;
    text-align: center;

}

/* .video-section .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
} */

.video-section h2 {
    color: #00432C;
    font-family: area-normal, sans-serif;
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.video-section .video-wrap {
    position: relative;
    border-radius: 16px;
    width: 100%;
    /* height: 600px; */
    min-height: 1px;
    padding-bottom: 62%;
    overflow: hidden;
}

.video-section .video-wrap svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 132px;
    height: 132px;
    cursor: pointer;
}

.video-section .video-wrap svg #background {
    fill: transparent;
    transition: .3s ease;
}

.video-section .video-wrap:hover svg #background {
    fill: #fff;
    fill-opacity: 30%;
}

.video-section .button-wrap {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.video-section .button {
    background: #D56200;
    color: white;
    text-transform: uppercase;
}

.video-section .button:hover {
    color: #D56200;
    background: transparent;
}

/* TABS */

.tabs-wrap {
    background: #fff;
}

.tabs-wrap .inner {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.toggle-tab {
    display: none;
    position: relative;
    width: 100%;
    text-align: left;
    cursor: pointer;
    border: 0;
    border-bottom: 1px solid #DEDEDE;
    padding: 20px;
    margin: 0;
    background: transparent;
    font-family: field-gothic-xcondensed, sans-serif;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #03361E;
}

.toggle-tab:after {
    content: '+';
    /* content: url(/wp-content/themes/JMBower/chevron-left.svg); */
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #03361E;
    font-size: 28px;
    font-weight: 400;
    font-family: area-normal, sans-serif;

}

.toggle-tab:first-of-type {
    border-top: 1px solid #DEDEDE;
}

.toggle-tab.current {
    color: #fff;
    background: #D56200;
}

.toggle-tab.current:after {
    content: '';
    background: #fff;
    height: 2px;
    width: 10px;
}

.tab-list {
    padding-left: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
}

.tab-list li {
    list-style: none;
    display: inline-block;
    margin: 0;
    /* padding: 10px 30px; */
    padding: 2px 8px 5px 8px;
    cursor: pointer;
    transition: 0.3s ease;
    text-transform: uppercase;
    font-weight: 400;
    font-family: field-gothic-xcondensed, sans-serif;
    font-size: 19px;
    letter-spacing: 3px;
    color: #03361E;
    border-radius: 5px;
}

.tab-list li.current,
.tab-list li.current:hover {
    /* color: red; */
    color: #fff;
    background: #D56200;
}

.tab-list li:hover {
    /* color: #c00; */
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: flex;
}

.tab-content .half {
    width: 50%;
}

.tab-content .content {
    padding: 48px 0 48px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tab-content .content .inner-container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.tab-content * {
    color: #111;
}

.tab-content h2 {
    color: #03361E;
    font-family: area-normal, sans-serif;
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.tab-content .eyebrow {
    color: #03361E;
    text-transform: uppercase;
    font-size: 19px;
    font-family: field-gothic-xcondensed, sans-serif;
    letter-spacing: 3px;
}

.tab-content .lists-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.tab-content .lists-wrap.multi-lists .list {
    width: 50%;
}

.tab-content .lists-wrap .list h3 {
    margin-bottom: 10px;
    font-family: area-normal, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: initial;
}

.tab-content .lists-wrap .list ul {
    /* margin: 0;
    padding: 0; */
    margin-top: 0;
}

.tab-content .lists-wrap .list ul li {
    /* list-style: none;
    margin-bottom: 10px; */
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.tab-content .lists-wrap .list ul li::marker {
    font-size: 12px;
}

.tab-content .button {
    background: #D56200;
    color: white;
    text-transform: uppercase;
    margin-top: 20px;
}

.tab-content .button:hover {
    color: #D56200;
    background: transparent;
}

.tab-content .image-wrap {
    position: relative;
}

.tab-content .image {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.tab-content .image-left {
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.tab-content .image-right {
    border: 2px solid #fff;
    width: 300px;
    height: 240px;
    position: absolute;
    bottom: -60px;
    right: 0;
}

.tab-content .image-wrap.multi-images .image-left {
    width: calc(100% - 80px);
    height: calc(100% - 60px);
}

/* PROCESS SLIDER */

.process-wrap {
    position: relative;
    height: 651px;
    background: #00432C;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;

}

.process-wrap .intro {
    top: 0;
    position: absolute;
    z-index: 2;
    width: 50%;
}



.process-wrap .intro h2 {
    font-family: area-normal, sans-serif;
    text-transform: uppercase;
    font-size: 72px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 40px;
}

.process-wrap .process-slider .slide {
    /* display: none; */
    opacity: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    /* allow transition while hidden */
    z-index: 0;
}

.process-wrap .process-slider .slide.selected {
    opacity: 1;
    z-index: 1;
}

.process-wrap #carouselB1 button {
    width: 44px;
    height: 44px;
    padding: 10px;
    margin: 0 15px;
    border-radius: 5px;
    border: 2px solid #fff;
    background: none;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: .3s ease;
}

.process-wrap #carouselB1 button.selected,
.process-wrap #carouselB1 button:hover {
    background-color: #D56200;
    border-color: #D56200;
    color: #fff;
}

.process-wrap #carouselB1 button:before,
.process-wrap #carouselB1 button:after {
    position: absolute;
    font-weight: 900;
    font-size: 20px;
    z-index: -1;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.process-wrap #carouselB1 button:before {
    content: '-';
    left: -10px;
}

.process-wrap #carouselB1 button:after {
    content: '- -';
    right: -22px;
}

.process-wrap #carouselB1 button:first-of-type {
    margin-left: 0;
}

.process-wrap #carouselB1 button:first-of-type:before {
    display: none;
}

.process-wrap #carouselB1 button:last-of-type:after {
    display: none;
}

.process-wrap .half {
    width: 50%;
}

.process-wrap .carousel-arrows {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 50%;
    max-width: 600px;
    width: 100%;
}

.process-wrap .carousel-arrows button {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
}

.process-wrap .carousel-arrows button path {
    transition: .3s ease;
}

.process-wrap .carousel-arrows button:not([disabled]):hover path {
    fill: #D56200;
}

.process-wrap .carousel-arrows button:disabled {
    cursor: auto;
}

.process-wrap .carousel-arrows button:disabled path {
    fill-opacity: 50%;
    stroke-opacity: 50%;
}

.process-wrap .carousel-arrows button#prev1 {
    left: -100px;
}

.process-wrap .carousel-arrows button#next1 {
    right: -100px;
}

.process-wrap .carousel-arrows button svg {
    width: 40px;
    height: 40px;
}

.process-wrap .process-slider .slide {
    height: 650px;
    background: #fff;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    background: #00432C;
}

.process-wrap .process-slider .slide .content-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    /* padding-left: 30px;
    padding-right: 30px; */
    /* box-sizing: border-box; */
}

.process-wrap .inner-container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    /* padding: 0 30px; */
    box-sizing: border-box;
}

.process-wrap .process-slider .slide .content-wrap .content {
    margin-top: 200px;
}

.process-wrap .process-slider .slide .content-wrap .content h3 {
    font-family: area-normal, sans-serif;
    font-weight: 200;
    font-size: 40px;
    margin-bottom: 20px;
}

.process-wrap .process-slider .slide .content-wrap .button {
    margin-top: 20px;
    background: #D56200;
    color: white;
    text-transform: uppercase;
}

.process-wrap .process-slider .slide .content-wrap .button:hover {
    color: #D56200;
    background: transparent;
}

.process-wrap .process-slider .slide .image-wrap {
    position: relative;
}

.process-wrap .process-slider .slide .image-wrap video {
    cursor: pointer;
}

.process-wrap .process-slider .slide .image-wrap svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 132px;
    height: 132px;
    z-index: 2;
    cursor: pointer;
}


.process-wrap .process-slider .slide .image-wrap svg #background {
    fill: transparent;
    transition: .3s ease;
}

.process-wrap .process-slider .slide .image-wrap:hover svg #background {
    fill: #fff;
    fill-opacity: 30%;
}

.contact-form-wrap {
    position: relative;
    background-position: center;
    background: #00432C;
    border-bottom: 1px solid #fff;
}

.contact-form-wrap.no-bg:after {
    display: none;
}

.contact-form-wrap .form .wpcf7-not-valid-tip {
    display: none;
}

.contact-form-wrap:after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
    z-index: 0;
}

/* .contact-form-wrap .bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
} */

.contact-form-wrap .image-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.contact-form-wrap .container {
    position: relative;
    z-index: 1;
    text-align: center;
}

.contact-form-wrap h2 {
    font-family: area-normal, sans-serif;
    font-weight: 200;
    font-size: 40px;
    margin-bottom: 20px;
}

.contact-form-wrap .form {
    background: #F5E3D0;
    border-radius: 16px;
    margin-top: 30px;
    padding: 40px;
}

.contact-form-wrap form .wrap {
    width: 100%;
    margin-bottom: 12px;
    /* overflow: hidden; */
}

.contact-form-wrap form .split-inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form-wrap form .split-inputs .wrap,
.contact-form-wrap form .split-inputs span {
    width: calc(50% - 6px);
}

.contact-form-wrap form .split-inputs .wrap:first-of-type {
    margin-right: 6px;
}

.contact-form-wrap form .split-inputs .wrap:last-of-type {
    margin-left: 6px;
}

.contact-form-wrap .form form input {
    box-sizing: border-box;
}

.contact-form-wrap .form input,
.contact-form-wrap .form textarea {
    background: #fff;
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    /* margin: 5px 0px; */
    font-family: area-normal, sans-serif;
    /* font-size: 12px; */
    /* line-height: 12px; */
    /* border-radius: 5px; */
    resize: none;
    border: 0;
    color: #111;
    font-weight: 600;
    font-size: 15px;
}

.contact-form-wrap .form form ::placeholder {
    color: #111;
    font-weight: 600;
    font-size: 15px;
}

.contact-form-wrap form .wrap.checkbox-wrap * {
    color: #111;
    font-weight: 600;
    font-size: 15px;
}

.contact-form-wrap form .wpcf7-checkbox {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 10px 0;
    border: 1px solid transparent;
    transition: .3s ease;
}

.contact-form-wrap form .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}

.contact-form-wrap form input[type="submit"] {
    background-color: #D56200;
    border: 2px solid #D56200;
    color: #fff;
    padding: 16px;
    border-radius: 16px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s ease;
}

.contact-form-wrap form input[type="submit"]:hover {
    background: transparent;
    color: #D56200;
}

.contact-form-wrap form .wpcf7-response-output {
    color: #111;
    font-weight: 600;
}


.small-pad-top {
    padding-top: 64px;
}

.small-pad-bot {
    padding-bottom: 64px;
}

.med-pad-top {
    padding-top: 88px;
}

.med-pad-bot {
    padding-bottom: 88px;
}

.large-pad-top {
    padding-top: 112px;
}

.large-pad-bot {
    padding-bottom: 112px;
}

.o-fit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.container.medium {
    max-width: 1000px;
}

.container.small {
    max-width: 800px;
}

@media(max-width: 1720px) {
    .container {
        max-width: 100%;
        padding: 0 60px;
    }
}

@media(max-width: 1600px) {
    .process-wrap .carousel-arrows button#prev1 {
        left: -70px;
    }

    .process-wrap .carousel-arrows button#next1 {
        right: -70px;
    }

    .process-wrap .intro h2 {
        font-size: 66px;
    }
}

@media(max-width: 1500px) {
    .process-wrap .carousel-arrows button#prev1 {
        left: -50px;
    }

    .process-wrap .carousel-arrows button#next1 {
        right: -50px;
    }
}

@media(max-width: 1400px) {
    .tabs-wrap .tab-content h2 {
        font-size: 36px;
    }

    .tabs-wrap .tab-content .lists-wrap.multi-lists .list {
        width: 100%;
    }

    .process-wrap .carousel-arrows {
        top: initial;
        bottom: 105px;
        transform: translateX(-50%);
    }

    .process-wrap .carousel-arrows button#prev1 {
        left: initial;
        right: 50px;
    }

    .process-wrap .carousel-arrows button#next1 {
        right: 0;
    }

    .process-wrap .intro h2 {
        font-size: 56px;
    }

    .process-wrap .inner-container {
        padding: 0 30px;
    }

    .contact-form-wrap h2 {
        font-size: 36px;
    }
}


@media(max-width: 1200px) {

    .vision .inner .single,
    .vision.three .inner .single {
        width: 45%;
    }

    .team .inner .single .info {
        padding: 20vw 0 3vw 0;
    }

    .container {
        padding: 0 30px;
    }

    .small-pad-top {
        padding-top: 40px;
    }

    .small-pad-bot {
        padding-bottom: 40px;
    }

    .med-pad-top {
        padding-top: 64px;
    }

    .med-pad-bot {
        padding-bottom: 64px;
    }

    .large-pad-top {
        padding-top: 80px;
    }

    .large-pad-bot {
        padding-bottom: 80px;
    }

    .header-alt h1,
    .header-alt h1 em {
        font-size: 64px;
    }

    .tab-content .image-wrap.multi-images .image-left {
        width: calc(100% - 40px);
        height: calc(100% - 40px);
    }

    .tab-content .image-wrap.multi-images .image-right {
        width: 220px;
        height: 180px;
        bottom: 0;
    }

    .process-wrap {
        height: initial;
    }

    .process-wrap .process-slider .slide {
        flex-direction: column;
        position: relative;
        height: initial;
        display: none;
    }

    .process-wrap .process-slider .slide.selected {
        display: flex;
    }

    .process-wrap .process-slider .slide .half {
        width: 100%;
    }

    .process-wrap .process-slider .slide .content-wrap {
        padding: 20px 0 40px;
    }

    .process-wrap .process-slider .slide .content-wrap .content.inner-container {
        margin-top: 0;
        max-width: 800px;
        /* height: 180px; */
    }

    .process-wrap .process-slider .slide .image-wrap {
        height: 500px;
    }

    .process-wrap .intro {
        position: relative;
        width: 100%;
        text-align: center;
        padding-top: 40px;
    }

    .process-wrap .intro h2 {
        font-size: 48px;
    }

    .process-wrap .carousel-arrows {
        display: none;
    }
}

@media(max-width: 1060px) {
    .container.small {
        max-width: 100%;
    }
}


@media(max-width: 1000px) {
    .header .links a {
        display: none;
    }

    .burgermenu {
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
    }

    .contact>#mapArea>div {
        transform: none !important;
    }

    .calculator .inner .top .calc .input,
    .calculator .inner .top .calc .info {
        width: 100%;
    }

    .calculator .inner .top .calc .seperate {
        width: 100%;
        height: 1px;
        margin: 30px 0;
    }

    .title *,
    .text h1,
    h1,
    h1 em,
    .imagelinks.single .outer .inner h1,
    .textarea .inner h1 {
        font-size: 110px;
        line-height: 100px;
    }

    .textarea.double .inner:first-child {
        padding: 100px 10% 0px 10%;
        width: 80%;
    }

    .textarea.double .inner:last-child {
        padding: 50px 10% 100px 10%;
        width: 80%;
    }

    .imagelinks,
    .textarea,
    .footer,
    .footer .links,
    .calculator .inner .top .calc {
        flex-wrap: wrap;
    }

    .imagelinks .outer {
        width: 100%;
    }

    .contact>#mapArea {
        width: 100%;
        height: 50vh;
    }

    .imagelinks .outer:first-child {
        width: 100%;
        border-right: 0px;
        border-bottom: 1px solid white;
    }

    .textarea img,
    .textarea.tinyimg img {
        width: 100%;
        max-height: 50vh;
        border-right: 0px;
        border-bottom: 1px solid white;
        transform: none !important;
        left: 0 !important;
        right: 0 !important;
    }

    .textarea .inner,
    .textarea.tinyimg .inner,
    .textarea.swap .inner {
        width: 90%;
        padding: 50px 5%;
    }

    .vision .inner .single,
    .vision.three .inner .single {
        width: calc(100% - 60px);
        padding: 30px;
    }

    .footer {
        justify-content: center;
        text-align: center;
    }

    .footer .links {
        width: 100%;
        margin-top: 30px;
    }

    .footer .links .single {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer .links .single:last-child {
        margin-bottom: 0px;
    }

    .footer .links .single a {
        margin: 5px auto;
    }

    .footer .links .single .socials {
        margin: 20px auto;
    }

    .footerExtra {
        width: 90%;
        padding: 10px 5%;
    }

    .team .inner .single .info {
        padding: 35vw 0 3vw 0;
    }

    .team .inner .single {
        width: 48%;
        margin: 10px 1%;
        border-radius: 20px;
    }

    .header-alt h1,
    .header-alt h1 em {
        font-size: 54px;
    }

    .header-alt .inner {
        width: 90%;
    }

    .video-section .video-wrap {
        /* height: 550px; */
    }

    .tabs-wrap .toggle-tab {
        display: block;
    }

    .tabs-wrap .tab-list {
        display: none;
    }

    .tabs-wrap .tab-content {
        padding: 30px 20px;
        border-bottom: 1px solid #DEDEDE;
        flex-direction: column;
    }

    .tabs-wrap .tab-content h2 {
        font-size: 32px;
    }

    .tabs-wrap .tab-content .half {
        width: 100%;
    }

    .tabs-wrap .tab-content .content {
        padding: 30px 0;
    }

    .tabs-wrap .tab-content .inner-container {
        max-width: initial;
    }

    .tabs-wrap .tab-content .image-left {
        height: initial;
        min-height: 1px;
        padding-bottom: 50%;
    }

    .tab-content .image-wrap.multi-images .image-left {
        width: calc(100% - 20px);
    }

    .tab-content .image-wrap.multi-images .image-right {
        bottom: -20px;
    }

    .process-wrap .process-slider .slide .image-wrap {
        height: 400px;
    }

    .process-wrap .process-slider .slide .content-wrap .content.inner-container {
        /* height: 200px; */
    }
}


@media(max-width: 800px) {
    .tab-content .image-wrap.multi-images {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .tab-content .image-wrap.multi-images .image-left {
        width: calc(50% - 5px);
        margin-right: 0;
    }

    .tab-content .image-wrap.multi-images .image-right {
        position: relative;
        bottom: initial;
        width: calc(50% - 5px);
        margin-left: 5px;
        border: 0;
        height: initial;
        min-height: 1px;
        padding-bottom: 50%;
    }

    .contact-form-wrap .form {
        padding: 30px;
    }
}

@media(max-width: 600px) {
    .imagelinks .outer {
        background-attachment: unset !important;
    }

    .footerExtra {
        flex-wrap: wrap;
    }

    .footerExtra a,
    .footerExtra p {
        width: 100%;
        margin: 5px 0;
        border-right: 0px;
    }

    .footerExtra>*:last-child {
        border-bottom: 0px;
    }

    .contact .form,
    .textarea .inner>div {
        flex-wrap: wrap;
    }

    .textarea .inner>div>div {
        width: 100% !important;
    }

    .contact .form>div:first-child,
    .contact .form>div:last-child,
    .contact .form form>p:nth-child(2) span {
        width: 100%;
    }

    .team .inner .single {
        width: 100%;
        margin: 30px 0;
    }

    .team .inner .single .info {
        padding: 60vw 0 3vw 0;
    }

    .calculator .inner .top .calc .input .inputCont .column {
        flex-wrap: wrap;
    }

    .calculator .inner .top .calc .input input,
    .calculator .inner .top .calc .input select,
    .calculator .inner .top .calc .input .outerSelect {
        width: 100%;
    }

    .calculator .inner .top .calc {
        width: 80%;
        padding: 40px 10%;
    }

    .title *,
    .text h1,
    h1,
    h1 em,
    .imagelinks.single .outer .inner h1,
    .textarea .inner h1 {
        font-size: 70px;
        line-height: 70px;
    }

    .header-alt h1,
    .header-alt h1 em {
        font-size: 48px;
    }

    .header-alt h1 em:after {
        display: none;
    }

    .header-alt .inner {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .tabs-wrap .tab-content {
        padding-left: 0;
        padding-right: 0;
    }

    .tabs-wrap .tab-content h2 {
        font-size: 28px;
    }

    .process-wrap .process-slider .slide .content-wrap .content.inner-container {
        /* height: 240px; */
    }

    .contact-form-wrap h2 {
        font-size: 32px;
    }

    .contact-form-wrap .form {
        padding: 20px;
    }

    .contact-form-wrap form .split-inputs .wrap,
    .contact-form-wrap form .split-inputs span {
        width: 100%;
    }

    .contact-form-wrap form .split-inputs .wrap:first-of-type {
        margin-right: 0;
    }

    .contact-form-wrap form .split-inputs .wrap:last-of-type {
        margin-left: 0;
    }

    .contact-form-wrap form .checkbox-wrap {
        text-align: left;
    }

    .container {
        padding: 30px 20px;
    }

    .small-pad-top {
        padding-top: 28px;
    }

    .small-pad-bot {
        padding-bottom: 28px;
    }

    .med-pad-top {
        padding-top: 40px;
    }

    .med-pad-bot {
        padding-bottom: 40px;
    }

    .large-pad-top {
        padding-top: 56px;
    }

    .large-pad-bot {
        padding-bottom: 56px;
    }

}

@media(max-width: 500px) {
    h2 {
        font-size: 35px;
        line-height: 35px;
    }

    .title *,
    .text h1,
    h1,
    h1 em,
    .imagelinks.single .outer .inner h1,
    .textarea .inner h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .tabs-wrap .tab-content h2 {
        font-size: 26px;
    }

    .process-wrap .process-slider .slide .content-wrap {
        padding: 20px 0 60px;
    }

    .process-wrap .process-slider .slide .content-wrap .content.inner-container {
        /* height: 300px; */
    }

    .process-wrap #carouselB1 button {
        margin: 0 8px;
    }

    .process-wrap #carouselB1 button:before {
        display: none;
    }
}

@media(max-width: 500px) {

    /* .process-wrap #carouselB1 button:before {
        display: block;
    }
    .process-wrap #carouselB1 button:after {
        display: none;
    } */
    .process-wrap #carouselB1 button {
        width: 34px;
        height: 34px;
        padding: 7px;
    }
}