@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
  --serif: 'PT Serif', serif;
  --dark-gray: #4c4d50;
  --light-blue: #effbff;
  --green-sp: #CFDF6D;
  --green: #447b46;
  --sap-green: #769677;
  --levender: #8D89B6;
  --primary-blue: #208698;
  --text-primary: #000000;
  --bg-black: #2A2B2A;
  --off-white: #FBF8F0;
  --red: #db5461;
  --light-tan: #f8f4ea;
  --light-cyan: #CBEAF4;
}

body {
  font-size: 16px;
  font-family: 'PT Sans', sans-serif !important;
  font-weight: 500;
  background-color: var(--light-tan);
}

.font-arial {
  font-family: Arial, Helvetica, sans-serif !important;
}

.bg-light-cyan {
  background-color: var(--light-cyan) !important;
}

.bg-levender {
  background-color: var(--levender) !important;
}

.bg-green {
  background-color: var(--sap-green) !important;
}

.no-wrap {
  white-space: nowrap;
}

a:hover {
  text-decoration: none;
}

.no-pseudo::after,
.no-pseudo::before {
  display: none !important;
}

.text-primary {
  color: var(--primary-blue) !important;
}

.text-black {
  color: var(--text-primary) !important;
}

.text-green {
  color: var(--green) !important;
}

.text-green-sp {
  color: var(--green-sp) !important;
}

.text-blue {
  color: var(--primary-blue) !important;
}

.btn.disabled,
.btn:disabled {
  cursor: no-drop;
}

p {
  font-size: 18px;
  color: var(--text-primary);
  line-height: 30px;
  margin: 0;
  font-weight: 400;
}

p a {
  color: var(--green);
  font-weight: 700;
}

p a:hover {
  color: var(--green-sp);
}

li {
  font-size: 18px;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.btn {
  border-radius: 0;
  font-family: var(--serif);
}

.btn:hover,
.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-blue-o {
  padding: 10px 20px;
  border-radius: 0 !important;
  border: 2px solid var(--primary-blue) !important;
  color: var(--text-primary) !important;
  background-color: #fff !important;
  font-weight: 600;
  line-height: 1;
}

.btn-blue {
  padding: 10px 20px;
  border-radius: 0;
  border: 2px solid var(--primary-blue) !important;
  background-color: var(--primary-blue) !important;
  color: #fff !important;
  font-weight: 600;
}

.btn-green {
  padding: 8px 30px;
  border-radius: 0;
  border: 1px solid var(--green-sp);
  color: var(--text-primary);
  background-color: var(--green-sp);
  font-weight: 600;
}

.btn-cancel {
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  border: 1px solid var(--red);
  color: var(--red);
  background-color: #fff;
  font-weight: 600;
}

.btn-sm {
  padding: 5px 12px !important;
  font-size: 14px !important;
}

.btn-gray-o {
  padding: 6px 10px !important;
  border-radius: 30px !important;
  border: 1px solid var(--dark-gray) !important;
  color: var(--dark-gray) !important;
  background-color: #fff !important;
  font-weight: 600 !important;
  box-shadow: none;
  outline: none;
}

.btn-gray-o img {
  display: inline-block !important;
  width: 20px !important;
  margin: 0 8px 0 0 !important;
}

.btn-black-o {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  padding: 8px 30px;
  border: 1px solid #000;
  background-color: transparent;
  line-height: 1;
}

.btn-black-o img {
  display: inline-block;
  width: 16px;
  margin: 0 4px 0 0;
  vertical-align: bottom;
}

.btn-black-o img:nth-child(2),
.btn-black-o:hover img:first-child,
.btn-black-o:focus img:first-child {
  display: none;
}

.btn-black-o:hover,
.btn-black-o:focus {
  background-color: #000;
  color: #fff;
}

.btn-black-o:hover img:nth-child(2),
.btn-black-o:focus img:nth-child(2) {
  display: inline-block;
}

.btn-black {
  font-size: 16px;
  font-weight: 700;
  color: var(--green-sp);
  padding: 8px 30px;
  border: 1px solid #000;
  background-color: var(--dark-gray);
}

.btn-black:hover,
.btn-black:focus {
  background-color: #fff;
  color: var(--green-sp);
}

.slim-hr {
  border-color: #000;
  margin: 1rem 0 0;
}

.navbar {
  background-color: var(--light-tan);
  transition: all .4s;
  padding-bottom: 0;
}

.navbar .navbar-nav {
  width: 100%;
  border-bottom: 1px solid #000;
}

.navbar.fixed-top {
  box-shadow: 3px 0px 3px 1px rgba(0, 0, 0, .1);
}

.navbar .nav-item {
  padding: 0 6px;
  flex: 0 0 auto;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.navbar.fixed-top .nav-item {
  padding: 10px 6px;
}

.navbar .nav-item .nav-link {
  position: relative;
  font-size: 20px;
  color: var(--text-primary);
  font-family: var(--serif);
  padding: 0 0 !important;
  text-align: center;
}

.navbar .nav-item .nav-link small {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -16px;
  color: var(--primary-blue);
  font-size: 12px;
}

.navbar .nav-item .nav-link.active {
  font-weight: 700;
}

.navbar .nav-logo {
  width: 3em;
}

.navbar .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}

.navbar .dropdown-menu {
  background-color: var(--light-cyan);
  border: 0;
  padding: 0;
  box-shadow: 0px 5px 5px 2px rgb(0 0 0 / 20%);
}

.navbar .dropdown-menu .dropdown-item {
  font-size: 16px;
  color: var(--text-primary);
  padding: 8px 16px;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus,
.navbar .dropdown-menu .dropdown-item:active {
  background-color: var(--light-cyan);
  color: var(--primary-blue);
}

.sideNav {
  position: fixed;
  left: -100%;
  right: auto;
  top: 0;
  bottom: 0;
  z-index: 1200;
  transition: all 0.3s ease-in;
}

.sideNav .backdrop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 100;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.3s;
}

.sideNav .menu {
  position: absolute;
  left: -500px;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  max-width: 500px;
  overflow-y: auto;
  background-color: #fff;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.2s;
}

.sideNav .menu .btn-close {
  font-size: 20px;
  color: var(--text-primary);
}

.sideNav .menu .nav .nav-item .nav-link {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
  padding: 16px;
  color: var(--text-primary);
}

.sideNav .menu .nav .nav-item .nav-link:hover,
.sideNav .menu .nav .nav-item .nav-link.active {
  color: var(--green);
}

.sideNav .menu hr {
  border-width: 2px;
  border-color: #000;
  margin: 16px 0;
}

.sideNav.active {
  left: 0;
  right: 0;
}

.sideNav.active .menu {
  left: 0;
}

.sideNav.active .backdrop {
  opacity: 1;
}

.sectionHolder {
  padding-bottom: 30px;
}

.navHolder {
  /* visibility: hidden; */
  position: absolute;
  right: 0;
  top: 60vh;
  bottom: 0;
  padding-bottom: 30px;
  z-index: 1;
}

.postNav {
  position: sticky;
  top: 30%;
  right: 0;
  display: inline-block;
  background-color: var(--light-tan);
  z-index: 200;
  padding: 1rem;
}

.postNav .navHead {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  border-bottom: 2px solid #000;
}

.postNav .navHead img {
  width: 40px;
}

.postNav .navBody .nav-item {
  margin: 0;
}

.postNav .navBody .nav-item .nav-link {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  padding: 16px 8px;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-bottom: 0.5px solid #000;
}

.postNav .navBody .nav-item .nav-link:hover,
.postNav .navBody .nav-item .nav-link.active {
  background-color: var(--green-sp);
}

.postNav .navFooter .btn {
  padding: 0;
}

.postNav .navFooter .btn img {
  width: 50px;
}

.postNav-sm-holder {
  position: fixed;
  width: 100%;
  bottom: 60px;
  top: 67px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 15px 15px 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all .3s ease-in;
  transition: background-color 0.6s linear;
  transform: scale(0);
  transform-origin: center bottom;
  overflow: hidden;
}

.postNav-sm-holder.active {
  transform: scale(1);
  background-color: rgba(0, 0, 0, .16);
}

.postNav-sm-holder .postNav-body {
  position: relative;
  width: 100%;
  background-color: var(--light-tan);
  border-radius: 13px;
  padding: 12px 0;
  margin: 0 0 20px;
  transform: translateY(100%);
  transition: all 0.5s ease-in;
}

.postNav-sm-holder .postNav-body::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid var(--light-tan);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  bottom: -19px;
  left: calc(50% - 20px);
}

