html:focus-within {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
}
.padding-0 {
  padding-left: 0;
  padding-right: 0;
}
.overflow-hidden {
  overflow: hidden;
}
.animation-icon {
  width: 77px;
  height: 77px;
  object-fit: cover;
  margin: 0 auto;
}
/* Showcase */
.showcase {
  width: 100%;
  height: 570px;
  position: relative;
  color: #fff;
  text-align: center;
  font-family: Georgia;
}
.showcase img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index:99;
  object-fit: cover;
}
.showcase .overlay {
  width: 100%;
  height: 570px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.showcase .overlay h1 {
  margin: 288px 0px 33px calc((100% - 980px) * 0.5);
  width: 65%;
  text-align: center;
}
.showcase h2 {
  margin-top: 170px;
  font-size: 3em;
}
.showcase p {
  margin-top: 8px;
  font-size: 1.2em;
}
.hero-col1 {
  width: 60%;
}
.hero-col2 {
  margin: 120px 50px 50px 50px;
  width: 35%;
}
/* Main CTA */
.main-cta {
  background: rgb(226, 28, 33);
  color: #fff;
  text-decoration: none;
  font-family: Montserrat;
  font-size: 22px;
  padding: 15px 30px;
}
.main-cta:hover {
  background: rgb(0, 0, 0);
  transition: .75s;
  color: rgb(226, 28, 33);
  text-decoration: none;
}
.main-cta-inverse {
  background: rgb(0, 0, 0); 
}
.main-cta-xl {
  padding-left: 25%;
  padding-right: 25%;
}
/* Sub CTA */
.sub-cta {
  font-family: Montserrat;
  font-weight: normal;
  margin-top: 40px !important;
}
.sub-cta a  {
    background: #eee;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 30px;
    width: 47%;
    text-align: center;
    margin-top: 10px;
}
.sub-cta a:hover {
    background: #555;
    transition: .5s;
    color: #fff;
    text-decoration: none;
}
.sub-cta-link a {
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
    font-size: 20px;
    font-family: Montserrat;
}
.sub-cta-link a:hover {
    color: #fff;
    text-decoration: none;
}
/* Content Area */
.content-area-subsection {
  font-family: Georgia;
}
.content-area-subinsection {
  margin: 10px 20% 50px 20%;
}
.content-area-subsection-inverse {
  background-color: #000;
}
/*Features */
.features {
  display: flex;
  justify-content: center;
}
.features .feature-item {
  width: 15%;
  display: flex;
  flex-direction: column;
  min-height: 250px;
}
.features .feature-item p {
  font-size: 16px;
  line-height: 1.875em;
  text-align: center;
}
.feature-heading {
  font-family: Georgia;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.41em;
  padding-top: 25px;
}
.feature-section {
  background: rgb(0, 0, 0);
}
.feature-section .col:first-child {
  background: rgb(226, 28, 33);
  padding-top: 50px;
  padding-bottom: 50px;
}
.feature-section-hd {
  font-family: Georgia;
  font-size: 56px;
  line-height: normal;
  text-align: center;
  padding-top: 75px ;
}
.feature-liner {
  font-size: 20px;
  font-weight: 700;
  margin-top: 50px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  line-height: 37px;
}
.feature-section ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.feature-section ul li {
  list-style-type: none;
  display: inline-block;
  width: 18%;
  vertical-align: text-top;
  padding: 0 80px 0 0;
  text-align: left;
}
.feature-desc {
  font-size: 18px !important;
  font-weight: 400;
  border-bottom: 2px solid #000;
  height: 180px;
}
/* Partnership */
.partnership ul {
  margin: 0;
  padding: 0;
}
.partnership ul li {
  list-style-type: none;
}
.partnership-block {
  font-size: 26px;
  font-family: Georgia;
  font-weight: 700;
  margin: 20px 0;
  text-align: center;
}
.partner-list li {
  width: 50%;
  float: left;
  margin: 25px 0;
  text-align: center;
}
.partner-list li img {
  width: 140px;
  height: 70px;
  object-fit: contain;
  object-position: 50% 50%;
}
.partner-list-large li {
  text-align: center;
}
.partner-list-large li img {
  width: 200px;
  height: 100px;
  object-fit: contain;
  object-position: 50% 50%;
}
/* Inverse */
.inverse-list p {
  color: #fff;
  font-size: 26px;
}
.inverse-list p span {
  color: #000;
  font-weight: 900;
}
.inverse-list {
  color: #fff;
}
.inverse-list ol {
  counter-reset: item;
  width: 70%;
  margin: 0 auto;
  padding: 0;
}
.inverse-list ol li {
  font-size: 20px;
  list-style-type: none;
  display: inline-block;
  width: 49%;
  padding-top: 50px;
}
.inverse-list ol li:before {
  content: counter(item) " ";
  counter-increment: item;
  color: red;
}
/* People Saying */
.people-saying {
  background: rgb(240, 240, 240);
  padding: 5% 10%;
}
.testimonal-section {
  display: flex;
  margin-top: 75px;
  text-align: center;
}
.testimonial {
  width: 40%;
  margin: 0 auto;
  font-size: 20px;
}
.testimonial p {
  font-style: italic;
  font-weight: 700;
}
.sub-heading {
  font-size: 30px;
  font-family: Georgia;
}
/* Contact */
.contact .main-cta-inverse {
  padding: 50px 0 25px 0;
  text-align: center;
}
.contact .main-cta-inverse p {
  margin-left: 25px;
}
.contact .sub-cta {
  font-size: 20px;
}
.ask-anything {
  padding: 50px 100px;
}
.ask-anything h2 {
  font-family: Georgia;
}
.ask-anything form {
  width: 75%;
  margin: 0 auto;
  margin-top: 50px;
}
.ask-anything form label {
  font-size: 14px;
  margin-bottom: 10px;
}
.ask-anything form .form-control {
  border-radius: 0;
  border-color: #000;
  margin-bottom: 20px;
}
.ask-anything form .form-control:focus {
  outline:none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.ask-anything form .form-control:hover, .ask-anything form .form-control:focus {
  border-width: 2px;
  font-family: Montserrat;
}
.ask-anything form .btn-primary {
  background: rgb(0, 0, 0);
  border-radius: 0;
  width: 100%;
  border-color: rgb(0, 0, 0);
}
.ask-anything form .btn-primary:hover {
  background: rgb(0, 0, 0);  
}
.partner-col {
  width: 33.33334%;
  border: 1px solid #000;
}
.product-list {
  margin: 25px 0 !important;
}
.product-list li {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
.product-list-more {
  text-align: center;
}
.product-list-more li {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  width: 30%;
  display: inline-block;
  margin: 10px 0;
}
.team-extension .color-inverse {
  background: #000;
  color: #fff;
}
.team-extension .color-inverse, .team-extension .col-half {
  width: 50%;
}
.team-extension .main-hd {
  font-size: 65px;
  margin: 50px 250px 25px 75px;
  display: block;
}
.extension-detail {
  margin-left: 75px;
}
.extension-detail .hd {
  font-size: 26px;
  color: #EE3124;
  font-weight: 700;
  margin-bottom: 25px;
}
.extension-detail-gap {
  margin-top: 50px;
}
.extension-detail ul {
  margin: 0;
  padding: 0;
}
.extension-detail ul li {
  list-style-type: none;
  font-size: 20px;
  margin-bottom: 25px;
}
.extension-detail-smlist {
    width: 85%;
}
.extension-detail-smlist a {
    color: #fff;
    text-decoration: underline;
}
.extension-detail-smlist a:hover {
    color: #fff;
    text-decoration: underline;
}
.extension-signup {
    margin: 100px 75px 200px 75px;
}
.team-desc {
  margin: 0 150px 0 75px;
  font-size: 20px;
}
.further-features {
  margin: 0;
  margin-top: 25px;  
  padding: 0;
  text-align: center;
}
.further-features li {
  list-style-type: none;
  text-align: center;
  display: inline-block;
  width: 45%;
  font-size: 20px;
  color: rgb(64, 64, 64);
}
.further-features li img {
  width: 65%;
  margin-bottom: 10px;  
}
.further-features li a {
  font-size: 20px;
  color: rgb(64, 64, 64);
}
.main-title {
  line-height:1.25em;
  font-size:65px;
  margin: 50px 0 75px 150px;
}

.k-list-item, .k-table-md {
    font-size: 13px;
}

#contactCRCModalMsg {
    font-size: 19.6px;
    line-height: 1.42857143;
}

/* Responsive */
@media only screen and (max-width: 768px) {
  .showcase .overlay h1 {
    width: auto;
    margin: 0;
    padding: 5%;
    font-size: 60px !important;
  }
  .content-area-subinsection {
    margin-left: 0;
    margin-right: 0;
  }
  .features .feature-item, .inverse-list ol li {
    width: auto;
    min-height: auto;
  }
  .feature-section-hd {
    padding-top: 0;
  }
  .inverse-list ol li {
    padding-top: 25px;
  }
  .feature-liner {
    padding-bottom: 50px;
    width: 80%;
  }
  .partnership .content-area-subsection {
    margin-top: 25px !important;
  }
  .partnership ul li {
    display: block;
    width: auto;
  }
  .testimonial, .col-4.main-cta-inverse.inverse-list {
    width: auto;
  }
  .testimonal-section {
    margin-top: 25px;
  }
  .contact .main-cta-inverse {
    padding: 50px;
  }
  .ask-anything {
    padding: 50px;
  }
  .ask-anything form {
    width: auto;
  }
  .content-area-subsection.content-area-subsection-inverse > div {
    display: block !important;
  }
  .hero-col1, .hero-col2 {
    width: 100%;
  }
  .showcase, .showcase .overlay {
    height: 350px;
  }
  .main-title {
    margin: 0;
    font-size: 45px;
    padding: 20px;
  }
  .hero-col2 {
    margin-top: 0;
    margin-left: 20px;
  }
  .content-area-subsection {
    padding: 0 10px;
  }
  .sub-cta {
    padding-bottom: 50px;
  }
  .feature-section ul li {
    width: 100%;
    padding: 0 25px;
  }
  .partnership.d-flex, .team-extension.d-flex {
    display: block !important;
  }
  .team-extension.d-flex {
    clear: both;
  }
  .partner-col, .team-extension .color-inverse, .team-extension .col-half {
    width: 100%;
  }
  .team-extension .color-inverse {
    margin-top: 250px;
  }
  .extension-signup {
    margin-bottom: 0px;
  }
  .team-extension .main-hd {
    margin: 25px;
  }
  .extension-detail, .team-desc {
    margin: 0 25px;
  }
  .further-features li {
    vertical-align: top;
  }
}