/*
Theme name: Jewitt McLuckie Theme new
Description: Custom Theme
Version: 9.0.1
*/

/* 
naming convention:
BEM - BLOCK__ELEMENT--MODIFIER
name spacing:
u = utilities
l = layout
c = component 
js = javascript hook
breakpoints:
mobile - 600px
*/

/* CSS vars */

:root {
  --clr-primary500: #4C54B1; /* Rich Blue */
  --clr-primary700: #212F62; /* Basicay */
  --clr-accent300: #FFAB39; /* Harvest Gold  */
  --clr-accent500: #D69741; /* Fire Bush  */
  --clr-greyscale100: #F0F0F0; /* Baltic Sea */

  --clr-text: #343434;
  --clr-text-light: #656565;
  --clr-text-reverse: white;

  /* heights */
  --height-header: 112px;
  --headerOffset: 50px;
  /* spacing */
  --b-space-lg: 180px;
  --b-space: 120px;
  --b-space-sm: 95px;

  --overlap: 180px;

  /* widths */
  --width-content: 1232px;
  --width-gutter: 60px;

  /* font family */

  --ff-body: 'Outfit', sans-serif;
  --ff-heading: 'Outfit', sans-serif;
  /* font sizes */
  --fs-h1: 55px;
  --fs-h2: 44px;
  --fs-h3: 36px;
  --fs-h4: 28px;
  --fs-h5: 22px;
  --fs-p: 16px;
  --fs-p-lg: 22px;
  --fs-p-sm: 15px;
}

@media screen and (max-width:1200px) {
  :root {
    --height-header: 100px;
    --headerOffset: 16px;
    --b-space: 100px;
    --b-space-lg: 150px;
    --overlap: 120px;
  }
}

@media screen and (max-width:1000px) {
  :root {
    --b-space-lg: 120px;
  }
}

@media screen and (max-width:800px) {

  :root {
    --height-header: 75px;
    --headerOffset: 12px;
  }

}

@media screen and (max-width: 980px) {

  :root {
    --width-gutter: 40px;
  }

}


@media screen and (max-width:600px) {
  :root {
    --height-header: 60px;
    --headerOffset: 8px;
    --width-gutter: 24px;
    /* font sizes */
    --fs-h1: 34px;
    --fs-h2: 28px;
    --fs-h3: 24px;
    --fs-h4: 22px;
    --fs-h5: 20px;
    --fs-p: 16px;
    --fs-p-lg: 18px;
    --fs-p-sm: 15px;
    /* spacing */
    --b-space-lg: 80px;
    --b-space: 68px;
    --b-space-sm: 50px;

    --overlap: 72px;
  }
} 


/* utilities */

.u-wc {
	width:100%;
	max-width: calc(var(--width-content) + (var(--width-gutter) * 2));
  padding: 0 var(--width-gutter);
	margin:0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.u-wc--full {
  max-width: 100%;
  padding: 0;
}

.u-wc--md {
  max-width: 1140px;
}

.u-wc--sm {
  max-width: 980px;
}

.u-center{
  text-align: center;
}

.u-text-reverse {
  color: var(--clr-text-reverse);
}

/* base styles */

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
	background: white;
	font-family: var(--ff-body);
  font-weight: 300;
	font-size: var(--fs-p);
	margin: 0;
	color: var(--clr-text);
  position: relative;
  line-height: 1.4;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

@media screen and (max-width: 600px) {
  body {
    line-height: 1.4;
  }
}

b, strong {
  font-weight: 700;
}

.content-wrap {
  overflow: clip;
}

p, h1, h2, h3, h4, h5, h6, ul{
	margin:0;
}

h1, h2, h3, h4, h5 {
  font-family: var(--ff-heading);
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}


h1 {
  font-size: var(--fs-h1);
  line-height: 1.1;
  margin: 0 0 24px;
  font-weight: 600;
}

h1:first-child {
  margin-top: -8px;
}

h2 {
  font-size: var(--fs-h2);
  line-height: 1.15;
  margin: 32px 0 30px;
  font-weight: 700;
  color: var(--clr-primary700);
}

h2:first-child {
  margin-top: 0;
}

h3 {
  font-size: var(--fs-h3);
  line-height: 1.35;
  margin: 32px 0 12px;
  font-weight: 500;
  color: var(--clr-primary700);
}

h3:first-child {
  margin-top: 0;
}

h4 {
  font-size: var(--fs-h4);
  line-height: 1.3;
  margin: 32px 0 16px;
  font-weight: 500;
  color: var(--clr-primary700);
}

h5 {
  font-size: var(--fs-h5);
  font-weight: 700;
  line-height: 1.25;
  margin: 32px 0 16px;
}

.has-primary-500-background-color h2, .has-primary-700-background-color h2, .has-primary-500-background-color h3, .has-primary-700-background-color h3, .has-primary-500-background-color h2, .has-primary-700-background-color h2, .has-primary-500-background-color h4, .has-primary-700-background-color h4, .has-primary-500-background-color h5, .has-primary-700-background-color h5  {
  color: white;
}

@media screen and (max-width: 600px) {

  h1 {
    margin-bottom: 24px;
    line-height: 1.2;
  }

  h2 {
    margin-bottom: 20px;
  }

  h3 {
    margin-bottom: 12px;
    line-height: 1.25;
  }

  h4 {
    margin-bottom: 12px;
    margin-top: 20px;
  }

  h5, h6 {
    margin-bottom: 8px;
    line-height: 1.3;
  }
  
}

p {
  margin-bottom: 16px;
}

p:last-child {
  margin-bottom: 0;
}

.is-layout-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 24px;
  flex-grow: 1;
}

.is-vertical {
  flex-direction: column;
  align-items: flex-start;
}

.is-nowrap {
  flex-wrap: nowrap;
}


.is-content-justification-left {
  justify-content: flex-start;
}

.is-content-justification-right {
  justify-content: flex-end;
}

.is-content-justification-center {
  justify-content: center;
}

.is-vertically-aligned-center {
  align-self: center;
}