.postNav-sm-holder.active .postNav-body {
  transform: translateY(0);
}

.postNav-sm-holder .postNav-body .nav {
  margin: 0;
  border-top: 2px solid #000;
}

.postNav-sm-holder .postNav-body .nav .nav-item {
  margin: 0;
}

.postNav-sm-holder .postNav-body .nav .nav-item .nav-link {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
  border-top: 1px solid #000;
  letter-spacing: 3.4px;
  color: var(--text-primary);
  text-transform: uppercase;
}

.postNav-sm-holder .postNav-body .nav .nav-item .nav-link.active {
  background-color: var(--green-sp);
}

.postNav-sm {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2a2b2a;
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.postNav-sm .nav {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.postNav-sm .nav .nav-item {
  margin: 0;
}

.postNav-sm .nav .nav-item .btn {
  padding: 4px 0;
}

.postNav-sm .nav .nav-item .btn img {
  width: 50px;
}

.title {
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 30px;
  text-align: center;
  color: var(--text-primary);
}

.title img {
  display: inline-block;
  vertical-align: middle;
  height: 65px;
}
.title .logo-img {
  height: 40px;
}

.phone-section-titles {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--primary-blue);
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px;
}

.postGrid .postGridDate {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: 3.2px;
  line-height: 1;
  text-align: center;
  border-bottom: 2.5px solid #000;
  text-transform: uppercase;
  margin: 0 0 16px;
  padding: 4px 16px;
}

.dateEncapsulation {
  padding-top: 2rem;
}

/* .dateEncapsulation .postGridDate {
  border-top: 1px solid #000;
} */

.postGrid .postGridDate h4 {
  text-transform: none;
  text-align: left;
  margin: 0;
  font-weight: 700;
}

.postGrid .postGridDate h4 img {
  width: 30px;
}

.postGrid.advisoryPostGrid .advisoryHead {
  border-left: 0.5px solid #000;
  border-right: 0.5px solid #000;
}

.postGrid .postHead .postImg {
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
}

.postGrid.advisoryPostGrid .postImg {
  height: 60vh;
  object-fit: cover;
  object-position: center;
}

.postGrid.advisoryPostGrid.homeAdvisoryPostGrid .postImg {
  height: auto;
}

.postGrid .postHead .postTitle {
  position: relative;
  background-color: var(--light-cyan);
  width: 70%;
  margin: -10% auto 16px;
  text-align: center;
  padding: 16px;
}

.advisoryPostGrid .postHead .postTitle {
  background-color: var(--light-tan);
  margin-bottom: 2rem;
}

.postGrid .postHead .postTitle label {
  font-size: 15px;
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: 3.4px;
  text-transform: uppercase;
  margin: 0;
}

.postGrid .postHead .postTitle h1 {
  font-family: var(--serif);
  font-size: 35px;
  font-weight: 700;
  color: var(--text-primary);
  padding: 0 3rem;
  margin: 8px 0 16px;
}

.postGrid .postHead .postTitle h1 pre {
  display: block;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  text-align: center;
  margin: 0;
  overflow: visible;
  white-space: pre-line;
}

.postGrid .postHead .postGift {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  text-decoration: underline;
  vertical-align: middle;
  text-align: center;
  color: var(--text-primary);
}

.postGrid .postHead .postGift a {
  color: var(--text-primary);
}

.postGrid .postHead .postGift img {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  margin: 0 8px 0 0;
}

.postGrid .sectionCardHolder {
  height: 90vh;
  overflow-y: auto;
  border-left: 0.5px solid #000;
}

.postGrid.advisoryPostGrid .sectionCardHolder {
  height: 82vh;
}

.postGrid .sectionCardHolder::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.postGrid .sectionCardHolder::-webkit-scrollbar-track {
  background: var(--light-tan);
}

.postGrid.advisoryPostGrid .sectionCardHolder::-webkit-scrollbar-track {
  background: var(--light-cyan);
}

/* Handle */
.postGrid .sectionCardHolder::-webkit-scrollbar-thumb {
  background: #4c4d50;
  border-radius: 3px;
}

/* Handle on hover */
.postGrid .sectionCardHolder::-webkit-scrollbar-thumb:hover {
  background: #4c4d50;
}

.postGrid .sectionCard {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
}

.postGrid .sectionCard:first-child {
  padding-top: 0;
}

.postGrid .sectionCard h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-primary);
  padding: 0;
  margin: 0 0 8px;
  line-height: 1;
  letter-spacing: 3.4px;
  text-transform: uppercase;
}

.postGrid .sectionCard p {
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 16px;
  color: var(--text-primary);
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.postGrid .sectionCard img {
  width: 100%;
  /* height: 100%; */
}

@supports (aspect-ratio: 1.777) {
  .postGrid .sectionCard img {
    width: 100%;
    aspect-ratio: 1.777;
    object-fit: cover;
  }
}

.postGrid .sectionCard .btn-black {
  display: inline-block;
  margin: 8px auto 0 0;
}

.postGrid .sectionCard:not(:last-child) {
  border-bottom: 0.5px solid #000;
}

.editorialsPick {
  background-color: #2A2B2A;
  padding: 30px 0;
}

.editorialsPick .card {
  border: 0;
  padding: 0;
  border-radius: 0;
}

.editorialsPick .card img {
  width: 100%;
}

@supports (aspect-ratio: 1.777) {
  .editorialsPick .card img {
    width: 100%;
    /* height: 100%; */
    aspect-ratio: 1.777;
    object-fit: cover;
  }
}

.editorialsPick .card .card-body {
  padding: 1.5rem;
  background-color: transparent;
}

.editorialsPick .card .card-body h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3.4px;
  padding: 0;
  margin: 0 0 16px;
  text-transform: uppercase;
  line-height: 1;
  color: var(--text-primary);
}

.editorialsPick .card .card-body p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(26 * 3px);
}

.editorialsPick .swiper .swiper-wrapper .swiper-slide:first-child .card {
  background-color: var(--light-tan);
}

.editorialsPick .swiper .swiper-wrapper .swiper-slide:nth-child(2) .card {
  background-color: var(--light-cyan);
}

