@media (min-width: 1200.1px) and (max-width: 1699.1px) {
	header.template-header .header-inner {
	    width: 96%;
	}
}

@media (min-width: 1200.1px) {
    body .uwy.userway_p1 .uai {
        top: 48px!important;
    }
}


.warning-message {
    background: #405C72;
    /* old not AAA pass #4c6e87;*/
        
    border-bottom: 1px solid #fff;
    color: #fff;
}
.warning-message p {
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.warning-message a,
.warning-message a:active,
.warning-message a:hover,
.warning-message a:visited {
    color: #fff;
}

div.header-top a.espanolButton
	{
	display:block;
	border: 1px solid #fff;
	padding: 5px 10px;
	background: transparent;
	transition: background-color 0.5s ease;
	}

div.header-top a.espanolButton:hover
	{
	border: 1px solid #fff;
	color: #122ff1;
	background-color: #fff!important;
	}

header > div.header-container > div.header-wrap.header-wrap-top div.header-top div.text-right li.website-phone {
    text-align: center;
}

#olark-wrapper > div.olark-attention-grabber.olark-init.olark-slide.olark-size-md {
    display: none;
}

/* General Hover Link styles */
div.header-container .bookend {
  outline: none;
  text-decoration: none;
  position: relative;
  line-height: 2;
  color: #fff;
  display: inline-block;
}


/* Hover Effect */
div.header-container .bookend-vert {}


div.header-container .bookend-vert::after {
  content: '';
  width: 100%;
  height: 2px;
  z-index: -1;
  background: #fff;
  position: absolute;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}


div.header-container .bookend-vert::after {
  left: 0;
  bottom: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

div.header-container .bookend-vert:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

div.header-container .bookend-vert span {
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

header.template-header .navbar-side .mobile-sub-nav ul li:not(.website-phone) {
  display: inline-block;
}
/* Hover Effect */

body.navbar-side-opened .template-header .navbar-toggle {
    background-color: #65829d;
}

/* Phone Numbers */
.cstm_cta_btn_wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1640px;
  padding: 80px 20px;
}

.cstm_cta_btn_wrapper .h5 {
	text-align: center;
}

.cstm_link_wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 20px;
}

.cstm_link_wrapper .btn-primary {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70px;
  line-height: 1.3;
  gap: 4px;
}


.cstm_cta_btn_wrapper a.btn {
    background: #405C72;
    /* old not AAA pass #4c6e87;*/
}

@media (min-width: 450px) {
    .cstm_link_wrapper {
        flex-direction: row;
        max-width: fit-content;
    }
	.cstm_link_wrapper .btn-primary {
        display: inline-flex;
    }
}

#PageContent > div.widget.page-intro.page-intro-default > h3 {
    color: #515558;
}
body.alternate-bg .internal-content .page-content-wrapper .page-content > div.widget.page-intro.page-intro-default > h3 {
    color: #4E5255;
}

/* Home Title */
.home-text-title{
    margin: 120px auto 20px;
}

.home-text-title h2 {
  font-size: 52px;
  font-size: 5.2rem;
  color: #2e536e;
}

/* Container Styling */
.widget--list-items {
  margin: 60px auto;
  max-width: 1640px;
  padding: 0 20px;
  text-align: center;
}

/* Responsive Flex Layout */
.list-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 40px 20px;
}

/* Card Style for Each Item */
.list-items__item {
  flex: 1 1 250px;
  max-width: 300px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.list-items__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* Icon Circle */
.widget.image figure {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Image Styling */
.widget.image figure img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

/* Headline */
.widget--list-items h4 {
  font-size: 20px;
  font-weight: 600;
  color: #4c6e87;
  margin-bottom: 15px;
}

/* Paragraph */
.widget--list-items p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin: 0 auto;
}

/* Default: 5 items per row on screens ≥1440px */
.list-items__item {
  flex: 1 1 calc(20% - 20px);
  max-width: calc(20% - 20px);
}

/* 1025px to 1439px: 3 items per row */
@media (max-width: 1439px) {
  .list-items__item {
    flex: 1 1 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
  }
}

/* 769px to 1024px: 2 items per row */
@media (max-width: 1024px) {
  .list-items__item {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

/* ≤768px: 1 item per row (stacked) */
@media (max-width: 768px) {
  .list-items__item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 1439px) and (min-width: 1025px) {
  .list-items {
    justify-content: center;
  }
}

/* Custom Table Styles */
.custom-code table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
    background: #fff;
}

.custom-code table caption {
  margin: 0.5em 0 0.75em;
}

.custom-code table :not(thead) tr {
  background: #fff;
  padding: 0.35em;
}

.custom-code table th,
.custom-code table td {
  padding: 0.625em;
  font-size: 20px;
  font-size: 2rem;
}

.custom-code table td:first-child {
  color: #2e536e;
}

/*
.custom-code td:not(:last-child) {
  border-right: 10px solid #fff;
}
*/

.custom-code table th {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}

.custom-code td.criteria {
  font-weight: bold;
  text-align: left;
  padding-left: 1em;
}

/* Responsive Table */
@media screen and (max-width: 860px) {
  .custom-code table {
    border: 0;
  }

  .custom-code table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .custom-code table tr {
    display: block;
    margin-bottom: 1.625em;
  }

  .custom-code td:not(:last-child) {
    border-right: 0;
  }

  .custom-code table td {
    border-bottom: 1px solid #fff;
    display: block;
    text-align: left;
  }

  /*
    .custom-code td.criteria {
    text-align: center;
  }
*/
  .custom-code table td::before {
    content: attr(data-label);
    float: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    font-size: 19px;
  }

  .custom-code table td:last-child {
    border-bottom: 0;
  }
}

.icon-text-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.5em;
  line-height: 1.5;
  width: 100%;
  word-break: break-word;
}

.icon-text-wrap i {
  margin-top: 0.15em;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .heading-list-icons__items {
    flex-direction: row;
    margin-top: 0;
  }
}

/* Icons */
.icon-check {
  color: #4c6e87;
}

.icon-times {
  color: #a90101;
}

/*
thead tr th {
    background: #f4f4f4;
}
*/

thead tr th:first-child {
  background: #4c6e87;
  color: #fff;
}

tbody tr:nth-child(odd) td:first-child {
  background-color: #f6fbff;
}

tbody tr:nth-child(odd) td:nth-child(2) {
  background-color: #f7f7f7;
}

.custom-code {
  border-collapse: collapse;
  width: 100%;
}

.custom-code th:first-child,
.custom-code td:first-child {
  border-left: 4px solid #4c6e87;
  border-right: 4px solid #4c6e87;
  padding: 1.5em;
}

@media only screen and (max-width: 991px) {
  .custom-code th:first-child,
  .custom-code td:first-child {
    border: 4px solid #4c6e87;
  }

  .custom-code table td {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .icon-text-wrap {
    display: flex;
    align-items: flex-start; /* Align icon and first line of text */
    justify-content: center;
    text-align: left;
    gap: 0.5em;
    width: 100%;
    max-width: 90%; /* Optional: keeps text from stretching too wide */
    margin: 0 auto;
  }

  .icon-text-wrap i {
    margin-top: 0.2em; /* Fine-tune vertical alignment */
    flex-shrink: 0;
  }

  tbody tr:nth-child(odd) td:nth-child(2) {
    background-color: #fff;
  }

  tbody tr td.criteria {
    background-color: #f6fbff;
  }
}

.custom-code thead tr:first-child th:first-child {
  border-top: 4px solid #4c6e87;
}

.custom-code tbody tr:last-child td:first-child {
  border-bottom: 4px solid #4c6e87;
}

.custom-code td:first-child:hover {
  background-color: #e9f3fb;
}

.custom-code tbody tr:last-child td:first-child {
  position: relative; /* anchor for the pseudo-element */
  border-bottom: 4px solid #4c6e87;
}

.custom-code tbody tr:last-child td:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 10px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 1;
}

.widget.opt-wrap-image-removed .main-content {
    padding: 125px!important;
}


.text-center.sign-off-name * {
    font-family: 'Poppins SemiBold', Arial, sans-serif;
    color: #fff;
	font-size: 26px;
    font-size: 2.6rem;
}

.text-center.sign-off-name h5 {
        font-family: 'PlayfairDisplay Medium', serif;
	font-size: 44px;
    font-size: 4.4rem;
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 1.5rem;
}

.sign-off-name h5::after {
    content: '';
    display: block;
    width: 200px;
    height: 2px;
    background-color: white;
    margin: 2rem auto 0;
}

@media (max-width: 1399px) {
  .widget.opt-wrap-image-removed .main-content {
    padding: 50px!important;
  }
}



@media (max-width: 767px) {
  .widget.opt-wrap-image-removed .main-content {
    padding: 0px!important;
  }
}