/**
 * This stylesheet is RENDER-BLOCKING
 *
 * @format
 */

/* Only add priority styles that occur near the top of the page and/or prevent page jitter */

/*
CORE
HEADER
MENUS
BANNER
PRIORITY
*/

/*******************************************************************************************
CORE - Top-level styling
*******************************************************************************************/
:root {
  font-size: 17px;
  --body-text-color: #fff;
  --primary-color: #0d285c;
  --secondary-color: #0558b2;
  --alternate-color: #ffbc42;
  --alternate-color-one: #021334;
  --alternate-color-two: #112140;
  --alternate-color-three: #020317;
  --light-gray-color: #ededed;
  --body-font-family: 'Plus Jakarta Sans', sans-serif;
  --color-gray: #e3e3e3;
  --black: #000;
  --color-light-gray: #edf1f5;
  --white: #fff;
  --color-black: #000;
  --font-family-body: 'Plus Jakarta Sans', sans-serif;
  --font-family-heading: 'Prata', sans-serif;
  --gutter-size: 20px;
}

@media screen and (min-width: 768px) {
  /*TABLET*/
  :root {
    font-size: 17px;
  }
}

#container {
  position: relative;
  right: 0;
  top: 0;
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main {
  padding: 60px 0;
  min-height: 450px;
  display: block;
  width: 100%;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.no-banner main {
  padding-top: 180px;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  display: block !important;
  line-height: 1.76;
  color: var(--white);
  font-size: 17px;
  font-family: var(--body-font-family);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--alternate-color-one);
}

*:focus {
  outline: auto;
}

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

/* Hidden elements */
.hide,
.show-in-pdf,
.mega-menu .sub-menu,
.gfield--type-captcha,
.grecaptcha-badge {
  display: none !important;
}

/* CORE > Headings and Paragraphs */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  color: var(--white);
  font-weight: normal;
  font-family: var(--font-family-heading);
  line-height: 1.6;
}

h1 {
  font-size: 33px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
  color: var(--alternate-color);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: var(--body-font-family);
}

h4 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  font-family: var(--body-font-family);
}

h5,
h6 {
  font-size: var(--font-size-h5);
}

h2 strong,
h3 strong {
  font-weight: 700;
}

h1 span.subtitle,
h2 span.subtitle {
  display: block;
  color: var(--color-secondary);
  font-size: 50%;
}

p {
  margin: 0 0 20px;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.76;
  letter-spacing: normal;
  text-align: left;
  color: var(--white);
  letter-spacing: 0px;
}

ul {
  list-style: none;
}
.yellow {
  color: var(--alternate-color);
}
/* CORE > Links and Buttons */

a {
  color: var(--alternate-color);
  text-decoration: none;
  font-weight: 600;
}

a:hover,
a:focus {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: 600;
}

a.no-underline {
  text-decoration: none;
}

a.no-underline:hover,
a.no-underline:focus {
  text-decoration: underline;
}

a,
button,
.button,
.wp-element-button {
  transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
}

button,
.button,
.wp-element-button {
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 15px 20px;
  border-radius: 0;
  text-align: center;
  display: inline-block;
  background-color: var(--secondary-color);
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: var(--white);
}

