/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body[data-color-scheme=color-scheme-1],
:root {
  --primaryColor: #242424;
  --primaryColorRGB: 134, 134, 134;
  --secondaryColor: #868686;
  --tertiaryColor: #57d26c;
  --tertiaryColorRGB: 87, 210, 108;
  --text: #171B24;
  --bgColor: #F6F6F6;
} /* 
:root { FORMER CHOSEN COLOR SCHEME
    --primaryColor: #868686;
    --primaryColorRGB: 134, 134, 134;
    --secondaryColor: #242424;
    --tertiaryColor: #57D26C;
    --tertiaryColorRGB: 87, 210, 108;
    --text: #171B24;
    --bgColor: #F6F6F6;
} */
body[data-color-scheme=color-scheme-2],
:root {
  --primaryColor: #006466;
  --primaryColorRGB: 0, 100, 102;
  --secondaryColor: #282828;
  --tertiaryColor: #FFA200;
  --tertiaryColorRGB: 255, 162, 0;
  --text: #171B24;
  --bgColor: #F6F6F6;
}

body[data-color-scheme=color-scheme-3],
:root {
  --primaryColor: #0b132b;
  --primaryColorRGB: 11, 19, 43;
  --secondaryColor: #323072;
  --tertiaryColor: #90F1EF;
  --tertiaryColorRGB: 144, 241, 239;
  --text: #171B24;
  --bgColor: #F6F6F6;
}

/* 
primary: #242424
secondary: #57D26C
tertiary: #868686 */
body {
  font-family: "Manrope", sans-serif;
  color: var(--text);
}

a {
  text-decoration: none;
  color: var(--tertiaryColor);
}
a:hover {
  color: var(--tertiaryColor);
}

p {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 40px;
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 50px;
  margin-left: 0;
}

li {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 10px; /* 
@media (min-width: $tablet) {
    @include font-manrope($size: 23px, $height: 40px, $weight: 300);
} */
}
li a {
  color: var(--tertiaryColor);
}
li a:before {
  color: var(--tertiaryColor);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Manrope", sans-serif;
  display: block;
  margin-top: 0;
}

h1, .h1 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  line-height: 3.75rem;
  margin-bottom: 40px;
  font-weight: 600;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 65px;
    font-size: 4.0625rem;
    line-height: 75px;
    line-height: 4.6875rem;
    margin-bottom: 30px;
  }
}

h2, .h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 50px;
  line-height: 3.125rem;
  margin-bottom: 40px;
  font-weight: 600;
}
@media (min-width: 1280px) {
  h2, .h2 {
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 68px;
    line-height: 4.25rem;
    margin-bottom: 50px;
  }
}

h3, .h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  line-height: 2.125rem;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 42px;
    line-height: 2.625rem;
  }
}
@media (min-width: 1280px) {
  h3, .h3 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 48px;
    line-height: 3rem;
  }
}
h3.regular, .h3.regular {
  font-weight: 400;
}
h3.bold, .h3.bold {
  font-weight: 700;
}

h4, .h4 {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 38px;
  line-height: 2.375rem;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 42px;
    line-height: 2.625rem;
  }
}
@media (min-width: 1280px) {
  h4, .h4 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 46px;
    line-height: 2.875rem;
    margin-bottom: 20px;
  }
}
h4.light, .h4.light {
  font-weight: 300;
}
h4.semibold, .h4.semibold {
  font-weight: 600;
}
h4.noto, .h4.noto {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 38px;
  line-height: 2.375rem;
}

h5, .h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (min-width: 1280px) {
  h5, .h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
h5.bold, .h5.bold {
  font-weight: 700;
}

h6, .h6 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (min-width: 1280px) {
  h6, .h6 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}

.top-cta {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.top-cta a {
  color: var(--tertiaryColor);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
}

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

.tagline {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 8px;
  line-height: 0.5rem;
  margin-bottom: 40px;
  letter-spacing: 6px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  color: var(--primaryColor);
  position: relative;
  width: -moz-max-content;
  width: max-content; /* 
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(var(--tertiaryColorRGB)) 40%); */
  padding-left: 5px;
}
.tagline.alt {
  color: #fff; /* 
border-bottom: 5px solid var(--primaryColor);
background: linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(var(--primaryColorRGB)) 40%); */
}

.tagline-single-attorney {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 8px;
  line-height: 0.5rem;
  margin-bottom: 40px;
  letter-spacing: 6px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tertiaryColor);
  position: relative;
  width: -moz-max-content;
  width: max-content; /* 
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(var(--tertiaryColorRGB)) 40%); */
  padding-left: 5px;
}
.tagline-single-attorney.alt {
  color: #fff; /* 
border-bottom: 5px solid var(--primaryColor);
background: linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(var(--primaryColorRGB)) 40%); */
}

