@charset "UTF-8";
/*
Theme Name: Hoover Hull Turner theme V2
Theme URI: https://hhtlaw.com/
Author: Kaz Alvis
Author URI: https://fahrenheit.com/
Description: Custom WordPress theme
Version: 2.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: hoover-hull-turner
*/
/* ==========================================================================
   Project Imports
   ========================================================================== */
/* Dependencies */
/*!
Theme Name: Hoover Hull Turner
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>Hoover Hull Turner</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Hoover Hull Turner
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Hoover Hull Turner is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* 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;
  -webkit-text-size-adjust: 100%;
}

/* 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.67em 0;
}

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

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 3em 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-right: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5em;
}

/* ==========================================================================
   Theme Variables
   ========================================================================== */
@media print {
  @page {
    size: letter;
    margin: 0.5in 0.5in;
    background-color: white !important;
    background: #fff !important;
  }
  * {
    box-shadow: none !important;
    text-shadow: none !important;
    animation: none !important;
    transition: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    mix-blend-mode: normal !important;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  header,
  footer,
  nav,
  .print-bio-button,
  .no-print {
    display: none !important;
  }
  a::after {
    content: "";
  }
  html,
  body {
    background-color: white !important;
    background: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  ol,
  ul {
    -moz-column-break-inside: auto !important;
         break-inside: auto !important;
    page-break-inside: auto !important;
  }
  li {
    -moz-column-break-inside: avoid !important;
         break-inside: avoid !important;
    page-break-inside: avoid !important;
  }
  p {
    -moz-column-break-inside: auto !important;
         break-inside: auto !important;
    page-break-inside: auto !important;
  }
  .hero_short {
    -moz-column-break-after: avoid;
         break-after: avoid-page;
    page-break-after: avoid;
  }
  .text_row {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    -moz-column-break-inside: auto !important;
         break-inside: auto !important;
    page-break-inside: auto !important;
  }
  [data-aos],
  .aos-init,
  .aos-animate {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
  [data-aos] {
    will-change: auto !important;
    filter: none !important;
    perspective: none !important;
    backface-visibility: visible !important;
  }
}
/* ==========================================================================
   bio page print
   ========================================================================== */
@media print {
  #masthead .site-branding {
    max-width: 100px !important;
  }
  .people_hero_out {
    padding: 0 0px !important;
  }
  .hero img {
    min-height: auto !important;
  }
  .people_bg_hero {
    display: none !important;
  }
  .hero_people {
    padding-bottom: 0px !important;
  }
  .people_hero_out {
    position: relative !important;
    max-width: none !important;
  }
  .people_hero_wrp {
    max-height: none !important;
  }
  .people_hero_wrp .text_wrp {
    padding: 0 20px 74px 20px !important;
  }
  .people_hero_wrp p {
    font-size: 14px !important;
  }
  .people_hero_wrp h1 {
    font-size: 35px !important;
  }
  .two_column_page .sidebar {
    position: relative !important;
    top: 0 !important;
    margin-top: 20px !important;
    padding-left: 50px !important;
  }
  .two_column_page .sidebar .sidebar_heading {
    font-size: 14px !important;
  }
  .two_column_page .sidebar .sidebar_practice_areas_wrp p:not(.sidebar_heading) a,
  .two_column_page .sidebar .connect_wrp a {
    font-size: 12px !important;
    line-height: 18px;
    display: block;
  }
  .site-main .accordion_menu .accordion_item .text_row p,
  .site-main .accordion_menu .accordion_item .text_row li,
  .site-main .accordion_menu .accordion_item .text_row a {
    font-size: 12px !important;
  }
  .site-main .accordion_menu .accordion_item .text_row p:first-of-type {
    margin-top: 10px;
  }
  .accordion_menu .accordion_item .text_row li {
    margin-bottom: 5px !important;
  }
  .accordion_menu .accordion_item .text_row ol,
  .accordion_menu .accordion_item .text_row ul {
    margin-bottom: 12px !important;
  }
  .two_column_page .accordion_menu {
    margin-top: 0px;
  }
  .site-main .accordion_menu .accordion_item .title_row {
    padding-top: 10px !important;
  }
  .accordion_menu .accordion_item .title_row h3 {
    margin: 0;
    font-size: 14px !important;
  }
  .accordion_menu .accordion_item .title_row .arrow_wrp span {
    display: none !important;
  }
  .two_column_page .accordion_menu .accordion_item .text_row li::marker {
    font-size: 12px !important;
  }
  .accordion_menu .accordion_item:last-child,
  .site-main .accordion_menu .accordion_item {
    border: none !important;
  }
  .two_column_page .sidebar .sidebar_logo_wrp .thumb_wrp {
    text-align: left !important;
    margin-bottom: 10px !important;
  }
  .two_column_page .sidebar .sidebar_logo_wrp .thumb_wrp img {
    max-width: 180px !important;
    width: 100%;
  }
  .two_column_page .sidebar .sidebar_logo_wrp,
  .two_column_page .sidebar .sidebar_practice_areas_wrp {
    margin-top: 20px !important;
  }
  .connect_icon.email {
    word-break: break-word !important;
  }
  .accordion_item.active .text_row,
  .accordion_menu .accordion_item .title_row {
    padding-bottom: 0 !important;
  }
  .two_column_page .two_column_item:nth-child(1) {
    width: 62% !important;
  }
  .two_column_page .two_column_item:nth-child(2) {
    width: 38% !important;
  }
  .site-main .two_column_page {
    padding: 0px 20px !important;
    gap: 0px;
    margin-top: 30px;
  }
  .body_content .body_copy strong,
  .body_content .body_copy {
    font-size: 12px !important;
    line-height: 16px;
  }
  .body_content.arrow_bg:before {
    content: none;
    display: none;
  }
  .sidebar .sidebar_logo_wrp .logo_wrp {
    margin-top: 20px !important;
  }
  .sidebar .sidebar_practice_areas_wrp,
  .sidebar .connect_wrp {
    gap: 5px !important;
  }
  .sidebar .connect_wrp a {
    position: relative;
    display: flex !important;
    justify-content: center !important;
    line-height: 19px;
  }
  .sidebar .connect_wrp span {
    top: 5px;
    mask: none !important;
    -webkit-mask: none !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
  }
  .sidebar .connect_wrp .mobile_phone span {
    width: 14px !important;
    height: 14px !important;
    background-image: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/cell-phone.png) !important;
  }
  .sidebar .connect_wrp .print_pdf span {
    width: 14px !important;
    height: 14px !important;
    background-image: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/pdf-file.png) !important;
  }
  .sidebar .connect_wrp .linkedin span {
    width: 14px !important;
    height: 14px !important;
    background-image: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/linkedin.png) !important;
  }
  .sidebar .connect_wrp .vcard span {
    width: 14px !important;
    height: 14px !important;
    background-image: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/vcard.png) !important;
  }
  .sidebar .connect_wrp .phone span {
    top: 5px;
    width: 10px;
    height: 10px;
    background-image: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/phone.png) !important;
  }
  .sidebar .connect_wrp .email span {
    width: 14px !important;
    height: 14px !important;
    background-image: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/email.png) !important;
  }
  .two_column_page .sidebar .sidebar_practice_areas_wrp p:not(.sidebar_heading) span {
    width: 10px !important;
    height: 10px !important;
    top: 4px !important;
    mask: none !important;
    -webkit-mask: none !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    background-image: url(/wp-content/themes/hoover-hull-turner/assets/images/global/right-arrow-small-black.png) !important;
  }
}
/* Vendor */
/* Fonts */
/* ==========================================================================
   Fonts
   ========================================================================== */
