/** REMNANT CSS carried over from css file **/

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          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;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 2.5rem;
  }
}
.h2, h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 2rem;
  }
}
.h3, h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 1.75rem;
  }
}
.h4, h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h4, h4 {
    font-size: 1.5rem;
  }
}
.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

* > *:last-child {
  margin-bottom: 0;
}

* > p:last-child, * > li:last-child, .col > *:last-child {
  margin-bottom: 0;
}

p {
  margin-bottom: 30px;
}
p + ul, p + ol {
  margin-top: -7.5px;
}
@media screen and (max-width: 767px) {
  p {
    margin-bottom: 22.5px;
  }
}

a {
  color: #231F20;
  text-decoration: underline;
}
a:hover, a:focus-visible {
  color: #F47B37;
  text-decoration: none;
}
a:hover img, a:focus-visible img {
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}
a:focus-visible {
  outline: 1px solid #231F20;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .gform_title {
  margin: 0 0 22.5px;
  font-family: "basic-sans", Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.25px;
  line-height: 1.25em;
}
h1 + ul, h1 + ol, h2 + ul, h2 + ol, h3 + ul, h3 + ol, h4 + ul, h4 + ol, h5 + ul, h5 + ol, h6 + ul, h6 + ol, .h1 + ul, .h1 + ol, .h2 + ul, .h2 + ol, .h3 + ul, .h3 + ol, .h4 + ul, .h4 + ol, .h5 + ul, .h5 + ol, .h6 + ul, .h6 + ol, .gform_title + ul, .gform_title + ol {
  margin-top: 0;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong, .gform_title strong {
  font-weight: 700;
}
h1.upper, h2.upper, h3.upper, h4.upper, h5.upper, h6.upper, .h1.upper, .h2.upper, .h3.upper, .h4.upper, .h5.upper, .h6.upper, .gform_title.upper {
  letter-spacing: 1.5px;
}

/*h1, .h1, .has-x-large-font-size {
  font-size: min(max(1.8rem, 4.5vw), 40px) !important;
  font-weight: 600;
}

h2, .h2 {
  font-size: min(max(1.6rem, 4vw), 34px);
}

h3, .h3 {
  font-size: min(max(1.4rem, 3.5vw), 28px);
}

h4, .h4 {
  font-size: min(max(1.2rem, 3vw), 24px);
}

h5, .h5 {
  font-size: min(max(1.1rem, 2.5vw), 22px);
}

h6, .h6 {
  font-size: min(max(1rem, 2vw), 18px);
  letter-spacing: normal;
}*/

ul, ol {
  margin-bottom: 22.5px;
}
ul li, ol li {
  margin-bottom: 7.5px;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0 !important;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 7.5px 0;
}
@media screen and (max-width: 767px) {
  ul, ol {
    margin-bottom: 22.5px;
  }
}

input[type=file]::-webkit-file-upload-button {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

/*a, button, .button, .btn, input, select, textarea, svg, .fab, .fa, a:hover img, .gform_button, .wp-block-button a, .faq-question .fas, figcaption, .indicator, .navbar-nav .menu-item a:after, .transition-ease, input[type=file]::file-selector-button, .btn:after, .svg-arrow, .svg-circle {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}*/

button, .button, .btn, .navbar-nav .menu-item a:after {
	-webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

input, select, textarea {
  padding: 7.5px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #231F20 !important;
}

input:focus-visible, select:focus-visible, button:focus-visible, textarea:focus-visible, .wp-block-button a:focus-visible .form-control:focus-visible, .form-control:focus {
  -webkit-box-shadow: inset 0 0 0 0.2rem rgba(162, 181, 194, 0.25);
          box-shadow: inset 0 0 0 0.2rem rgba(162, 181, 194, 0.25);
}

video {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

@media screen and (min-width: 1082px) {
  a[href^=tel]:link, a[href^=tel]:visited, a[href^=tel]:hover {
    cursor: default !important;
    text-decoration: none !important;
  }
}
img.aligncenter, figure.aligncenter {
  display: block;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft, figure.alignleft {
  float: left;
  margin: 0 45px 15px 0 !important;
}

img.alignright, figure.alignright {
  float: right;
  margin: 0 0 15px 45px !important;
}

img.alignleft, img.alignright, figure.alignleft, figure.alignright {
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  img.alignleft, img.alignright, figure.alignleft, figure.alignright {
    float: none;
    margin: 0 0 30px;
  }
}

.hidden {
  display: none !important;
}

.inline-list, .inline-list li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.inline-list li, .inline-list li li {
  display: inline-block;
  margin: 0;
}
.inline-list li:before, .inline-list li li:before {
  content: " | ";
  display: inline-block;
  margin-left: 7.5px;
  padding-right: 7.5px;
}

.loader {
  display: block;
  width: 60px;
  height: 60px;
  margin: 60px auto;
  border: 8px solid #C4C4C4;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-top: 8px solid #EC1C24;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.mobile-show {
  display: block;
}

.no-bullets {
  list-style: none;
  padding: 0;
}

a.no-underline {
  color: #231F20 !important;
  text-decoration: none !important;
}
a.no-underline:hover, a.no-underline:focus-visible {
  color: #231F20 !important;
  text-decoration: underline !important;
}

.normal-case {
  text-transform: none !important;
}

.normal-weight {
  font-weight: 400 !important;
}
.normal-weight strong {
  font-weight: 600 !important;
}

.phone-shortcode .phone-svg {
  display: inline-block;
  margin-right: 3.75px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.phone-shortcode .phone-svg svg {
  fill: #447E83 !important;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

.entry-content .phone-shortcode {
  color: #231F20;
  text-decoration: none;
}
.entry-content .phone-shortcode:hover, .entry-content .phone-shortcode:focus-visible {
  color: #447E83;
  text-decoration: underline;
}

.show-tablet, .show-phone, .show-small {
  display: none !important;
}

.svg-icon svg {
  fill: #2D2D2E;
  transform: scale(0.65);
  -webkit-transform: scale(0.65);
}
.svg-icon .svg-phone {
  position: relative;
  top: -1.5px;
}

.underline {
  text-decoration: underline;
}

.upper {
  text-transform: uppercase;
}

.whitespace-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .hide-mobile, .hide-phone {
    display: none !important;
  }
  .show-phone {
    display: block !important;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 135px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 90px;
  }
}
@media screen and (max-width: 641px) {
  html #wpadminbar {
    position: fixed !important;
  }
}

body {
  background-color: #575859;
  color: #231F20;
  font-family: "basic-sans", Arial, sans-serif;
  font-size: min(max(1rem, 2vw), 1.05rem);
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.admin-bar {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  body.admin-bar {
    padding-top: 46px;
  }
  body.admin-bar #main-header {
    margin-top: 46px;
  }
}

.container, .container-fluid {
  position: relative;
  max-width: 100%;
  /*padding: 60px 120px;*/
}

.entry-content > div:not(.wp-block-group), .entry-content > p {
	max-width: 1340px;
	margin: 0 auto;
}

.container .wp-block-group .wp-block-columns {
	max-width: 1340px;
	margin: 0 auto;
}

@media screen and (max-width: 1439px) {
  #main-header .container, .blog .blog-header {
    padding-left: 35px;
    padding-right: 35px;
  }

  .blog .years-experience {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
/*@media screen and (max-width: 1200px) {
  .container, .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 992px) {
  .container, .container-fluid {
    padding: 45px 30px;
  }
}
@media screen and (max-width: 767px) {
  .container, .container-fluid {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
@media screen and (max-width: 420px) {
  .container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}*/

.row {
  margin-left: -22.5px;
  margin-right: -22.5px;
}
.row + .row {
  margin-top: 45px;
}
@media screen and (max-width: 992px) {
  .row + .row {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row + .row {
    margin-top: 30px;
  }
}

.col, .col-12 {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

@media screen and (max-width: 767px) {
  .col {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .col-12, .single-post-col, .row .col:only-of-type:not(.border-area) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #content .row [class*=col-12], #content .flex-column-reverse [class*=col-12]:first-child, .row + .row {
    margin-bottom: 0;
    margin-top: 30px;
  }
  #content .flex-column-reverse [class*=col-12]:last-child {
    margin-bottom: 30px;
  }
  #content .row [class*=col-]:first-child, #content .flex-column-reverse [class*=col-]:last-child {
    margin-top: 0;
  }
}
#page {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

#skip-to-content {
  position: absolute;
  z-index: 0;
  top: 15px;
  left: 15px;
  opacity: 0;
}
#skip-to-content:focus, #skip-to-content:focus-visible {
  z-index: 999;
  opacity: 1;
}

#content {
  margin: 0 auto;
  margin-top: 90px; /* Fixed header offset, fallback in case Javascript is disabled */
  background-color: #FFFFFF;
}
@media screen and (max-width: 1140px) {
  #content {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  #content {
    margin-top: 60px;
  }
}

#main-container {
  padding-top: 0;
  border-top: 1px solid #FFFFFF;
}
@media screen and (max-width: 767px) {
  /*#main-container {
    padding-bottom: 45px;
  }*/
}
#main-container:after {
  content: "";
  display: table;
  clear: both;
}
#main-container .entry-content .acf-custom-block:last-child {
  margin-bottom: 0 !important;
}

.home #main-container {
  padding-bottom: 0;
}

#main-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  height: 220px;
  padding: 0;
  background-color: #ffffff;
  color: #2D3640;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#main-header.nav-down {
  top: 0 !important;
  -webkit-box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.25);
}
#main-header .container {
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (min-width: 1440px) {
  #main-header .container {
    max-width: 1340px;
  }
}
@media screen and (max-width: 992px) {
  #main-header .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main-header .container {
    padding: 7.5px 22.5px;
  }
}
#main-header #logo, #main-header #logo img {
  width: auto;
  height: 140px;
}
@media screen and (max-width: 1200px) {
  #main-header #logo, #main-header #logo img {
    height: 75px;
  }

}
@media screen and (max-width: 992px) {
  #main-header #logo, #main-header #logo img {
      height: 90px;
		padding-bottom: 20px;
  }
}
#main-header .navbar-brand {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1em;
}
@media screen and (max-width: 1140px) {
  #main-header {
    height: 100px;
  }

}
@media screen and (max-width: 767px) {
  #main-header {
    height: 100px;
  }
}

.locked #main-header {
  top: 0 !important;
  -webkit-box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.25);
}

.logged-in #main-header {
  margin-top: 32px;
}

#header-right {
	height: 140px;
}

#nav-content {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	align-items: baseline !important;
}

#nav-content #nav-text {
	font-family: 'basic-sans', sans-serif;
	font-size: 19px;
	line-height: 23px;
	margin-right: 60px;
}

#nav-content #nav-divider {
	border-right: 1px solid #eee;
	height: 25px;
}

/*#nav-content #nav-text:hover {
	color: #F47837;
}*/

#nav-content #nav-phone {
	font-family: 'basic-sans', sans-serif;
	font-size: 19px;
	line-height: 23px;
	padding-left: 25px; 
	background-position: left bottom;
	position: relative;
	margin-right: 30px;
	font-weight: 600;
}

#nav-content #nav-phone a::before {
	content: '';
	background: url('../img/phone.svg') no-repeat;
	width: 30px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 1px;
}

#nav-content #nav-phone a:hover::before {
	filter: invert(58%) sepia(14%) saturate(6172%) hue-rotate(339deg) brightness(102%) contrast(91%);
	transition: none;
}

#nav-content #nav-phone a:hover {
	color: #F47B37 !important;
}


#nav-content #nav-cta {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;

	font-family: 'basic-sans', sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	padding: 15px 45px;

	/* identical to box height */
	letter-spacing: 0.05em;
	text-transform: uppercase;

	background: #FFFFFF;
	border: 1px solid #F47B37;
	box-shadow: 0.5rem 0.5rem #F47837;
	border-radius: 30px;

	font-weight: 600;
}

#nav-content #nav-cta:hover {
	background: #F47B37;
	color: #ffffff;
	border: 1px solid #ffffff;
	box-shadow: 0.5rem 0.5rem #000000;
	border-radius: 30px;
}