.is-style-narrow {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.is-style-xs-narrow {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.is-style-medium {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.has-lg-font-size {
  font-size: var(--fs-p-lg);
  line-height: 1.4;
  margin-bottom: 20px;
}

.has-sm-font-size {
  font-size: var(--fs-p-sm);
}


@media screen and (max-width: 600px) {

  p {
    margin-bottom: 12px;
  }
}

li:last-child {
  margin-bottom: 0;
}

ul {
  padding-left: 24px;
  margin: 0 0 16px;
}


ul.is-style-check-list, ul.is-style-check-list-large, ul.is-style-plus-list, ul.is-style-plus-list-large {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 32px;
}

ul.is-style-check-list:last-child, ul.is-style-check-list-large:last-child, ul.is-style-plus-list:last-child, ul.is-style-plus-list-large:last-child {
  margin-bottom: 0;
}

ul.is-style-check-list li, ul.is-style-check-list-large li, ul.is-style-plus-list li, ul.is-style-plus-list-large li {
  display: flex;
  align-items: flex-start;
  grid-gap: 12px;
  
}

ul.is-style-check-list-large li, ul.is-style-large li, ul.is-style-plus-list-large li {
  font-size: var(--fs-p-lg);
  line-height: 1.4;
}

ul.is-style-check-list li:before, ul.is-style-check-list-large li:before, ul.is-style-plus-list li:before, ul.is-style-plus-list-large li:before {
  content: '';
  background: url('imgs/check-icon.svg') center center / 16px 16px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 5px;
}

ul.is-style-plus-list li:before, ul.is-style-plus-list-large li:before  {
  background-image: url('imgs/plus-icon.svg')
}


ul.is-style-check-list-large li, ul.is-style-plus-list-large li  {
  font-size: var(--fs-p-lg);
  grid-gap: 16px;
  margin-bottom: 8px;
}

ul.is-style-check-list-large li:before, ul.is-style-plus-list-large li:before { 
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}

ul:first-child {
  margin-top: 0;
}

ul:last-child {
  margin-bottom: 0;
}

ol {
  margin: 20px 0 16px;
}

ol:first-child {
  margin-top: 0;
}

ol:last-child {
  margin-bottom: 0;
}

li {
  padding-left: 4px;
  margin-bottom: 4px;
}

li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {

  ul.is-style-check-list-large li::before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  
  ul.is-style-check-list, ul.is-style-check-list-large {
    margin-bottom: 24px;
  }

}

blockquote {
  display: block;
  margin: 40px 0;
  padding-left: 32px;
  border-left: 4px solid var(--clr-primary500);
}

blockquote p {
  margin: 0 12px 0 0;
  font-size: 22px;
  font-style: italic;
}

blockquote:first-child {
  margin-top: 0;
}

blockquote:last-child {
  margin-bottom: 0;
}

blockquote cite {
  font-style: normal;
  display: block;
  margin: 12px 0 0;
}

@media screen and (max-width: 600px) {

  blockquote {
    display: block;
    margin: 30px 0;
    padding-left: 25px;
  }  

  blockquote p {
    font-size: 19px;
  }

}

a, a:focus{
   outline: 0;
}

a {
  color: var(--clr-accent500);
	transition: .3s color, .3s background;
	-webkit-transition:.3s color, .3s background;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
}

a:hover {
  color: var(--clr-accent300);
}


img, svg{
	max-width:100%;
	height:auto;
}

.wp-block-separator {
  display: block;
  padding: 0;
  height: 1px;
  background: #ACB4B9;
  margin: 70px 0;
  border: none !important;
}


@media screen and (max-width: 600px) {
  hr, .wp-block-separator {
    margin: 32px 0;
  }
}

.c-section {
  padding: var(--b-space) 0;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.c-section--lg {
  padding: var(--b-space-lg) 0;
}

.c-section--sm {
  padding: var(--b-space-sm) 0;
}

.c-section--xsm {
  padding: var(--b-space-xsm) 0;
}

.c-section--topOverlap {
  margin-top: calc(-1 * var(--overlap));
  position: relative;
  z-index: 2;
}


.c-section--bottomOverlap {
  margin-bottom: calc(-1 * var(--overlap));
  position: relative;
  z-index: 2;
}

.c-section .c-section {
  --width-gutter: -50px;
  padding: 100px;
}

@media screen and (max-width: 900px) {
  .c-section .c-section {
    padding: 60px;
  }

}

@media screen and (max-width: 600px) {
  .c-section .c-section {
    padding:  48px 40px;
  }
}

.c-section--noTopPadding {
  padding-top: 0;
}

.c-section--noBottomPadding {
  padding-bottom: 0;
}

.c-section .u-wc {
  position: relative;
  z-index: 4;
}

.wp-block-image {
  margin: 40px 0;
}

.wp-block-image:first-child {
  margin-top: 0;
}

.wp-block-image:last-child {
  margin-bottom: 0;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.is-style-full img {
  width: 100%;
}

.is-vertically-aligned-center .wp-block-image img {
  margin-inline: auto;
}

.u-wc--full > .wp-block-image img {
  width: 100%;
  min-height: 375px;
  max-height: 678px;
  object-fit: cover;
}

.wp-block-image figcaption {
  text-transform: uppercase;
  font-size: 12px;
  color: #656565;
  margin: 0;
  padding: 12px 12px 0 12px;
  letter-spacing: .05em;
}

@media screen and (max-width: 600px) {

  .wp-block-image {
    margin: 28px 0;
  }
  
}

.wp-block-embed {
  margin: 40px auto;
}

.wp-block-embed iframe  {
  display: block;
  margin: 0 auto;
}

.wp-block-embed:first-child {
  margin-top: 0;
}

.wp-block-embed:last-child {
  margin-bottom: 0;
}

.wp-embed-aspect-4-3 iframe {
  aspect-ratio: 4 / 3;
  height: 100%;
}

.wp-embed-aspect-16-9 iframe {
  aspect-ratio: 16 / 9;
  height: 100%;
}

.wp-block-buttons {
  margin: 40px 0;
  grid-gap: 20px;
  display: flex;
  align-items: center;
}

.wp-block-buttons:first-child {
  margin-top: 0;
}

.wp-block-buttons:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {

  .wp-block-buttons {
    margin: 28px 0;
  }

}

.wp-block-button__link:disabled {
  opacity: .5;
  cursor: wait;
}

.wp-block-button__link {
  font-size: 15px;
  font-family: var(--ff-body);
  font-weight: 500;
  flex-shrink: 0;
  text-decoration: none;
  background: var(--clr-accent500);
  border-radius: 36px;
  display: inline-flex;
  grid-gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 20px 32px;
  /* min-width: 160px; */
  color: white;
  text-align: center;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  transition: .3s background, .3s color, .3s border;
}

.wp-block-button__link:after {
  content: '';
  background: url('imgs/primary-btn-arrow.svg') center center / 18px 18px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}


.wp-block-button__link:hover {
  background: var(--clr-accent300);
  color: white;
}

.is-style-secondary .wp-block-button__link {
  background: white;
  border: 1px solid var(--clr-accent500);
  color: var(--clr-primary700);
}

.is-style-secondary .wp-block-button__link:after {
  display: none;
}

.is-style-secondary .wp-block-button__link:hover {
  background: var(--clr-accent500);
  color: white;
}

.is-style-tertiary .wp-block-button__link {
  background: none;
  border: none;
  padding: 0;
  color: var(--clr-primary700);
}

.is-style-tertiary .wp-block-button__link:after {
  background-image: url('imgs/tertiary-btn-arrow.svg');
  transition: .3s transform;
}

.is-style-tertiary .wp-block-button__link:hover:after {
  transform: translateX(4px);
}

@media screen and (max-width: 600px) {

  .wp-block-buttons {
    grid-gap: 16px;
  }

  .wp-block-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .is-content-justification-center.wp-block-buttons {
    align-items: center;
  }

  .wp-block-button {
    flex-grow: 1;
  }


}

/*header styles*/

.c-mainHeader {
  height: var(--height-header);
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background:  rgba(255,255,255,.94);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 12px rgba(0,0,0,0);
  backdrop-filter: blur(2px);
  transition: .3s background, .3s height, .3s box-shadow, .3s backdrop-filter;
}

.is-scrolled .c-mainHeader:not(.c-mainHeader--mobileActive) {
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
}

@media screen and (max-width: 1200px) {

  .c-mainHeader--mobileActive {
    background: white !important;
  }

}


@media screen and (min-width: 783px) {

  .admin-bar .c-mainHeader {
    top: 32px;
  }

}

@media screen and (max-width: 782px) {

  .admin-bar .c-mainHeader {
    top: 46px;
  }
  
}

.c-mainHeader > .u-wc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}


.c-mainHeader__logo {
  display: block;
  text-decoration: none;
  width: 263px;
  transition: .3s opacity, .3s width;
}

.c-mainHeader__logo img {
  display: block;
}

.c-mainHeader__contact {
  color: white;
  background: var(--clr-primary500);
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-size: var(--fs-p-sm);
  margin-left: 32px;
  transition: .3s background;
}

.c-mainHeader__contact:hover {
  color: white;
  background: var(--clr-primary600);
}

.c-mainHeader__contact:active {
  box-shadow: inset 0 2px 4px rgba(0,0,0,.5);
}

.c-mainHeader__btns {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}

.c-mainHeader__menuWrap {
  display: flex;
  align-items: center;
  margin-inline: auto 0;
}

@media screen and (max-width: 1200px) {

  .c-mainHeader__logo {
    width: 220px;
  }

  .c-mainHeader__btns {
    display: none;
  }


}

@media screen and (max-width: 800px) {
  .c-mainHeader__logo {
    width: 160px;
  }
}
  
@media screen and (max-width:600px) {

    .c-mainHeader__logo {
      width: 145px;
    }

}


.c-mainMenu {
  margin-right: auto;
}

.c-mainMenu ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin: 0;
}

.c-mainMenu li {
  margin: 0 36px 0 0;
  padding: 0;
}

.c-mainMenu li:last-child {
  margin-right: 0;
}

.c-mainMenu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--clr-primary700);
  position: relative;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  padding: 2px 0;
  transition: .3s border, .3s color;
}

.c-mainMenu .current-menu-item > a, .c-mainMenu a:hover {
  border-bottom: 2px solid var(--clr-accent500);
}


.c-mainMenu li.menu-item-has-children {
  position: relative;
}

.c-mainMenu li.menu-item-has-children > a {
  position: relative;
  margin-right: 13px;
}

.c-mainMenu .menu-item-drop-arrow {
  display: block;
  position: absolute;
  left: 100%;
  width: 16px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.c-mainMenu .menu-item-drop-arrow svg {
  width: 11px;
  height: 7px;
  max-width: 100%;
  fill: var(--clr-accent500);
  transition: .3s fill, .3s transform;
}

.c-mainMenu .c-menuBtn a {
  border: 1px solid var(--clr-accent500);
  padding: 16px 30px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50px;
  transition: .3s color, .3s background;
}

.c-mainMenu .c-menuBtn a:hover {
  color: white;
  background: var(--clr-accent500);
}


@media screen and (min-width: 1201px) {

  .c-mainMenu .sub-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    border-radius: 4px;
    background: white;
    border: 1px solid #ececec;
    padding: 10px;
    left: 0;
    top: calc(100% + 12px);
    padding: 20px 24px;
    transform: translateY(-4px);
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    max-width: 250px;
    width: max-content;
    transition: .3s opacity, 0s visibility .3s, .3s transform;
  }

  .c-mainMenu .menu-item-has-children--active > .sub-menu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    transform: translateY(-1px);
  }


  .c-mainMenu .menu-item-has-children:after {
    content: '';
    position: absolute;
    top: 100%;
    height: 12px;
    left: 0;
    right: 0;
    background: transparent;
  }


  .c-mainMenu .sub-menu .sub-menu {
    left: calc(100% + 24px);
    top: -20px;
  }

  .c-mainMenu .sub-menu .menu-item-has-children:after {
    top: 0;
    bottom: 0;
    left: 100%;
    width: 24px;
    right: auto;
    height: auto;
  }


  /* .c-mainMenu .sub-menu a {
    white-space: nowrap;
  } */

  .c-mainMenu .sub-menu li {
    margin: 0 0 8px 0;
  }

  .c-mainMenu .sub-menu li:last-child {
    margin-bottom: 0;
  }

  .c-mainMenu .sub-menu {
    display: block !important;
  }

  .c-subMenu {
    display: none;
  }


}