button:active,
.button:active,
.wp-element-button:active {
  transform: translateY(1.5px);
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.wp-element-button:hover,
.wp-element-button:focus {
  background-color: var(--primary-color);
  color: var(--white);
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1px;
}

button.alt-01,
.button.alt-01 {
  background-color: var(--color-secondary);
}

button.alt-01:hover,
button.alt-01:focus,
.button.alt-01:hover,
.button.alt-01:focus {
  background-color: var(--color-primary);
  color: white;
}

button.alt-02,
.button.alt-02 {
  background-color: var(--color-near-black);
}

button.alt-02:hover,
button.alt-02:focus,
.button.alt-02:hover,
.button.alt-02:focus {
  background-color: var(--color-alternate);
  color: white;
}

button.outline,
.button.outline {
  background: none;
  border: 2px solid var(--color-alternate);
  color: var(--color-alternate);
}

button.outline:hover,
button.outline:focus,
.button.outline:hover,
.button.outline:focus {
  background: var(--color-alternate);
  color: white;
}

button.outline.outline-alt-01,
.button.outline.outline-alt-01 {
  border-color: white;
  color: white;
}

button.outline.outline-alt-01:hover,
button.outline.outline-alt-01:focus,
.button.outline.outline-alt-01:hover,
.button.outline.outline-alt-01:focus {
  background: var(--color-near-white);
  color: var(--color-primary);
}

button.no-button,
.button.no-button {
  padding: 0;
  background: none;
  color: var(--color-secondary);
  text-transform: none;
}

button.no-button:hover,
button.no-button:focus,
.button.no-button:hover,
.button.no-button:focus {
  color: var(--color-near-black);
  text-decoration: underline;
}

/* CORE > Page Structure */
main {
  padding: 60px 0;
  min-height: 450px;
  display: block;
  width: 100%;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: var(--alternate-color-one);
}

.no-banner main {
  padding-top: 180px !important;
}

.content.full-width {
  float: none;
}

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

.content section:not(:last-of-type) {
  margin-bottom: 60px;
}

.columns,
.column {
  padding: 0 var(--gutter-size);
}

.row,
.row-wide,
.row-narrow {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.row-narrow {
  max-width: 1024px;
}

.row-wide {
  max-width: 1599px;
}

.row::after {
  clear: both;
}

.row:not(.main-inner)::before,
.row:not(.main-inner)::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.row.main-inner::before,
.row.main-inner::after {
  display: none;
}

@media screen and (min-width: 768px) {
  main {
    padding: 60px 0;
  }

  .main-attorney-search {
    padding-top: 50px;
  }

  .page-template-template-careers #main {
    padding: 60px 0;
  }
  .main-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
  }

  .content {
    width: 65%;
    margin-bottom: 0;
    padding-right: 70px;
  }

  .content.full-width {
    width: 100%;
    padding-right: var(--gutter-size);
  }

  .sidebar {
    width: 35%;
  }
}

/* CORE > Priority Utility Classes */
.no-float {
  float: none !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-min-height {
  min-height: 0;
}

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

.position-static,
.static {
  position: static !important;
}

.position-relative,
.relative {
  position: relative !important;
}

.position-absolute,
.absolute {
  position: absolute;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.visually-hidden {
  border: none !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.no-background {
  background: none !important;
}

.animate-in-view,
.opacity0 {
  opacity: 0;
}

.opacity1 {
  opacity: 1 !important;
}

.uppercase {
  text-transform: uppercase;
}

.small-text {
  font-size: 0.9rem;
}

.larger-text {
  font-size: 1.2rem;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.bold,
.font-bold {
  font-weight: 700;
}

.font-extra-bold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .hide-for-medium {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0px), screen and (min-width: 768px) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px), screen and (min-width: 1025px) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .show-for-large {
    display: none !important;
  }
}

/*******************************************************************************************
HEADER
*******************************************************************************************/

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 2;
  border-bottom: 2px solid transparent;
  transition: border-color 200ms ease-out;
}

.home .header {
  top: 0;
  width: 100%;
  background-color: transparent;
}
.admin-bar #header-desktop {
  top: 32px;
}

.header-search {
  opacity: 0;
}

body.scrolled .header {
  background-color: var(--alternate-color-three);
  padding-bottom: 0px;
}

body.scrolled #header-mobile .header-mobile-inner {
  background-color: var(--alternate-color-three);
}

.header > .row {
  height: 100%;
}

.header a {
  text-decoration: none;
}

.header-desktop {
  display: none;
}

.header::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0.8;
  background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
  top: 0;
  z-index: -1;
}

.header-logo {
  display: flex;
  align-items: center;
  padding: 8px 0 8px 8px;
}

.header-mobile-inner {
  display: flex;
  min-height: 70px;
  background: var(--alternate-color-one);
}

.header-mobile-buttons {
  display: flex;
  margin-left: 0%;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  background: #1d3b72;
  min-height: 60px;
}

.header-mobile-buttons a {
  display: flex;
  font-size: 26px;
  align-items: center;
  justify-content: flex-end;
  padding: 0 10px;
  flex: 1;
  margin-right: 14px !important;
}

.header-mobile-buttons a:hover,
.header-mobile-buttons a:focus {
  display: flex;
  font-size: 26px;
  align-items: center;
  justify-content: flex-end;
  padding: 0 10px;
  flex: 1;
  margin-right: 14px !important;
}

