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

@import "normalize.css";
@import "webflow.css";


@import "cv-lloyed.webflow.css";

@import url("https://use.fontawesome.com/releases/v5.0.13/css/all.css");


/* From custom code */

.cms-frontend {
  overflow-x: hidden;
  word-wrap: break-word;
}
.cms-btn:focus {
  outline: 0;
}
img.userUpload {
  height: auto !important;
}
.contact-form-success-message {
  display: block !important;
}
.content-block ul {
    overflow: hidden;
}
.responsive-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cms-btn a {
    color: inherit;
}
.w-lightbox-item {
    width: 14vh !important;
}
.w-lightbox-thumbnail {
    height: 8vh !important;
    background: none !important;
}
.w-lightbox-container, .w-lightbox-content, .w-lightbox-group, .w-lightbox-view, .w-lightbox-frame, .w-lightbox-figure, .w-lightbox-img, .w-lightbox-image {
  max-width: 100% !important;
}
.w-lightbox-backdrop {
    z-index: 999999999999999999999 !important;
}
.w-lightbox-caption {
	text-align: center !important;
}
/* Custom search form styles */
[data-module="cms-custom-search"] {
  padding: 0px;
  margin-top: 20px;
}
[data-module="cms-custom-search"] .form-wrapper form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 280px;
  border-bottom: none !important;
}
[data-module="cms-custom-search"] .form-wrapper form button {
  min-width: 150px;
}
[data-module="cms-custom-search"] .form-wrapper .form-item {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
[data-module="cms-custom-search"] .form-wrapper form input[type='text'] {
  display: block;
  width: 100%;
  height: 48px;
  max-width: 100%;
  margin-bottom: 0px;
  padding: 8px 12px 8px 14px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}
[data-module="cms-custom-search"] .form-wrapper {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.cms-custom-search-result {
  margin-bottom: 0px !important;
  padding-top: 30px;
  border-bottom: none !important;
  border-top: 1px solid #ddd;
}
.cms-custom-search, .cms-custom-search-result p, .cms-custom-search-result-sub-title {
  font-size: 14px !important;
  font-style: inherit !important;
  color: #858484;
}
.cms-custom-search-result-title {
  font-size: 16px !important;
  margin-bottom: 5px !important;
}
#password-form {
  width: 280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#password-form-error {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .w-lightbox-left, .w-lightbox-right {
    background-size: 15px;
  }
}

.fas {
    font-style: inherit;
    font-weight: 900;
  }
  .fa {
    font-weight: 400;
  }
  .footer-link a {
  	color: inherit;
  }
  .font-awesome-regular-icon, .font-awesome-solid-icon, .font-awesome-brand-icon, .font-awesome-icon-example {
  	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }


/* Added Styles */

.page-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #555;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
}

.call-out-text {
  display: block;
  max-width: 90%;
  margin: 30px auto;
  padding: 20px;
  border-style: solid none;
  border-width: 1px;
  border-color: #ccc;
  background-color: transparent;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #777;
  text-align: center;
}

.line-break {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background-color: #b7b7b7;
}

@media screen and (max-width: 479px) {
   .imgBanner {
      position: relative;
      max-width: 350px;
      max-height: 230px;
    }
    
    .userUpload.imgBanner {
      max-width: 320px;
      max-height: 100%;
      margin: 20px;
    }
    
    .imgLeft {
      float: none
    }
    
    .imgRight {
      float: none
    }
}

/* Revisions 3/5/2025 */

.rev01 .logo-home-link{
  margin-top: 14px;
  width: auto;
}

.rev01 .logo-home-link.scrolled{
  transition: unset;
}

.rev01 .slider-section .slide-content-outer-wrapper {
  padding-top: 200px;
}

.rev01 .logo-slide-banner {
  height: unset;
}

@media (max-width: 991px) {
  .rev01 .logo-home-link{
    margin-top: 4.5vw;
  }
}

/* Revisions 12/3/2025 */
.social-footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
  flex-direction: row;
}

@media (max-width: 479px) {
  .social-footer-block {
    justify-content: center;
  }
}