/* CSS for OCR RALY */

/* Cookie Pop Up */

.cc-revoke,
.cc-window {
  font-family: inherit !important;
  font-size: 16px !important;
  line-height: 24px;
}

.cc-btn {
  font-weight: normal;
  text-transform: uppercase;
  font-family: inherit !important;
  font-size: 14px;
  letter-spacing: 1px;
  transition: opacity 0.4s ease;
  text-decoration: none !important;
}

.cc-btn:hover,
.cc-btn:focus {
  opacity: 0.6;
}

.cc-color-override-1020424930 .cc-btn:hover,
.cc-color-override-1020424930 .cc-btn:focus {
  border-color: #f9a240;
}

div.cc-window.cc-floating {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.3);
}

div.cc-compliance > a.cc-btn {
  margin-right: 0px;
  margin-top: 0.2em;
}

.cc-allow {
  width: 100%;
  font-size: 17px;
}

.cc-deny {
  font-size: 14px !important;
  text-transform: none !important;
  opacity: 0.6;
  border: none !important;
  padding: 0px 0px !important;
  text-align: left !important;
  margin-top: 20px !important;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
}

.cc-deny:hover {
  opacity: 0.3;
}

/*----- Selection -----*/

.gold-text::selection {
  -webkit-text-fill-color: #202020;
}

.testimonial-slider .uk-text-meta::selection {
  -webkit-text-fill-color: #202020;
}

/*----- Hero -----*/

.hero {
  padding-top: 200px;
}

/*----- Navbar -----*/

.uk-navbar-nav > li.uk-active > a::before {
  background-image: linear-gradient(
    90deg,
    rgba(189, 148, 109, 1) 0%,
    rgba(170, 125, 83, 1) 50%,
    rgba(112, 82, 53, 1) 100%
  );
}

.uk-navbar-nav > li > a:hover::before {
  background-image: linear-gradient(
    90deg,
    rgba(189, 148, 109, 1) 0%,
    rgba(170, 125, 83, 1) 50%,
    rgba(112, 82, 53, 1) 100%
  );
}

.downchev {
  background-image: url("arrow-nav.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 13px 13px;
  padding-right: 22px !important;
}

/*--Downchev Brown on hover?
.downchev:hover {   
background-image: url("arrow-nav-brown.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 13px 13px;
  padding-right: 22px !important;
}
 */

.uk-modal-dialog .uk-close {
  color: #fff;
}

.uk-modal-dialog .uk-close svg:hover {
  opacity: 60%;
}

/*----- Buttons -----*/

#module-135 .uk-button-default {
  margin-left: 10px;
}

/* Skewed button and text */

.uk-button-default {
  display: inline-block;
  transform: skew(-10deg);
  transition: opacity 0.1s ease;
}

.uk-button-default > span {
  display: inline-block;
  transform: skew(10deg);
}

.uk-button-default:hover {
  opacity: 70%;
}

.uk-button-default:active {
  opacity: 100%;
}

/*----- Background Pattern -----*/

.stripes-right {
  background-image: url("stripes-right-long.svg");
  background-repeat: no-repeat;
  background-position: 106% 0%;
  background-attachment: fixed !important;
}

.stripes-left {
  background-image: url("stripes-left-long.svg");
  background-repeat: no-repeat;
  background-position: -7% 0%;
  background-attachment: fixed !important;
}

#tm-dialog-mobile {
  background-image: url("offcanvas-bg.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: auto 100%;
}

/*----- Homepage ---- */

/* About Video */

.about-video video {
  object-fit: cover;
  border-radius: 2px;
}

/* Text */