/* Local TT Hoves files live in assets/fonts and are referenced from root style.css. */
@font-face {
  font-family: "TT Hoves Pro";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/TT-Hoves-font/woff2/TT_Hoves_Pro_Light.woff2") format("woff2"), url("assets/fonts/TT-Hoves-font/woff/TT_Hoves_Pro_Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "TT Hoves Pro";
  font-style: italic;
  font-weight: 300;
  src: url("assets/fonts/TT-Hoves-font/woff2/TT_Hoves_Pro_Light_Italic.woff2") format("woff2"), url("assets/fonts/TT-Hoves-font/woff/TT_Hoves_Pro_Light_Italic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "TT Hoves Pro";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/TT-Hoves-font/woff2/TT_Hoves_Pro_Regular.woff2") format("woff2"), url("assets/fonts/TT-Hoves-font/woff/TT_Hoves_Pro_Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "TT Hoves Pro";
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/TT-Hoves-font/woff2/TT_Hoves_Pro_DemiBold.woff2") format("woff2"), url("assets/fonts/TT-Hoves-font/woff/TT_Hoves_Pro_DemiBold.woff") format("woff");
  font-display: swap;
}
em {
  font-style: italic;
}

/* Base */
/* ==========================================================================
   Site Header
   ========================================================================== */
#masthead {
  position: absolute;
  top: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 50;
  padding: 0 40px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
#masthead .site-branding {
  width: 100%;
  max-width: 120px;
  z-index: 999;
}
@media screen and (max-width: 900px) {
  #masthead .site-branding {
    max-width: 110px;
  }
}
#masthead #site-navigation-desktop ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 80px;
}
#masthead #site-navigation-desktop #primary-menu > li > a,
#masthead #site-navigation-desktop .menu > li > a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}
#masthead #site-navigation-desktop #primary-menu > li > a::after,
#masthead #site-navigation-desktop .menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #67abdf;
  transform: scaleX(0);
  transform-origin: center center;
  transition: transform 0.24s ease;
}
#masthead #site-navigation-desktop #primary-menu > li > a:hover::after, #masthead #site-navigation-desktop #primary-menu > li > a:focus-visible::after,
#masthead #site-navigation-desktop .menu > li > a:hover::after,
#masthead #site-navigation-desktop .menu > li > a:focus-visible::after {
  transform: scaleX(1);
}
#masthead #site-navigation-desktop #primary-menu > li:hover > a::after,
#masthead #site-navigation-desktop #primary-menu > li:focus-within > a::after,
#masthead #site-navigation-desktop #primary-menu > li.subnav-open > a::after,
#masthead #site-navigation-desktop .menu > li:hover > a::after,
#masthead #site-navigation-desktop .menu > li:focus-within > a::after,
#masthead #site-navigation-desktop .menu > li.subnav-open > a::after {
  transform: scaleX(1);
}
#masthead #site-navigation-desktop #primary-menu > li.current-menu-item > a,
#masthead #site-navigation-desktop #primary-menu > li.current-menu-parent > a,
#masthead #site-navigation-desktop #primary-menu > li.current-menu-ancestor > a,
#masthead #site-navigation-desktop #primary-menu > li.current_page_parent > a,
#masthead #site-navigation-desktop #primary-menu > li.current_page_ancestor > a,
#masthead #site-navigation-desktop .menu > li.current-menu-item > a,
#masthead #site-navigation-desktop .menu > li.current-menu-parent > a,
#masthead #site-navigation-desktop .menu > li.current-menu-ancestor > a,
#masthead #site-navigation-desktop .menu > li.current_page_parent > a,
#masthead #site-navigation-desktop .menu > li.current_page_ancestor > a {
  color: #67abdf;
  font-size: 17px;
  color: #67abdf;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 600;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
}
#masthead #site-navigation-desktop a {
  font-size: 17px;
  color: #fff;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 400;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
}

/* ==========================================================================
   Sub Navigation
   ========================================================================== */
#masthead #site-navigation-desktop .menu-item-has-children {
  position: relative;
  padding-right: 16px;
}
#masthead #site-navigation-desktop .menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 25px;
}
#masthead #site-navigation-desktop .subnav-toggle {
  display: none;
}
#masthead #site-navigation-desktop .sub-menu {
  display: block;
  border-radius: 5px;
  margin: 0;
  padding: 10px 0;
  min-width: 230px;
  list-style: none;
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  background: #67abdf;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  z-index: 850;
  gap: 0;
}
#masthead #site-navigation-desktop .sub-menu li {
  display: block;
  width: 100%;
}
#masthead #site-navigation-desktop .sub-menu a {
  display: block;
  padding: 8px 21px;
  text-transform: none;
  white-space: normal;
  overflow-wrap: anywhere;
  font-size: 15px;
  color: #fff;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 600;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
}
#masthead #site-navigation-desktop .sub-menu a:hover {
  background-color: #4e88b9;
  text-decoration: none;
}
#masthead #site-navigation-desktop .menu-item-has-children:hover > .sub-menu,
#masthead #site-navigation-desktop .menu-item-has-children:focus-within > .sub-menu,
#masthead #site-navigation-desktop .menu-item-has-children.subnav-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ==========================================================================
   Mobile Menu
   ========================================================================== */
#masthead .main-navigation-desktop {
  display: block;
}
#masthead #site-navigation-mobile {
  display: none;
}
#masthead .mobile-menu-toggle {
  display: none;
}

.mobile-nav-overlay {
  display: none;
}

@media screen and (max-width: 900px) {
  #masthead {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    transform: none;
    padding: 12px 20px;
  }
  #masthead .main-navigation-desktop {
    display: none;
  }
  #masthead #site-navigation-mobile {
    display: block;
  }
  #masthead .mobile-menu-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    z-index: 45;
  }
  #masthead .mobile-menu-toggle span {
    position: absolute;
    width: 24px;
    height: 2px;
    background: #fff;
    transform-origin: center;
    transition: transform 0.24s ease, opacity 0.2s ease;
  }
  #masthead .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(-7px);
  }
  #masthead .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(7px);
  }
  #masthead .mobile-menu-toggle.is-open span:nth-child(1) {
    transform: rotate(45deg);
  }
  #masthead .mobile-menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }
  #masthead .mobile-menu-toggle.is-open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  #masthead #site-navigation-mobile {
    position: fixed;
    top: 0;
    right: 0;
    width: min(86vw, 420px);
    max-width: 100vw;
    height: 100dvh;
    padding: 200px 0 0;
    background: #00335f;
    overflow-y: auto;
    overscroll-behavior: contain;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 40;
  }
  #masthead #site-navigation-mobile ul {
    display: block;
    width: 100%;
    gap: 0;
    margin: 0;
    padding: 0;
  }
  #masthead #site-navigation-mobile li {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.24s ease, transform 0.3s ease;
    gap: 0 !important;
  }
  #masthead #site-navigation-mobile a {
    display: block;
    width: calc(100% - 51px);
    padding: 20px 0 20px 20px !important;
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent;
    font-size: 27px;
    color: #fff;
    font-family: "TT Hoves Pro", sans-serif;
    font-weight: 400;
    line-height: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern";
    backface-visibility: hidden;
    text-transform: uppercase;
    text-decoration: none;
  }
  #masthead #site-navigation-mobile a:visited, #masthead #site-navigation-mobile a:hover, #masthead #site-navigation-mobile a:focus, #masthead #site-navigation-mobile a:active {
    color: #fff;
  }
}
@media screen and (max-width: 900px) and (max-width: 768px) {
  #masthead #site-navigation-mobile a {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 900px) {
  #masthead #site-navigation-mobile #primary-menu > li.current-menu-item > a,
  #masthead #site-navigation-mobile #primary-menu > li.current-menu-parent > a,
  #masthead #site-navigation-mobile #primary-menu > li.current-menu-ancestor > a,
  #masthead #site-navigation-mobile #primary-menu > li.current_page_parent > a,
  #masthead #site-navigation-mobile #primary-menu > li.current_page_ancestor > a,
  #masthead #site-navigation-mobile .menu > li.current-menu-item > a,
  #masthead #site-navigation-mobile .menu > li.current-menu-parent > a,
  #masthead #site-navigation-mobile .menu > li.current-menu-ancestor > a,
  #masthead #site-navigation-mobile .menu > li.current_page_parent > a,
  #masthead #site-navigation-mobile .menu > li.current_page_ancestor > a {
    color: #67abdf;
    font-size: 27px;
    color: #67abdf;
    font-family: "TT Hoves Pro", sans-serif;
    font-weight: 600;
    line-height: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern";
    backface-visibility: hidden;
  }
  #masthead #site-navigation-mobile .menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
  #masthead #site-navigation-mobile .menu-item-has-children::after {
    display: none;
  }
  #masthead #site-navigation-mobile .subnav-toggle {
    display: inline-flex;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    padding: 0;
    background: transparent;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s ease;
    margin: 0;
  }
  #masthead #site-navigation-mobile .subnav-toggle::before {
    content: "";
    width: 15px;
    height: 15px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-4px) rotate(45deg);
    transition: transform 0.2s ease;
  }
  #masthead #site-navigation-mobile .sub-menu {
    padding-bottom: 0px !important;
    background: #002650;
    position: static;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    opacity: 0;
    visibility: visible;
    transform: none;
    pointer-events: none;
    flex-basis: 100%;
    overflow: hidden;
    max-height: 0;
    padding-bottom: 0;
    transition: max-height 0.3s ease, opacity 0.2s ease, padding-bottom 0.2s ease;
  }
  #masthead #site-navigation-mobile .sub-menu li:first-of-type {
    margin-top: 10px;
  }
  #masthead #site-navigation-mobile .sub-menu li:last-of-type {
    margin-bottom: 10px;
  }
  #masthead #site-navigation-mobile .sub-menu a {
    width: 100%;
    font-size: 19px;
    color: #fff;
    font-family: "TT Hoves Pro", sans-serif;
    font-weight: 400;
    line-height: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern";
    backface-visibility: hidden;
    padding: 12px 20px !important;
    text-transform: none;
  }
  #masthead #site-navigation-mobile .menu-item-has-children.subnav-open > .subnav-toggle::before {
    transform: translateY(4px) rotate(-135deg);
  }
  #masthead #site-navigation-mobile .menu-item-has-children.subnav-open > .sub-menu {
    opacity: 1;
    pointer-events: auto;
    max-height: var(--subnav-height, 600px);
    padding-bottom: 8px;
  }
  #masthead #site-navigation-mobile.mobile-nav-open {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }
  #masthead #site-navigation-mobile.mobile-nav-open li {
    opacity: 1;
    transform: none;
  }
  body.mobile-nav-open {
    overflow: hidden;
    touch-action: none;
  }
  body.mobile-nav-open .mobile-nav-overlay {
    position: fixed;
    inset: 0;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 40;
    cursor: pointer;
  }
}
@media screen and (max-width: 500px) {
  #masthead #site-navigation-mobile {
    width: 100vw;
  }
}
@media (prefers-reduced-motion: reduce) {
  #masthead .mobile-menu-toggle span,
  #masthead #site-navigation-mobile,
  #masthead #site-navigation-mobile li {
    transition: none;
  }
}
/* Modules */
/* ==========================================================================
   Homepage Insights block
   ========================================================================== */