.editorialsPick .swiper .swiper-wrapper .swiper-slide:nth-child(3) .card {
  background-color: var(--sap-green);
}

.editorialsPick .swiper .swiper-wrapper .swiper-slide:nth-child(4) .card {
  background-color: var(--levender);
}

.archivesSwiper {
  background-color: var(--light-tan);
  padding: 30px 0 60px;
}
.headlinesSwiper{
  padding: 30px 0;
}
.archivesSwiper.swiper {
  padding: 0 0 30px;
}

.archivesSwiper .card {
  border: 1px solid #000;
  background-color: var(--light-tan);
  padding: 0;
  border-radius: 0;
}

.archivesSwiper .card img {
  width: 100%;
}

@supports (aspect-ratio: 1.777) {
  .archivesSwiper .card img {
    width: 100%;
    /* height: 100%; */
    aspect-ratio: 1.777;
    object-fit: cover;
  }
}

.archivesSwiper .card .card-body {
  padding: 1.5rem;
  background-color: transparent;
}

.archivesSwiper .card h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3.4px;
  padding: 1rem 1.5rem;
  margin: 0 0;
  text-transform: uppercase;
  line-height: 1;
  color: var(--text-primary);
  display: inline-block;
  width: auto;
  background-color: var(--green-sp);
}

.archivesSwiper .card .card-body p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(26 * 3px);
}

footer {
  background-color: var(--light-tan);
  padding: 30px 0 0;
  font-size: 16px;
}

footer h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-primary);
  padding: 0;
  margin: 0 0 16px;
  line-height: 1;
}

footer p {
  font-size: 16px;
  color: var(--text-primary);
  margin: 0 0 16px;
  line-height: 24px;
}

footer p a {
  font-weight: 700;
  color: var(--green);
}

footer p a:hover {
  color: var(--green-sp);
}

footer a img {
  width: 36px;
}

footer .copy {
  background-color: #2A2B2A;
  font-family: var(--serif);
  color: #fff;
  margin: 30px 0 0;
  padding: 1rem;
}

footer .copy p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}

footer .copy a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
}

footer .copy p img {
  width: 24px;
}

.advisory {
  background-color: var(--light-cyan);
}

.advisory .navbar {
  background-color: var(--light-cyan);
}

.headlineMatter section .border-bottom,
.election section .border-bottom,
.advisory section .border-bottom {
  padding: 16px;
  border-bottom: 4px solid #000 !important;
}

.election .electionPostGrid hr,
.advisory .advisoryPostGrid hr {
  margin: 30px 0 0;
  border-width: 4px;
  border-color: #000;
}

.advisory .advisoryPostGrid .sectionCardHolder {
  border-left: 0;
}

.headlineMatter .headlineMatterSubSections .title,
.election .advisorySubSections .title,
.advisory .advisorySubSections .title {
  margin: 0 0 10px;
}

.election .advisorySubSections .card,
.advisory .advisorySubSections .card {
  border: 0;
  padding: 0;
  border-radius: 0;
}

.election .advisorySubSections .card img,
.advisory .advisorySubSections .card img {
  width: 100%;
}

@supports (aspect-ratio: 1.777) {

  .election .advisorySubSections .card img,
  .advisory .advisorySubSections .card img {
    width: 100%;
    /* height: 100%; */
    aspect-ratio: 1.777;
    object-fit: cover;
  }
}

.election .advisorySubSections .card .card-body,
.advisory .advisorySubSections .card .card-body {
  padding: 1.5rem;
  background-color: transparent;
}

.election .advisorySubSections .card .card-body h3,
.advisory .advisorySubSections .card .card-body h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3.4px;
  padding: 0;
  margin: 0 0 16px;
  text-transform: uppercase;
  line-height: 1;
  color: var(--text-primary);
}

.election .advisorySubSections .card .card-body p,
.advisory .advisorySubSections .card .card-body p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 30px;
  min-height: calc(26 * 3px);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.election .advisorySubSections .swiper .swiper-wrapper .swiper-slide:first-child .card {
  background-color: var(--light-tan);
}

.election .advisorySubSections .swiper .swiper-wrapper .swiper-slide:first-child .card .card-body,
.election .advisorySubSections .swiper .swiper-wrapper .swiper-slide:nth-child(4) .card .card-body {
  border: 1px solid #000;
  border-top: 0;
}

.advisory .advisorySubSections .swiper .swiper-wrapper .swiper-slide:first-child .card {
  background-color: var(--light-tan);
}

.election .advisorySubSections .swiper .swiper-wrapper .swiper-slide:nth-child(2) .card,
.advisory .advisorySubSections .swiper .swiper-wrapper .swiper-slide:nth-child(2) .card {
  background-color: var(--levender);
}

.election .advisorySubSections .swiper .swiper-wrapper .swiper-slide:nth-child(3) .card,
.advisory .advisorySubSections .swiper .swiper-wrapper .swiper-slide:nth-child(3) .card {
  background-color: var(--sap-green);
}

.election .advisorySubSections .swiper .swiper-wrapper .swiper-slide:nth-child(4) .card,
.advisory .advisorySubSections .swiper .swiper-wrapper .swiper-slide:nth-child(4) .card {
  background-color: var(--light-tan);
}

.headlineMatter .headlineMatterSubSections .card {
  border: 1px solid #000;
  background-color: var(--light-tan);
  padding: 0;
  border-radius: 0;
}

@supports (aspect-ratio: 1.777) {
  .headlineMatter .headlineMatterSubSections .card img {
    width: 100%;
    /* height: 100%; */
    aspect-ratio: 1.777;
    object-fit: cover;
  }
}

.headlineMatter .headlineMatterSubSections .card h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3.4px;
  padding: 1rem 1.5rem;
  margin: 0 0;
  text-transform: uppercase;
  line-height: 1;
  color: var(--text-primary);
  display: inline-block;
  width: auto;
  background-color: var(--green-sp);
}
.headlineMatter .headlineMatterSubSections .card .card-body{
  padding: 1.5rem;
  background-color: transparent;
}
.headlineMatter .headlineMatterSubSections .card .card-body p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(26* 3px);
}

.sectionDetails {
  position: relative;
}

.sectionDetails .postGridDate {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: 3.2px;
  line-height: 1;
  text-align: center;
  border-bottom: 2.5px solid #000;
  text-transform: uppercase;
  margin: 0 0 16px;
  padding: 4px 16px;
}

.sectionDetails .sanitySections .sanitySec {
  border-top: 1px solid #000;
}

.sectionDetails .sanitySections .sanitySec h5 {
  font-size: 15px;
  letter-spacing: 3.4px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.subscribe .col-md-6.border-right {
  border-right: 0.5px solid #000 !important;
}

.subscribe .plans {
  padding: 30px 0;
  margin: 30px 0 0;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

.subscribe .plans .card {
  background-color: var(--light-tan);
  padding: 0;
  border-radius: 0;
  margin-bottom: 16px;
  position: relative;
  border: 1px solid #000;
  height: 100%;
}

.subscribe .plans .card h3 {
  font-family: var(--serif);
  font-size: 40px;
  color: #fff;
  padding: 16px;
  margin: 0 0 8px;
  text-align: center;
  font-weight: 700;
  z-index: 10;
}

.subscribe .plans .card h3 small {
  font-size: 60%;
  line-height: 1;
}

.subscribe .plans .card h5 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: 3.4px;
  padding: 0 16px;
  margin: 0 0 16px;
  text-transform: uppercase;
  text-align: center;
}

.subscribe .plans .card p {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-primary);
  text-align: center;
  margin: 16px 0 24px;
}

