/* line 9, ../sass/theme-styles.scss */
body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  background: #fafafa;
  color: #73767b;
  line-height: 1.7em;
  font-family: Open Sans, Arial, Sans-serif;
}

/* line 18, ../sass/theme-styles.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* line 25, ../sass/theme-styles.scss */
a {
  color: #445266;
  font-weight: 600;
  cursor: pointer;
}
/* line 29, ../sass/theme-styles.scss */
a:hover {
  color: #ed1d24;
  text-decoration: none;
}

/* line 35, ../sass/theme-styles.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: inherit;
  line-height: 1em;
}

/* line 41, ../sass/theme-styles.scss */
h1 {
  font-size: 2.2em;
  margin: .5em 0;
  color: #445266;
}

/* line 47, ../sass/theme-styles.scss */
h2 {
  font-size: 1.5em;
  margin: .5em 0 1em;
  color: #ed1d24;
}

/* line 53, ../sass/theme-styles.scss */
h3 {
  font-size: 1.4em;
  margin: .5em 0;
  color: #445266;
}

/* line 59, ../sass/theme-styles.scss */
h4 {
  font-size: 1em;
  margin: .5em 0;
  color: #ed1d24;
}
/* line 63, ../sass/theme-styles.scss */
h4.modal-title {
  color: #fff;
  font-size: 1.4em;
}

/* line 71, ../sass/theme-styles.scss */
header {
  padding: 20px 0px;
  border-bottom: 4px solid #ed1d24;
}
/* line 74, ../sass/theme-styles.scss */
header .tagline {
  padding-top: 30px;
  color: #ed1d24;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
}
/* line 81, ../sass/theme-styles.scss */
header .phone {
  color: #445266;
  font-size: 2.58em;
  font-weight: 700;
  line-height: 1em;
}

/* line 92, ../sass/theme-styles.scss */
.navbar {
  margin-bottom: 0px;
  overflow: hidden;
  color: #fff;
  background: #445266;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
}
/* line 100, ../sass/theme-styles.scss */
.navbar .container {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 105, ../sass/theme-styles.scss */
.navbar li a {
  color: inherit;
  text-align: center;
}
/* line 110, ../sass/theme-styles.scss */
.navbar .navbar-toggle {
  width: 100%;
  border-box: box-sizing;
  font-size: 1.4em;
}

/* line 117, ../sass/theme-styles.scss */
.nav > li > a:hover, .nav > li > a:focus, .nav > li.active, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

/* line 122, ../sass/theme-styles.scss */
.glyphicon-chevron-left, .glyphicon-chevron-right {
  font-family: FontAwesome;
}

/* line 126, ../sass/theme-styles.scss */
.carousel-control {
  max-width: 100px;
  z-index: 110;
}

/* line 127, ../sass/theme-styles.scss */
.glyphicon-chevron-left:before {
  content: "\f053";
}

/* line 128, ../sass/theme-styles.scss */
.glyphicon-chevron-right:before {
  content: "\f054";
}

/* line 131, ../sass/theme-styles.scss */
button.close {
  font-size: 2.2em;
  opacity: 1;
  color: #fff;
  text-shadow: 0px;
  top: 10px;
  position: relative;
  right: 10px;
}

/* line 141, ../sass/theme-styles.scss */
.modal-content .modal-header {
  background: #ed1d24;
  color: #fff;
}
/* line 144, ../sass/theme-styles.scss */
.modal-content .modal-header .modal-title {
  font-weight: 700;
  padding: 10px;
}

/* line 151, ../sass/theme-styles.scss */
form input, form button, form textarea {
  font-weight: 600;
  color: #445266;
  width: 100%;
  box-sizing: Border-box;
  padding: 10px;
  background: #fff;
  margin-bottom: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
/* line 162, ../sass/theme-styles.scss */
form #submit {
  background: #ed1d24;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 170, ../sass/theme-styles.scss */
#google-map {
  width: 100%;
  height: 400px;
}

/* line 176, ../sass/theme-styles.scss */
#main {
  padding: 25px 0px 35px;
}

/* line 180, ../sass/theme-styles.scss */
span.red {
  color: #ed1d24;
  font-weight: 700;
}

/* line 184, ../sass/theme-styles.scss */
span.blue {
  color: #445266;
  font-weight: 700;
}

/* line 190, ../sass/theme-styles.scss */
ul.serv {
  list-style: none;
  margin: 0px;
  padding: 0px;
  line-height: 1.5em;
}
/* line 195, ../sass/theme-styles.scss */
ul.serv li {
  margin-bottom: 7px;
  margin-left: 18px;
  position: relative;
}
/* line 199, ../sass/theme-styles.scss */
ul.serv li:before {
  content: "\f054";
  font-size: .8em;
  font-family: FontAwesome;
  position: absolute;
  color: #ed1d24;
  left: -18px;
  top: 2px;
}