.gold-text {
  background: linear-gradient(
    90deg,
    rgba(185, 143, 103, 1) 0%,
    rgba(148, 108, 72, 1) 100%
  );
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bullet-center::before {
  /* Smaller bullet decoration for centered meta headings */
  border-left: 20px solid #999;
  margin-right: 10px;
}

.uk-button-text {
  font-family: instrument serif;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-style: italic;
  font-size: 18px;
}

/* Service Grid Styling + Animation */

.service-grid .uk-container-xlarge {
  max-width: 1900px;
}

.service-grid-one .uk-h1 {
  opacity: 30%;
  transition: opacity 0.4s ease;
}

.service-grid-one:hover .uk-h1 {
  opacity: 100%;
}

.service-grid-two .uk-h1 {
  opacity: 30%;
  transition: opacity 0.4s ease;
}

.service-grid-two:hover .uk-h1 {
  opacity: 100%;
}

/* gold border on top of section */

.gold-top {
  border-top: 8px solid transparent;
  border-image: linear-gradient(
    90deg,
    rgba(185, 143, 103, 1) 0%,
    rgba(148, 108, 72, 1) 100%
  );
  border-image-slice: 1;
}

/* testimonial-section */

.testimonial-slider .uk-text-meta {
  color: #ac7d51 !important;
}

.testimonial-slider .uk-text-meta {
  background-image: url("meta-left-bullet.svg") !important;
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 25px;
}

.uk-dotnav {
  transition: all 1s ease-out;
}

.uk-dotnav li a {
  background-image: url("dotnav.svg") !important;
  background-size: 98% auto;
  background-repeat: no-repeat;
  background-position: 25% 50%;
  width: 18px;
  height: 24px;
  transition: 5s ease;
}

.uk-dotnav .uk-active a {
  background-image: url("dotnav-active.svg") !important;
  background-size: 98% auto;
  background-repeat: no-repeat;
  background-position: 25% 50%;
  width: 18px;
  height: 24px;
  transition: 5s ease;
}

.uk-dotnav li a:hover {
  background-image: url("dotnav-hover.svg") !important;
  background-size: 98% auto;
  background-repeat: no-repeat;
  background-position: 25% 50%;
  width: 18px;
  height: 24px;
  transition: 5s ease;
}

.uk-dotnav .uk-active a:hover {
  background-image: url("dotnav-active.svg") !important;
  background-size: 98% auto;
  background-repeat: no-repeat;
  background-position: 25% 50%;
  width: 18px;
  height: 24px;
  transition: 5s ease;
}

/*---- Footer ----*/

.footer {
  font-size: 16px;
}

.footer-col-2,
.footer-col-3,
.footer-col-4 {
  width: 15vw;
}

.footer .uk-link {
  color: #fff !important;
}

.footer .uk-link:hover {
  opacity: 60% !important;
}

.footer a {
  color: #fff !important;
}

.footer a:hover {
  opacity: 60% !important;
}

.cc-custom-revoke {
  font-size: 13px;
  letter-spacing: 0px;
}

.copyright {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*----- Subpages -----*/

.sub-hero .uk-background-norepeat {
  padding-top: 200px;
  padding-bottom: 200px;
}

.article-page .links-card .uk-link {
  color: #202020;
}

.article-page .links-card .uk-link:hover {
  opacity: 60%;
}

.article-page .links-card .uk-link:active {
  opacity: 100%;
}

.article-img {
  margin-top: -140px !important;
}

.article-hero .uk-background-norepeat {
  padding-top: 100px;
}

.bg-img .uk-background-norepeat {
  padding-top: 250px;
  padding-bottom: 250px;
  border-radius: 2px !important;
}

.bronze-divider {
  border-top: 1px solid rgba(186, 145, 105, 0.3);
}

/* Sitemap */

/*Site Map */

#jmap_sitemap h1 {
  font-size: 36px;
  color: #202020;
  text-transform: capitalize;
}

.treeview span {
  color: #202020 !important;
}

a.hover {
  text-decoration: none !important;
}

.treeview a {
  color: #202020 !important;
  text-transform: capitalize !important;
}

.treeview .hover {
  color: #ac7d51 !important;
  text-decoration: none !important;
}

.treeview a.selected {
  background-color: transparent !important;
  text-decoration: none !important;
}

.treeview a.selected {
  font-size: 16px !important;
}

/* form */

@media only screen and (max-width: 768px) {
  .ocr .ba-form-page {
    padding: 0px !important;
  }
}

.ocr .ba-form-submit-btn {
  background: linear-gradient(
    90deg,
    rgba(189, 148, 109, 1) 0%,
    rgba(170, 125, 83, 1) 50%,
    rgba(112, 82, 53, 1) 100%
  );
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  transform: skew(-10deg);
  transition: opacity 0.1s ease;
}

.ocr .ba-form-submit-btn:hover {
  opacity: 60%;
}

.ocr .ba-form-submit-btn {
  opacity: 100%;
}

.ocr .ba-form-submit-btn span {
  display: inline-block;
  transform: skew(10deg);
}

.ocr .ba-form-acceptance-field .ba-form-acceptance-html p a {
  color: #af7c50;
}

.ocr .ba-form-acceptance-field .ba-form-acceptance-html p a:hover {
  opacity: 60%;
}

/*------------ Responsive ----------*/

@media all and (min-width: 1400px) and (max-width: 1600px) {
  .uk-logo {
    width: 200px;
  }

  .uk-navbar-item,
  .uk-navbar-nav > li > a,
  .uk-navbar-toggle {
    font-size: 15px;
  }

  .uk-navbar-nav {
    gap: 35px;
  }

  .about-video video {
    height: 400px;
  }

  #module-135 .uk-button-default {
    margin-left: 5px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1399px) {
  .uk-logo {
    width: 165px;
    position: relative;
    right: 40vw;
  }

  .uk-navbar {
    justify-content: flex-end;
  }

  .about-video video {
    height: 450px;
  }

  .uk-navbar-item,
  .uk-navbar-nav > li > a,
  .uk-navbar-toggle {
    font-size: 14px;
  }

  .uk-navbar-nav {
    gap: 25px;
  }

  #module-135 .uk-button-default {
    margin-left: -5px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .uk-navbar-right {
    margin-left: 30px;
  }

  .uk-h1 {
    font-size: 40px;
  }

  .cta-image img {
    height: 350px;
    object-fit: cover !important;
  }

  .event-section .uk-position-cover {
    background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.9) 45%,
      rgba(255, 255, 255, 0) 100%
    ) !important;
  }

  .uk-h5 {
    font-size: 18px;
  }

  .footer .uk-heading-bullet::before {
    margin-right: 10px;
    border-left: 30px solid #999;
  }

  .stripes-right {
    background-position: 110% 0%;
  }

  .stripes-right-long {
    background-position: 110% 0%;
  }

  .stripes-left {
    background-image: url("left-stripes.svg");
    background-repeat: no-repeat;
    background-position: -15% 0%;
  }
}