.header-mobile-buttons button {
  display: flex;
  font-size: 1.3rem;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  flex: 1;
  max-width: 55px;
  width: 55px;
  height: 60px;
  /* margin-right: 14px !important; */
}

.header-mobile-buttons button:hover,
.header-mobile-buttons button:focus {
  display: flex;
  font-size: 1.3rem;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  flex: 1;
  max-width: 55px;
  width: 55px;
  height: 60px;
}

.spanish-text {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.44px;
  text-align: center;
  text-transform: uppercase;
  max-width: 105px;
}

.header-mobile-inner {
  flex-direction: column;
}
.header-mobile-inner .header-logo {
  order: 2;
  justify-content: center;
  padding: 15px;
}
.mega-menu {
  display: none;
}

@media screen and (min-width: 500px) {
  /*	.header-mobile-buttons a,
	.header-mobile-buttons button {
		width: 60px;
		max-width: 60px;
		height: 60px;
		font-size: 1.6rem;
	}*/
}

@media screen and (min-width: 1025px) {
  .header-mobile {
    display: none;
  }

  .header-desktop {
    display: block;
  }

  .header-logo {
    padding: 0;
  }
}

/*******************************************************************************************
MENUS - Main navigation, dropdowns and mobile menu
*******************************************************************************************/
.main-navigation-menu {
  margin: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.main-navigation-menu li {
  display: block;
  position: relative;
  padding: 0;
}
.main-navigation-menu > li {
  padding: 5px 0 0px 0;
  margin-right: 22px;
}

.main-navigation-menu > li:last-of-type {
  margin-right: 0;
}

.main-navigation-menu > li:last-of-type > a {
  margin-right: 0;
}

.main-navigation-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  width: 250px;
  margin: 0;
  background: var(--secondary-color);
  padding: 5px 0;
}

.module-header-a-right-bottom .main-navigation-menu > li#menu-item-1671 .sub-menu {
  right: 0;
}

.module-header-a-right-bottom .main-navigation-menu > li#menu-item-1667 .sub-menu {
  right: 0;
}

.main-navigation-menu > a:hover + .mega-menu,
.main-navigation-menu > a:focus + .mega-menu,
.main-navigation-menu > li.active > .mega-menu,
.main-navigation-menu > a:hover + .sub-menu,
.main-navigation-menu > a:focus + .sub-menu,
.main-navigation-menu > li.active > .sub-menu {
  display: block;
  -webkit-animation: menuSlideDown 200ms both;
  animation: menuSlideDown 200ms both;
}

.main-navigation-menu a:focus,
.main-navigation-menu a:hover,
.main-navigation-menu li:hover > a {
  color: #fff;
  text-decoration: none;
}

.main-navigation-menu > li > a {
  position: relative;
  display: block;
  height: 100%;
  text-transform: capitalize;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.36px;
  text-align: left;
  color: var(--white);
}

.main-navigation-menu > li a::before {
  bottom: 0px;
  display: block !important;
  height: 3px;
  width: 0%;
  content: '';
  background-image: linear-gradient(to left, var(--secondary-color) 70%, var(--secondary-color));
  left: 0;
}

#desktop-navigation .sub-menu li a::before {
  opacity: 0;
  display: none;
}
.main-navigation-menu > li a:hover:before,
.main-navigation-menu > li a:focus:before {
  opacity: 1;
  width: 100%;
}

.main-navigation-menu > li a::before {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.module-header-a-right-bottom .main-navigation-menu > li {
  margin-right: 30px;
}

.module-header-a-right-bottom .main-navigation-menu > li > a {
  font-size: 16px !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  position: relative;
  padding: 5px 0 8px 0;
}

.module-header-a-right-bottom .main-navigation-menu > li:last-of-type {
  margin: 0;
}

.module-header-a-right-bottom .main-navigation-menu > li > a::after {
  content: '';
  font-weight: normal;
  position: absolute;
  right: -16px;
  width: 1px;
  height: 20px;
  background: #b7b7b7;
  top: 6px;
}

.module-header-a-right-bottom .main-navigation-menu > li:last-of-type a::after {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

/* MENUS > Main Nav Dropdowns (Level 2) */

#desktop-navigation .sub-menu li,
.mega-menu li {
  padding-left: 0;
  transition: background 200ms ease-out;
}

#desktop-navigation .sub-menu li {
  position: relative;
  cursor: pointer;
}

#mega-menu li a,
#desktop-navigation .sub-menu li a {
  color: #fff;
  display: block;
  padding: 12px;
  padding-left: 25px;
  text-decoration: none;
  letter-spacing: 0.4px;
  font-weight: 500;
  background: var(--secondary-color);
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
}