.subscribe .plans .card p small.font-weight-bold {
  font-size: 14px;
}

.subscribe .plans .card p span.text-blue {
  font-weight: 600;
}

.subscribe .plans .card label {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  color: var(--text-primary);
  text-align: center;
  margin: 0 0 16px;
}

.subscribe .plans .card label div {
  position: relative;
}

.subscribe .testimonialsSwiper {
  padding: 0 20px;
}

.subscribe .testimonialsSwiper .swiper-button-next:after,
.subscribe .testimonialsSwiper .swiper-button-prev:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 16px;
}

.subscribe .testimonialsSwiper .swiper-button-next:after {
  content: '\f061';
}

.subscribe .testimonialsSwiper .swiper-button-prev:after {
  content: '\f060';
}

.subscribe .testimonialsSwiper .swiper-button-next,
.subscribe .testimonialsSwiper .swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2a2a2a;
  color: #fff;
}

.currencySymbol {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  text-decoration: none;
  font-size: inherit;
  font-weight: 400;
}

.subscribe .plans .card label small {
  font-size: 18px;
  font-weight: 600;
}

.subscribe .plans .card label span {
  font-family: Arial, Helvetica, sans-serif;
}

.subscribe .plans .card label .str {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  text-decoration: line-through;
}

.subscribe .faq {
  padding: 60px 15px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

.subscribe .faq p {
  margin: 0;
}

.subscribe .faq p b {
  display: block;
}

.subscribe .faq hr {
  border-width: 0.5px;
  border-color: #000;
  margin: 30px p;
}

.subscribe .note-para {
  line-height: 22px;
}

.testimonials .testimonialsSwiper .swiper-wrapper {
  align-items: flex-end;
  padding-bottom: 30px;
}

.testimonials .swiper-pagination {
  bottom: 0;
}

.testimonials .swiper-pagination span {
  background-color: #9f9f9f;
}

.testimonials .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: var(--green-sp);
}

.testimonials .Tcard {
  background-color: #2a2a2a;
  border-radius: 30px;
  border-bottom-right-radius: 0;
  padding: 1.5rem;
  position: relative;
  margin: 0 15px 0 0;
}

.testimonials .Tcard::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 30px solid #2a2a2a;
  border-left: 20px solid #2a2a2a;
  border-right: 35px solid transparent;
  position: absolute;
  right: -30px;
  bottom: 0;
}

.testimonials .Tcard p {
  color: #fff;
  margin: 0;
  font-size: 18px;
}

.testimonials .attribution img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonials .attribution label {
  display: block;
  font-weight: 700;
  margin: 0;
}

.login {
  min-height: 100vh;
}

.login label {
  font-size: 14px;
}

.login .form-control {
  height: 44px;
  border-radius: 4px;
}

.login .btn-link {
  padding: 4px 6px;
  font-size: 14px;
  color: #2d2d2ddd;
}

.login .btn-link:hover,
.login .btn-link:focus {
  text-decoration: none;
  color: var(--primary-blue);
}

#loginViaPhone .col-3 .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#loginViaPhone .col-9 .form-control {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.policy h2 {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--text-primary);
  margin: 30px 0 16px;
  font-weight: 700;
  padding: 8px 0;
  border-bottom: 2px solid #000;
}

.policy a {
  color: var(--green);
  font-weight: 700;
}

.policy .card {
  border: none;
  background-color: transparent;
}

.policy .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
}

.policy .card h2 {
  margin: 0;
  padding: 0;
  border: none;
  font-family: 'PT Sans', sans-serif;
}

.policy .card h2 button {
  width: 100%;
  font-size: 18px;
  padding: 12px 30px 12px 12px;
  background-color: transparent;
  border: none;
  color: var(--text-primary);
  border-bottom: 1px dashed #ddd;
}

.policy .card h2 button::after {
  content: '\f068';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #15161ed2;
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 12px;
  transition: all .4s ease-in-out;
}

.policy .card h2 button[aria-expanded='false']:after {
  content: '\f067';
}

.policy .card h2 button[aria-expanded='true'] {
  border: none;
  background-color: var(--light-cyan);
}

.policy .card h2 button:hover,
.policy .card h2 button:focus {
  text-decoration: none;
  outline: none;
}

.policy .card .card-body {
  font-size: 18px;
  color: #2d2d2de8;
  line-height: 30px;
  margin: 0;
  padding: 1rem;
  background-color: var(--light-cyan);
}

.policy .card .card-body li {
  font-size: 18px;
  color: #2d2d2de8;
  line-height: 30px;
}

.foundingMem .time {
  font-size: 20px;
  font-weight: 500;
  text-align: right;
  color: #fff;
}

.foundingMem .card {
  padding: 1.5rem;
  border: 0;
  background-color: var(--green);
}

.foundingMem .card h3 {
  position: relative;
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  padding: 16px;
  margin: 0 0 30px;
  text-align: center;
}

.foundingMem .card .info {
  position: relative;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed #000;
}

.foundingMem .card .info .data .row .col-md:nth-child(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.foundingMem .info-card {
  position: relative;
}

.foundingMem .card .info .note {
  font-size: 14px;
  text-align: center;
  margin: 16px 0;
}

.foundingMem .foundingPricing {
  padding: 30px 0;
  background-color: var(--green);
}

.foundingMem .card .slider {
  padding: 30px 60px 16px;
}

.foundingMem .card .noUi-target {
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: none;
  box-shadow: none;
}

.foundingMem .card .noUi-connect {
  background-color: var(--green-sp);
}

.foundingMem .card .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--green-sp);
  border: none;
  box-shadow: none;
  top: -10px;
  right: -16px !important;
  cursor: e-resize;
}

.foundingMem .card .noUi-handle:focus {
  outline: none;
}

.foundingMem .card .noUi-handle::before {
  display: none;
}

.foundingMem .card .noUi-handle::after {
  display: none;
}

.foundingMem .card .noUi-pips-horizontal {
  top: -60px;
  padding: 0;
}

.foundingMem .card .noUi-value {
  color: var(--text-primary);
  font-size: 20px;
  font-weight: 700;
}

.foundingMem .card .noUi-value::before {
  content: '₹';
  display: inline-block;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.foundingMem .card .mob-slider .noUi-value::before {
  display: none;
}

.foundingMem .card .mob-slider .noUi-value::after {
  content: 'k';
  display: inline-block;
  font-size: 20px;
  vertical-align: top;
}

.foundingMem .card .noUi-marker {
  height: 12px;
  width: 12px;
  background-color: #fff;
  border-radius: 50%;
  bottom: 13px;
}

.foundingMem .card .noUi-marker.active {
  background-color: var(--green-sp);
  border-color: var(--green-sp);
}

.foundingMem .sign {
  display: inline-block;
  width: 270px;
  margin-top: 10px;
}

.foundingMem .note-card {
  background-color: var(--light-tan);
}

.foundingMem .note a,
.foundingMem p a {
  color: var(--text-primary);
  font-weight: 700;
}

.about h2 {
  font-family: var(--serif);
  font-size: 24px;
  color: var(--text-primary);
  margin: 0 0 16px;
  padding: 0;
  font-weight: 700;
}

.about h3 {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--text-primary);
  margin: 0 0 16px;
  font-weight: 700;
  padding: 0;
}

