/**
 * ***************************************
 *
 * @format
 */

/* Theme Name: PaperStreet                 */
/* Theme URI: http://www.wordpressbase.com */
/* Author: PaperStreet                     */
/* Author URI: https://www.paperstreet.com */
/* Description: For PaperStreet            */
/* Text Domain: paperstreet                */
/* Version: 3.2409                         */
/*******************************************/

/*
GENERAL
MENUS
HEADER
FOOTER
FEATURES
ANIMATIONS
MODULES
PRINT
MISC
*/

/*******************************************************************************************
GENERAL - Layout and general features
*******************************************************************************************/

/* GENERAL > Utility Classes */

.no-margin-last > p:last-of-type {
  margin: 0 !important;
}

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

.hr-after {
  position: relative;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

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

.right,
.align-right,
.text-right {
  text-align: right;
}

.body-font {
  font-family: var(--font-family-body);
}

.header-font {
  font-family: var(--font-family-heading);
}

.overflow-hidden {
  overflow: hidden;
}

.flex-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.flex-align-vertical {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-align-horizontal {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  text-align: center;
}

.small-margin-left {
  margin-left: 5px;
}

.small-margin-right {
  margin-right: 5px;
}

.pointer-events-none {
  pointer-events: none;
}

.transition-all {
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.z-index-over {
  position: relative;
  z-index: 1;
}

.background-center {
  background-position: center center !important;
}

.background-y-bottom {
  background-position-y: 100%;
}

.background-y-top {
  background-position-y: 0%;
}

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.background-transparent {
  background: transparent;
}

.light-text,
button.light-text,
.light-text h1,
.light-text h2,
.light-text h3,
.light-text p,
.light-text span,
.light-text li,
.light-text label {
  color: var(--color-white);
}

/* GENERAL > HTML and Structure */
hr,
.hr-after::after {
  background: var(--color-secondary);
  width: 20%;
  height: 5px;
  display: block;
  border: none;
  margin: 40px 0;
  content: '';
}

figure {
  margin: 0;
}

.italic {
  font-style: italic;
}

.non-italic,
address {
  font-style: normal;
}

ol,
ul {
  margin: 0 0 35px 0;
  padding: 0;
}

ol {
  list-style-position: outside;
  padding-left: 20px;
}

.content {
  margin-bottom: 60px;
}

.content .wp-block-image {
  margin-bottom: 30px;
}

.content .wp-block-image .alignright,
.content .wp-block-image.alignright {
  float: right;
  margin: 0 0 var(--gutter-size) var(--gutter-size);
}

.content .wp-block-image .alignleft,
.content .wp-block-image.alignleft {
  float: left;
  margin: 0 var(--gutter-size) var(--gutter-size) 0;
}

.content p.indent {
  margin-left: 60px;
}

.content section {
  margin-bottom: 60px;
}

.content section:last-of-type {
  margin: 0;
}

ul.has-before li,
.content li {
  color: var(--color-body-text);
  padding: 0 0 0 22px;
  position: relative;
}

.content ol li {
  padding-left: 0;
}

.content ol ul,
.content ol ol {
  margin: 5px 0;
}

.content ol ul li {
  padding-left: 22px;
}

.content ul li::before,
ul.has-before li::before {
  top: 10px;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  content: '';
  background-color: var(--color-primary);
}

ul.has-before li::before,
.content ul li::before,
.sidebar-block ul li::before {
  font-family: 'Font Awesome 6 Pro';
}

.content ul ul {
  margin: 5px 0 5px 0;
}

.content .search-results-container {
  margin-bottom: 80px;
}

section.no-underline ul {
  border: none;
}

section.no-underline ul:last-of-type {
  padding: 0;
}

.sidebar {
  width: 100%;
  position: relative;
}

.sidebar section:not(:last-child) {
  margin-bottom: 40px;
}

.sidebar-block {
  width: 100%;
}

.sidebar-block h2,
.sidebar-block h4,
.sidebar-awards h2 {
  font-weight: 800;
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-primary);
  font-size: var(--font-size-h4);
}

.sidebar-block ul + h2 {
  margin-top: 40px;
}

.sidebar-block ul li {
  padding-left: 22px;
  position: relative;
}

.sidebar-block ul li + li {
  margin-top: 5px;
}

.sidebar-block ul li::before {
  position: absolute;
  color: var(--color-alternate);
  content: '\f105';
  top: 2px;
  left: 0;
  font-size: 1rem;
}

.sidebar-block ul li,
.sidebar-block ul li a {
  display: block;
}

.sidebar section button.no-button,
.sidebar-block ul li a {
  color: var(--color-body-text);
  text-decoration: none;
  font-weight: 500;
  text-align: left;
}

.sidebar section button.no-button:hover,
.sidebar section button.no-button:focus,
.sidebar-block ul li a:hover,
.sidebar-block ul li a:focus {
  color: var(--color-alternate);
  text-decoration: none;
}

.sidebar-block ul li ul {
  padding-left: 20px;
  margin: 0;
}

.sidebar-block ul:last-of-type {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .content {
    margin-bottom: 0;
    width: calc(100% - calc(330px + var(--gutter-size)));
    padding-right: var(--gutter-size);
  }

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

  .sidebar {
    padding-left: 0;
    width: calc(330px + var(--gutter-size));
  }

  .sidebar section.form-container:first-of-type {
    margin-top: -95px;
  }
}

@media screen and (min-width: 1025px) {
  .content {
    padding-right: calc(2 * var(--gutter-size));
  }
}

@media screen and (min-width: 1920px) {
  .sidebar section.form-container:first-of-type {
    margin-top: -115px;
  }
}

/* GENERAL > Form and Inputs */
input,
select,
textarea {
  color: var(--color-white);
  background: none;
  border: 0;
  border-bottom: 1px solid var(--color-near-white);
  font-size: 0.938rem;
  line-height: 1;
  font-family: var(--font-family-body);
  box-shadow: none;
  margin: 0;
  width: 100%;
  border-radius: 0;
  padding: 10px 3px;
}

select {
  border-bottom: none;
}

input.dark-input,
select.dark-input,
textarea.dark-input {
  color: var(--color-primary);
}

textarea {
  resize: none;
  height: 90px;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.2;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--color-white);
}

input::placeholder,
textarea::placeholder {
  color: var(--color-white);
}

select,
form legend,
form label,
form p,
form .gfield_description {
  font-size: 0.9rem;
}

legend,
label {
  color: var(--color-white);
}

fieldset {
  padding: 0;
  border: none;
  margin: 0;
}

input:focus:not([type='checkbox']) ~ label,
textarea:focus ~ label,
input.active ~ label,
textarea.active ~ label,
select.active ~ label {
  padding-left: 0;
  line-height: 0;
  top: -16px;
  font-size: 0.7rem;
}

.form-input-group label i {
  color: var(--color-secondary);
}

.gfield,
.form-input-group {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}

.form-input-group.button-container {
  margin-bottom: 0;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-wrapper {
  position: relative;
  width: 100%;
}

.select-wrapper::after {
  content: '\f0dc';
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 45px;
  line-height: 45px;
  color: var(--color-primary);
  pointer-events: none;
  transition: all 200ms ease-out;
}

.select-wrapper.active::after {
  background: var(--color-primary);
  color: var(--color-white);
}

.form-container {
  padding: 35px;
  color: var(--color-white);
  background: var(--color-dark);
}

.form-container-heading {
  line-height: 1.3;
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 10px;
  letter-spacing: 0.1rem;
  color: var(--color-primary);
}

.form-container-description {
  font-size: 1.25rem;
  text-align: center;
  font-family: var(--font-family-heading), sans-serif;
}

.form-container-description em {
  color: var(--color-alternate);
  font-style: italic;
}

.background-input input:focus:not([type='checkbox']) ~ label,
.background-input textarea:focus ~ label,
.background-input input.active ~ label,
.background-input textarea.active ~ label,
.background-input select.active ~ label {
  color: var(--color-primary);
}

.background-input input,
.background-input textarea,
.background-input select {
  background-color: var(--color-primary);
}

.background-input select {
  height: 45px;
}

.background-input.select-wrapper::after,
.background-input .select-wrapper::after {
  background-color: var(--color-gray);
}

input.has-error {
  border: 1px solid #ff0000 !important;
  box-shadow: 0 0 2px #ff0000 !important;
}

.gfield_radio {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  grid-gap: 25px;
  gap: 25px;
}

.gfield_radio .gchoice {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
}

.gfield_radio input {
  width: auto;
}

.gfield_radio .gchoice label {
  font-size: 0.938rem;
  line-height: normal;
}

.form-container option {
  color: #000;
}

.ginput_container_select {
  position: relative;
  border: 1px solid;
}

.ginput_container_select::after {
  content: '\f0d7';
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 45px;
  color: var(--color-primary);
  pointer-events: none;
  transition: all 200ms ease-out;
}

.ginput_container_select select {
  padding-left: 10px;
}

@media screen and (min-width: 640px) {
  .gfield--width-half {
    display: inline-block;
    width: calc(50% - 7px);
  }

  .gfield--width-half + .gfield--width-half {
    margin-left: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .form-container-heading {
    font-size: 1.375rem;
  }

  .gfield--width-half {
    width: 100%;
  }

  .gfield--width-half + .gfield--width-half {
    margin-left: 0;
  }
}

@media screen and (min-width: 1025px) {
  .gfield--width-half {
    width: calc(50% - 7px);
  }

  .gfield--width-half + .gfield--width-half {
    margin-left: 14px;
  }

  .gfield--type-radio {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .gfield--type-radio legend {
    float: left;
  }

  .gfield--type-radio .gfield_description {
    clear: both;
    order: 3;
    width: 100%;
  }

  .gfield_radio {
    padding-left: 25px;
  }
}

/* GENERAL > Gravity Forms Customizations */
.hidden_label .gfield_label,
.gfield--type-hidden {
  display: none;
}

.gform_footer .gform_button {
  padding: 5px;
  height: 50px;
  font-size: 1rem;
  letter-spacing: 0.031rem;
}

.gform_footer .gform_button:hover,
.gform_footer .gform_button:focus {
  background-color: var(--color-white);
  color: var(--color-primary);
  border-color: var(--color-white);
}

.gform_validation_errors ol,
.gform_submission_error .gform_heading,
.ginput_counter,
span.gfield_required {
  display: none;
}

.gform_submission_error,
h2.gform_submission_error,
.validation_message,
p.error-text {
  color: red;
  font-weight: 700;
  margin: 0;
  font-size: 0.7rem;
  -webkit-animation: fadeIn 125ms both;
  animation: fadeIn 125ms both;
}

/* GENERAL > Swiper Customizations */
.swiper.swiper-initialized {
  visibility: visible;
}

.swiper-button-container {
  position: absolute;
  display: flex;
  justify-content: space-between;
  left: -25px;
  right: 0;
  width: calc(100% + 50px);
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-container.buttons-bottom {
  left: 0;
  top: 100%;
  width: 100%;
}

.swiper-button-container .swiper-button-next,
.swiper-button-container .swiper-button-prev {
  border: 0;
  width: auto;
  padding: 0;
  position: relative;
  height: auto;
  min-width: unset;
  margin-top: 0;
}

.swiper-button-container .swiper-button-next:after,
.swiper-button-container .swiper-button-prev:after {
  content: '\f105';
  font-weight: 700;
  font-size: 1.375rem;
  color: var(--color-primary);
  transition: color 200ms ease-out;
  font-family: var(--font-family-icon);
}

.swiper-button-container .swiper-button-prev:after {
  content: '\f104';
}

.swiper-button-container .swiper-button-next:hover:after,
.swiper-button-container .swiper-button-next:focus:after,
.swiper-button-container .swiper-button-prev:hover:after,
.swiper-button-container .swiper-button-prev:focus:after {
  color: var(--color-alternate);
}

.swiper-outer {
  max-width: 85%;
  position: relative;
  margin: 0 auto;
}

.swiper-outer.full-width {
  max-width: none;
}

@media screen and (min-width: 768px) {
  .sidebar .swiper-outer {
    max-width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .swiper-outer {
    max-width: calc(100% - 200px);
  }

  .swiper-button-container {
    left: -100px;
    width: calc(100% + 200px);
  }
}

/* GENERAL > Skip To Content */
#skiptocontent {
  z-index: 10;
  position: fixed;
  padding: 8px;
  display: block !important;
  transform: translateY(-40px);
  opacity: 0;
  background-color: var(--color-secondary);
  color: var(--color-white);
  transition: all 200ms ease-out;
}

#skiptocontent:focus {
  transform: translateY(0);
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  #skiptocontent {
    display: none !important;
  }
}

/*******************************************************************************************
MENUS - Non-critical menu styling
*******************************************************************************************/

/* MENUS > Mobile Menu */
#mobile-navigation {
  right: 0;
  z-index: 100;
  position: fixed;
  top: 0;
  background-color: var(--color-dark);
  overflow: auto;
  width: 100%;
  height: 100vh;
}

#mobile-navigation.active {
  -webkit-animation: fadeInRight 400ms cubic-bezier(0.87, 0, 0.13, 1);
  animation: fadeInRight 400ms cubic-bezier(0.87, 0, 0.13, 1);
  display: block;
}

.mobile-navigation-top-inner {
  align-items: center;
  padding: 20px var(--gutter-size);
  display: none;
  background-color: var(--color-secondary);
}

#mobile-navigation.active .mobile-navigation-top-inner {
  display: flex !important;
}