#main-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* Desktop dropdown menus */
  /* Mobile nav */
}
#main-nav .navbar-nav {
  max-width: 100%;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main-nav .navbar-nav .menu-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0 0 0 110px;
}
#main-nav .navbar-nav .menu-item:first-child {
  margin-left: 0;
}
#main-nav .navbar-nav .menu-item.mobile-only {
  display: none;
}
@media screen and (max-width: 1140px) {
  #main-nav .navbar-nav .menu-item.mobile-only {
    display: block;
  }
}
#main-nav .navbar-nav .menu-item a {
  display: block;
  padding: 15px 0;
  color: #2D3640;
  font-family: "basic-sans", Arial, sans-serif;
  font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;

	/* identical to box height */
	letter-spacing: 0.05em;
	text-transform: uppercase;
  text-decoration: none;
}
/*#main-nav .navbar-nav .menu-item a:hover, #main-nav .navbar-nav .menu-item a:focus-visible {
	background: url('../img/highlight.svg') no-repeat;
	background-position: center bottom;
	background-size: contain;
	transition: none;
}*/
@media screen and (max-width: 1440px) {
  #main-nav .navbar-nav .menu-item a {
    font-size: 1rem !important;
  }
}
#main-nav .navbar-nav .menu-item.menu-item-has-children a {
  position: relative;
  padding-right: 20px;
}
#main-nav .navbar-nav .menu-item.menu-item-has-children:hover a {
  color: #2D3640;
}
#main-nav .navbar-nav .menu-item.nav-btn a {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.1rem;
}
@media screen and (max-width: 1200px) {
  #main-nav .navbar-nav .menu-item.nav-btn a {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
#main-nav .navbar-nav .menu-item:hover .indicator, #main-nav .navbar-nav .menu-item:focus-visible .indicator {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
		  top: 40%;
}
#main-nav .navbar-nav .menu-item:hover .indicator svg, #main-nav .navbar-nav .menu-item:focus-visible .indicator svg {
  fill: #F47B37;
}
@media screen and (max-width: 1440px) {
  #main-nav .navbar-nav .menu-item {
    margin-left: 100px;
  }
}
#main-nav .navbar-nav .indicator {
  position: absolute;
  top: 50%;
  right: -7.5px;
  margin-top: -11.25px;
  line-height: 1em;
}
#main-nav .navbar-nav .indicator svg {
  position: relative;
  top: 0;
  left: 0;
  fill: #F47837;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}


#menu-wrapper .current_page_item a:before, 
#menu-wrapper .current_page_item a:after,
#menu-wrapper .current_page_ancestor >  a:before, 
#menu-wrapper .current_page_ancestor > a:after {
	content: " ";
	display: block;
	height: 8px;
	width: 110%;
	margin-left: -5%;
	margin-right: -5%;
	position: absolute;
	transform: skew(-15deg);
	margin-top: 14px;
}
#menu-wrapper .current_page_item a:before, #menu-wrapper .current_page_ancestor > a:before {
  background: rgba(244, 120, 55, 1);
  z-index:-100;
}

.locked #menu-wrapper .current_page_item a:before, .locked #menu-wrapper .current_page_ancestor > a:before {
  background: none;
  z-index:-100;
}

#menu-wrapper .current_page_item a {
  color: #FFF;
  z-index: 1;
}


#main-nav li:hover .sub-menu {
  display: block;
}
#main-nav .sub-menu {
  display: none;
  position: absolute;
  z-index: 999;
  min-width: 150px;
  height: auto;
  top: 85px;
  left: -15px;
  padding: 0;
  margin: 0;
  background: #ffffff;
  border: 1px solid #F47B37;
	border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #2D3640;
}
#main-nav .sub-menu li {
  display: block;
  position: relative;
  margin: 0 !important;
  padding: 0;
  border: none;
  text-align: left;
}

#menu-wrapper .current_page_item .sub-menu li a::before {
	background: none;
}

#main-nav .sub-menu li.current_page_item  a::before {
	background: none;
}


#main-nav .sub-menu li a {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 20px !important;
  color: #2D3640 !important;
  font-size: 18px !important;
  text-decoration: none;
  text-transform: capitalize !important;
  white-space: nowrap;
}


#main-nav .sub-menu li a:hover:before, 
#main-nav .sub-menu li a:hover:after {
	content: " ";
	display: block;
	height: 19px;
	width: 90%;
	margin-left: -5%;
	margin-right: -5%;
	position: absolute;
	transform: skew(-15deg);
	margin-top: 3px;
}
#main-nav .sub-menu li a:hover:before {
  background: rgba(244, 120, 55, 1);
  z-index:-100;
}
#main-nav .sub-menu li:hover a {
  color: #FFF !important;
  z-index: 1;
  transition: none;
}

#main-nav .menu-item-has-children ul {
	transform: translateY(-10px);
	transition: visibility .2s,opacity .2s ease,transform .2s cubic-bezier(.2,-.62,.21,1);
	display: block;
	visibility: hidden;
	min-width: 180px;
}

#main-nav .menu-item-has-children.active ul {
	transform:translateY(0);
	transition:visibility .2s,opacity .2s ease,transform .5s cubic-bezier(.2,0,.6,1.58);
	visibility: visible;
}




@media screen and (max-width: 1200px) {
  #main-nav .sub-menu {
    padding-top: 21px;
  }
}
#main-nav.navbar-collapse.collapsing {
  display: none;
  -webkit-transition: none;
  transition: none;
}
#main-nav.navbar-collapse.show {
  position: absolute;
  z-index: 2000;
  display: block !important;
  width: 100%;
  height: 100vh !important;
  top: 0;
  left: 0;
  padding: 25px 0 15px;
  margin: 0 !important;
  background-color: #3A54A5;
  border: none;
  color: #FFFFFF;
  overflow-y: auto;
}
#main-nav.navbar-collapse.show #menu-wrapper {
  display: block !important;
}
#main-nav.navbar-collapse.show .navbar-nav {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-height: calc(100vh - 90px);
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left !important;
  margin-top: 130px;
}
#main-nav.navbar-collapse.show .navbar-nav li, #main-nav.navbar-collapse.show .navbar-nav li a {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  color: #FFFFFF !important;
  font-size: 1.1rem !important;
  text-decoration: none !important;
  text-transform: uppercase;
}
#main-nav.navbar-collapse.show .navbar-nav li {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 22.5px;
  margin: 40px 0 0;
  text-transform: uppercase;
}
#main-nav.navbar-collapse.show .navbar-nav li:first-child {
  margin-top: 15px;
}
#main-nav.navbar-collapse.show .navbar-nav li:last-child {
  margin-bottom: 0 !important;
}
#main-nav.navbar-collapse.show .navbar-nav li.nav-btn {
  margin-top: 45px !important;
  text-align: center;
}
#main-nav.navbar-collapse.show .navbar-nav li.nav-btn a {
  display: inline-block !important;
  width: auto !important;
  padding: 15px 22.5px !important;
  background-color: #345071 !important;
  color: #fff !important;
}
#main-nav.navbar-collapse.show .navbar-nav li.nav-btn a:hover, #main-nav.navbar-collapse.show .navbar-nav li.nav-btn a:focus-visible {
  background-color: #4F7199 !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
}
#main-nav.navbar-collapse.show .navbar-nav li:before, #main-nav.navbar-collapse.show .navbar-nav li:after {
  display: none !important;
}
#main-nav.navbar-collapse.show .navbar-nav li.current-menu-item a, #main-nav.navbar-collapse.show .navbar-nav li a:hover, #main-nav.navbar-collapse.show .navbar-nav li a:focus-visible {
  color: #FFFFFF !important;
  text-transform: uppercase;
}
#main-nav.navbar-collapse.show .navbar-nav li li a, #main-nav.navbar-collapse.show .navbar-nav li.current-menu-item li a {
  color: #FFFFFF !important;
  text-transform: uppercase;
}
#main-nav.navbar-collapse.show .navbar-nav li .current-menu-item a, #main-nav.navbar-collapse.show .navbar-nav li li a:hover, #main-nav.navbar-collapse.show .navbar-nav li li a:focus-visible {
  background: none !important;
  color: #FFFFFF !important;
  text-decoration: underline !important;
}
#main-nav.navbar-collapse.show .navbar-nav li.selected .indicator {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#main-nav.navbar-collapse.show .navbar-nav .indicator {
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#main-nav.navbar-collapse.show .navbar-nav .indicator svg {
  fill: #FFFFFF;
}
#main-nav.navbar-collapse.show .navbar-nav .sub-menu {
  display: none;
  position: relative !important;
  width: calc(100% + 45px) !important;
  min-width: 1px !important;
  top: auto !important;
  left: auto !important;
  padding: 22.5px 0 !important;
  margin-left: -22.5px !important;
  margin-top: 7.5px;
  background: #35487d !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  border: none !important;
}
#main-nav.navbar-collapse.show .navbar-nav .sub-menu li {
  margin: 0 !important;
}
#main-nav.navbar-collapse.show .navbar-nav .sub-menu li + li {
  margin-top: 22.5px !important;
}
#main-nav.navbar-collapse.show .navbar-nav .sub-menu li a {
  background: none !important;
  font-size: 1rem !important;
}
#main-nav .selected .sub-menu {
  display: block !important;
  z-index: 2050;
}

@media screen and (max-width: 1140px) {
  #main-nav.collapse:not(.show) {
    display: none !important;
  }
  #nav-content {
    display: none !important;
  }
}


#mobile-toggler {
  width: 30px;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  margin-top: 50px;
}
#mobile-toggler svg {
  fill: #384C88;
  margin: 0 auto;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#mobile-toggler span {
  position: relative;
  z-index: 3000;
}
#mobile-toggler .expanded svg, #mobile-toggler.clicked .collapsed svg {
  display: none;
}
#mobile-toggler.clicked .expanded svg {
  display: block;
  fill: #ffffff;
}

body.locked #mobile-toggler {
	position: absolute;
	top: 0;
	right: 30px;
	width: 45px;
	margin-top: 30px;
	z-index: 10000000;
}

#mobile-nav-cta, #nav-content-mobile {
	display: none;
}

body.locked #main-nav.navbar-collapse.show .navbar-nav {
	margin-top: 35px;
}

body.locked #mobile-nav-cta {
	display: block;
	margin: 55px auto;
	max-width: fit-content;
}

body.locked #nav-content-mobile {
	display: block;
	padding-left: 25px;
}

body.locked #nav-content-mobile #nav-content-holder {
	display: flex;
	margin-top: 30px;
}

body.locked #nav-content-mobile #mobile-nav-text {
	margin-left: 40px;
}

body.locked #nav-content-mobile #mobile-nav-phone {
	background: url('../img/Phone2.svg') no-repeat;
	background-position: left center;
	font-weight: 700;
	padding-right: 40px;
	padding-left: 25px;
	border-right: 1px solid #ccc;

}

body.locked #main-nav .navbar-nav .indicator svg {
	top: 7px;
}

body.locked #menu-wrapper .current_page_item:not(.menu-item-has-children) a::before, body.locked #menu-wrapper li:hover a::before {
	background: none;
}

body.locked #main-nav .navbar-nav .indicator {
	top: 0 !important;
}

body.locked #main-nav.navbar-collapse.show .navbar-nav li.selected .indicator {
	top: 50% !important;
}

body.locked #main-nav .menu-item-has-children ul {
	visibility: visible !important;
}

@media screen and (max-width: 1140px) {
  #mobile-toggler {
    display: block !important;
  }
}

.nav-up #main-nav .sub-menu {
  display: none !important;
}
@media screen and (max-width: 1140px) {
  .nav-up #main-nav .selected .sub-menu {
    display: block !important;
  }
}

#main-footer {
  background-color: #181B31;
  font-size: 1rem;
}
#main-footer #footer-menus {
  padding-bottom: 45px;
  padding-top: 0;
  color: #FFFFFF;
  max-width: 1300px;
}
#main-footer #footer-menus a {
  color: #FFFFFF;
}
#main-footer #footer-menus a:hover, #main-footer #footer-menus a:focus-visible {
  font-weight: 600;
}
#main-footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main-footer .footer-menu.stay-visible {
  display: block !important;
}
#main-footer .footer-menu li {
  margin-bottom: 0;
  line-height: 1.25em;
}
#main-footer .footer-menu li:last-child {
  margin-bottom: 0;
}
#main-footer .footer-menu li:last-child ul, #main-footer .footer-menu li:last-child li:not(.menu-item-has-children) a {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #main-footer .footer-menu li:last-child {
    margin-bottom: 30px !important;
  }
}

#main-footer #footer-menus h5 {
	font-family: 'basic-sans', Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
}

#main-footer #footer-cta {
	border-bottom: 1px solid #3A54A5;
}