.btn,
.gform_button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 22px;
  line-height: 1.375rem;
  text-transform: uppercase;
  text-transform: uppercase;
  padding: 20px;
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: var(--tertiaryColor);
  cursor: pointer;
  border: 0;
  letter-spacing: 3px;
  color: #000000;
}
.btn svg,
.gform_button svg {
  margin-left: 10px;
  width: 16px;
  height: 13.4px;
}
.btn svg path,
.gform_button svg path {
  fill: #000000;
}
.btn:hover,
.gform_button:hover {
  background-color: var(--tertiaryColor);
  color: #FFFFFF;
}
.btn.alt,
.gform_button.alt {
  background-color: #FFFFFF;
  color: var(--primaryColor);
}
.btn.alt svg path,
.gform_button.alt svg path {
  fill: var(--primaryColor);
}
.btn.alt:hover,
.gform_button.alt:hover {
  background-color: var(--tertiaryColor);
  color: #FFFFFF;
}
.btn.alt:hover svg path,
.gform_button.alt:hover svg path {
  fill: #FFFFFF;
}
@media (min-width: 768px) {
  .btn,
  .gform_button {
    padding: 25px 50px;
  }
}

.gform_button {
  display: flex;
}
.gform_button span {
  display: inline-block;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.gform_button span::after {
  content: "";
  display: block;
  margin-left: 20px;
  width: 24px;
  height: 14px;
  background-image: url(assets/images/arrow-right.svg);
  background-repeat: no-repeat;
}

.footer-title {
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 60px;
  line-height: 3.75rem;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer-title {
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 84px;
    line-height: 5.25rem;
  }
}
@media (min-width: 1280px) {
  .footer-title {
    font-size: 96px;
    font-size: 6rem;
    line-height: 108px;
    line-height: 6.75rem;
  }
}

.gform_wrapper .gform-body {
  margin-bottom: 60px;
}
.gform_wrapper .gform-body .gform_fields .gfield {
  min-height: 60px;
}
.gform_wrapper .gform-body .gform_fields .gfield:last-child {
  margin-bottom: 0;
}
.gform_wrapper .gform-body .gform_fields .gfield .gfield_label {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
.gform_wrapper .gform-body .gform_fields .gfield .ginput_container input, .gform_wrapper .gform-body .gform_fields .gfield .ginput_container textarea {
  background-color: rgba(255, 255, 255, 0.2);
  height: 80px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: var(--text);
  padding: 0;
  border: 0;
  border-bottom: solid 2px #E7E7E7;
}
.gform_wrapper .gform-body .gform_fields .gfield .ginput_container input::-moz-placeholder, .gform_wrapper .gform-body .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
  color: var(--text);
  opacity: 0.8;
}
.gform_wrapper .gform-body .gform_fields .gfield .ginput_container input::placeholder, .gform_wrapper .gform-body .gform_fields .gfield .ginput_container textarea::placeholder {
  color: var(--text);
  opacity: 0.8;
}
.gform_wrapper .gform-body .gform_fields .gfield .ginput_container textarea {
  height: 140px;
  padding: 30px 0 15px;
}
.gform_wrapper .gform-body .gform_fields .gfield .ginput_container .nice-select {
  width: 100%;
  height: 70px;
  margin-bottom: 50px;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  border-bottom: solid 2px #C4C4C4;
  padding-left: 0;
}
.gform_wrapper .gform-body .gform_fields .gfield .ginput_container .nice-select .current {
  line-height: 60px;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--text);
  opacity: 0.9;
}
.gform_wrapper .gform-body .gform_fields .gfield .ginput_container .nice-select .list {
  margin: 0;
  width: 100%;
}
.gform_wrapper .gform_button {
  padding: 20px 40px;
}