#mobile-navigation a {
  display: flex;
  font-weight: 800;
  justify-content: space-between;
  text-decoration: none;
  font-size: 1.031rem;
  color: var(--color-white);
  padding: 17px 34px 17px 44px;
}

#mobile-navigation a:hover,
#mobile-navigation a:active,
#mobile-navigation a:focus {
  color: var(--color-primary);
}

#mobile-navigation ul {
  margin: 0;
  background-color: var(--color-secondary);
}

#mobile-navigation ul li {
  padding: 0;
  position: relative;
  display: block;
  width: 100%;
}

#mobile-navigation ul li:not(:last-child) {
  border-bottom: 1px solid var(--color-border);
}

#mobile-navigation ul li::before {
  display: none;
}

#mobile-navigation .sub-menu {
  margin: 0;
  background-color: var(--color-alternate);
  z-index: 1;
  overflow: auto;
  display: none;
  width: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#mobile-navigation ul li.sub-menu-open > .sub-menu {
  display: block;
}

.mobile-menu-accordion #mobile-navigation .sub-menu li {
  border-bottom: none;
}

.mobile-menu-accordion #mobile-navigation .sub-menu a {
  padding-left: calc(var(--gutter-size) * 1.5);
}

.mobile-menu-accordion #mobile-navigation .sub-menu a:hover,
.mobile-menu-accordion #mobile-navigation .sub-menu a:focus {
  background: #28484e;
}