/* ==========================================================================
   Team block
   ========================================================================== */
.team_item.is-hidden {
  display: none;
}

.team_item.is-active {
  display: block;
}

.team_nav {
  display: flex;
  gap: 48px;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 70px;
  padding-bottom: 10px;
  padding-left: 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .team_nav {
    gap: 40px;
  }
}
.team_nav .team-nav-indicator {
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  width: 0;
  background-color: #000;
  transform: translateX(0);
  transition: transform 0.28s ease, width 0.28s ease;
  pointer-events: none;
}
.team_nav button {
  all: unset;
  cursor: pointer;
  font-size: 20px;
  color: #000;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 300;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  text-transform: uppercase;
}
.team_nav button.is-active {
  font-size: 20px;
  color: #000;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 600;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
}

.team_block_row .inner-row {
  padding: 61px 40px 150px 40px;
}
@media screen and (max-width: 768px) {
  .team_block_row .inner-row {
    padding: 61px 20px 50px 20px;
  }
}
.team_block_row .inner-row .four_column {
  gap: 52px;
}
@media screen and (max-width: 900px) {
  .team_block_row .inner-row .four_column {
    gap: 20px;
  }
}
@media screen and (max-width: 769px) {
  .team_block_row .inner-row .four_column {
    gap: 10px;
  }
}
.team_block_row .inner-row .four_column {
  align-self: flex-start;
}
.team_block_row .team_item {
  max-width: 300px;
  background-color: #f5f5f5;
  flex-grow: 1;
}
.team_block_row .team_item img {
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .team_block_row .team_item img {
    min-height: 150px;
  }
}
@media screen and (max-width: 1450px) {
  .team_block_row .team_item {
    flex: 0 0 calc((100% - 104px) / 3);
    max-width: calc((100% - 104px) / 3);
  }
}
@media screen and (max-width: 900px) {
  .team_block_row .team_item {
    flex: 0 0 calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 769px) {
  .team_block_row .team_item {
    flex: 0 0 calc((100% - 20px) / 3);
    max-width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .team_block_row .team_item {
    flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}
.team_block_row .team_item .text_content {
  padding: 15px 14px 26px 14px;
}
.team_block_row .team_item .text_content h3 {
  font-size: 20px;
  color: #000;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 600;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  margin: 0 0 10px 0;
  text-box-trim: trim-start;
  text-box-edge: cap alphabetic;
}
.team_block_row .team_item .text_content p {
  font-size: 14px;
  color: #000;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 400;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-box-trim: trim-start;
  text-box-edge: cap alphabetic;
}

.connect_wrp {
  display: flex;
  align-items: center;
  gap: 14px;
}
.connect_wrp .connect_icon span {
  display: block;
  background-color: #a6b4c6;
  transition: background-color 0.3s ease;
}
.connect_wrp .connect_icon span:hover {
  background-color: #000;
}
.connect_wrp .phone span {
  width: 16px;
  height: 16px;
  mask: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/phone.png) no-repeat center/contain;
  -webkit-mask: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/phone.png) no-repeat center/contain;
}
.connect_wrp .email span {
  width: 22px;
  height: 22px;
  mask: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/email.png) no-repeat center/contain;
  -webkit-mask: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/email.png) no-repeat center/contain;
}
.connect_wrp .vcard span {
  width: 26px;
  height: 26px;
  mask: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/vcard.png) no-repeat center/contain;
  -webkit-mask: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/vcard.png) no-repeat center/contain;
}

/* ==========================================================================
   Team Single
   ========================================================================== */
.hero_people {
  padding-bottom: 120px;
}
@media screen and (max-width: 800px) {
  .hero_people {
    padding-bottom: 10px;
  }
}
.people_hero_out {
  padding: 0 40px;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1550px;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .people_hero_out {
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .people_hero_out {
    position: relative;
    padding: 170px 20px 0 20px;
  }
}

.people_hero_wrp {
  background-color: #00335f;
  margin: 0 auto;
  width: 100%;
  max-width: 1475px;
  max-height: 415px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .people_hero_wrp {
    z-index: 2;
    position: relative;
    max-height: none;
    flex-direction: column;
  }
}
.people_hero_wrp .text_wrp {
  padding: 0 20px 74px 57px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .people_hero_wrp .text_wrp {
    font-size: 40px;
    padding: 0 20px 74px 20px;
  }
}
@media screen and (max-width: 800px) {
  .people_hero_wrp .text_wrp {
    padding: 20px;
  }
}
.people_hero_wrp h1 {
  font-size: 55px;
  color: #67abdf;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 600;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .people_hero_wrp h1 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 800px) {
  .people_hero_wrp h1 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 5px;
    text-box-trim: trim-start;
    text-box-edge: cap alphabetic;
  }
}
@media screen and (max-width: 600px) {
  .people_hero_wrp h1 br {
    display: none;
  }
}
.people_hero_wrp p {
  font-size: 25px;
  color: #67abdf;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 400;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  margin: 12px 0 0 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .people_hero_wrp p {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .people_hero_wrp p {
    margin-top: 0;
  }
}
@media screen and (max-width: 400px) {
  .people_hero_wrp p {
    font-size: 18px !important;
  }
}
.people_hero_wrp .two_column_item:nth-child(1) {
  width: 62%;
}
@media screen and (max-width: 800px) {
  .people_hero_wrp .two_column_item:nth-child(1) {
    order: 2;
  }
}
.people_hero_wrp .two_column_item:nth-child(2) {
  width: 38%;
}
@media screen and (max-width: 800px) {
  .people_hero_wrp .two_column_item:nth-child(2) {
    order: 1;
  }
}
@media screen and (max-width: 800px) {
  .people_hero_wrp .two_column_item {
    width: 100% !important;
  }
  .people_hero_wrp .two_column_item img {
    width: 100%;
  }
}

.body_content .body_copy {
  font-size: 24px;
}
.body_content h2 {
  font-size: 30px;
  color: #1d416f;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 600;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
}
.body_content h3 {
  font-size: 25px;
  color: #000;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 600;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
}

/* ==========================================================================
    Team Single sidebar
   ========================================================================== */