.c-mainMenu .menu-item-has-children--active .menu-item-drop-arrow svg {
  transform: rotate(180deg);
}

.c-mainMenu .sub-menu .menu-item-drop-arrow svg, .c-mainMenu .menu-item-has-children--active .sub-menu .menu-item-drop-arrow svg {
  transform: rotate(-90deg);
}


@media screen and (max-width: 1200px) {

  .c-mainHeader__menuWrap {
    margin-right: 0;
    background: white;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: fixed;
    top: var(--height-header);
    left: 0;
    right: 0;
    height: calc(100vh - var(--height-header));
    height: calc(100svh - var(--height-header));
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    margin-left: 0;
    margin-right: 0;
    transition: .3s opacity, 0s visibility .3s;
    padding: 30px var(--width-gutter) 30px;
  }

  .c-mainHeader__menuWrap--active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }

  .c-mainMenu {
    width: 100%;
    margin: 0;
    height: 100%;
  }

  .c-mainMenu > ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 100%;
  }

  .c-mainMenu li {
    margin: 0;
    width: 100%;
  }

  .c-mainMenu > ul > li {
    margin: 0;
  }

  .c-mainMenu li:not(.c-menuBtn) a {
    display: inline-block;
    height: auto;
    padding: 12px 0;
    justify-content: center;
    font-size: 24px;
    border: none;
  }

  .c-mainMenu li:not(.c-menuBtn) a:hover, .c-mainMenu li.current-menu-item:not(.c-menuBtn) > a {
    border: none;
    color: var(--clr-accent500);
  }

  .c-mainMenu .menu-item-drop-arrow  {
    margin-left: 8px;
  }

  .c-mainMenu .menu-item-drop-arrow svg {
    width: 17px;
    height: 10px;
  }

  .c-mainMenu .sub-menu {
    background: var(--clr-greyscale100);
    border-radius: 4px;
    padding: 24px;
    margin-bottom: 12px;
    display: none;
  }

  .c-mainMenu .menu-item-has-children--active > .sub-menu {
    display: block;
  }

  .c-mainMenu .sub-menu:not(.c-menuBtn) a {
    font-size: 16px;
    padding: 0;
    font-weight: 300;
    color:  var(--clr-text);
  }

  .c-mainMenu .sub-menu:not(.c-menuBtn) a:hover {
    color: var(--clr-accent500);
  }

  .c-mainMenu .sub-menu li {
    margin-bottom: 8px;
  }

  .c-mainMenu .sub-menu li:last-child {
    margin-bottom: 0;
  }

  .c-subMenu {
    width: 100%;
    border-top: 1px solid #ececec;
    padding-top: 12px;
  }

  .c-subMenu ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .c-subMenu li {
    width: calc(100% / 3);
    text-align: center;
  }

  .c-subMenu li a {
    text-decoration: none;
    color: var(--clr-text);
    font-size: 14px;
  }

  .c-subMenu a:hover {
    color: var(--clr-primary500);
  }

  .c-mainMenu .c-menuBtn {
    margin-top: 32px;
  }

}


@media screen and (max-width: 600px) {

  .c-mainHeader__menuWrap{
    padding: 20px 25px;
  }

}

.c-navIcon {
  position: relative;
  padding: 0;
  width: 51px;
  height: 51px;
  background: none;
  /* background: var(--clr-primary500); */
  border: none;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  margin-right: -12px;
  transition: .3s background;
  border-radius: 50%;
}

.c-navIcon:before, 
.c-navIcon:after {
  content: "";
  width: 21px;
  height: 2px;
  position: absolute;
  left: 15px;
  background: var(--clr-accent500);
  transition: .3s transform, .3s top, .3s bottom, .3s width;
}
/* 
.c-navIcon:before {
  width: 14px;
} */

.c-navIcon span {
  width: 21px;
  height: 2px;
  position: absolute; 
  top: 25px;
  left: 15px;
  background: var(--clr-accent500);
  transition: .3s opacity;
}

.c-navIcon:before {
  top: 18px;
}

.c-navIcon:after {
  bottom: 17px;
}

.c-navIcon:not(.c-navIcon--active):hover:before {
  top: 24px;
  width: 21px;
}

.c-navIcon:not(.c-navIcon--active):hover:after {
  bottom: 24px;
  transform: rotate(90deg);
}

