/* Mixins */
/* end Mixins */
* {
  font-family: "industry", sans-serif;
  /*transition: all 0.5s ease;*/
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
body {
  padding: 0;
  margin: 0;
  font-size: 18px;
  box-sizing: border-box;
  line-height: 36px;
}
h1 {
  font-size: 4.28em;
  line-height: 1.3em;
  font-family: "industry", sans-serif;
  font-weight: 900;
}
h2 {
  font-size: 2em;
  line-height: 1.3em;
  font-family: "industry", sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.65em;
  }
}
h3 {
  font-size: 1.95em;
  line-height: 1.95em;
  font-family: "industry", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.95em;
  }
}
h4 {
  font-size: 1.65em;
  font-family: "industry", sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.65em;
  }
}
.hentry {
  margin-bottom: 0;
}
a {
  color: #ee2e24;
}
a:hover {
  text-decoration: none;
  color: #167ac6;
}
a:visited {
  color: #ee2e24;
}
.btn-primary, a.btn-primary {
  background-color: #ee2e24;
  color: #fff;
  border: 1px solid #ee2e24;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  white-space: normal;
  background-image: none;
  padding: 0 20px;
  border-radius: 0;
}
.btn-primary:hover, a.btn-primary:hover {
  background-color: #fff;
  color: #ee2e24;
}
.btn-primary.btn-lg, a.btn-primary.btn-lg {
  height: 50px;
  line-height: 50px;
  font-size: 22px;
}
.btn-red {
  background: #ee2e24;
  border-color: #ee2e24;
  color: #fff;
  font-size: 18px;
  border-radius: 0px;
  border-width: 1px;
  white-space: normal;
}
@media (min-width: 768px) {
  .btn-red {
    font-size: 1em;
  }
}
.btn-red:visited {
  color: #fff;
}
.btn-red:hover, .btn-red:active, .btn-red:focus {
  background-color: transparent;
  border-color: #ee2e24;
  color: #ee2e24;
}
ul li i {
  color: #ee2e24;
}
.fa-ul {
  margin-left: 0;
}
@media (min-width: 768px) {
  .fa-ul {
    margin-left: 2.5em;
  }
}
.fa-ul.list-padding {
  margin-left: 2.5em;
}
.fa-ul > li {
  margin-bottom: 24px;
  line-height: 1.5em;
}
ol.circles-list, ul.insuranceList {
  list-style-type: none;
  margin: 0;
  margin-left: 1em;
  counter-reset: li-counter;
}
@media (min-width: 768px) {
  ol.circles-list, ul.insuranceList {
    margin-left: 4em;
    padding: 0;
  }
}
ol.circles-list > li {
  position: relative;
  padding-left: 0.5em;
}
ol.circles-list > li:before {
  position: absolute;
  top: 0;
  left: -1.33em;
  width: 1.2em;
  height: 1.2em;
  font-size: 2.5em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  border: 3px solid #ee3124;
  border-radius: 50%;
  background-color: #27313c;
  content: counter(li-counter);
  counter-increment: li-counter;
}
ol.circles-list p {
  font-weight: 600;
  font-size: 1.5em;
  padding-top: 10px;
  margin-bottom: 0;
}
ul.insuranceList {
  display: flex;
  flex-direction: column;
  height: auto;
  /* account for borders */
  width: 100%;
  margin-left: 0em;
  padding-left: 0;
}
@media (min-width: 768px) {
  ul.insuranceList {
    height: 600px;
    flex-wrap: wrap;
    padding-left: 40px;
  }
}
ul.insuranceList li {
  width: 100%;
}
@media (min-width: 768px) {
  ul.insuranceList li {
    width: 32%;
  }
}
.entry-breadcrumbs {
  padding-top: 10px;
}
ul#breadcrumbs {
  list-style-type: none;
  width: 100%;
  border-bottom: 1px solid rgba(153, 153, 153, 1.00);
  margin: 10px 0 20px;
  padding-left: 0;
  padding-bottom: 15px;
}
ul#breadcrumbs li {
  display: inline;
  margin: 0 5px;
  color: #777;
  font-size: 16px;
}
@media (min-width: 768px) {
  ul#breadcrumbs li {
    font-size: 1em;
    margin: 0 10px;
  }
}
ul#breadcrumbs li a {
  color: rgba(255, 0, 0, 1.00);
}
ul#breadcrumbs li a:hover {
  color: #777;
}
ul#breadcrumbs li .bread-current {
  color: #777;
}
ul#breadcrumbs li.separator i {
  color: rgba(204, 204, 204, 1);
}
ul#breadcrumbs li .bread-trail .separator {
  margin: 0 5px;
}
@media (min-width: 768px) {
  ul#breadcrumbs li .bread-trail .separator {
    margin: 0 10px;
  }
}
ul#breadcrumbs li.item-archive {
  margin-right: 0;
}
.amp {
  font-family: 'Times New Roman', Times, serif;
}
.panel-group .panel-heading {
  padding: 0 15px;
  background-color: #ee2e24;
  background-image: none;
}
.panel-group .panel-heading .panel-title a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
}
.panel-group .insuranceList li {
  padding: 5px;
}
.admin-bar header.site-header {
  top: 32px;
}
header.site-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  top: 0;
  min-height: 151px;
  border-bottom: 1px solid #ee2e24;
}
@media (min-width: 768px) {
  header.site-header {
    padding-bottom: 0px;
  }
}
header.site-header.alert-message {
  min-height: 231px;
}
header.site-header .custom_message {
  background-image: url('../img/location-alert_bg.jpg');
  background-repeat: repeat-y;
  background-size: 100% auto;
  text-align: center;
  height: 80px;
  line-height: 26px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  header.site-header .custom_message {
    font-size: 26px;
    height: 80px;
  }
}
header.site-header .site-branding {
  display: none;
}
header.site-header nav .menu-top-nav-container {
  background-color: rgba(39, 49, 60, 1.00);
  width: 100%;
  padding-right: 40px;
}
header.site-header nav .menu-top-nav-container ul {
  padding: 0;
  float: right;
  margin: 0;
}
header.site-header nav .menu-top-nav-container ul li {
  float: left;
  list-style-type: none;
  padding: 0 10px;
}
header.site-header nav .menu-top-nav-container ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 40px;
}
@media (min-width: 768px) {
  header.site-header nav .menu-top-nav-container ul li a {
    font-size: 1em;
  }
}
header.site-header nav .menu-top-nav-container ul li a:hover {
  border-bottom: 2px solid #ee2e24;
}
header.site-header nav .menu-top-nav-container ul li.current_page_item a {
  border-bottom: 2px solid #ee2e24;
}
header.site-header .logoWrap {
  float: left;
  padding: 10px 0 10px 10px;
  height: 110px;
}
header.site-header .logoWrap .logo {
  height: 100%;
  width: 100%;
  max-width: 300px;
}
header.site-header .menu-toggle {
  border-color: #ee2e24;
  top: 30px;
  position: relative;
  right: 0;
  display: block;
}
@media (min-width: 768px) {
  header.site-header .menu-toggle {
    position: absolute;
    top: 60px;
    display: none;
  }
}
header.site-header .menu-toggle .icon-bar {
  background-color: #ee2e24;
}
header.site-header .menu-menu-1-container {
  width: 100%;
  padding-top: 10px;
  background-color: #fff;
}
@media (min-width: 768px) {
  header.site-header .menu-menu-1-container {
    background-color: transparent;
    padding-top: 40px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  header.site-header .menu-menu-1-container {
    padding-right: 40px;
  }
}
header.site-header .menu-menu-1-container ul {
  padding: 0;
  float: none;
  margin: 0;
}
@media (min-width: 768px) {
  header.site-header .menu-menu-1-container ul {
    float: right;
  }
}
header.site-header .menu-menu-1-container ul li {
  list-style-type: none;
  padding: 0 10px;
  display: block;
  transform: skew(0deg);
  margin-left: 0px;
  text-align: right;
}
@media (min-width: 768px) {
  header.site-header .menu-menu-1-container ul li {
    transform: skew(-10deg);
    display: inline-block;
    text-align: unset;
    margin-left: 0px;
    padding: 0 7px;
  }
}
@media (min-width: 1024px) {
  header.site-header .menu-menu-1-container ul li {
    margin-left: 10px;
    padding: 0 10px;
  }
}
header.site-header .menu-menu-1-container ul li a {
  color: #ee2e24;
  text-decoration: none;
  font-size: 1em;
  padding: 5px 0px;
  transform: skew(0deg);
  display: block;
}
@media (min-width: 768px) {
  header.site-header .menu-menu-1-container ul li a {
    font-size: 16px;
    padding: 5px;
    transform: skew(10deg);
  }
}
@media (min-width: 1024px) {
  header.site-header .menu-menu-1-container ul li a {
    padding: 5px 5px;
  }
}
@media (min-width: 1200px) {
  header.site-header .menu-menu-1-container ul li a {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  header.site-header .menu-menu-1-container ul li:hover {
    transform: skew(-10deg);
  }
}
header.site-header .menu-menu-1-container ul li:hover a {
  color: #fff;
}
@media (min-width: 768px) {
  header.site-header .menu-menu-1-container ul li:hover a {
    transform: skew(10deg);
  }
}

header.site-header .menu-menu-1-container ul li.current-menu-item:hover {
  background-color: #ee2e24;
  outline: 1px solid #ee2e24;
}
header.site-header .menu-menu-1-container ul li.current-menu-item a:hover {
  color: #fff;
}
header.site-header .menu-menu-1-container ul li.apptRequest {
  background-color: #000;
  outline: 1px solid #ee2e24;
  /* SKEW */
}
header.site-header .menu-menu-1-container ul li.apptRequest a {
  color: #fff;
  /* inverse SKEW */
}
header.site-header .menu-menu-1-container ul li.apptRequest a:hover {
  text-decoration: none;
}
header.site-header .menu-menu-1-container ul li.apptRequest:hover {
  background-color: #ee2e24;
}
.home.page header {
  background-color: #fff;
  border-bottom: 0;
}
.home.page header .menu-menu-1-container ul li a {
  /*color: #ee2e24;*/
  padding: 5px 5px;
}
@media (min-width: 768px) {
  /*.home.page header .menu-menu-1-container ul li a {
    color: #fff;*/
}
.home.page header .menu-menu-1-container ul li.apptRequest a {
  color: #fff;
}
.home.page header .menu-menu-1-container ul li.apptRequest a:hover {
  text-decoration: none;
}
.home.page header .menu-menu-1-container ul li.apptRequest:hover {
  background-color: #ee2e24;
}
.home.page .site-content {
  margin-top: 0;
}
.home.scrolled header.site-header {
  background-color: #fff;
  border-bottom: 1px solid #f00;
}
.home.scrolled header.site-header .menu-menu-1-container ul li a {
  color: #ee2e24;
}
.home.scrolled header.site-header .menu-menu-1-container ul li:hover {
  background-color: #ee2e24!important;
  outline: 1px solid #ee2e24;
  transform: skew(-10deg);
}
header.site-header .menu-menu-1-container ul li:hover {
  background-color: #ee2e24!important;
  outline: 1px solid #ee2e24;
}
.home.scrolled header.site-header .menu-menu-1-container ul li:hover a {
  transform: skew(10deg);
  color: #fff;
}
.home.scrolled header.site-header .menu-menu-1-container ul li.apptRequest a {
  color: #fff;
  /* inverse SKEW */
}
.home.scrolled header.site-header .menu-menu-1-container ul li.apptRequest a:hover {
  text-decoration: none;
}
.home.scrolled header.site-header .menu-menu-1-container ul li.apptRequest:hover {
  background-color: #ee2e24;
}
#video-wrapper {
  height: 100%;
  margin-bottom: -9px;
  padding: 0;
  position: relative;
  top: 0;
  z-index: -1;
  max-width: 100%;
}
#video-wrapper .video-foreground .overlayText {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.requestBar {
  background-color: #ee2e24;
  background-image: url("../img/home_request_btn_bg.png");
  background-repeat: repeat-x;
  height: 120px;
  text-align: center;
}
.requestBar .requestBtn {
  background-color: #000;
  border: 0px solid #fff;
  transform: skew(-10deg);
  outline: 4px solid #fff;
  display: inline-block;
  padding: 5px 15px;
  margin-top: 15px;
  /* SKEW */
}
.requestBar .requestBtn a {
  display: block;
  transform: skew(10deg);
  /* inverse SKEW */
  color: #fff;
  font-size: 2.5em;
}
.requestBar .requestBtn:hover {
  background-color: #ee2e24;
}
.page-id-577 .entry-header .entry-title {
  margin: 10px 30px;
}
.mapLeft {
  width: 100%;
  height: 600px;
  float: left;
  background-image: url('../img/home_location_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .mapLeft {
    width: 50%;
    height: 650px;
  }
}
.mapLeft h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  text-shadow: 0px 0px 30px #000;
  margin-bottom: 0;
  line-height: 58px;
}
@media (min-width: 768px) {
  .mapLeft h3 {
    line-height: 1.95em;
  }
}
.mapLeft .locationSearchWrap {
  margin: 0 auto;
  text-align: center;
}
.mapLeft .locationSearchWrap .locationSearch {
  margin: 10px auto;
  height: 40px;
  width: 50%;
  padding: 0 20px;
  font-size: 18px;
  color: #bab9b9;
}
.mapLeft .locationSearchWrap button.btn-primary {
  background-color: #ee2e24;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin-top: -3px;
}
.mapLeft .locationSearchWrap button.btn-primary:hover {
  background-color: #fff;
  color: #ee2e24;
}
.mapLeft .logoWrap {
  margin: 10px auto 0;
  text-align: center;
}
.mapLeft .logoWrap img {
  width: 50%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mapLeft .logoWrap img {
    width: 26%;
  }
}
.mapRight {
  width: 100%;
  height: 600px;
  float: left;
}
@media (min-width: 1024px) {
  .mapRight {
    width: 50%;
    height: 650px;
  }
}
.homeSection {
  min-height: 350px;
  background-color: #000;
}
@media (min-width: 768px) {
  .homeSection {
    min-height: 650px;
  }
}
.homeSection h4 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  text-shadow: 0px 0px 30px #000;
  margin-bottom: 10px;
}
.homeSection p {
  font-size: 24px;
  color: #fff;
}
.homeSection .left {
  width: 100%;
  min-height: 650px;
  float: left;
}
@media (min-width: 1024px) {
  .homeSection .left {
    width: 50%;
  }
}
.homeSection .right {
  width: 100%;
  min-height: 650px;
  float: left;
}
@media (min-width: 1024px) {
  .homeSection .right {
    width: 50%;
  }
}
.homeSection.first .photo {
  background-image: url('../img/home_map_section.jpg');
  background: -webkit-linear-gradient(right, rgba(255, 0, 0, 0) 81%, rgba(0, 0, 0, 1)), url('../img/home_map_section.jpg');
  /*Safari 5.1-6*/
  background: -o-linear-gradient(left, rgba(255, 0, 0, 0) 81%, rgba(0, 0, 0, 1)), url('../img/home_map_section.jpg');
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(left, rgba(255, 0, 0, 0) 81%, rgba(0, 0, 0, 1)), url('../img/home_map_section.jpg');
  /*Fx 3.6-15*/
  background: linear-gradient(to left, rgba(255, 0, 0, 0) 81%, rgba(0, 0, 0, 1)), url('../img/home_map_section.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.homeSection.second .photo {
  background-image: url('../img/home_section2photo_bg.jpg');
  background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0) 71%, rgba(0, 0, 0, 1)), url('../img/home_section2photo_bg.jpg');
  /*Safari 5.1-6*/
  background: -o-linear-gradient(right, rgba(255, 0, 0, 0) 71%, rgba(0, 0, 0, 1)), url('../img/home_section2photo_bg.jpg');
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(right, rgba(255, 0, 0, 0) 71%, rgba(0, 0, 0, 1)), url('../img/home_section2photo_bg.jpg');
  /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(255, 0, 0, 0) 71%, rgba(0, 0, 0, 1)), url('../img/home_section2photo_bg.jpg');
  /*Standard*/
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.homeSection.third .photo {
  background-image: url('../img/home_section3photo_bg.jpg');
  background: -webkit-linear-gradient(right, rgba(255, 0, 0, 0) 81%, rgba(0, 0, 0, 1)), url('../img/home_section3photo_bg.jpg');
  /*Safari 5.1-6*/
  background: -o-linear-gradient(left, rgba(255, 0, 0, 0) 81%, rgba(0, 0, 0, 1)), url('../img/home_section3photo_bg.jpg');
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(left, rgba(255, 0, 0, 0) 81%, rgba(0, 0, 0, 1)), url('../img/home_section3photo_bg.jpg');
  /*Fx 3.6-15*/
  background: linear-gradient(to left, rgba(255, 0, 0, 0) 81%, rgba(0, 0, 0, 1)), url('../img/home_section3photo_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.homeSection.second .text {
  background-image: url('../img/home_section2_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}
.homeSection.third .text {
  background-image: url('../img/home_section3_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}
.site-footer {
  background-color: #1a2128;
  padding: 40px 20px;
  color: #fff;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 40px;
  }
}
.site-footer h4 {
  font-size: 30px;
}
.site-footer p {
  font-size: 18px;
}
.site-footer .socialWrap {
  text-align: center;
  padding-top: 24px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .site-footer .socialWrap {
    text-align: left;
  }
}
.site-footer .socialWrap p {
  margin-bottom: 10px;
}
.site-footer .socialWrap ul {
  margin: 0;
  padding: 0;
}
.site-footer .socialWrap ul li {
  list-style-type: none;
  display: inline-block;
}
.site-footer .socialWrap ul li a {
  color: #ee2e24;
  display: inline-block;
  border: 2px solid #ee2e24;
  border-radius: 5px;
  min-width: 50px;
  min-height: 50px;
  text-align: center;
  padding: 0px;
  font-size: 24px;
}
.site-footer .socialWrap ul li a .fa {
  line-height: 50px;
}
@media (min-width: 768px) {
  .site-footer .socialWrap ul li a {
    font-size: 36px;
    min-width: 70px;
    min-height: 70px;
  }
  .site-footer .socialWrap ul li a .fa {
    line-height: 70px;
  }
}
.site-footer .socialWrap ul li a:hover {
  background-color: #fff;
}
.site-footer .newsletterWrap {
  text-align: center;
  padding-top: 24px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .site-footer .newsletterWrap {
    text-align: left;
  }
}
.site-footer .newsletterWrap p {
  margin-bottom: 10px;
}
.site-footer .newsletterWrap input {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  height: 70px;
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  padding: 0 20px;
}
.site-footer .newsletterWrap input:focus {
  color: #fff;
}
.site-footer .newsletterWrap .btn {
  float: right;
  background-image: none;
  background-color: #ee2e24;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .site-footer .newsletterWrap .btn {
    width: auto;
  }
}
.site-footer .newsletterWrap .btn:hover {
  width: auto;
  background-color: #fff;
  color: #ee2e24;
  border: 1px solid #ee2e24;
}
.site-footer .requestWrap {
  text-align: center;
  padding-top: 24px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .site-footer .requestWrap {
    text-align: right;
  }
}
.site-footer .requestWrap p {
  margin-bottom: 10px;
}
.site-footer .btn {
  background-image: none;
  background-color: #ee2e24;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .site-footer .btn {
    width: auto;
  }
}
.footer_second {
  background-color: #27313c;
  text-align: center;
  font-size: 24px;
  color: #fff;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer_second p {
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
}
.footer_second a {
  color: #fff;
}
.footer_second a:hover {
  color: #fff;
}
.footer_second a:focus {
  color: #fff;
}
.footer_second .disclaimer {
  font-size: 12px;
}
body.single {
  background-color: #fff;
  color: #000;
}
.single .site-content, .page .site-content, .archive .site-content, .error404 .site-content, .blog .site-content {
  position: relative;
  margin-top: 150px;
  z-index: 99;
}
@media (min-width: 768px) {
  .single .site-content, .page .site-content, .archive .site-content, .error404 .site-content, .blog .site-content {
    min-height: 800px;
  }
}
.single .site-content.alert-message, .page .site-content.alert-message, .archive .site-content.alert-message, .error404 .site-content.alert-message, .blog .site-content.alert-message {
  margin-top: 251px;
}
@media (min-width: 768px) {
  .single .site-content.alert-message, .page .site-content.alert-message, .archive .site-content.alert-message, .error404 .site-content.alert-message, .blog .site-content.alert-message {
    margin-top: 250px;
  }
}
.single .entry-content, .page .entry-content, .archive .entry-content, .error404 .entry-content, .blog .entry-content {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
}
.single .contactForm input, .page .contactForm input, .archive .contactForm input, .error404 .contactForm input, .blog .contactForm input {
  padding: 0 20px;
}
.single .contactForm .btn, .page .contactForm .btn, .archive .contactForm .btn, .error404 .contactForm .btn, .blog .contactForm .btn {
  background-image: none;
  background-color: #ee2e24;
  height: 40px;
  line-height: 44px;
  font-size: 18px;
  padding: 0 20px;
  color: #fff;
  border-radius: 0;
  border: 0;
  text-shadow: none;
}
.entry-header, .page-header {
  background-color: #ee2e24;
  background-image: url(../img/red-grunge-title-background2.jpg);
  background-position: center top;
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
}
.entry-header .entry-title, .page-header .entry-title, .entry-header .page-title, .page-header .page-title {
  color: #fff;
  text-align: left !important;
  font-family: "industry", sans-serif;
  font-size: 2em;
  font-weight: 600;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.74);
  margin: 10px 0 10px;
}
@media (min-width: 768px) {
  .entry-header .entry-title, .page-header .entry-title, .entry-header .page-title, .page-header .page-title {
    font-size: 3.3em;
    margin-top: 20px;
  }
}
ul.leaders {
  max-width: 40em;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
}
ul.leaders li:after {
  float: left;
  width: 0;
  white-space: nowrap;
}
ul.leaders span:first-child {
  padding-right: 0.33em;
  background: white;
  text-transform: capitalize;
}
ul.leaders span.day {
  width: 40%;
  float: left;
  overflow: hidden;
}
@media (min-width: 768px) {
  ul.leaders span.day {
    width: 50%;
  }
}
ul.leaders span.day:after {
  white-space: nowrap;
  padding-left: 5px;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
}
ul.leaders span + span {
  float: left;
  padding-left: 0.33em;
  background: white;
}
.page-template-page-about h3 {
  border-bottom: 1px solid #ee2e24;
  margin: 20px 0;
  line-height: 36px;
  font-size: 36px;
}
.page-template-page-about .thumbnail {
  min-height: 250px;
}
@media (min-width: 768px) {
  .page-template-page-about .thumbnail {
    min-height: 200px;
  }
}
.page-template-page-about .thumbnail .caption {
  min-height: 70px;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-page-about .thumbnail .caption {
    min-height: 100px;
  }
}
/* Services */
.featured {
  float: left;
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.featured img {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .featured {
    min-height: 650px;
  }
}
.services_list {
  float: right;
  min-height: auto;
  padding: 0;
}
@media (min-width: 768px) {
  .services_list {
    padding: 0 15px;
    margin-bottom: 20px;
    max-width: 67%;
    min-height: 650px;
  }
}
.services_list h3 {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-size: 27px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0px;
  line-height: 50px;
  font-weight: 400;
}
.services_list .list_inner_wrap {
  padding: 15px;
  border: 2px solid #ee2e24;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  margin: 0 0 40px 0;
}
@media (min-width: 768px) {
  .services_list .list_inner_wrap {
    margin-bottom: 0;
  }
}
.services_list .list_inner_wrap ul {
  padding: 0 25px;
  min-height: unset;
  list-style: none;
  margin: 0;
}
@media (min-width: 768px) {
  .services_list .list_inner_wrap ul {
    min-height: 538px;
    margin-bottom: 0;
    padding: 0 0 0 25px;
  }
}
@media (min-width: 1024px) {
}
@media (min-width: 1200px) {
  .services_list .list_inner_wrap ul {
    padding: 0px 0 0px 50px;
    min-height: inherit;
  }
}
.services_list .list_inner_wrap ul li {
  margin-bottom: 10px;
  line-height: 1em;
}
@media (min-width: 1025px) {
  .services_list .list_inner_wrap ul li {
    margin-bottom: 15px;
  }
}
.services_list .list_inner_wrap ul li:before {
  content: "\f0da";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1em;
  color: #ee2e24;
  /* same as padding-left set on li */
  width: 1em;
  /* same as padding-left set on li */
}
.services_list .list_inner_wrap ul li a {
  color: #000;
  font-size: 16px;
}
@media (min-width: 1025px) {
  .services_list .list_inner_wrap ul li a {
    font-size: 18px;
  }
}
.services_list .list_inner_wrap ul li a:hover {
  color: #ee2e24;
}
.services_list .list_inner_wrap ul li:hover {
  color: #ee2e24;
}
.services_list .list_inner_wrap ul li.active {
  color: #ee2e24;
}
.services_list .list_inner_wrap ul li.active a {
  color: #ee2e24;
}
.servicesContent {
  margin: 0;
}
@media (min-width: 1200px) {
  .servicesContent {
    clear: both;
    margin: 0px;
  }
}
.servicesDirectors {
  background-color: #93989d;
  color: #fff;
  padding-bottom: 45px;
  margin-bottom: 35px;
}
.servicesDirectors .directorCard {
  margin-bottom: 10px;
}
.servicesDirectors .directorCard .directorImage {
  margin-bottom: 10px;
}
.servicesDirectors .directorCard .directorImage img {
  border-radius: 5px;
}
.servicesDirectors .directorCard .directorDetails {
  text-align: center;
}
.servicesDirectors .directorCard .directorDetails .directorName {
  display: block;
  font-weight: 600;
}
.servicesDirectors .directorCard .directorDetails .directorCredentials {
  display: block;
  font-weight: 600;
}
.servicesDirectors .directorCard .directorDetails .directorTitle {
  display: block;
}
.servicesMidBar {
  background-color: #000;
  min-height: 145px;
  position: relative;
}
@media (min-width: 768px) {
  .servicesMidBar {
    height: 145px;
  }
}
.servicesMidBar .serviceIcon {
  height: 115%;
  position: absolute;
  top: -7%;
  display: none;
}
@media (min-width: 768px) {
  .servicesMidBar .serviceIcon {
    display: inline-block;
  }
}
.servicesMidBar .innerContent {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 99%;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 75%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .servicesMidBar .innerContent {
    margin-left: 190px;
    width: auto;
    text-align: left;
    background-image: url(../img/services_bar_accent.png);
  }
}
.servicesMidBar .innerContent h3 {
  text-align: center;
  font-size: 2.3em;
  line-height: 1.25em;
  color: #f00;
  text-transform: none;
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .servicesMidBar .innerContent h3 {
    text-align: left;
    font-size: 1.8em;
  }
}
.servicesMidBar .innerContent p {
  text-align: center;
  margin-top: 0;
}
@media (min-width: 768px) {
  .servicesMidBar .innerContent p {
    text-align: left;
  }
}
.servicesMidBar .innerContent .btn-whiteOutline {
  background: none;
  border-color: #fff;
  color: rgba(255, 255, 255, 1) !important;
  font-size: 16px;
  border-radius: 0px;
  border-width: 2px;
  font-family: "industry", sans-serif;
  text-shadow: none;
}
.servicesMidBar .innerContent .btn-whiteOutline:hover {
  background: none;
  border-color: rgba(255, 0, 0, 1);
  color: rgba(255, 255, 255, 1) !important;
}
.servicesMidBar .innerContent .btn-whiteOutline:active, .servicesMidBar .innerContent .btn-whiteOutline:focus {
  background: none;
  border-color: #fff;
  color: rgba(255, 255, 255, 1) !important;
}
.lowerContent, .listContent {
  background: #fff;
  color: #000;
  padding-top: 10px;
  padding-bottom: 60px;
}
.lowerContent p, .listContent p {
  text-align: left;
  font-family: "industry", sans-serif;
}
.lowerContent a, .listContent a {
  color: #f00;
}
.lowerContent a:hover, .listContent a:hover {
  color: #000;
  text-decoration: none;
}
.lowerContent ul, .listContent ul {
  margin-left: 2.5em;
}
.lowerContent ul.listHalf li, .listContent ul.listHalf li {
  float: left;
  width: 100%;
  padding-right: 2.14285714em;
}
@media (min-width: 768px) {
  .lowerContent ul.listHalf li, .listContent ul.listHalf li {
    width: 50%;
  }
}
.lowerContent ul li i, .listContent ul li i {
  color: #ee2e24;
}
.lowerContent h2, .listContent h2 {
  margin-bottom: 20px;
  border-bottom: 1px solid #f00;
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
}
.lowerContent h3, .listContent h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  border-bottom: 1px #f00 solid;
  margin: 20px 0px;
}
.blogWrapper .blogWrapInner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (min-width: 768px) {
  .blogWrapper .blogWrapInner {
    justify-content: flex-start;
  }
}
.blogWrapper .blogWrapInner img {
  float: left;
  width: 100%;
}
@media (min-width: 600px) {
  .blogWrapper .blogWrapInner img {
    width: auto;
    min-width: 351px;
  }
}
.blogWrapper .blogWrapInner .blogPostItem {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blogWrapper .blogWrapInner .blogPostItem {
    height: 200px;
  }
}
.blogWrapper .blogWrapInner .blogPostText {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #999;
  font-size: 18px;
  line-height: 20px;
  min-height: 200px;
  justify-content: space-between;
}
.blogWrapper .blogWrapInner .blogPostText .postTitle {
  font-size: 22px;
  color: #000;
  /*margin-bottom: 20px;*/
}
.blogWrapper .blogWrapInner .blogPostItem .btn {
  color: #fff;
  display: block;
  width: 100%;
}
.blogWrapper .blogWrapInner .blogPostItem .btn:hover {
  color: #ee2e24;
}
.blog .blogWrapper, .category .blogWrapper {
  display: flex;
  flex-direction: row;
  max-width: 1170px;
  margin: 0 auto;
}
.blog .blogWrapper .blogWrapInner, .category .blogWrapper .blogWrapInner {
  width: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.blog .blogWrapper .blogWrapInner article, .category .blogWrapper .blogWrapInner article {
  width: 48%;
  margin: 0 1%;
}
.blog .blogWrapper .blogWrapInner article .blogPostItem, .category .blogWrapper .blogWrapInner article .blogPostItem {
  height: 320px;
}
.blog .blogWrapper .blogWrapInner article .blogPostItem img, .category .blogWrapper .blogWrapInner article .blogPostItem img {
  display: none;
  float: left;
  min-width: 200px;
  width: 200px;
}
.blog .blogWrapper .blogWrapInner article .blogPostItem .blogPostText, .category .blogWrapper .blogWrapInner article .blogPostItem .blogPostText {
  height: 320px;
}
.blog .blogWrapper .blogWrapInner article .blogPostItem .blogPostText .postDetails, .category .blogWrapper .blogWrapInner article .blogPostItem .blogPostText .postDetails {
  margin-top: 10px;
}
.blog .blogWrapper .blogWrapInner article .blogPostItem .blogPostText .postDetails .postAuthor, .category .blogWrapper .blogWrapInner article .blogPostItem .blogPostText .postDetails .postAuthor {
  font-size: 16px;
  display: none;
}
.blog .blogWrapper .blogWrapInner article .blogPostItem .blogPostText .postDetails .postDate, .category .blogWrapper .blogWrapInner article .blogPostItem .blogPostText .postDetails .postDate {
  font-size: 14px;
}
.blog .blogWrapper .blogWrapInner article .blogPostItem .blogPostText .categoriesWrap, .category .blogWrapper .blogWrapInner article .blogPostItem .blogPostText .categoriesWrap {
  margin: 0px 0;
  font-size: 12px;
}
.blog .blogWrapper .widget-area, .category .blogWrapper .widget-area {
  width: 20%;
}
.blog .blogWrapper .widget-area .widget .widget-title, .category .blogWrapper .widget-area .widget .widget-title {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-size: 27px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0px;
  line-height: 50px;
  font-weight: 400;
}
.blog .blogWrapper .widget-area .widget ul, .category .blogWrapper .widget-area .widget ul {
  border: 2px solid #ee2e24;
  border-top: 0;
  padding: 0 25px;
  min-height: unset;
  list-style: none;
  margin: 0;
}
@media (min-width: 768px) {
  .blog .blogWrapper .widget-area .widget ul, .category .blogWrapper .widget-area .widget ul {
    min-height: 538px;
    margin-bottom: 0;
    padding: 20 0 0 25px;
  }
}
@media (min-width: 1024px) {
}
@media (min-width: 1200px) {
  .blog .blogWrapper .widget-area .widget ul, .category .blogWrapper .widget-area .widget ul {
    padding: 20px 0 0px 50px;
    min-height: inherit;
  }
}
.blog .blogWrapper .widget-area .widget ul li, .category .blogWrapper .widget-area .widget ul li {
  margin-bottom: 10px;
  line-height: 1em;
}
@media (min-width: 1025px) {
  .blog .blogWrapper .widget-area .widget ul li, .category .blogWrapper .widget-area .widget ul li {
    margin-bottom: 15px;
  }
}
.blog .blogWrapper .widget-area .widget ul li:before, .category .blogWrapper .widget-area .widget ul li:before {
  content: "\f0da";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1em;
  color: #ee2e24;
  /* same as padding-left set on li */
  width: 1em;
  /* same as padding-left set on li */
}
.blog .blogWrapper .widget-area .widget ul li a, .category .blogWrapper .widget-area .widget ul li a {
  color: #000;
  font-size: 16px;
}
@media (min-width: 1025px) {
  .blog .blogWrapper .widget-area .widget ul li a, .category .blogWrapper .widget-area .widget ul li a {
    font-size: 18px;
  }
}
.blog .blogWrapper .widget-area .widget ul li a:hover, .category .blogWrapper .widget-area .widget ul li a:hover {
  color: #ee2e24;
}
.blog .blogWrapper .widget-area .widget ul li:hover, .category .blogWrapper .widget-area .widget ul li:hover {
  color: #ee2e24;
}
.blog .blogWrapper .widget-area .widget ul li.active, .category .blogWrapper .widget-area .widget ul li.active {
  color: #ee2e24;
}
.blog .blogWrapper .widget-area .widget ul li.active a, .category .blogWrapper .widget-area .widget ul li.active a {
  color: #ee2e24;
}
/* Services List Page */
.post-type-archive-services .services_content {
  line-height: 36px;
}
.redGrunge {
  background-image: url(../img/red-grunge-background.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: rgba(0, 0, 0, 1.00);
  padding-top: 40px;
  padding-bottom: 40px;
}
.redGrunge h1 {
  color: #fff;
  text-align: left !important;
  font-family: "industry", sans-serif;
  font-size: 3.3em;
  font-weight: 600;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.74);
}
.redGrunge .servicesWrapper .service_headline_wrapper {
  display: inline-flex;
  align-items: center;
  clear: both;
  width: 100%;
  margin-bottom: 0px;
}
.redGrunge .servicesWrapper .service_headline_wrapper .serviceIcon {
  display: none;
}
@media (min-width: 768px) {
  .redGrunge .servicesWrapper .service_headline_wrapper .serviceIcon {
    float: left;
    margin: 0;
    display: inline;
    width: 280px;
  }
}
.redGrunge .servicesWrapper .service_headline_wrapper h3 {
  color: #fff;
  border-bottom: 1px solid #fff;
  float: left;
  width: 100%;
  font-size: 1.25em;
}
@media (min-width: 768px) {
  .redGrunge .servicesWrapper .service_headline_wrapper h3 {
    font-size: 1.95em;
  }
}
.redGrunge .servicesWrapper .service_headline_wrapper h3 a {
  color: #fff;
}
.redGrunge .servicesWrapper .serviceIconWrapper {
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .redGrunge .servicesWrapper .serviceIconWrapper {
    margin: 20px 0 0 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .redGrunge .servicesWrapper .serviceIconWrapper {
    margin: -30px 0 0 0;
  }
}
.redGrunge .servicesWrapper .serviceItem {
  margin-bottom: 20px;
}
.redGrunge .servicesWrapper .serviceItem a {
  color: #fff;
}
.redGrunge .serviceLink {
  color: #fff;
  font-family: "industry", sans-serif;
  margin-bottom: 0px;
  height: 50px;
  width: 100%;
  display: inline-flex;
  align-content: space-around;
  align-items: center;
}
@media (min-width: 768px) {
  .redGrunge .serviceLink {
    height: 250px;
    width: 20%;
    display: inline;
  }
}
@media (min-width: 1200px) {
  .redGrunge .serviceLink {
    width: 25%;
    height: 300px;
  }
}
.redGrunge .serviceIcon {
  max-width: 50px;
  -webkit-box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.65);
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.65);
  border-radius: 100px;
  float: left;
}
@media (min-width: 768px) {
  .redGrunge .serviceIcon {
    max-width: 200px;
    float: none;
  }
}
.redGrunge .serviceName {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1em;
  text-align: left;
  margin: 0 0 0 38px;
  width: 100%;
}
@media (min-width: 768px) {
  .redGrunge .serviceName {
    font-size: 0.8em;
    text-align: center;
    margin-left: auto;
    margin-top: 24px;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .redGrunge .serviceName {
    font-size: 1em;
  }
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
#stateUL li {
  margin-bottom: 20px;
}
#stateUL li .btn {
  height: 46px;
  font-size: 18px;
}
.single-locations #content .entry-content {
  margin-top: 30px;
}
.single-locations #content .entry-content .services {
  width: 100%;
  float: left;
  text-align: center;
}
@media (min-width: 1024px) {
  .single-locations #content .entry-content .services {
    width: 50%;
    text-align: left;
  }
}
.single-locations #content .entry-content .services img {
  margin: 0 auto 20px;
}
.single-locations #content .entry-content .services h3 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 20px;
}
.single-locations #content .entry-content .services ul {
  margin: 0;
  padding: 0;
}
.single-locations #content .entry-content .services ul li {
  float: left;
  width: 50%;
  list-style-type: none;
  text-align: center;
  line-height: 14px;
  min-height: 160px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .single-locations #content .entry-content .services ul li {
    width: 130px;
  }
}
.single-locations #content .entry-content .services ul li a {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 14px;
}
.single-locations #content .entry-content .services ul li .serviceIcon {
  width: 90px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}