.about .team {
  margin: 60px 0 0;
  padding: 30px 0;
  background-color: var(--light-cyan);
}

.about img {
  width: 100%;
  border-radius: 10px;
}

.about .mb-60 {
  margin-bottom: 60px;
}

.about .sc {
  text-align: center;
  margin-top: 16px;
}

.about .sc img {
  width: 36px;
  margin: 0 4px;
}

.about p {
  line-height: 24px;
}

.about p a {
  color: var(--green);
  font-weight: 600;
}
.about hr {
  border-width: 0.5px;
  border-color: #000;
  margin: 60px 0;
}
.archive .archiveAbout .border-right {
  border-right: 1px solid #000 !important;
}

.archive .archiveAbout h2 {
  font-family: var(--serif);
  font-size: 36px;
  color: var(--text-primary);
  font-weight: 700;
  padding: 0;
  margin: 0 0 8px;
  border-color: #b7b7b7;
}

.archive .archiveAbout .form-group .input-group .input-group-prepend .input-group-text {
  background-color: #fff;
  padding: 16px 8px;
  border: 1px solid #b7b7b7;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #999;
  font-size: 18px;
}

.archive .archiveAbout .form-group .input-group .form-control {
  border-left: 0;
}

.archive .archiveAbout .archiveSearch .badges span {
  display: inline-block;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 18px;
  padding: 8px 16px;
  background-color: #fff;
  color: var(--text-primary);
  border: 1px solid #b7b7b7;
  border-radius: 6px;
  margin: 4px;
}

.archive .archiveEditions {
  margin-top: 60px;
  padding: 30px 0;
  background-color: #2a2b2a;
}

.archive .archiveEditions .title {
  color: #fff;
}

.archive .archiveEditions label {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 4.5px;
}

.archive .archiveEditions .custom-select {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 4.5px;
  min-width: 100px;
  color: #fff;
  text-transform: uppercase;
  border-color: #fff;
  background-color: transparent;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}

.archive .archiveEditions .custom-select option {
  background-color: #2a2b2a;
}

.archive .archiveEditions h4 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: var(--green-sp);
  letter-spacing: 4.5px;
  text-transform: uppercase;
  padding: 0;
  margin: 30px 0;
}

.archive .archiveEditions .card {
  border: 0;
  padding: 0;
  border-radius: 0;
}

.archive .archiveEditions .card img {
  width: 100%;
}

@supports (aspect-ratio: 1.777) {
  .archive .archiveEditions .card img {
    width: 100%;
    /* height: 100%; */
    aspect-ratio: 1.777;
    object-fit: cover;
  }
}

.archive .archiveEditions .card .card-body {
  padding: 1.5rem;
  background-color: transparent;
}

.archive .archiveEditions .card .card-body h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3.4px;
  padding: 0;
  margin: 0 0 16px;
  text-transform: uppercase;
  line-height: 1;
  color: var(--text-primary);
}

.archive .archiveEditions .card .card-body p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(26 * 3px);
}

.archive .archiveEditions .swiper .swiper-wrapper .swiper-slide:first-child .card,
.archive .archiveEditions .swiper .swiper-wrapper .swiper-slide:nth-child(5) .card {
  background-color: var(--light-tan);
}

.archive .archiveEditions .swiper .swiper-wrapper .swiper-slide:nth-child(2) .card,
.archive .archiveEditions .swiper .swiper-wrapper .swiper-slide:nth-child(6) .card {
  background-color: var(--levender);
}

.archive .archiveEditions .swiper .swiper-wrapper .swiper-slide:nth-child(3) .card,
.archive .archiveEditions .swiper .swiper-wrapper .swiper-slide:nth-child(7) .card {
  background-color: var(--sap-green);
}

.archive .archiveEditions .swiper .swiper-wrapper .swiper-slide:nth-child(4) .card,
.archive .archiveEditions .swiper .swiper-wrapper .swiper-slide:nth-child(8) .card {
  background-color: var(--light-cyan);
}

.archive .archiveEditions .swiper {
  padding: 0 15px 30px;
}

.archive .archiveEditions .swiper .swiper-pagination {
  bottom: 0;
}

.archive .archiveEditions .swiper-pagination span {
  background-color: #fff;
  opacity: 1;
}

.archive .archiveEditions .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: var(--green-sp);
}

.archive .archiveEditions .swiper-button-next:after,
.archive .archiveEditions .swiper-button-prev:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 16px;
}

.archive .archiveEditions .swiper-button-next:after {
  content: '\f061';
}

.archive .archiveEditions .swiper-button-prev:after {
  content: '\f060';
}

.archive .archiveEditions .swiper-button-next,
.archive .archiveEditions .swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2a2a2a;
  color: #fff;
}

.archive hr {
  border-width: 3px;
  border-color: #fff;
  margin: 30px 0 0;
}

.archive .editorialsPick {
  padding-top: 0;
}

.bookmarks {
  padding: 30px 0;
}

.bookmarks .card {
  position: relative;
  border: 1px solid #000;
  border-radius: 0;
  margin: 0;
  background-color: var(--light-tan);
}

/* .bookmarks .bokmarkHolder:nth-child(3) .card,
.bookmarks .bokmarkHolder:nth-child(3n + 3) .card{
  background-color: var(--light-cyan)!important;
}
.bookmarks .bokmarkHolder:nth-child(2) .card,
.bookmarks .bokmarkHolder:nth-child(2n + 3) .card{
  background-color: var(--green)!important;
}
.bookmarks .bokmarkHolder:first-child .card,
.bookmarks .bokmarkHolder:nth-child(n + 3) .card
{
  background-color: var(--levender);
} */
.bookmarks .card .card-footer {
  background-color: transparent;
  border: 0;
}

.bookmarks .card .bookmarkIc {
  width: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.bookmarks .card .card-img-top {
  width: 100%;
}

@supports (aspect-ratio: 1.777) {
  .bookmarks .card .card-img-top {
    width: 100%;
    /* height: 100%; */
    aspect-ratio: 1.777;
    object-fit: cover;
  }
}

.bookmarks .card .card-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-primary);
  padding: 0;
  margin: 16px 0 8px;
  text-transform: uppercase;
  letter-spacing: 3.4px;
}

.bookmarks .card .card-title a {
  color: var(--text-primary);
}

.bookmarks .card .card-text {
  font-size: 16px;
  line-height: 22px;
  color: var(--text-primary);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: calc(22 * 3px);
}

.account .accountCard {
  margin: 30px 0;
  padding: 30px 0;
  background-color: var(--light-cyan);
}

.account h2 {
  font-family: var(--serif);
  color: var(--text-primary);
  text-align: center;
  padding: 0;
  margin: 0 0 16px;
}

.account .accountCard p {
  font-size: 18px;
  color: var(--text-primary);
  text-align: center;
}

.account .accountCard p b {
  display: block;
}

.account .accountCard .col-md-6.border-right {
  border-right: 1px dashed #000 !important;
}

.account hr {
  border-width: 2px;
  border-color: #000;
  margin: 30px 0;
}