.two_column_page {
  padding: 80px 40px !important;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .two_column_page {
    flex-direction: column;
    gap: 20px;
    padding: 40px 20px !important;
  }
}
.two_column_page .two_column_item:nth-child(1) {
  width: 65%;
}
.two_column_page .two_column_item:nth-child(2) {
  width: 35%;
}
@media screen and (max-width: 900px) {
  .two_column_page .two_column_item {
    width: 100% !important;
  }
}
.two_column_page .sidebar {
  text-align: left;
  padding-left: 64px;
  margin-top: 19px;
  position: sticky;
  top: 32px;
  align-self: flex-start;
  margin-bottom: 65px;
}
@media screen and (max-width: 900px) {
  .two_column_page .sidebar {
    position: relative;
    padding-left: 0;
    margin-top: 0;
    top: 0;
  }
}
.two_column_page .sidebar .sidebar_heading {
  font-size: 22px;
  color: #67abdf;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 600;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  text-transform: uppercase;
  margin: 0 0 0px 0;
}
@media screen and (max-width: 768px) {
  .two_column_page .sidebar .sidebar_heading {
    font-size: 20px;
  }
}
.two_column_page .sidebar .connect_wrp {
  align-items: flex-start !important;
  flex-direction: column;
  justify-content: left;
  position: relative;
}
.two_column_page .sidebar .connect_wrp a {
  display: inline-block;
  padding-left: 40px;
  font-size: 20px;
  color: #000;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 300;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  text-decoration: none;
  line-height: 21px;
}
.two_column_page .sidebar .connect_wrp a:hover {
  text-decoration: underline;
}
.two_column_page .sidebar .connect_wrp a:hover span {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .two_column_page .sidebar .connect_wrp a {
    font-size: 18px;
  }
}
.two_column_page .sidebar .connect_wrp span {
  position: absolute;
  left: 0;
  background-color: #67abdf;
  transition: background-color 0.3s ease;
  overflow: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.two_column_page .sidebar .connect_wrp span:hover {
  background-color: #000;
}
.two_column_page .sidebar .connect_wrp .mobile_phone span {
  width: 22px;
  height: 22px;
  mask: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/cell-phone.png) no-repeat center/contain;
  -webkit-mask: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/cell-phone.png) no-repeat center/contain;
}
.two_column_page .sidebar .connect_wrp .print_pdf span {
  width: 22px;
  height: 22px;
  mask: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/pdf-file.png) no-repeat center/contain;
  -webkit-mask: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/pdf-file.png) no-repeat center/contain;
}
.two_column_page .sidebar .connect_wrp .linkedin span {
  width: 26px;
  height: 26px;
  mask: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/linkedin.png) no-repeat center/contain;
  -webkit-mask: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/linkedin.png) no-repeat center/contain;
}
.two_column_page .sidebar .sidebar_logo_wrp {
  margin-top: 50px;
}
.two_column_page .sidebar .sidebar_logo_wrp .logo_wrp {
  margin-top: 30px;
  text-align: center;
}
.two_column_page .sidebar .sidebar_logo_wrp .thumb_wrp {
  width: 100%;
  max-width: 278px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .two_column_page .sidebar .sidebar_logo_wrp .thumb_wrp {
    max-width: 228px;
  }
}
.two_column_page .sidebar .sidebar_practice_areas_wrp {
  margin-top: 50px;
  display: flex;
  gap: 14px;
  align-items: flex-start !important;
  flex-direction: column;
  justify-content: left;
  position: relative;
}
.two_column_page .sidebar .sidebar_practice_areas_wrp p:not(.sidebar_heading) {
  display: inline-block;
  padding-left: 40px;
  font-size: 20px;
  color: #000;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 300;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  text-decoration: none;
  line-height: 28px;
  margin: 0;
  position: relative;
}
.two_column_page .sidebar .sidebar_practice_areas_wrp p:not(.sidebar_heading) span {
  position: absolute;
  content: "";
  display: inline-block;
  left: 4px;
  top: 8px;
  width: 16px;
  height: 16px;
  background-color: #67abdf;
  mask: url("/wp-content/themes/hoover-hull-turner/assets/images/global/right-arrow-small-black.png") no-repeat center/contain;
  -webkit-mask: url("/wp-content/themes/hoover-hull-turner/assets/images/global/right-arrow-small-black.png") no-repeat center/contain;
  vertical-align: middle;
  transition: background-color 0.3s ease;
}
.two_column_page .sidebar .sidebar_practice_areas_wrp p:not(.sidebar_heading):hover span {
  background-color: #000;
}
.two_column_page .sidebar .sidebar_practice_areas_wrp p:not(.sidebar_heading):hover a {
  text-decoration: underline;
}
.two_column_page .sidebar .sidebar_practice_areas_wrp p:not(.sidebar_heading) a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .two_column_page .sidebar .sidebar_practice_areas_wrp p:not(.sidebar_heading) {
    font-size: 18px;
  }
}

/* ==========================================================================
   Accordion Menu
   ========================================================================== */
.accordion_menu {
  margin-top: 55px;
  margin-bottom: 85px;
}
@media (max-width: 768px) {
  .accordion_menu {
    margin-bottom: 45px;
  }
}
.accordion_menu h2 {
  padding-bottom: 20px;
}
.accordion_menu .accordion_item {
  border-top: 1px solid #dddddd;
}
.accordion_menu .accordion_item:last-child {
  border-bottom: 1px solid #dddddd;
}
.accordion_menu .accordion_item .title_row {
  position: relative;
  padding: 23px 0;
}
.accordion_menu .accordion_item .title_row h3 {
  margin: 0;
  font-size: 22px;
  color: #1d416f;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 600;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .accordion_menu .accordion_item .title_row h3 {
    width: 80%;
    font-size: 18px;
  }
}
.accordion_menu .accordion_item .title_row .arrow_wrp {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion_menu .accordion_item .title_row .arrow_wrp span {
  position: relative;
  display: inline-block;
  background-color: #1d416f;
  width: 25px;
  height: 25px;
  transform-origin: center center;
  transition: transform 0.3s ease;
  mask: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/down-arrow.png) no-repeat center/contain;
  -webkit-mask: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/down-arrow.png) no-repeat center/contain;
}
.accordion_menu .accordion_item .text_row {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.accordion_menu .accordion_item .text_row p,
.accordion_menu .accordion_item .text_row li,
.accordion_menu .accordion_item .text_row a {
  font-size: 23px !important;
}
@media (max-width: 768px) {
  .accordion_menu .accordion_item .text_row p,
  .accordion_menu .accordion_item .text_row li,
  .accordion_menu .accordion_item .text_row a {
    font-size: 20px !important;
  }
}
.accordion_menu .accordion_item .text_row p {
  margin: 23px 0;
}
.accordion_menu .accordion_item .text_row a {
  color: #335a8c;
  text-decoration: none;
}
.accordion_menu .accordion_item .text_row ul {
  margin: 23px 0;
}
.accordion_menu .accordion_item .text_row ul ul {
  margin: 15px 0;
  list-style-type: circle;
}
.accordion_menu .accordion_item .text_row li {
  margin-bottom: 10px;
}
.accordion_menu .accordion_item .text_row li::marker {
  font-size: 15px !important;
}

.accordion_item.active .text_row {
  opacity: 1;
  padding-bottom: 30px;
}

.accordion_item.active .title_row .arrow_wrp span {
  transform: rotate(180deg);
}

.accordion_item.item_clickable {
  cursor: pointer;
}

/* ==========================================================================
    Services single page
   ========================================================================== */
.single-service .text_wrp p {
  font-size: 26px;
  font-style: italic;
  color: #67abdf;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 300;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  text-transform: none !important;
}
.single-service .sidebar_logo_wrp {
  margin-top: 0 !important;
}
.single-service .accordion_item .title_row h3 {
  text-transform: none;
}

/* ==========================================================================
    Image Full Width
   ========================================================================== */
.image_full_width {
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
  --parallax-focus-y: 50%;
  height: calc(100vh - 100px);
  max-height: 1320px;
  margin-top: 90px;
  overflow: hidden;
  clip-path: inset(0);
}
@media (max-width: 768px) {
  .image_full_width {
    margin-top: 0px;
  }
}
.image_full_width img {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center var(--parallax-focus-y);
     object-position: center var(--parallax-focus-y);
  transform: none;
  z-index: -1;
}

.image_full_width + .full_width_text {
  margin-top: 150px;
}

@media (max-width: 900px) {
  .image_full_width {
    height: clamp(420px, 96vw, 700px);
    min-height: 0;
    max-height: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .image_full_width img {
    -o-object-position: center 50%;
       object-position: center 50%;
    transform: none;
  }
}
/* ==========================================================================
    Text Full Width
   ========================================================================== */
.full_width_text {
  width: 100%;
  padding: 130px 20px;
}
@media screen and (max-width: 800px) {
  .full_width_text {
    padding: 40px 20px;
  }
}
.full_width_text .inner-row {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.full_width_text .inner-row p {
  font-size: 45px;
  color: #1d416f;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 300;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  padding: 0;
  margin: 0;
  line-height: 62px;
}
@media (max-width: 800px) {
  .full_width_text .inner-row p {
    font-size: 27px;
    line-height: 37px;
  }
}
.full_width_text .inner-row span {
  font-size: 56px;
}
@media (max-width: 800px) {
  .full_width_text .inner-row span {
    font-size: 27px;
    line-height: 37px;
  }
}

/* ==========================================================================
    Map
   ========================================================================== */
.map-row {
  margin: 90px 0 150px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .map-row {
    margin: 0px 0 150px 0;
  }
}
.map-row #map {
  width: 100%;
  height: 650px;
}
@media screen and (max-width: 768px) {
  .map-row #map {
    height: 450px;
  }
}

.page-title-location .two_column_text_paragraph_row .two_column .column:nth-child(2) .body_copy:nth-child(2) strong {
  color: #1d416f !important;
}

.mp_contact {
  position: relative;
  list-style-type: none;
  font-size: 24px !important;
}
.mp_contact a {
  color: #000 !important;
  text-decoration: none;
}
.mp_contact a:hover {
  text-decoration: underline;
}
.mp_contact li {
  position: relative;
}
.mp_contact li:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: -40px;
  background-color: #1d416f;
  transition: background-color 0.3s ease;
}
.mp_contact li:first-of-type:before {
  top: -3px;
  mask: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/maps-and-flags.png) no-repeat center/contain;
  -webkit-mask: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/maps-and-flags.png) no-repeat center/contain;
}
.mp_contact li:last-of-type:before {
  top: 6px;
  width: 22px;
  height: 22px;
  mask: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/phone.png) no-repeat center/contain;
  -webkit-mask: url(/wp-content/themes/hoover-hull-turner/assets/images/icons/phone.png) no-repeat center/contain;
}