@media all and (min-width: 960px) and (max-width: 1199px) {
  .event-section .uk-position-cover {
    background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.95) 25%,
      rgba(255, 255, 255, 0.7) 100%
    ) !important;
  }

  .stripes-right {
    background-position: 150% 0%;
    background-size: auto 100%;
  }

  .stripes-right-long {
    background-position: 150% 0%;
    background-size: auto 100%;
  }

  .stripes-left {
    background-position: -30% 0%;
    background-size: auto 100%;
  }

  .uk-h5 {
    font-size: 18px;
  }

  .footer .uk-heading-bullet::before {
    margin-right: 10px;
    border-left: 30px solid #999;
  }

  .footer-col-2,
  .footer-col-3,
  .footer-col-4 {
    width: auto;
  }

  /*

  .responsive-service {
    display: none;
  }  */
}

@media all and (min-width: 640px) and (max-width: 959px) {
  .uk-h5 {
    font-size: 18px;
  }

  .footer .uk-heading-bullet::before {
    margin-right: 10px;
    border-left: 30px solid #999;
  }

  .stripes-right {
    background-position: 250% 0%;
    background-size: auto 100%;
  }

  .stripes-right-long {
    background-position: 250% 0%;
    background-size: auto 100%;
  }

  .stripes-left {
    background-position: -50% 0%;
    background-size: auto 100%;
  }

  .event-section .uk-position-cover {
    background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.85) 25%,
      rgba(255, 255, 255, 0.85) 100%
    ) !important;
  }

  .footer-col-2,
  .footer-col-3,
  .footer-col-4 {
    width: auto;
  }

  /*
  .responsive-service {
    display: none;
  }
  
  */

  .service-grid-nograd img {
    height: 475px;
    object-fit: cover;
  }

  .article-img {
    margin-top: -0px !important;
  }

  .bg-img .uk-background-norepeat {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media (max-width: 639px) {
  .uk-h1 {
    font-size: 32px;
  }

  .uk-h2 {
    font-size: 29px;
  }

  .event-section .uk-position-cover {
    background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.8) 25%,
      rgba(255, 255, 255, 0.8) 100%
    ) !important;
  }

  .responsive-service {
    display: none;
  }

  .footer-col-2,
  .footer-col-3,
  .footer-col-4 {
    width: auto;
  }

  .uk-h5 {
    font-size: 18px;
  }

  .footer .uk-heading-bullet::before {
    margin-right: 10px;
    border-left: 30px solid #999;
  }

  .uk-logo {
    width: 200px;
  }

  .stripes-left {
    background-size: 0px 0px;
  }

  .stripes-right {
    background-size: 0px 0px;
  }

  .uk-modal-dialog .uk-close {
    padding: 25px;
  }

  .article-img {
    margin-top: -0px !important;
  }

  .bg-img .uk-background-norepeat {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