.account .accountCard .border-x {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.account .accountCard .ref-slider {
  position: relative;
}

.account .accountCard .ref-slider .slider-thumb {
  position: absolute;
  height: 2px;
  background-color: #000;
  left: 0;
  right: 0;
  top: calc(50% - 1px);
  z-index: 0;
}

.account .accountCard .ref-slider .slider-thumb div {
  position: absolute;
  height: 2px;
  background-color: var(--green);
  left: 0;
  top: calc(50% - 1px);
}

.account .accountCard .ref-slider .no {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  border-radius: 50%;
  color: #fff;
  background-color: #000;
  text-align: center;
  z-index: 100;
}

.account .accountCard .row.border-bottom {
  border-bottom: 1px dashed #000 !important;
  margin-bottom: 30px;
  padding-bottom: 16px;
}

.accountShare {
  background-color: #2a2a2a;
  padding: 30px 0;
}

.accountShare .title {
  color: #fff;
}

.accountShare .shareSc a {
  text-decoration: none;
  display: inline-block;
  margin: 0 4px;
}

.accountShare .shareSc img {
  display: inline-block;
  width: 30px;
}

.accountShare p {
  color: #fff;
}

.accountShare p b {
  color: var(--green);
  font-weight: 700;
}

.accountShare .copyLink .form-control {
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: var(--light-cyan);
}

.accountShare .copyLink .btn {
  background-color: #2a2a2a;
  border: 2px solid var(--light-cyan);
  color: #fff;
  border-radius: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 4px 30px;
}

.notFound h1 {
  font-family: var(--serif);
  font-size: 5rem;
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: 0.5rem;
  text-align: center;
}

.notFound h2 {
  font-size: 2rem;
  margin: 30px 0;
  text-align: center;
}

.notFound h2 img {
  display: inline-block;
  width: 80px;
  margin: 0 1rem 0 0;
}

.searchResult .card {
  border: 1px solid #000;
  background-color: var(--light-tan);
  padding: 0;
  border-radius: 0;
}

.searchResult .card img {
  width: 100%;
  border-radius: 0;
}

@supports (aspect-ratio: 1.777) {
  .searchResult .card img {
    width: 100%;
    /* height: 100%; */
    aspect-ratio: 1.777;
    object-fit: cover;
    border-radius: 0;
  }
}

.searchResult .card h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3.4px;
  padding: 1rem;
  margin: 0 0;
  text-transform: uppercase;
  line-height: 1;
  color: var(--text-primary);
  display: inline-block;
  width: auto;
  background-color: var(--green-sp);
}

.searchResult .card h5 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3.4px;
  padding: 0;
  margin: 0 0 16px;
  text-transform: uppercase;
  line-height: 1;
  color: var(--text-primary);
}

.searchResult .card h5 a {
  color: var(--text-primary);
}

.searchResult .card p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(26 * 3px);
}

.searchResult .card .card-body {
  padding: 1rem;
  background-color: transparent;
}

.searchResult .card .card-footer {
  padding: 4px 16px;
  background-color: transparent;
  border-top-color: #000;
}

.searchResult .card .card-footer img {
  width: 30px;
  height: 30px;
}


.modal-title {
  font-family: var(--serif);
  font-size: 30px;
  color: var(--text-primary);
  padding: 0;
  margin: 0 0 30px;
  text-align: center;
}

.modal .modal-body {
  background-color: var(--light-tan);
  padding: 1rem 2.4rem 2.4rem;
}

#sharing-warning-modal h3 {
  font-family: var(--serif);
  font-size: 24px;
  color: var(--text-primary);
  padding: 0;
  margin: 16px 0 30px;
  text-align: center;
}

.form-group {
  position: relative;
}

.form-group label {
  font-size: 14px;
}

.form-group .form-control,
.form-group .custom-select {
  padding: 12px 16px;
  border-radius: 6px;
  border-color: #b6b6b6;
  height: auto;
  font-size: 18px;
}

.contact-no-prepend {
  width: 150px;
}

.btn-varify {
  font-size: 14px;
  color: var(--primary-blue);
  background-color: #20869820;
  border: 1px solid var(--primary-blue);
  padding: 7.5px 10px;
  border-radius: 0;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--primary-blue);
}

.foundingMem a {
  color: var(--primary-blue);
  font-weight: 600;
}

.sec-nav {
  padding: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50% !important;
  border: none;
  background-color: var(--green-sp) !important;
  color: #fff !important;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, .2);
  position: fixed;
  top: 160px;
  right: 60px;
  z-index: 1000;
  animation: scale 2.5s ease-in;
  animation-delay: 5s;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  15% {
    transform: scale(1.5);
  }

  30% {
    transform: scale(1);
  }

  45% {
    transform: scale(1.5);
  }

  60% {
    transform: scale(1);
  }

  80% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

.sec-nav:focus {
  outline: none;
}

.nav-menu {
  background-color: #fff;
  position: fixed;
  top: 210px;
  right: 60px;
  padding: 1rem;
  border-radius: 6px;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, .1);
  transform: scale(0);
  overflow: hidden;
  transition: all .4s ease-in-out;
  transform-origin: right top;
  z-index: 1000;
}

.nav-menu::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -9px;
  right: 9px;
}

.nav-menu.active {
  transform: scale(1);
  transform-origin: right top;
  overflow: visible;
}

.sec-nav img {
  width: 100%;
}

.sec-nav .icon::before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.sec-nav.active .icon::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.nav-menu ul {
  margin-left: 1.5rem;
  margin-bottom: 0;
}

.nav-menu a {
  display: block;
  font-size: 16px;
  padding: 6px 0;
  color: var(--text-primary);
  font-weight: 500;
}

.nav-menu a .fa {
  font-size: 10px;
  color: var(--green-sp);
  top: 11px;
  left: -2.4em;
}

.nav-menu a:hover,
.nav-menu a:focus {
  text-decoration: none;
  color: var(--green-sp);
}

.hidenPost {
  position: relative;
  max-height: 200vh;
  overflow: hidden;
}

.hidenPost.h-auto {
  max-height: 100%;
}

.hidenPost .overlay {
  position: absolute;
  padding: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 999;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
}

.hidenPost .overlay div {
  width: 100%;
  max-width: 800px;
  text-align: center;
  font-size: 20px;
  color: var(--dark-gray);
  font-family: var(--serif);
  padding: 100px 30px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, .09);
}

.hidenPost .overlay div a {
  color: var(--primary-blue);
  font-weight: 700;
}

.pointer {
  cursor: pointer;
}

.showLoader {
  overflow: hidden !important
}

.loader {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #00000075;
  overflow: hidden;
  z-index: 1300;
  display: none;
}

.loader div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.loader img {
  width: 150px;
  height: auto
}

.redeem-modal .col img {
  width: 150px;
}

.redeem-modal .col label {
  display: block;
  width: 100%;
  font-size: 16px;
  margin: 6px 0 0;
}

.redeem-modal .card {
  padding: 1rem;
  margin-top: 1rem;
}

.redeem-modal .hr {
  position: relative;
  margin: 16px 0;
  text-align: center;
}

.redeem-modal .hr span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 16px;
  z-index: 10;
}

.redeem-modal .hr::after {
  content: '';
  display: block;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 0;
}

.gift {
  padding: 60px 0;
}

.gift img {
  max-width: 400px;
  margin: 0 auto 30px;
}

.gift h1 {
  margin: 0 0 30px;
  text-align: center;
}

.gift h2 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-primary);
  padding: 0;
  margin: 0 0 16px;
}