/* ==========================================================================
   Globals
   ========================================================================== */
.max-width {
  max-width: 1440px;
  width: 100%;
  padding: 150px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .max-width {
    padding: 80px 20px;
  }
}

.black_bg {
  background-color: #000;
}

.light_blue_bg {
  background-color: #e1eef9;
}

.blue-heading {
  font-size: 70px;
  color: #67abdf;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 300;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  text-box-trim: trim-start;
  text-box-edge: cap alphabetic;
}
@media screen and (max-width: 768px) {
  .blue-heading {
    font-size: 45px;
    line-height: 55px;
  }
}

.blue-subheading {
  font-size: 32px;
  font-style: italic;
  color: #67abdf;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 300;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
}

.body_copy {
  font-size: 26px;
  color: #000;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 300;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  margin: 0;
  text-box-trim: trim-start;
  text-box-edge: cap alphabetic;
  line-height: 36px;
}
.body_copy a {
  color: #335a8c;
  text-decoration: none;
}
.body_copy strong {
  font-size: 24px;
  color: #000;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 600;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .body_copy {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

ul.body_copy {
  font-size: 26px;
  color: #000;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 300;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  line-height: 36px;
  margin-bottom: 44px !important;
}
ul.body_copy li {
  margin-bottom: 20px !important;
}

.two_column {
  display: flex;
}

.two_column_item {
  width: 50%;
}

.three_column {
  display: flex;
  gap: 40px;
}

.three_column_item {
  width: 33%;
}

.four_column {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.four_column_item {
  width: 25%;
}

.center_text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .center_text {
    text-align: left;
  }
}

.zoom {
  overflow: hidden;
  display: block;
  position: relative;
}
.zoom:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: #00335f;
  z-index: 2;
  transition: opacity 0.3s ease-in-out;
}
.zoom img {
  transition: transform 0.3s ease; /* Smooth transition */
  display: block;
}
.zoom:hover img {
  transform: scale(1.1); /* 1.2 = 120% zoom */
}
.zoom:hover:after {
  opacity: 0.9;
}

.shadow_hover {
  position: relative;
  transition: transform 0.3s ease-in-out;
}
.shadow_hover:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.shadow_hover:hover {
  transform: translateY(-3px);
}
.shadow_hover:hover::after {
  opacity: 1;
}

.arrow_bg {
  position: relative;
  z-index: 1;
}
.arrow_bg:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  max-width: 255px;
  height: 213px;
  z-index: -1;
  /* Image configuration */
  background-image: url("/wp-content/themes/hoover-hull-turner/assets/images/icons/bg-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 255px;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .arrow_bg:before {
    content: none;
  }
}

.body_content.arrow_bg:before {
  left: calc(-15% - 20px);
}
@media screen and (max-width: 1366px) {
  .body_content.arrow_bg:before {
    left: calc(-8% - 0px);
  }
}