.mobile-menu-accordion #mobile-navigation ul ul .sub-menu a {
  padding-left: calc(var(--gutter-size) * 2);
}

.mobile-navigation-close {
  margin-left: auto;
}

.mobile-navigation-previous {
  margin-bottom: 10px;
  border: none !important;
}

#mobile-navigation ul + ul {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

#mobile-navigation ul + ul a {
  padding-top: 14px;
  padding-bottom: 14px;
  color: var(--color-primary);
}

#mobile-navigation ul + ul a:hover,
#mobile-navigation ul + ul a:focus {
  color: var(--color-white);
}

#mobile-navigation ul + ul .sub-menu a {
  color: var(--color-white);
}

#mobile-navigation ul + ul li:not(:last-child) {
  border: 0;
}

#mobile-navigation ul > li.menu-item-has-children > .sub-menu-toggle {
  top: 0;
  position: absolute;
  right: 0;
  padding: 17px;
  font-size: 1.031rem;
  cursor: pointer;
  color: var(--color-white);
}

#mobile-navigation ul + ul > li.menu-item-has-children > .sub-menu-toggle {
  color: var(--color-primary);
}

#mobile-navigation ul > li.sub-menu-open.menu-item-has-children > .sub-menu-toggle i::before {
  content: '\f0d8';
}