#main-footer .footer-menu li a {
  display: inline-block;
  margin-bottom: 0;
  font-family: "basic-sans", Arial, sans-serif;
  font-weight: 400;
	font-size: 18px;
	line-height: 45px;
  text-decoration: underline;
}
#main-footer .footer-menu li a:hover, #main-footer .footer-menu li a:focus-visible {
  text-decoration: none !important;
}
#main-footer .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 0 45px;
}
#main-footer .footer-menu ul li {
  margin-top: 7.5px;
}
#main-footer .footer-menu ul li a {
  margin-bottom: 0;
  font-family: "basic-sans", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.35em;
  text-decoration: underline;
}

#main-footer .footer-menu .footer-button a, #main-footer .footer-button a {
	background: #FFFFFF;
	border: 2px solid #000000;
	border-radius: 30px;
	color: #2D3640 !important;
	padding: 15px 35px;

	font-family: 'basic-sans', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;

	/* identical to box height */
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
  transition: all 0.25s ease;
}

#main-footer #footer-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#main-footer .footer-button {
  margin-top: 75px;
  text-align: center;
}
#main-footer .footer-button a {
  white-space: nowrap;
}

#main-footer .footer-menu .footer-button a:hover, #main-footer .footer-button a:hover {
	background-color: #000000;
	color: #ffffff !important;
	font-weight: normal !important;
	border: 2px solid #ffffff;
}

#main-footer #footer-menus .row div:nth-child(1) {
	padding-left: 0 !important;
  padding-right: 45px !important;
}

#main-footer #footer-menus .row div:nth-child(5) {
	padding-right: 0 !important;
}

@media screen and (max-width: 1081px) {
  #main-footer #footer-menus .row div:nth-child(1) {
    padding-right: 0 !important;
  }
  #main-footer #footer-menus .menus-row {
    margin-bottom: -45px !important;
  }
  #main-footer #footer-menus .col.col-logo-cta {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  #main-footer #footer-menus .col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-bottom: 45px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  #main-footer .footer-button {
    margin-bottom: 30px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 576px) {
  #main-footer #footer-menus .col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 30px !important;
  }
  #main-footer #footer-logo {
    margin-left: 0;
    margin-right: 0;
  }
  #main-footer .footer-button {
    text-align: left;
  }
}

#main-footer #footer-cta-text {
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 24px;
}

#main-footer #footer-cta-text a {
	background: #FFFFFF;
	border: 2px solid #000000;
	border-radius: 30px;
	color: #2D3640 !important;
	padding: 15px 45px;

	font-family: 'basic-sans', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;

	/* identical to box height */
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
}

#main-footer #footer-cta-text a:hover {
	background-color: #000000;
	color: #ffffff !important;
	border: 2px solid #ffffff;
}


@media screen and (max-width: 767px) {
  #main-footer .footer-menu.contact-menu li:last-child {
    margin-bottom: 0 !important;
  }
}
#main-footer .footer-meta {
  margin: 15px 0;
  font-size: 0.875rem;
}
#main-footer .footer-meta p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
#main-footer .footer-meta .svg {
  width: 30px;
  margin-right: 7.5px;
}
#main-footer .footer-meta .svg svg {
  fill: #FFFFFF;
}
#main-footer .footer-meta .label-phone {
  font-size: 18px;
  font-weight: normal;
}
#main-footer .footer-meta .label-custom a {
  cursor: pointer !important;
  text-decoration: underline !important;
}
#main-footer .footer-meta .label-custom a:hover, #main-footer .footer-meta .label-custom a:focus-visible {
  cursor: pointer !important;
  text-decoration: none !important;
}
#main-footer .footer-sm-icons {
  margin-bottom: 0 !important;
  margin-top: 30px;
}
#main-footer .footer-sm-icons a svg {
  fill: #FFFFFF;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#main-footer .footer-sm-icons a:hover svg, #main-footer .footer-sm-icons a:focus-visible svg {
  fill: #C4C4C4;
}
#main-footer #copyright-content {
  padding-bottom: 35px;
  padding-top: 35px;
  background-color: #121423;
  color: #FFFFFF;
  text-align: center;
}
/*#main-footer #copyright-content > * {
  font-size: 80%;
}*/
#main-footer #copyright-content p {
  margin-bottom: 0;
}
#main-footer #copyright-content a {
  color: #FFFFFF;
}
#main-footer #copyright-content a:hover, #main-footer #copyright-content a:focus-visible {
  color: #C4C4C4;
}
/*#main-footer #copyright-content .inline-list li:first-child:before {
  display: none;
}*/
#main-footer #copyright-content .designed-by, #main-footer #copyright-content .recaptcha-legal {
  margin-top: 7.5px;
  line-height: 1.25em;
}
#main-footer #copyright-content .recaptcha-legal {
  font-size: 90%;
}
@media screen and (max-width: 767px) {
  #main-footer #copyright-content {
    padding-bottom: 22.5px;
    padding-top: 22.5px;
  }
  #main-footer #copyright-content .inline-list {
    display: block;
    margin-bottom: 7.5px;
    margin-top: 7.5px;
  }
  /*#main-footer #copyright-content .inline-list li {
    display: block;
    margin: 0 !important;
    line-height: 1.6em;
    text-align: center;
  }*/
  /*#main-footer #copyright-content .inline-list li:before {
    display: none !important;
  }*/
  #main-footer #copyright-content .inline-list li a {
    line-height: 1.35em;
  }
}

input[type=file]::-webkit-file-upload-button {
  display: inline-block;
  position: relative;
  z-index: 5;
  padding: 15px 30px;
  background: #231F20;
  border: none !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #FFFFFF !important;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1em;
  overflow: hidden;
  text-decoration: none !important;
}

.button, .btn, .wp-block-button a, input[type=file]::file-selector-button, .nav-btn a {
	font-family: 'basic-sans', sans-serif;
	font-style: normal;
	font-size: 22px;
	line-height: 22px;
	text-decoration: none;
	padding: 15px 45px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background: #FFFFFF;
	border: 1px solid #F47B37;
	box-shadow: 0.5rem 0.5rem #F47837;
	border-radius: 30px;
	color: #2D3640;
	white-space: nowrap;
}

.button:hover, .btn:hover, .wp-block-button a:hover {
	background: #F47B37 !important;
	color: #ffffff;
	border: 1px solid #ffffff !important;
	box-shadow: 0.5rem 0.5rem #000000;
	border-radius: 30px;

}