.nav-button {
  width: 33px;
  height: 17px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.nav-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--secondaryColor);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.nav-button span:nth-child(1) {
  top: 0px;
}
.nav-button span:nth-child(2), .nav-button span:nth-child(3) {
  top: 7px;
}
.nav-button span:nth-child(4) {
  top: 14px;
}
.nav-button.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.nav-button.open span:nth-child(2) {
  transform: rotate(45deg);
}
.nav-button.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.nav-button.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.site-nav {
  display: none;
}
.site-nav ul {
  margin: 0 20px;
  padding: 0;
  list-style: none;
}
.site-nav ul li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 0 !important;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text);
  position: relative;
  border-bottom: 1px solid #DFDFDF;
}
.site-nav ul li:last-child {
  border-bottom: 0;
}
.site-nav ul li a {
  padding: 15px 0;
  display: block;
  color: var(--text);
}
.site-nav ul li a:hover {
  color: var(--primaryColor);
}
.site-nav ul li.current-menu-parent > a, .site-nav ul li.current-menu-item a, .site-nav ul li.current_page_item a {
  color: var(--primaryColor);
}
.site-nav ul li.menu-item-has-children > a {
  padding-right: 20px;
  position: relative;
}
.site-nav ul li.menu-item-has-children > a::after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 11px;
  content: "";
  background-image: url("assets/images/chevron.svg");
  background-repeat: no-repeat;
  background-position: right center;
  transition: all 0.2s ease-in-out;
}
.site-nav ul li.menu-item-has-children > a.open::after {
  transform: rotate(180deg);
}
.site-nav ul.sub-menu {
  display: none;
  margin: 0 20px;
}
.site-nav ul.sub-menu.open {
  display: block;
}
@media (min-width: 768px) {
  .site-nav ul {
    margin: 0 30px 0;
  }
  .site-nav.sub-menu {
    margin: 0 30px;
  }
}
@media (min-width: 1280px) {
  .site-nav {
    display: flex;
    align-items: center;
  }
  .site-nav ul {
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  .site-nav ul li {
    border: 0;
    margin: 0 8px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 16px;
    line-height: 1rem;
  }
  .site-nav ul li.menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 10px;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    z-index: 2;
  }
  .site-nav ul li.menu-item-has-children:hover .sub-menu li {
    margin: 0;
    background-color: #fff;
  }
  .site-nav ul li.menu-item-has-children:hover .sub-menu li a {
    padding: 20px;
  }
  .site-nav .menu-wrapper {
    border: 0;
  }
  .site-nav.sub-menu.open {
    display: none;
  }
}

/* 
@media(max-width: 1488px) {
	ul {
		margin: 0;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
		li {
			border: 0;
			margin: 0 5px;
			@include fontSize(12px, 14px);
			}
		}
	} */
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: rgb(219.25, 219.25, 219.25);
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: rgb(237.1, 237.1, 237.1);
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.post-thumb img {
  width: 100%;
  height: auto;
}

.banner-container {
  display: none;
}
@media (min-width: 1280px) {
  .banner-container {
    display: block;
    position: sticky;
    top: 0;
    z-index: 15;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    height: auto;
    color: var(--primaryColor);
    color: black;
    background-color: var(--tertiaryColor);
  }
}
.banner-container span {
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 3px;
}

