@import url("https://fonts.googleapis.com/css2?family=Hind&display=swap");
body .cy-custom a:hover {
  text-decoration: none; }
body .cy-custom h1, body .cy-custom h2, body .cy-custom h3, body .cy-custom p {
  color: #000; }
body .cy-custom h1 {
  font-family: "Crimson Text", "Playfair Display", "Lora", serif !important;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.48;
  margin-bottom: calc(2vw + 10px);
  text-align: left; }
body .cy-custom h2 {
  font-family: "Crimson Text", "Playfair Display", "Lora", serif !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0em;
  text-align: left; }
body .cy-custom h3 {
  font-family: "Crimson Text", "Playfair Display", "Lora", serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left; }
body .cy-custom .sans {
  font-family: 'Hind', sans-serif !important;
  line-height: 1.3;
  margin-bottom: 24px; }
body .cy-custom hr {
  border-color: #fff;
  margin: 10px 0; }
body .cy-custom ul {
  padding-left: 18px; }
body .cy-custom ol {
  padding-left: 15px; }
  body .cy-custom ol li {
    padding-left: 8px;
    padding-top: 0; }
body .cy-custom li, body .cy-custom p {
  font-family: 'Hind', sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left; }
body .cy-custom li {
  padding: 5px 0; }
body .cy-custom p a {
  color: #F58220; }
body .cy-custom .article p {
  border-top: 1px solid #D7D7D7;
  padding-top: 10px; }
body .cy-custom .article ul {
  padding-left: 20px; }
body .cy-custom button {
  background: #F58220;
  border: #F58220 1px solid;
  padding: 15px 15px 12px 15px;
  line-height: 1;
  font-family: Hind;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  min-width: 160px; }
body .cy-custom iframe {
  height: 28vw;
  max-width: 100%;
  margin-bottom: 50px; }
body .cy-custom .large-link {
  border: 2px solid #000;
  display: block;
  font-family: Hind;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  margin: 50px 0;
  padding: 25px 10px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase; }
body .cy-custom .large-heading {
  font-family: Crimson Text !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: left; }
body .cy-custom .featured {
  background: #EBEBEB;
  border-left: 40px solid #F58220;
  padding: calc(1.25vw + 10px) calc(2vw + 10px); }
  body .cy-custom .featured .large-heading {
    line-height: 1.2; }
  body .cy-custom .featured hr {
    border-top: 1px solid #CECECE; }
body .cy-custom .featured.no-border {
  border-left: none; }
body .cy-custom .featured.white-bg {
  background: #fff; }
body .cy-custom .featured-text {
  color: #F58220; }
body .cy-custom .underline {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 12px;
  text-decoration: none; }
body .cy-custom h2.underline {
  font-size: 24px; }
body .cy-custom .max-width-90 {
  margin: 0 auto;
  max-width: 600px;
  width: 95%; }
body .cy-custom .unlimited {
  background-image: url(images/unlimited.png);
  background-size: cover;
  color: #fff;
  margin-bottom: 30px;
  padding: 6vw 12px; }
  body .cy-custom .unlimited h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    text-align: center; }
  body .cy-custom .unlimited p {
    color: #fff;
    font-size: 22px;
    text-align: center; }
  body .cy-custom .unlimited .inner {
    margin: 0 auto;
    max-width: 450px; }
body .cy-custom .text-center {
  text-align: center; }
body .cy-custom .extra-padding .col-lg-6 {
  padding-bottom: 40px; }
body .cy-custom .extra-padding hr {
  margin-bottom: 25px; }

body#resources-bodycontent {
  background: #fff; }

.nav-primary > li:nth-child(-n+3) {
  display: none !important; }

@media (min-width: 991.5px) {
  /*body {
  	.nav-primary > li.nav-item:hover > a,
  	.nav-primary > li.nav-item > a:hover {
  		color: #fff !important;
  	}
  }*/ }
@media (max-width: 991.5px) {
  body .cy-custom h1 {
    font-size: 26px;
    line-height: 1.3; }
  body .cy-custom h2 {
    font-size: 22px;
    line-height: 1.2; }
  body .cy-custom h2.underline {
    font-size: 23px; }
  body .cy-custom h3 {
    font-size: 20px;
    line-height: 1.1; }
  body .cy-custom .sans {
    line-height: 1.25; }
  body .cy-custom li, body .cy-custom p {
    font-size: 18px; }
  body .cy-custom button {
    font-size: 13px; }
  body .cy-custom .large-link {
    font-size: 24px;
    padding: 20px 8px; }
  body .cy-custom .large-heading {
    font-size: 25px;
    line-height: 1.3; }
  body .cy-custom .unlimited {
    margin-bottom: 25px; }
    body .cy-custom .unlimited h1 {
      font-size: 30px; }
    body .cy-custom .unlimited p {
      font-size: 20px; }
  body .cy-custom .featured {
    border-left: 28px solid #F58220; } }
@media (max-width: 768px) {
  body .cy-custom iframe {
    height: 43vw; } }

/*# sourceMappingURL=kvcustom-inner.css.map */
