@charset "UTF-8";

/*
Theme Name: AARP Foundation
Theme URI: https://wordpress.org/themes/AARPFoundation/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: AARP Foundation, the charitable affiliate of AARP, provides resources so millions of older adults living with low income can secure good jobs, get the benefits and refunds they've earned, and stay connected to their communities
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 6.3
Text Domain: AARPFoundation

AARP Foundation Theme, (C) 2020 WordPress.org
AARP Foundation is distributed under the terms of the GNU GPL.
*/
/*html{margin:0px;}*/

@font-face {
  font-family: 'Publico Text';

  src: url('./assets/fonts/publico-text-bold.woff2') format('woff2'),
        url('./assets/fonts/publico-text-bold.woff') format('woff');

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;
}

@font-face {
  font-family: 'Publico Text';

  src: url('./assets/fonts/publico-text-bold-italic.woff2') format('woff2'),
       url('./assets/fonts/publico-text-bold-italic.woff') format('woff');

  font-weight:  700;

  font-style:   italic;

  font-stretch: normal;
}

body {
  font-family: 'Source Sans Pro', 'Arial', 'Helvetica Neue', 'Helvetica', 'sans-serif';
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}

body.lock {
  overflow: hidden;
}

.container {
  max-width: 1150px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.sm-container {
  max-width: 722px;
  width: 100%;
}

.flez .main .container {
  max-width: 971px;
}

.two-columns-head {
  max-width: 861px;
  width: 100%;
  line-height: 1.4;
}

.headings-font {
  font-family: 'Publico Text', 'Times New Roman', 'Times', 'Baskerville', 'Georgia', serif;
}

.text-primary {
  color: #37383d;
}

.text-gray {
  color: #333;
}

.text-darkgray {
  color: #acacac;
}

.hover\:text-darkgray:hover {
  color: #acacac;
}

.border-darkgray {
  border-color: #acacac;
}

.border-lightgray {
  border-color: #e6e6e6;
}

.bg-lightgray {
  background-color: #e6e6e6;
}

.text-brown {
  color: #8c7d70;
}

.hover\:fill-brown:hover {
  fill: #8c7d70;
}

.hover\:text-brown:hover {
  color: #8c7d70;
}

.bg-bggray {
  background-color: #f0f0f0;
}

.text-lightred {
  color: #ab2125;
}

.bg-lightred {
  background-color: #ab2125;
}

.border-lightred {
  border-color: #ab2125;
}

.bg-darkred {
  background-color: #5c0033;
}

.after\:bg-darkred::after {
  content: '';
  background-color: #5c0033;
}

.hover\:before\:bg-darkred:hover::before {
  content: '';
  background-color: #5c0033;
}

.hover\:bg-lightred:hover {
  background-color: #ab2125;
}

.hover\:text-lightred:hover {
  color: #ab2125;
}

.hover\:after\:bg-darkred:hover::after {
  content: '';
  background-color: #5c0033;
}

.focus\:before\:bg-darkred:focus::before {
  content: '';
  background-color: #5c0033;
}

.focus\:after\:bg-darkred:focus::after {
  content: '';
  background-color: #5c0033;
}

.rounded-50 {
  border-radius: 50%;
}

.after\:rounded-50:after {
  content: '';
  border-radius: 50%;
}

.z-9999 {
  z-index: 9999;
}

.after\:bg-icon-size::after {
  content: '';
  background-size: 19px 26px;
}

.after\:bg-icon-position::after {
  content: '';
  background-position: 61% 45%;
}

.blockquote-border {
  border-bottom: 3px solid #ab2125;
}

.nav {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  padding: 55px 20px;
  opacity: 0;
  background: #fff;
}

.nav.active {
  visibility: visible;
  overflow-y: scroll;
  opacity: 1;
}

.header .container {
  padding: 11px 15px;
}

.header-dropdown-wrapper {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 3rem;
  margin-bottom: 3.5rem;
}

.header-dropdown .dropdown-item:not(:nth-child(1)) {
  display: block;
}

.header-dropdown .dropdown-item a:before {
  left: -5px;
}

.header-dropdown .dropdown-item:first-child a.icon-arrow:after {
  display: none;
}

.nav-opener {
  font-size: 16px;
  letter-spacing: 0.055625em;
  padding: 6px 13px;
}

.nav-opener:hover,
.nav-opener:focus {
  background: #ab2125;
  color: #fff;
  outline: 0;
}

.nav-opener.active {
  font-size: 0;
  border: 0;
  padding: 0;
  position: relative;
  width: 34px;
  height: 34px;
  z-index: 100;
}

.nav-opener.active:hover {
  background: transparent;
}

.nav-opener.active:before,
.nav-opener.active:after {
  content: '';
  background: #acacac;
  position: absolute;
  width: 34px;
  height: 4px;
  left: 0;
}

.nav-opener.active:before {
  top: 15px;
  transform: rotate(45deg);
}

.nav-opener.active:after {
  bottom: 15px;
  transform: rotate(-45deg);
}

.nav-opener.active:hover:before,
.nav-opener.active:hover:after {
  background: #ab2125;
}

.icon-play:after {
  background-image: url('./assets/images/icon-play.svg');
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  height: 3.5rem;
  width: 3.5rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-size: 19px 26px;
  background-position: 61% 45%;
  background-repeat: no-repeat;
  transition: all 0.3s linear;
  background-color: #5c0033;
  opacity: 0.8;
}

.icon-play.sm-icon-play:after {
  background-size: 19px 26px;
  opacity: 1;
  height: 3.5rem;
  width: 3.5rem;
}

.icon-play:hover:after {
  opacity: 1;
}

.icon-play.sm-icon-play:hover:after {
  background-color: #ab2125;
}

.breadcrumb {
  color: #37383d;
  font-size: 13px !important;
  display: flex;
  align-items: center;
  
  padding-top: 14px;
  padding-bottom: 11px;
}

.issue .breadcrumb {
  display: none;
}

.breadcrumb li {
  margin: 0 2px;
  display: inline-block;
}

.breadcrumb li:after {
  content: '>';
  color: #37383d;
  margin-left: 2px;
}

.breadcrumb li:last-child:after {
  display: none;
}

.video-grid-section {
  margin-bottom: 96px;
}

.video-grid-section article:nth-child(n+3) {
  display: none;
}

.video-grid-section .icon-play:after {
  opacity: 1;
}

.video-grid-section .icon-play:hover:after {
  background-color: #ab2125;
}

.to-top {
  position: fixed;
  bottom: 90px;
  right: 2px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 32px 12px 6px;
  z-index: 101;
}

.to-top:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 17px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  background-image: url('./assets/images/arrow-dropdown-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.to-top:hover {
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
}

.basis-29p {
  flex-basis: 29%;
}

.basis-71p {
  flex-basis: 71%;
}

.pt-90p {
  padding-top: 90%;
}

.image-left,
.image-right {
  max-width: 139px;
  width: 100%;
}

.image-left {
  padding-left: 14px;
}

.image-right {
  padding-right: 14px;
}

.pt-58p {
  padding-top: 58%;
}

.pt-59p {
  padding-top: 59%;
}

.pt-62p {
  padding-top: 62%;
}

.pt-13 {
  padding-top: 3.25rem;
}

.pt-7\.5 {
  padding-top: 1.875rem;
}

.pb-4\.5 {
  padding-bottom: 1.125rem;
}

.pb-52px {
  padding-bottom: 52px;
}

.pb-17 {
  padding-bottom: 4.375rem;
}

.mb-15 {
  margin-bottom: 3.75rem;
}

.mb-25px {
  margin-bottom: 25px;
}

.mb-86px {
  margin-bottom: 86px;
}

.mb-120px {
  margin-bottom: 120px;
}

.h-34px {
  height: 34px;
}

.min-h-6 {
  min-height: 1.5rem;
}

.w-34px {
  width: 34px;
}

.max-w-5xs {
  max-width: 10rem;
}

.max-w-4xs {
  max-width: 11rem;
}

.max-w-2xs {
  max-width: 13.125rem;
}

.before\:h-18px::before {
  content: '';
  height: 18px;
}

.after\:h-18px::after {
  content: '';
  height: 18px;
}

.before\:w-3px::before {
  content: '';
  width: 3px;
}

.after\:w-3px::after {
  content: '';
  width: 3px;
}

.top-57px {
  top: 57px;
}

.full-width {
  position: relative;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2;
}

h1, .h1 {
  font-family: 'Publico Text', 'Times New Roman', 'Times', 'Baskerville', 'Georgia', serif;
  font-size: 30px;
  font-weight: 700;
  color: #ab2125;
}

h2, .h2 {
  font-family: 'Publico Text', 'Times New Roman', 'Times', 'Baskerville', 'Georgia', serif;
  font-size: 24px;
  font-weight: 700;
  color: #8c7d70;
}

h3, .h3 {
  font-family: 'Publico Text', 'Times New Roman', 'Times', 'Baskerville', 'Georgia', serif;
  font-size: 16px;
  font-weight: 700;
  color: #ab2125;
}

h4, .h4 {
  font-family: 'Publico Text', 'Times New Roman', 'Times', 'Baskerville', 'Georgia', serif;
  font-size: 16px;
  font-weight: 700;
  color: #ab2125;
}

h5, .h5 {
  font-family: 'Source Sans Pro', 'Arial', 'Helvetica Neue', 'Helvetica', 'sans-serif';
  font-size: 20px;
  color: #000;
}

h6, .h6 {
  font-family: 'Source Sans Pro', 'Arial', 'Helvetica Neue', 'Helvetica', 'sans-serif';
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

small, .small {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
}

.xs-small {
  font-size: 12px;
}

a, .link {
  color: #ab2125;
  transition: color 0.3s linear;
}

a:focus-visible,
.link:focus-visible,
button:focus,
input[type="submit"]:focus,
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus {
  outline: 2px dotted #ab2125;
}

input[type="checkbox"]:focus-visible+label:before {
  outline: 2px dotted #0093bd;
}

label,
input[type="submit"] {
  cursor:pointer;
}

a:active, .link:active {
  outline: 2px dotted #ab2125;
}

a:hover, .link:hover {
  color: #5c0033;
}

.btn-fill {
  font-size: 16px;
  padding: 14px 40px;
  border-radius: 50px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #ab2125;
  border: 2px solid #ab2125;
  display: inline-block;
  transition: all 0.3s linear;
}

.btn-outline , .wp-block-genesis-blocks-gb-button.gb-block-button a{  font-size: 14px;background: none !important;
  padding: 8px 23px;
  border-radius: 25px;
  line-height: 1;
  font-weight: 700;
  color: #ab2125;
  border: 2px solid #ab2125;
  background: transparent;
  display: inline-block;
  transition: all 0.3s linear;color:#ab2125 !important;
}  
.wp-block-genesis-blocks-gb-button.gb-block-button a:hover{ background: black !important;color:#ab2125; }
.btn-fill:focus,
.btn-fill:hover,
.btn-outline:focus,
.btn-outline:hover {
  color: #fff;
  background: #000;
  border: 2px solid #000;
}

.hero-section {
  padding-top: 52px;
  padding-bottom: 76px;
  background-image: url('./assets/images/hero-bg.jpg');
}

.home .hero-section {
  padding-top: 32px;
  padding-bottom: 53px;
  background-image: url('./assets/images/hero-bg-2.jpg');
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 48px;
  margin-bottom: 50px;
}

.banner h2 {
  max-width: 180px;
  width: 100%;
}

.banner .col-right {
  padding: 38px 16px;
}

.accordion .active svg {
  transform: rotate(90deg);
}

.accordion .slide {
  display: none;
}

.accordion .active .slide {
  display: block;
  margin-top: 8px;
}

.accordion .slide li {
  margin-bottom: 15px;
}

.pop-up {
  display: block;
}

.pop-up.hide {
  display: none;
}

.icon-arrow:after {
  content: '';
  background-image: url('./assets/images/arrow.svg');
  background-repeat: no-repeat;
  background-size: 55% 55%;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.accordion .active .icon-arrow:after {
  transform: translateY(-50%) rotate(90deg);
}

.pop-up {
  display: block;
}

.pop-up.hide {
  display: none;
}

.dropdown {
  min-width: 234px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.dropdown:focus {
  outline: 2px dotted #ab2125;
}

.dropdown.active {
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
}

.dropdown-list {
  padding-right: 40px;
}

.dropdown-item:first-child a.icon-arrow:after {
  top: 0;
  right: -34px;
  transform: translate(0);
  background-image: url('./assets/images/arrow-dropdown.svg');
}

.dropdown-wrapper {
  max-width: 464px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #979797;
  margin: 0 auto;
  padding-bottom: 71px;
}

.dropdown-item:not(:nth-child(1)) {
  display: none;
}

.dropdown-item a {
  z-index: 5;
  transition: none;
}

.dropdown-item a:hover {
  color: #fff;
}

.dropdown-item:first-child a.icon-arrow:hover:after {
  background-image: url('./assets/images/arrow-dropdown-white.svg');
}

.dropdown-item a:before {
  content: '';
  position: absolute;
  width: calc(100% + 40px);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: transparent;
}

.dropdown-item:first-child a:before {
  border-radius: 3px;
}

.dropdown.active .dropdown-item:first-child a:before {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.dropdown.active .dropdown-item:last-child a:before {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.dropdown-item a:hover:before{
  background: #ab2125;
}

.dropdown.active .dropdown-item:not(:nth-child(1)) {
  display: block;
}

.dropdown.active .dropdown-item:first-child a.icon-arrow:after {
  transform: rotate(180deg);
}

.single-video.icon-play:after {
  height: 74px;
  width: 74px;
  background-size: 29px 40px;
}

.three-columns-section {
  margin-bottom: 110px;
}

.three-columns-head,
.video-grid-head {
  max-width: 245px;
  width: 100%;
  text-align: center;
}

.three-columns-head {
  margin: 0 auto 40px;
}

.video-grid-head {
  margin: 0 auto 30px;
}

.three-columns {
  margin-bottom: 54px;
}

.three-columns-item {
  max-width: 210px;
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}

.three-columns-item .image-holder {
  width: 94px;
  height: 94px;
  margin: 0 auto;
}

.three-columns-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
}

.three-items {
  margin-bottom: 50px;
}

.three-item {
  display: flex;
}

.three-item .h5{
  color: #ab2125;
}

.three-item .image-holder {
  width: 83px;
  height: 66px;
  padding-right: 16px;
}

.three-item .image-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.three-item .text-holder {
  width: calc(100% - 83px);
  line-height: 1.2;
}

.two-columns-section {
  margin-top: 35px;
  margin-bottom: 76px;
}

.preferences-form-section {
  margin-bottom: 42px;
}

.form-wrapper {
  margin-bottom: 26px;
}

.contact-form .box {
  margin-bottom: 25px;
}

.contact-form .recaptcha-box {
  margin-top: 34px;
  margin-bottom: 34px;
}

.contact-form .recaptcha-box img {
  width: 100%;
}

.contact-form label {
  display: block;
  font-weight: 700;
}

.contact-form input[type='text'],
.contact-form input[type='tel'],
.contact-form input[type='email'],
.contact-form input[type='search'],
.contact-form input[type='password'] {
  display: block;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #b5b5b5;
  background-color: #fff;
  padding: 10px;
}

.contact-form .text-holder {
  font-size: 10px;
  line-height: 1.4;
  margin-bottom: 9px;
}

.checkboxes-form-wrapper {
  border: 1px solid #acacac;
  padding: 20px 15px;
}

.toggle-all-checkboxes {
  margin: 0 -7px 36px;
  display: flex;
  align-items: center;
}

.toggle-all-checkboxes li {
  position: relative;
  padding: 0 7px;
}

.toggle-all-checkboxes li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1px;
  height: 14px;
  transform: translateY(-50%);
  background: #000;
}

.toggle-all-checkboxes li:last-child:after {
  display: none;
}

.checkbox-item {
  min-height: 23px;
  margin-bottom: 28px;
  padding-left: 12px;
}

.col-right>.checkbox-item:last-child {
  margin-bottom: 0;
}

input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

input[type="checkbox"]:checked+label:before {
  border-color: #0093bd;
  background-color: #0093bd;
  background-image: url("./assets/images/checkbox.svg");
  background-repeat: no-repeat;
  background-size: 70% 70%;
  background-position: center;
}

input[type="checkbox"]+label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  position: relative;
  padding: 0 0 0 40px;
  font-weight: 400;
}

input[type="checkbox"]+label:before {
  content: '';
  width: 23px;
  height: 23px;
  border-radius: 3px;
  border: 2px solid #9b9b9b;
  background-color: transparent;
  margin: 0 20px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.leading-1\.25{
  line-height: 1.25;
}

@media (min-width: 640px) {
  .-mx-35px {
    margin-right: -35px;
    margin-left: -35px;
  }

  .px-35px {
    padding-right: 35px;
    padding-left: 35px;
  }

  .video-grid-section article:nth-child(n+3) {
    display: block;
  }
}

@media (min-width: 768px) {
  .header .container {
    padding: 0px 20px;
  }

  .banner .col-left {
    flex:   1 1 55%;
  }

  .banner .col-right {
    flex:   1 1 45%;
    padding: 82px 70px 64px;
  }

  .banner h2 {
    max-width: 270px;
    width: 100%;
  }

  .banner .md\:flex-row-reverse h2 {
    margin-left: auto;
  }

  .three-columns-head,
    .video-grid-head {
    max-width: 620px;
  }

  .three-columns-head {
    margin: 0 auto 34px;
  }

  .video-grid-section .icon-play:after {
    opacity: 0.8;
  }

  .video-grid-section .icon-play:hover:after {
    opacity: 1;
    background-color: #5c0033;
  }

  .video-grid-head {
    margin: 0 auto 40px;
  }

  .three-columns {
    margin: 0 -53px 86px;
  }

  .three-columns-item {
    max-width: none;
    padding: 0 53px;
    margin: 0 auto;
  }

  .three-columns-item .image-holder {
    width: 126px;
    height: 121px;
    margin: 0 auto 10px;
  }

  .preferences-form-section .form-wrapper>.col-left {
    width: 300px;
  }

  .preferences-form-section .form-wrapper>.col-right {
    width: calc(100% - 300px);
    padding-left: 80px;
  }

  .form-wrapper {
    margin-bottom: 18px;
  }

  .checkboxes-form-wrapper {
    padding: 15px 23px;
  }

  .toggle-all-checkboxes {
    margin: 0 -15px 27px;
  }

  .toggle-all-checkboxes li {
    position: relative;
    padding: 0 15px;
  }

  .toggle-all-checkboxes li:after {
    height: 18px;
  }

  .checkbox-item {
    padding-left: 0;
    margin-bottom: 23px;
  }

  .content {
    width: calc(100% - 300px);
  }

  .sidebar {
    width: 300px;
    padding-left: 40px;
  }

  .three-items {
    margin-bottom: 0;
    flex: 1 1 37.5%;
  }

  .three-item .image-holder {
    height: 80px;
  }

  .flez .contact-form {
    flex: 1 1 62.5%;
    padding-left: 56px;
    padding-right: 56px;
  }

  .contact-form .recaptcha-box {
    margin-bottom: 24px;
  }

  .max-w-535px {
    max-width: 535px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .mb-85px {
    margin-bottom: 85px;
  }

  .leading-1\.444{
    line-height: 1.444;
  }

  .md\:pt-56p {
    padding-top: 56%;
  }

  .md\:pt-26p {
    padding-top: 26%;
  }

  .md\:pt-18p {
    padding-top: 18%;
  }

  .md\:pr-4\.5 {
    padding-right: 1.125rem;
  }

  .md\:pb-71px {
    padding-bottom: 71px;
  }

  .md\:pl-4\.5 {
    padding-left: 1.125rem;
  }

  .md\:mb-26 {
    margin-bottom: 106px;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:min-h-8 {
    min-height: 2rem;
  }

  .md\:w-6\.5 {
    width: 1.625rem;
  }

  .md\:max-w-3xs {
    max-width: 19.25rem;
  }

  .md\:border-darkgray {
    border-color: #acacac;
  }

  .md\:basis-7\/10 {
    flex-basis: 70%;
  }

  .md\:basis-3\/10 {
    flex-basis: 30%;
  }

  .md\:basis-43\.5 {
    flex-basis: 43.5%;
  }

  .md\:text-black {
    color: #000;
  }
}

@media (min-width : 1024px){
  body {
    font-size: 18px;
  }

  body.lock{
    overflow-y: auto;
  }

  h1, .h1 {
    font-size: 36px;
  }

  h2, .h2 {
    font-size: 36px;
  }

  h3, .h3 {
    font-size: 24px;
  }

  h4, .h4 {
    font-size: 18px;
  }

  h5, .h5 {
    font-size: 24px;
  }

  h6, .h6 {
    font-size: 18px;
  }

  small, .small {
    font-size: 16px;
  }

  .btn-outline {
    font-size: 18px;
    border-radius: 35px;
    padding: 14px 33px;
  }

  .btn-fill {
    font-size: 20px;
    padding: 18px 48px;
  }

  .nav {
    position: static;
    visibility: visible;
    width:  66.666667%;
    height: 100%;
    padding: 0;
    opacity: 1;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav.active {
    overflow-y: visible;
  }

  .hero-section {
    padding-top: 150px;
    padding-bottom: 156px;
  }

  .home .hero-section {
    padding-top: 95px;
    padding-bottom: 115px;
  }

  .home .nav {
    width: auto;
  }

  .header-dropdown:focus {
    outline: 2px dotted #ab2125;
  }

  .header-dropdown-wrapper {
    display: flex;
    align-items: center;
    border: 0;
    padding-right: 250px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .home .header-dropdown-wrapper {
    display: none;
  }

  .header-dropdown-wrapper h5 {
    margin-right: 8px;
  }

  .header-dropdown {
    position: absolute;
    top: -5px;
    right: 0;
    border-radius: 3px;
    background: #e6e6e6;
    text-align: left;
    min-width: 241px;
  }

  .header-dropdown .dropdown-item:first-child a.icon-arrow:after {
    display: block;
    top: -2px;
    right: -44px;
    transform: translate(0);
    background-image: url('./assets/images/header-arrow-dropdown.svg');
  }

  .header-dropdown .dropdown-item a:before {
    left: 0;
  }

  .header-dropdown .dropdown-item:not(:nth-child(1)) {
    display: none;
  }

  .header-dropdown.active {
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
  }

  .header-dropdown.active .dropdown-item:first-child a:before {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .header-dropdown.active .dropdown-item:last-child a:before {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .header-dropdown.active .dropdown-item:not(:nth-child(1)) {
    display: block;
  }

  .header-dropdown.active .dropdown-item:first-child a.icon-arrow:after {
    transform: rotate(180deg);
  }

  .header-dropdown .dropdown-item:first-child a.icon-arrow:hover:after {
    background-image: url('./assets/images/header-arrow-dropdown-white.svg');
  }

  .header-navigation {
    display: flex;
    margin: 0 -10px;
  }

  .header-navigation li {
        margin: 0 10px;
    font-size: 17px;
  }

  .icon-play:after {
    height: 7.375rem;
    width: 7.375rem;
    background-size: 46px 62px;
  }

  .breadcrumb {
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .issue .breadcrumb {
    display: flex;
  }

  .breadcrumb li:after {
    margin-left: 6px;
  }

  .dropdown-wrapper {
    border: 0;
    box-shadow: 2px 6px 14px rgba(0, 0, 0, 0.31);
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 68px;
    padding-top: 23px;
  }

  .dropdown{
    min-width: 346px;
  }

  .dropdown-item:first-child a.icon-arrow:after {
    right: -30px;
    top:5px;
  }

  .dropdown-list {
    padding-right: 50px;
  }

  .dropdown-item a:before {
    width: calc(100% + 50px);
    left: 0;
  }

  .home .hero-section{
    margin-bottom: 73px;
  }

  .video-text-section{
    padding-bottom: 68px;
    margin-bottom: 50px;
  }

  .video-text-section .col-left {
    flex: 1 1 70%;
    padding-right: 52px;
  }

  .video-text-section .col-right {
    flex: 1 1 30%;
  }

  .single-video.icon-play:after {
    height: 119px;
    width: 119px;
    background-size: 46px 62px;
  }

  .image-left,
    .image-right {
    max-width: 286px;
    width: 100%;
  }

  .image-left {
    padding-left: 26px;
  }

  .image-right {
    padding-right: 26px;
  }

  .banner {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 125px;
  }

  .three-columns-section {
    margin-bottom: 150px;
  }

  .video-grid-section {
    margin-bottom: 180px;
  }

  .two-columns-section {
    margin-top: 52px;
    margin-bottom: 204px;
  }

  .preferences-form-section {
    margin-bottom: 106px;
  }

  .flez .contact-form {
    padding-left: 128px;
    padding-right: 152px;
  }

  .contact-form input[type='text'],
    .contact-form input[type='tel'],
    .contact-form input[type='email'],
    .contact-form input[type='search'],
    .contact-form input[type='password'] {
    padding: 10px 13px;
  }

  .contact-form .text-holder {
    font-size: 12px;
    line-height: 1.16667;
    margin-bottom: 5px;
  }

  .content {
    width: calc(100% - 382px);
  }

  .sidebar {
    width: 382px;
    padding-left: 79px;
  }

  .to-top {
    bottom: 120px;
  }

  .blockquote-left {
    float: left;
    margin-right: 40px;
    margin-left: -85px;
  }

  .blockquote-right {
    float: right;
    margin-left: 40px;
    margin-right: -85px;
  }

  .max-w-330px {
    max-width: 330px;
    width: 100%;
  }

  .py-58px {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .mb-52px {
    margin-bottom: 52px;
  }

  .mb-140px {
    margin-bottom: 140px;
  }

  .lg\:px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .lg\:mb-46 {
    margin-bottom: 11.5rem;
  }

  .lg\:mb-104px{
    margin-bottom: 104px;
  }

  .lg\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .lg\:mb-26 {
    margin-bottom: 106px;
  }

  .lg\:-mx-4\.5 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .lg\:top-74px {
    top: 74px;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:max-w-2xs {
    max-width: 13.125rem;
  }

  .after\:lg\:bg-lg-icon-size::after {
    content: '';
    background-size: 46px 62px;
  }

  .after\:lg\:h-29::after {
    content: '';
    height: 7.375rem;
  }

  .after\:lg\:w-29::after {
    content: '';
    width: 7.375rem;
  }

  .lg\:text-lightgray {
    color: #e6e6e6;
  }

  .lg\:hover\:after\:bg-lightred:hover::after {
    content: '';
    background-color: #ab2125;
  }

  .after\:lg\:bg-darkred\/80::after {
    content:'';
    background-color: rgba(92, 0, 51, 0.8);
  }

  .hover\:lg\:text-darkred:hover {
    color: #5c0033;
  }

  .lg\:hover\:text-darkred:hover {
    color: #5c0033;
  }
}

@media (min-width: 1440px) {
  .to-top {
    bottom: 25px;
  }

  .-ml-85px {
    margin-left: -85px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .hero-section{
    background-image: url('./assets/images/hero-bg@2x.jpg');
  }

  .home .hero-section{
    background-image: url('./assets/images/hero-bg-2@2x.jpg');
  }

  .banner {
    background-image: url('./assets/images/banner-1@2x.jpg');
  }

  .banner.reverse {
    background-image: url('./assets/images/banner-2@2x.jpg');
  }
}


/*custom style*/
.footer_menu aside{display: flex;
    width: 100%;
    justify-content: space-between; flex-wrap: wrap;}
 .footer_menu .hidden aside .widget_nav_menu{width: 33%; }
  .footer_menu aside .widget_nav_menu{margin-bottom: 2.5rem; }
  .site-footer .site-info{display: flex; padding-top: 1.5rem;  padding-bottom: 1.5rem;}


/*  custom styling*/
#site-navigation{padding-top:20px;padding-bottom:20px}
.wp-block-image img{width: 100% !important}
.mb-0{margin-bottom: 0px !important}
.wp-block-button.btn-outline a{padding: 0px !important}
hr.wp-block-separator{width: 100% !important;border: 0px;margin: 3rem 0px;height: 1px;background: #acacac;}

.container>.wp-block-columns{padding: 0px}
.prod-list{}

.media-btn{position: relative;height: 30px;padding-left: 40px;padding-top: 6px;}

.media-btn:before{position: absolute; left: 0px; top: 0px }
.media-btn.pdf-btn:before{content: url(assets/images/icon-pdf.png);}
.media-btn.audio-btn:before{content: url(assets/images/icon-speaker.png);}
.media-btn.audio-btn:before{padding-top:3px;}
.media-btn.video-btn:before{content: url(assets/images/icon-video.png);}
/*body{line-height: 1.25}
*/
.wp-block-media-text{    grid-template-columns: 45% 1fr}

.wp-block-media-text .wp-block-media-text__content{padding-right: 0px !important}
.wp-block-media-text .wp-block-media-text__content h4, .wp-block-media-text .wp-block-media-text__content p{}
.text-black p{color: #000 !important}
.media-text hr.wp-block-separator{ margin: 2rem 0px !important }
 html {
scroll-behavior: smooth;
} 
#back-to-top{display:none;}


 
th {
  color:#D5DDE5;;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:23px;
  font-weight: 100;
  padding:24px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
tr:nth-child(odd):hover td {
  background:#4E5066;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}


.btn-outline .wp-block-button__link{ background: none !important; border: 0px !important; color: #ab2125 !important }


.rounded_button.menu-item-object-custom {    border-radius: 9999px;
    box-shadow: none;    border: 2px solid #ab2125}
    .rounded_button.menu-item-object-custom  a{    padding: 0px 15px;
    font-size: 15px;
    line-height: 150%;}
    .entry-title{display: none}
    .top_banner{min-height: 300px !important}
    .top_banner h1{text-shadow: 1px 1px 2px rgba(0,0,0.2); font-size: 2.5rem}
    .section_main_heading {padding-bottom: 20px;    font-size: 36px;font-family:'Publico Text', 'Times New Roman', 'Times', 'Baskerville', 'Georgia', serif;    
    font-weight: 700;color: #8c7d70;padding-bottom: 20px;text-align: center;text-transform: capitalize}
    .wp-block-spacer {height: 50px; max-height: 50px}
    .List_item li {border-bottom: 1px solid #e5e7eb; margin-top: 10px; display: block; padding: 5px 0px}

    section{padding: 50px 0px}
    section:last-child{border: 0px}
    section p{margin-bottom: 1rem}
    section .button{text-align: center; margin:1rem 0px;}
    section .button .btn-outline{transition: all 0.3s linear !important; text-transform: capitalize;
}    
section .button .btn-outline:hover{color: #fff !important;
    background: #000 !important;
    border: 2px solid #000;
}    
section h3{text-transform: capitalize;     font-size: 2rem;
    }
    section h3 , section h4{padding-bottom: 15px}
    .main_banner{height:400px;}
    .home .main_banner{height: auto !important; min-height: 400px}
.pdf {background:url(./assets/images/icon-pdf-dowload.png) no-repeat right center;background-size: 38px;}
section .list_link{border-top: 1px solid rgba(0,0,0,0.1);margin: 30px 0px; }
section .list_link li{padding: 0px 0px;font-weight: bold;font-size: 1.1rem; }
section .list_link li a{border-bottom: 1px solid rgba(0,0,0,0.1);padding: 15px 0px;}
section .border_box{border: 1px solid rgba(0,0,0,0.1); padding: 2rem}
.main_banner{ position: relative; width: 100% }
.main_banner img{  top: 0;  width:100%; z-index: 1}
.home .main_banner img{position: absolute; height: 100%; width: 100%; object-fit: cover; top: 0; left: 0;}
.img-fluid{ width: 100%;min-height: 100%;object-fit: cover;}
.list_link a{ display: block;transition: all 0.2s ease-in;}
.list_link li:hover{background: rgba(0,0,0,0.05)}
.list_link li:hover a{padding-left: 5px;text-shadow: 1px 1px 0px rgb(255 255 255)}
  .banner_text{  position: absolute;
    top: 0px;
    z-index: 2;
    width: 50%;
    text-align: center;
    margin-top: 100px;
    left: 26%;}
   .home .bannerText{position: relative; top: auto; left: auto; display:flex; align-items:center; flex-wrap:wrap; justify-content:center;}

.menu-item .sub-menu-toggle span.icon-plus{ display: none }
.d-none{display: none !important}
  .menu-item   .sub-menu-toggle:after{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    content: '';
    vertical-align: middle;
    border-top: 5px solid;
    border-right:5px solid transparent;
    border-left: 5px solid transparent;
    position: relative;
    left: -5px}
    

.h100{height: 100%;}
.post-gallery img{width: 100%  !important;    height: 200px !important;
    max-width: 100%  !important;
    object-fit: cover;  }
    .pt-4{padding-top: 1rem}
    .media-text img{height: 200px !important;}
.media-text
.button_link{position:absolute; bottom:15px}
.btn-outline.menu-item{padding:2px 20px 5px 20px !important;}
.CTA_box{border: 1px solid #c2bfbf;
    border-left: 0px;
    border-right: 0px;
    background-color: #e6e6e6;
  text-align:center;}
.swiper-wrapper .swiper-slide{height:155px; overflow:hidden}
.wpcp-carousel-wrapper .wpcp-single-item{height:100%}
.wpcp-carousel-wrapper .wpcp-post-title a{color:#ab2125;font-size:1.2rem}
.CTA_box .section_main_heading{color: #ab2125;font-size: 2.5rem}

.media-text .button_link{
font-weight: bold;
  font-size: 16px;}
.media-text  p {
  margin-bottom: 2rem;}
.main_banner{height:350px;}
@media (min-width: 1024px){
.menu-item:hover ul.sub-menu{   top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    height: auto;}
     .menu-item:hover  ul.sub-menu a{display:block}
    .menu-item ul.sub-menu a{display: none}
.menu-item ul.sub-menu{
  left: 0;
  height: 0px;
    display: block;
    position: absolute;
   padding-top: 3px;
    z-index: 88888;
    background: rgba(255, 255, 255, 1);
    padding: 10px 15px;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 20%);
    border-bottom: 5px solid #ab2125;
    border-bottom: 5px solid #ab2125;
    top: 50%;
    width: 300px;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

  }

.header-navigation li {
    margin: 0 10px !important;
    font-size: 17px  !important;
}}


/*@media (min-width: 1024px) {.bannerText{ margin-top: 100px !important;}}*/
@media (max-width: 1023px) {


  .main{height:300px !important}
	
/* 	#content.site-content{height: 100vh;}
footer{   
   height: 235px;
    margin-top: -340px;
} */

.site-navigation{ width: 260px;
    height: 100vh;}
.menu-item{
position: relative;
    border-bottom: 1px solid #000;
    font-size: 18px;
    font-weight: 700;
    /*margin: 0 -15px;*/
}
 .menu-item>a{   
  font-size: 1rem;
  font-size: 1rem;
    padding: 10px 35px;
    color: #fff;
    display: inline-block;text-transform: capitalize; border: none}
 #site-navigation{  position: absolute;
    left: -200px;
    background: #333;
    top: 0px;
    z-index: 11;
   /* padding: 15px;*/
    transition: all 0.3s ease !important;
    color: #ffff;
}
.menu-item li{border:none;}

.menu-item ul.sub-menu{position: static !important;background: #333333 !important;
  
    border-bottom: none !important; }
   .menu-item ul.sub-menu  a{padding: 5px 20px;}
}

.menu-item{position: relative;}  
/* 
custom */


.h100{height: 100%;}
.post-gallery img{width: 100%  !important;    height: 200px !important;
    max-width: 100%  !important;
    object-fit: cover;  }
    .pt-4{padding-top: 1rem}
    .media-text img{height: 200px !important;}
/* .media-text article{height:100%; position:relative} */
.media-text
.button_link{position:absolute; bottom:15px}

.CTA_box{border: 1px solid #c2bfbf;
    border-left: 0px;
    border-right: 0px;
    background-color: #e6e6e6;
    text-align:center;}
.swiper-wrapper .swiper-slide{height:155px; overflow:hidden}
.wpcp-carousel-wrapper .wpcp-single-item{height:100%}
.wpcp-carousel-wrapper .wpcp-post-title a{color:#ab2125;font-size:1.2rem}
.CTA_box .section_main_heading{color: #ab2125;font-size: 2.5rem}

.media-text .button_link{
font-weight: bold;
    font-size: 16px;}
.media-text  p {
    margin-bottom: 2rem;}
.main_banner{height:350px}
@media (min-width: 1200px){
  .header-navigation li {
    margin: 0 13px !important;
    font-size: 17px  !important;
}
}
@media (min-width: 1024px) and (max-width: 1200px) {
.header-navigation li {
    margin: 0 7px !important;
    font-size: 16px  !important;
}}
@media (max-width: 1023px){
.header-navigation li {
    margin: 0px !important;
    font-size: 15px  !important;
}}
.bannerText{   position: absolute;
    top: 0px;
    z-index: 2;
   
    text-align: center;
   margin-top: 0px;
    height:100%;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center; left:auto !important}
.bannerText div{width:50%}

   .home .bannerText{position: relative; top: auto; left: auto; padding: 50px 0;}
@media (max-width: 1023px) {.main{height:300px !important}}
.header-navigation a{display:block; padding-top:3px}


.header-navigation .btn-outline{padding-top:0px} 


/*02-11-22 start*/
.menu-item .sub-menu-toggle span.icon-plus{ display: none }
.d-none{display: none !important}
  .menu-item   .sub-menu-toggle:after{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    content: '';
    vertical-align: middle;
    border-top: 5px solid;
    border-right:5px solid transparent;
    border-left: 5px solid transparent;
    position: relative;
    left: -5px}
 
.h100{height: 100%;}
.post-gallery img{width: 100%  !important;    height: 200px !important;
    max-width: 100%  !important;
    object-fit: cover;  }
    .pt-4{padding-top: 1rem}
    .media-text img{height: 200px !important;}
.media-text article{height:100%; position:relative}
.media-text
.button_link{position:absolute; bottom:15px}

.CTA_box{border: 1px solid #c2bfbf;
    border-left: 0px;
    border-right: 0px;
    background-color: #e6e6e6;
  text-align:center;}
.swiper-wrapper .swiper-slide{height:155px; overflow:hidden}
.wpcp-carousel-wrapper .wpcp-single-item{height:100%}
.wpcp-carousel-wrapper .wpcp-post-title a{color:#ab2125;font-size:1.2rem}
.CTA_box .section_main_heading{color: #ab2125;font-size: 2.5rem}

.media-text .button_link{
font-weight: bold;
  font-size: 16px;}
.media-text  p {
  margin-bottom: 2rem;}

.main_banner{
    overflow: hidden;
    width: 100%;
    background-size: cover;}
    .home .main_banner{height: auto !important; min-height: 410px;}
  .main_banner{height: 410px;  }
@media (max-width: 1366px){
  
.home .main_banner{height: auto !important;  min-height: 350px;}
  .main_banner{height: 350px;  }}
@media (min-width: 1024px){
	

    .header-navigation li.menu-item-has-children{    margin-right: 22px !important;}

}

@media (max-width: 1023px) {.main , .main_banner{height:300px !important}
  .home .main_banner{height:auto !important; min-height: 300px;}

    .sub-menu-toggle{    right: 4px !important;
        top: 10px !important;display:none !important}.sub-menu{padding-left:30px !important; display:block !important}
    
    .btn-outline.menu-item{margin-top: 20px !important;background:#ab2125 !important;margin-left: 10px !important;}
    
#site-navigation{ width: 250px;
    height: 100vh;}
.menu-item{
position: relative;
    border-bottom: 1px solid #000;
    font-size: 18px;
    font-weight: 700;
    /*margin: 0 -15px;*/
}
 .menu-item>a{   
  font-size: 1rem;
  font-size: 1rem;
    padding: 10px 35px;
    color: #fff;
    display: inline-block;text-transform: capitalize; border: none}
 #site-navigation{  position: absolute;
    left: -250px;
    background: #333;
    top: 0px;
    z-index: 11;
   /* padding: 15px;*/
    transition: all 0.3s ease !important;
    color: #ffff;
}
.menu-item li{border:none;}

.menu-item ul.sub-menu{position: static !important;background: #333333 !important;
  
    border-bottom: none !important; }
   .menu-item ul.sub-menu  a{padding: 5px 20px;}
}
@media only screen and (min-width: 482px){
.primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=false] ~ ul {
    display: block;
}}
.menu-item{position: relative;}  

.menu-item {
    position: relative;
}
.sub-menu-toggle{  position: absolute;
    right: -20px;
    top: 4px;
}


.bannerText.text-right{justify-content: right;}
.bannerText.text-right div{background: rgba(255,255,255,1);
    width: 30%;
    margin-right: 10%;
    padding: 3%;}
#main ul{    list-style: inherit !important;}
#main ol{    list-style: auto !important;}

blockquote{
      margin: 50px auto;
    font-family: 'Open Sans';
    font-style: italic;
    color: #555555;
    padding: 1em 30px 0.4em 50px;
    border-left: 8px solid #333333;
    line-height: 1.6;
    position: relative;
    background: #EDEDED;
}

blockquote::before{
    font-family: Arial;
    content: "\201C";
    color: #333333;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}

blockquote::after{
  content: '';
}
.text-left{text-align:left}
.site-logo{padding-top:20px !important;padding-bottom:20px !important}

#close-menu{
  display:none}
.comments-area.default-max-width.show-avatars{display:none}

.navigation.post-navigation{display:none}
.wp-post-image{max-width:650px !important; width:100%}
@media(max-width: 1023px){
  .menu-item ul.sub-menu a{
    
    font-weight:100;
    padding-left:20px;
    padding-right:0px;
    padding-top:2px;
    font-size:16px;
	  padding-bottom:7px !important
  } 
  
  #close-menu{
       display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,0.5);
    padding-left: 5px;
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 12px;
    font-family: arial;
    padding-top: 2px;
    color: #fff;
    font-weight: bold;
}
}
.sub-menu-toggle{width:22px}


/* --login form-- */
.ppw-ppf-show-pwd-btn{    font-size: 13px;
    color: #7a7a7a;
    /* padding-left: 10px; */
    text-transform: capitalize;
    margin-left: -10px;}
.ppw-ppf-show-pwd-btn label{    margin-left: -5px;}
.ppw-ppf-show-pwd-btn label:before{margin-left:17px !important;

    width: 20px !important;
    height: 20px !important;
}
.ppwp-wrong-pw-error.ppw-ppf-error-msg{    padding-left: 30px;
    margin-top: -10px;
    margin-bottom: 10px;}

.ppw-post-password-container {   margin: 2rem; max-width:100%}
.ppw-post-password-container form{   
  font-size: 1rem;
    box-shadow: 3px 2px 6px rgb(0 0 0 / 13%);
    padding:10px;
    width: 600px;
	max-width:100%;
    margin: 1rem auto;
    background: #fff;
    border-radius: 5px;
    background: #efefef;
    border: 1px solid #d8dad9;
	

}
.ppw-ppf-headline p{
font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
	margin-bottom: 0.2rem}
.ppw-ppf-field-container input , .ppw-ppf-field-container label{display:block; margin:10px 0px  }
.ppw-ppf-field-container input{padding :10px;}
.ppw-ppf-field-container{    margin: 0.5rem 0px;}
.ppw-ppf-field-container input {
	
	width:100%;
	border:1px solid #ccc;
	box-shadow:inset 1px 1px 2px rgba(0,0,0,0.2);
}
.ppw-ppf-field-container input[type="submit"]:hover{background:#000 }
.ppw-ppf-field-container input[type="submit"] {font-size: 16px;
    padding: 10px 40px;
	width:150px;
	text-transform:uppercase;
    border-radius: 50px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: #ab2125;
    border: 2px solid #ab2125;
    display: inline-block;
    transition: all 0.3s linear;
	
}

/*post module*/
  
.post-page h3{margin-bottom: 5px;line-height: 20px;font-size: 15px; padding-bottom: 0px !important}
.post-page p{font-size: 16px;line-height: 18px;margin-top: -20px;}
.post-page .basis-29p{flex-basis: 45% !important;}
.content.mb-8 .post-page .basis-29p{flex-basis: 10% !important;}
.post-page img{width: 120px}
.post-section .sidebar{background: #f5f5f5;}
.post-section .content{padding-left:0px}
.post-page .basis-71p {align-self: baseline;line-height: 110%;
    font-size: 16px}
 .post-page {border-bottom: 0px}
.post-section .post-content {border-bottom: 1px solid #acacac}
.post-section .post-content{padding-top: 2rem}
.post-section .sidebar , .post-section .content{padding: 2rem}
.post-section .sidebar h2 {color: #ab2125}
.embed_iframe{display: flex;}
.embed_iframe > div{flex: 1 0;}
section.embed_iframe .border_box{padding: 1rem;}
.iframe , .iframe .mapouter , .iframe .gmap_canvas, .iframe .gmap_iframe{width: 100% !important}
@media (max-width: 767px) {.post-section > div{flex-direction: column;}}
@media (min-width: 768px) {
 .post-section .content{ margin-right: 2rem;}
}

.banner_bg01{background:url(./assets/images/banner_images/CanvassingBanner.jpg) no-repeat right bottom;     background-size: cover;}
.banner_bg02{background:url(./assets/images/banner_images/ChartBanners.jpg) no-repeat right  bottom;  background-size: cover;}
.banner_bg03{background:url(./assets/images/banner_images/ContactBanner.jpg) no-repeat right bottom;  background-size: cover;}
.banner_bg04{background:url(./assets/images/banner_images/JoyfulBanner.jpg) no-repeat right  bottom;  background-size: cover;}
.banner_bg10{background:url(/wp-content/themes/AARP_foundation/assets/images/banner_images/blank-background.jpg) no-repeat right  bottom;  background-size: cover;}
/*.banner_bg05{background:url(./assets/images/banner_images/LargeGroupBanner.jpg) no-repeat right  bottom;  background-size: cover;}
*/.banner_bg06{background:url(./assets/images/banner_images/OfficeBanners.jpg) no-repeat right  bottom;  background-size: cover;}
/*.banner_bg07{background:url(./assets/images/banner_images/VolunteerBanner.jpg) no-repeat right  bottom;  background-size: cover;}
*/
.banner_bg01 p{font-size: 26px !important;} 
.banner_bg01 h1, .banner_bg01 p{color: #000 !important;}
.banner_bg05 h1{color:white !important;}
.banner_bg02 h1 , .banner_bg06 h1, ,.banner_bg10 h1{color:#ab2125 !important;}
.banner_bg03 h1, .banner_bg02 p, .banner_bg05 p,.banner_bg06 p, .banner_bg03 p , .banner_bg04 h1, .banner_bg04 p, .banner_bg10 p{color:#000 !important;}

@media only screen and (max-width:768px)
{
.banner_bg03{ background-position: bottom;}
.bannerText{align-items:flex-start;top: 30px;}
.bannerText div{width:100%;padding:0px 20px}
}
.site-main section.container ul{margin-left: 30px}
.site-main section.container ul li{margin-bottom: 10px; font-size: 17px}
#main ul.list_link{margin-left: 0px !important; list-style-type: none !important}
#main ul.list_link li{margin-bottom: 0px !important;}
#main ul.list_link li a{position: relative;padding-left: 15px;}
#main ul.list_link li a:after{content: "\2022"; font-size: 25px;top: 8px;left: 0px;position: absolute;}
.sub-menu-toggle .screen-reader-text{display: none}
.tablepress-responsive strong {
    font-weight: 600;
}
.content.nosidebar {
    width: 100%;
}

@media(max-width:767px){
  .site-logo{max-width:200px;}
}

.home .main{height:auto !important;}