@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i|Open+Sans:400,400i,600,600i|PT+Sans:400,400i,700,700i|Work+Sans:300,400,500,600,700&display=swap');

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

@import "clarksongraincompany.webflow.css?v=1.0.3";

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

/* From custom code */


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;
}

.footer-link a {
  	color: inherit;
  }
  a.phone-link {
  	color: #fff;
  }
  .alpha-list {
  	list-style-type: lower-alpha;
  }
  .no-break {
  	white-space: nowrap;
  }
  @media(max-width:1400px) {
    .nav-link {
    	font-size: 15px;
  	}
  }
  @media(max-width:1325px) {
    .nav-link {
    	padding-right: 18px;
      padding-left: 18px;
  	}
  }
  @media(max-width:1285px) {
    .nav-link {
    	padding-right: 15px;
      padding-left: 15px;
   }
  }
  @media(max-width:1230px) {
    .nav-link {
    	font-size: 14px;
  	}
  }
  @media(max-width:1185px) {
    .nav-link {
    	padding-right: 10px;
      padding-left: 10px;
  	}
  }
  @media(max-width:1080px) {
    .nav-link {
    	font-size: 13px;
    	padding-right: 8px;
      padding-left: 8px;
  	}
   }
  @media(max-width:991px) {
   	 .nav-link {
    	 font-size: 22px;
    	 padding-right: 0px;
       padding-left: 0px;
  	 }
   }
       
       

/* Added Styles */
       
.custom-style-font {
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: 'Crimson Text', sans-serif;
    color: #166837;
    font-size: 50px;
    line-height: 55px;
    text-align: left;
    letter-spacing: -1.25px;
    text-transform: uppercase;
}

.sub-title-style {
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: 'Crimson Text', sans-serif;
    color: #166837;
    line-height: 28px;
    letter-spacing: -0.6px;
    font-size: 24px
}

.sub-title-two-style {
    display: block;
    margin-top: 0px;
    margin-bottom: 15px;
    clear: left;
    color: #166837;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
}
       
.call-out-text {
    display: block;
    margin: 30px 50px;
    padding: 20px;
    border-style: none none solid;
    border-width: 1px 1px 6px;
    border-color: #166837;
    float: left;
}

li {
    padding-left: 30px;
}

.cms-btn-third {
    display: inline-block;
    padding: 12px 45px;
    clear: none;
    border-radius: 100px;
    -webkit-transition: background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, border-color 200ms ease;
    transition: background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, border-color 200ms ease;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    border-color: #166837;
    background-color: transparent;
    color: #166837;
    margin-top: 10px;
}
.cms-btn-third:hover {
    background-color: #166837;
    color: #fff;
}

.cms-btn-fourth {
    display: inline-block;
    padding: 12px 45px;
    clear: none;
    border-radius: 100px;
    -webkit-transition: background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, border-color 200ms ease;
    transition: background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, border-color 200ms ease;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    background-color: transparent;
    border-color: #ebb70d;
    color: #ebb70d;
    margin-top: 10px;
}

.cms-btn-fourth:hover {
    background-color: #ebb70d;
    color: #fff;
}

@media (max-width: 991px) {
  li {
    padding-left: 5px;   
  }
}
       

.banner-inner {
    flex-wrap: wrap;
    align-content: center;
}

.banner-inner .heading-6 {
    text-align: center;
}

@media (max-width: 480px) {

    .banner-inner .heading-6 {
        font-size: 40px;
        line-height: 45px;
    }
    .addendum-subtitle {
        font-size: 18px;
        line-height: 25px;
    }
    .addendum-lightbox-heading {
        font-size: 25px;
        line-height: 30px;
    }

    .lightbox-content-box.addendum {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cms-btn.addendum-c2a-button {
        font-size: 14px;
    }

}

.addendum-landing-page-form-wrapper .contact-form-message {
    text-align: center;
}

.main-content-section.tag--seo-landing-page {
    background-image: none !important;
}

.addendum-gallery-image {
    background-size: cover;
    background-position: center center;
}

/* Added Badge */
.badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4.5%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}

.badge.mobile {
  display: none;
}

@media (max-width: 991px) {
  .badge {
    display: none;
  }

  .badge.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 122px;
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 320px) {
  .badge.mobile {
    width: 106px;
  }
}

/* Adjust nav-link with badge */
@media(max-width:1500px) {
  .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media(max-width:1315px) {
  .nav-link {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media(max-width:1200px) {
  .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media(max-width:1135px) {
  .nav-link {
    padding-right: 6px;
    padding-left: 6px;
  }
}

[data-nav-menu-open] {
  display: block !important;
}