/*input[type=file]::-webkit-file-upload-button:hover, input[type=file]::-webkit-file-upload-button:active, input[type=file]::-webkit-file-upload-button:focus-visible {
  background: #3A6B6f !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.button:hover, .button:active, .button:focus-visible, .btn:hover, .btn:active, .btn:focus-visible, .wp-block-button a:hover, .wp-block-button a:active, .wp-block-button a:focus-visible, input[type=file]::file-selector-button:hover, input[type=file]::file-selector-button:active, input[type=file]::file-selector-button:focus-visible, .nav-btn a:hover, .nav-btn a:active, .nav-btn a:focus-visible {
  background: #3A6B6f !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
}*/
input[type=file]::-webkit-file-upload-button svg {
  position: relative;
  top: -1.5px !important;
  left: -3.75px !important;
  fill: #231F20 !important;
  transform: scale(0.75) !important;
  -webkit-transform: scale(0.75) !important;
}
.button svg, .btn svg, .wp-block-button a svg, input[type=file]::file-selector-button svg, .nav-btn a svg {
  position: relative;
  top: -1.5px !important;
  left: -3.75px !important;
  fill: #231F20 !important;
  transform: scale(0.75) !important;
  -webkit-transform: scale(0.75) !important;
}
input[type=file]::-webkit-file-upload-button + .btn {
  margin-left: 30px;
}
.button + .btn, .btn + .btn, .wp-block-button a + .btn, input[type=file]::file-selector-button + .btn, .nav-btn a + .btn {
  margin-left: 30px;
}
input[type=file]::-webkit-file-upload-button:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(162, 181, 194, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(162, 181, 194, 0.25);
}
.button:focus, .btn:focus, .wp-block-button a:focus, input[type=file]::file-selector-button:focus, .nav-btn a:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(162, 181, 194, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(162, 181, 194, 0.25);
}
@media screen and (max-width: 992px) {
  input[type=file]::-webkit-file-upload-button {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  /*.button, .btn, .wp-block-button a, input[type=file]::file-selector-button, .nav-btn a {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }*/
  input[type=file]::-webkit-file-upload-button + .btn {
    margin-left: 15px;
  }
  .button + .btn, .btn + .btn, .wp-block-button a + .btn, input[type=file]::file-selector-button + .btn, .nav-btn a + .btn {
    margin-left: 15px;
  }
  input[type=file]::-webkit-file-upload-button svg {
    transform: scale(0.65) !important;
    -webkit-transform: scale(0.65) !important;
  }
  .button svg, .btn svg, .wp-block-button a svg, input[type=file]::file-selector-button svg, .nav-btn a svg {
    transform: scale(0.65) !important;
    -webkit-transform: scale(0.65) !important;
  }
}
@media screen and (max-width: 767px) {
  input[type=file]::-webkit-file-upload-button {
    padding: 15px 22.5px;
    font-size: 1rem;
  }
  /*.button, .btn, .wp-block-button a, input[type=file]::file-selector-button, .nav-btn a {
    padding: 15px 22.5px;
    font-size: 1rem;
  }*/
  input[type=file]::-webkit-file-upload-button svg {
    top: -0.66px !important;
  }
  .button svg, .btn svg, .wp-block-button a svg, input[type=file]::file-selector-button svg, .nav-btn a svg {
    top: -0.66px !important;
  }
}

.btn-secondary {
  background-color: #FFFFFF !important;
  color: #231F20 !important;
}
.btn-secondary:hover, .btn-secondary:focus-visible {
  background-color: #C4C4C4 !important;
  color: #231F20 !important;
}

.btn-inverted {
  background-color: #FFFFFF !important;
  border: 2px solid #345071 !important;
  color: #345071 !important;
}
.btn-inverted.color-body {
  color: #231F20 !important;
}
.btn-inverted.color-body:hover, .btn-inverted.color-body:focus-visible {
  color: #FFFFFF !important;
}
.btn-inverted:hover, .btn-inverted:focus-visible {
  background-color: #4F7199 !important;
  border-color: #4F7199 !important;
  color: #FFFFFF !important;
}

.fancybox {
  position: relative;
  display: inline-block;
}
.fancybox picture {
  -webkit-filter: brightness(25%);
          filter: brightness(25%);
}
.fancybox.play-button:after {
  content: "";
  position: absolute;
  z-index: 50;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  background: url(../img/button-play.svg) no-repeat;
  background-size: cover;
  -webkit-filter: grayscale(1) invert(1);
          filter: grayscale(1) invert(1);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 767px) {
  .fancybox.play-button:after {
    width: 45px;
    height: 45px;
    margin-left: -22.5px;
    margin-top: -22.5px;
  }
}
.fancybox:hover img, .fancybox:focus-visible img {
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.fancybox.play-button:hover:after, .fancybox.play-button:focus-visible:after {
  -webkit-filter: grayscale(0.95) invert(0.95);
          filter: grayscale(0.95) invert(0.95);
}

.no-arrow .fancybox:before, .no-arrow .fancybox:after {
  display: none !important;
}

.fancybox-content {
  padding: 30px !important;
}
.fancybox-content .gform_wrapper {
  width: 700px;
  margin-bottom: 0;
}

.gform_wrapper {
  width: 100%;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 60px;
}
.gform_wrapper + div {
  margin-top: 60px;
}
.gform_wrapper .gform_body {
  width: 100% !important;
}
.gform_wrapper .gform_required_legend {
  margin-bottom: 22.5px;
}
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper .gfield {
  margin: 15px 0 0 !important;
}
.gform_wrapper .gfield label, .gform_wrapper .gfield .gfield_label {
  margin-bottom: 4.5px !important;
  font-weight: bold !important;
}
.gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea {
  margin-top: 0 !important;
  padding: 7.5px 15px !important;
  background-color: #FFFFFF !important;
  border: 1px solid #BDBDBD !important;
  border-radius: none;
  color: #231F20 !important;
  font-size: 1rem !important;
}
.gform_wrapper .gfield input.disabled-field, .gform_wrapper .gfield select.disabled-field, .gform_wrapper .gfield textarea.disabled-field {
  background-color: #C4C4C4 !important;
}
.gform_wrapper .gfield select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px !important;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 0.6em;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
}
.gform_wrapper .gfield input[type=file], .gform_wrapper .gfield input[type=checkbox] {
  height: auto;
  border: none !important;
}
.gform_wrapper .gfield input[type=file] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.gform_wrapper .gfield input[type=file]::-webkit-file-upload-button {
  margin-right: 15px;
  padding: 15px 22.5px !important;
  background-color: #C4C4C4 !important;
  color: #231F20 !important;
  font-size: 1rem !important;
  line-height: 1em !important;
}
.gform_wrapper .gfield input[type=file]::file-selector-button {
  margin-right: 15px;
  padding: 15px 22.5px !important;
  background-color: #C4C4C4 !important;
  color: #231F20 !important;
  font-size: 1rem !important;
  line-height: 1em !important;
}
.gform_wrapper .gfield input[type=file]::-webkit-file-upload-button:hover, .gform_wrapper .gfield input[type=file]::-webkit-file-upload-button:focus-visible {
  background-color: #C4C4C4 !important;
  color: #231F20 !important;
}
.gform_wrapper .gfield input[type=file]::file-selector-button:hover, .gform_wrapper .gfield input[type=file]::file-selector-button:focus-visible {
  background-color: #C4C4C4 !important;
  color: #231F20 !important;
}
.gform_wrapper .gfield .gform_fileupload_rules {
  display: none !important;
}
.gform_wrapper .gfield .ginput_container_fileupload input {
  width: auto !important;
  border: none;
}
.gform_wrapper .gchoice + .gchoice {
  margin-top: 7.5px;
}
.gform_wrapper .gchoice label {
  margin-bottom: 0 !important;
  line-height: 1.45em;
}
.gform_wrapper .gchoice .gfield-choice-input {
  position: relative;
  top: 0.7 7.5px !important;
  width: 22.5px;
  height: 22.5px;
  margin-right: 7.5px;
}
.gform_wrapper .ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gform_wrapper .ginput_container_consent input[type=checkbox] {
  margin-top: 7.5px !important;
}
.gform_wrapper .ginput_container_consent .gfield_consent_label {
  margin: 0 !important;
  padding-left: 7.5px !important;
  font-weight: normal !important;
  text-transform: none !important;
}
.gform_wrapper .gfield_required {
  color: #EC1C24 !important;
  line-height: 0;
}
.gform_wrapper .gfield_required .gfield_required_text {
  position: relative;
  font-size: 0 !important;
  font-style: normal !important;
}
.gform_wrapper .gfield_error {
  background: none !important;
  border: none !important;
}
.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea {
  border-color: #EC1C24 !important;
}
.gform_wrapper .gfield_error.gfield_contains_required, .gform_wrapper .gfield_error.gfield_creditcard_warning {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}
.gform_wrapper .gfield_error.gfield_contains_required .ginput_container, .gform_wrapper .gfield_error.gfield_contains_required .gfield_label, .gform_wrapper .gfield_error.gfield_creditcard_warning .ginput_container, .gform_wrapper .gfield_error.gfield_creditcard_warning .gfield_label {
  margin-top: 0 !important;
}
.gform_wrapper .validation_message {
  padding-top: 7.5px !important;
  color: #c00 !important;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  padding: 7.5px !important;
  background: none !important;
  border: none !important;
}
.gform_wrapper .gfield_checkbox li input {
  vertical-align: top !important;
}
.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 30px 0 0 !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
/*.gform_wrapper .gform_footer .button {
  padding: 15px 30px !important;
  margin-bottom: 0 !important;
  font-size: 110% !important;
}*/
.gform_wrapper .gfield_description {
  margin-top: -7.5px;
  padding-top: 0 !important;
}
.gform_wrapper .grecaptcha-badge {
  display: none;
  opacity: 0;
}
.gform_wrapper .gform_validation_error form {
  opacity: 1 !important;
  -webkit-transform: translate(0);
          transform: translate(0);
}
@media screen and (max-width: 767px) {
  .gform_wrapper .gfield {
    margin-top: 7.5px !important;
  }
  .gform_wrapper .gfield label {
    margin-bottom: 7.5px !important;
    font-size: 0.95rem !important;
  }
}
@media screen and (max-width: 641px) {
  /*.gform_wrapper {
    padding: 0 !important;
  }*/
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1 !important;
  }
  .gform_wrapper .gform_body .gform_fields {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .gform_wrapper .gform_body .gform_fields .gfield {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .gform_wrapper .gform_footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    width: auto !important;
    margin-bottom: 0 !important;
  }
  .gform_wrapper .ginput_container_consent input[type=checkbox] {
    margin-top: 7.5px !important;
  }
  .gform_wrapper .ginput_container_checkbox {
    margin-top: 15px !important;
  }
  .gform_wrapper .gfield-choice-input + label {
    max-width: calc(100% - 42px) !important;
  }
}

.wp-block-column .gravity-form {
  max-width: 100% !important;
}

.scrollmagic {
  /* Defaults for ScrollMagic effects */
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* Speeds */
  /* Directions */
}
.scrollmagic.speed1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.scrollmagic.speed2 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.scrollmagic.speed3 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.scrollmagic.speed4 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.scrollmagic.speed5 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}
.scrollmagic.speed6 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}
.scrollmagic.speed7 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}
.scrollmagic.speed8 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}
.scrollmagic.speed9 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}
@media screen and (max-width: 767px) {
  .scrollmagic.speed1 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .scrollmagic.speed2 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .scrollmagic.speed3 {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
  }
  .scrollmagic.speed4 {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
  }
  .scrollmagic.speed5 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
  }
  .scrollmagic.speed6 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-transition-duration: 1.2s;
            transition-duration: 1.2s;
  }
  .scrollmagic.speed7 {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    -webkit-transition-duration: 1.4s;
            transition-duration: 1.4s;
  }
  .scrollmagic.speed8 {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    -webkit-transition-duration: 1.6s;
            transition-duration: 1.6s;
  }
  .scrollmagic.speed9 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transition-duration: 1.8s;
            transition-duration: 1.8s;
  }
}
@media screen and (min-width: 767px) {
  .scrollmagic.from-bottom {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  .scrollmagic.from-left {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  .scrollmagic.from-right {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
  .scrollmagic.from-top {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}
@media screen and (max-width: 767px) {
  .scrollmagic.from-bottom, .scrollmagic.from-left, .scrollmagic.from-right, .scrollmagic.from-top {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
.scrollmagic.visible {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  min-width: 500px;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .search-form {
    min-width: auto;
    width: 300px;
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.search-form .search-input {
  padding: 7.5px 15px;
  border: 1px solid #E4E4E4;
  border-right: none !important;
}
@media screen and (max-width: 767px) {
  .search-form .search-input {
    width: 65%;
  }
}
.search-form .search-input::-webkit-input-placeholder {
  color: #000000;
}
.search-form .search-input::-moz-placeholder {
  color: #000000;
}
.search-form .search-input:-ms-input-placeholder {
  color: #000000;
}
.search-form .search-input::-ms-input-placeholder {
  color: #000000;
}
.search-form .search-input::placeholder {
  color: #000000;
}
.search-form .search-submit {
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .search-form .search-submit {
    width: 35%;
  }
}
.search-form .search-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .search-form .search-message {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0 0 15px 0;
    text-align: center;
  }
}

.col .slick-slider:first-child {
  margin-top: 0;
}

.slick-slider {
  height: 30px;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  visibility: hidden;
}
.slick-slider.slick-initialized {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.slick-slider.slick-initialized .slick-slide {
  display: block;
  visibility: visible !important;
}
.slick-slider .slick-slide {
  display: none;
}
.slick-slider .slick-slide:first-child {
  display: block;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .slick-slider {
    margin-top: 22.5px;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .slick-slider.has-multiple {
    padding-bottom: 60px;
  }
  .slick-slider.has-multiple .slider-prev, .slick-slider.has-multiple .slider-next {
    margin-top: -30px;
  }
}
@media screen and (max-width: 1440px) {
  .slick-slider {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}

.slider-prev, .slider-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 45px;
  height: 45px;
  padding: 0;
  margin-top: -22.5px;
  background: none !important;
  border: none;
  cursor: pointer;
  text-align: center;
}
.slider-prev svg, .slider-next svg {
  fill: #3A54A5;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.slider-prev svg:hover, .slider-prev svg:focus-visible, .slider-next svg:hover, .slider-next svg:focus-visible {
  fill: #383838;
}

.slider-prev {
  left: -60px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 1440px) {
  .slider-prev {
    left: -15px;
  }
}

.slider-next {
  right: -60px;
}
@media screen and (max-width: 1440px) {
  .slider-next {
    right: -15px;
  }
}

.slider-arrows {
  margin-top: 15px;
  text-align: center;
}
.slider-arrows .slider-prev, .slider-arrows .slider-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
.slider-arrows button {
  display: inline-block;
  width: 22.5px;
  height: 22.5px;
  margin: 0 15px;
  background-color: #447E83 !important;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.slider-arrows button svg {
  fill: #FFFFFF !important;
  -webkit-transform: scale(1.75);
          transform: scale(1.75);
}

.sm-icons {
  display: block;
  margin-bottom: -15px;
}
.sm-icons svg {
  fill: #231F20;
}
.sm-icons a {
  display: inline-block;
  margin: 0 0 15px 22.5px;
  font-size: 1.5rem;
  line-height: 1em;
}
.sm-icons a:first-child {
  margin-left: 0;
}
.sm-icons a:hover svg, .sm-icons a:focus-visible svg {
  fill: #F68D3D;
}
@media screen and (max-width: 1200px) {
  .sm-icons a {
    margin-left: 15px;
  }
}

.rank-math-breadcrumb {
  margin-bottom: 45px;
  margin-top: -30px;
  font-size: 90%;
}
.rank-math-breadcrumb.post-bottom {
  clear: both !important;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .rank-math-breadcrumb {
    margin-top: -15px;
  }
}

.entry-content .rank-math-breadcrumb.post-bottom:last-child {
  margin-bottom: 0 !important;
}

.post-categories {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post-categories {
    margin-bottom: 30px;
  }
}
.post-categories ul {
  list-style: none;
  padding: 0;
}
.post-categories li {
  display: inline-block;
  margin: 7.5px 22.5px;
}
@media screen and (max-width: 992px) {
  .post-categories li {
    margin: 7.5px;
  }
}
@media screen and (max-width: 767px) {
  .post-categories li {
    margin: 7.5px;
    font-size: 90%;
  }
}
@media screen and (max-width: 576px) {
  .post-categories li {
    margin: 3.75px 7.5px;
  }
}
.post-categories li a {
  color: #4F7199;
}
.post-categories li a:hover, .post-categories li a:focus-visible {
  color: #231F20;
}
.post-categories li a.current-cat {
  color: #231F20 !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
.post-categories + .search-form {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .post-categories + .search-form {
    margin-top: 30px;
  }
}

.post-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin: 60px auto;
  padding: 30px;
  background-color: #FFFFFF;

}

@media screen and (max-width: 767px) {
  .post-row {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.post-row .post-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.post-row .post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-category .btn {
  padding: 10px 15px;
  font-size: 0.925rem;
  line-height: 1em;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .post-category .btn {
    padding: 7.5px;
    font-size: 0.8rem;
  }
}

.post-category, .post-title, .post-excerpt {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .col-blog-featured {
    margin-bottom: 30px;
  }
}

.post-featured {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.post-featured img {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 992px) {
  .post-featured {
    height: 210px;
  }
}
@media screen and (max-width: 767px) {
  .post-featured {
    height: auto;
  }
  .post-featured img {
    position: relative;
  }
}

.post-sharing {
  margin-bottom: 60px;
}
.post-sharing .sharing-title {
  margin-bottom: 15px;
}
.post-sharing .sharing-buttons {
  margin-bottom: -7.5px !important;
}
.post-sharing .sharing-buttons a {
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 2.5px;
  margin: 0 15px 7.5px 0;
  background-color: #0071CE;
  border-radius: 7.5px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  color: #FFFFFF;
  text-align: center;
}
.post-sharing .sharing-buttons a:hover, .post-sharing .sharing-buttons a:focus-visible {
  background-color: #231F20 !important;
}
.post-sharing .sharing-buttons a:hover svg, .post-sharing .sharing-buttons a:focus-visible svg {
  fill: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .post-sharing .sharing-buttons a {
    width: 40px;
    height: 40px;
  }
}
.post-sharing .sharing-buttons .button-facebook {
  background-color: #4267B2;
}
.post-sharing .sharing-buttons .button-twitter {
  background-color: #1DA1F2;
}
.post-sharing .sharing-buttons .button-linkedin {
  background-color: #0E76A8;
}
.post-sharing .sharing-buttons .button-email {
  background-color: #9C777C;
}
@media screen and (max-width: 767px) {
  .post-sharing .sharing-buttons svg {
    width: 26px;
    height: 26px;
    top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .post-sharing {
    margin-bottom: 45px;
  }
}

.single-post .rank-math-breadcrumb {
  margin-bottom: 45px;
}
.single-post .rank-math-breadcrumb.post-bottom {
  margin-bottom: 50px;
  margin-top: 45px;
}
.single-post .rank-math-breadcrumb a {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  font-size; 18px;
  text-decoration: underline;
}
.single-post .rank-math-breadcrumb a:hover, .single-post .rank-math-breadcrumb a:focus-visible {
  color: #231F20;
  text-decoration: underline;
}
.single-post .featured-image {
  display: block;
  margin: 0 auto 45px;
}
.single-post .entry-content h1, .single-post .entry-content .h1, .single-post .entry-content h2, .single-post .entry-content .h2, .single-post .entry-content h3, .single-post .entry-content .h3, .single-post .entry-content h4, .single-post .entry-content .h4, .single-post .entry-content h5, .single-post .entry-content .h5, .single-post .entry-content h6, .single-post .entry-content .h6 {
  color: #231F20;
}
.single-post .entry-content h1, .single-post .entry-content .h1, .single-post .entry-content h2, .single-post .entry-content .h2, .single-post .entry-content h3, .single-post .entry-content .h3 {
  font-size: min(max(1.4rem, 3.5vw), 28px);
  font-weight: 600;
  line-height: 1.25em;
}
.single-post .entry-content h4, .single-post .entry-content .h4, .single-post .entry-content h5, .single-post .entry-content .h5, .single-post .entry-content h6, .single-post .entry-content .h6 {
  font-size: min(max(1.2rem, 3vw), 24px);
  line-height: 1.25em;
}
.single-post .entry-content a {
  color: #345071;
}
.single-post .entry-content a:hover, .single-post .entry-content a:focus-visible {
  color: #231F20;
}
.single-post .entry-content .wp-block-image figure {
  padding: 7.5px;
  background-color: #E4E4E4;
  border: 1px solid #C4C4C4;
}
.single-post .entry-content .wp-block-image figcaption {
  margin-bottom: 0;
  margin-top: -3.75px;
  padding: 15px;
  background-color: #E4E4E4;
  border: 1px solid #C4C4C4;
  border-top: none;
  color: #383838;
  font-size: 85%;
  line-height: 1.35em;
  text-align: center;
}
.single-post .post-search-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.single-post .post-search-categories .post-categories + .search-form {
  margin-bottom: 45px;
  margin-top: 22.5px;
}
.single-post .block-related-resources {
  margin-bottom: 0;
}

.post-pagination {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .post-pagination {
    margin-top: 45px;
  }
}
.post-pagination a, .post-pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  margin: 7.5px;
  font-size: 115%;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .post-pagination a, .post-pagination span {
    width: 30px;
    height: 30px;
    margin: 2.5px;
  }
}
.post-pagination a:hover, .post-pagination a:focus-visible {
  color: #3A54A5;
}
.post-pagination .current {
  border: 2px solid #F47B37;
  border-radius: 7.5px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  color: #231F20 !important;
}
.post-pagination svg {
  fill: #3A54A5;
}
.post-pagination svg:hover, .post-pagination svg:focus-visible {
  fill: #3A54A5;
}
.post-pagination .prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* Classes and styles applied by the Wordpress block editor */
/* Text and background colors */
.has-black-color, .has-black-color a:not(.btn) {
  color: #000000 !important;
}

.has-black-background-color {
  background-color: #000000 !important;
}

.has-blue-color, .has-blue-color a:not(.btn) {
  color: #345071 !important;
}

.has-blue-background-color {
  background-color: #345071 !important;
}

.has-body-color, .has-body-color a:not(.btn) {
  color: #231F20 !important;
}

.has-body-background-color {
  background-color: #231F20 !important;
}

.has-gray-color, .has-gray-color a:not(.btn) {
  color: #9F9F9F !important;
}

.has-gray-background-color {
  background-color: #9F9F9F !important;
}

.has-light-blue-color, .has-light-blue-color a:not(.btn) {
  color: #4F7199 !important;
}

.has-light-blue-background-color {
  background-color: #4F7199 !important;
}

.has-light-gray-color, .has-light-gray-color a:not(.btn) {
  color: #C4C4C4 !important;
}

.has-light-gray-background-color {
  background-color: #C4C4C4 !important;
}

.has-medium-gray-color, .has-medium-gray-color a:not(.btn) {
  color: #575859 !important;
}

.has-medium-gray-background-color {
  background-color: #575859 !important;
}

.has-orange-color, .has-orange-color a:not(.btn) {
  color: #F68D3D !important;
}

.has-orange-background-color {
  background-color: #F68D3D !important;
}

.has-red-color, .has-red-color a:not(.btn) {
  color: #EC1C24 !important;
}

.has-red-background-color {
  background-color: #EC1C24 !important;
}

.has-teal-color, .has-teal-color a:not(.btn) {
  color: #447E83 !important;
}

.has-teal-background-color {
  background-color: #447E83 !important;
}

.has-white-color, .has-white-color a:not(.btn) {
  color: #FFFFFF !important;
}

.has-white-background-color {
  background-color: #FFFFFF !important;
}

.single p {
	padding-bottom: 20px;
}

/* Text sizes */
/*.has-large-font-size {
  font-size: 1.5rem !important;
  line-height: 1.35em;
}

.has-medium-font-size {
  font-size: 1.25rem !important;
  line-height: 1.5em;
}

.has-small-font-size {
  font-size: 0.875rem !important;
  line-height: 1.35em;
}*/

@media screen and (max-width: 767px) {
  /*.has-large-font-size {
    font-size: 1.25rem !important;
  }
  .has-medium-font-size {
    font-size: 1.1rem !important;
  }
  .has-small-font-size {
    font-size: 0.75rem !important;
  }*/
}
/* Margins */
.mb-1 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .mb-1 {
    margin-bottom: 7.5px !important;
  }
}

.mb-2 {
  margin-bottom: 22.5px !important;
}
@media screen and (max-width: 767px) {
  .mb-2 {
    margin-bottom: 15px !important;
  }
}

.mb-3 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .mb-3 {
    margin-bottom: 22.5px !important;
  }
}

.mb-4 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 767px) {
  .mb-4 {
    margin-bottom: 30px !important;
  }
}

.mb-5 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .mb-5 {
    margin-bottom: 45px !important;
  }
}

.ml-1 {
  margin-left: 15px !important;
}
@media screen and (max-width: 767px) {
  .ml-1 {
    margin-left: 7.5px !important;
  }
}

.ml-2 {
  margin-left: 22.5px !important;
}
@media screen and (max-width: 767px) {
  .ml-2 {
    margin-left: 15px !important;
  }
}

.ml-3 {
  margin-left: 30px !important;
}
@media screen and (max-width: 767px) {
  .ml-3 {
    margin-left: 22.5px !important;
  }
}

.ml-4 {
  margin-left: 45px !important;
}
@media screen and (max-width: 767px) {
  .ml-4 {
    margin-left: 30px !important;
  }
}

.ml-5 {
  margin-left: 60px !important;
}
@media screen and (max-width: 767px) {
  .ml-5 {
    margin-left: 45px !important;
  }
}

.mr-1 {
  margin-right: 15px !important;
}
@media screen and (max-width: 767px) {
  .mr-1 {
    margin-right: 7.5px !important;
  }
}

.mr-2 {
  margin-right: 22.5px !important;
}
@media screen and (max-width: 767px) {
  .mr-2 {
    margin-right: 15px !important;
  }
}

.mr-3 {
  margin-right: 30px !important;
}
@media screen and (max-width: 767px) {
  .mr-3 {
    margin-right: 22.5px !important;
  }
}

.mr-4 {
  margin-right: 45px !important;
}
@media screen and (max-width: 767px) {
  .mr-4 {
    margin-right: 30px !important;
  }
}

.mr-5 {
  margin-right: 60px !important;
}
@media screen and (max-width: 767px) {
  .mr-5 {
    margin-right: 45px !important;
  }
}

.mt-1 {
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .mt-1 {
    margin-top: 7.5px !important;
  }
}

.mt-2 {
  margin-top: 22.5px !important;
}
@media screen and (max-width: 767px) {
  .mt-2 {
    margin-top: 15px !important;
  }
}

.mt-3 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .mt-3 {
    margin-top: 22.5px !important;
  }
}

.mt-4 {
  margin-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .mt-4 {
    margin-top: 30px !important;
  }
}

.mt-5 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt-5 {
    margin-top: 45px !important;
  }
}

/* Padding */
.pb-1 {
  padding-bottom: 15px !important;
}

.pb-2 {
  padding-bottom: 22.5px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 45px !important;
}

.pb-5 {
  padding-bottom: 60px !important;
}

.pl-1 {
  padding-left: 15px !important;
}

.pl-2 {
  padding-left: 22.5px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pl-4 {
  padding-left: 45px !important;
}

.pl-5 {
  padding-left: 60px !important;
}

.pr-1 {
  padding-right: 15px !important;
}

.pr-2 {
  padding-right: 22.5px !important;
}

.pr-3 {
  padding-right: 30px !important;
}

.pr-4 {
  padding-right: 45px !important;
}

.pr-5 {
  padding-right: 60px !important;
}

.pt-1 {
  padding-top: 15px !important;
}

.pt-2 {
  padding-top: 22.5px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 45px !important;
}

.pt-5 {
  padding-top: 60px !important;
}

.w-1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

/* WP Blocks */
hr, .wp-block-separator {
  width: calc(100% + 90px) !important;
  max-width: none !important;
  height: 1px;
  margin-bottom: 45px;
  margin-top: 45px;
  margin-left: -90px !important;
  margin-right: 0 !important;
  background: -webkit-gradient(linear, right top, left top, color-stop(76.36%, rgba(0, 0, 0, 0.25)), to(rgba(217, 217, 217, 0)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.25) 76.36%, rgba(217, 217, 217, 0) 100%);
  border: none;
}
@media screen and (max-width: 767px) {
  hr, .wp-block-separator {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  hr, .wp-block-separator {
    margin-bottom: 22.5px;
    margin-top: 22.5px;
  }
}
hr.is-style-wide, .wp-block-separator.is-style-wide {
  width: calc(100% + 240px) !important;
  margin-bottom: 0 !important;
  margin-left: -120px !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  background-color: #9F9F9F;
}
@media screen and (max-width: 767px) {
  hr.is-style-wide, .wp-block-separator.is-style-wide {
    margin-bottom: 45px !important;
    margin-top: 45px !important;
  }
}
hr.indented, .wp-block-separator.indented {
  width: 100% !important;
  margin-bottom: 45px !important;
  margin-left: 0 !important;
  margin-top: 15px !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(76.36%, rgba(0, 0, 0, 0.25)), to(rgba(217, 217, 217, 0)));
  background: linear-gradient(-270deg, rgba(0, 0, 0, 0.25) 76.36%, rgba(217, 217, 217, 0) 100%);
}
@media screen and (max-width: 767px) {
  hr.indented, .wp-block-separator.indented {
    margin-bottom: 30px !important;
  }
}

.wp-block-columns {
  clear: both !important;
  gap: unset !important;
  margin-bottom: 0;
  margin-left: -22.5px;
  margin-right: -22.5px;
}
.wp-block-columns.hover-blue .wp-block-column img {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.wp-block-columns.hover-blue .wp-block-column:hover, .wp-block-columns.hover-blue .wp-block-column:focus-visible {
  color: #345071 !important;
}
.wp-block-columns.hover-blue .wp-block-column:hover svg, .wp-block-columns.hover-blue .wp-block-column:focus-visible svg {
  fill: #345071 !important;
}
.wp-block-columns.hover-blue .wp-block-column:hover img, .wp-block-columns.hover-blue .wp-block-column:focus-visible img {
  -webkit-filter: invert(27%) sepia(61%) saturate(367%) hue-rotate(172deg) brightness(96%) contrast(96%);
          filter: invert(27%) sepia(61%) saturate(367%) hue-rotate(172deg) brightness(96%) contrast(96%);
}

@media screen and (max-width: 767px) {
  #content .wp-block-columns {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.entry-content .wp-block-columns:last-child {
  margin-bottom: -30px;
}

p + .wp-block-columns, p + #services-area {
  margin-top: 30px;
}

.wp-block-column {
  padding: 0 22.5px;
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .wp-block-column {
    padding: 0 15px !important;
  }

	  .wp-block-column.box-padding {
	  padding: 30px 45px !important;
	}
}
.wp-block-column.pl-0 {
  padding-left: 0 !important;
}
.wp-block-column.pr-0 {
  padding-right: 0 !important;
}

@media screen and (max-width: 767px) {
  #content .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin-bottom: 45px !important;
  }
  /*#content .wp-block-column:last-child {
    margin-bottom: 0 !important;
  }*/
}
@media screen and (max-width: 576px) {
  #content .wp-block-column {
    margin-bottom: 30px !important;
  }
}

.wp-block-pullquote {
  max-width: 900px !important;
  padding: 0 15px !important;
  margin: 45px auto !important;
}
.wp-block-pullquote p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.45em;
}

.svg-circle {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.svg-circle img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto !important;
}
.svg-circle.fill-white img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 1 !important;
}

a:hover .svg-circle, a:focus-visible .svg-circle {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.wp-block-button__link:active, .wp-block-button__link:visited, .wp-block-button__link:hover, .wp-block-button__link:focus-visible {
  color: initial;
}

.wp-block-embed {
  margin-bottom: 30px;
}
.wp-block-embed.responsive .wp-block-embed__wrapper, .wp-block-embed.wp-block-embed-vimeo .wp-block-embed__wrapper, .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.wp-block-embed.responsive iframe, .wp-block-embed.wp-block-embed-vimeo iframe, .wp-block-embed.wp-has-aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wp-block-embed.aspect-100 .wp-block-embed__wrapper {
  padding-bottom: 100%;
}
@media screen and (max-width: 767px) {
  .wp-block-embed.aspect-100 .wp-block-embed__wrapper {
    padding-bottom: 56.25%;
  }
}

.wp-block-image {
  position: relative;
  margin-bottom: 30px;
}
.wp-block-image.drop-shadow figure {
  position: relative;
}
.wp-block-image.drop-shadow figure:before {
  content: "";
  position: absolute;
  z-index: 15;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  border: 1px solid #FFFFFF;
}
.wp-block-image.drop-shadow figure img {
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .wp-block-image.drop-shadow figure img {
    -webkit-filter: drop-shadow(0px 0px 7.5px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0px 0px 7.5px rgba(0, 0, 0, 0.2));
  }
}
.wp-block-image.drop-shadow figure figcaption {
  position: relative;
  z-index: 50;
  margin-top: 30px;
  text-align: center;
}
.wp-block-image.drop-shadow figure figcaption a {
  color: #345071;
  font-size: 85%;
  font-weight: bold;
}
.wp-block-image.drop-shadow figure figcaption a:hover, .wp-block-image.drop-shadow figure figcaption a:focus-visible {
  color: #4F7199;
}
.wp-block-image.no-rectangle figure:before {
  display: none !important;
}
.wp-block-image figure {
  position: relative;
  margin-bottom: 15px;
}
.wp-block-image figcaption {
  margin: 0;
  padding: 15px;
  color: #231F20;
  text-align: center;
}
.wp-block-image .alignleft {
  float: left;
  margin: 0 90px 15px 0 !important;
}
.wp-block-image .alignright {
  float: right;
  margin: 0 0 15px 90px !important;
}
.wp-block-image .alignleft, .wp-block-image .alignright {
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .wp-block-image .alignleft, .wp-block-image .alignright {
    float: none;
    max-width: 100%;
    margin: 0 auto 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-image:last-child {
    margin-bottom: 0;
  }
}

.aligncenter figcaption {
  text-align: center;
}

figure.drop-shadow {
  position: relative;
}
figure.drop-shadow img {
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  figure.drop-shadow img {
    -webkit-filter: drop-shadow(0px 0px 7.5px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0px 0px 7.5px rgba(0, 0, 0, 0.2));
  }
}
figure.drop-shadow:before {
  content: "";
  position: absolute;
  z-index: 15;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  border: 1px solid #FFFFFF;
}

.wp-block-media-text {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-media-text {
    margin-bottom: 30px;
  }
}
.wp-block-media-text .wp-block-media-text__content {
  padding-left: 60px !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    margin-top: 30px;
    padding-left: 0 !important;
  }
}
.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
  padding-left: 60px !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 992px) {
  .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
    padding-left: 0 !important;
  }
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0 !important;
  padding-right: 60px !important;
}
@media screen and (max-width: 992px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0 !important;
  }
}
.wp-block-media-text .wp-block-media-text__media {
  position: relative;
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .wp-block-media-text .wp-block-media-text__media {
    -webkit-filter: drop-shadow(0px 0px 7.5px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0px 0px 7.5px rgba(0, 0, 0, 0.2));
  }
}
.wp-block-media-text .wp-block-media-text__media:before {
  content: "";
  position: absolute;
  z-index: 15;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  border: 1px solid #FFFFFF;
}
.wp-block-media-text.no-shadow .wp-block-media-text__media {
  -webkit-filter: none !important;
          filter: none !important;
}

.wp-block-separator + .wp-block-media-text {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .wp-block-separator + .wp-block-media-text {
    margin-top: 45px;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-separator + .wp-block-media-text {
    margin-top: 30px;
  }
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  padding: 15px;
  font-size: 0.85rem;
}

.wp-block-buttons {
  margin: 45px 0;
}
.wp-block-buttons .wp-block-button {
  margin-bottom: 0;
}
.wp-block-buttons:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .wp-block-buttons {
    margin: 30px 0;
  }
}

.container + .wp-block-separator {
  margin-bottom: 0;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .center-mobile {
    text-align: center;
  }
}

/* ===== Block - Accordion Content ===== */
.block-accordion-content {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .block-accordion-content {
    margin-bottom: 30px;
  }
}

.accordion-item {
  border: none !important;
}
.accordion-item + .accordion-item {
  border-top: 1px solid #FFFFFF !important;
}
.accordion-item .accordion-title {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 60px;
  padding-top: 15px;
  background-color: #447E83;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .accordion-item .accordion-title {
    padding-left: 15px;
    padding-right: 45px;
    font-size: 1.05rem;
  }
}
.accordion-item .accordion-title:hover, .accordion-item .accordion-title:focus-visible {
  text-decoration: none;
}
.accordion-item .accordion-title:before {
  content: "+";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 12.5px;
  right: 30px;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 100;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .accordion-item .accordion-title:before {
    right: 15px;
    top: 11px;
  }
}
.accordion-item .accordion-title.expanded:before {
  content: "-";
  top: 10px;
  right: 35px;
}
@media screen and (max-width: 767px) {
  .accordion-item .accordion-title.expanded:before {
    right: 17.5px;
    top: 7.5px;
  }
}
.accordion-item .accordion-content {
  display: none;
  padding: 30px;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .accordion-item .accordion-content {
    padding: 15px;
  }
}