.standard_page_content {
  padding: 80px 40px 120px 40px;
}
@media screen and (max-width: 768px) {
  .standard_page_content {
    padding: 80px 20px;
  }
}
.standard_page_content .column {
  max-width: 850px;
}
.standard_page_content p {
  font-size: 24px !important;
  line-height: 34px !important;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .standard_page_content p {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

/* ==========================================================================
   Hero Full Block
   ========================================================================== */
.hero {
  position: relative;
}
.hero img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 420px;
  width: 100%;
}

/* ==========================================================================
   Hero Short Block
   ========================================================================== */
.hero_short:not(.hero_services, .hero_people) {
  min-height: 420px;
}

@media screen and (max-width: 800px) {
  .hero_short .people_bg_hero {
    z-index: 1;
    top: 0;
    position: absolute;
    min-height: auto !important;
    height: 320px !important;
  }
}
.hero_short .text_wrap {
  position: absolute;
  max-width: 1440px;
  padding: 0 40px 0 40px;
  margin: 0 auto;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .hero_short .text_wrap {
    padding: 0 20px 0 20px;
    top: auto;
    transform: translate(-50%, 50%);
    bottom: calc(50% - 60px);
  }
}
.hero_short .text_wrap h1 {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 20px;
  font-size: 78px;
}
@media screen and (max-width: 1366px) {
  .hero_short .text_wrap h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 900px) {
  .hero_short .text_wrap h1 {
    font-size: 48px;
  }
}
.hero_short .text_wrap h1:after {
  content: "";
  height: 8px;
  width: 110px;
  position: absolute;
  left: 0;
  bottom: -11px;
  background-color: #67abdf;
}
@media screen and (max-width: 768px) {
  .hero_short .text_wrap h1:after {
    height: 5px;
    bottom: -8px;
  }
}

/* ==========================================================================
   Short Hero video Block
   ========================================================================== */
/* ==========================================================================
   Hero video Block
   ========================================================================== */
.hero-video {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  height: 100vh;
  height: 100dvh;
  min-height: 100svh;
  overflow: hidden;
  background: #000;
}
.hero-video .hero-video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 1;
  transition: opacity 0.45s ease;
  pointer-events: none;
  display: block;
}
.hero-video.is-loaded .hero-video-poster {
  transition-delay: 0.7s;
  opacity: 0;
}
.hero-video iframe {
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  transform: translate(-50%, -50%);
  will-change: transform;
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .hero-video iframe {
    transform: translate(-50%, -50%) scale(1.08);
  }
}
.hero-video.is-loaded iframe {
  opacity: 1;
}
.hero-video iframe,
.hero-video video {
  position: absolute;
  display: block;
  border: 0;
}
.hero-video video {
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-video video {
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-video .award_content {
  position: absolute;
  bottom: 0%;
  right: 50%;
  transform: translate(50%, -20%);
  z-index: 3;
  max-width: 1440px;
  width: 100%;
  padding: 0px 40px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .hero-video .award_content {
    right: 20px;
    transform: none;
    max-width: 150px;
    padding: 0px 0px;
    bottom: 20px;
    justify-content: center;
  }
}
.hero-video .award_content img {
  width: 100%;
  max-width: 268px;
  min-height: auto;
  position: relative;
  right: 0;
  -o-object-fit: none;
     object-fit: none;
}
@media screen and (max-width: 1366px) {
  .hero-video .award_content img {
    max-width: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .hero-video .award_content img {
    right: auto;
    max-width: none;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.hero-video .text_content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  max-width: 1440px;
  width: 100%;
  padding: 0px 40px;
}
@media screen and (max-width: 768px) {
  .hero-video .text_content {
    padding: 0px 20px;
  }
}
.hero-video .text_content:after {
  height: 10px;
  width: 110px;
  position: absolute;
  left: 40px;
  bottom: -55px;
  background-color: #67abdf;
}
@media screen and (max-width: 768px) {
  .hero-video .text_content:after {
    left: 20px;
  }
}
.hero-video .text_content h2 {
  font-size: 80px;
  color: #67abdf;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 300;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  margin: 0 0 0 0;
  text-box-trim: trim-start;
  text-box-edge: cap alphabetic;
  line-height: 93px;
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
  max-width: 1100px;
}
@media screen and (max-width: 1366px) {
  .hero-video .text_content h2 {
    font-size: 58px;
    line-height: 70px;
  }
}
@media screen and (max-width: 900px) {
  .hero-video .text_content h2 {
    font-size: 50px;
    line-height: 63px;
  }
}
@media screen and (max-width: 768px) {
  .hero-video .text_content h2 {
    font-size: 40px;
    line-height: 53px;
    margin-bottom: 20px;
  }
}
.hero-video .text_content p:nth-of-type(1) {
  font-size: 24px;
  font-style: italic;
  color: #fff;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 300;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  margin: 0 0 0 0;
  text-box-trim: trim-start;
  text-box-edge: cap alphabetic;
}
@media screen and (max-width: 1366px) {
  .hero-video .text_content p:nth-of-type(1) {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .hero-video .text_content p:nth-of-type(1) {
    font-size: 20px;
    max-width: 600px;
  }
}
@media screen and (max-width: 900px) {
  .hero-video .text_content p:nth-of-type(1) {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hero-video .text_content p:nth-of-type(1) {
    font-size: 18px;
  }
}
.hero-video .text_btm_border {
  width: 100%;
  position: relative;
}
.hero-video .text_btm_border:after {
  content: "";
  height: 10px;
  width: 110px;
  position: absolute;
  left: 0px;
  bottom: -55px;
  background-color: #67abdf;
}
@media screen and (max-width: 768px) {
  .hero-video .text_btm_border:after {
    left: 0px;
    height: 5px;
    bottom: -50px;
  }
}

/* ==========================================================================
   Short Hero video Block
   ========================================================================== */
.hero-short-video {
  min-height: 420px;
  background: #fff;
}
.hero-short-video video {
  display: block;
  width: 100%;
  min-height: 420px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ==========================================================================
   Testimonial Block
   ========================================================================== */
.testimonial-row {
  width: 100%;
  padding: 130px 20px;
}
@media screen and (max-width: 768px) {
  .testimonial-row {
    padding: 40px 20px;
  }
}
.testimonial-row .inner-row {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
.testimonial-row .slider-wrapper {
  position: relative;
}
.testimonial-row .slider-wrapper.is-initialized {
  overflow: hidden;
}
.testimonial-row .slider-wrapper.is-initialized .testimonial_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
}
.testimonial-row .slider-wrapper.is-initialized .testimonial_item.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.testimonial-row .testimonial_item {
  text-align: center;
}
.testimonial-row .testimonial_item .testimonial_quote p {
  font-size: 45px;
  color: #1d416f;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 300;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  padding: 0;
  margin: 0;
  line-height: 62px;
}
@media screen and (max-width: 768px) {
  .testimonial-row .testimonial_item .testimonial_quote p {
    font-size: 27px;
    line-height: 37px;
  }
}
.testimonial-row .testimonial_item .testimonial_quote p:first-of-type:before,
.testimonial-row .testimonial_item .testimonial_quote p:last-of-type:after {
  font-family: "Times New Roman", Georgia, serif;
  font-size: 1.35em;
  line-height: 0;
  vertical-align: -0.18em;
  font-weight: 400;
}
.testimonial-row .testimonial_item .testimonial_quote p:first-of-type:before {
  content: "“";
  margin-right: 0.1em;
}
.testimonial-row .testimonial_item .testimonial_quote p:last-of-type:after {
  content: "”";
  margin-left: 0.1em;
}
.testimonial-row .testimonial_item .testimonial_name {
  font-size: 32px;
  font-style: italic;
  color: #1d416f;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 300;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  margin-top: 7px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .testimonial-row .testimonial_item .testimonial_name {
    font-size: 22px;
  }
}
.testimonial-row .testimonial_item span,
.testimonial-row .testimonial_item .large-text {
  font-size: 56px;
}
@media screen and (max-width: 768px) {
  .testimonial-row .testimonial_item span,
  .testimonial-row .testimonial_item .large-text {
    font-size: 27px;
  }
}
.testimonial-row .testimonial-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .testimonial-row .testimonial-dots {
    margin-top: 15px;
  }
}
.testimonial-row .testimonial-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background-color: rgba(29, 65, 111, 0.28);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.testimonial-row .testimonial-dot:hover, .testimonial-row .testimonial-dot:focus-visible {
  background-color: rgba(29, 65, 111, 0.6);
  transform: scale(1.05);
}
.testimonial-row .testimonial-dot.is-active {
  background-color: #1d416f;
  transform: scale(1.12);
}

/* ==========================================================================
   Two Column Text CTA
   ========================================================================== */
.two_column_text_cta-row {
  overflow: hidden;
  background-color: #fff;
}
.two_column_text_cta-row .two_column {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 900px) {
  .two_column_text_cta-row .two_column {
    flex-direction: column;
    gap: 0;
  }
}
.two_column_text_cta-row .two_column .column {
  position: relative;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .two_column_text_cta-row .two_column .column {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.two_column_text_cta-row .two_column .column p {
  margin: 0;
  padding: 0;
}
.two_column_text_cta-row .two_column > .column:first-child {
  width: 55%;
  padding-right: 70px;
}
@media screen and (max-width: 900px) {
  .two_column_text_cta-row .two_column > .column:first-child {
    margin-bottom: 50px;
  }
}
.two_column_text_cta-row .two_column > .column:first-child p {
  font-size: 40px;
  color: #000;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 300;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  margin-bottom: 33px;
  line-height: 58px;
  text-box-trim: trim-start;
  text-box-edge: cap alphabetic;
}
@media screen and (max-width: 768px) {
  .two_column_text_cta-row .two_column > .column:first-child p {
    font-size: 28px;
    line-height: 39px;
  }
}
.two_column_text_cta-row .two_column > .column:first-child:after {
  content: "";
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background-color: #e1e1e1;
}
@media screen and (max-width: 900px) {
  .two_column_text_cta-row .two_column > .column:first-child:after {
    content: none;
  }
}
.two_column_text_cta-row .two_column > .column:last-child {
  width: 45%;
  padding-left: 20px;
}
.two_column_text_cta-row .two_column > .column:last-child p {
  font-size: 25px;
  line-height: 35px;
  text-box-trim: trim-start;
  text-box-edge: cap alphabetic;
}
@media screen and (max-width: 768px) {
  .two_column_text_cta-row .two_column > .column:last-child p {
    font-size: 22px;
  }
}

.page-title-home .two_column_text_cta-row .two_column > .column:last-child p {
  font-size: 29px;
  line-height: 40px;
}

/* ==========================================================================
   Two Column Text Paragrapgh
   ========================================================================== */
.two_column_text_paragraph_row .inner-row {
  padding-top: 70px;
  padding-bottom: 50px !important;
}
.two_column_text_paragraph_row .blue-heading {
  font-size: 56px;
  color: #67abdf;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 600;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  margin: 0;
}
@media screen and (max-width: 1366px) {
  .two_column_text_paragraph_row .blue-heading {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  .two_column_text_paragraph_row .blue-heading {
    font-size: 40px;
  }
}
.two_column_text_paragraph_row .blue-subheading {
  margin: 0;
}
@media screen and (max-width: 1366px) {
  .two_column_text_paragraph_row .blue-subheading {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .two_column_text_paragraph_row .blue-subheading {
    font-size: 25px;
  }
}
.two_column_text_paragraph_row .two_column {
  margin-top: 91px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .two_column_text_paragraph_row .two_column {
    margin-top: 45px;
  }
}
.two_column_text_paragraph_row .two_column > .column:first-child {
  width: 37%;
  padding-right: 49px;
}
.two_column_text_paragraph_row .two_column > .column:first-child:after {
  right: -30px !important;
}
@media screen and (max-width: 900px) {
  .two_column_text_paragraph_row .two_column > .column:first-child:after {
    content: none;
  }
}
.two_column_text_paragraph_row .two_column > .column:first-child p {
  font-size: 36px !important;
  line-height: 55px !important;
}
@media screen and (max-width: 900px) {
  .two_column_text_paragraph_row .two_column > .column:first-child p {
    line-height: 36px !important;
    margin-bottom: 0;
    font-size: 25px !important;
  }
}
.two_column_text_paragraph_row .two_column > .column:last-child {
  width: 63%;
  padding-left: 34px !important;
}
@media screen and (max-width: 900px) {
  .two_column_text_paragraph_row .two_column > .column:last-child {
    padding-left: 0 !important;
  }
}
.two_column_text_paragraph_row .two_column > .column:last-child p {
  font-size: 24px !important;
  margin-bottom: 1.5em !important;
}
.two_column_text_paragraph_row .two_column > .column:last-child p:last-of-type {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .two_column_text_paragraph_row .two_column > .column:last-child p {
    font-size: 20px !important;
    line-height: 30px;
  }
}

/* ==========================================================================
   Services Block
   ========================================================================== */
.services-row .inner-row {
  padding-top: 114px;
}
.services-row .body_copy {
  color: #fff;
  margin: 0 0 50px 0;
  padding: 0;
}
.services-row h2 {
  margin: 0;
  padding: 0;
}
.services-row .two_column {
  display: flex;
  gap: 20px;
  height: 100%;
  margin-top: 35px;
}
@media screen and (max-width: 900px) {
  .services-row .two_column {
    flex-direction: column;
  }
}
.services-row .two_column .zoom {
  height: 100%;
}
.services-row .two_column .column {
  flex-basis: 50%; /* Sets initial size to 50% */
}
.services-row .two_column > .column:first-child > p {
  line-height: 38px;
}
.services-row .two_column > .column:first-child .thumb-item {
  min-height: 340px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .services-row .two_column > .column:first-child .thumb-item {
    min-height: auto;
    height: 50%;
  }
}
.services-row .two_column > .column:first-child .thumb-item a {
  display: block;
  height: 100%;
  z-index: 4;
  position: relative;
}
.services-row .two_column > .column:first-child .thumb-item img {
  height: 100%;
}
.services-row .two_column > .column:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .services-row .two_column > .column:last-child {
    flex-direction: column;
  }
}
.services-row .two_column > .column:last-child .thumb-item:first-child {
  width: 100%;
  height: 50%;
  overflow: hidden;
}
.services-row .two_column > .column:last-child .thumb-item:first-child p {
  font-size: 24px;
}
.services-row .two_column > .column:last-child .thumb-item:nth-child(2) {
  width: 50%;
  height: calc(50% - 20px);
  overflow: hidden;
  flex: 1;
  min-width: 0;
}
.services-row .two_column > .column:last-child .thumb-item:nth-child(2) p {
  font-size: 23px;
}
.services-row .two_column > .column:last-child .thumb-item:nth-child(3) {
  width: 50%;
  height: calc(50% - 20px);
  overflow: hidden;
  flex: 1;
  min-width: 0;
}
.services-row .two_column > .column:last-child .thumb-item:nth-child(3) p {
  font-size: 23px;
}
.services-row .thumb-item {
  position: relative;
  overflow: hidden;
  height: 20vw;
}
@media screen and (max-width: 900px) {
  .services-row .thumb-item {
    width: 100% !important;
  }
}
.services-row .thumb-item p {
  font-size: 26px;
  color: #fff;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 600;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  margin: 0;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .services-row .thumb-item p {
    font-size: 22px !important;
  }
}
.services-row .thumb-item img {
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* ==========================================================================
   Services Two Column Block
   ========================================================================== */
.services_two_column_row {
  margin-bottom: 120px;
}
.services_two_column_row .inner-row {
  padding-top: 0 !important;
}
.services_two_column_row .two_column {
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 0 !important;
}
.services_two_column_row .two_column > .column:last-child .thumb-item {
  height: auto !important;
}
.services_two_column_row .two_column .column {
  flex-basis: calc(50% - 10px);
}
.services_two_column_row .two_column .column p {
  font-size: 30px;
  color: #fff;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 600;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
}
.services_two_column_row .two_column .column .thumb-item {
  min-height: auto !important;
  height: auto;
}
.services_two_column_row .two_column .column .thumb-item:first-child p {
  font-size: 30px !important;
}
@media screen and (max-width: 1366px) {
  .services_two_column_row .two_column .column .thumb-item:first-child p {
    font-size: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .services_two_column_row .two_column .column .thumb-item:first-child p {
    font-size: 22px !important;
  }
}

/* ==========================================================================
   Two Column Bulleted List
   ========================================================================== */
.two_column_bulleted_list-row.arrow_bg:before {
  top: -20px;
}

.two_column_bulleted_list-row {
  overflow: hidden;
}
.two_column_bulleted_list-row .two_column {
  display: flex;
  gap: 62px;
  height: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .two_column_bulleted_list-row .two_column {
    flex-direction: column;
    gap: 32px;
  }
}
.two_column_bulleted_list-row .two_column > .column:first-child {
  flex-basis: calc(70% - 106px);
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 900px) {
  .two_column_bulleted_list-row .two_column > .column:first-child {
    order: 2;
    padding-left: 0;
    padding-right: 0;
  }
}
.two_column_bulleted_list-row .two_column > .column:first-child:after {
  content: "";
  position: absolute;
  right: -46px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background-color: #e1e1e1;
}
@media screen and (max-width: 900px) {
  .two_column_bulleted_list-row .two_column > .column:first-child:after {
    content: none;
  }
}
.two_column_bulleted_list-row .two_column > .column:first-child h3 {
  font-size: 30px;
  color: #1d416f;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 400;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  margin: 0 0 13px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .two_column_bulleted_list-row .two_column > .column:first-child h3 {
    font-size: 24px;
  }
}
.two_column_bulleted_list-row .two_column > .column:first-child h3:before {
  content: "•";
  position: absolute;
  left: -28px;
  top: 0;
  height: 6px;
  width: 6px;
}
@media screen and (max-width: 768px) {
  .two_column_bulleted_list-row .two_column > .column:first-child h3:before {
    content: none;
  }
}
.two_column_bulleted_list-row .two_column > .column:first-child .body_copy {
  margin-bottom: 36px;
  line-height: 39px;
}
@media screen and (max-width: 768px) {
  .two_column_bulleted_list-row .two_column > .column:first-child .body_copy {
    line-height: 32px;
  }
}
.two_column_bulleted_list-row .two_column > .column:last-child {
  flex-basis: 30%;
  align-self: center;
}
@media screen and (max-width: 900px) {
  .two_column_bulleted_list-row .two_column > .column:last-child {
    width: 100%;
    order: 1;
    flex-basis: 100%;
    text-align: left;
    align-self: flex-start;
  }
}
.two_column_bulleted_list-row .two_column > .column:last-child h2 {
  margin: 0;
}
/* ==========================================================================
   Homepage Insights block
   ========================================================================== */
.insights_block-row h2 {
  margin: 0;
}
.insights_block-row .three_column {
  margin-top: 35px;
}
.insights_block-row .column img {
  width: 100%;
}
.insights_block-row h3 {
  font-size: 22px;
  color: #fff;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 600;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  margin: 20px 0 0 0;
}

/* ==========================================================================
   Recognitions block
   ========================================================================== */
.recognitions_block_row .inner-row {
  padding: 137px 40px 156px 40px;
}
@media screen and (max-width: 768px) {
  .recognitions_block_row .inner-row {
    padding: 77px 20px 96px 20px;
  }
}
.recognitions_block_row .recognitions_item_wrap {
  margin-top: 97px;
}
@media screen and (max-width: 768px) {
  .recognitions_block_row .recognitions_item_wrap {
    margin-top: 50px;
    gap: 0;
  }
}
.recognitions_block_row .recognitions_item_wrap .recognitions_item {
  min-height: 250px;
  position: relative;
  display: flex;
  width: calc(25% - 40px);
}
@media screen and (max-width: 900px) {
  .recognitions_block_row .recognitions_item_wrap .recognitions_item {
    width: calc(50% - 20px);
  }
  .recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(2):after {
    content: none;
  }
}
.recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(1) img {
  max-width: 230px;
}
.recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(2) img {
  max-width: 300px;
}
.recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(3) img {
  max-width: 289px;
}
.recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(4) img {
  max-width: 282px;
}
@media screen and (max-width: 1366px) {
  .recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(1) img {
    max-width: 180px;
  }
  .recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(2) img {
    max-width: 250px;
  }
  .recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(3) img {
    max-width: 250px;
  }
  .recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(4) img {
    max-width: 250px;
  }
}
@media screen and (max-width: 1180px) {
  .recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(1) img {
    max-width: 160px;
  }
  .recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(2) img {
    max-width: 220px;
  }
  .recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(3) img {
    max-width: 220px;
  }
  .recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(4) img {
    max-width: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(1) img {
    max-width: 150px;
  }
  .recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(2) img {
    max-width: 190px;
  }
  .recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(3) img {
    max-width: 190px;
  }
  .recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(4) img {
    max-width: 190px;
  }
}
@media only screen and (max-width: 820px) {
  .recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(1) img {
    max-width: 180px;
  }
  .recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(2) img {
    max-width: 220px;
  }
  .recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(3) img {
    max-width: 220px;
  }
  .recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(4) img {
    max-width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .recognitions_block_row .recognitions_item_wrap .recognitions_item {
    width: 100%;
    min-height: 120px;
  }
  .recognitions_block_row .recognitions_item_wrap .recognitions_item img {
    max-width: 230px !important;
  }
  .recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(1) {
    margin-bottom: 28px;
  }
  .recognitions_block_row .recognitions_item_wrap .recognitions_item:nth-child(1) img {
    max-width: 160px !important;
  }
}
.recognitions_block_row .recognitions_item_wrap .recognitions_item img {
  align-self: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .recognitions_block_row .recognitions_item_wrap .recognitions_item img {
    width: 100%;
    max-width: 300px;
  }
}
.recognitions_block_row .recognitions_item_wrap .recognitions_item:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 2px;
  background-color: #ccc;
}
@media screen and (max-width: 768px) {
  .recognitions_block_row .recognitions_item_wrap .recognitions_item:after {
    content: none;
  }
}
.recognitions_block_row .recognitions_item_wrap > .recognitions_item:last-child:after {
  content: none;
}
.recognitions_block_row h2 {
  margin: 0;
  text-align: center;
}

/* ==========================================================================
   Two Column Text Right
   ========================================================================== */
.two_column_text_right .inner-row {
  padding: 121px 40px 112px 40px !important;
}
@media screen and (max-width: 900px) {
  .two_column_text_right .inner-row {
    padding: 80px 20px 67px 20px !important;
  }
}
.two_column_text_right .inner-row .two_column {
  margin-top: 0;
}
.two_column_text_right .inner-row .two_column > .column:first-child {
  margin-bottom: 0;
}
.two_column_text_right .inner-row .two_column p:last-of-type {
  margin-bottom: 0 !important;
}
.two_column_text_right .inner-row .two_column .button {
  margin-top: 23px;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.lt_blue_button {
  background-color: #67abdf;
  background: linear-gradient(to right, #1d416f 50%, #67abdf 50%);
}
.lt_blue_button:visited {
  color: #fff;
}

.dark_blue_button {
  background-color: #1d416f;
  background: linear-gradient(to right, #67abdf 50%, #1d416f 50%);
}
.dark_blue_button:visited {
  color: #fff;
}

.button {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 400;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 37px;
  overflow: hidden;
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  position: relative;
}
.button span {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  left: 9px;
  background: url("/wp-content/themes/hoover-hull-turner/assets/images/global/right-arrow-small.png");
  background-size: 100%;
  transition: transform 0.3s ease;
  transform: translateX(0px);
}
.button:hover {
  color: #fff;
  background-position: left bottom;
}
.button:hover span {
  transform: translateX(7px);
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 18px;
    line-height: 18px;
    padding: 12px 20px 12px 20px;
  }
  .button span {
    width: 16px;
    height: 16px;
    top: 1px;
    left: 6px;
  }
}

/* ==========================================================================
   Forms
   ========================================================================== */
form {
  display: grid;
  gap: 0.75rem;
  max-width: 540px;
}

label {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 245, 245, 0.7);
}

input,
select,
textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(16, 16, 16, 0.85);
  color: #f5f5f5;
  transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #c89f55;
  background: #101010;
  box-shadow: 0 0 0 2px rgba(200, 159, 85, 0.25);
  outline: none;
}

textarea {
  min-height: 180px;
  resize: vertical;
}

::-moz-placeholder {
  color: rgba(245, 245, 245, 0.7);
  opacity: 0.7;
}

::placeholder {
  color: rgba(245, 245, 245, 0.7);
  opacity: 0.7;
}

.form-row {
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 900px) {
  .form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ==========================================================================
   Site Footer
   ========================================================================== */
.site-footer {
  background-color: #00335f;
  padding: 80px 0 83px 0;
}
@media screen and (max-width: 768px) {
  .site-footer {
    padding: 40px 0 40px 0;
  }
}
.site-footer .footer-inner {
  padding: 0 40px 0 40px;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-inner {
    padding: 0 20px 0 20px;
  }
}
.site-footer .three-column {
  display: flex;
  justify-content: flex-start;
  gap: 44px;
  margin-bottom: 112px;
}
@media screen and (max-width: 900px) {
  .site-footer .three-column {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.site-footer .three-column .column:last-child {
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .site-footer .three-column .column:last-child {
    margin-left: 0;
  }
}
.site-footer .three-column .footer-img img {
  width: 100%;
  max-width: 125px;
}
@media screen and (max-width: 768px) {
  .site-footer .three-column .footer-img img {
    max-width: 95px;
  }
}
.site-footer .three-column .footer-address p {
  font-size: 20px;
  color: #fff;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 400;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  margin: 0;
  text-box-trim: trim-start;
  text-box-edge: cap alphabetic;
  line-height: 43px;
}
@media screen and (max-width: 768px) {
  .site-footer .three-column .footer-address p {
    font-size: 15px;
    line-height: 38px;
  }
}
.site-footer .three-column .footer-address a {
  color: #fff;
  text-decoration: none;
}
.site-footer .three-column .footer-address a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .site-footer .three-column .footer-nav {
    max-width: 200px;
  }
}
.site-footer .three-column .footer-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two equal columns */
  gap: 22px 15px;
}
@media screen and (max-width: 768px) {
  .site-footer .three-column .footer-nav ul {
    gap: 13px 0;
  }
}
.site-footer .three-column .footer-nav ul li {
  text-box-trim: trim-start;
  text-box-edge: cap alphabetic;
}
.site-footer .three-column .footer-nav ul li:before {
  content: "";
  display: inline-block;
  /* Set your custom size here */
  width: 16px;
  height: 16px;
  margin-right: 10px;
  /* Add your image */
  background-image: url("/wp-content/themes/hoover-hull-turner/assets/images/global/right-arrow-small.png");
  background-size: contain; /* Ensures the image fits the dimensions */
  background-repeat: no-repeat;
  vertical-align: middle;
}
.site-footer .three-column .footer-nav ul li:nth-child(2) {
  position: relative;
}
@media screen and (max-width: 900px) {
  .site-footer .three-column .footer-nav ul li:nth-child(2) {
    right: auto;
  }
}
.site-footer .three-column .footer-nav ul li:nth-child(4) {
  text-align: right;
}
@media screen and (max-width: 900px) {
  .site-footer .three-column .footer-nav ul li:nth-child(4) {
    text-align: left;
  }
}
.site-footer .three-column .footer-nav a {
  font-size: 20px;
  color: #fff;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 400;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  text-decoration: none;
}
.site-footer .three-column .footer-nav a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .site-footer .three-column .footer-nav a {
    font-size: 15px;
  }
}
.site-footer .social {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #5e7e9a;
  padding-bottom: 5px;
  margin-bottom: 10px;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .site-footer .social {
    justify-content: flex-start;
  }
}
.site-footer .social p {
  font-size: 20px;
  color: #67abdf;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 400;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .site-footer .social p {
    font-size: 16px;
  }
}
.site-footer .social .social_link {
  margin-left: 10px;
}
.site-footer .social .social_link svg {
  fill: #67abdf;
}
@media screen and (max-width: 768px) {
  .site-footer .social .social_link svg {
    width: 28px;
    height: 28px;
  }
}
.site-footer .site-info {
  font-size: 16px;
  color: #fff;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 400;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 900px) {
  .site-footer .site-info {
    flex-direction: column;
    gap: 0px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .site-info {
    font-size: 12px;
    display: inline;
  }
}
.site-footer .site-info p {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .site-footer .site-info p {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .site-info .menu-legal-menu-container {
    display: inline;
  }
}
.site-footer .site-info #menu-legal-menu {
  display: inline-block;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .site-footer .site-info #menu-legal-menu {
    margin: 0px;
  }
}
.site-footer .site-info #menu-legal-menu li {
  list-style-type: none;
  display: inline;
}
.site-footer .site-info #menu-legal-menu li a {
  font-size: 16px;
  color: #fff;
  font-family: "TT Hoves Pro", sans-serif;
  font-weight: 400;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  backface-visibility: hidden;
  text-decoration: none;
}
.site-footer .site-info #menu-legal-menu li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .site-footer .site-info #menu-legal-menu li a {
    font-size: 12px;
  }
}
.site-footer .site-info #menu-legal-menu li + li:before {
  content: "|";
  display: inline-block;
  margin: 0 5px 0 1px;
}