body.admin-bar #mobile-navigation {
  margin-top: 46px;
  height: calc(100vh - 46px);
}

@media screen and (min-width: 641px) {
  #mobile-navigation {
    max-width: 25%;
    min-width: 350px;
  }
}

@media screen and (min-width: 782px) {
  body.admin-bar #mobile-navigation {
    margin-top: 32px;
    height: calc(100vh - 32px);
  }
}

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

  .mobile-navigation-top-inner {
    display: none;
  }
}

/* MENUS > Mobile Menu Paged */
.mobile-menu-paged #mobile-navigation .sub-menu {
  height: 100vh;
}

.mobile-menu-paged #mobile-navigation .menu-item-has-children > a::after {
  content: '\f105';
}

.mobile-menu-paged #mobile-navigation a {
  padding-left: var(--gutter-size);
}

.mobile-menu-paged #mobile-navigation ul li.sub-menu-open > .sub-menu {
  -webkit-animation: fadeInRight 300ms ease-out;
  animation: fadeInRight 300ms ease-out;
}

.mobile-menu-paged #mobile-navigation .sub-menu {
  position: fixed;
  top: 0;
}

/*******************************************************************************************
FOOTER - Page bottom
*******************************************************************************************/
.footer {
  position: relative;
  color: var(--color-white);
  background-color: var(--color-secondary);
}

