/****************custom css************/

.gravity-h3-heading .gsection_title {
  font-size: 18px;
  font-weight: normal;
}

#program .wpcf7-not-valid-tip {
  color: #fff;
  font-size: 0.8em;
}

.footer-nav .menu {
  list-style: outside none none;
  margin: 0;
}

.no-p-bm p,
p.no-p-bm {
  margin-bottom: 0;
}

/*====================*/
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 0px solid #f7e700 !important;
}

/*====================*/
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  margin: 0;
  border: 2px solid #ff0000 !important;
  display: block !important;
  clear: both;
}

.wpcf7-validation-errors {
  color: #ff0000;
}

.wpcf7 form .wpcf7-response-output {
  display: inline-block;
}

#wpcf7-f27-o1 label,
#wpcf7-f108-o2 label,
#wpcf7-f34-o1 label,
.cf7_hide_labels label {
  display: none;
}

.wpcf7-validation-errors {
}

.sidebox.widget_archive ul {
  /*background: #f4f4f4;
    padding: 15px 20px;*/
}

.sidebox.widget_categories ul {
  /*background: #f4f4f4;
    padding: 15px 20px;*/
}

.get-more-info-sm-links a span {
  display: none;
}

.breadcrumb .post {
  border: none;
  float: inherit;
  margin-bottom: 0;
  width: auto;
  background: none;
  padding: 0;
}

.ss-social-sharing .ss-button-facebook,
.ss-social-sharing .ss-button-twitter,
.ss-social-sharing .ss-button-linkedin {
  font-size: 0;
  vertical-align: top;
}

.comments-title {
  margin: 35px 0;
}

.ak-consonent-wrapper span,
.ak-consonent-wrapper a {
  display: inline !important;
}

.file-upload-btn {
  padding: 15px 80px;
}

.request-quote-page-form {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

.request-quote-page-form .featurebox {
  padding-bottom: 20px;
}

.request-quote-page-form .featurebox h2 {
  background-color: unset;
}

.request-quote-page-form .wpcf7-form-control-wrap {
  margin-bottom: 15px;
  display: block;
}

.breadcrumb > .current-item > span.current-item {
  color: #000;
  font-weight: 700;
}

.navigation.post-navigation {
  padding: 35px 0;
  clear: both;
  display: block;
}

#wpcf7-f108-o2 .wpcf7-validation-errors {
  display: none !important;
}

.faq-sec {
  width: 100%;
  clear: both;
  padding: 30px 0;
}
.faq-btn {
  background: #dddeee;
  display: block;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 16px;
}
.faq-btn:before {
  font-family: "Font Awesome\ 5 Free";
  content: "\f067";
  font-weight: 600;
  color: #111;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 14px;
}
.faq-btn:hover,
.faq-btn:active,
.faq-btn:focus,
.faq-btn.active {
  background: #1c2536;
  color: #fff;
}
.faq-btn:hover:before,
.faq-btn:focus:before,
.faq-btn:active:before,
.faq-btn.active:before {
  color: #fff;
}
.faq-btn.active:before {
  content: "\f068";
  color: #fff;
}
.faq-data {
  clear: both;
  padding: 30px 0 0 0;
  display: none;
  font-size: 16px;
  border: 1px solid #d2d2d2;
  padding: 10px 15px;
}

.hidethis {
  display: none;
}

.post_info span.posted-on {
  display: inline-block;
  margin: 0 20px 0 0;
  color: #000;
}

.side-col.widget {
  margin-bottom: 35px;
}

.side-col.widget li a {
  color: #fff;
  text-decoration: none;
}

.post_info .cat-links a {
  margin-right: 0;
}

/*******************
Bootstrap Modal Only CSS 
*********************/

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  /* -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);*/
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.clickable {
  cursor: pointer;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

/**************** end snippet **************/

.homeform.hide-before-img:before,
.homeform.hide-after-img:after {
  background-image: none;
}

.file-a-claim-form span.wpcf7-list-item {
  display: block;
  margin-left: 0;
}

/* Location Page CSS */

/*
.locflex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:flex;
    flex-wrap:wrap; 
    justify-content:flex-start;
}
.location-single{
    width: 23%;
    font-size: 0.800em;
    box-shadow: 0 0 14px rgba(0,0,0,0.14);
    padding: 15px;
    line-height: 1.4em;
    margin: 10px 1%;
}
.location-single .btn{
    text-transform:none;
    width:100%; 
}
.location-single h4{
    border-bottom: #e0e0e0 solid 1px;
    padding: 0 0 9px 0; 
}
.location-single table{

    border:none;  
}
.location-single table td{
  border:none;
  padding:0;
  text-align:left;
}
.location-content{
    float:left;
    width:100%;
    clear:both;
    padding:40px 30px;
    border:#e9e9e9 solid 1px; 
}
.locations-outer{
  float:left;
  width:100%;
  margin: 40px 0 0 0;
  clear:both;
}
.locations-outer h3{
  background: #f0f0f0;
  color: #bf2d32;
  font-size: 1.200em;
  cursor: pointer;
  margin: 0;
  position: relative;
  padding: 18px 40px;
  float: left;
  width: 100%;
  margin-bottom:13px;
  clear: both;
}
.locations-outer h3:before {
    content: "\f067";
    font-family: Font Awesome\ 6 Free;
    right: 20px;
    position: absolute;
    top: 20px;
	font-weight: 700;
    color: #bf2d32;

}
.locations-outer h3.active:before {
    content: "\f068";
    color:#fff;
}
.locations-outer h3.active {
    background:#bf2d32;
    color:#fff;
    margin-bottom:0;
}
@media screen and (max-width:1199px) {
	.location-single {
  width: 31%;
}
	}
@media screen and (max-width:768px) {
	.location-single {
  width: 48%;
}
	}
@media screen and (max-width:575px) {
	.location-single {
	width: 100%;
	margin: 5px 0;
	}
}

*/

/* Background colors */
.bg-111111 {
  background-color: #111111;
}

.page-id-1049 fieldset {
  margin-bottom: 30px;
  padding: 40px;
}

.page-id-1049 .wpcf7-form input {
  margin-bottom: 10px;
}