.c-navIcon--active:before {
  top: 24px;
  transform: rotate(45deg);
  width: 21px;
}

.c-navIcon--active:after {
  bottom: 25px;
  transform: rotate(135deg);
}

.c-navIcon:hover span, .c-navIcon--active span  {
  opacity: 0;
}


@media screen and (max-width: 1200px) { 

  .c-navIcon {
    display: flex;
  }
}


/* footer styles */

.c-footer {
  color: white;
  position: relative;
  color: var(--clr-text-reverse);
  margin: 0 auto;
}

.c-footer__top {
  padding: var(--b-space) 0;
  position: relative;
}

.c-footer__top .u-wc {
  display: flex;
  align-items: flex-start;
  grid-gap: 66px;
}

.c-footer__col p {
  opacity: .7;
}

.c-footer__col {
  flex-grow: 1;
  flex-basis: 100%;
}

.c-footer__bottom {
  padding: 32px 0;
}

.c-footer__bottom .u-wc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 24px;
  position: relative;
}

.c-footer__bottom .u-wc:before {
  content: '';
  position: absolute;
  top: -32px;
  left: var(--width-gutter);
  right: var(--width-gutter);
  height: 1px;
  background: #46517B;

}

.c-footer__bottom a {
  text-decoration: none;
}

.c-footer__bottom a:hover {
  color: white;
}

.c-footer__bottom p {
  margin: 0;
  font-weight: 500;
}

.c-footer__bottom p:first-child {
  flex-shrink: 0;
}

.c-footer__bottom p:last-child {
  max-width: 800px;
  opacity: .5;
  font-size: 15px;
}


@media screen and (max-width: 1000px) {

  .c-footer__top .u-wc {
    flex-wrap: wrap;
  }

}


@media screen and (max-width: 600px) {

  .c-footer__top .u-wc {
    grid-gap: 32px;
  }

  .c-footer__bottom .u-wc {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 16px;
  }

  .c-footer__bottom p {
    width: 100%;
  }

}


/* gutenberg block / group styling */


.has-primary-500-background-color {
  background-color: var(--clr-primary500);
  color: var(--clr-text-reverse);
}

.has-primary-700-background-color {
  background-color: var(--clr-primary700);
  color: var(--clr-text-reverse);
}

.has-accent-300-background-color {
  background-color: var(--clr-accent300);
  color: var(--clr-text-reverse);
}

.has-accent-500-background-color {
  background-color: var(--clr-accent500);
  color: var(--clr-text-reverse);
}

.has-white-background-color {
  background-color: white;
  color: var(--clr-text);
}

.has-greyscale-100-background-color {
  background-color: var(--clr-greyscale100);
  color: var(--clr-text);
}

.has-primary-500-color {
  color: var(--clr-primary500);
}

.has-primary-700-color {
  color: var(--clr-primary700);
}

.has-accent-300-color {
  color: var(--clr-accent300);
}

.has-accent-500-color {
  color: var(--clr-accent500);
}

.has-white-color {
  color: white;
}

.has-greyscale-100-color {
  color: var(--clr-accent500);
}


.wp-block-columns {
  margin: 70px 0;
  grid-gap: 7%;
}

.has-background.wp-block-columns {
  padding: 65px 80px;
}

.wp-block-columns:first-child {
  margin-top: 0;
}

.wp-block-columns:last-child {
  margin-bottom: 0;
}

.has-background.wp-block-column {
  padding: 65px 60px;
}

@media screen and (max-width: 1120px) {

  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    display: flex;
    flex-direction: column;
    grid-gap: 32px;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column:not(.u-fullRight):not(.u-fullLeft) {
    width: 100% !important;
  }

 
}

@media screen and (max-width: 600px) {

  .wp-block-columns {
    margin: 40px 0;
  }

  .has-background.wp-block-column {
    padding: 36px 32px;
  }

  .has-background.wp-block-columns {
    padding: 36px 32px;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    grid-gap: 32px !important;
  }

}


.wp-block-media-text {
  margin: var(--b-space) auto;
  column-gap: 6%;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.wp-block-media-text.has-media-on-the-right {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.wp-block-media-text:first-child {
  margin-top: 0;
} 


.wp-block-media-text:last-child {
  margin-bottom: 0;
} 


.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}

.wp-block-media-text__content :first-child {
  margin-top: 0;
}


@media screen and (max-width: 900px) {

  .wp-block-media-text, .wp-block-media-text.has-media-on-the-right { 
    display: grid;
    grid-template-columns: 100% !important;
  }

  .wp-block-media-text  .wp-block-media-text__media {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    grid-row: 2 !important;
    grid-column: 1 !important;
  }

  .wp-block-media-text  .wp-block-media-text__content {
    margin-left: auto;
    margin-right: auto;
    grid-row: 1 !important;
    grid-column: 1 !important;
  }

  .wp-block-media-text, .wp-block-media-text.has-media-on-the-right { 
    padding-left: 0;
    padding-right: 0;
  }

}

@media screen and (max-width: 600px) {

  .wp-block-media-text  .wp-block-media-text__media { 
    max-width: 100%;
  }

  .wp-block-media-text .wp-block-media-text__media {
    margin-top: 32px;
  }

  .wp-block-media-text {
    margin: 52px auto;
  }

  .wp-block-media-text:first-child {
    margin-top: 0;
  } 

  .wp-block-media-text:last-child {
    margin-bottom: 0;
  } 

}

.wpcf7, .wpcf7 > .wp-block-contact-form-7-contact-form-selector {
  margin: 48px auto;
  background: white;
  color: var(--clr-text);
  border-radius: 4px;
  padding: 100px;
}

@media screen and (max-width: 900px) {
  .wpcf7, .wpcf7 > .wp-block-contact-form-7-contact-form-selector {
    padding: 60px;
  }

}


@media screen and (max-width: 600px) {

  .wpcf7, .wpcf7 > .wp-block-contact-form-7-contact-form-selector  {
    margin: 32px 0;
    padding: 32px;
  }
}

.wpcf7:first-child, .wpcf7:first-child > .wp-block-contact-form-7-contact-form-selector {
  margin-top: 0;
}

.wpcf7:last-child, .wpcf7:last-child > .wp-block-contact-form-7-contact-form-selector {
  margin-bottom: 0;
}

.wpcf7-spinner {
  vertical-align: middle;
}

@media screen and (min-width: 601px) {

  .input-cols {
    display: flex;
  }
  
  .input-col {
    width: calc((99.99% - 24px) / 2);
    margin-right: 24px;
  }
  
  
  .input-col:last-child {
    margin-right: 0;
  }
  

}

label {
  display: block;
  margin: 0 0 8px 0;
  font-weight: 700;
  font-size: 22px;
  color: var(--clr-primary700);
}

input[type="text"], 
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
select {
  outline: none;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 18px 20px;
  font-weight: 400;
  font-size: inherit;
  margin-bottom: 28px;
  font-family: inherit;
  background: white;
  border-radius: 4px;
  border: 1px solid #bcbcbc;
  transition: .3s border, .3s background;
}


input[type="text"]:focus, 
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid var(--clr-primary500);
}

input[type="text"]:placeholder, 
input[type="phone"]:placeholder,
input[type="email"]:placeholder,
input[type="password"]:placeholder {
  color: #747474;
  opacity: 1;
}

input[type="text"].wpcf7-not-valid, 
input[type="phone"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
  border: 1px solid #FF001F;
}

.wpcf7 input[type="file"] {
  background: #f2f2f2;
  border: 1px dashed #bcbcbc;
  display: block;
  width: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  text-align: center;
  margin-bottom: 24px;

}


