@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700|Oswald:300,400,500,600|PT+Sans:400,400i,700,700i|Sintony:400,700');

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


@import "peppermaintenance.webflow.css?v=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;
}


/* Added Styles */

h1{
    font-family: Oswald, sans-serif;
    color: #f26c31;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.custom-style-font {
    font-family: Oswald, sans-serif;
    color: #f26c31;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.call-out-text {
    display: block;
    margin: 30px 80px;
    padding: 20px;
    border: 1px solid #f26c31;
    background-color: #f5f5f5;
}

.links-text {
    color: #9c3126;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.links-text:hover {
    color: #f26c31;
}

@media(max-width:1400px) {
	  .nav-container {
    	width: 90%;
    }
    
    .menu-top-content {
    	width: 90%;
    }
    
    .item-adv-box {
    	width: 19.15%;
  }
  
  @media(max-width:1175px) {
    .item-adv-box {
    	width: 19.05%;
  }
  
  @media(max-width:1085px) {
  	.nav-link {
    	font-size: 14px;
      padding: 10px 20px;
    }
    
    .item-adv-box {
    	width: 19.05%;
    }
  }
  
  @media(max-width:1076px) {
  	.nav-link {
    	font-size: 14px;
      padding: 10px 20px;
    }
    
    .item-adv-box {
    	width: 19%;
    }
  }
  
  @media(max-width:1052px) {
  	.item-adv-box {
    	width: 19%;
    }
  }
  
  @media(max-width:989px) {
  
  	.nav-container {
    	width: 100%;
    }
    
    .menu-top-content {
    	max-width: 100%;
    }
    
    .item-adv-box {
    	width: 246px;
  	}
    
    .nav-link {
    	font-size: 18px;
      padding: 15px 0px;
    }
  
  }


@media (max-width: 767px) {

  .call-out-text {
    display: block;
    margin: 30px 20px;
    padding: 20px;
    border: 1px solid #f26c31;
    background-color: #f5f5f5;
  }
}