.site-header {
  position: sticky;
  top: 0px;
  z-index: 10;
  background-color: #fff;
}
@media (min-width: 1280px) {
  .site-header {
    top: 50px;
  }
}
.site-header .top-cta {
  background-color: var(--primaryColor);
  padding: 15px 20px;
  text-align: center;
}
.site-header .top-cta span,
.site-header .top-cta a {
  display: block;
}
.site-header .top-cta span {
  letter-spacing: 3px;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-right: 5px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .site-header .top-cta span {
    font-size: 1.2rem;
  }
}
@media (min-width: 1480px) {
  .site-header .top-cta span {
    display: none !important;
  }
}
.site-header .top-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .top-cta a svg {
  margin-right: 5px;
}
.site-header .top-cta a svg path {
  stroke: var(--tertiaryColor);
}
@media (min-width: 1480px) {
  .site-header .top-cta span {
    display: none;
  }
}
.site-header .site-branding {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.site-header .site-logo {
  display: block;
  padding: 16px 20px;
}
.site-header .site-logo img,
.site-header .site-logo svg {
  height: 60px;
  width: auto;
}
.site-header .nav-ui {
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--tertiaryColor);
}
@media (min-width: 1280px) {
  .site-header .find-us {
    display: none;
  }
}
@media (min-width: 1280px) {
  .site-header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .site-header .top-cta {
    order: 3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-header .top-cta span {
    display: none;
  }
  .site-header .site-branding {
    order: 1;
  }
  .site-header .site-nav {
    order: 2;
  }
  .site-header .nav-ui {
    display: none;
  }
}
@media (min-width: 1480px) {
  .site-header .top-cta span {
    display: block;
  }
}

.block-testimonials .tagline {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0px;
}
@media (min-width: 600px) {
  .block-testimonials .tagline {
    max-width: 500px;
  }
}
@media (min-width: 1280px) {
  .block-testimonials .tagline {
    max-width: 800px;
  }
}

.block-experience .tagline {
  display: block;
  min-width: 300px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .block-experience .tagline {
    max-width: 300px;
  }
}

.block-contact-form .block-contact-form__header {
  background-color: var(--primaryColor);
}
.block-contact-form .block-contact-form__header__inner {
  padding: 50px 20px;
}
.block-contact-form .block-contact-form__header__inner .tagline,
.block-contact-form .block-contact-form__header__inner .h2 {
  color: #FFFFFF;
}
.block-contact-form .block-contact-form__header__inner .h2 {
  margin-bottom: 0 !important;
}
.block-contact-form .block-contact-form__form {
  margin: 50px 20px;
}
@media (min-width: 768px) {
  .block-contact-form .block-contact-form__header__inner {
    padding: 100px 110px 150px;
  }
  .block-contact-form .block-contact-form__form {
    background-color: #FFFFFF;
    margin: -50px 40px 0;
    position: relative;
    z-index: 1;
  }
  .block-contact-form .block-contact-form__form__inner {
    padding: 80px;
  }
}
@media (min-width: 1280px) {
  .block-contact-form .block-contact-form__header__inner {
    max-width: 1320px;
    margin: 0 auto;
  }
  .block-contact-form .block-contact-form__form__inner {
    padding: 100px 80px;
    max-width: 1260px;
    margin: 0 auto;
  }
  .block-contact-form .block-contact-form__form .gform_fields {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .block-contact-form .block-contact-form__form .gform_fields .gfield {
    flex: 0 0 47%;
  }
}
@media (min-width: 1480px) {
  .block-contact-form .block-contact-form__form {
    max-width: 1400px;
    margin: -50px auto 0;
  }
}

.block-form-footer {
  background-color: var(--primaryColor);
  color: #FFFFFF;
  background-image: url("assets/images/contact-bg.png");
  background-repeat: no-repeat;
  background-position: top left;
}
.block-form-footer__inner {
  padding: 70px 25px 130px;
  text-align: center;
  max-width: 1480px;
  margin: 0 auto;
}
.block-form-footer__inner .title {
  margin-bottom: 80px;
}
.block-form-footer__inner .tagline {
  color: var(--tertiaryColor);
  border: 0;
  background: none;
}
.block-form-footer__left {
  margin-bottom: 100px;
}
.block-form-footer__left .gform_wrapper {
  background-color: #fff;
  padding: 0 35px 70px;
}
.block-form-footer__left .gform_button {
  width: 100%;
}
.block-form-footer__right .info {
  margin-bottom: 50px;
}
.block-form-footer__right .info:last-child {
  margin-bottom: 0;
}
.block-form-footer__right .info .value a {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 200;
  line-height: 55px;
  line-height: 3.4375rem;
}
@media (min-width: 768px) {
  .block-form-footer {
    background-position: -150px 0;
  }
  .block-form-footer__inner {
    padding: 100px 50px;
  }
  .block-form-footer__left .gform_wrapper {
    max-width: 483px;
    margin: 0 auto;
    padding: 0 50px 70px;
  }
}
@media (min-width: 1280px) {
  .block-form-footer__inner {
    padding: 120px 50px;
  }
  .block-form-footer__cols {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1160px;
    margin: 0 auto;
  }
  .block-form-footer__left {
    flex: 0 0 480px;
    margin-bottom: 0;
  }
  .block-form-footer__right {
    flex: 0 0 40%;
  }
  .block-form-footer__right .info {
    text-align: left;
  }
}

.site-footer-maps {
  background-color: var(--bgColor);
}
.site-footer-maps__inner {
  padding: 70px 25px;
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  flex-flow: column;
}
.site-footer-maps__left {
  order: 2;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.site-footer-maps__left .logo {
  margin-bottom: 40px;
}
.site-footer-maps__left .logo a {
  display: block;
}
.site-footer-maps__left .logo a img {
  display: block;
}
.site-footer-maps__left .networks ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  width: 134px;
  justify-content: space-between;
  align-items: center;
}
.site-footer-maps__left .networks ul li a {
  display: block;
}
.site-footer-maps__left .networks ul li a svg {
  display: block;
}
.site-footer-maps__bottom {
  order: 2;
  padding: 0 25px 40px;
  max-width: 1480px;
  margin: 0 auto;
}
.site-footer-maps__bottom p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 25px;
  line-height: 1.5625rem;
  text-align: center;
}
.site-footer-maps .label {
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #828288;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: bold;
}
.site-footer-maps .col {
  margin-bottom: 70px;
}
.site-footer-maps .col .label {
  margin-bottom: 40px;
}
.site-footer-maps .links {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.site-footer-maps .links li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.site-footer-maps .links li a {
  display: block;
  color: var(--text);
}
.site-footer-maps .content p,
.site-footer-maps .content li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .site-footer-maps__inner {
    padding: 100px 50px;
  }
  .site-footer-maps__b0ttom {
    padding: 0 50px 100px;
  }
  .site-footer-maps .columns {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .site-footer-maps .columns .col {
    flex: 1;
    padding: 0 30px;
  }
}
@media (min-width: 1280px) {
  .site-footer-maps__inner {
    flex-flow: row nowrap;
    padding: 120px 50px;
  }
  .site-footer-maps__left {
    order: 1;
    justify-content: space-between;
    margin-right: 120px;
  }
  .site-footer-maps__left .networks .label {
    text-align: left;
  }
  .site-footer-maps__right {
    order: 2;
  }
  .site-footer-maps__bottom {
    padding: 0 50px 30px;
  }
  .site-footer-maps__bottom p {
    text-align: left;
  }
  .site-footer-maps .columns .col {
    margin-bottom: 0;
  }
  .site-footer-maps .columns .col .label {
    text-align: left;
  }
  .site-footer-maps .links {
    text-align: left;
  }
  .site-footer-maps .links li {
    margin-bottom: 28px;
  }
  .site-footer-maps .links li:last-child {
    margin-bottom: 0;
  }
  .site-footer-maps .content p,
  .site-footer-maps .content li {
    text-align: left;
  }
}
.site-footer-maps .site-footer__locations {
  padding: 70px 25px 130px;
  background-color: var(--secondaryColor);
  background-image: url(https://cdn-jlmhn.nitrocdn.com/gwyxxnuvuvwQplcRnxwtXDJhgzyldVSe/assets/images/optimized/rev-18d61f8/parkerlawfirm.com/wp-content/themes/lawrank-template-16/assets/images/contact-bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer-maps .site-footer__locations {
    background-position: -150px 0;
    padding: 100px 50px;
  }
}
@media (min-width: 1280px) {
  .site-footer-maps .site-footer__locations {
    padding: 120px 50px;
  }
}
.site-footer-maps .site-footer__locations .value a {
  color: #fff;
}
.site-footer-maps .site-footer__locations .locations-inner {
  max-width: 1317px;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .site-footer-maps .site-footer__locations .locations-inner {
    justify-content: space-between;
    margin: 60px auto 0 auto;
  }
}
.site-footer-maps .site-footer__locations .locations-inner .info {
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .site-footer-maps .site-footer__locations .locations-inner .info {
    width: 32%;
  }
}
.site-footer-maps .site-footer__locations .locations-inner .info:last-child {
  margin-bottom: 0;
}
.site-footer-maps .site-footer__locations .locations-inner .info .tagline {
  width: 100%;
  text-align: start;
  padding-bottom: 20px;
  font-size: 20px;
  margin-bottom: 20px;
}
.site-footer-maps .site-footer__locations .locations-inner .info .tagline a {
  font-size: 14px;
  color: var(--tertiaryColor);
}
.site-footer-maps .site-footer__locations .locations-inner .info .tagline a:hover {
  color: var(--tertiaryColor);
}
.site-footer-maps .site-footer__locations .locations-inner .info .value {
  margin-bottom: 20px;
  text-align: start;
}
.site-footer-maps .site-footer__locations .locations-inner .info .get {
  color: white;
  font-size: 1rem;
  line-height: 8px;
  line-height: 0.5rem;
  margin-bottom: 20px;
  letter-spacing: 3px;
  font-weight: 700;
  display: inline-block;
}
.site-footer-maps .site-footer__locations .locations-inner .info a:has(iframe) {
  width: 100%;
}
.site-footer-maps .site-footer__locations .locations-inner .info iframe {
  height: 200px;
  width: 100%;
}
@media (min-width: 767px) {
  .site-footer-maps .site-footer__locations .locations-inner .info iframe {
    height: 200px;
    width: 100%;
  }
}
@media (min-width: 1130px) {
  .site-footer-maps .site-footer__locations .locations-inner .info .value {
    max-width: 70%;
  }
}

.site-footer {
  background-color: var(--bgColor);
}
.site-footer__inner {
  padding: 70px 25px;
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
}
.site-footer__left {
  order: 2;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.site-footer__left .logo {
  margin-bottom: 40px;
}
.site-footer__left .logo a {
  display: block;
}
.site-footer__left .logo a img {
  display: block;
}
.site-footer__left .networks ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  width: 134px;
  justify-content: space-between;
  align-items: center;
}
.site-footer__left .networks ul li a {
  display: block;
}
.site-footer__left .networks ul li a svg {
  display: block;
}
.site-footer__bottom {
  order: 2;
  padding: 0 25px 40px;
  max-width: 1480px;
  margin: 0 auto;
}
.site-footer__bottom p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 25px;
  line-height: 1.5625rem;
  text-align: center;
}
.site-footer .label {
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #828288;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: bold;
}
.site-footer .col {
  margin-bottom: 70px;
}
.site-footer .col .label {
  margin-bottom: 40px;
}
.site-footer .links {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.site-footer .links li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.site-footer .links li a {
  display: block;
  color: var(--text);
}
.site-footer .content p,
.site-footer .content li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .site-footer__inner {
    padding: 100px 50px;
  }
  .site-footer__b0ttom {
    padding: 0 50px 100px;
  }
  .site-footer .columns {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .site-footer .columns .col {
    flex: 1;
    padding: 0 30px;
  }
}
@media (min-width: 1280px) {
  .site-footer__inner {
    flex-flow: row nowrap;
    padding: 120px 50px;
  }
  .site-footer__left {
    order: 1;
    justify-content: space-between;
    margin-right: 120px;
  }
  .site-footer__left .networks .label {
    text-align: left;
  }
  .site-footer__right {
    order: 2;
  }
  .site-footer__bottom {
    padding: 0 50px 30px;
  }
  .site-footer__bottom p {
    text-align: left;
  }
  .site-footer .columns .col {
    margin-bottom: 0;
  }
  .site-footer .columns .col .label {
    text-align: left;
  }
  .site-footer .links {
    text-align: left;
  }
  .site-footer .links li {
    margin-bottom: 28px;
  }
  .site-footer .links li:last-child {
    margin-bottom: 0;
  }
  .site-footer .content p,
  .site-footer .content li {
    text-align: left;
  }
}

.responsive-iframe {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.responsive-iframe iframe,
.responsive-iframe object,
.responsive-iframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.5s ease;
}

#video-overlay .video-container {
  opacity: 0;
  transition: 1.5s ease 0.2s;
}

#video-overlay .video-container.active {
  width: 90%;
  height: 300px;
  opacity: 1;
}