body .codedropz-upload-inner {
  display: flex;
  align-content: center;
  justify-content: center;
  grid-gap: 8px;
}

body .codedropz-upload-handler {
  border: 1px dashed #bcbcbc;
  border-radius: 4px;
  margin-bottom: 32px;
  position: relative;
  background: #F2F2F2;
}

body .cd-upload-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}

body .dnd-upload-status {
  display: flex;
  padding: 0;
  align-items: center;
  position: relative;
  margin: 8px 0 32px;
  font-size: 14px;
}

.dnd-upload-status + .dnd-upload-status {
  margin-top: -16px !important;
}

body .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  margin-bottom: 4px;
  height: 14px;
  border-radius: 20px;
}

body .codedropz-upload-inner h3 {
  font-size: 16px;
  color: #969696;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  grid-gap: 12px;
}
.dnd-upload-counter {
  display: none;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  padding-right: 4px;
}

body .codedropz-upload-inner h3 + span {
  display: none;
}

.codedropz-upload-inner h3:before {
  content: '';
  background: url('imgs/upload-icon.png') center center / 31px 31px;
  width: 31px;
  height: 31px;
  display: block;
}

body .codedropz-upload-container {
  padding: 30px;
}

textarea {
  height: 160px;
}

textarea:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white url('imgs/triangle.svg') no-repeat calc(100% - 16px) center / 10px 6px;
  color: var(--clr-text);
  padding-right: 28px;
}

select:-ms-expand {
  display: none;
}

input[type="submit"] {
  -webkit-appearance: none;
  border: 0;
  text-align: center;
}


button[type="submit"]:focus {
  outline: none;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
  font-weight: 500;
  margin-top: -16px;
  margin-bottom: 20px;
  display: block;
  background: tranpsarent;
  text-align: left;
  color: red;
  padding: 0;
}


.wpcf7 form .wpcf7-response-output {
  margin: 15px 0 0  0 !important;
  border: 0 !important;
  font-weight: 500;
	padding: 0 !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: none;
  text-align: left;
  color: red;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: var(--fs-p-lg);
}

.wpcf7 form.sent .wpcf7-response-output {
  font-size: var(--fs-p-lg);
}

.recaptcha-msg {
  font-size: .8em;
}

.grecaptcha-badge { 
    visibility: hidden;
}

@media screen and (max-width: 600px) {

  label {
    margin: 0 0 8px 0;
    font-size: 20px;
  }

  input[type="text"], input[type="tel"], input[type="email"], textarea, select {
    padding: 8px 12px;
    margin-bottom: 16px;
  }

  .input-col + .input-col {
    margin-top: -4px;
  }
  .wpcf7 input[type="file"] {
    padding: 20px;
  }

  textarea {
    height: 200px;
  }

  .wpcf7-not-valid-tip {
    margin-top: -16px;
    margin-bottom: 16px;
  }

  .wpcf7__footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 12px;
  }

  body .codedropz-upload-container {
    padding: 20px;
  }

}

.wp-block-table {
  padding: 24px 0 32px;
}

.wp-block-table th {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  padding: 0 8px 8px;
}

.wp-block-table td {
  padding: 8px;
  border: none;
  border-bottom: 1px solid #ececec;
}

@media screen and (max-width: 600px) {

  .wp-block-table {
    padding: 18px;
  }

  .wp-block-table th {
    font-size: 0;
  }

  .wp-block-table th:after {
    content: attr(data-label);
    font-size: 17px;
  }
}

.c-modal {
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:  rgba(34, 44, 77, .5);
  display: flex;
  visibility: hidden;
  padding: 50px;
  opacity: 0;
  transition: .3s opacity, 0s visibility .3s;

}

.c-modal--active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.c-modal--active .c-modal__outerContainer {
  transform: scale(1);
}

.c-modal__outerContainer {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  max-width: 1232px;
  max-height: 100%;
  transform: scale(.9);
  position: relative;
  transition: .3s transform;
}

.c-modal__container {
  background: white;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}

.c-modal__close {
  background: white url('imgs/close-button.svg') center center / 47px 47px;
  width: 47px;
  height: 47px;
  border: none;
  display: block;
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 20px;
  border-radius: 4px;
  transition: .3s background;
}

.c-modal__close:hover {
  background-color: var(--clr-primary100);
}

@media screen and (max-width: 600px) {

  .c-modal { 
    padding: 28px;
  }

  .c-modal__close {
    top: -19px;
    right: -19px;
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
  }

}


@media screen and (min-width: 601px) {
  .is-style-mobile-only {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .is-style-desktop-only {
    display: none;
  }
}


@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px;
  }
}

:root {
  --featureOverlap: 100px;
}

.u-featureOverlap {
  padding-bottom: calc(var(--b-space-sm) + var(--featureOverlap));
}

.u-featureOverlap + .c-section {
  padding-top: 0;
}

.u-featureOverlap + .c-section .wp-post-image {
  margin-top: calc(-1 * var(--featureOverlap));
}

.single-blog-content p, .single-blog-content li {
  font-size: var(--fs-p-lg);
  line-height: 1.4;
  margin-bottom: 20px; 
}


.c-singlePagination {
  padding: 60px 0;
}

.c-singlePagination .u-wc {
  position: relative;
}

.c-singlePagination .u-wc:before {
  content: '';
  position: absolute;
  top: -60px;
  left: var(--width-gutter);
  right: var(--width-gutter);
  height: 1px;
  background: #A3A9BD;
}

.c-singlePagination__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-singlePagination__link {
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  grid-gap: 16px;
  color: var(--clr-primary700);
}

@media screen and (min-width: 601px) {
  .c-singlePagination__link {
    min-width: 152px;
  }
  .c-singlePagination__link--next {
    justify-content: flex-end;
  }
  .c-singlePagination__link--all {
    justify-content: center;
  }

}

.c-singlePagination__link:after {
  content: '';
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  transition: .3s opacity;
}

.c-singlePagination__link:hover:after {
  opacity: .8;
}

.c-singlePagination__link--prev {
  flex-direction: row-reverse;
}

.c-singlePagination__link--prev, .c-singlePagination__link--next {
  grid-gap: 16px;
}

.c-singlePagination__link--hidden {
  visibility: hidden;
}


.c-singlePagination__link--prev:after {
  background-image: url('imgs/circle-arrow-left.svg');
}

.c-singlePagination__link--next:after {
  background-image: url('imgs/circle-arrow-right.svg');
}

.c-singlePagination__link--all:after {
  background-image: url('imgs/all-icon.svg');
  background-color: var(--clr-accent500);
  border-radius: 50%;
}


@media screen and (max-width: 600px) {

  .c-singlePagination {
    padding: 40px 0;
  }

  .c-singlePagination .u-wc:before {
    top: -40px;
  }

  .c-singlePagination__link {
    font-size: 0;
    grid-gap: 0
  }

  /* .c-singlePagination__link:before {
    content: attr(data-label);
    font-size: 18px;
    display: block;
  } */

  /* .c-singlePagination__link span {
    display: none;
  } */
}


.c-newsItems {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 48px;
  grid-column-gap: 40px;
  margin: 48px 0 60px
}

.c-newsItems:first-child {
  margin-top: 0;
}

.c-newsItems:last-child {
  margin-bottom: 0;
}

.c-newsItems .c-newsItem {
  width: calc((100% - 80px) / 3);
}

@media screen and (max-width: 1000px) {
  .c-newsItems .c-newsItem  {
    width: calc((100% - 40px) / 2);
  }
}

@media screen and (max-width: 700px) {
  .c-newsItems .c-newsItem  {
    width: 100%;
  }
}