.gift h2 span {
  position: relative;
  display: inline-block;
  padding: 0 6px;
  background-color: var(--light-cyan);
  margin-left: 6px;
  z-index: 10;
}

.gift h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
}

.gift .fa-li {
  top: .2em;
}

.gift .card {
  background-color: var(--light-cyan);
  border: 0;
  padding: 1rem 1.5rem;
}

.gift .custom-control .card {
  background-color: var(--light-tan);
  border: 1px solid #000;
}

.gift .custom-control p {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: 3.4px;
  padding: 0 16px;
  margin: 0 0 16px;
  text-transform: uppercase;
  text-align: center;
}

.subscription-radio {
  padding: 0;
}

.subscription-radio .custom-control-label::after,
.subscription-radio .custom-control-label::before {
  display: none;
}

.subscription-radio .custom-control-input:checked~.custom-control-label .card {
  cursor: pointer;
  background-color: var(--light-cyan);
}

.subscription-radio .custom-control-label {
  cursor: pointer;
  width: 100%;
}

.subscription-radio .custom-control-label .card label {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  color: var(--text-primary);
  text-align: center;
  margin: 0 0 16px;
  cursor: pointer;
}

.subscription-radio .custom-control-label .card img {
  margin: 0;
}

.h-100vh {
  height: 100vh;
}

.search-suggestions {
  position: absolute;
  top: 101%;
  right: 0;
  width: 14rem;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .1);
  padding: 1rem;
  z-index: 10;
}

.search-suggestions a {
  display: block;
  font-size: 15px;
  color: var(--text-primary);
  padding: 6px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.search-suggestions a:last-child {
  border: none;
}

.search-suggestions a:hover,
.search-suggestions a:focus {
  text-decoration: none;
  outline: none;
  color: var(--primary-blue);
}

.searchTagsParent {
  flex-wrap: nowrap;
  overflow-y: auto;
}

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

.view-more[aria-expanded='false']::after {
  content: 'View more';
  display: block;
  position: relative;
  cursor: pointer;
}

.view-more[aria-expanded='true']::after {
  content: 'View less';
  display: block;
  position: relative;
  cursor: pointer;
}

.error {
  position: relative;
  width: 100%;
  height: 60vh;
  padding: 30px;
}

.error h1 {
  font-size: 100px;
  font-family: var(--serif);
  font-weight: 700;
  color: #a8a7a8;
  text-align: center;
  padding: 0;
  margin: 0 0 30px;
  line-height: 1;
}

.error h1 img {
  display: inline-block;
  margin: 0;
  width: 150px;
  vertical-align: bottom;
}

.error p {
  font-size: 30px;
  font-weight: 700;
  color: #2d2d2d60;
  text-align: center;
  margin: 0;
}

.sale-banner {
  display: block;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#timer {
  display: inline-block;
  font-size: 55px;
  color: #f4ffeb;
  font-weight: 900;
  text-shadow: 0 0 10px #fff,
    0 0 6px #9cff4bcb,
    0 0 12px #9cff4b81,
    0 0 18px #9cff4b4f,
    0 0 24px #9cff4b59,
    0 0 30px #9cff4b3d,
    0 0 36px #9cff4b1f;
  position: absolute;
  bottom: 22px;
  left: 12%;
  line-height: 1;
}

#timer span {
  font-size: 14px;
  vertical-align: bottom;
  text-shadow: none;
  color: #fff;
  font-weight: 400;
}

.radio-badge .custom-control-label {
  display: inline-block;
  padding: 6px 20px;
  margin: 6px;
  background-color: var(--light-cyan);
  color: var(--text-primary);
  border-radius: 20px;
  cursor: pointer;
}

.radio-badge .custom-control-label::after,
.radio-badge .custom-control-label::before {
  display: none;
}

.radio-badge .custom-control-input:checked~.custom-control-label {
  background-color: var(--primary-blue);
  color: #fff;
}

.checkbox-badge .custom-control-label {
  display: inline-block;
  padding: 6px 20px;
  margin: 6px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: var(--text-primary);
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
}

.checkbox-badge .custom-control-label::after,
.checkbox-badge .custom-control-label::before {
  display: none;
}

.checkbox-badge .custom-control-input:checked~.custom-control-label {
  color: var(--primary-blue);
  border-color: var(--primary-blue);
}

.search .search-in .form-control {
  border: 0;
}

.search .search-in .form-control:focus {
  outline: none;
  border: 0;
}

.search .search-in .in-border {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

.search .search-in .form-control:focus~.in-border {
  background-color: #208698;
}

.search .search-dog-img {
  display: inline-block;
  width: 100%;
  max-width: 350px;
}

#imageZoomModal {
  max-width: 100%;
}

#imageZoomModal .modal-dialog {
  max-width: 100% !important;
}

#imageZoomModal .modal-content {
  align-items: center;
  background-color: transparent;
  border: 0;
}

#imageZoomModal .modal-body {
  position: relative;
  padding: 0;
  text-align: center;
  background-color: var(--dark-gray);
  overflow-y: auto;
}

#imageZoomModal .modal-body .close {
  position: fixed;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background-color: var(--dark-gray);
  color: #fff;
  touch-action: pinch-zoom;
}

#imageZoomModal .modal-body .close:hover,
#imageZoomModal .modal-body .close:focus {
  outline: none;
  box-shadow: none;
}

#imageZoomModal .modal-body img {
  max-width: 100%;
  height: 90vh;
}

.zoom-image {
  cursor: pointer;
}

.zoomImage-holder {
  position: relative;
}

.zoomImage-holder::before {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M18.031 16.617l4.283 4.282-1.415 1.415-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9 9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617zM10 10H7v2h3v3h2v-3h3v-2h-3V7h-2v3z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  transform: scale(0);
  transition: all .3s ease-in;
  cursor: pointer;
}

.zoomImage-holder:hover::before {
  transform: scale(1);
}

/* .zoom-image:hover::after{
  transform: scale(1);
}
.zoom-image::after{
  content: '';
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M18.031 16.617l4.283 4.282-1.415 1.415-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9 9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617zM10 10H7v2h3v3h2v-3h3v-2h-3V7h-2v3z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
  background-size: 30px;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  transform: scale(0);
  transition: all .3s ease-in-out;
} */

.newsletter .quote-dt .btn-green {
  background-color: transparent !important;
}

.download {
  min-height: 80vh;
}

.download .dogs {
  width: 200px;
}

.download .paper {
  width: 120px;
}

.thankYou hr {
  margin: 30px 0;
  border-style: dashed;
  border-color: #000;
}

.thankYou a {
  color: var(--green-sp);
}

.no-data {
  min-height: 50vh;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 800;
  color: #2d2d2d60;
}


.hide-section {
  height: 150vh;
  overflow: hidden;
}

.subscription-prompt {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(248, 244, 234);
  background: linear-gradient(0deg, rgba(248, 244, 234, 1) 0%, rgba(248, 244, 234, 1) 30%, rgba(248, 244, 234, 1) 40%, rgba(0, 0, 0, 0) 100%);
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 25%;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--serif);
  color: var(--text-primary);
  text-align: center;
}

.editorPickSwiper .swiper-pagination,
.advisoryPickSwiper .swiper-pagination,
.sectionSwiper .swiper-pagination,
.archivesSwiper .swiper-pagination {
  bottom: 0;
}

