/* SITE WIDE */

@import url("https://use.typekit.net/htc3qns.css");

@font-face {
  font-family: LibreBaskerville-Bold;
  src: url("/wp-content/themes/chess/assets/fonts/LibreBaskerville-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: LibreBaskerville-Regular;
  src: url("/wp-content/themes/chess/assets/fonts/LibreBaskerville-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: Maisonette;
  src: url("/wp-content/themes/chess/assets/fonts/Maisonette.ttf");
  font-display: swap;
}

h1 {
  font-family: LibreBaskerville-Bold;
  color: #1c1b1a;
}

h2,
h3,
h4,
h5,
h6,
p,
a,
li {
  color: #1d1d3c;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

.frm_primary_label,
.frm_description{
	font-family: filson-pro, sans-serif!important;
font-weight: 400;
font-style: normal;
font-size: 16px!important;
	color:#1d1d3c!important;
}

.with_frm_style input[type=text],
.frm_full textarea,
.with_frm_style input[type=email]{
	border-color: #1d1d3c;
border-radius: 0;
border: 2px solid #1d1d3c;
height: 40px;
	font-family: filson-pro, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
}

.frm_button_submit{
	background: #1d1d3c!important;
color: #fff!important;
border-color: #1d1d3c!important;
padding: 10px 30px!important;
border-radius: 0!important;
font-family: filson-pro, sans-serif!important;
font-weight: 400!important;
font-style: normal!important;
font-size: 16px!important;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: LibreBaskerville-Regular;
}

p,
a,
li,
button {
  font-family: filson-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.maisonette {
  font-family: Maisonette;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

button:hover {
  cursor: pointer;
  transition: 0.3s;
  background: white;
}

a:hover {
  text-decoration: none;
  transition: 0.3s;
}

.sticky-btn {
  transform-origin: center;
  transform: rotate(-90deg);
  position: fixed;
  right: -71px;
  top: 50%;
  z-index: 100000;
}

.sticky-btn > img {
  position: absolute;
  top: -20px;
  right: -20px;
  transform-origin: center;
  transform: rotate(90deg);
}

.header-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ipad-disp {
  display: none;
}

.mob-hero {
  display: none;
}

.header-col div {
  width: 33%;
}

.mob-col {
  display: none;
}

.flex-end a {
  display: none !important;
}

.email-col {
  display: flex;
}

.email-col a:first-of-type {
  margin-right: 50px;
  white-space: nowrap;
}

.flex-end {
  justify-content: flex-end;
}

.email-col a {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.email-col p {
  margin-bottom: 0;
}

.main-logo img {
  max-width: 100%;
}

.home.page-template.page-template-home-page {
  background-image: url("/wp-content/uploads/2021/07/hero-background.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 75vh;
}

.home-hero .row {
  height: 75vh;
  display: flex;
  align-items: center;
}

.home-hero h1 {
  font-size: 60px;
  line-height: 60px;
}

.home-hero p {
  /* width: 75%; */
  margin-top: 20px;
}

.hero-box {
  width: 90%;
  margin-right: auto;
}

header {
  padding: 50px;
  padding-bottom: 100px;
  background-image: url("/wp-content/uploads/2021/12/header-background_update5.png"),
    url("/wp-content/uploads/2021/11/header-background-blocks.png");
  background-position: top right, bottom left;
  background-repeat: no-repeat;
  background-size: 53%, 13.8%;
}

button {
  padding: 15px 30px;
  border: 2px solid;
  font-size: 20px;
  transition: 0.3s;
}

.gold-btn {
  background: #f4bc45;
  color: #fff;
  border-color: #f4bc45;
  padding: 10px 60px;
}

.black-btn {
  background: #1d1d3c;
  color: #fff;
  border-color: #1d1d3c;
  padding: 10px 30px;
}

.black-btn:hover {
  color: #1d1d3c;
}

.gold-btn:hover {
  color: #f4bc45;
}

.scroll {
  padding-top: 50px;
}

.protect {
  text-align: center;
  margin-top: -60px;
}

.three-icons {
  margin-top: 50px;
}

.icon-text {
  width: 80%;
  margin: 0 auto;
}

.icon-text h4 {
  margin: 20px 0;
}

.inline-btns {
  display: flex;
  justify-content: flex-start;
}

.inline-btns .gold-btn:first-of-type {
  margin-bottom: 10px;
  margin-right: 20px;
}

.background-blocks {
  background-image: url("/wp-content/uploads/2021/11/header-blocks-grey.svg"),
    url("/wp-content/uploads/2021/11/header-blocks-grey-light.svg");
  background-position: center right, bottom left;
  background-repeat: no-repeat;
  background-size: 13.18%;
}

.lpa {
  padding: 75px 0;
  text-align: center;
  background-image: url("/wp-content/uploads/2021/07/background-left.svg");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

.lpa h2 {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 30px;
}

.finance-lpa-col {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
}

.finance-lpa-col .finance-lpa:nth-of-type(1) {
  border-color: #2f308d;
}
.finance-lpa-col .finance-lpa:nth-of-type(2) {
  border-color: #da3748;
}
.finance-lpa-col .finance-lpa:nth-of-type(3) {
  border-color: #49a35b;
}
.finance-lpa-col .finance-lpa:nth-of-type(4) {
  border-color: #2f308d;
}
.finance-lpa-col .finance-lpa:nth-of-type(5) {
  border-color: #da2f8b;
}
.finance-lpa-col .finance-lpa:nth-of-type(6) {
  border-color: #2f308d;
}
.finance-lpa-col .finance-lpa:nth-of-type(7) {
  border-color: #2f308d;
}
.finance-lpa-col .finance-lpa:nth-of-type(8) {
  border-color: #f4bc45;
}

.finance-lpa-col .finance-lpa.dif:nth-of-type(1) {
  border-color: #f4bc45;
}
.finance-lpa-col .finance-lpa.dif:nth-of-type(2) {
  border-color: #54a865;
}
.finance-lpa-col .finance-lpa.dif:nth-of-type(3) {
  border-color: #da3748;
}
.finance-lpa-col .finance-lpa.dif:nth-of-type(4) {
  border-color: #2f308d;
}
.finance-lpa-col .finance-lpa.dif:nth-of-type(5) {
  border-color: #da3748;
}
.finance-lpa-col .finance-lpa.dif:nth-of-type(6) {
  border-color: #da2f8b;
}
.finance-lpa-col .finance-lpa.dif:nth-of-type(7) {
  border-color: #f4bc45;
}

.finance-lpa {
  width: 25%;
  border-left: 2px solid;
  padding-left: 15px;
  margin-bottom: 40px;
  padding-right: 20px;
}

.finance-lpa p {
  margin-bottom: 0;
}

.property-lpa {
  padding-bottom: 75px;
  position: relative;
}

.property-lpa h2 {
  font-size: 38px;
}

.health-welfare {
  background: #f8f8f8;
  padding: 75px 0 50px 0;
  position: relative;
  margin: 0 50px;
}

.back-right {
  position: absolute;
  right: 0;
  bottom: -142px;
  z-index: 10;
  height: 300px;
}

.health-welfare > a:first-of-type {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -28px;
}

.health-welfare > a:last-of-type {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -28px;
}

.center {
  text-align: center;
}

.benefits-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.all-ben {
  margin: 75px 0;
}

.benefits-list div {
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.benefits-list div p {
  margin-bottom: 0;
}

.benefits-list div img {
  margin-right: 10px;
}

.how-help {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.how-help div {
  width: 70%;
  margin: 0 auto;
}

.how-protect img {
  max-width: 100%;
  position: relative;
  left: -15px;
}

/* -- FOOTER -- */

footer .email-col a:first-of-type {
  float: left;
  margin-right: 25px;
}

footer .email-col a img {
  max-height: 22px;
  max-width: 22px;
  margin-right: 10px;
}

footer .header-col div {
  text-align: center;
}

.proud {
  display: none;
}

.footer-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-col div:nth-child(1),
.footer-col div:nth-child(3) {
  width: 40%;
  text-align: center;
  justify-content: center;
}

.footer-col div:nth-child(2) {
  width: 20%;
  text-align: center;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

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

.footer-social a img {
  margin-left: 10px;
  height: 30px;
}

footer {
  margin-bottom: 50px;
  margin-top: 50px;
}

.bottom-footer {
  margin-top: 50px;
}

.footer-links {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

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

.footer-links p {
  margin-bottom: 0;
  font-size: 14px;
}

.bottom-footer .email-col {
  font-size: 14px;
}

.footer-links a:last-of-type p {
  margin-right: 10px;
}

.footer-links a:last-of-type {
  display: flex;
  align-items: flex-end;
}

.footer-links a img {
  max-height: 30px;
}

.hyphen p {
  display: inline;
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
  font-size: 14px;
}

.accordion-button:not(.collapsed) {
  color: #1c1b1a;
  background-color: white;
  box-shadow: none;
}

.accordion-item:not(:first-of-type) {
  border-top: 2px solid #f8f8f8;
  border-radius: 0;
}

.faq-title {
  text-align: center;
  margin-bottom: 30px;
}

.accordion-item {
  margin-bottom: 30px;
  border: 2px solid #f8f8f8;
  border-radius: 0;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

.accordion-button::after {
  transform: rotate(-180deg);
}

/* -- RESPONSIVE -- */

@media screen and (min-width: 1900px) {
  .hero-box {
    width: 75%;
    margin-right: auto;
  }
  .home.page-template.page-template-home-page {
    background-size: 80vh;
  }
  .lpa {
    margin-bottom: 0;
  }
  .back-right {
    bottom: -208px;
    height: auto;
  }
  .benefits-list div {
    margin: 0 20px;
  }
}

@media screen and (max-width: 1440px) {
  .background-blocks {
    background-position: right 70%, bottom left;
  }
  .footer-col div:nth-child(1) {
    justify-content: flex-start;
  }
  .footer-col div:nth-child(3) {
    justify-content: flex-end;
  }
}

/* -- Extra Large Screens -- */

@media screen and (max-width: 1200px) {
  .home.page-template.page-template-home-page {
    background-size: 50vh;
  }
  .home-hero .row {
    height: auto;
    margin: 50px 0 0 0;
  }
  .home-hero h1 {
    font-size: 50px;
    line-height: 55px;
  }
  header {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .protect {
    margin-top: 0px;
  }
  .main-logo img {
    max-width: 200px;
  }
  .header-col div {
    width: fit-content;
  }
  .property-lpa h2 {
    font-size: 32px;
  }
  .how-help div {
    width: 90%;
  }
}

@media screen and (max-width: 1112px) {
  .home-hero .row {
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .health-welfare {
    margin: 0 15px;
  }
  .flex-end a {
    display: block !important;
  }
  .ipad-disp {
    display: block;
  }
  .ipad-none {
    display: none !important;
  }
  .how-help div {
    width: 90%;
    margin: 0 auto;
  }
  .home-hero {
    background-image: url("/wp-content/uploads/2021/07/hero-background.png");
    background-size: 50%;
    background-position: right center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
  }
  .home.page-template.page-template-home-page {
    background-image: none;
  }
  header .email-col p {
    display: none;
  }
  .footer-col div:nth-child(1),
  .footer-col div:nth-child(2) {
    width: 50%;
  }
  .footer-col div:nth-child(3) {
    width: 100%;
    margin-top: 30px;
  }
  .footer-col {
    flex-wrap: wrap;
  }
  .benefits-list div {
    display: block;
    align-items: center;
    margin: 0 20px;
    text-align: center;
  }
  .benefits-list div img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .icon-text {
    width: 100%;
    margin: 0 auto;
  }
  .finance-lpa {
    width: 33%;
  }
  .footer-col div:nth-child(3),
  .footer-col div:nth-child(1) {
    justify-content: center;
  }
}

/* -- Large Screens -- */

@media screen and (max-width: 992px) {
  .finance-lpa {
    width: 50%;
  }
  .benefits-list div {
    margin: 0 10px;
  }
  .home-hero .row {
    height: auto;
  }
  .hero-box {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 0;
    width: 60%;
  }
  .home-hero {
    background-image: none;
  }
  .mob-hero {
    display: block;
    max-width: 75%;
    margin-right: auto;
    float: right;
    margin-top: -175px;
    margin-bottom: 50px;
  }
  .lpa {
    background-image: none;
  }
  header {
    padding-bottom: 50px;
    background-image: url("/wp-content/uploads/2021/12/header-background_mob.png"),
      url("/wp-content/uploads/2021/11/header-background-blocks.png");
    background-position: bottom right, bottom left;
    background-size: 62%, 0;
    margin-bottom: 50px;
  }
}

/* -- Tablet Screens -- */

@media screen and (max-width: 768px) {
  .lpa {
    background-size: 30%;
  }
  .how-protect img {
    margin-bottom: 20px;
  }
  .inline-btns {
    justify-content: center;
  }
  .main-logo img {
    max-width: 75%;
  }
  .hero-box {
    width: 70%;
  }
  .mob-hero {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-col div:nth-child(1),
  .footer-col div:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
  header .header-col div {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
  .hero-box {
    margin-top: 0;
    text-align: center;
    width: 100%;
  }
  header .header-col div.main-logo {
    margin: 0 auto;
  }
  header {
    background-image: none;
    padding-bottom: 0;
  }
  .mob-col {
    display: flex;
  }
  .mob-col .email-col {
    justify-content: flex-end;
  }
  .desk-col {
    display: none;
  }
  .how-protect img {
    left: 0;
  }
  .how-help div {
    width: 100%;
  }
  .home-hero .scroll {
    display: none;
  }
  .proud {
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
    margin-top: 20px;
  }
  .proud p {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .footer-links a:last-of-type {
    display: none;
  }
  .home-hero h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .inline-btns {
    display: block;
  }
  header .main-logo img {
    max-width: 100%;
    padding-bottom: 3px;
  }
  .email-col a:first-of-type {
    display: none;
  }
}

/* -- Phones Screens -- */

@media screen and (max-width: 576px) {
  .home-hero h1 {
    font-size: 45px;
  }
  .lpa {
    background-image: none;
    margin-bottom: 0;
  }
  .finance-lpa {
    width: 100%;
  }
  .back-right {
    display: none;
  }
  .sticky-btn {
    display: none;
  }
  .property-lpa {
    padding-bottom: 50px;
  }
  .health-welfare .black-btn {
    width: 100%;
    white-space: nowrap;
  }
  .benefits-list div {
    margin: 10px 0;
    width: 100%;
    display: flex;
  }
  .benefits-list div img {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .benefits-list {
    flex-wrap: wrap;
  }
  .how-help div {
    width: 100%;
  }
  .mob-hero {
    margin-top: 0;
  }
  header {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0;
  }
  footer .header-col {
    flex-direction: column;
    justify-content: center;
  }
  footer .header-col div {
    width: 100%;
    text-align: center;
  }
  .footer-social {
    width: 100%;
    justify-content: center;
  }
  footer .main-logo img {
    margin-bottom: 50px;
    max-width: 50%;
  }
  footer .email-col {
    display: none;
  }
  .bottom-footer {
    margin-top: 30px;
  }
  header .header-col div.main-logo {
    width: 50%;
    margin: 0 auto;
  }
  header .header-col div {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
  .how-help {
    text-align: center;
  }
  .mob-hero {
    max-width: 100%;
  }
  .benefits-list div {
    text-align: left;
  }
}

/* -- Small Phones Screens -- */

@media screen and (max-width: 320px) {
  .lpa h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  /* .mob-hero {
    margin-top: -50px;
  } */
  .home-hero h1 {
    font-size: 38px;
    line-height: 38px;
  }
}