.c-newsItem {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 40px;
  background: white;
}

.c-newsItem:hover {
  color: var(--clr-text);
}

.c-newsItem__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* .c-newsItem__date {
  margin-bottom: 8px;
  display: block;
  color: #656565;
  font-weight: 600;
  font-size: .9em;
  margin-top: -8px;
} */

.c-newsItem h5 a {
  color: var(--clr-primary700);
  transition: .3s color;
}

.c-newsItem h5 a:hover {
  color: var(--clr-primary500);
}

.c-newsItem :last-child {
  margin-top: auto;
}

.c-loadMore .wp-block-button {
  width: 100%;
}


@media screen and (max-width: 800px) {
  .c-loadMore .wp-block-button__link {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .c-newsItems {
    grid-row-gap: 24px;
    margin: 24px 0 40px
  }
  .c-newsItem {
    padding: 30px;
  }

}


@media screen and (min-width: 981px) {
  .c-multiResourcesOverview .wp-block-group__inner-container {
    display: flex;
    align-items: flex-start;
  }
  
  .c-multiResourcesOverview .wp-block-group__inner-container > * {
    margin-bottom: 0;
  }
  
  .c-multiResourcesOverview .c-heading {
    flex-shrink: 0;
  }
  
  .c-multiResourcesOverview p {
    border-left: 1px solid #4370A3;
    margin-left: 60px;
    padding: 12px 0 12px 48px;
  }
}

.u-fullRight, .wp-block-column.u-fullRight  {
  width: calc(100% + ((100vw - 99.99%) / 2));
  margin-right: calc((99.99% - 100vw) / 2);
}

.u-fullLeft, .wp-block-column.u-fullLeft {
  width: calc(100% + ((100vw - 99.99%) / 2));
  margin-left: calc((99.99% - 100vw) / 2);
}


.u-fullRight img, .u-fullLeft img {
  width: 100%;
  height: 634px;
  object-fit: cover;
  object-position: center center;
}

.u-fullRight .u-wc {
  margin-right: auto;
  margin-left: 0;
}

.u-fullLeft .u-wc {
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 1120px) {
  .u-fullRight img,  .u-fullLeft img {
    height: 550px;
  }
}



@media screen and (max-width: 600px) {
  .u-fullRight img,  .u-fullLeft img {
    height: auto;
  }
}

.c-heading {
  margin: 28px 0;
}

.c-heading:first-child {
  margin-top: 0;
}

.c-heading:last-child {
  margin-bottom: 0;
}

.c-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 24px;

}

.c-heading--lg {
  grid-gap: 38px;
}

.c-heading--center {
  justify-content: center;
}


.c-heading h1, .c-heading h2, .c-heading h3 {
  margin: 0;
  width: min-content;
}

.c-heading:not(.c-heading--center) h1, .c-heading:not(.c-heading--center) h2, .c-heading:not(.c-heading--center) h3{
  flex-grow: 1;
}

.c-heading .c-heading__icon {
  margin: 0;
  flex-shrink: 0;
}

.c-heading__icon img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  object-fit: contain;
  display: block;
  object-fit: contain;
}

.c-heading--lg .c-heading__icon img {
  width: 102px;
  height: 102px;
}

@media screen and (max-width: 600px) {
  .c-heading__icon img {
    width: 50px;
    height: 50px;
  }
  
  .c-heading--lg .c-heading__icon img {
    width: 65px;
    height: 65px;
  }

  .c-heading {
    grid-gap: 16px;
  }
}

.c-cta {
  padding: 60px 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 32px;
  margin: var(--b-space-sm) 0;
}

.c-cta:first-child {
  margin-top: 0;
}

.c-cta:last-child {
  margin-bottom: 0;
}


.c-cta .wp-block-button {
  flex-shrink: 0;
}

.c-cta .wp-block-button__link:before {
  content: '';
  background: url('imgs/emergency-call-icon.svg') no-repeat center center / contain;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  flex-shrink: 0;
}

.c-cta > * {
  margin: 0;
}

@media screen and (max-width: 980px) {
  .c-cta {
    padding: 40px 60px;
  }
}

@media screen and (max-width: 800px) {

  .c-cta { 
    flex-direction: column;
  }

  .c-cta .wp-block-button, .c-cta .wp-block-button__link {
    width: 100%;
  }

}

@media screen and (max-width: 600px) {

  .c-cta {
    padding: 40px 32px;
    grid-gap: 24px;
  }
}


.wp-block-social-links {
  grid-gap: 12px;
  display: flex;
}

.wp-social-link {
  background: var(--clr-accent500) !important;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
	color: white !important;
  transition: .3s background
}

.wp-block-social-link:hover {
  transform: none;
  background: var(--clr-accent300) !important;
}

.wp-block-social-links .wp-social-link a {
  padding: 0;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.wp-block-social-links .wp-social-link svg, .wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 20px;
  height: auto;
  fill: white;
}

.c-faq {
  display: flex;
  flex-direction: column;
  grid-gap: 18px;
  margin: 36px 0;
}

.c-faq:first-child {
  margin-top: 0;
}

.c-faq:last-child {
  margin-bottom: 0;
}

.c-faqItem {
  color: var(--clr-text);
  --faqInlinePadding: 32px;
  --faqBlockPadding: 28px;
}

.c-faqItem__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 24px;
  cursor: pointer;
  background: white;
  padding: var(--faqBlockPadding) var(--faqInlinePadding);
  border-radius: 4px;
  transition: .3s background;
}

.c-faqItem__title * {
  margin: 0;
}

.c-faqItem__title h5 {
  color: var(--clr-primary700);
  transition: .3s color;
}

.c-faqItem__title:hover h5 {
  color: var(--clr-primary500);
}


.c-faqItem__title:after {
  content: '';
  background: url('imgs/tertiary-btn-arrow.svg') center center / 24px 24px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: .3s transform;
}

.c-faqItem__title:hover:after, .c-faqItem--active .c-faqItem__title:hover:after {
  transform: rotate(90deg);
}

.c-faqItem__content {
  display: none;
  background: white;
  margin-top: -12px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0 var(--faqInlinePadding) var(--faqBlockPadding) var(--faqInlinePadding);
}

.c-faqItem__content :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .c-faq {
    margin: 24px 0;
  }

  .c-faqItem {
    --faqInlinePadding: 20px;
    --faqBlockPadding: 20px;
  }
}

.c-videoCard {
  display: flex;
  align-items: center;
  padding: 30px 60px 30px 30px;
  grid-gap: 32px;
  margin: 36px 0;
}

.c-videoCard:first-child {
  margin-top: 0;
}

.c-videoCard:last-child {
  margin-bottom: 0;
}

.c-videoCard > * {
  margin: 0;
}

.c-videoCard__thumb {
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,.3);
  width: 37%;
  flex-shrink: 0;
  transition: .3s box-shadow;
}

.c-videoCard__thumb:hover {
  box-shadow: 0 0 20px rgba(0,0,0,.6);
}

.c-videoCard__thumb:after {
  content: '';
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background: url('imgs/play-button.svg') center center / 30px 30px;
}

.c-videoCard__thumb img {
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media screen and (max-width: 480px) {
  .c-videoCard {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 24px;
  }

  .c-videoCard__thumb { 
    width: 100%;
  }
}

.c-map {
  height: 660px;
}

@media screen and (max-width: 600px) {
  .c-map {
    height: 600px;
  }
}

.c-specialtyIcon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: white;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;;
}

.c-specialtyIcon img {
  display: block;
  max-width: 38px;
  max-height: 38px;
  object-fit: contain;
}