.single-locations #content .entry-content .featured_img_form {
  width: 100%;
  float: right;
}
@media (min-width: 1024px) {
  .single-locations #content .entry-content .featured_img_form {
    width: 50%;
  }
}
.single-locations #content .entry-content .featured_img_form .button-default {
  color: #fff;
  background-color: #000;
  text-align: center;
  margin: 10px 0;
  display: inline-block;
  border: 3px #f00 solid;
  font-size: 1.5em;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .single-locations #content .entry-content .featured_img_form .button-default {
    margin-bottom: 30px;
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  .single-locations #content .entry-content .featured_img_form .button-slanted {
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
}
.single-locations #content .entry-content .featured_img_form .button-slanted-content {
  display: inline-block;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .single-locations #content .entry-content .featured_img_form .button-slanted-content {
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
}
.single-locations #content .entry-content .featured_img_form .featured_img {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 0px;
  position: relative;
}
@media (min-width: 1024px) {
  .single-locations #content .entry-content .featured_img_form .featured_img {
    width: 100%;
    max-height: 370px;
    margin-bottom: 30px;
  }
}
.single-locations #content .entry-content .featured_img_form .featured_img img {
  height: 100%;
  width: 100%;
}
.single-locations #content .contact_details_map_wrapper {
  width: 100%;
  background-color: #ee2e24;
  background-image: url('../img/red_background.jpg');
  background-repeat: no-repeat;
}
.single-locations #content .contact_details_map_wrapper .contact_details {
  float: left;
  width: 100%;
  padding: 20px;
}
@media (min-width: 768px) {
  .single-locations #content .contact_details_map_wrapper .contact_details {
    width: 50%;
    padding: 0;
  }
}
.single-locations #content .contact_details_map_wrapper .contact_details .contact_details_inner {
  width: 100%;
  float: right;
  color: #fff;
  padding: 0px 40px 40px 0;
  line-height: 28px;
}
@media (min-width: 768px) {
  .single-locations #content .contact_details_map_wrapper .contact_details .contact_details_inner {
    width: 100%;
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .single-locations #content .contact_details_map_wrapper .contact_details .contact_details_inner {
    width: 70%;
    padding: 40px 40px 40px 0;
  }
}
.single-locations #content .contact_details_map_wrapper .contact_details .contact_details_inner .hours_wrapper ul {
  padding: 0;
  margin: 0;
  line-height: 24px;
}
.single-locations #content .contact_details_map_wrapper .contact_details .contact_details_inner .hours_wrapper ul li {
  clear: both;
}
.single-locations #content .contact_details_map_wrapper .contact_details .contact_details_inner .hours_wrapper ul li span {
  background: transparent;
}
.single-locations #content .contact_details_map_wrapper .map_wrapper {
  float: right;
  width: 100%;
  height: 470px;
}
@media (min-width: 768px) {
  .single-locations #content .contact_details_map_wrapper .map_wrapper {
    width: 50%;
  }
}
.single-locations #content .contact_details_map_wrapper .map_wrapper iframe {
  width: 100%;
  height: 470px;
  border: 0;
}
.single-locations #content .gallery_wrapper {
  background-color: #333;
  background-image: url(../img/gallery_background-old.jpg);
  background-repeat: no-repeat;
  background-size: 100% 90px;
}
@media (min-width: 768px) {
  .single-locations #content .gallery_wrapper {
    background-size: 100% 130px;
  }
}
.single-locations #content .gallery_wrapper .gallery_tab_wrapper {
  min-height: 90px;
}
@media (min-width: 768px) {
  .single-locations #content .gallery_wrapper .gallery_tab_wrapper {
    min-height: 130px;
  }
}
.single-locations #content .gallery_wrapper .gallery_tab_wrapper .gallery_tab {
  float: left;
  width: 50%;
}
.single-locations #content .gallery_wrapper .gallery_tab_wrapper .gallery_tab .tab_text {
  font-size: 28px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  color: #fff;
  float: left;
  margin: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .single-locations #content .gallery_wrapper .gallery_tab_wrapper .gallery_tab .tab_text {
    font-size: 48px;
    line-height: 40px;
  }
}
.single-locations #content .gallery_wrapper .gallery_tab_wrapper .gallery_tab .tab_text .accent {
  font-weight: 700;
  display: block;
}
.single-locations #content .gallery_wrapper .gallery_tab_wrapper .gallery_tab .tab_text .triangle {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #f00;
  position: absolute;
  left: 95px;
  bottom: 0px;
  font-size: 10px;
  transition: unset;
  line-height: 10px;
}
@media (min-width: 768px) {
  .single-locations #content .gallery_wrapper .gallery_tab_wrapper .gallery_tab .tab_text .triangle {
    left: 165px;
  }
}
.single-locations #content .gallery_wrapper .gallery_tab_wrapper .gallery_tab .tab_text .triangle.open {
  border-bottom: 30px solid #333;
  border-top: 0px;
  bottom: -22px;
  text-indent: -9999px;
  transition: unset;
}
@media (min-width: 768px) {
  .single-locations #content .gallery_wrapper .gallery_tab_wrapper .gallery_tab .tab_text .triangle.open {
    bottom: unset;
  }
}
.single-locations #content .gallery_wrapper .gallery_tab_wrapper .gallery_tab .tab_text .triangle .triangle_text {
  position: absolute;
  top: -27px;
  left: -10px;
  transition: unset;
}
.single-locations #content .gallery_wrapper .gallery_tab_wrapper .gallery_tab .tab_text.video {
  float: right;
}
.single-locations #content .gallery_wrapper .gallery_tab_wrapper .gallery_tab .tab_text.video .triangle {
  left: -50px;
}
@media (min-width: 1024px) {
  .single-locations #content .gallery_wrapper .gallery_tab_wrapper .gallery_tab .tab_text.video .triangle {
    left: 165px;
  }
}
.single-locations #content .photo_container, .single-locations #content .video_container {
  display: none;
  padding: 20px 0;
}
.single-locations #content .photo_container .videoWrap, .single-locations #content .video_container .videoWrap {
  width: 48%;
  margin: 1%;
  float: left;
}
.single-locations .about_content {
  border-bottom: 1px solid #ee2e24;
}
.single-locations .about_content h3 {
  font-size: 30px;
}
.single-locations .therapist_wrapper h3 {
  margin-bottom: 20px;
  font-size: 24px;
}
.single-locations .therapist_wrapper .therapist {
  width: 100%;
  float: left;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .single-locations .therapist_wrapper .therapist {
    width: 31%;
    margin: 0 1% 30px;
  }
}
@media (min-width: 1024px) {
  .single-locations .therapist_wrapper .therapist {
    width: 23%;
    margin: 0 1% 70px;
  }
}
.single-locations .therapist_wrapper .therapist .therapistName {
  background-color: #ee2e24;
  display: flex;
  height: 70px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 5px 5px 0 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.single-locations .therapist_wrapper .therapist .therapistName .therapistFirst {
  display: block;
}
.single-locations .therapist_wrapper .therapist .therapistName .therapistLast {
  display: block;
}
.single-locations .therapist_wrapper .therapist .therapistTitle {
  height: 115px;
  display: block;
  position: relative;
  border-right: 1px solid #777;
}
.single-locations .therapist_wrapper .therapist .therapistCredentials {
  height: 115px;
  display: block;
  position: relative;
  background-color: #eee;
  border-right: 1px solid #777;
}
.single-locations .therapist_wrapper .therapist .therapistSpecialties, .single-locations .therapist_wrapper .therapist .therapistCertifications {
  height: 115px;
  display: block;
  position: relative;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .single-locations .therapist_wrapper .therapist .therapistSpecialties, .single-locations .therapist_wrapper .therapist .therapistCertifications {
    font-size: 14px;
    line-height: 20px;
  }
}
.single-locations .therapist_wrapper .therapistLabel {
  background-color: #555;
  color: #fff;
  transform: rotate(270deg);
  transform-origin: left top 0;
  display: block;
  height: 35px;
  float: left;
  width: 115px;
  position: absolute;
  bottom: -35px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 35px;
}
.single-locations .therapist_wrapper .therapistText {
  margin-left: 45px;
  display: block;
  padding-top: 10px;
}
.parallaxTop {
  background: linear-gradient(rgba(0, 0, 0, 0.40) 50%, rgba(0, 0, 0, 0.40) 95%) 0 0 / 100% 2000%, url(../img/careers-banner-pic1.jpg) no-repeat 0 0 / auto;
  background-attachment: scroll, scroll;
  background-position-x: 0px, 0px;
  background-position-y: 0px, 0px;
  background-size: 100% 2000%, auto auto;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  min-height: 450px;
  color: #fff;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.74);
}
.parallaxTop h2 {
  font-size: 3em;
  line-height: 1.1em;
}
.parallaxTop p {
  font-size: 27px;
  line-height: 40px;
}
.apply-callout {
  color: red;
  /*margin-bottom: 0px;*/
}
.shadow-box-form-wrapper {
  margin-top: 0px;
  background-color: rgba(0, 0, 0, .2);
  border-radius: 20px;
  height: 370px;
  padding-top: 10px;
}
@media (min-width: 1500px) {
  .shadow-box-form-wrapper {
    height: 350px;
  }
}
.shadow-box-form-wrapper-success {
  margin-top: 0px;
  background-color: rgba(0, 0, 0, .2);
  border-radius: 20px;
  height: 225px;
  padding-top: 10px;
}
.shadow-box-form-wrapper-success p {
  font-size: 1.5em;
}
#career-form-iframe {
  height: 365px;
  border: none;
  scroll: none;
  width: 100%;
  top: -15px;
}
.redGrungeDivider {
  background-repeat: no-repeat;
  background-position: center top;
  background-color: rgba(0, 0, 0, 1.00);
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../img/red-grunge-background.jpg);
  color: #fff;
}
.redGrungeDivider a {
  color: #00c2ff;
}
.redGrungeDivider a:hover {
  color: #fff06d;
}
.redGrungeDivider a:active {
  color: #00c2ff;
}
.redGrungeDivider .btn-red {
  color: #fff;
}
.redGrungeDivider .btn-red:hover {
  color: #ee2e24;
}
.redGrungeDivider .btn-red:active, .redGrungeDivider .btn-red:focus {
  color: #ee2e24;
}
.single-executive_team .exec_bio_right {
  float: none;
  text-align: center;
}
@media (min-width: 768px) {
  .single-executive_team .exec_bio_right {
    float: right;
  }
}
.single-executive_team .exec_bio_right img {
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
}
.single-executive_team .exec_bio_right .executive_name_title {
  margin: 15px auto;
  display: block;
  text-align: center;
}
.single-executive_team .exec_bio_left {
  float: left;
}
.rocketBackground {
  color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
  background-attachment: fixed;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 1.00);
  background-size: contain;
}
.rocketBackground .container {
  background-color: rgba(255, 255, 255, .8);
}
@media (min-width: 768px) {
  .rocketBackground .container {
    background-color: transparent;
  }
}
.rocketBackground p {
  text-align: left;
  font-family: "industry", sans-serif;
}
.rocketBackground a {
  color: #f00;
}
.rocketBackground a :hover {
  color: #000;
  text-decoration: none;
}
.rocketBackground h2 {
  margin-bottom: 20px;
  border-bottom: 1px solid #f00;
}
.rocketBackground .btn-red {
  color: #fff;
}
.rocketBackground .btn-red:hover {
  color: #ee2e24;
}
.rocketBackground .btn-red:active, .rocketBackground .btn-red:focus {
  color: #ee2e24;
}
.addressCard {
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ee2e24;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  min-height: 400px;
  color: #fff;
}
@media (min-width: 768px) {
  .addressCard {
    border: 1px solid #ddd;
  }
}
.motionsports .addressCard {
  min-height: 220px;
}
.addressCard > img, .addressCarda > img {
  margin-right: auto;
  margin-left: auto;
}
a.addressCard {
  color: #ee2e24;
}
a.addressCard:hover, a.addressCard:focus, a.addressCard.active {
  border-color: #ee3124;
  color: #fff;
  text-decoration: none;
}
.hvr-rectangle-out:before {
  background-color: #ee2e24;
}
.addressCard .caption {
  padding: 9px;
  color: #333;
}
.addressCard .logoWrap {
  height: 100px;
  box-sizing: border-box;
  display: block;
}
.addressCardHeading {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.1em;
}
.addressCard .btn {
  position: absolute;
  background-color: #000;
  color: #fff;
  bottom: 20px;
  right: 20px;
  width: auto;
}
.addressCard:hover .btn {
  background-color: #fff;
  color: #000;
}
.gmw-results-wrapper {
  position: relative;
}
.gmw-posts-wrapper {
  position: relative;
  top: 0px;
  background: #fff;
  height: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  margin-top: 20px;
  left: 0px;
  box-shadow: 0px 0px 3px #000;
}
@media (min-width: 768px) {
  .gmw-posts-wrapper {
    width: 30%;
    position: absolute;
    left: 20px;
    top: 100px;
    height: 502px;
  }
}
.gmw-posts-wrapper .title_bar {
  background-color: #ee2e24;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 28px;
}
.gmw-posts-wrapper .wppl-single-result h2 {
  font-size: 20px;
  background-color: #000;
  color: #fff;
  padding: 10px;
  margin-top: 0;
}
.gmw-posts-wrapper .wppl-single-result h2 a {
  color: #fff;
}
.gmw-posts-wrapper .wppl-single-result .wppl-info {
  padding: 10px;
  border: 0;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .gmw-posts-wrapper .wppl-single-result .wppl-info {
    text-align: left;
  }
}
/* Mentorship Program */
.mentorshipBanner, #post-434 .parallaxTop {
  min-height: 450px;
  background: linear-gradient(rgba(0, 0, 0, 0.40) 50%, rgba(0, 0, 0, 0.40) 95%) 0 0 / 100% 2000%, url(../img/mentoring-rocket2.jpg) no-repeat 0 0 / auto;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.74);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.mentorshipBanner h2, #post-434 .parallaxTop h2 {
  font-size: 3em;
  line-height: 1.5em;
}
.mentorshipBanner p, #post-434 .parallaxTop p {
  font-size: 1.5em;
  line-height: 1.5em;
}
.mentorStep {
  margin-top: 40px;
}
.mentorSteps {
  padding-top: 20px;
}
.mentorshipIcon {
  min-height: 210px;
}
.whiteSectionHeading {
  text-align: center;
  margin-top: 30px;
  font-size: 1.95em;
  font-family: "industry", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.5em;
}
/* Location List */
.tax-location .locationHeading {
  clear: both;
}
.tax-location .heading {
  font-size: 2em;
  font-weight: 600;
  border-bottom: 1px #ee2e24 solid;
  margin-bottom: 20px;
  clear: both;
}
.post-type-archive-locations h3 {
  text-align: center;
  font-size: 1.5em;
}
@media (min-width: 1200px) {
  .post-type-archive-locations .locationSearchContainer {
    padding-right: 10px;
    min-height: 520px;
  }
}
.post-type-archive-locations .locationSearchContainer:after {
  content: '';
  width: 1px;
  height: 500px;
  display: none;
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -250px;
  background-color: #ee2e24;
  background: linear-gradient(to bottom, #fff, #ee2e24 90%, #ee2e24 10%, #fff);
  background-size: 100% 200px;
  background-repeat: no-repeat;
  background-position: center;
}
.post-type-archive-locations .locationSearchContainer h3 {
  text-align: center;
}
.post-type-archive-locations .locationSearchContainer .locationSearchWrap {
  margin: 0 auto;
  text-align: center;
}
.post-type-archive-locations .locationSearchContainer .locationSearchWrap .locationSearch {
  margin: 10px auto;
  height: 40px;
  width: 100%;
  padding: 0 20px;
  font-size: 18px;
  color: #bab9b9;
  display: block;
}
.post-type-archive-locations .locationSearchContainer .locationSearchWrap button.btn-primary {
  background-color: #ee2e24;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin-top: -3px;
}
.post-type-archive-locations .locationSearchContainer .locationSearchWrap button.btn-primary:hover {
  background-color: #fff;
  color: #ee2e24;
}
.post-type-archive-locations .locationStateContainer {
  padding-right: 10px;
}
.post-type-archive-locations .locationStateContainer:after {
  content: '';
  width: 1px;
  height: 500px;
  display: block;
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -250px;
  background-size: 100% 200px;
  background-repeat: no-repeat;
  background-position: center;
}
.post-type-archive-locations .locationStateContainer img {
  max-width: 500px;
}
/* Request Appt Form */
.formItem {
  color: black;
  width: 50%;
  display: block;
  margin: 0 auto !important;
}
select[multiple], select[size] {
  height: 110px;
}
.ls-feedback-input.input50 {
  width: 49% !important;
  float: left;
}
.ls-feedback-input {
  background-color: #fbfbfb !important;
  border: 1px solid #777 !important;
  border-radius: 3px !important;
  box-sizing: border-box !important;
  color: #3c3c3c;
  display: inline-block !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
  margin-bottom: 10px !important;
  padding: 13px 13px 13px 13px !important;
  width: 100% !important;
}
#selectDay {
  margin: 10px 0;
}
label {
  /*color: white;*/
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
#luxsciForm {
  min-height: 600px;
}
#popLink:hover {
  cursor: pointer;
}
.black_overlay {
  background-color: white;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9001;
}
.feedback-input {
  background-color: #fbfbfb !important;
  border: 3px solid rgba(0, 0, 0, 0) !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  color: #3c3c3c;
  display: inline-block !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
  margin-bottom: 10px !important;
  padding: 13px 13px 13px 54px !important;
  width: 100% !important;
}
.ls-feedback-input {
  background-color: #fbfbfb !important;
  /* border: 1px solid #777 !important; */
  border-radius: 3px !important;
  box-sizing: border-box !important;
  color: #3c3c3c;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
  margin-bottom: 10px !important;
  padding: 13px 13px 13px 13px !important;
  width: 100% !important;
}
.ls-feedback-input.input50 {
  width: 49% !important;
  float: left;
}
.ls-feedback-input.input33 {
  width: 33% !important;
  float: left;
}
select.ls-feedback-input.input33 {
  width: 32% !important;
}
.white_content {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 7px;
  display: none;
  left: 25%;
  overflow: auto;
  padding: 16px;
  position: absolute;
  top: 10%;
  width: 50%;
  z-index: 9002;
}
#button-red {
  background-color: rgba(238, 46, 36, 1.00);
  border: 4px solid #fbfbfb;
  color: white;
  cursor: pointer;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;
  padding-bottom: 22px;
  padding-top: 22px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 100%;
  margin-left: 0%;
  white-space: normal;
}
@media (min-width: 768px) {
  #button-red {
    width: 50%;
    margin-left: 25%;
  }
}
#button-red:hover {
  background-color: white;
  border: 4px solid rgba(238, 46, 36, 1.00);
  color: rgba(238, 46, 36, 1.00);
}
#button-thanks {
  background-color: rgba(238, 46, 36, 1.00);
  border: 1px solid #fff;
  color: white;
  cursor: pointer;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;
  padding-bottom: 22px;
  padding-top: 22px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 25%;
  white-space: normal;
  margin: 0;
  position: absolute;
  top: 80%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#button-thanks:hover {
  background-color: white;
  color: rgba(238, 46, 36, 1.00);
}
.feedback-input:focus {
  background: #fff none repeat scroll 0 0;
  border: 3px solid #3498db;
  color: #3498db;
  outline: medium none;
  padding: 13px 13px 13px 54px;
}
#emailconfirm {
  display: none;
}
.formError {
  color: red;
}
#popupSuccess {
  background: #dff0d8 none repeat scroll 0 0;
  color: #6c956a;
  height: 295px;
  margin-left: -16px;
  padding-top: 100px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 102%;
  z-index: 9000;
}
#closepop a {
  background: black none repeat scroll 0 0;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  margin: 20px 15px -30px 0;
  padding: 5px 8px;
  text-decoration: none;
}
#resetpop a {
  background: black none repeat scroll 0 0;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  margin: 20px 15px -30px 0;
  padding: 5px 8px;
  text-decoration: none;
}
@media only screen and (max-width: 680px) {
  .white_content {
    left: 5%;
    margin-left: 0;
    margin-right: 3%;
    padding-left: 3%;
    padding-right: 3%;
    width: 90%;
  }
  .ls-feedback-input.input50, .ls-feedback-input.input33, select.ls-feedback-input.input33 {
    width: 100% !important;
  }
  #button-blue {
    width: 100%;
    margin-left: 0%;
  }
}
select[multiple], select[size] {
  height: 110px;
}
.rating {
  float: left;
  border: 0 !important;
  background: transparent !important;
  display: flex !important;
}
.rating legend {
  margin-bottom: 0;
}
.rating .wrap {
  width: 35%;
  margin: 0 auto;
}
/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
 follow these rules. Every browser that supports :checked also supports :not(), so
 it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > div > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}
.rating:not(:checked) > div > label {
  float: right;
  width: 1em;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  line-height: 1.2;
  color: #ddd;
  text-shadow: 1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0, 0, 0, .5);
}
.rating:not(:checked) > div > label:before {
  content: '★ ';
}
.rating .wrap > input:checked ~ label {
  color: #f70;
  text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, .5);
}
.rating:not(:checked) > div > label:hover, .rating:not(:checked) > div > label:hover ~ label {
  color: gold;
  text-shadow: 1px 1px goldenrod, 2px 2px #b57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, .5);
}
.rating .wrap > input:checked + label:hover, .rating .wrap > input:checked + label:hover ~ label, .rating .wrap > input:checked ~ label:hover, .rating .wrap > input:checked ~ label:hover ~ label, .rating .wrap > label:hover ~ input:checked ~ label {
  color: #ea0;
  text-shadow: 1px 1px goldenrod, 2px 2px #b57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, .5);
}
.rating .wrap > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}

header.site-header {

    max-height: 150px!important;}


li#menu-item-15:hover {
    background-color: #ee2e24!important;
}
li#menu-item-15 a:hover {
    color: #fff!important;
}