#desktop-navigation .sub-menu li a:hover,
#desktop-navigation .sub-menu li a:focus {
  color: #fff;
  background: var(--primary-color);
}

.mega-menu li.active,
#desktop-navigation .sub-menu li.active {
  background: #000000;
}

.mega-menu li::before,
#desktop-navigation .sub-menu li::before {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  left: 10px;
  top: 6px;
  color: var(--color-secondary);
  pointer-events: none;
  transition: color 200ms ease-out;
  opacity: 0;
}

.mega-menu li.active::before,
#desktop-navigation .sub-menu li.active::before {
  color: white;
}

#desktop-navigation .sub-menu .menu-item-has-children > a::after {
  content: '\f101';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 10px;
  color: var(--color-secondary);
}

#desktop-navigation .sub-menu .menu-item-has-children.active > a::after {
  color: white;
}

#desktop-navigation .sub-menu .menu-item-has-children ul {
  position: absolute;
  left: 100%;
  top: 0;
}

#desktop-navigation .sub-menu .sub-menu .sub-menu {
  display: none !important;
}

#desktop-navigation .sub-menu .menu-item-has-children:hover ul,
.menu-item-has-children.active > .sub-menu {
  display: block;
  -webkit-animation: menuSlideRight 200ms both;
  animation: menuSlideRight 200ms both;
}

/* MENUS > Mobile Menu */
#mobile-navigation {
  display: none;
}

/*******************************************************************************************
PRIORITY - Other important styles
*******************************************************************************************/

.accordion-item-title {
  background: none;
}

/* HOME HERO AND/Video CSS Start */

.home-hero {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #000;
  padding-bottom: 65px !important;
}

#main::after {
  background-image: linear-gradient(to bottom, #000, #021334 99%);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 600px;
  width: 100%;
  z-index: 0;
}
#main {
  position: relative;
}
#main .row {
  position: relative;
  z-index: 1;
}

.home-slider {
  position: relative;
  /* top: 0; */
  /* left: 0; */
  /* opacity: 0; */
}

.home-slider,
.home-slider-single {
  height: 100vh;
  position: relative;
}

.home-slider-single {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 60%;
  position: absolute;
}
.video-bg {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
  height: 100% !important;
  background-color: RGB(13, 40, 92, 1);
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  z-index: 1;
  background-image: url(../images/video-bg-medium.png);
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center right;
}

.video-bg video {
  z-index: 1;
  object-fit: cover;
}

@media screen and (min-width: 1025px) {
  .video-bg video {
    width: 100%;
    height: 100%;
  }
}

.overlay::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 40%;
  height: 100%;
}

#how-can-help {
  display: flex;
  position: relative;
  border: 1px solid #fff;
  align-items: center;
  max-width: 285px;
}
.slider-search-right img {
  max-width: 155px;
  height: auto;
}
.badge-main-text {
  position: absolute;
}

.badge-main-text img {
  max-width: 145px;
  animation-name: rotate;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotate {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.slide-bottom-main {
  /* display: flex; */
  /* align-items: center; */
  justify-content: space-between;
  /* width: 100%; */
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 0;
}

#how-can-help-input {
  color: #fff !important;
  padding-right: 58px;
  padding-left: 15px !important;
  font-family: var(--body-font-family);
  font-size: 18px;
  height: 45px !important;
  border: none !important;
  min-width: 285px !important;
}

#how-can-help label {
  position: absolute;
  left: 15px;
  font-size: 20px;
}
#how-can-help button {
  margin-left: 10px;
  height: 48px;
  width: 45px;
  font-size: 18px;
  padding: 0 12px;
  font-weight: 700;
  position: absolute;
  right: 0;
  line-height: 50px;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
  border: none !important;
  color: #fff;
  background: transparent;
}
#how-can-help button:hover,
#how-can-help button:focus {
  background: transparent;
  color: #717b34;
}
.home-slider .slick-dots li button:before {
  color: #fff;
}

.home-hero-form-container {
  display: none;
}

.home-hero .slick-dots {
  z-index: 1;
}

@media screen and (min-width: 640px) {
  .home-hero {
    height: 500px;
  }
}