@media screen and (max-width: 600px) {
  .c-specialtyIcon {
    width: 70px;
    height: 70px;
  }

  .c-specialtyIcon img {
    max-width: 30px;
    max-height: 30px;
  }
}

.c-specialtiesList  {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 48px;
  grid-column-gap: 40px;
  margin: 48px 0 60px
}

.c-specialtiesList:first-child {
  margin-top: 0;
}

.c-specialtiesList:last-child {
  margin-bottom: 0;
}

.c-specialtiesList:not(.owl-carousel) .c-specialtyItem {
  width: calc((100% - 80px) / 3);
}

@media screen and (max-width: 1000px) {
  .c-specialtiesList:not(.owl-carousel) .c-specialtyItem  {
    width: calc((100% - 40px) / 2);
  }
}

@media screen and (max-width: 700px) {
  .c-specialtiesList:not(.owl-carousel) .c-specialtyItem  {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .c-specialtiesList {
    grid-row-gap: 24px;
    margin: 24px 0 40px
  }
}


.c-specialtyItem {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 40px;
  background: white;
}

.c-specialtyItem:hover {
  color: var(--clr-text);
}

.c-specialtyItem__icon {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.c-specialtyItem__icon img {
  display: block;
  max-height: 50px;
  max-width: 50px;
}

.c-specialtyItem h5 {
  margin-top: 0;
}

.c-specialtyItem h5 a {
  color: var(--clr-primary700);
  transition: .3s color;
}

.c-specialtyItem h5 a:hover {
  color: var(--clr-primary500);
}

.c-specialtyItem p {
  margin-bottom: 24px;
}

.c-specialtyItem :last-child {
  margin-top: auto;
  flex-grow: 0;
}

.c-specialtiesList {
  position: relative;
}

.c-specialtiesList .owl-stage-outer {
  overflow: visible;
}

.c-specialtiesList .owl-stage {
  display: flex;
}


.c-specialtiesList .owl-item {
  opacity: 0;
  transition: .3s opacity;
}

.c-specialtiesList .owl-item .c-specialtyItem {
  height: 100%;
  flex-shrink: 0;
}

.c-specialtiesList .owl-item.active {
  opacity: 1;
}

.c-specialtiesList .owl-nav {
  position: absolute;
  top: -94px;
  right: 0;
  display: flex;
  grid-gap: 20px;
  justify-content: flex-end;
}

.c-specialtiesList .owl-nav button.owl-prev, .c-specialtiesList .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size:  50px 50px;
  outline: none;
  font-size: 0;
  transition: .3s opacity;
}

.c-specialtiesList .owl-nav button.disabled {
  opacity: .5;
  pointer-events: none;
}

.c-specialtiesList .owl-nav button:focus {
  outline: none;
}

.c-specialtiesList .owl-nav button:hover {
  opacity: .8;
}

.c-specialtiesList .owl-nav button.owl-prev {
  background-image: url('imgs/circle-arrow-left.svg');
}

.c-specialtiesList .owl-nav button.owl-next {
  background-image: url('imgs/circle-arrow-right.svg');
}


@media screen and (max-width: 700px) {
  .c-specialtiesList .owl-stage {
    display: flow-root;
  }

  .c-specialtiesList .owl-nav {
    position: static;
    margin-top: 32px;
    justify-content: center;
  }

}

@media screen and (max-width: 600px) {

  .c-otherSpecialties h2 {
    text-align: center;
  }

  .c-specialtyItem {
    padding: 30px;
  }
}

.c-teamFilter {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 12px;
  flex-wrap: wrap;
}


.c-tag {
  background: transparent;
  font-size: 15px;
  color: var(--clr-accent500);
  border: 1px solid var(--clr-accent500);
  border-radius: 24px;
  padding: 12px 24px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: .3s color, .3s background;
}

.c-tag:hover {
  background: var(--clr-accent300);
  color: white;
}

.c-tag--active {
  background: var(--clr-accent500);
  color: white;
}

@media screen and (max-width: 600px) {
  .c-tag {
    font-size: 12px;
    padding: 8px 16px;
  }
}


.c-teamItems {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 48px;
  grid-column-gap: 40px;
  margin: 48px 0 60px
}

.c-teamItems:first-child {
  margin-top: 0;
}

.c-teamItems:last-child {
  margin-bottom: 0;
}

.c-teamItems .c-teamItem {
  width: calc((100% - 120px) / 4);
}

@media screen and (max-width: 1200px) {
  .c-teamItems .c-teamItem  {
    width: calc((100% - 80px) / 3);
  }
}

@media screen and (max-width: 860px) {
  .c-teamItems .c-teamItem  {
    width: calc((100% - 40px) / 2);
  }
}

@media screen and (max-width: 600px) {
  .c-teamItems {
    grid-gap: 24px;
  }

  .c-teamItems .c-teamItem  {
    width: 100%;
  }
}

.c-teamItem {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 40px;
  background: white;
  position: relative;
}

.c-teamItem:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--clr-primary500);
  border-top: none;
  opacity: 0;
  animation: spin 1s infinite linear;
  transition: .3s opacity;
}

@keyframes spin {
  from {transform: rotate(0deg);}
  to   {transform: rotate(359deg);}
}

.c-teamItem--loading:after{
  opacity: 1;
}

.c-teamItem:hover {
  color: var(--clr-text);
}

.c-teamItem__thumb {
  margin-bottom: 20px;
}

.c-teamItem__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid #ececec;
}

.c-teamItem__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.c-teamItem h5 {
  margin: 0 0 4px;
}

.c-teamItem h5 a {
  color: var(--clr-primary700);
  transition: .3s color;
}

.c-teamItem h5 a:hover {
  color: var(--clr-primary500);
}

.c-teamItem__content :last-child {
  margin-top: auto;
  flex-grow: 0;
}

@media screen and (max-width: 600px) {
  .c-teamItem {
    flex-direction: row;
    padding: 30px;
    grid-gap: 30px;
  }

  .c-teamItem__thumb {
    width: 36%;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .c-teamItem {
    padding: 20px;
    grid-gap: 20px;
  }
}

.c-modal {
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:  rgba(33, 47, 98, .25);
  display: flex;
  visibility: hidden;
  padding: 50px;
  opacity: 0;
  transition: .3s opacity, 0s visibility .3s;

}


.c-modal--active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.c-modal--active .c-modal__outerContainer {
  transform: scale(1);
}

.c-modal__outerContainer {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  max-width: 1232px;
  max-height: 100%;
  transform: scale(.9);
  position: relative;
  transition: .3s transform;
}



.c-modal__container {
  background: white;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
}

.c-modal__container:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--clr-primary500);
  border-top: none;
  opacity: 0;
  animation: spin 1s infinite linear;
  transition: .3s opacity;
}

@keyframes spin {
  from {transform: rotate(0deg);}
  to   {transform: rotate(359deg);}
}

.c-modal--loading .c-modal__container::after{
  opacity: 1;
}

.c-modal__content {
  padding: 70px;
  overflow-y: auto;
  position: relative;
  transition: .3s opacity;
}

.c-modal--loading .c-modal__content {
  opacity: .7;
}

.c-modal__close {
  background: transparent url('imgs/close-button.svg') center center / 40px 40px;
  width: 40px;
  height: 40px;
  border: none;
  display: block;
  position: absolute;
  z-index: 10;
  right: -20px;
  top: -20px;
  border-radius: 4px;
  transition: .3s background;
}

.c-modal__close:hover {
  background-color: var(--clr-primary100);
}

@media screen and (max-width: 600px) {

  .c-modal { 
    padding: 28px;
  }

  .c-modal__close {
    top: -19px;
    right: -19px;
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
  }

  .c-modal__content {
    padding: 32px; 
  }

}