.footer a {
  color: inherit;
  text-decoration: none;
}

.footer a:hover,
.footer a:focus {
  color: var(--color-alternate);
}

.footer .form-container-heading,
.footer .form-container-description {
  font-size: 1.5rem;
}

.footer .gform_button {
  font-weight: 900;
  font-size: 1.125rem;
}

.footer .social-links {
  justify-content: center;
}

.footer-inner {
  z-index: 1;
  position: relative;
}

.footer-logo {
  width: 252px;
  display: block;
  margin-bottom: 40px;
}

.footer-logo img {
  width: 100%;
  display: block;
}

.footer-image {
  position: absolute;
  top: 25px;
  left: -212px;
  opacity: 0.31;
  pointer-events: none;
}

.footer-upper {
  position: relative;
}

.footer-upper-left {
  display: flex;
  padding-top: 68px;
  text-align: center;
  align-items: center;
  padding-bottom: 25px;
  flex-direction: column;
}

.footer-upper-caption {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: var(--font-family-heading), sans-serif;
}

.footer-upper-caption em {
  color: var(--color-primary);
}

.footer-upper-caption p:last-child {
  margin-bottom: 0;
}

.footer-upper-contact {
  margin-bottom: 20px;
}

.footer-upper-contact i {
  font-size: 1.688rem;
  margin-right: 10px;
  color: var(--color-alternate);
}

.footer-upper-contact a {
  font-size: 2rem;
  font-weight: 300;
  text-decoration: none;
  line-height: 1.4;
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
}

.footer-address {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  font-size: 0.938rem;
  justify-content: center;
  color: var(--color-white);
}

.footer-address li + li {
  padding-left: 15px;
  position: relative;
  margin-left: 10px;
}

.footer-address li + li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: var(--color-white);
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 100%;
  transform: translateY(-50%);
}

.footer-upper-left .button {
  border-width: 1px;
  background: transparent;
  color: var(--color-white);
  border-color: var(--color-white);
}