@media screen and (min-width: 1025px) {
  .home-slider {
    display: block;
  }

  .home-hero,
  .home-slider,
  .video-bg,
  .home-slider-single {
    height: 100vh;
    width: 100%;
  }

  .home-hero-form-container {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .home-hero-form-container,
  .home-hero-form-inner,
  .home-hero-form-container .row,
  .home-hero-form-container .columns {
    height: 100%;
  }

  .home-hero-form-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .home-hero-form .contact-form-heading {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .home-hero-form form button {
    width: 100%;
  }

  .home-hero-form {
    margin-top: 80px;
    min-width: 375px;
    padding: 0;
    background: #e9f5f7;
  }
}

@media screen and (max-height: 700px) and (min-width: 1025px) {
  .home-hero-form {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 30px;
  }

  .home-hero-form .contact-form-heading {
    display: none;
  }
}

.module-header-a-right {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-self: center;
}

.module-header-a-right-top {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}

.module-header-a-right-top span {
  font-weight: 600;
}

.module-header-a-phone {
  font-weight: bold;
  color: var(--white);
  font-size: 19px;
  margin-left: 0;
  display: inline-block;
}

.module-header-a-phone:hover,
.module-header-a-phone:focus {
  font-weight: bold;
  color: var(--alternate-color);
  font-size: 19px;
  margin-left: 0;
  display: inline-block;
}

.header-top-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  background: var(--secondary-color);
  color: #fff;
  margin-left: 35px;
  min-width: 175px;
  min-height: 60px;
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}

.header-top-right span {
  font-size: 9px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.43px;
  text-align: center;
  text-transform: uppercase;
}
.module-header-a-right-bottom {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: flex-end;
}

@media screen and (min-width: 1025px) {
  .module-header-a-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 0;
    width: 70%;
  }

  .module-header-a-logo {
    flex: 1;
  }

  .module-header-a-inner {
    padding: 0 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    padding-bottom: 20px;
  }

  .module-header-a-logo img {
    padding: 0;
    max-width: 350px;
    padding: 0;
    margin-top: 25px;
  }
}

.home-slider-tagline-inner {
  height: 100%;
  /* display: flex; */
  align-items: center;
  margin-top: 0;
  padding-bottom: 50px;
  justify-content: flex-start;
  position: relative;
  padding-top: 0px;
  max-width: 1100px;
  margin: 0 auto;
  align-content: center;
}

.home-slider-single::after {
  content: '';
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.71;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  height: 0;
  width: 0;
  z-index: -1;
}

.slider-search-right {
  padding: 0;
  text-align: right;
}

.badge-main {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.home-slider-single-tagline {
  width: 100%;
  max-width: 1280px;
  background: transparent;
  text-align: left;
  padding: 30px 0 0px 0;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  height: 100%;
  align-items: center;
  display: flex;
  align-content: end;
}

.home-btn {
  position: relative;
  right: 0;
  bottom: 30px;
  width: 100%;
  display: inline-block;
  z-index: 10;
}

/*-----------home-hero-accolades-----------------*/

.home-btn.slide-bottom .slick-dots {
  display: none !important;
}
.home-hero-accolades {
  position: absolute;
  bottom: 50px;
  left: 20px;
  display: flex;
  padding: 0px 00px;
  background: transparent;
  opacity: 1;
  color: white;
  /*	display: none;*/
  max-width: 875px;
}

.home-hero-accolades-single {
  font-size: 15px;
  text-transform: capitalize;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
  border-left: 1px solid rgb(255, 255, 255, 0.25);
  padding-right: 10px;
}
.home-hero-accolades .slick-slide.slick-current.slick-active .home-hero-accolades-single {
  border: none;
}

#slider-results-a-blog .slick-slide.slick-current.slick-active .home-hero-accolades-single {
  border: none;
}

.home-hero-accolades-single:not(:last-child) {
  padding-right: 30px;
  margin-right: 30px;
  position: relative;
  border-right: 1px solid rgb(255, 255, 255, 0.25);
}

.home-hero-accolades-number {
  font-size: 32px;
  font-weight: normal;
  padding-right: 0;
  font-family: var(--font-family-heading);
  line-height: 1.4;
}

@media screen and (min-width: 1025px) {
  .home-hero-accolades {
    display: flex;
  }
}