.c-teamSlider {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 16px;
}

.c-teamSlider button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size:  42px 42px;
  background-image: url('imgs/circle-arrow-left.svg');
  outline: none;
  border: none;
  transition: .3s opacity;
}

.c-teamSlider button[data-direction="right"] {
  background-image: url('imgs/circle-arrow-right.svg');
}

.c-teamSlider button:hover {
  opacity: .8;
}

.c-teamModal {
  display: flex;
  grid-gap: 56px;
}

.c-teamModal__left {
  width: 225px;
  flex-shrink: 0;
  text-align: center;
}

.c-teamModal__right {
  min-width: 0;
}

.c-teamModal__thumb {
  display: block;
  margin: 0 0 24px 0;
}

.c-teamModal__thumb img {
  display: block;
}

.c-teamModal__left h4 {
  margin-top: 0;
}

.c-teamModal__contact{
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10%;;
  margin-top: 32px;
}

@media screen and (max-width: 900px) {
  .c-teamModal {
    flex-direction: column;
    grid-gap: 32px;
  }
  .c-teamModal__left { 
    width: 100%;
  }
}


/* .u-hideOverflow {
  overflow: hidden;
}

.u-hideOverflow > body {
  overflow: hidden;
} */

.c-imgSlider {
  margin: 50px auto;
  max-width: 600px;
  position: relative;
}

.c-imgSlider:first-child {
  margin-top: 0;
}

.c-imgSlider:last-child {
  margin-bottom: 0;
}

.c-imgSlider .owl-stage-outer {
  overflow: visible;
}

.c-imgSlider:first-child {
  margin-top: 0;
}

.c-imgSlider:last-child {
  margin-bottom: 0;
}

.c-imgSlider .owl-nav button.owl-prev, .c-imgSlider .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size:  50px 50px;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -600px;
  box-shadow: 0 0 8px rgba(0,0,0,.1);
  transition: .3s opacity;
}

.c-imgSlider .owl-nav button.owl-next {
  left: auto;
  right: 50%;
  margin-right: -600px;
}

.c-imgSlider .owl-nav button.disabled {
  opacity: .5;
  pointer-events: none;
}

.c-imgSlider .owl-nav button:focus {
  outline: none;
}

.c-imgSlider .owl-nav button:hover {
  opacity: .8;
}

.c-imgSlider .owl-nav button.owl-prev {
  background-image: url('imgs/circle-arrow-left_white.svg');
}

.c-imgSlider .owl-nav button.owl-next {
  background-image: url('imgs/circle-arrow-right_white.svg');
}

.c-imgSlider__item img {
  display: block;
  width: 100%;
  aspect-ratio: 60 / 43;
  object-fit: cover;
}

@media screen and (max-width: 1260px) {

  .c-imgSlider .owl-nav button.owl-prev, .c-imgSlider .owl-nav button.owl-next {
    box-shadow: none;
  }

  .c-imgSlider .owl-nav button.owl-prev {
    margin: 0;
    position: static;
    background-image: url('imgs/circle-arrow-left.svg');
  }

  .c-imgSlider .owl-nav button.owl-next {
    margin: 0;
    position: static;
    background-image: url('imgs/circle-arrow-right.svg');
  }

  .c-imgSlider .owl-nav  {
    margin-top: 32px;
    justify-content: center;
    display: flex;
    grid-gap: 20px;

  }

}


.c-latestNewsItem h5 a {
  color: var(--clr-primary700);
}

.c-latestNewsItem h5 a:hover {
  color: var(--clr-primary500);
}

.c-latestNewsItem:not(:first-child) {
  border-top: 1px solid #D4D6E0;
  padding-top: 32px;
  margin-top: 32px;
}

.c-latestNewsItem {
  display: flex;
  align-items: flex-end;
  grid-gap: 10%;
}

.c-latestNewsItem__content {
  flex-grow: 1;
}

.c-latestNewsItem__content :last-child {
  margin-bottom: 0;
}

.c-latestNewsItem__link {
  background:url('imgs/tertiary-btn-arrow.svg') center center / 24px 24px;
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: .3s opacity;
}

.c-latestNewsItem__link:hover {
  opacity: .8;
}

.c-latestNewsItem:not(:first-child) {
  padding-top: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 480px) {

  .c-latestNewsItem {
    align-items: center;
  }

  .c-latestNewsItem p {
    display: none;
  }

  .c-latestNewsItem h5 {
    margin: 0;
  }
}

.c-testimonialSlider .owl-nav {
  display: flex;
  grid-gap: 20px;
  position: relative;
  z-index: 2;
  margin-top: 24px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 801px) {

  .c-testimonialSlider--row .owl-nav {
    width: 200px;
    justify-content: flex-start;
  }

}

.c-testimonialSlider .owl-nav button.owl-prev, .c-testimonialSlider .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size:  50px 50px;
  background-image: url('imgs/circle-arrow-left.svg');
  outline: none;
  font-size: 0;
  transition: .3s opacity;
}

.c-testimonialSlider .owl-nav button.disabled {
  opacity: .5;
  pointer-events: none;
}

.c-testimonialSlider .owl-nav button:focus {
  outline: none;
}

.c-testimonialSlider .owl-nav button:hover {
  opacity: .8;
}

.c-testimonialSlider .owl-nav button.owl-next {
  background-image: url('imgs/circle-arrow-right.svg');
}


.c-testimonialSlider {
  position: relative;
}

.c-testimonialSlider .owl-stage-outer {
  overflow: visible;
}

.c-testimonialSlider .owl-stage {
  display: flow-root;
}

.c-testimonialSlider .owl-item {
  opacity: 0;
  transition: .3s opacity;
}

.c-testimonialSlider .owl-item.active {
  opacity: 1;
}

.c-testimonialItem--row {
  min-height: 150px;
}
.c-testimonialItem p {
  font-size: 24px;
}

.c-testimonialItem h5 {
  margin-bottom: 8px;
}

.c-testimonialItem h5 + p {
  font-size: 16px;
}

.c-testimonialItem__content { 
  margin-bottom: 44px;
}

.c-testimonialItem:before {
  content: '';
  width: 48px;
  height: 48px;
  background: url('imgs/quote-icon.svg') center center / 48px 48px;
  display: block;
  margin-bottom: 24px;
}

.c-featuredTestimonials {
  position: relative;
  max-width: 730px;
  margin-left: -100px;
}


@media screen and (max-width: 900px) {
  .c-featuredTestimonials {
    margin-left: -60px;
  }
}

@media screen and (max-width: 600px) {
  .c-featuredTestimonials {
    margin-left: -40px;
  }
}

.c-featuredTestimonials:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 5000px;
  background: var(--clr-primary500);
}

@media screen and (min-width: 801px) {

  .c-testimonialItem--row {
    display: flex;
  }

  .c-testimonialItem--row:before {
    margin-right: 28px;
    flex-shrink: 0;
  }

  .c-testimonialItem--row .c-testimonialItem__content {
    flex-grow: 1;
    margin: 0;
  }

  .c-testimonialItem--row .c-testimonialItem__person {
    margin-left: 10%;
    flex-shrink: 0;
    width: 200px;
  }
}

@media screen and (max-width: 800px) {
  .c-testimonialSlider .owl-nav {
    position: relative;
    right: auto;
    bottom: auto;
  }
}

@media screen and (max-width: 600px) {
  .c-testimonialItem p {
    font-size: 18px;
  }

  .c-testimonialItem__content { 
    margin-bottom: 20px;
  }

  .c-testimonialItem h5 {
    margin-bottom: 4px;
  }
  
}