.footer-upper-left .button:hover,
.footer-upper-left .button:focus {
  color: var(--color-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.footer-upper-right {
  margin: 0 calc(-1 * var(--gutter-size));
}

.footer-lower {
  padding: 30px 0;
}

.footer-lower-holder {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  margin-bottom: 33px;
}

.footer-copyright {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 0.813rem;
  line-height: 1.4;
  text-align: center;
}

.footer-copyright li {
  display: inline;
}

.footer-copyright li:not(:last-child):after {
  content: '|';
  margin: 0 8px;
}

.footer-copyright li:last-child {
  width: 100%;
  display: block;
}

.footer-copyright li:nth-last-child(2):after {
  display: none;
}

.footer-disclaimer {
  text-align: center;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer-disclaimer p {
  margin-bottom: 0;
}

.footer-disclaimer p + p {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .footer-image {
    top: 55px;
    left: -220px;
  }

  .footer-upper {
    display: flex;
    padding-top: 68px;
    padding-bottom: 40px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  }

  .footer-upper-left {
    width: 332px;
    display: block;
    text-align: left;
    padding-top: 45px;
    padding-bottom: 0;
  }

  .footer-logo {
    margin-bottom: 40px;
  }

  .footer-upper-caption {
    line-height: 1.2;
    font-size: 1.938rem;
    margin-bottom: 17px;
  }

  .footer-upper-contact {
    margin-bottom: 15px;
  }

  .footer-address {
    justify-content: flex-start;
  }

  .footer-button {
    margin-top: 30px;
  }

  .footer-upper-right {
    flex: 1;
    margin-right: 0;
    max-width: 562px;
    margin-left: 20px;
  }

  .footer-upper-left .button.desktop {
    display: inline-block;
  }

  .footer-lower {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .footer-lower-holder {
    display: flex;
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: none;
    align-items: center;
  }

  .footer-copyright {
    flex: 1;
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-copyright li:last-child {
    width: auto;
  }

  .footer-copyright li:nth-last-child(2):after {
    display: inline;
  }

  .footer-disclaimer {
    text-align: left;
  }
}

@media screen and (min-width: 1025px) {
  .footer .form-container {
    padding: 60px 65px;
  }

  .footer .form-container-heading {
    line-height: 1.2;
    text-align: left;
    margin-bottom: 0;
    font-size: 2.063rem;
  }

  .footer .form-container-description {
    text-align: left;
    font-size: 1.75rem;
  }

  .footer .gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer .gform_fields textarea {
    height: 125px;
  }

  .footer .gfield--type-email,
  .footer .gfield--type-phone {
    width: calc(50% - 12px);
  }
}

/*******************************************************************************************
FEATURES - Pre-built small sections
*******************************************************************************************/

/* FEATURES > Content Tables */
table.has-fixed-layout {
  width: 100%;
  table-layout: fixed;
}

.content table {
  border-collapse: collapse;
}

table th,
table td {
  border: 1px solid var(--color-light-gray);
  padding: 5px;
  text-align: left;
}

/* FEATURES > Breadcrumbs */
.breadcrumbs-container {
  display: none;
  flex-wrap: wrap;
  font-size: 0.75rem;
  margin-bottom: 30px;
}

.breadcrumbs-single {
  position: relative;
  text-decoration: none;
  padding-right: 8px;
  margin-right: 10px;
}

.breadcrumbs-single:focus,
.breadcrumbs-single:hover {
  text-decoration: none;
}

.breadcrumbs-single::after {
  top: 4px;
  position: absolute;
  right: -4px;
  content: '\f105';
  font-size: 0.5rem;
  font-family: var(--font-family-icon), sans-serif;
}

.breadcrumbs-single:last-of-type {
  padding-right: 0;
  margin-right: 0;
  color: var(--color-primary);
}

.breadcrumbs-single:last-of-type:hover,
.breadcrumbs-single:last-of-type:focus {
  color: var(--color-secondary);
}

.breadcrumbs-single:last-of-type::after {
  display: none;
}

@media screen and (min-width: 1025px) {
  .breadcrumbs-container {
    display: flex;
  }
}

/* FEATURES > Accordion */
.accordion-item {
  border-bottom: 1px solid var(--color-line);
}

.accordion-item:first-of-type {
  border-top: 1px solid var(--color-line);
}

.accordion-item > h3 {
  margin-bottom: 0;
}

.accordion-item-title {
  padding: 26px 0;
  font-size: 1.5rem;
  width: 100%;
  margin: 0;
  border: 0;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  color: var(--color-secondary);
  line-height: 30px;
  display: flex;
  grid-gap: 15px;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  text-transform: none;
  transition: background 200ms ease-out;
}

.accordion-item-title::after {
  content: '\f067';
  font-family: 'Font Awesome 6 Pro';
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-size: 1.563rem;
  text-align: center;
  font-weight: normal;
  color: var(--color-primary);
}

.accordion-item-title span {
  flex: 1;
  text-align: left;
}

.accordion-item.active:focus {
  outline: none;
}

.accordion-item-title:hover,
.accordion-item-title:focus {
  background: var(--color-light-gray);
  color: var(--color-primary);
}

.accordion-item-title:focus:not(:focus-visible) {
  outline: none;
}

.accordion-item.active .accordion-item-title::after {
  content: '\f068';
}

.accordion-item-content {
  display: none;
}

.accordion-item.active .accordion-item-content {
  display: block;
  -webkit-animation: fadeIn 200ms both;
  animation: fadeIn 200ms both;
}

.accordion-item-content > *:first-child {
  margin-top: 20px;
}

.accordion-item-content > *:last-child {
  margin-bottom: 35px;
}

/* FEATURES > Quotes */
blockquote,
.quote-single {
  font-style: italic;
  position: relative;
  margin: 0 0 40px;
  padding-top: 20px;
  padding-left: 80px;
  border-left: 5px solid var(--color-primary);
}

blockquote p,
.quote-single p {
  margin: 0;
}

blockquote::before,
.quote-single::before {
  content: '\f10d';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 700;
  position: absolute;
  top: 1%;
  left: 3%;
  font-size: 2.7rem;
  opacity: 1;
  color: var(--color-primary);
  font-style: normal;
}

/* FEATURES > CTA Block */
.cta-single {
  padding: 40px;
  background: var(--color-light-gray);
  border: 1px solid var(--color-primary);
  text-align: center;
  margin-bottom: 40px;
}

.cta-single span {
  display: block;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 12px;
}

.cta-single a {
  font-size: 2rem;
  line-height: 1.2;
}

/* FEATURES > Slideout at Page Bottom */
.bottom-slideout {
  display: block !important;
  position: fixed;
  background: var(--color-near-white);
  box-shadow: 0 0 20px var(--color-near-black);
  padding: 30px;
  right: 0;
  bottom: 0;
  max-width: 400px;
  opacity: 0;
  z-index: 1;
  transform: translateX(100%);
  transition: all 200ms ease-out;
}

.bottom-slideout.active {
  transform: translateX(0);
  opacity: 1;
}

/* FEATURES > Reviews */
.reviews-container {
  background: var(--color-light-gray);
  padding: 50px 0;
}

.reviews-star-icon {
  color: var(--color-alternate);
  font-size: 1.1rem;
}

.reviews-single-source::before {
  content: '\2014';
  margin-right: 2px;
}

.reviews-star-icon i {
  margin: 0 2px;
}

.reviews-single {
  float: none;
  text-align: center;
}

.reviews-single em {
  font-style: italic;
  margin: 10px 0;
  display: block;
}

/* FEATURES > Video Gallery */
.videos-single {
  position: relative;
  width: 100%;
  min-height: 225px;
  margin-bottom: 120px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-background-position-x: 100%;
  background-position-x: 100%;
  text-decoration: none;
}

.videos-single:hover::before,
.videos-single:focus::before {
  opacity: 0.6;
}

.videos-single::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-near-black);
  opacity: 0;
  transition: opacity 200ms ease-out;
}

.videos-single h2 {
  position: absolute;
  top: 100%;
  width: 100%;
  min-height: 75px;
  max-height: 75px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--color-secondary);
  color: var(--color-white);
  font-size: 1.1rem;
  padding: 10px 20px;
  margin: 0;
  transition: background-color 200ms ease-out;
}

.videos-single:hover h2,
.videos-single:focus h2 {
  background-color: var(--color-primary);
}

@media screen and (min-width: 640px) {
  .videos-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 100px;
    grid-column-gap: 20px;
  }

  .videos-single {
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  .videos-container {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 50px;
  }
}

/* FEATURES > YouTube Player */
.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  max-width: 100%;
  background: var(--color-near-black);
  margin: 20px 0 50px;
}

.youtube-player-inner {
  width: 100%;
  height: 100%;
  content: '';
  overflow: hidden;
  position: absolute;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.youtube-player-inner::after,
.videos-single::after {
  content: '\f144';
  font-family: 'Font Awesome 6 Pro';
  font-size: 3.5rem;
  opacity: 0.8;
  display: inline-block;
  margin: 0 auto;
  transition: all 150ms ease-out;
  color: var(--color-alternate);
  pointer-events: none;
  z-index: 1;
}

.youtube-player-inner:hover::after,
.youtube-player-inner:focus::after,
.videos-single:hover::after,
.videos-single:focus::after {
  transform: scale(1.1);
  color: var(--color-white);
  opacity: 1;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  transition: all 200ms ease-out;
}

/* FEATURES > Social Link Lists */
.social-links {
  display: flex;
  align-items: center;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.188rem;
  text-decoration: none;
  color: inherit;
}

.social-links a + a {
  margin-left: 15px;
}

.social-links a img {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}

.social-links a:hover,
.social-links a:focus {
  color: var(--color-primary);
}

/* FEATURES > Case Results */
.slider-results-single {
  border: 1px solid var(--color-secondary);
  padding: 30px;
}

.slider-results-single:last-of-type {
  margin: 0;
}

.slider-results-single h3 {
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 25px;
}

/*******************************************************************************************
ANIMATIONS - Ready-to-go animation classes
*******************************************************************************************/
.animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.animated.fast {
  animation-duration: 600ms;
}

.animated.slow {
  animation-duration: 2000ms;
}

.animated.fadeIn {
  animation-name: fadeIn;
}

.animated.fadeInUp {
  animation-name: fadeInUp;
}

.animated.fadeInUpSlight {
  animation-name: fadeInUpSlight;
}

.animated.fadeInRight {
  animation-name: fadeInRight;
}

.animated.fadeInRightSlight {
  animation-name: fadeInRightSlight;
}

.animated.fadeInDown {
  animation-name: fadeInDown;
}

.animated.fadeInDownSlight {
  animation-name: fadeInDownSlight;
}

.animated.fadeInLeft {
  animation-name: fadeInLeft;
}

.animated.fadeInLeftSlight {
  animation-name: fadeInLeftSlight;
}

.animated.slideInUp {
  animation-name: slideInUp;
}

.animated.slideInRight {
  animation-name: slideInRight;
}

.animated.slideInDown {
  animation-name: slideInDown;
}

.animated.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpSlight {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightSlight {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownSlight {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftSlight {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes menuSlideRight {
  from {
    margin-left: -10px;
    opacity: 0;
  }
  to {
    margin-left: 0;
    opacity: 1;
  }
}

@keyframes menuSlideDown {
  from {
    margin-top: -10px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}

/*******************************************************************************************
MODULES - General styling for repeatable blocks
*******************************************************************************************/
.module {
  padding: 80px 0;
}

main .column .module .column {
  padding-left: 0;
  padding-right: 0;
}

.module-dark {
  background: var(--color-primary);
}

h2.module-title {
  margin-bottom: 60px;
}

.modules-showcase .module-title {
  display: block;
}

.box-icon {
  margin: 0;
}

.box-icon::before {
  content: '\f073';
  font-family: 'Font Awesome 6 Pro';
  width: 50px;
  line-height: 50px;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  text-align: center;
  color: var(--color-primary);
  margin: 0 auto;
}

.content-selector {
  cursor: pointer;
  transition: background 200ms ease-out;
}

.content-selector:hover,
.content-selector:focus {
  background: var(--color-gray);
}

.modules-skip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 10px;
}

.modules-skip button {
  margin: 0 5px 5px 0;
}

/*******************************************************************************************
PRINT - Specific styles for when pages are printed
*******************************************************************************************/
@media print {
  .header {
    top: 0;
    border: none;
    height: auto;
    position: static;
  }

  .header-mobile-buttons {
    display: none;
  }
}

/*******************************************************************************************
MISC - Miscellaneous and new code
*******************************************************************************************/

#theme-switcha {
  border: 1px solid var(--color-secondary);
  margin-bottom: 30px;
  color: var(--color-primary);
}

@media screen and (min-width: 1025px) {
  .make-sticky {
    position: sticky;
    top: var(--header-height);
    z-index: 1;
  }
}


@media screen and (min-width: 768px) {
	.mt-40 {margin-top:40px !important;}
}

