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

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


@import "cirbn.webflow.css";

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

 /* Select input safari fix */

.input-field.select-input {
  moz-appearance: none;
  webkit-appearance: none;
  appearance: none;
  position: relative;
}

.form-input.select-input-wrapper:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    content: "\f107";
    color: #333;
    padding: 0 5px;
    right: 8px;
    top: 12px;
    position: absolute;
}

/* 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;
}
.list-alpha {
  list-style-type: lower-alpha;
}
.list-bullet {
  list-style-type: circle;
}

@media(max-width:1310px) {
  	.news-block {
    	width: 90%
    }
    .service-box {
    	width: 90%
    }
  }
   @media(max-width:991px) {
   	.news-block {
    	width: 100%
    }
    .service-box {
    	width: 100%
    }
   }
   @media(max-width:1380px) {
  	.nav-top-wrapper {
    	max-width: 90%
    }
    .nav-top-wrapper.mobile {
    	max-width: 90%
    }
    .nav-container {
    	max-width: 90%
    }
  }
  @media(max-width:1260px) {
  	.nav-link {
    	padding: 15px 20px;	
    }
    .nav-link.dropdown-nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
  }

  @media(max-width:1222px) {
  	.nav-link {
    	padding-right: 15px;
        padding-left: 15px;
    }
    .nav-link.dropdown-nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
  }
  @media(max-width:1164px) {
  	.nav-link {
    	padding-right: 12px;
    	padding-left: 12px;	
    }
    .nav-link.dropdown-nav-link {
    	padding-right: 12px;
    	padding-left: 12px;
    }
    .nav-link.request-link {
    	padding-right: 15px;
    	padding-left: 15px;
    }
  }
  @media(max-width:991px) {
  	.nav-container {
    	max-width: 100%
    }
    .nav-top-wrapper.mobile {
      max-width: 100%;
    }
  }

/* Added Styles */

.custom-style-font {
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 20px;
  color: hsla(207.79411764705884, 56.20%, 52.55%, 1.00);
}

.call-out-text {
  display: block;
  margin: 30px 20px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(76.74418604651163, 77.48%, 43.53%, 1.00);
  background-color: hsla(76.74418604651163, 77.48%, 43.53%, 0.10);
  color: #333;
}

 @media (max-width: 767px) {
  .imgRight {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .imgLeft {
    float: none;
    margin-left: 20px;
    margin-right: auto;
    margin-bottom: 10px;
  }
}