/* line 211, ../sass/theme-styles.scss */
#textWrap {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
/* line 229, ../sass/theme-styles.scss */
#textWrap .container > div {
  font-size: 1.2em;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  background: rgba(237, 29, 36, 0.9);
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
}
/* line 238, ../sass/theme-styles.scss */
#textWrap .container > div p {
  font-size: 1.2em;
  margin: 0px;
}
/* line 242, ../sass/theme-styles.scss */
#textWrap .container > div h1 {
  color: #fff;
  margin: 0px;
}

/* line 253, ../sass/theme-styles.scss */
.fw-logos {
  background: #fff;
  width: 100%;
  padding: 10px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 258, ../sass/theme-styles.scss */
.fw-logos .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* line 268, ../sass/theme-styles.scss */
footer {
  background: #445266;
  color: #fff;
  font-size: .8em;
}
/* line 272, ../sass/theme-styles.scss */
footer .navbar {
  padding: 30px 0px;
  margin: 0;
  font-weight: 300;
}
/* line 276, ../sass/theme-styles.scss */
footer .navbar .container {
  padding-left: 0px;
  padding-right: 15px;
}
/* line 281, ../sass/theme-styles.scss */
footer .nav > li > a:hover, footer .nav > li > a:focus, footer .nav .open > a, footer .nav .open > a:hover, footer .nav .open > a:focus {
  background: none;
  color: rgba(255, 255, 255, 0.6);
}
/* line 285, ../sass/theme-styles.scss */
footer .copyright {
  background: rgba(0, 0, 0, 0.3);
  padding: 15px 0;
}
/* line 289, ../sass/theme-styles.scss */
footer a {
  color: inherit;
}

/* line 294, ../sass/theme-styles.scss */
.buttons * {
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

/* line 301, ../sass/theme-styles.scss */
.buttons {
  background: #445266;
  color: #fff;
  padding: 10px 0px;
}
/* line 305, ../sass/theme-styles.scss */
.buttons .cta {
  padding: 10px 0px;
  cursor: pointer;
}
/* line 309, ../sass/theme-styles.scss */
.buttons h3 {
  float: left;
  clear: right;
  color: #fff;
  margin-left: 15px;
  margin-top: 15px;
  position: relative;
}
/* line 316, ../sass/theme-styles.scss */
.buttons h3:after {
  content: "CLICK HERE";
  position: absolute;
  bottom: -22px;
  font-size: .6em;
  left: 0px;
  white-space: nowrap;
  font-weight: 300;
}
/* line 326, ../sass/theme-styles.scss */
.buttons span.fa {
  float: left;
  background: #ed1d24;
  border: 2px solid #ed1d24;
  font-size: 2em;
  padding: 15px;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 351, ../sass/theme-styles.scss */
.buttons .cta:hover .fa {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-color: #fff;
}

/* line 359, ../sass/theme-styles.scss */
.mobCall {
  display: none;
}

/* line 363, ../sass/theme-styles.scss */
#message {
  color: #ed1d24;
  font-weight: 600;
  width: 100%;
}
/* line 369, ../sass/theme-styles.scss */
#message > div {
  padding: 10px;
  border: 1px solid #ed1d24;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
  text-transform: capitalize;
  font-weight: 700;
}
/* line 378, ../sass/theme-styles.scss */
#message #success_page {
  background: rgba(0, 0, 0, 0.05);
  padding: 15px;
}

/* line 384, ../sass/theme-styles.scss */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%;
}

@media (max-width: 767px) {
  /* line 392, ../sass/theme-styles.scss */
  header .container div {
    width: 100%;
    text-align: center;
  }

  /* line 399, ../sass/theme-styles.scss */
  .mobCall {
    position: fixed;
    background: #ed1d24;
    color: #fff;
    font-size: 1.8em;
    line-height: 1em;
    display: inline-block;
    bottom: 20px;
    right: 20px;
    border-radius: 100%;
    padding: 15px 18px;
    z-index: 9999;
    border: 2px solid #fff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  }
  /* line 413, ../sass/theme-styles.scss */
  .mobCall span {
    position: relative;
    top: 1px;
  }
  /* line 417, ../sass/theme-styles.scss */
  .mobCall:hover {
    color: #fff;
    background: #445266;
  }

  /* line 423, ../sass/theme-styles.scss */
  .carousel-indicators {
    display: none;
  }

  /* line 426, ../sass/theme-styles.scss */
  .carousel-control {
    background: none !important;
    height: 40% !important;
  }

  /* line 430, ../sass/theme-styles.scss */
  #textWrap {
    position: static;
  }
  /* line 432, ../sass/theme-styles.scss */
  #textWrap .container {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
  }
  /* line 437, ../sass/theme-styles.scss */
  #textWrap .container > div {
    display: block;
    width: 100%;
    border-radius: 0px;
  }

  /* line 445, ../sass/theme-styles.scss */
  footer .navbar {
    padding: 0px;
  }
  /* line 448, ../sass/theme-styles.scss */
  footer .copyright div {
    text-align: center;
  }

  /* line 452, ../sass/theme-styles.scss */
  .buttons .cta {
    padding: 10px 20px;
    text-align: center;
  }
}