#video-overlay .video-container iframe {
  width: 100%;
  height: 100%;
  opacity: 1;
}

@media (min-width: 768px) {
  #video-overlay .video-container.active {
    width: 70%;
    height: 350px;
  }
}
@media (min-width: 1440px) {
  #video-overlay .video-container.active {
    width: 50%;
    height: 500px;
  }
}
#video-overlay.active {
  display: flex;
}

.video-center__inner {
  padding: 100px 0;
}
@media (max-width: 1023px) {
  .video-center__inner {
    padding: 50px auto;
  }
}

.internal {
  padding-top: 3.5rem;
  padding-bottom: 0rem;
  position: relative;
}

.max-width--padding {
  width: 100%;
  max-width: 164rem;
  margin: 0 auto;
}

.videos {
  max-width: 1024px;
  margin: 0rem 1rem 2rem 1rem;
}
@media (min-width: 819px) {
  .videos {
    margin: 4rem 2rem;
  }
}
@media (min-width: 1024px) {
  .videos {
    margin: 4rem auto;
  }
}
.videos .main-title {
  text-align: center;
  font-size: 67px;
  font-weight: 700;
  margin-bottom: 100px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .videos .main-title {
    line-height: 60px;
    font-size: 50px;
    margin-bottom: 50px;
  }
}
.videos .featured-video {
  width: 715px;
  margin: 0 auto 50px auto;
}
@media (max-width: 767px) {
  .videos .featured-video {
    margin-bottom: 0.5rem;
    width: 100%;
  }
}
.videos .featured-video .main-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 330px;
  z-index: 0;
  margin-bottom: 70px;
}
.videos .featured-video .main-video picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videos .featured-video .main-video picture img {
  width: 100%;
  height: 100%;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.videos .featured-video .main-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.videos .featured-video .main-video .play svg {
  display: block;
}
.videos .featured-video .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.videos .featured-video .info .site-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videos .featured-video .info .main-subtitle {
  font-size: 35px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .videos .featured-video .info .main-subtitle {
    font-size: 30px;
  }
}
.videos .slick-slide {
  margin: 0 1.25rem;
  height: 200px;
}
.videos .slick-list {
  margin: 0 -1.25rem;
}
.videos .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  z-index: 0;
}
.videos .video-container a {
  display: block;
}
.videos .video-container a picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videos .video-container a picture img {
  width: 100%;
  height: 100%;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.videos .video-container .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-left: -11px;
}
.videos .video-container .play svg {
  display: block;
}
.videos .arrows {
  margin-top: 2rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .videos .arrows {
    margin-top: 1rem;
  }
}
.videos .arrows .arrow {
  cursor: pointer;
}
.videos .arrows .arrow.prev {
  margin-right: 0.3rem;
}