/*-----------home-hero-accolades-----------------*/

@media screen and (min-width: 640px) {
  .home-hero {
    height: 500px;
  }
}

@media screen and (min-width: 1025px) {
  .home-slider {
    display: block;
  }

  .home-hero,
  .home-slider,
  .home-slider-single {
    height: 100vh;
    width: 100%;
    min-height: 800px;
    max-height: 800px;
  }

  .home-hero-form-container {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .home-hero-form-container,
  .home-hero-form-inner,
  .home-hero-form-container .row,
  .home-hero-form-container .columns {
    height: 100%;
  }

  .home-hero-form-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .home-hero-form .contact-form-heading {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .home-hero-form form button {
    width: 100%;
  }

  .home-hero-form {
    margin-top: 80px;
    min-width: 375px;
    padding: 0;
    background: #e9f5f7;
  }
}

.home-hero-title-word-container {
  display: inline-block;
  overflow: hidden;
}

.home-hero-title-word {
  display: inline-block;
}
.home-hero-title {
  max-width: 600px;
}
.one-tagline {
  font-size: 1.438rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 4.6px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.two-tagline {
  font-size: 120px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: var(--white);
  font-family: var(--font-family-heading);
}

.two-tagline strong {
  /* color: var(--alternate-color); */
  position: relative;
  color: #fff;
  overflow: hidden;
  font-weight: normal;
}

.two-tagline strong::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  color: var(--alternate-color);
  overflow: hidden;
  width: 0%;
  transition: 1500ms;
  top: 21px;
}
.two-tagline strong.two-tagline-color:after {
  width: 100%;
}

.third-tagline {
  font-size: 120px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 0;
  font-family: var(--font-family-heading);
}

.fourth-tagline {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 4px;
  text-align: left;
  color: var(--white);
  margin-left: 0;
}

.fourth-tagline .home-hero-title-word {
  font-weight: bold;
  text-transform: uppercase;
}

.home-slider-tagline-inner {
  position: relative;
  z-index: 9;
}
@media screen and (max-height: 700px) and (min-width: 1025px) {
  .home-hero-form {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 30px;
  }

  .home-hero-form .contact-form-heading {
    display: none;
  }
}

.home-hero-title-word {
  display: inline-block;
  font-weight: normal;
}
.home-hero-title-word-container {
  display: inline-block;
  overflow: hidden;
}

.module-results-a-buttons.slick-arrow-container {
  display: none;
}

.module-results-a-inner.slider-container {
  width: 100%;
}

.home-hero-accolades {
  width: 100%;
}
#slider-results-a .slick-dots {
  display: none !important;
}

.module-results-a-buttons.slick-arrow-container button {
  font-size: 42px;
  font-weight: normal;
  color: #67778c;
}

.module-results-a-buttons.slick-arrow-container button i {
  font-weight: 200;
}

@media screen and (min-width: 280px) and (max-width: 767px) {
  .module-header-a-logo img {
    padding: 0;
    max-width: 487px;
    padding: 0;
    margin-top: 25px;
  }

  .home-slider-single.home-slider-single-background {
    display: none;
  }

  .home-slider,
  .home-slider-single {
    width: 100%;
    position: relative;
    height: auto;
  }

  .two-tagline {
    font-size: 69px;
    text-align: center;
    max-width: 345px;
    margin: 0 auto;
  }

.home-slider-single-tagline {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 35px;
	padding-top: 10px;
}
  .third-tagline {
    font-size: 2.8rem;
  }
  .home-hero-title-word-container {
    display: block;
  }
  .home-hero-title {
    max-width: 375px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .third-tagline {
    margin-bottom: 30px;
    margin-left: 115px;
    margin-top: 15px;
    margin-top: 5px;
  }
  .fourth-tagline {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3.2px;
    margin-left: 0;
    line-height: normal;
    margin-bottom: 15px;
    text-align: center;
  }
  .home-btn {
    padding-left: 35px;
    padding-right: 35px;
    background: linear-gradient(to bottom, #000102, #010712 4%, #021334);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-search {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    float: none;
    margin: 0 auto;
  }
  .slide-bottom-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
  }

  .slider-search {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    float: none;
    margin: 0 auto;
    display: block;
    padding-bottom: 30px;
  }
  #how-can-help {
    display: flex;
    position: relative;
    border: 1px solid #fff;
    align-items: center;
    max-width: 285px;
    align-self: center;
    margin: 0 auto;
  }
  .slider-search-right img {
    max-width: 115px;
    height: auto;
  }

  .badge-main-text img {
    max-width: 109px;
  }

  .header-logo img {
    max-width: 310px;
  }
  .home-slider {
    height: auto;
  }

  .home-hero {
    margin-top: 155px;
    height: auto;
    background-color: var(--alternate-color-one);
    padding-bottom: 0 !important;
  }

  .video-bg {
    height: 300px !important;
    overflow: hidden;
    position: relative;
  }

  .overlay {
    background-size: 100% 100%;
    z-index: 1;
    background-image: url(../images/video-bg-mobile.png);
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 46px !important; */
  }
  .overlay::after {
    opacity: 0;
  }
  .home-slider-tagline-inner {
    padding-bottom: 0;
    height: auto;
    background: var(--alternate-color-one);
  }

  .home-hero-accolades {
    position: relative;
    display: flex;
    padding: 0px 00px;
    background: transparent;
    opacity: 1;
    color: white;
    max-width: 775px;
    bottom: 0;
    left: inherit;
    width: 100%;
  }

  .home-btn {
    right: 0;
    bottom: 0;
  }
  .home-hero-accolades-number {
    font-size: 44px;
  }

  .home-hero-accolades-text {
    font-size: 20px;
  }
  .home-hero-accolades-single {
    border-right: 0px solid rgb(255, 255, 255, 0.25);
  }
  .module-results-a-buttons.slick-arrow-container {
    display: flex;
  }

  .two-tagline strong::after {
    top: 13px;
  }
  
.home .header {
	opacity: 1 !important;
	animation: none !important;
}



}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .header-mobile-inner {
    flex-direction: row;
  }
  .header-mobile-inner .header-logo {
    order: 1;
    justify-content: center;
    padding: 15px 0;
  }

  .header-mobile-buttons {
    order: 2;
    background: transparent;
  }

  .header-mobile-buttons .button.alt-01 {
    flex-direction: column;
    margin-right: 0 !important;
  }

  .header-logo img {
    max-width: 275px;
  }

  .spanish-text {
    max-width: 100%;
    text-align: right;
    width: 100%;
  }
  .header-mobile-inner {
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    padding: 10px 30px;
  }
  .call-link {
    width: 100%;
    text-align: right;
    font-size: 27px;
    line-height: 1.2;
  }
  .header-mobile-buttons button.mobile-menu-toggle {
    background: transparent !important;
    font-size: 35px;
  }
  .home-hero {
    margin-top: 105px;
  }
  .video-bg {
    height: 430px !important;
  }

  body.scrolled .header {
    padding-bottom: 0;
  }
  .home-hero-accolades-number {
    font-size: 34px;
  }
  .home-hero-accolades-text {
    font-size: 18px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .home-slider,
  .home-slider-single {
    height: 450px;
    width: 100%;
  }

  .home-slider-tagline-inner {
    padding: 0 30px;
  }

  .two-tagline {
    font-size: 4rem;
  }
  .third-tagline {
    font-size: 4rem;
    margin-left: 167px;
  }

  .home-hero-title {
    max-width: 400px;
    margin: 0;
    text-align: left;
  }

  .home-slider-single-tagline {
    padding: 30px 0 30px 0;
  }
  .home-btn {
    position: absolute;
    right: 0;
    bottom: 25px;
  }
  .slide-bottom-main {
    width: 90%;
    margin: 0 auto;
  }
  .slider-search {
    padding-left: 30px;
  }

  .header-mobile-inner {
    flex-direction: row;
  }
  .header-mobile-inner .header-logo {
    order: 1;
    justify-content: center;
    padding: 15px 0;
  }

  .header-mobile-buttons {
    order: 2;
    background: transparent;
  }

  .header-mobile-buttons .button.alt-01 {
    flex-direction: column;
    margin-right: 0 !important;
  }

  .header-logo img {
    max-width: 275px;
  }
	
  .ps219sw17 {
	  color: blue;
  }

  .spanish-text {
    max-width: 100%;
    text-align: right;
    width: 100%;
  }
  .header-mobile-inner {
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    padding: 10px 30px;
  }
  .call-link {
    width: 100%;
    text-align: right;
    font-size: 27px;
    line-height: 1.2;
  }

  .header-mobile-buttons button.mobile-menu-toggle {
    background: transparent !important;
    font-size: 35px;
  }

  .home-hero {
    margin-top: 105px;
    padding-bottom: 0 !important;
    height: 450px;
  }

  .video-bg {
    height: 450px !important;
  }

  body.scrolled .header {
    padding-bottom: 0;
  }

  .home-hero-accolades-number {
    font-size: 34px;
  }

  .home-hero-accolades-text {
    font-size: 18px;
  }
  .home-hero-accolades {
    bottom: 0;
  }
  .home-btn {
    bottom: 0;
  }
  .home-hero-accolades-number {
    font-size: 30px;
  }

  .home-hero-accolades-text {
    font-size: 16px;
  }

  .two-tagline strong::after {
    top: 13px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .two-tagline strong::after {
    top: 14px;
  }
  .slider-search {
    padding-left: 150px;
  }

  .main-navigation-menu > li > a {
    font-size: 12px;
  }

  .home-hero-title {
    max-width: 500px;
    margin-left: 50px;
  }
  .two-tagline {
    font-size: 80px;
  }

  .module-header-a-logo img {
    max-width: 250px;
  }

  .module-header-a-right {
    width: 73%;
  }
  .main-navigation-menu > li {
    padding: 5px 0 10px 0;
    margin-right: 10px;
  }
  .header-top-right {
    margin-left: 15px;
    min-width: 155px;
  }
  .home-hero {
    height: auto;
  }

  .home-slider-single {
    height: 500px !important;
  }
  .home-hero {
    height: 600px;
  }
  .home-hero,
  .home-slider,
  .home-slider-single {
    height: 600px;
    width: 100%;
    min-height: 600px;
    max-height: 1000px;
  }
  .home-hero-accolades {
    width: 100%;
    padding-left: 50px;
  }

  .module-header-a-inner {
    padding: 0 15px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .home-hero-accolades {
    width: 100% !important;
    padding-left: 20px !important;
    max-width: 100% !important;
  }

  .slide-bottom-main {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .home-btn {
    bottom: 80px !important;
  }
}

@media screen and (min-width: 1279px) and (max-width: 1800px) {
  .overlay::after {
    width: 33%;
  }
}

@media screen and (min-width: 1920px) and (max-width: 12000px) {
  .module-header-a-logo img {
    padding: 0;
    max-width: 485px;
    padding: 0;
    margin-top: 25px;
    width: 485px;
  }

  .header-desktop .module-header-a .row {
    max-width: 95%;
  }
  .main-navigation-menu > li > a {
    font-size: 14px;
  }
  .module-header-a-right-bottom .main-navigation-menu > li > a {
    font-size: 19px !important;
  }
  .module-header-a-right {
    align-self: flex-start;
  }

  .home-slider-tagline-inner {
    max-width: 1470px;
  }
  .home-hero,
  .home-slider,
  .home-slider-single {
    max-height: 1048px;
  }

  .home-btn .row {
    max-width: 1422px;
  }

  .slide-bottom-main {
    max-width: 1480px;
  }

  .fourth-tagline {
    font-size: 24px;
    letter-spacing: 4.8px;
    margin-bottom: 10px;
  }

  .third-tagline {
    margin-bottom: 80px;
  }
  #how-can-help {
    max-width: 485px;
  }

  .home-hero-accolades {
    left: -50px;
    padding: 0px 00px;
    background: transparent;
    max-width: 1115px;
  }

  .home-hero-accolades-number {
    font-size: 43px;
    line-height: 1.3;
    margin-bottom: 5px;
  }

  .home-hero-accolades-single {
    font-size: 20px;
  }

  .home-hero {
    padding-bottom: 0 !important;
  }
  .home-slider-single-tagline {
    max-width: 1470px;
  }
}

@media screen and (min-width: 2560px) and (max-width: 12000px) {
  .overlay::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 57%;
    height: 100%;
  }
}

@media screen and (min-width: 3840px) and (max-width: 12000px) {
  .overlay::after {
    left: 0;
    top: 0;
    background: #000;
    width: 65%;
    height: 100%;
  }
  .home .home-fot-bg {
    top: -91%;
    transform: skew(70deg);
  }
}

@media screen and (min-width: 3840px) and (max-width: 12000px) {
  .overlay::after {
    width: 70%;
    height: 100%;
  }
}