.more-details .accordion-title {
  display: inline-block;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .more-details .accordion-title {
    padding-left: 0 !important;
  }
  .more-details .accordion-title ul {
    padding-left: 0 !important;
  }
  .more-details .accordion-title .col + .col {
    margin-top: 15px !important;
  }
}

.block-cta-button {
  margin-bottom: 30px;
  margin-top: 30px;
}

.btn-svg {
  position: relative;
  top: -1.5px;
}
.btn-svg svg {
  fill: #FFFFFF;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}

.svg-left {
  margin-right: 15px;
}

.svg-right {
  margin-left: 15px;
}

.entry-content .block-full-width:last-child {
  margin-bottom: -60px !important;
}
@media screen and (max-width: 767px) {
  .entry-content .block-full-width:last-child {
    margin-bottom: -45px !important;
  }
}

.block-full-width {
  width: calc(100% + 240px);
  margin-bottom: 0;
  margin-left: -120px;
  padding: 60px 120px;
  overflow: hidden;
}
.block-full-width + .block-full-width {
  margin-top: 0 !important;
}
@media screen and (max-width: 1440px) {
  .block-full-width {
    width: calc(100% + 180px);
    margin-left: -90px;
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .block-full-width {
    width: calc(100% + 120px);
    margin-left: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 992px) {
  .block-full-width {
    width: calc(100% + 60px);
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .block-full-width {
    width: calc(100% + 45px);
    margin-left: -22.5px;
    padding: 45px 22.5px;
  }
}
@media screen and (max-width: 420px) {
  .block-full-width {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 45px 15px;
  }
}

.block-full-width-content {
  position: relative;
  margin-top: 60px;
}
.block-full-width-content .bg-image {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-full-width-content .wp-block-columns {
  margin-bottom: 0 !important;
}
.block-full-width-content * + .wp-block-columns {
  margin-top: 45px;
}
.block-full-width-content .wp-block-column {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .block-full-width-content {
    margin-top: 45px;
  }
  .block-full-width-content .wp-block-columns:last-child .wp-block-column:last-child {
    margin-bottom: 0 !important;
  }
}

.block-hero-area {
  position: relative;
  margin-bottom: 60px;
  background-color: #345071;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .block-hero-area {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 576px) {
  .block-hero-area {
    margin-bottom: 30px;
  }
}
.block-hero-area .hero-image {
  background-color: #345071;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 50% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 50% 100%, 0 90%);
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}
@media screen and (max-width: 767px) {
  .block-hero-area .hero-image {
    -o-object-position: top left;
       object-position: top left;
  }
}
.block-hero-area .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 50;
  height: 100%;
  padding: 30px 0;
  color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .block-hero-area .page-title {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .block-hero-area .page-title {
    padding: 0;
  }
}
.block-hero-area .page-title .h1 {
  margin-bottom: 0;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.block-hero-area .page-title img {
  width: auto;
  height: 80px;
  margin-right: 30px;
}
@media screen and (max-width: 992px) {
  .block-hero-area .page-title img {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .block-hero-area .page-title img {
    height: 60px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .block-hero-area .page-title img {
    height: 50px;
  }
}
@media screen and (max-width: 420px) {
  .block-hero-area .page-title img {
    height: 40px;
  }
}
.block-hero-area .hexagonal-overlay {
  position: absolute;
  z-index: 15;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: -20%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 50% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 50% 100%, 0 90%);
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .block-hero-area .hexagonal-overlay {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.block-hero-area.has-subtitle .page-title {
  padding-bottom: 0;
  padding-top: 0;
}
.block-hero-area.has-image {
  height: 465px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .block-hero-area.has-image {
    height: 400px;
  }
}
@media screen and (max-width: 992px) {
  .block-hero-area.has-image {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .block-hero-area.has-image {
    height: 300px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 576px) {
  .block-hero-area.has-image {
    height: 250px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 420px) {
  .block-hero-area.has-image {
    height: 200px;
  }
}
.block-hero-area.has-image .hexagonal-overlay {
  right: 0;
}

.block-logos-slider {
  position: relative;
  padding-bottom: 60px;
  padding-top: 30px;
}
.block-logos-slider + .wp-block-columns {
  margin-top: 60px;
}
.block-logos-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-logos-slider .slick-slide div {
  padding: 0 22.5px;
  text-align: center;
}
.block-logos-slider .slick-slide div div {
  padding-left: 0;
  padding-right: 0;
}
.block-logos-slider img {
  display: block;
  width: auto;
  max-height: 105px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .block-logos-slider {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .block-logos-slider .h1 {
    margin-bottom: 7.5px;
  }
  .block-logos-slider .logos-slider {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .block-logos-slider .logos-slider .slick-slide div {
    padding: 0 15px;
  }
}
.block-logos-slider .slider-controls {
  width: 36px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-align: center;
}
.block-logos-slider .slider-controls span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #eee;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  cursor: pointer;
  text-align: center;
}
.block-logos-slider .slider-controls span svg {
  position: relative;
  fill: #383838;
  -webkit-transform: scale(1.75);
          transform: scale(1.75);
}
@media screen and (max-width: 767px) {
  .block-logos-slider .slider-controls span svg {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.block-logos-slider .slider-controls span:hover svg, .block-logos-slider .slider-controls span:focus-visible svg {
  fill: #575859;
}
@media screen and (max-width: 767px) {
  .block-logos-slider .slider-controls span {
    width: 30px;
    height: 30px;
  }
}
.block-logos-slider .slider-controls.state-paused .pause, .block-logos-slider .slider-controls .play, .block-logos-slider .slider-controls .pause {
  display: none;
}
.block-logos-slider .slider-controls.state-paused .play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/** CUSTOM CSS **/

body:not(.home) .entry-content {
	padding-top: 40px;
}

.wp-block-column.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.home-header div:nth-child(1) {
	position: relative;
	z-index: 1;
}

.home-header div:nth-child(2) {
	margin-left: -106px;
	position: relative;
	z-index: 2;
}

.page h1, .blog h1, .single h1 {
	font-size: 52px;
	font-weight: 600;
}

.page h2, .blog h2 {
	font-size: 42px;
	font-weight: 600;
}

.page-header .wp-block-column {
	padding: 0;
}

.page-header .wp-block-column:nth-child(1) { 
	padding-right: 85px;
}

.page-header p {
	font-size: 32px;
	line-height: 40px;
}

.home-header h1 {
	margin-bottom: 0;
}

.logo-boxes {
	box-shadow: 0px 0px 28px 2px rgba(187, 187, 187, 0.19);
}

.logo-boxes > div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-boxes > div .wp-block-image {
	margin-top: 20px;
}

.logo-boxes > div figure {
	margin: 0;
}

.logo-boxes > div {
	padding: 0;
}


.line-height-125 {
	line-height: 125%;
}

.line-height-150 {
	line-height: 150%;
}

.no-center {
	margin: 15px 0 !important;
}

.home-cta {
	margin-top: 40px;
}

.home-testimonial {
	font-family: 'Lato', Arial, sans-serif;
	line-height: 41px;
	font-weight: 300;
}

.home .home-testimonial hr {
	width: 100% !important;
	margin-left: 0 !important;
}

.home .home-boxes, .accident-boxes {
	border: 1px solid #3A54A5;
	border-right: 0;
}

.home .home-boxes > div, .accident-boxes > div {
	padding-top: 40px;
	padding-bottom: 50px;
	border-right: 1px solid #3A54A5;
}

.home .home-boxes .box-body, .accident-boxes .box-body {
	height: 100px;
	font-family: 'Lato', Arial, sans-serif;
}

.accident-boxes {
	margin-bottom: -75px !important;
}


.body-text {
	font-family: 'Lato', Arial, sans-serif;
}

.bg-contain {
	max-width: 1390px;
	margin: 0 auto;
}

.bg-contain img {
	-o-object-fit: contain !important;
	object-fit: contain !important;
}

.highlighter {
	/*background: url('../img/highlight.svg') no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	background-size: contain;*/
	position: relative;
	z-index: 1;
	max-width: fit-content;
	margin: 15px auto;
}

.highlighter::before {
	content: " ";
	display: block;
	height: 19px;
	width: 100%;
	margin-left: -1%;
	margin-right: -5%;
	position: absolute;
	transform: skew(-15deg);
	margin-top: 3px;
	background: rgba(244, 120, 55, 1);
	z-index: -100;
	bottom: -5px;
}

.fit-content {
	width: fit-content;
}

.center-content {
	margin: 15px auto;
}

.light-font {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 200;
}

.script-font {
	font-family: 'fave-script-pro', Arial, sans-serif !important;
}

.script-font:not(.highlighter) {
	line-height: 1;
}

.box-padding {
	padding: 30px 45px;
}

.no-padding {
	padding: 0;
}

.no-bottom-margin {
	margin-bottom: 0;
}

.no-white-space {
	white-space: nowrap;
}

.bottom-padding-15 {
	padding-bottom: 15px;
}

.results-boxes {
	justify-content: space-between;
}

.results-boxes > div {
	padding-top: 40px;
	padding-bottom: 40px;
}


.highlight {
  position: relative;
}

.years-experience {
	padding: 100px 25px 75px 25px;
}

.years-experience p {
	padding: 10px;
	font-size: 30px;
	margin-top: -46px;
}

.years-experience .light-blue-bg {
	background-color: #e6f5ff;
	height: 50px;
}

.years-experience p em {
	background: url('../img/50years.svg') no-repeat;
	display: inline-block;
	width: 110px;
	height: 110px;
	text-indent: -999999px;
	background-size: contain;
	background-position: top;
	padding-top: 50px;
}

.step.start-hidden {
	display: none;
}

.step.start-hidden.visible {
	
}

.steps {
	position: relative;
	height: 500px;
	max-width: 1340px;
	margin: 0 auto;
}

.step {
	position: absolute;
	right: 0;
	top: 0;
}

.step img {
	max-height: 400px;
	width: auto;
}

.step-button {
	font-size: 110px;
	color: #3A54A5;
	line-height: 122px;
	padding: 20px 65px;
	border: 1px solid #3A54A5;
	border-radius: 90px;
	display: inline-block;
	cursor: pointer;
	width: 160px;
	height: 160px;
	font-family: 'fave-script-pro', Arial, sans-serif;
}

.step-button.active, .step-button:hover {
	background-color: #3A54A5;
	color: #ffffff;
}

.white-border {
	border: 2px solid #fff;
	border-radius: 5px;
}

.white-border .highlighter:before {
	bottom: 8px;
}

.quote-symbol {
	padding: 0 !important;
}

/** BLOG **/

.blog .entry-content, .archive .entry-content {
	display: flex;
	flex-wrap: wrap;
	max-width: 1340px;
	margin: 0 auto;
}

.blog .entry-content > article, .archive .entry-content > article {
	flex-basis: 33.3%;
	padding: 0;
}

.blog .entry-content > article .article-title, .archive .entry-content > article .article-title {
	padding: 25px 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	display: inline-block;
}

.blog .entry-content > article .post-excerpt, .archive .entry-content > article .post-excerpt {
	font-size: 20px;
	line-height: 30px;
}

.blog .entry-content > article .divider, .archive .entry-content > article .divider {
	background-color: #F47B37;
	height: 5px;
	width: 122px;
	margin: 0 0 25px 0;
}

.blog .years-experience, .archive .years-experience {
	padding: 50px 25px 25px 25px;
}

.blog .blog-header, .archive .blog-header {
	max-width: 1340px;
	margin: 0 auto;
}

.single .blog-page-title {
	font-size: 52px;
	font-weight: 600;
	margin-bottom: 150px;
	margin-top: 30px;
}

.single article {
	max-width: 1340px;
	margin: 0 auto;
}

.single h1 {
	font-size: 52px;
	font-weight: 600;
}

.single h2 {
	font-size: 42px;
	font-weight: 600;
}

.single .featured-image {
	float: right;
	max-width: 400px;
	padding-left: 25px;
	padding-bottom: 25px;
}

.single p, .single li {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 20px;
	line-height: 27px;
	font-weight: 200;
}

.single .divider {
	background-color: #004A80;
	height: 5px;
	width: 122px;
	margin: 0 0 25px 0;
}

body.single .entry-content {
	padding-top: 20px;
}

.single .tags {
	font-size: 24px;
}

.single .rank-math-breadcrumb {
	max-width: 1340px;
	margin: 0 auto;
}

.single .rank-math-breadcrumb svg {
	-webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  vertical-align: text-top;
  margin-right: 15px;
}

.single .blue-slant p {
	line-height: 125%;
	font-weight: 400;
}

.single .blue-slant .wp-block-column {
	margin-bottom: 0;
}

/** RESULTS PAGE **/

.results-box {
	border: 2px solid #3A54A5;
	max-width: 1340px;
	margin: 0 auto;
}

.results-box-item {
	padding: 35px 25px;
	background-color: #E6F5FF;
	border-right: 2px solid #3A54A5;
	border-bottom: 2px solid #3A54A5;
	cursor: pointer;
}

.results-box-item:last-child { 
	border-right: none;
}

.results-box-item.active {
	background-color: #ffffff;
	border-bottom: none;
}

.results-box-content {
	display: none !important;
	padding-top: 70px;
	padding-bottom: 70px;
}	

.results-box-content.active {
	display: flex !important;
}

.results-box-content p:not(.highlighter) {
	line-height: 125%;
}

.results-box-content p.highlighter {
	margin-bottom: 40px;
	margin-top: 45px;
}

/** FAQS PAGE **/

.faqs-box {
	max-width: 1120px;
	margin: 0 auto;
	
}

#content .faqs-box .wp-block-columns {
	flex-direction: column;
	margin-bottom: 20px !important;
}

#content .faqs-box .faq-question {
	padding: 15px 25px !important;
	color: #000000;
	background-color: #E6F5FF;
	position: relative;
	margin-bottom: 0 !important;
}

.faqs-box .faq-question::after {
	content: '+';
	position: absolute;
	right: 10px;
	top: 20px;
	border: 1px solid #3A54A5;
	border-radius: 20px;
	cursor: pointer;
	width: 15px;
	height: 15px;
	line-height: 12px;
	text-align: center;
}

.faqs-box .active.faq-question::after {
	content: '-';
	position: absolute;
	right: 10px;
	top: 20px;
	border: 1px solid #3A54A5;
	border-radius: 20px;
	cursor: pointer;
	width: 15px;
	height: 15px;
	line-height: 13px;
	text-align: center;
}

#content .faqs-box .faq-answer {
	display: none;
	color: #000000;
	background-color: #E6F5FF;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 400;
	padding-bottom: 30px !important;
	margin-bottom: 0 !important
}

.faqs-box .faq-answer.active {
	display: block !important;
}

/** CONTACT US **/

.contact-form {
	max-width: 880px;
	margin: 0 auto;
}

.contact-form .gform_fields {
	display: flex !important;
	flex-wrap: wrap;
}

.contact-form .gform_fields .gfield {
	flex-basis: 49%;
}

.contact-form .gform_fields .gfield.gfield--type-textarea {
	flex-basis: 100%;
}

.contact-form .gform_fields .gfield input, .contact-form .gform_fields .gfield textarea{
	background: #E6F5FF !important;
	border-radius: 4px;
	border: none !important;
}

.error404 .container {
	padding: 100px 50px;
}

@media screen and (max-width: 1440px) {


	.page-header, .wp-block-column.no-padding {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.quote-symbol.no-padding {
		padding: 0 !important;
	}
	
	.box-columns, .home-boxes, .results-box {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}

	.home-boxes .fixed-height {
		height: 40px;
	}

	#footer-menus {
		max-width: none;
	}

	#footer-menus .row {
		margin-left: 25px;
		margin-right: 25px;
	}

	#main-footer .footer-menu .footer-button a {
		padding: 15px 15px;
		white-space: nowrap;
	}

	.results-boxes, .quote-box {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}

	.single .wp-block-columns, .single article, .single .rank-math-breadcrumb {
		padding: 0 35px;
	}

	.logo-boxes {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}

}

@media screen and (max-width: 1340px) {

	.wrap-1340 {
		flex-direction: column;
	}

	.wrap-1340 > div {
		flex-basis: 100%;
		text-align: center;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

}

@media screen and (max-width: 1290px) {


	.home-header h1 {
		font-size: 58px !important;
	}

	.home-header h2 {
		font-size: 45px !important;
	}

	/*.home-header div:nth-child(1) {
		flex-basis: 35% !important;
	}

	.home-header div:nth-child(2) {
		flex-basis: 65% !important;
	}*/

	.accident-boxes p {
		height: 60px;
	}

	.big-font {
		font-size: 400px !important;
	}

	.faqs-box {
		margin-left: 35px;
		margin-right: 35px;
	}
}

@media screen and (max-width: 1240px) {

	.home .home-boxes .box-body {
		height: 120px;
	}

	.home .home-boxes .btn {
		padding: 15px 25px;
	}
}

@media screen and (max-width: 1140px) {

	.bg-contain.wp-block-cover .wp-block-cover__image-background {
		width: 50% !important;
	}

	.home-header div:nth-child(1) {
		flex-basis: 40% !important;
	}

	.home-header div:nth-child(2) {
		flex-basis: 70% !important;
		padding-bottom: 50px;
	}

	.page-header {
		padding-top: 30px;
	}

	.accident-boxes .btn {
		padding: 15px 30px;
	}

	.results-boxes > div {
		flex-basis: 30% !important;
	}

	.results-boxes > div .btn {
		padding: 15px 30px;
	}

	.wp-block-column.page-header-image {
		align-self: center;
	}
}

@media screen and (max-width: 992px) {

	.page h1, .blog h1, .single .blog-page-title {
		font-size: 48px;
	}

	.single .blog-page-title {
		margin-bottom: 100px;
	}


	.page h2, .blog h2, .single h1 {
		font-size: 32px;
	}

	.home-header h1, .page-header h1 {
		font-size: 48px !important;
	}

	.home-header h2, .page-header h2 {
		font-size: 32px !important;
	}

	.home-header p, .page-header p {
		font-size: 18px !important;
		line-height: 22px !important;
	}

	.home-header div:nth-child(1) { 
		flex-basis: 50% !important;
	}

	.home-header div:nth-child(2) {
		flex-basis: 65% !important;
		
	}

	.page-header {
		padding-bottom: 30px;
	}

	.font-size-32 {
		font-size: 32px !important;
	}


	.bg-contain.wp-block-cover .wp-block-cover__image-background {
		width: 100% !important;
		object-position: center !important;
	}

	.logo-boxes {
		justify-content: center;
	}

	.logo-boxes > div {
		max-width: 33% !important;
	}

	.logo-boxes > div .wp-block-image {
		margin-bottom: 20px;
	}


	.logo-boxes > div .wp-block-image img {
		max-width: 90%;
		margin: 0 auto;
		display: block;
	}

	.rotate-90 img {
		transform: rotate(90deg);
	}

	.box-columns .highlighter, .box-numbers .highlighter {
		font-size: 32px !important;
		width: fit-content;
		margin: 20px auto;
	}

	.blue-column {
		flex-direction: column-reverse;
		text-align: center;
	}

	.blue-column div:first-child {
		padding-top: 75px !important;
	}

	.meet-team .wp-block-columns {
		flex-direction: column;
	}

	.meet-team p {
		font-size: 24px !important;
	}

	.meet-team .btn {
		margin: 0 auto;
		display: block;
		width: fit-content;
	}

	.home .home-boxes {
		flex-direction: column;
		border: none;
	}

	.home .home-boxes > div {
		border: 2px solid #3A54A5;
		border-radius: 5px;
		margin-bottom: 20px;
	}

	.home-boxes .fixed-height, .home .home-boxes .box-body {
		height: auto;
	}

	.help-columns {
		flex-direction: column-reverse;
	}

	.help-columns > div:nth-child(1) { 
		padding: 40px !important;
	}

	.help-columns > div:nth-child(2)  {
		text-align: center;
		padding-top: 100px !important;
	}

	.accident-boxes {
		flex-direction: column;
		margin-bottom: 50px !important;
	}

	.accident-boxes p {
		height: auto;
		padding-bottom: 15px;
	}

	.accident-boxes > div {
		margin-bottom: 25px;
		border-radius: 5px;
	}

	.results-boxes > div {
		flex-basis: 32.333% !important;
	}

	.step-button {
		font-size: 45px;
		line-height: 56px;
		padding: 20px 39px;
		width: 100px;
		height: 100px;
	}

	.big-font {
		font-size: 350px !important;
		line-height: 0.5 !important;
	}

	.break-992 {
		flex-direction: column;
	}

	.break-992 > div {
		padding-bottom: 100px !important;
	}

	#footer-cta-text {
		flex-direction: column;
	}

	#footer-cta-text div {
		padding-bottom: 20px;
	}

	#footer-menus .row > div:nth-child(1)
	{
		width: 100%;
		padding-bottom: 25px;
	}

	#footer-menus .row > div:nth-child(2), #footer-menus .row > div:nth-child(3), #footer-menus .row > div:nth-child(4), #footer-menus .row > div:nth-child(5)
	{
		width: 50%;
		padding: 25px 0;
	}

	.single .wp-block-columns, .single article, .single .rank-math-breadcrumb {
		padding: 0 30px;
	}

	.contact-form {
		margin-left: 35px;
		margin-right: 35px;
	}

	.contact-boxes {
		flex-direction: column;
	}

	.contact-boxes > div {
		padding-bottom: 40px !important;
		padding-top: 30px !important;
	}

}

@media screen and (max-width: 781px) {

	body:not(.home) .entry-content {
		padding-top: 0;
	}

	body.single .entry-content {
		padding-top: 20px;
	}

	.home-header {
		flex-direction: column-reverse;
	}

	.page-header {
		padding-left: 25px;
		padding-right: 25px;
		text-align: center;
	}

	.home-header div:nth-child(2) {
		margin-left: 0;
		text-align: center;
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	h2:not(.script-font) {
		font-size: 46px !important;
	}

	.spacer-tall {
		height: 50px !important;
	}

	.spacer-medium {
		height: 25px !important;
	}

	.spacer-small {
		height: 10px !important;
	}

	.spacer-none {
		height: 0 !important;
	}

	.box-columns > div {
		border-radius: 5px;
		border: 3px solid #ffffff;
	}

	.learn-how {
		padding: 0 25px;
	}

	.learn-how .row-1 .rotate-90 figure {
		margin-left: 0;
		margin-right: 10%;
		display: block;
		text-align: right;
	}

	.learn-how .row-2 {
		flex-direction: column-reverse;
	}

	.learn-how .row-2 .flip-img  img{
		  -webkit-transform: scaleX(-1);
		transform: scaleX(-1);
	}

	.learn-how .row-2 .flip-img figure {
		margin-left: 10%;
		margin-right: 0;
		display: block;
		text-align: left;
		transform: rotate(10deg);
	}

	.blue-column p {
		font-size: 18px !important;
	}

	.blue-column img {
		padding: 0 25px;
	}

	.meet-team, .home-testimonial {
		padding-left: 25px;
		padding-right: 25px;
	}

	.home .home-boxes > div {
		padding: 30px 25px 50px !important;
	}

	.home .home-boxes > div p:nth-child(3) {
		font-size: 20px !important;
		padding-bottom: 15px;
	}

	.logo-boxes {
		box-shadow: none;
	}

	#copyright-content .d-flex {
		display: block !important;
	}

	#copyright-content .d-flex p, #copyright-content .d-flex ul {
		display: inline !important;
	}

	.accident-boxes {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}

	.accident-boxes > div {
		padding: 30px 25px 50px !important;
	}

	.testimonials {
		padding-left: 25px;
		padding-right: 25px;
	}

	.results-boxes > div {
		margin-bottom: 25px;
		padding-bottom: 60px;
	}

	.steps {
		height: 750px;
	}

	.steps .step {
		max-width: 100% !important;
		text-align: center;
	}

	.steps .step > div:nth-child(1) {
		padding-bottom: 30px;
	}

	.step-button {
		font-size: 30px;
		line-height: 45px;
		padding: 13px 24px;
		width: 75px;
		height: 75px;
	}

	.step-arrow img {
		max-width: 75px;
	}

	.step-arrows {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}

	.blue-slant {
		text-align:center;
	}

	.blue-slant .big-font {
		padding-top: 100px;
	}

	.white-border {
		border: none;
	}

	.block-logos-slider {
		padding-left: 25px;
		padding-right: 25px;
	}

	.column-reverse {
		flex-direction: column-reverse;
	}

	.blog .entry-content > article {
		flex-basis: 45%;
	}

	.single article, .single .rank-math-breadcrumb {
		padding: 0 25px;
	}

	.contact-form .gform_fields .gfield {
		flex-basis: 100%;
	}

	#content .wp-block-columns.logo-boxes > div {
		margin-bottom: 0 !important;
		background: none !important;
	}

	#content .wp-block-columns.personal-injury {
		margin-left: 0;
		margin-right: 0;
	}

	.meet-team div, .meet-team p {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.years-experience {
		padding: 40px 25px 45px 25px;
	}

	.box-columns > div {
		margin-bottom: 20px;
	}

	.page-header .wp-block-column:nth-child(1) {
		padding-right: 0;
	}

}

@media screen and (max-width: 640px) {


	h2:not(.script-font) {
		font-size: 32px !important;
	}

	.blue-column btn, .page-header .btn, .block-cta-button .btn {
		font-size: 20px;
		line-height: 20px;
		padding: 15px 25px;
	}

	p.has-background {
		padding: 1.25em 25px;
	}

	.meet-team p {
		font-size: 18px !important;
		line-height: 26px;
	}

	#footer-menus .row > div:nth-child(1)
	{
		width: 100%;
		padding-bottom: 25px;
	}

	#footer-menus .row > div:nth-child(2), #footer-menus .row > div:nth-child(3), #footer-menus .row > div:nth-child(4), #footer-menus .row > div:nth-child(5)
	{
		width: 100%;
		padding: 25px 0;
	}

	.years-experience p em {
		width: 90px;
		height: 90px;
		padding-top: 33px;
	}

	.years-experience p {
		font-size: 16px;
		margin-top: -30px;
	}

	.results-boxes > div {
		padding-top: 40px !important;
		padding-bottom: 50px !important;
	}

	#content .wp-block-columns.step {
		margin: 0 25px;
	}

	.step-button {
		font-size: 25px;
		line-height: 30px;
		padding: 13px 24px;
		width: 60px;
		height: 60px;
	}

	.step-arrow img {
		max-width: 45px;
	}

	.steps {
		height: 690px;
	}

	.blog .entry-content > article {
		flex-basis: 90%;
	}

	.single .featured-image {
		float: none;
		padding: 0;
	}

	#content .faqs-box .faq-question {
		padding-right: 35px !important;
	}

	#content .faqs-box .faq-answer {
		padding-left: 25px !important;
	}

	.faqs-box .faq-question::after {
		width: 20px;
		height: 20px;
		line-height: 14px;
		font-size: 25px;
	}

	.faqs-box .active.faq-question::after {
		width: 20px;
		height: 20px;
		line-height: 18px;
		font-size: 25px;
	}

	.logo-boxes {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	#main-footer #footer-cta-text {
		text-align: center;
	}

	.single .blog-page-title {
		line-height: 1.2;
		text-align: center;
		width: 100%;
		margin-bottom: 50px;

	}

}

@media screen and (max-width: 350px) {

	.learn-how .js-text {
		font-size: 70px !important;
	}

	.learn-how .script-font, h2.script-font {
		font-size: 60px !important;
	}

	.home .blue-column {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.blue-column btn, .page-header .btn, .block-cta-button .btn, #mobile-nav-cta {
		font-size: 18px;
	}

	.steps .step {
		margin-left:15px; 
		margin-right: 15px;
	}

	.block-results-dropdown {
		padding: 20px 5px !important;
	}

	.block-results-dropdown select {
		font-size: 17px !important;
	}

	div.results-box-content p.highlighter {
		font-size: 30px !important;
	}

	body.locked #nav-content-mobile #mobile-nav-text {
		margin-left: 10px;
	}

	body.locked #nav-content-mobile #mobile-nav-phone {
		padding-right: 15px;

	}
}

@media print {
  *, #page, #content, #content > *, .post-content > *, .entry-content > * {
    background: #FFFFFF !important;
    color: #231F20 !important;
  }
  .container {
    padding: 0 !important;
    margin: 0 !important;
  }
  #content {
    margin: 0 !important;
  }
  #main-header, #hero, .post-featured-image, .post-image, .result-categories, .post-sharing, .entry-content .col-md-3, .entry-content img, .entry-content iframe, .entry-content video, .entry-content embed, hr, .post-pagination, .next-prev-posts {
    display: none !important;
  }
  .post-content .col-md-9 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* Results Dropdown */
.block-results-dropdown {
  padding: 30px;
  text-align: center;
}
.block-results-dropdown select {
  padding: 7.5px 15px;
  font-family: 'basic-sans', Arial, sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .results-box {
    padding: 0 15px;
  }
  .results-box-content {
    padding-bottom: 30px !important;
    padding-top: 0 !important;
  }
  .results-box-content p.highlighter {
    font-size: 40px !important;
  }
}

/* Gforms fixes */
@media screen and (min-width: 641px) {
  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    padding-right: 16px !important;
  }
  .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    margin-top: 5px !important;
  }


}
.gfield--type-choice {
  flex-basis: 100% !important;
}
.ginput_container_consent {
	display: flex;
	display: -ms-flexbox;
	align-items: flex-start;
	-ms-align-items: flex-start;
}
.ginput_container_consent input[type=checkbox] {
	margin-top: 6.5px;
	margin-right: 15px;
}