html {
  scroll-behavior: smooth;
  font-family: 'Rawline';
}
#wrapper {
  overflow: hidden !important;
}
@media (min-width: 768px) {
  #wrapper {
    overflow-y: visible !important;
    overflow-x: clip !important;
 }
  #wrapper.article-page {
    overflow-x: visible !important;
 }
  #wrapper.lead-capture-form {
    overflow-x: hidden !important;
 }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
 }
}
.bodyclass {
  overflow-x: hidden;
}
.close-sidebar {
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  background: rgba(52, 52, 52, .7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
  display: block;
}
@media (min-width: 992px) {
  .close-sidebar {
    display: none;
 }
}
.mhp-breadcrumb-panel {
  padding-bottom: 20px;
  background-color: transparent;
}
.mhp-breadcrumb-panel a, .mhp-breadcrumb-panel i, .mhp-breadcrumb-panel span {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .mhp-breadcrumb-panel a, .mhp-breadcrumb-panel i, .mhp-breadcrumb-panel span {
    font-size: 16px;
 }
}
.mhp-breadcrumb-panel i {
  color: #cccecf;
}
.mhp-breadcrumb-panel span {
  color: #666;
}
.mhp-breadcrumb-panel a, .mhp-breadcrumb-panel span {
  line-height: 29px;
}
.mhp-breadcrumb-panel a {
  color: #333;
  text-decoration: none;
}
.mhp-breadcrumb-panel a:hover {
  color: #000;
  text-decoration: none;
  font-weight: 800;
}
.mhp-breadcrumb-panel i {
  padding: 0 5px;
}
.body-oveflow-hidden {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
  touch-action: none;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: auto;
}
@media (min-width: 992px) {
  .body-oveflow-hidden {
    overflow: auto;
 }
}
.html-overflow-hidden {
  touch-action: none;
  -ms-touch-action: none;
  touch-action: none;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: auto;
}
.padding-top-29 {
  padding-top: 29px !important;
}
.overflow {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box-shadow {
  box-shadow: 0 4px 6px -4px rgba(51, 51, 51, 0.2);
}
h1 {
  font-size: 32px;
  line-height: 42px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
 }
}
h1.marketing-title {
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  color: #000;
}
h1.marketing-title strong {
  font-weight: 800;
  color: #1f2e61;
}
@media (min-width: 1200px) {
  h1.marketing-title {
    padding-right: 70px;
 }
}
@media (min-width: 992px) {
  h1.marketing-title {
    font-size: 42px;
    line-height: 57px;
 }
}
h1.marketing-title .marketing-italic-title {
  font-size: 28px;
  line-height: 44px;
  color: #55689c;
  font-weight: 700;
  font-style: italic;
  display: block;
}
@media (min-width: 992px) {
  h1.marketing-title .marketing-italic-title {
    font-size: 36px;
    line-height: 57px;
 }
}
@media (min-width: 1200px) {
  .hero-remove-padding h1.marketing-title {
    padding-right: 10px;
 }
}
h2 {
  font-size: 28px;
  line-height: 43px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 32px;
    line-height: 52px;
 }
}
.h2-smaller {
  font-size: 28px;
  line-height: 43px;
}
@media (min-width: 992px) {
  .h2-smaller {
    font-size: 20px;
    line-height: 28px;
 }
}
h3 {
  font-size: 24px;
  line-height: 37px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 28px;
    line-height: 43px;
 }
}
h3.aep-priorend-desc {
  margin-top: 0px !important;
  color: #333 !important;
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  h3.aep-priorend-desc {
    margin-bottom: 5px !important;
 }
}
@media (min-width: 992px) {
  h3.aep-priorend-desc {
    margin-bottom: 36px !important;
 }
}
h4 {
  font-size: 20px;
  line-height: 31px;
}
@media (min-width: 992px) {
  h4 {
    font-size: 24px;
    line-height: 40px;
 }
}
h5 {
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 992px) {
  h5 {
    font-size: 20px;
    line-height: 34px;
 }
}
h6 {
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 992px) {
  h6 {
    font-size: 18px;
    line-height: 31px;
 }
}
.btn {
  padding-top: 14px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .btn {
    padding-top: 18px;
    padding-bottom: 18px;
 }
}
.btn-primary {
  background-color: #202f60;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  border-radius: 5px;
  padding-left: 29px;
  padding-right: 29px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-bottom: 5px solid transparent;
  padding-top: 15px;
  padding-bottom: 10px;
}
.btn-primary:hover {
  background-color: #404e7a;
  border-bottom-color: #f08b77;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):focus {
  background-color: #202f60;
  border-color: #202f60;
  outline: none;
  box-shadow: none;
}
.btn-primary[disabled] {
  opacity: 1;
  background-color: #586388;
  border-bottom-color: #586388;
}
.btn-primary[disabled]:hover {
  background-color: #586388;
  border-bottom-color: #586388;
}
.btn-secondary {
  background-color: #fff;
  color: #202f60;
  font-size: 16px;
  border: 1px solid #55699c;
  border-bottom: 3px solid #55699c;
  padding-left: 29px;
  padding-right: 29px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-top: 15px;
  padding-bottom: 12px;
}
.btn-secondary:hover {
  background-color: #55699c;
  border-color: #55699c;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled):focus {
  background-color: #55699c;
  border-color: #55699c;
  border-bottom: 3px solid #202f60;
  outline: none;
  box-shadow: none;
}
.btn-smaller {
  font-size: 18px !important;
}
.span-anchor-number, .span-anchor-text {
  color: #2953de;
  font-weight: 700;
}
.span-anchor-number:hover, .span-anchor-text:hover {
  color: #072a9c;
  text-decoration: none;
}
a {
  font-size: 16px;
  line-height: 29px;
  color: #2953de;
}
a:hover {
  color: #072a9c;
  text-decoration: underline;
}
p {
  font-size: 14px;
  line-height: 23px;
}
@media (min-width: 992px) {
  p {
    font-size: 16px;
    line-height: 29px;
 }
}
.p-constant {
  font-size: 16px;
  line-height: 29px;
}
.margin-bottom-60-80 {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .margin-bottom-60-80 {
    margin-bottom: 80px;
 }
}
.margin-bottom-60-100 {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .margin-bottom-60-100 {
    margin-bottom: 100px;
 }
}
.margin-bottom-40-60 {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .margin-bottom-40-60 {
    margin-bottom: 60px;
 }
}
.margin-top-60-100 {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .margin-top-60-100 {
    margin-top: 100px;
 }
}
.margin-top-40-60 {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .margin-top-40-60 {
    margin-top: 60px;
 }
}
.margin-top-20-40 {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .margin-top-20-40 {
    margin-top: 40px;
 }
}
.margin-bottom-30-60 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .margin-bottom-30-60 {
    margin-bottom: 60px;
 }
}
.margin-bottom-minus-20 {
  margin-bottom: -20px;
}
.margin-top-minus-20 {
  margin-top: -20px;
}
strong {
  font-weight: 700;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
sup {
  font-size: 60%;
  vertical-align: baseline;
}
@media (min-width: 992px) {
  .margin-top-desktop-minus-30 {
    margin-top: -30px;
 }
}
.margin-bottom-minus-40-60 {
  margin-bottom: -40px;
}
@media (min-width: 992px) {
  .margin-bottom-minus-40-60 {
    margin-bottom: -60px;
 }
}
.margin-top-minus-30-40 {
  margin-top: -30px;
}
@media (min-width: 992px) {
  .margin-top-minus-30-40 {
    margin-top: -40px;
 }
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.padding-top-60-100 {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .padding-top-60-100 {
    padding-top: 100px;
 }
}
.bg-grey {
  background-color: #f9f9f9;
}
.bg-blue {
  background-color: #f5f8fc;
}
.border-bottom-blue {
  border-bottom: 5px solid #2e3552;
}
.margin-top-mobile-only-30 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .margin-top-mobile-only-30 {
    margin-top: 0;
 }
}
@media (min-width: 768px) {
  .margin-top-desktop-only-30 {
    margin-top: 30px;
 }
}
.circle-bullet-point ul {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-left: 0px;
}
.circle-bullet-point ul li {
  list-style: none !important;
  font-size: 14px !important;
  line-height: 23px;
  color: #333;
  font-weight: 600;
  position: relative;
}
@media (min-width: 992px) {
  .circle-bullet-point ul li {
    font-size: 16px !important;
    line-height: 29px;
 }
}
.circle-bullet-point ul li::before {
  content: counter(x,disc);
  color: #f08b77;
  font-weight: bold;
  display: inline-block;
  font-size: 37px;
  position: absolute;
  left: -25px;
}
.circle-bullet-point ul li:not(:last-child) {
  margin-bottom: 15px;
}
.circle-bullet-point ul li ul li:not(:last-child) {
  margin-bottom: 5px;
}
.circle-bullet-point ul li ul li::before {
  content: counter(x,circle);
  font-size: 23px;
  left: -15px;
}
.square-bullet-point ul {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-left: 0px;
}
.square-bullet-point ul li {
  list-style: none !important;
  font-size: 14px !important;
  line-height: 23px;
  color: #333;
  font-weight: 600;
  position: relative;
}
@media (min-width: 992px) {
  .square-bullet-point ul li {
    font-size: 16px !important;
    line-height: 29px;
 }
}
.square-bullet-point ul li::before {
  content: counter(x,square);
  color: #f08b77;
  font-weight: bold;
  display: inline-block;
  font-size: 12px;
  position: absolute;
  left: -25px;
  top: -1px;
}
@media (min-width: 992px) {
  .square-bullet-point ul li::before {
    font-size: 16px;
    top: -1px;
 }
}
.square-bullet-point ul li:not(:last-child) {
  margin-bottom: 15px;
}
.square-bullet-point ul li ul li:not(:last-child) {
  margin-bottom: 5px;
}
.square-bullet-point ul li ul li::before {
  content: counter(x,circle);
  font-size: 23px;
  left: -15px;
  top: 0px;
}
.remove-bag-image .cta-with-bag::after {
  content: none !important;
}
.remove-bag-image .form-cta {
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .remove-bag-image .form-cta h6 {
    padding: 0;
 }
}
img {
  max-width: 100%;
}
.tick-icon li::before {
  content: "\f272" !important;
  font-family: bootstrap-icons !important;
  margin-bottom: 1px !important;
  color: #000 !important;
  font-weight: bolder !important;
  font-size: 17px !important;
}
.faq-grey-gradient {
  background-image: linear-gradient(to bottom, #fff 60%, #f9f9f9);
}
.NY-Non-NY-grey-strip {
  background-color: #f2f2f2;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 30px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .NY-Non-NY-grey-strip {
    text-align: left;
 }
}
.NY-Non-NY-grey-strip a {
  display: inline-block;
  color: #333;
}
.NY-Non-NY-grey-strip a:hover {
  color: #404e7a;
  text-decoration: none;
}
.NY-Non-NY-grey-strip a.non-NY-link {
  padding-left: 10px;
  color: #2953de;
}
.NY-Non-NY-grey-strip a.non-NY-link:hover {
  text-decoration: underline;
}
.margin-top-30 {
  margin-top: 30px;
}
.individual-blog-page .mhp-breadcrumb-panel {
  padding-bottom: 15px;
}
.individual-blog-page .mhp-menu > div.row {
  position: unset;
}
.individual-blog-page .mhp-author-social-share {
  margin-bottom: 30px;
}
.individual-blog-page h1 {
  margin-bottom: 30px !important;
  margin-top: 0 !important;
}
.individual-category-page .blog-hero-component {
  padding: 30px 0 30px;
}
.individual-category-page .blog-hero-component.blog-navigation-component {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .individual-category-page .blog-hero-component.blog-navigation-component {
    padding-top: 30px;
 }
}
.individual-category-page .blog-page-components h1 {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.individual-category-page .blog-page-components h5 {
  margin-bottom: 0;
}
.individual-category-page .blog-page-components .title-section {
  padding-left: 15px;
}
.individual-category-page .blog-navigation-component ul.nav.nav-tabs {
  margin-bottom: 0;
}
.individual-category-page .tab-content .heading-border {
  margin-bottom: 0;
}
.individual-category-page .tab-content .blog-hero-component .container {
  padding-left: 0;
  padding-right: 0;
}
.alert-component .alert {
  line-height: 12px;
}
.alert-component .alert.alert-primary {
  background-color: #f3f9ff;
  padding: 13px 0;
  margin: 0;
  border-radius: 0;
  border: none;
  color: #333;
}
.alert-component .alert.alert-primary .alert-container {
  position: relative;
  width: 100%;
  padding: 0 15px;
}
.alert-component .alert.alert-primary .alert-container a, .alert-component .alert.alert-primary .alert-container strong, .alert-component .alert.alert-primary .alert-container button {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.31px;
  line-height: 13px;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .alert-component .alert.alert-primary .alert-container a, .alert-component .alert.alert-primary .alert-container strong, .alert-component .alert.alert-primary .alert-container button {
    line-height: 20px;
 }
}
@media (min-width: 768px) {
  .alert-component .alert.alert-primary .alert-container strong {
    padding-left: 15px;
    position: relative;
    display: inline-block;
    max-width: 90%;
 }
}
.alert-component .alert.alert-primary .alert-container strong i {
  font-size: 12px;
  margin-right: 2px;
  color: #2953de;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .alert-component .alert.alert-primary .alert-container strong i {
    vertical-align: unset;
    position: absolute;
    left: 0;
    top: 4px;
 }
}
.alert-component .alert.alert-primary .alert-container strong i::before {
  vertical-align: top;
}
.alert-component .alert.alert-primary .alert-container strong span {
  width: 185px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .alert-component .alert.alert-primary .alert-container strong span {
    display: unset;
    margin-right: 3px;
    white-space: normal;
 }
}
.alert-component .alert.alert-primary .alert-container a {
  color: #2953de;
  text-decoration: none;
}
.alert-component .alert.alert-primary .alert-container a:hover {
  color: #072a9c;
  text-decoration: underline;
}
.alert-component .alert.alert-primary .alert-container button.close {
  padding: 0;
  opacity: 1;
  right: 15px;
}
.alert-component .alert.alert-primary .alert-container button.close span {
  text-decoration: underline;
  display: none;
}
@media (min-width: 768px) {
  .alert-component .alert.alert-primary .alert-container button.close span {
    display: inline-block;
 }
}
.alert-component .alert.alert-primary .alert-container button.close i {
  font-size: 11px;
  margin-left: 4px;
}
.no-hover:hover {
  box-shadow: none !important;
  cursor: default;
}
.contact-block .contact p {
  text-align: left;
}