.sectionSwiper .swiper-pagination span.swiper-pagination-bullet,
.editorPickSwiper .swiper-pagination span.swiper-pagination-bullet,
.advisoryPickSwiper .swiper-pagination span.swiper-pagination-bullet {
  background-color: #eee;
  opacity: 1;
}

.archivesSwiper .swiper-pagination span.swiper-pagination-bullet {
  background-color: #b3b3b3;
  opacity: 1;
}

.sectionSwiper .swiper-pagination span.swiper-pagination-bullet-active,
.editorPickSwiper .swiper-pagination span.swiper-pagination-bullet-active,
.advisoryPickSwiper .swiper-pagination span.swiper-pagination-bullet-active,
.archivesSwiper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: var(--green-sp);
}

.section-filters.form-group {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
}

.section-filters label {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.section-filters .custom-select {
  color: #fff;
  background: var(--bg-black) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}

.electionBadge {
  position: fixed;
  top: 100px;
  right: 4px;
  width: 80px;
  height: 80px;
  z-index: 1000;
}

.electionBadge {
  text-decoration: none;
}

.electionBadge img {
  border-radius: 50%;
  width: 90px;
  /* box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, .1); */
}
.transaction-table thead th{
  font-size: 14px;
  border-bottom: 1px solid #333;
  border-color: #333;
}
.transaction-table td{
  font-size: 16px;
  border-color: #333;
}
.soukPicks .card img{
  aspect-ratio: 1/1;
  height: auto;
}
.soukPicks .card .card-body p{
  display: block;
  min-height: auto;
}



/* media queries */
@media only screen and (max-width: 767px) {
  body {
    padding-top: 67px;
  }

  .title {
    font-size: 34px;
  }

  .phone-section-titles {
    display: block;
  }

  .phone-section-titles .title {
    font-size: 30px;
    margin: 0 0 24px;
  }

  .phone-section-titles .title img {
    display: inline-block;
    width: auto;
    height: 55px;
  }

  .phone-section-titles .lime-green-title {
    font-size: 30px;
    margin: -16px -15px;
    background-color: var(--green-sp);
    padding: 8px 16px;
  }

  .phone-section-titles .green-title {
    font-size: 30px;
    margin: -16px -15px;
    background-color: var(--green);
    padding: 8px 16px;
  }

  .phone-section-titles .levender-title {
    font-size: 30px;
    margin: -16px -15px;
    background-color: var(--levender);
    padding: 8px 16px;
  }

  .phone-section-titles .white-title {
    font-size: 30px;
    margin: -16px -15px;
    background-color: var(--off-white);
    padding: 8px 16px;
  }

  .phone-section-titles .black-title {
    font-size: 30px;
    margin: -16px -15px;
    background-color: var(--bg-black);
    color: #fff;
    padding: 8px 16px;
  }

  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #000;
    padding: 0 15px;
  }

  .navbar .navbar-nav {
    border-bottom: 0;
  }

  .navbar .navbar-nav .nav-item {
    margin: 0;
    padding: 6px;
  }

  .postGrid .postGridDate {
    margin: 0 -15px 16px;
    font-size: 16px;
    letter-spacing: 2.4px;
  }

  .postGrid .postHead .postTitle {
    width: 100%;
    margin: 0 0 16px;
  }

  .postGrid .postHead .postTitle h1 {
    font-size: 25px;
    padding: 0 1rem;
  }

  .postGrid.advisoryPostGrid .sectionCardHolder,
  .postGrid .sectionCardHolder {
    height: auto!important;
    border: 0;
    overflow: visible;
  }

  .postGrid .sectionCard:first-child {
    padding-top: 16px;
  }

  .postGrid .sectionCard h3 {
    text-align: center;
  }

  .swiper-pagination {
    text-align: left;
  }

  .postGrid .sectionCard {
    border: 0 !important;
  }

  .postGrid.advisoryPostGrid .postImg {
    height: auto;
  }

  .advisoryPickSwiper,
  .sectionSwiper,
  .editorPickSwiper {
    padding-bottom: 30px;
  }

  footer {
    text-align: center;
  }

  footer .col-md-4:not(:first-child) h3 {
    margin-top: 30px;
  }

  footer .col-md-auto:first-child p {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
  }

  footer .col-md-auto:first-child p a {
    margin: 8px 0;
  }

  footer .copy p img {
    width: 50px;
    margin: 8px 0 0 !important;
  }

  .advisoryTitle {
    font-family: var(--serif);
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    padding: 0;
    margin: 16px 0 22px;
  }

  .advisoryTitle img {
    display: inline-block;
    height: 40px;
    vertical-align: bottom;
  }

  .postGrid.advisoryPostGrid .advisoryHead {
    border: 0;
  }

  .advisory .advisoryPostGrid hr {
    margin: 30px -15px 0;
  }

  .subscribe .col-md-6.border-right,
  .archive .archiveAbout .col-md-6.border-right {
    border-right: 0 !important;
    padding: 0;
  }

  .archive .archiveAbout h2 {
    font-size: 25px;
    margin-top: 16px;
  }

  .archive .archiveEditions {
    margin-top: 0;
  }

  .archive .archiveEditions .swiper .swiper-pagination {
    padding: 0 12px;
  }

  .subscribe .plans .card {
    height: auto;
    margin: 0 0 16px;
  }

  .testimonials .attribution {
    margin-top: 16px;
    text-align: center;
  }

  .testimonials .swiper-pagination {
    text-align: center;
  }

  .faq .col-md-6 {
    padding: 0 15px !important;
  }

  .foundingPricing h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 30px 0 16px;
  }

  .foundingMem .card .slider {
    padding: 30px 30px 16px;
  }

  .account .accountCard {
    margin: 0;
    padding: 30px 16px;
  }

  .gift {
    padding-top: 0;
  }


  #timer {
    font-size: 22px;
    left: 12%;
    bottom: 16px;
  }

  #timer span {
    font-size: 12px;
  }

  #imageZoomModal .modal-body img {
    height: auto;
  }

  .electionBadge {
    top: auto;
    bottom: 70px;
    width: 60px;
    height: 60px;
  }

  .electionBadge img {
    width: 60px;
  }
}

/*end max 767*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navbar .nav-item .nav-link {
    font-size: 16px;
  }

  .postGrid .postGridDate {
    font-size: 18px;
  }

  .postGrid .postHead .postTitle h1 {
    font-size: 26px;
    padding: 0;
  }

  .postGrid.advisoryPostGrid .postImg {
    height: 50vh;
  }

  .title {
    font-size: 34px;
  }

  .title img {
    height: 60px;
  }

  .archivesSwiper {
    padding: 30px 0;
  }

  .btn-black,
  .btn-black-o {
    padding: 8px 15px;
  }
}

@media only screen and (max-width: 1200px) {

  .postGrid .postGridDate h4 {
    font-size: 18px;
  }

  .editorialsPick .card .card-body h3 {
    letter-spacing: 2px;
  }

  .archive .archiveAbout h2 {
    font-size: 30px;
  }

  .archive .archiveEditions h4 {
    font-size: 18px;
  }

  .subscribe .plans .card h3 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1300px) {
  .navHolder .btn-nav {
    display: none;
  }
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}

@media only screen and (min-width: 1800px) {
  .container {
    max-width: 1700px;
  }
}
@media only screen and (min-width: 768px) {
  #subscribeModal .modal-dialog{
    max-width: 525px;
  }
}