.videos-slider {
  background-color: var(--bgColor);
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.videos-slider .tagline {
  text-align: center;
  margin-bottom: 80px;
}
.videos-slider .main-title {
  text-align: center;
  font-size: 67px;
  font-weight: 700;
  margin-bottom: 100px;
  line-height: 60px;
}
@media (max-width: 767px) {
  .videos-slider .main-title {
    line-height: 60px;
    font-size: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .videos-slider {
    padding: 100px 0 0 0;
  }
}
.videos-slider__inner {
  max-width: 1150px;
  margin: 4rem 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 819px) {
  .videos-slider__inner {
    margin: 4rem 2rem;
  }
}
@media (min-width: 1023px) {
  .videos-slider__inner {
    margin: 4rem auto;
  }
}
.videos-slider .item {
  flex: 0 0 100%;
  background-color: #fff;
}
@media (min-width: 819px) {
  .videos-slider .item {
    margin-bottom: 80px;
    flex: 0 0 46%;
    width: 400px;
  }
}
.videos-slider .item .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  z-index: 0;
}
.videos-slider .item .video-container picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videos-slider .item .video-container picture img {
  width: 100%;
  height: 100%;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.videos-slider .item .video-container .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.videos-slider .item .video-container .play svg {
  display: block;
}
.videos-slider .item .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 20px 20px;
}
.videos-slider .item .info .site-logo {
  width: 50%;
}
.videos-slider .item .info .site-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videos-slider .item .info .main-subtitle {
  font-size: 35px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 500;
}
.videos-slider .item .watch-container {
  background-color: var(--bgColor);
  display: flex;
  align-items: center;
  padding: 30px 0 0 0;
}
.videos-slider .item .watch-container .watch {
  color: var(--secondaryColor);
  font-weight: 600;
  letter-spacing: 3px;
}
.videos-slider .item .watch-container .watch:hover {
  color: var(--tertiaryColor);
}

.block-video-slider {
  position: relative;
}
.block-video-slider::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100px;
  left: 0;
  width: 100%;
  bottom: 0;
}
.block-video-slider__inner {
  padding: 50px 20px;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.block-video-slider__items .item a {
  display: block;
  position: relative;
  height: 225px;
}
.block-video-slider__items .item a picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-video-slider__items .item a picture img {
  width: 100%;
  height: 100%;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-video-slider__items .item a .play {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-video-slider__items .item .description {
  margin: 10px 0;
  color: var(--text);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.block-video-slider .slick-slide {
  margin: 0 10px;
}
.block-video-slider .slick-list {
  margin: 0 -10px;
}
.block-video-slider .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.block-video-slider .slick-dotted.slick-slider .slick-dots {
  bottom: -50px;
}
.block-video-slider .slick-dotted.slick-slider .slick-dots li button::before {
  color: #c8c8c8;
}
@media (min-width: 820px) {
  .block-video-slider .slick-slide {
    margin: 0 20px;
  }
  .block-video-slider .slick-list {
    margin: 0 -20px;
  }
}

/* Properly align images embeded in content */
img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.wp-block-image:has(.alignleft) {
  float: left;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  contain: content;
}
.wp-block-image:has(.alignleft) img {
  height: auto;
}
.wp-block-image:has(.alignleft) .alignleft {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  contain: content;
}
@media (max-width: 500px) {
  .wp-block-image:has(.alignleft) {
    width: 100%;
    height: auto;
    margin: 0px 0px 20px 0px !important;
  }
  .wp-block-image:has(.alignleft):not(:has(svg)) {
    float: none;
  }
  .wp-block-image:has(.alignleft):has(svg) {
    width: auto;
  }
  .wp-block-image:has(.alignleft):has(svg) .alignleft,
  .wp-block-image:has(.alignleft):has(svg) figure,
  .wp-block-image:has(.alignleft):has(svg) svg {
    width: auto;
  }
  .wp-block-image:has(.alignleft) .alignleft {
    width: 100%;
  }
  .wp-block-image:has(.alignleft) img {
    width: 100%;
    height: auto;
  }
}

.alignleft:not(:only-child) {
  float: left;
  display: block;
  margin: 10px 20px 0px 0px;
  max-width: 100%;
}
.alignleft:not(:only-child) img {
  width: auto;
  height: auto;
}
@media (max-width: 500px) {
  .alignleft:not(:only-child) {
    float: none;
    width: 100%;
    height: auto;
    margin: 0px 0px 20px 0px !important;
  }
  .alignleft:not(:only-child) img {
    width: 100%;
    height: auto;
  }
}

p:has(.alignleft) {
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  margin-right: 20px;
  display: flex;
  float: left;
}
@media (max-width: 500px) {
  p:has(.alignleft) {
    width: 100%;
  }
}
p:has(.alignleft) img.alignleft {
  margin: 0;
  margin-right: 0;
}

img.alignleft:not(:only-child) {
  margin: 10px 20px 0px 0px;
  float: left;
}
img.alignleft:not(:only-child) img {
  width: auto;
  height: auto;
}
@media (max-width: 500px) {
  img.alignleft:not(:only-child) {
    float: none;
    width: 100%;
    height: auto;
    margin: 0px 0px 20px 0px !important;
  }
  img.alignleft:not(:only-child) img {
    width: 100%;
    height: auto;
  }
}

.aligncenter {
  max-width: 100%;
}
.aligncenter img {
  width: 100%;
  height: auto;
  display: block;
}

img.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .hide-on-tablet {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hide-on-desktop {
    display: none !important;
  }
}
iframe {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .hide-on-tablet {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hide-on-desktop {
    display: none !important;
  }
}
.gfield--type-hidden {
  display: none !important;
}

img:is([sizes=auto i], [sizes^="auto," i]) {
  contain-intrinsic-size: 300px 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

html.target-page picture img {
  width: 100%;
}
@media (min-width: 768px) {
  html.target-page .banner.internal-banner.target-banner.single-column {
    padding: 90px 0px;
    padding-bottom: 100px;
  }
}
html.target-page .banner.internal-banner.target-banner {
  background: transparent;
  padding: 0px 0px !important;
  padding-bottom: 80px;
}
html.target-page .banner.internal-banner.target-banner .inner {
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
}
html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns,
html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column {
  width: 100%;
}
@media (max-width: 1200px) {
  html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column {
    width: 90%;
    margin: 0 auto;
  }
}
html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .target-tagline,
html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .target-tagline {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .target-tagline,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .target-tagline {
    display: none;
  }
}
html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .target-tagline,
html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .target-subtitle,
html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .target-tagline,
html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .target-subtitle {
  font-family: var(--font1);
  font-weight: var(--bold);
  font-size: 15px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .target-tagline,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .target-subtitle,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .target-tagline,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .target-subtitle {
    font-size: 20px;
  }
}
html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .target-title,
html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .target-title {
  font-family: var(--font2);
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 45px;
}
@media (min-width: 768px) {
  html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .target-title,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .target-title {
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 30px;
    line-height: 60px;
  }
}
@media (min-width: 1100px) {
  html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .target-title,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .target-title {
    font-size: 65px;
    line-height: 85px;
  }
}
html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .target-tagline,
html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .target-title,
html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .target-subtitle,
html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .target-tagline,
html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .target-title,
html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .target-subtitle {
  width: 100%;
  color: #fff;
  text-align: center;
  max-width: 600px;
}
@media (min-width: 768px) {
  html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .target-tagline,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .target-title,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .target-subtitle,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .target-tagline,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .target-title,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .target-subtitle {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 1100px) {
  html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .target-tagline,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .target-title,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .target-subtitle,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .target-tagline,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .target-title,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .target-subtitle {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}
html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .target-subtitle,
html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .target-subtitle {
  margin-bottom: 40px;
  margin-top: 10px;
  max-width: 400px;
  margin-left: 0px;
}
@media (max-width: 1200px) {
  html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .target-subtitle,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .target-subtitle {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .target-subtitle,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .target-subtitle {
    width: 100%;
    margin-bottom: 20px;
  }
}
html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .button.desktop,
html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .button.desktop {
  margin-left: 0px;
}
@media (max-width: 767px) {
  html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .button.desktop,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .button.desktop {
    display: none;
  }
}
html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .reviews,
html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .reviews {
  width: 100%;
  margin: 0 auto;
  height: 40px;
}
@media (min-width: 768px) {
  html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .reviews,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .reviews {
    height: 100%;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0px;
  }
}
@media (max-width: 1100px) {
  html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .reviews-desktop,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .reviews-desktop {
    display: none;
  }
}
html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .reviews-mobile,
html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .reviews-mobile {
  padding-top: 20px;
}
@media (min-width: 768px) {
  html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .reviews-mobile,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .reviews-mobile {
    padding-top: 40px;
    width: 100%;
    height: 40px;
    margin: 0 auto;
  }
}
@media (min-width: 1100px) {
  html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .reviews-mobile,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .reviews-mobile {
    display: none;
  }
}
html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .logos,
html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .logos {
  height: 60px;
}
html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .logos img,
html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .logos img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 15px;
}
@media (min-width: 768px) {
  html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .logos img,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .logos img {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns .logos,
  html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .logos {
    height: 80px;
  }
}
html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns {
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-direction: row;
  padding-top: 80px;
}
@media (max-width: 1100px) {
  html.target-page .banner.internal-banner.target-banner .inner .target-content.two-columns {
    padding-top: 240px;
    padding-bottom: 60px;
    display: block;
  }
}
html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column {
  display: block;
}
html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .right {
  margin-top: 40px;
}
@media (min-width: 767px) {
  html.target-page .banner.internal-banner.target-banner .inner .target-content.single-column .right {
    display: flex;
    justify-content: start;
  }
}
@media (max-width: 767px) {
  html.target-page .banner.internal-banner.target-banner .inner .hero-content {
    padding: 220px 20px 20px 20px;
  }
}
@media (min-width: 768px) {
  html.target-page .banner.internal-banner.target-banner .inner .inside-hero {
    display: none;
  }
}
html.target-page .banner.internal-banner.target-banner .inner .btn.cta {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0 auto !important;
}
@media (max-width: 1100px) {
  html.target-page .banner.internal-banner.target-banner .inner .btn.cta {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto !important;
  }
}
@media (max-width: 767px) {
  html.target-page .banner.internal-banner.target-banner .inner .btn.cta {
    width: 100%;
  }
}
@media (max-width: 767px) {
  html.target-page .banner.internal-banner.target-banner {
    padding: 40px 20px;
    padding-top: 230px;
  }
}
html.target-page .under-hero {
  width: 100%;
}
@media (min-width: 768px) {
  html.target-page .under-hero {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */