@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 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;
}
 .nav,
.row {
flex-wrap: wrap;
}
.nav,
.navbar-nav {
margin-bottom: 0;
list-style: none;
}
.menu-item,
.navbar,
sub,
sup {
position: relative;
}
.btn-close:hover,
.nav-link,
.navbar-brand,
.navbar-toggler:hover {
text-decoration: none;
}
*,
::after,
::before {
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: var(--bs-body-font-family);
font-size: var(--bs-body-font-size);
font-weight: var(--bs-body-font-weight);
line-height: var(--bs-body-line-height);
color: var(--bs-body-color);
text-align: var(--bs-body-text-align);
background-color: var(--bs-body-bg);
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}
sub,
sup {
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
.navbar-toggler-icon,
img,
svg {
vertical-align: middle;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
b,
strong {
font-weight: bolder;
}
.d-none,
[hidden] {
display: none !important;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
width: 100%;
padding-right: var(--bs-gutter-x, 0.75rem);
padding-left: var(--bs-gutter-x, 0.75rem);
margin-right: auto;
margin-left: auto;
}
.navbar-brand img,
.row > * {
max-width: 100%;
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
margin-top: calc(-1 * var(--bs-gutter-y));
margin-right: calc(-0.5 * var(--bs-gutter-x));
margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
flex-shrink: 0;
width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}
.col {
flex: 1 0 0%;
}
@media (min-width: 1201px) {
.d-xl-none {
display: none !important;
}
.d-xl-block {
display: block !important;
}
}
.col-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-2,
.col-3 {
flex: 0 0 auto;
}
.col-2 {
width: 16.66666667%;
}
.col-3 {
width: 25%;
}
.col-4,
.col-5 {
flex: 0 0 auto;
}
.col-4 {
width: 33.33333333%;
}
.col-5 {
width: 41.66666667%;
}
.col-6,
.col-7 {
flex: 0 0 auto;
}
.col-6 {
width: 50%;
}
.col-7 {
width: 58.33333333%;
}
.col-8,
.col-9 {
flex: 0 0 auto;
}
.col-8 {
width: 66.66666667%;
}
.col-9 {
width: 75%;
}
.col-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-12 {
flex: 0 0 auto;
width: 100%;
}
.nav {
display: flex;
padding-left: 0;
}
.nav-link,
.navbar-expand-xl .navbar-nav .dropdown-menu.active {
display: block;
}
.nav-link {
padding: 0.5rem 1rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out;
}
.navbar {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
background-color: #fff;
z-index: 10000000;
height: fit-content;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
display: flex;
flex-wrap: inherit;
align-items: center;
justify-content: space-between;
}
.navbar-brand {
font-size: 1.25rem;
white-space: nowrap;
}
.navbar-nav {
display: flex;
flex-direction: column;
padding-left: 0;
}
.navbar-nav .nav-link {
padding-right: 30px;
padding-left: 30px;
}
.navbar-expand-xl .navbar-nav .dropdown-menu,
.navbar-nav .dropdown-menu {
padding: 0.5rem;
list-style: none;
background-color: rgba(191, 191, 191, 0.12368697478991597);
left: 0.5rem;
min-width: calc(100% - 1rem);
position: absolute;
}
.navbar-nav .dropdown-menu {
border-radius: 5px;
}
.navbar-collapse {
flex-basis: 100%;
flex-grow: 1;
overflow: hidden;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
transition: box-shadow 0.15s ease-in-out;
}
@media (max-width: 1200px) {
.navbar-collapse {
max-height: 0;
transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.navbar-collapse.active {
max-height: 100vh;
transition: 0.5s;
}
.navbar-nav .nav-link {
width: fit-content;
}
}
@media (prefers-reduced-motion: reduce) {
.nav-link,
.navbar-toggler {
transition: none;
}
}
.navbar-toggler:focus {
text-decoration: none;
outline: 0;
box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-nav-scroll {
max-height: var(--bs-scroll-height, 75vh);
overflow-y: auto;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
border-radius: 5px;
display: none;
}
@media (min-width: 576px) {
.container,
.container-sm {
max-width: 540px;
}
.col-sm {
flex: 1 0 0%;
}
.col-sm-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-sm-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-sm-3 {
flex: 0 0 auto;
width: 25%;
}
.col-sm-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-sm-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-sm-6 {
flex: 0 0 auto;
width: 50%;
}
.col-sm-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-sm-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-sm-9 {
flex: 0 0 auto;
width: 75%;
}
.col-sm-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-sm-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-sm-12 {
flex: 0 0 auto;
width: 100%;
}
.navbar-expand-sm {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-sm .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-sm .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler,
.navbar-expand-sm .offcanvas-header {
display: none;
}
.navbar-expand-sm .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: transparent;
border-right: 0;
border-left: 0;
transition: none;
transform: none;
}
.navbar-expand-sm .offcanvas-bottom,
.navbar-expand-sm .offcanvas-top {
height: auto;
border-top: 0;
border-bottom: 0;
}
.navbar-expand-sm .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
@media (min-width: 768px) {
.container,
.container-md,
.container-sm {
max-width: 720px;
}
.col-md {
flex: 1 0 0%;
}
.col-md-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-md-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-md-3 {
flex: 0 0 auto;
width: 25%;
}
.col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-md-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-md-6 {
flex: 0 0 auto;
width: 50%;
}
.col-md-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-md-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-md-9 {
flex: 0 0 auto;
width: 75%;
}
.col-md-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-md-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-md-12 {
flex: 0 0 auto;
width: 100%;
}
.navbar-expand-md {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-md .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-md .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-md .navbar-toggler,
.navbar-expand-md .offcanvas-header {
display: none;
}
.navbar-expand-md .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: transparent;
border-right: 0;
border-left: 0;
transition: none;
transform: none;
}
.navbar-expand-md .offcanvas-bottom,
.navbar-expand-md .offcanvas-top {
height: auto;
border-top: 0;
border-bottom: 0;
}
.navbar-expand-md .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
@media (min-width: 992px) {
.container,
.container-lg,
.container-md,
.container-sm {
max-width: 960px;
}
.col-lg {
flex: 1 0 0%;
}
.l-lg-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-lg-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-lg-3 {
flex: 0 0 auto;
width: 25%;
}
.col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-lg-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
.col-lg-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-lg-9 {
flex: 0 0 auto;
width: 75%;
}
.col-lg-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-lg-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-lg-12 {
flex: 0 0 auto;
width: 100%;
}
.navbar-expand-lg {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-lg .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-lg .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler,
.navbar-expand-lg .offcanvas-header {
display: none;
}
.navbar-expand-lg .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: transparent;
border-right: 0;
border-left: 0;
transition: none;
transform: none;
}
.navbar-expand-lg .offcanvas-bottom,
.navbar-expand-lg .offcanvas-top {
height: auto;
border-top: 0;
border-bottom: 0;
}
.navbar-expand-lg .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
@media (min-width: 1200px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: 1140px;
}
.col-xl {
flex: 1 0 0%;
}
.col-xl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xl-12 {
flex: 0 0 auto;
width: 100%;
}
.navbar-expand-xl {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xl .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-xl .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler,
.navbar-expand-xl .offcanvas-header {
display: none;
}
.navbar-expand-xl .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: transparent;
border-right: 0;
border-left: 0;
transition: none;
transform: none;
}
.navbar-expand-xl .offcanvas-bottom,
.navbar-expand-xl .offcanvas-top {
height: auto;
border-top: 0;
border-bottom: 0;
}
.navbar-expand-xl .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
@media (min-width: 1400px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
max-width: 1320px;
}
.col-xxl {
flex: 1 0 0%;
}
.col-xxl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xxl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xxl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xxl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xxl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xxl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xxl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xxl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xxl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xxl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xxl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xxl-12 {
flex: 0 0 auto;
width: 100%;
}
.navbar-expand-xxl {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-xxl .navbar-nav {
flex-direction: row;
}
.navbar-expand-xxl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xxl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xxl .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-xxl .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-xxl .navbar-toggler,
.navbar-expand-xxl .offcanvas-header {
display: none;
}
.navbar-expand-xxl .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: transparent;
border-right: 0;
border-left: 0;
transition: none;
transform: none;
}
.navbar-expand-xxl .offcanvas-bottom,
.navbar-expand-xxl .offcanvas-top {
height: auto;
border-top: 0;
border-bottom: 0;
}
.navbar-expand-xxl .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
.navbar-expand {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand .navbar-nav {
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand .navbar-toggler,
.navbar-expand .offcanvas-header {
display: none;
}
.navbar-expand .offcanvas {
position: inherit;
bottom: 0;
z-index: 1000;
flex-grow: 1;
visibility: visible !important;
background-color: transparent;
border-right: 0;
border-left: 0;
transition: none;
transform: none;
}
.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
height: auto;
border-top: 0;
border-bottom: 0;
}
.navbar-expand .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
.btn-close {
box-sizing: content-box;
width: 1em;
height: 1em;
padding: 0.25em;
color: #000;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
center/1em auto no-repeat;
border: 0;
border-radius: 0.25rem;
opacity: 0.5;
}
.btn-close:hover {
color: #000;
opacity: 0.75;
}
.btn-close:focus {
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
opacity: 0.25;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.hewland.com/wp-content/themes/hewland/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791; }input:focus,
select:focus,
textarea:focus,
button:focus,
*:focus {
outline: none !important;
box-shadow: none !important;
}
button:hover {
cursor: pointer;
}
button {
border-radius: 8px;
padding: 15px 30px;
transition: 0.3s;
border: 1px solid;
font-family: "Exo 2", sans-serif;
}
button:hover {
transition: 0.3s;
}
body.no-scroll {
overflow: hidden;
}
a:hover {
text-decoration: none;
transition: 0.3s;
}
.nav-link.active {
font-weight: 600!important;
}
h1 {
font-size: 70px;
line-height: 65px;
color: white;
font-family: fp-head-pro, sans-serif;
font-weight: 400;
font-style: normal;
}
h5,
h6 {
font-family: "Exo 2", sans-serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
color: #062f4a;
margin-top: 0;
}
h2 {
font-family: "Exo 2", sans-serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
color: #062f4a;
font-size: 36px;
margin-top: 0;
}
h3 {
font-family: "Exo 2", sans-serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
color: #062f4a;
font-size: 26px;
margin-top: 0;
}
h4 {
font-family: "Exo 2", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
font-size: 18px;
color: #062f4a;
margin-bottom: 10px;
}
.white {
color: white;
}
.fp-medium {
font-family: fp-head-pro, sans-serif !important;
font-weight: 500;
font-style: normal;
text-transform: uppercase;
}
p {
color: rgba(6, 47, 74, 0.7);
}
p,
li,
table,
a {
font-family: "Exo 2", sans-serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
font-size: 17px;
text-decoration: none;
}
.popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
opacity: 0%;
transition: 0.5s ease-in-out;
z-index: 1001;
display: flex;
align-items: center;
justify-content: center;
}
.popup.active {
pointer-events: all;
opacity: 100%;
}
.popup .background-close {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.25);
backdrop-filter: blur(2px);
}
.popup-content {
width: 600px;
padding: 50px;
background-color: white;
height: auto;
z-index: 1;
position: relative;
border-radius: 10px;
}
.cross-close {
position: absolute;
top: 15px;
right: 15px;
cursor: pointer;
padding: 5px;
font-family: "Exo 2", sans-serif;
} #yellow-banner {
text-align: center;
background-color: #f6a628;
}
#yellow-banner p {
color: #062f4a;
margin: 0;
padding: 10px;
}
#header {
width: 100%;
position: relative;
}
#header:after {
content: "";
clear: both;
display: block;
}
.menu-box {   display: none;
}
.logo-mob {
display: none;
}
.menu {
margin-top: 20px;
margin-bottom: 20px;
}
#menu-item-28 a {
color: white !important;
background-color: #062f4a;
padding: 15px 30px;
border-radius: 10px;
}
#menu-icon span {
border: 2px solid #000;
width: 30px;
margin-bottom: 5px;
display: block;
-webkit-transition: all 0.2s;
transition: all 0.1s;
margin-left: auto;
}
.navbar-nav {
flex-direction: row;
justify-content: flex-end;
width: 100%;
margin-top: 0;
align-items: center;
padding-right: 30px;
padding-left: 30px;
}
.main-nav {
display: flex;
align-items: center;
justify-content: space-between;
}
.main-nav a img {
height: 70px;
}
#menu-main-menu li a {
color: #062f4a;
font-size: 18px;
} .red-btn {
background: #c91739;
color: white;
border-color: #c91739;
font-size: 20px;
}
.blue-btn {
background: #062f4a;
color: white;
border-color: #062f4a;
font-size: 20px;
}
.blue-alt-btn{
background: #1F64A5;
color: white;
border-color: #1F64A5;
font-size: 20px;
}
.gold-btn {
background: #f6a628;
color: white;
border-color: #f6a628;
font-size: 20px;
}
#motorsport-slide {
background-image: url(//www.hewland.com/wp-content/uploads/2024/07/motorsport-hero-2.jpg);
background-position: bottom;
background-size: cover;
}
#powertrain-slide {
background-image: url(//www.hewland.com/wp-content/uploads/2024/06/Powetrain-Header-2-scaled.jpg);
background-position: bottom;
background-size: cover;
}
.home-hero {
min-height: 70vh;
position: relative;
}
.home-hero h1 {
color: white;
margin: 0 0 20px 0;
}
.owl-nav {
position: absolute;
left: 50%;
width: 1320px;
transform: translateX(-50%);
bottom: 80px;
text-align: right !important;
}
.slide-tag {
color: white;
position: absolute;
bottom: 30px;
left: 50%;
transform: translate(-50%);
letter-spacing: 2px;
text-align: center;
width: 100%;
}
.slide-content {
margin-top: 50px;
}
.page-template-about .slide-content {
margin-top: 0;
}
#motorsport-box {
background-image: url(//www.hewland.com/wp-content/uploads/2024/06/motorsport-block.jpg);
}
#powertrain-box {
background-image: url(//www.hewland.com/wp-content/uploads/2024/06/powertrain-block.jpg);
}
.two-boxes {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
.box-half {
min-height: 600px;
display: flex;
flex-wrap: wrap;
padding: 50px;
border-radius: 5px;
background-position: bottom;
background-size: cover;
align-items: flex-end;
}
.full-width-box {
grid-column-start: 1;
grid-column-end: 3;
border-radius: 5px;
background-position: bottom;
background-size: cover;
align-items: flex-end;
}
.box-half div {
width: 50%;
}
.box-half div h4,
.box-half div h2 {
color: white;
}
.box-half div img {
max-width: 100%;
}
#capabilities {
background-image: url(//www.hewland.com/wp-content/uploads/2024/06/HewlandEngineeringFeb2024.82.jpg);
}
.box-slide {
background-position: center;
background-size: cover;
border-radius: 5px;
min-height: 950px;
display: flex;
align-items: flex-end;
}
.box-slide .slide-content {
background: white;
padding: 50px 30px 30px 30px;
border-left: 5px solid #f6a628;
width: 75%;
margin-bottom: 75px;
border-radius: 5px;
}
.box-slide .slide-content div {
width: 75%;
}
.home-intro {
padding: 50px 0;
}
.home-intro img {
max-width: 100%;
}
.grid-box {
display: inline-grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 0;
}
.grid-box div {
object-fit: cover;
height: 150px;
width: 150px;
}
.grid-box .image img {
height: 100%;
width: 100%;
}
.grid-box .text {
text-align: center;
display: flex;
align-items: center;
flex-direction: column;
border: 1px solid #bad3e6;
justify-content: center;
}
.grid-box .text p {
margin: 0;
}
.box-txt-lg {
font-size: 50px;
}
.gold {
color: #f6a628;
}
.blue {
color: #0a304a;
}
.box-txt-sm {
color: #0a3647;
font-size: 14px;
}
.home-about {
margin: 100px 0;
}
.grid-box div:nth-child(5) {
border-top: 0;
border-left: 0;
} .sm-width {
width: 40%;
color: rgba(255, 255, 255, 0.80);
margin: 0 auto;
}
.sm-width a {
color: rgba(255, 255, 255, 0.80);
}
#about-hero {
background: rgb(6, 47, 74);
background: -moz-linear-gradient(
180deg,
rgba(6, 47, 74, 1) 0%,
rgba(3, 23, 36, 1) 100%
);
background: -webkit-linear-gradient(
180deg,
rgba(6, 47, 74, 1) 0%,
rgba(3, 23, 36, 1) 100%
);
background: linear-gradient(
180deg,
rgba(6, 47, 74, 1) 0%,
rgba(3, 23, 36, 1) 100%
); padding: 100px 0 200px 0;
display: flex;
align-items: center;
position: relative;
text-align: center;
z-index: 0;
}
#about-hero > img {
position: absolute;
left: 50px;
bottom: 50px;
}
#history {
margin-top: -11em;
background-image: url(//www.hewland.com/wp-content/uploads/2022/03/points-bg.png);
background-position: bottom center;
background-size: contain;
background-repeat: no-repeat;
padding-bottom: 150px;
}
.tab-buttons {
display: none;
}
.about-timeline-title {
display: flex;
align-items: flex-end;
width: fit-content;
margin-left: auto;
transform: translateX(50%);
flex-direction: column;
position: relative;
padding-bottom: 20px;
}
.about-timeline-title .timeline-img {
position: absolute;
left: calc(50% - 1px);
bottom: initial;
top: 100%;
transform: translate(-50%, -50%);
z-index: 10;
height: 10px;
width: 10px;
}
.about-timeline-mobile {
display: none;
}
.about-timeline-title .timeline-img img {
top: 0;
left: 0;
}
.about-timeline-title .timeline-img::after {
display: none;
}
.about-hero h2 {
font-size: 50px;
}
.about-timeline-title h2 {
color: white;
}
.about-timeline {
position: relative;
margin: 0 auto;
padding-top: 50px;
padding-bottom: 50px; height: calc(100% - 90px);
}
.about-timeline::before {
content: "";
background: #f6a628;
width: 2px;
height: 100%;
position: absolute;
left: calc(100% - 1px);
top: 0;
transform: translateX(-50%);
}
.about-hero-left .about-timeline::after {
right: 1px;
transform: translate(50%, -50%);
left: initial;
}
@keyframes ripple {
0% {
box-shadow: 0 0 0 0em rgba(246, 166, 40, 0.9),
0 0 0 0.5em rgba(246, 166, 40, 0.6), 0 0 0 1em rgba(246, 166, 40, 0.3);
}
100% {
box-shadow: 0 0 0 0.5em rgba(246, 166, 40, 0.6),
0 0 0 1em rgba(246, 166, 40, 0.3), 0 0 0 1.5em rgba(246, 166, 40, 0);
}
}
.about-timeline::after {
content: "";
position: absolute;
top: 100%;
left: 1px;
transform: translate(-50%, -50%);
z-index: 10;
height: 10px;
width: 10px;
background-color: #f6a628;
animation: ripple 0.7s linear infinite;
border-radius: 100%;
}
.timeline-item {
position: relative;
display: flex;
margin-top: 50px;
min-height: 250px;
}
.timeline-img {
position: absolute;
left: calc(100% - 50px);
top: 75px;
transform: translate(-50%, -50%);
z-index: 10;
height: 10px;
width: 10px;
background-color: #f6a628;
animation: ripple 0.7s linear infinite;
border-radius: 100%;
}
.timeline-img::after {
content: "";
position: absolute;
width: 50px;
height: 2px;
top: 50%;
transform: translateY(-50%);
left: calc(100% - 5px);
background-color: #f6a628;
}
.timeline-content-about {
position: relative;
}
.about-hero {
display: flex;
justify-content: center;
}
.about-hero-left {
width: 35%;
padding-right: 100px;
}
.about-hero-right {
padding-left: 100px;
width: 35%;
}
.about-hero-right .about-timeline-title {
margin-left: initial;
margin-right: auto;
transform: translateX(-50%);
}
.about-hero-right .about-timeline::before {
left: calc(0% + 1px);
}
.about-hero-right .timeline-img {
left: 50px;
}
.about-hero-right .timeline-img::after {
right: calc(100% - 5px);
left: initial;
}
.about-timeline .timeline-item:first-of-type {
margin-top: 0px;
}
.about-hero-right .about-timeline-title .timeline-img {
left: calc(50% + 1px);
}
.about-hero-right .timeline-box-about {
padding-left: 90px;
padding-right: 0;
}
.about-hero-right .about-timeline .timeline-item:first-of-type {
margin-top: 150px;
}
.timeline-box-about {
position: relative;
padding-right: 90px;
}
.timeline-box-about p {
margin-bottom: 0;
line-height: 1.2;
}
.about-hero-bottom {
width: 204px;
margin: 0 auto;
position: relative;
height: 108px;
}
.about-hero-bottom span {
background: #f6a628;
width: 2px;
height: 149px;
position: absolute;
}
.about-hero-bottom span:first-of-type {
left: 0;
top: 0;
transform-origin: top center;
transform: rotate(-43deg);
}
.about-hero-bottom span:last-of-type {
right: 0;
top: 0;
transform-origin: top center;
transform: rotate(43deg);
}
.about-hero-bottom-time {
width: calc(35% - 90px);
margin: 0 auto;
}
.about-hero-bottom-time .timeline-box-about .line {
margin: 0 auto;
background: #f6a628;
width: 2px;
height: 100px;
position: relative;
}
.about-hero-bottom-time .timeline-box-about .line::before {
content: "";
position: absolute;
left: 50%;
top: 100%;
transform: translate(-50%, -50%);
z-index: 10;
height: 10px;
width: 10px;
background-color: #f6a628;
animation: ripple 0.7s linear infinite;
border-radius: 100%;
}
.about-hero-bottom-time .timeline-box-about {
padding: 0;
text-align: center;
margin-bottom: 20px;
}
.about-hero-bottom-time .timeline-box-about img {
margin-top: 30px;
}
.about-hero-bottom-time .timeline-box-about h2 {
font-size: 50px;
margin-bottom:0;
}
.page-template-history .about-hero h2 {
margin-bottom:0;
} .timeline-box-about h3 {
font-size: 45px;
color: white;
}
.timeline-box-about > img {
max-width: 100%;
}
.about-timeline-bottom {
text-align: center;
position: relative;
padding-top: 50px;
}
.about-timeline-bottom h2 {
margin-bottom: 0;
font-size: 50px;
}
.about-timeline-bottom .timeline-img {
position: absolute;
left: 50%;
top: initial;
bottom: 100%;
transform: translate(-50%, 50%);
z-index: 10;
}
.about-timeline-bottom .timeline-img::after {
display: none;
}
.about-bg {
padding-top: 100px;
background-image: url(//www.hewland.com/wp-content/uploads/2022/03/scale-bg.png);
background-position: top center;
background-size: contain;
background-repeat: no-repeat;
}  .careers-hero {
padding: 5em 0 2em 0;
display: flex;
align-items: center;
position: relative;
}
.careers-hero .social-hero {
top: 67%;
}
.careers-hero h1 {
color: #062f4a;
margin: 0 0 20px 0;
}
.careers-bg {
background-image: url(//www.hewland.com/wp-content/uploads/2022/03/careers-bg.png);
background-position: center 10em;
background-size: contain;
background-repeat: no-repeat;
}
#careers-text {
margin-top: 50px;
}
.careers-text h4 {
margin-bottom: 50px;
}
#careers-box {
margin-top: 50px;
margin-bottom: 75px;
}
.careers-box {
background-color: #0A304A;
position: relative;
padding: 5em;
border-radius: 10px;
text-align: left;
display: flex;
align-items: center;
justify-content: space-between;
}
.cta-job-text h2,
.cta-job-text a{
color: white;
}
.cta-job-text {
width: 50%;}
.cta-job-text p {
color: rgba(255, 255, 255, 0.80);
}
#careers {
position: relative;
}
#careers > img:first-of-type {
position: absolute;
bottom: 0;
left: 0;
mix-blend-mode: multiply;
width:325px;
display:none;
}
#careers > img:last-of-type {
position: absolute;
top: 25px;
right: 0px;
mix-blend-mode: multiply;
display:none;
}
.single-career {
padding: 25px;
width: 33.3%;
}
.careers-flex {
display: flex;
flex-wrap: wrap;
}
.career-content {
background-color: white;
-webkit-box-shadow: 0px 0px 25px 0px #ccc;
-moz-box-shadow: 0px 0px 25px 0px #ccc;
box-shadow: 0px 0px 25px 0px #ccc;
position: relative;
border-radius: 10px;
}
.job-content {
padding: 35px;
}
.career-content > img {
width: 100%;
}
.career-content .location {
display: flex;
align-items: center;
margin-bottom: 0;
margin-top: 0;
}
.career-content h3 {
line-height: 1;
margin-bottom: 10px;
margin-top: 10px;
}
.career-content .location img {
max-width: 10px;
margin-right: 5px;
}
.career-content .yellow-btn {
width: 100%;
margin-bottom: 1rem;
border-bottom: 0;
}
.center-mg {
text-align: center;
margin: 0 auto;
}
.job-content p {
margin-top:0;}
.career-content .full-spec {
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
cursor: pointer;
line-height: 1;
border-bottom: 1px solid #0A304A;
margin: 10px auto 0 auto;
width: fit-content;
padding-bottom: 5px;
}
.career-content .full-spec img {
margin-left: 10px;
max-width: 15px;
}
.owl-careers .owl-dots {
position: absolute;
top: -25px;
left: 25px;
}
.owl-careers .owl-dots .owl-dot span {
width: 40px;
height: 3px;
margin: 5px 3px;
background: #032236;
}
.owl-careers .owl-dots .owl-dot.active span,
.owl-careers .owl-dots .owl-dot:hover span {
background: #f6a628;
}
.owl-careers .owl-nav .owl-next {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
padding: 0;
margin: 0;
}
.owl-careers .owl-nav .owl-prev {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
padding: 0;
margin: 0;
}
.contact-form-split p {
display: flex;}
.contact-form-split input {
background: #f1f2f3 !important;
border: none !important;
border: 2px solid transparent !important;
min-height: 40px !important;
box-shadow: none !important;
font-family: "Exo 2", sans-serif;
font-size: 17px !important;
color: #062f4a !important;
box-shadow: none !important;
border-radius: 0 !important;
padding-left: 10px;
}
.contact-form-full textarea{
background: #f1f2f3 !important;
border: none !important;
border: 2px solid transparent !important;
box-shadow: none !important;
font-family: "Exo 2", sans-serif;
font-size: 17px !important;
color: #062f4a !important;
box-shadow: none !important;
border-radius: 0 !important;
padding-left: 10px;
}
.contact-form-split input::placeholder,
.contact-form-full textarea::placeholder{
color:#032236;
}
.wpcf7 input[type="file"] {
font-family: Gruppo-Regular;
}
.wpcf7-submit.dark-blue-btn { 
border-top: none;
border-right: none;
border-left: none;
font-family: fp-head-pro, sans-serif;
background-color: #032236;
border-bottom: 2px solid #f6a628;
color: #fff;
border-radius: 0;
padding: 15px 40px;
}
.modal-content {
background-color: white;
border: none;
border-radius: 0;
}
.modal-dialog {
max-width: 70%;
}
.modal.fade:not(.show) {
display: none;
}
.modal-title {
text-align: center;
line-height: 1;
}
.modal-body {
margin: 0 auto;
padding: 100px;
text-align: left;
}
.modal.fade.show {
display: flex !important;
justify-content: center;
top: initial;
bottom: 0;
height: 90%;
}
.popup-close {
padding: 1px 10px 2px 10px;
border-radius: 30px;
background-color: #062f4a;
color: white;
position: absolute;
top: 30px;
right: 30px;
z-index: 1000;
width: 30px;
height: 30px;
border: none;
z-index: 1000;
}
.popup-header {
display: flex;
justify-content: space-between;
align-items: flex-end;
border-bottom: 2px solid #062f4a;
margin-bottom: 30px;
padding: 30px 0;
}
.popup-header .model-title:first-of-type {
width: 20%;
}
.popup-header .model-title:nth-of-type(2) {
width: 60%;
text-align: center;
}
.popup-header .model-title:last-of-type {
width: 20%;
text-align: end;
} .contact-form-split {
display: flex; }
.contact-form-split input,
.contact-form-split textarea,
.contact-form-split select {
width: 100%;
}
.contact-form-split span:first-of-type,
.contact-form-split span:first-of-type,
.contact-form-split span:first-of-type {
padding-right: 10px;
width: 50%;
}
.contact-form-split span:last-of-type,
.contact-form-split span:last-of-type,
.contact-form-split span:last-of-type {
padding-left: 10px;
width: 50%;
} .contact-form-full input,
.contact-form-full span input,
.contact-form-full textarea,
.contact-form-full span textarea,
.contact-form-full select,
.contact-form-full span select {
width: 100%;
}
.contact-hero {
background-image: url(//www.hewland.com/wp-content/uploads/2024/06/contact-hero.jpg);
background-size: cover;
background-position: bottom;
padding: 200px 0;
display: flex;
align-items: center;
position: relative;
text-align: left;
}
.contact-hero h1 {
margin: 0 0 20px 0;
}
.f-icon-text {
display: flex;
align-items: center;
}
.f-icon-text img {
margin-right: 20px;
}
.contact-hero > img {
position: absolute;
bottom: 0;
right: 0;
mix-blend-mode: lighten;
}
.contact-hero p {
color: rgba(255, 255, 255, 0.80);
}
.contact-div {
position: relative;
top: -100px;
z-index: 1000;
}
.contact-intro .f-socials {
display: block;
width: fit-content;
}
.contact-intro .f-socials img {
margin-right: 10px;
}
.with_frm_style input:not([type="checkbox"]),
.with_frm_style .frm-card-element.StripeElement {
background: #f1f2f3 !important;
border: none !important;
border: 2px solid transparent !important;
min-height: 40px !important;
box-shadow: none !important;
font-family: "Exo 2", sans-serif;
font-size: 17px !important;
color: #062f4a !important;
box-shadow: none !important;
border-radius: 0 !important;
}
.with_frm_style select {
background: #f1f2f3 !important;
border: none !important;
min-height: 40px !important;
box-shadow: none !important;
font-family: "Exo 2", sans-serif;
font-size: 17px !important;
color: #062f4a !important;
box-shadow: none !important;
}
.with_frm_style .frm_radio label,
.with_frm_style .frm_checkbox label {
font-family: "Exo 2", sans-serif;
color: #062f4a !important;
}
.with_frm_style textarea {
background: #f1f2f3 !important;
border: 2px solid transparent !important;
border-radius: 0 !important;
font-family: "Exo 2", sans-serif;
font-size: 17px !important;
color: #062f4a !important;
box-shadow: none !important;
}
.with_frm_style textarea::placeholder,
.with_frm_style input::placeholder,
#field_408l7::placeholder {
color: #062f4a !important;
box-shadow: none !important;
}
.frm_style_formidable-style.with_frm_style
.form-field
input:not([type="file"]):focus,
.frm_style_formidable-style.with_frm_style textarea:focus,
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type="text"],
.frm_style_formidable-style.with_frm_style
.frm_focus_field
input[type="password"],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type="email"],
.frm_style_formidable-style.with_frm_style
.frm_focus_field
input[type="number"],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type="url"],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type="tel"],
.frm_style_formidable-style.with_frm_style
.frm_focus_field
input[type="search"],
.frm_form_fields_active_style,
.frm_style_formidable-style.with_frm_style
.frm_focus_field
.frm-card-element.StripeElement,
.frm_style_formidable-style.with_frm_style
.chosen-container-single.chosen-container-active
.chosen-single,
.frm_style_formidable-style.with_frm_style
.chosen-container-active
.chosen-choices {
border: 2px solid #f1f2f3 !important;
background-color: transparent !important;
}
.left-y {
border-left: 2px solid #f6a628;
padding-left: 10px;
margin-bottom: 20px;
}
.left-y h5 {
margin-bottom: 0;
font-size: 16px;
}
.left-y p {
line-height: 1;
}
body .frm_button_submit,
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
padding: 15px 40px;
border-top: none;
border-right: none;
border-left: none;
font-family: "Exo 2", sans-serif;
background-color: #062F4A;
color: #fff;
border-radius: 10px;
}
.contact-intro {
margin-bottom: 50px;
}
#frm_field_13_container h2,
#frm_field_13_container p {
color: #032236;
}
.contact-intro .row {
background: white;
padding-top: 50px;
padding-left: 50px;
padding-right: 50px;
margin-top: -75px;
position: relative;
}
.frm_form_field.form-field:focus {
background: #f1f2f3;
}
.contact-space {
margin-bottom: 30px;
} footer {
background: #0a304a;
padding: 75px 0;
}
.flex-between-center {
display: flex;
justify-content: space-between;
align-items: center;
}
.socials {
display: flex;
align-items: center;
}
.socials img {
margin-left: 20px;
}
#footer-cols {
display: flex;
align-items: flex-start;
justify-content: space-between;
margin-top: 75px;
flex-wrap: wrap;
}
#footer-cols h4,
#footer-cols p,
#footer-cols a {
text-decoration: none;
color: rgba(255, 255, 255, 0.8);
}
#footer-cols h3,
#footer-cols h4 {
color: white;
}
.sm-print p {
color: white;
font-size: 14px;
}
#footer-cols h4 {
margin-bottom: 0;
}
.footer-col {
width: 20%;
}
.footer-col-lg {
width: 38%;
}
.text-right {
text-align: right;
}
.flex-end {
display: flex;
align-items: flex-end;
}
.flex-center {
display: flex;
align-items: center;
}
.sm-print {
display: flex;
}
.sm-print p {
margin-right: 20px;
}
.sm-print p,
.sm-print a {
color: white;
margin-bottom: 0;
}
.sm-pages a {
color: rgba(255, 255, 255, 0.8);
margin-bottom: 0;
}
.sm-pages {
display: flex;
}
.text-right img {
max-width: 100%;
} .about-intro-img {
width: 100%;
}
.page-template-about .about-hero {
background-image: url(//www.hewland.com/wp-content/uploads/2024/06/about-hero.png);
background-position: center;
background-size: cover;
padding: 100px 0;
margin-bottom: 50px;
}
.about-hero h1 {
margin-bottom:0;
}
.page-template-about .about-hero h1,
.page-template-about .about-hero p {
color: white;
text-align: center;
}
.page-template-about .about-hero h1 {
margin-top: 0;
}
.about-hero .slide-content p {
text-align: center;
}
.about-dept {
margin-top: 100px;}
.about-dept > h2 {
text-align: center;
}
.capabilities-box {
background-color: #F1F2F3;
padding: 100px 150px;
width: fit-content;
margin-left: auto;
}
.capabilities-box div {
display: flex;
align-items: center;
margin: 10px 0;
}
.capabilities-box div img {
margin-right: 10px;
}
.capabilities-box div p {
margin-bottom: 0;
margin-top: 0;
}
.center {
text-align: center;} @media screen and (min-width: 1900px) {
.white-shop {
padding: 0 0 50px 0;
margin: 0;
}
}
@media screen and (max-width: 1440px) {
} @media screen and (min-width: 1200px) {
.owl-nav {
width: 1140px;
}
.about-hero-right,
.about-hero-left {
width: 40%;
}
.about-hero-bottom-time {
width: calc(40% - 90px);
}
}
@media screen and (max-width: 1112px) {
.menu-box {
display: inline;
top: 45px;
cursor: initial;
}
.main-nav {
display: none;
width: 100%;
clear: both;
float: none;
max-height: 400px;
overflow-y: scroll;
}
#menu-icon {
cursor: pointer;
margin-left: auto;
width: fit-content;
}
#menu-icon.active .first {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
margin-top: 10px;
}
#menu-icon.active .second {
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
position: relative;
top: -9px;
}
#menu-icon.active .third {
display: none;
}
.menuOpenClose {
display: block !important;
}
.home-hero {
min-height: 65vh;
}
.box-half {
align-items: flex-start;
flex-direction: column-reverse;
}
.box-half div {
width: 100%;
}
.box-img {
width: 50%;
}
.logo-mob {
display: block;
}
.logo-mob img {
height: 50px;
}
.top-header {
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
align-items: center;
}
.main-nav {
text-align: center;
}
.main-nav > a {
display: none;
}
.navbar-nav {
flex-direction: column;
padding-top: 20px;
padding-bottom: 20px;
}
#yellow-banner p {
font-size: 14px;
}
}
@media screen and (max-width: 1024px) {
.home-hero {
min-height: 45vh;
}
.sm-width {
width: 55%;
}
.capabilities-box {
padding: 50px 75px;
}
} @media screen and (max-width: 992px) {
.owl-nav {
width: 100%;
}
.box-slide .slide-content {
width: 85%;
}
.footer-col {
width: 23%;
}
.footer-col-lg {
margin-top: 30px;
}
.owl-nav {
position: static;
text-align: center !important;
left: 0;
transform: none;
}
.about-hero-right,
.about-hero-left {
width: 50%;
}
.single-career {
width: 50%;
}
}
@media screen and (min-width: 992px) {
.owl-nav {
width: 960px;
}
}
@media screen and (max-width: 768px){
.about-timeline {
width: 100%;
}
.about-hero-left {
padding-right: 50px;
}
.about-hero-right {
padding-left: 50px;
}
.about-hero-left .about-timeline-title h2 {
transform: translateX(-50%);
}
.about-hero-right .about-timeline-title h2 {
transform: translateX(50%);
}
.about-hero-bottom {
width: 104px;
height: 54px;
}
.about-hero-bottom span {
height: 75px;
}
.careers-box {
flex-wrap: wrap;
}
.cta-job-text {
width: 100%;
}
} @media screen and (max-width: 767px) {
.two-boxes {
display: block;
}
.box-half {
margin-bottom: 10px;
}
.blank {
display: none;
}
.grid-box {
grid-template-columns: 1fr 1fr;
}
.footer-col {
width: 100%;
margin-bottom: 30px;
}
.footer-logos .text-right {
text-align: left;
}
.footer-col-lg {
width: 100%;
margin-top: 0;
}
.sm-pages {
margin-bottom: 50px;
}
.footer-logos {
margin-top: 50px;
}
.box-slide .slide-content {
width: 100%;
}
.box-slide .slide-content div {
width: 100%;
}
.home-hero {
min-height: 60vh;
text-align: center;
}
h1 {
font-size: 45px;
line-height: 40px;
}
.about-timeline-desktop {
display: none;
}
.about-timeline-mobile.active {
display: block;
}
.about-hero-bottom {
width: calc(50% - 50px);
margin-right: 50px;
height: 2px;
margin-top: -3px;
}
.about-hero-bottom span:first-of-type {
transform: none;
height: 2px;
width: 100%;
}
.about-hero-bottom span:last-of-type {
display: none;
}
.about-hero-bottom-time {
width: calc(100% - 90px);
}
.single-career {
width:100%;
padding: 15px 0;
}
.careers-box {
padding: 3em;
}
.home-about {
margin: 50px 0;
}
.capabilities-box {
padding: 30px 30px;
}
.sm-width {
width: 90%;
}
#about-hero {
padding: 50px 0 200px 0;
}
.page-template-about .about-hero {
padding: 50px 0;
}
} @media screen and (max-width: 576px) {
} @media screen and (max-width: 320px) {
}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}