/* =============================================================================
   STYLE
   ========================================================================== */
/*

@media (min-width: 1400px) { // xl desktop +   

}
@media screen and (min-width: 1200px) and (max-width: 1399px) {   // desktop
	
}
@media screen and (min-width: 992px) and (max-width: 1199px) {   // desktop
	
}
@media screen and (min-width: 768px) and (max-width: 991px) {   // tablet
	
}
@media screen and (min-width: 570px) and (max-width: 767px) { // lg mobile
	
}
@media screen and (max-width: 569px) { // mobile -
	
}

*/
/* ------------------------------------------

    V A R I A B L E S
  
------------------------------------------ */
/* ------------------------------------------
    Colors
------------------------------------------ */
/* ------------------------------------------
    Fonts
------------------------------------------ */
/* ------------------------------------------

    F O N T S
  
------------------------------------------ */
@font-face {
  font-family: 'AvenirNext';
  src: url("fonts/avenir-next/AvenirNextLTPro-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'AvenirNext-Medium';
  src: url("fonts/avenir-next/AvenirNextLTPro-Medium.otf") format("opentype"); }

@font-face {
  font-family: 'AvenirNext-Demi';
  src: url("fonts/avenir-next/AvenirNextLTPro-Demi.otf") format("opentype"); }

@font-face {
  font-family: 'AvenirNext-Bold';
  src: url("fonts/avenir-next/AvenirNextLTPro-Bold.otf") format("opentype"); }

@font-face {
  font-family: 'GothamRnd-Light';
  src: url("fonts/gotham-rounded/GothamRnd-Light.otf") format("opentype"); }

@font-face {
  font-family: 'GothamRnd-Book';
  src: url("fonts/gotham-rounded/GothamRnd-Book.otf") format("opentype"); }

@font-face {
  font-family: 'GothamRnd-Medium';
  src: url("fonts/gotham-rounded/GothamRnd-Medium.otf") format("opentype"); }

@font-face {
  font-family: 'GothamRnd-Bold';
  src: url("fonts/gotham-rounded/GothamRnd-Bold.otf") format("opentype"); }

@font-face {
  font-family: 'EntypoRegular';
  src: url("fonts/entypo/entypo.ttf") format("truetype"), url('fonts/entypo/entypo.woff') format('woff'); }

@font-face {
  font-family: 'EntypoSocialRegular';
  src: url("fonts/entypo/entypo-social.ttf") format("truetype"), url('fonts/entypo/entypo-social.woff') format('woff'); }

/* ------------------------------------------

    M I X I N S
  
------------------------------------------ */
/*

box-shadow: (inset offset-x offset-y blur-radius spread-radius color)
box-shadow: inset 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 2px rgba(219, 227, 237, 0.10);
// @include box-shadow(0 2px 2px rgba(219, 227, 237, 0.10));

filter: drop-shadow(offset-x offset-y blur-radius color);
filter: drop-shadow(0 2px 2px rgba(219, 227, 237, 0.15));



*/
/* extends */
.flex-display {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex {
  -webkit-flex: 0 1 0;
  -ms-flex: 0 1 0;
  flex: 0 1 0; }

/* ========================================================================== */
html {
  scroll-behavior: smooth; }

.center {
  text-align: center; }

/* @media (min-width: 1440px) {
	.container {
	   width: 1200px;
	}
} */
@media screen and (max-width: 1199px) {
  .container {
    width: 95%; } }

@media screen and (max-width: 991px) { }

@media screen and (max-width: 767px) { }

@media screen and (min-width: 992px) {
  .md-inline {
    display: inline-block; } }

@media screen and (min-width: 570px) {
  .sm-inline {
    display: inline-block; } }

@media screen and (max-width: 569px) {
  .xs-inline {
    display: inline-block; }
  .hidden-xxs {
    display: none !important; } }

/* FLEX */
.cards {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0; }

.card {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 0 1 0;
  -ms-flex: 0 1 0;
  flex: 0 1 0;
  padding: 0 15px; }
  @media screen and (max-width: 767px) { }

.card .content {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.cards-3col .card {
  flex-basis: calc(33% - 0px); }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .cards-3col .card {
      flex-basis: calc(49.88% - 0px); } }
  @media screen and (max-width: 767px) {
    .cards-3col .card {
      flex-basis: calc(100% - 0px); } }

.cards-4col .card {
  flex-basis: calc(24.95% - 0px); }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .cards-4col .card {
      flex-basis: calc(33% - 0px); } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .cards-4col .card {
      flex-basis: calc(49.88% - 0px); } }
  @media screen and (max-width: 767px) {
    .cards-4col .card {
      flex-basis: calc(100% - 0px); } }

.home-section .cards-4col .card {
  flex-basis: calc(24.95% - 0px); }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .home-section .cards-4col .card {
      flex-basis: calc(24.95% - 0px); } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .home-section .cards-4col .card {
      flex-basis: calc(49.88% - 0px); } }
  @media screen and (max-width: 767px) {
    .home-section .cards-4col .card {
      flex-basis: calc(49.88% - 0px); } }
  @media screen and (max-width: 359px) {
    .home-section .cards-4col .card {
      flex-basis: calc(100% - 0px); } }

@media screen and (max-width: 767px) {
  .home-section .cards-4col {
    padding: 0 5px; } }
@media screen and (max-width: 767px) {
  .home-section .cards-4col .card {
    padding: 0 10px; } }

/*  F O N T S  */
body {
  color: #5c5c5c;
  font-family: "AvenirNext", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a, h6, .h6 {
  margin-top: 0;
  color: #5c5c5c; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a {
  font-family: "GothamRnd-Medium", "AvenirNext", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.jumbotron h1, .jumbotron .h1 {
  font-family: 'GothamRnd-Bold'; }

/* Desktop styles*/
.jumbotron h1, .jumbotron .h1 {
  font-size: 50px;
  line-height: 1.1em; }

.jumbotron h4, .jumbotron .h4 {
  font-size: 18px; }

.main-group h1, .main-group .h1 {
  line-height: 1.4em; }

h1, .h1 {
  font-size: 30px;
  line-height: 1.4em;
  margin-top: 0;
  margin-bottom: 15px; }

h2, .h2 {
  font-size: 30px;
  line-height: 1.4em;
  margin-top: 0;
  margin-bottom: 15px; }

h3, .h3 {
  font-size: 21px;
  line-height: 1.4em; }

h3, .h3, h4, .h4 {
  margin-top: 0;
  margin-bottom: 10px; }

h4, .h4 {
  font-size: 21px;
  line-height: 1.4em; }

h5, .h5, .navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.8em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px; }

h6, .h6 {
  font-size: 17px;
  line-height: 1.7em;
  margin: 0 0 15px; }

.section-title p {
  font-size: 19px;
  line-height: 1.7em; }

.subtext {
  font-size: 19px;
  line-height: 1.7em; }


.promo-band p {
  font-size: 19px; }

p {
  margin: 0 0 15px; }

.icon-group h5 {
  display: inline; }

.icon-group.icon-group-mix h6 {
  display: inline; }

.icon-group.icon-group-mix h5, .icon-group-mix-text {
  line-height: 28.9px; }

/*  L I N K S  */
a {
  color: #63abcc; }
  a:hover, a:focus, a:active {
    text-decoration: none; }
  a:hover {
    color: #449cc2;
    cursor: pointer; }
  a:active {
    color: #63abcc; }
  a:focus {
    color: #3888ab;
    outline: none; }

a, a.dropdown-toggle:hover {
  cursor: pointer; }

a[href^="tel:"] {
  text-decoration: none; }

.link-secondary {
  color: #eb6f40; }
  .link-secondary:hover {
    color: #e7511b; }
  .link-secondary:active {
    color: #eb6f40; }
  .link-secondary:focus {
    color: #c94515;
    outline: none; }

.link-light {
  color: #aaaaaa; }

.link-text {
  color: #5c5c5c; }

a.link-bold {
  font: 95% "GothamRnd-Medium", "AvenirNext", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.bold {
  font-family: 'GothamRnd-Bold', "GothamRnd-Medium", "AvenirNext", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 95%; }

.body-bold {
  font-family: 'AvenirNext-Demi'; }

/*  B T N S  */
main .btn, .promo-band .btn {
  margin-bottom: 25px; }

.btn {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: none;
  font-family: 'GothamRnd-Bold';
  font-size: 15px;
  padding: 15px 28px 13px;
  min-width: 144px;
  margin-top: 10px; }

.btn-primary {
  background-color: #63abcc; }
  .btn-primary:hover {
    background-color: #57a6c8; }

.btn-lg {
  background-color: #eb6f40;
  font-size: 16px;
  padding-left: 34px;
  padding-right: 34px; }
  .btn-lg:hover {
    background-color: #ea6332; }

.jumbotron .btn {
  margin-top: 25px; }

/* BTN STATES */
.btn.active, .btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none; }

/* Primary Button*/
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-color: #63abcc;
  border: none; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color: #4ca0c4;
  border: none; }

.btn-primary.focus, .btn-primary:focus {
  background-color: #63abcc;
  border: none; }

/* LG / Secondary Button*/
.btn-lg.btn-primary.focus, .btn-lg.btn-primary:focus {
  background-color: #e85924; }

.btn-lg.btn-primary.active, .btn-lg.btn-primary:active {
  background-color: #eb6f40; }

/* M A I N */
/* section:first-child {
	margin-top: 90px;
} */
section {
  margin-top: 90px;
  margin-bottom: 25px;
  display: inline-block; }

section:last-child {
  margin-bottom: 125px; }

.form-section {
  width: 100%;
  margin-bottom: 0px; }

.form-section .section-title {
  margin-bottom: 55px; }

.icon-group, .image-group, .text-group, .slick-slide, .form-order {
  margin-bottom: 50px; }

.slash-grouping {
  display: inline-block; }

section.slider-section {
  display: block !important; }

img {
  max-width: 100%; }
  img.rnd {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
  img.color-back {
    background-color: #c9e8f2; }


.section-title {
  margin-bottom: 70px; }

.icon-group .img-container {
  margin-bottom: 30px; }

.img-container {
  margin-bottom: 25px;
  position: relative; }

.text-group {
  display: inline-block; }

.icon-group .icon {
  width: 48px;
  height: 48px;
  max-width: 48px;
  max-height: 48px;
  width: auto; }

.icon-group .icon-sm {
  max-height: 42px; }

.bottom-right {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: white;
  font-family: 'GothamRnd-Bold';
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #eb6f40;
  padding: 4px 15px 2px;
  position: absolute;
  bottom: 20px;
  right: 15px; }

.slash-group.row {
  float: left; }
  @media (min-width: 1440px) {
    .slash-group.row {
      margin-bottom: 25px; } }
  .slash-group.row:last-child {
    margin-bottom: 0; }


/*  P R O M O  B A N D  */
section.promo-band {
  background-color: #c9e8f2;
  display: block;
  width: 100%;
  margin: 0;
  padding-top: 70px;
  padding-bottom: 50px; }
  section.promo-band .section-title {
    margin-bottom: 40px; }
  section.promo-band .btn {
    margin-top: 20px; }

.multi-btn-row {
  margin-bottom: 20px; }
  .multi-btn-row .btn {
    margin-bottom: 5px;
    margin-left: 12px;
    margin-right: 12px;
    min-width: 185px; }

/*  H E A D E R  */
.navbar {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 2px rgba(219, 227, 237, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(219, 227, 237, 0.1);
  box-shadow: 0 2px 2px rgba(219, 227, 237, 0.1);
  background-color: #fff;
  border: none;
  margin-bottom: 0;
  z-index: 1; }

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .nav-item:last-child .dropdown-menu {
    left: -82px; } }

.navbar-default .navbar-brand {
  font-size: 30px;
  height: auto;
  padding: 0 15px; }

.navbar-default .navbar-toggle {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
  display: block;
  margin: 8px 0;
  padding: 23px 15px; }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active {
    background-color: transparent; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #5c5c5c; }

.navbar-collapse {
  padding-left: 0;
  padding-right: 0; }

.navbar-default .navbar-nav > li > a {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0; }
  .navbar-default .navbar-nav > li > a.active {
    font-family: 'GothamRnd-Bold'; }

.dropdown-menu {
  font-size: 17px;
  left: 15px;
  padding: 0; }

.dropdown-menu > li > a {
  color: #5c5c5c !important; }
  .dropdown-menu > li > a.active {
    font: 95% "GothamRnd-Medium", "AvenirNext", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5; }
  .dropdown-menu > li > a.link-bold {
    color: #eb6f40 !important; }

.navbar-default .navbar-nav > .open > a {
  background: none;
  background-color: transparent;
  color: #5c5c5c; }
  .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:active {
    background: none;
    background-color: transparent; }

.navbar-nav .chevron-down {
  padding-top: 12px;
  padding-left: 5px; }

@media (min-width: 992px) {
  .navbar-header {
    margin-top: 22px;
    margin-bottom: 19px; }
  .navbar-nav {
    float: right;
    margin: 34px -30px 31px 0; }
  .navbar-default .navbar-toggle {
    display: none; }
  .nav > li {
    margin: 0 17px; }
  .dropdown-menu > li > a {
    padding: 12px 20px; }
  .dropdown:hover > .dropdown-menu {
    display: block; } }

@media screen and (max-width: 991px) {
  .container > .navbar-collapse, .container > .navbar-header {
    border: none;
    margin-left: -15px;
    margin-right: -15px; }
  .navbar-default .navbar-brand {
    padding-top: 9px;
    padding-bottom: 5px;
    margin-top: 7px;
    margin-bottom: 6px; }
  .navbar-default .navbar-toggle {
    margin: 8px 0; }
  .navbar-nav {
    margin: -10px 0 10px; }
  .navbar-header {
    float: none; }
  .navbar > .container .navbar-brand {
    margin-left: 0;
    font-size: 24px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .collapse.in {
    display: block !important; }
  .navbar-nav > li {
    float: none; }
  .navbar-default .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .dropdown-menu > li > a {
    padding: 12px 15px !important; }
  .navbar-nav .open .dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: 0;
    float: none;
    margin-top: -10px;
    position: static;
    width: auto; }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; } }

/*  H E A D A C H E  */
.headache {
  -webkit-box-shadow: 0 2px 2px rgba(219, 227, 237, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(219, 227, 237, 0.15);
  box-shadow: 0 2px 2px rgba(219, 227, 237, 0.15);
  background-color: #fef7ee;
  font-family: 'GothamRnd-Book', "GothamRnd-Medium", "AvenirNext", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  z-index: 2; }

.headache-top {
  background-color: #eb6f40; }
  .headache-top h5, .headache-top a, .headache-top .headache-inner .tel {
    color: #ffffff; }
  .headache-top .headache-body {
    font-family: 'GothamRnd-Medium'; }

.headache-inner {
  line-height: 1.7em;
  margin: 12px 0 10px 0; }

.headache-inner .tel {
  color: #5c5c5c;
  font-family: 'GothamRnd-Book', "GothamRnd-Medium", "AvenirNext", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.headache h5 {
  font-family: 'GothamRnd-Bold', "GothamRnd-Medium", "AvenirNext", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline; }

.headache a {
  font-family: 'GothamRnd-Bold', "GothamRnd-Medium", "AvenirNext", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/*  J U M B O T R O N  */
.jumbotron {
  background-color: #c9e8f2;
  color: #323232;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  height: 650px;
  max-height: 72vh; }
  @media screen and (min-width: 1200px) { }
  @media screen and (max-width: 1199px) { }
  @media screen and (max-width: 1024px) { }
  @media screen and (max-width: 767px) {
    .jumbotron {
      height: 570px; } }

.jumbo-container {
  height: auto;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: 1170px;
  width: 1170px; }
  @media screen and (max-width: 1199px) { }
  @media screen and (min-width: 992px) { }
  @media screen and (min-width: 768px) { }
  @media screen and (max-width: 767px) {
    .jumbo-container {
      width: 100%;
      max-height: 55vh; } }
  .jumbo-container.jumbo-services, .jumbo-container.jumbo-emergency {
    margin-right: 0; }

.jumbo-img {
  background-repeat: no-repeat;
  height: 100%;
  width: auto;
  bottom: 0;
  background-position: center bottom;
  background-size: contain; }
  @media screen and (min-width: 768px) {
    .jumbo-img {
      background-position: right bottom; } }
  @media screen and (max-width: 767px) { }

.jumbotron .container.jumbo-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media screen and (min-width: 768px) { }
  @media (min-width: 768px) {
    .jumbotron .container.jumbo-text.jumbo-text-upper {
      top: 33.33%; } }
  @media screen and (max-width: 767px) {
    .jumbotron .container.jumbo-text {
      top: 28%;
      text-align: center; } }
  @media screen and (max-width: 374px) {
    .jumbotron .container.jumbo-text {
      margin-top: -30%;
      top: 50%; } }

.jumbotron h1, .jumbotron h4 {
  color: #323232; }

/* .jumbo-about, .jumbo-contact, .jumbo-shop {  // solo photos
	@media (min-width: 992px) {
		right: 70px;
	}
} */
/*  J U M B O -  H O M E  */
.jumbo-home {
  background-position: center bottom;
  background-image: url('../images/banners/banners-home-xl-crop.png'); }
  @media screen and (min-width: 1024px) and (max-width: 1139px) { }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .jumbo-home {
      background-image: url('../images/banners/banners-home-lg-crop.png');
      max-height: 40vh; } }
  @media screen and (max-width: 767px) {
    .jumbo-home {
      background-image: url('../images/banners/banners-home-sm-crop.png');
      max-height: 40vh; } }

.jumbo-home {
  /* @media (min-width: 1400px) { // xl desktop +
    right: -2%;
  }
	@media screen and (min-width: 1200px) and (max-width: 1399px) {   // desktop
		right: -4%;
	}
	@media screen and (min-width: 992px) and (max-width: 1199px) {   // desktop
		height: 90%;
	} */ }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .jumbo-home {
      width: 90%;
      right: 2%; } }
  @media screen and (min-width: 540px) and (max-width: 767px) {
    .jumbo-home {
      width: 70%;
      bottom: -1%;
      max-height: 50%; } }
  @media screen and (max-width: 539px) {
    .jumbo-home {
      right: -7px;
      width: 95%;
      bottom: 0%;
      max-height: 45%; } }

/*  J U M B O -  A B O U T  */
/* .jumbo-about-img {
	background-image: url('../images/banners/banners-about-cropv2.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	// background-size: auto 570px;
	height: 570px;
	margin-top: 130px;
} */
.jumbo-about {
  background-image: url('../images/banners/banners-about-crop.png');
  /* background-size: auto 700px; */ }

@media (min-width: 1400px) {
  .jumbo-about {
    right: 100px; } }
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .jumbo-about {
    right: 70px; } }
@media screen and (min-width: 768px) and (max-width: 991px) { }
@media screen and (max-width: 767px) {
  .jumbo-about {
    height: 90%;
    bottom: -10%; } }
@media screen and (max-width: 374px) {
  .jumbo-about {
    bottom: -15%; } }

/*  J U M B O -  S E R V I C E S  */
.jumbo-services-img {
  background-image: url('../images/banners/banners-services-xl-crop.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  height: 100%; }
  @media screen and (max-width: 1199px) {
    .jumbo-services-img {
      background-image: url('../images/banners/banners-services-sm-crop.png'); } }
  @media screen and (max-width: 767px) { }

.jumbo-services {
  /* @media screen and (min-width: 1600px) {   // xl desktop +
		right: -2%;
	}
	@media screen and (min-width: 1400px) and (max-width: 1599px) {   // xl desktop
		right: -7%;
	} */ }
  @media (min-width: 1400px) {
    .jumbo-services {
      right: -2%; } }
  @media screen and (min-width: 1200px) and (max-width: 1399px) {
    .jumbo-services {
      right: -4%; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .jumbo-services {
      height: 90%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .jumbo-services {
      height: 90%;
      bottom: -15%; } }
  @media screen and (min-width: 570px) and (max-width: 767px) {
    .jumbo-services {
      height: 90%;
      bottom: -12%; } }
  @media screen and (max-width: 569px) {
    .jumbo-services {
      width: 110%;
      bottom: -8%; } }

/* 
@media (min-width: 1400px) { // xl desktop +

}
@media screen and (min-width: 992px) and (max-width: 1399px) { // desktop

}
@media screen and (min-width: 768px) and (max-width: 991px) { // tablet

}
@media (max-width: 767px) { // mobile -

}
*/
/*  J U M B O -  C O N T A C T  */
.jumbo-contact {
  background-image: url('../images/banners/banners-contact-crop.png'); }

@media (min-width: 1400px) {
  .jumbo-contact {
    right: 100px; } }
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .jumbo-contact {
    right: 70px; } }
@media screen and (min-width: 768px) and (max-width: 991px) { }
@media screen and (min-width: 570px) and (max-width: 767px) {
  .jumbo-contact {
    bottom: -3%; } }
@media screen and (max-width: 569px) {
  .jumbo-contact {
    height: 90%;
    bottom: -7%; } }

/*  J U M B O -  E M E R G E N C Y  */
.jumbo-emergency-img {
  background-image: url('../images/banners/banners-emergency-xl-crop.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  height: 100%; }
  @media screen and (max-width: 991px) {
    .jumbo-emergency-img {
      background-image: url('../images/banners/banners-emergency-sm-crop.png'); } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .jumbo-emergency {
    right: -60px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .jumbo-emergency {
    height: 90%;
    bottom: -10%;
    right: -8%; } }
@media screen and (min-width: 570px) and (max-width: 767px) {
  .jumbo-emergency {
    height: 90%;
    bottom: -12%; } }
@media screen and (max-width: 569px) {
  .jumbo-emergency {
    height: 90%;
    bottom: -10%;
    width: 95%; } }

/*
@media (min-width: 1400px) { // xl desktop +
    right: -2%;
  }
	@media screen and (min-width: 1200px) and (max-width: 1399px) {   // desktop
		right: -4%;
	}
	@media screen and (min-width: 992px) and (max-width: 1199px) {   // desktop
		height: 90%;
	}
	@media screen and (min-width: 768px) and (max-width: 991px) {   // tablet
		height: 90%;
		bottom: -5%;
		//background-size: auto 75%;
	}
	@media screen and (max-width: 767px) {
		//  bottom: -8%;
	}
*/
/*  J U M B O -  R E S O U R C E S  */
.jumbo-resources {
  background-image: url('../images/banners/banners-resources-crop.png'); }

@media (min-width: 1400px) { }
@media screen and (min-width: 992px) and (max-width: 1399px) { }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .jumbo-resources {
    right: -10px; } }
@media screen and (min-width: 570px) and (max-width: 767px) {
  .jumbo-resources {
    height: 90%;
    bottom: -8%;
    right: -5%; } }
@media screen and (max-width: 569px) {
  .jumbo-resources {
    height: 85%;
    bottom: -8%;
    right: -5%; } }

/*  J U M B O -  S H O P  */
.jumbo-shop {
  background-image: url('../images/banners/banners-shop-crop.png'); }

@media (min-width: 1400px) {
  .jumbo-shop {
    right: 100px; } }
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .jumbo-shop {
    right: 70px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .jumbo-shop {
    right: 10px; } }
@media screen and (min-width: 570px) and (max-width: 767px) {
  .jumbo-shop {
    height: 90%;
    bottom: -5%; } }
@media screen and (max-width: 569px) {
  .jumbo-shop {
    width: 90%;
    bottom: -7%; } }

/* end jumbotron styles */
/* S L I D E R */

.slick-slide {
  margin-left: 15px;
  margin-right: 15px; }

.slick-slide img {
  width: 100%; }

.slick-prev:before, .slick-next:before {
  color: black; }

.slick-slide {
  opacity: 1;
  transition: all ease-in-out 0.3s; }

.slick-active {
  opacity: 1; }

.slick-current {
  opacity: 1; }

/*  M O B I L E - - 
STYLES MOVED TO MOBILE SECTION @ END */
@media screen and (max-width: 767px) { }

/*  end slider styles  */
/*  M O D A L  */
@media screen and (min-width: 1200px) {
  .modal-lg {
    width: 970px; } }

.modal-content {
  background-color: #fef7ee; }

.modal-header, .modal-footer {
  border: none; }

.modal-header {
  padding: 15px 15px 9px; }

.close {
  color: #5c5c5c;
  font-size: 28px;
  opacity: 1; }

.modal-body {
  padding: 10px 60px 35px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .modal-body {
      padding-left: 60px;
      padding-right: 60px; } }

.modal-body h2 {
  font-family: 'GothamRnd-Light'; }

.modal-text-group {
  margin-bottom: 40px;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto; }

.text-inline {
  display: block; }
  @media screen and (max-width: 1200px) {
    .text-inline {
      display: inline; } }

.text-block {
  display: inline; }
  @media screen and (max-width: 767px) {
    .text-block {
      display: block; } }

/*  F O O T E R  */
footer {
  background-color: #fef7ee;
  padding-top: 85px;
  padding-bottom: 55px; }

footer h5 {
  font-family: 'GothamRnd-Bold'; }

footer .copyright {
  margin-top: 40px;
  font-size: 14px; }

.social a {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  opacity: 1; }
  .social a:hover {
    opacity: 0.8; }

.social-facebook {
  background: url("../images/icons/facebook-circle-gray.png") no-repeat;
  background-size: 30px 30px; }

.social-chat {
  background: url("../images/icons/chat-circle-gray-sm.png") no-repeat;
  background-size: 30px 30px; }

.social-email {
  background: url("../images/icons/email-circle-gray-sm.png") no-repeat;
  background-size: 30px 30px; }

/* */
#backToTop {
  visibility: hidden; }

@media (max-width: 1025px) {
  .up-arrow {
    display: none; } }

.scroll-to-top {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background: rgba(50, 50, 50, 0.4);
  color: #FFF;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 30px;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  bottom: 8%; }

.scroll-to-top:hover {
  background: #333;
  opacity: 0.8; }

iframe#televet-widget-iframe {
  bottom: 2% !important;
  right: 18px !important; }

/* 

.social-facebook:hover {
    background: url("../images/icons/facebook-color.png") no-repeat;
    background-size: 30px 30px;
}

.social-chat:hover {
    background: url("../images/icons/chat-color.png") no-repeat;
    background-size: 30px 30px;
}

.social-email:hover {
    background: url("../images/icons/email-color.png") no-repeat;
    background-size: 30px 30px;
}

*/
/* scroll to top
.scroll-to-top {
  border-radius: 20px;
  bottom: 8%; // inside footer = 1.25%
}

.scroll-to-top:hover {
  background: #333;
}

@media (max-width: 1024px) {
  .scroll-to-top {
    display: none !important;
  }
}

.copyright {
  padding: 0 30px;
}
*/
/* [class*="entypo-"]:before {
  font-family: 'Entypo';
} */
/* 
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-twitter:before {
    content: "\f099";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-instagram:before {
    content: "\f16d";
}
*/
/* E N T Y P O */
.entypo {
  font-family: 'EntypoRegular';
  font-size: 2.2em;
  font-weight: normal;
  line-height: 0; }

.scroll-to-top.entypo {
  line-height: 40px; }

.entypo-social {
  font-family: 'EntypoSocialRegular';
  font-size: 2.8em;
  font-weight: normal;
  line-height: 0; }

.social a {
  text-decoration: none;
  margin-right: 10px; }

.entypo.chevron-down:before {
  content: '\E75C'; }

.entypo.chevron-up:before {
  content: '\E75F'; }

a[aria-expanded="true"] .entypo.chevron-down:before {
  content: '\E75F'; }

#section-faqs h5 {
  position: relative; }
#section-faqs .entypo {
  position: absolute;
  padding-top: 12px;
  padding-left: 5px; }

.entypo-social.facebook:before {
  content: '\F30C'; }

.entypo-social.twitter:before {
  content: '\F309'; }

.entypo-social.pinterest:before {
  content: '\F312'; }

.entypo-social.linkedin:before {
  content: '\F318'; }

.entypo-social.instagram:before {
  content: '\F32D'; }

.entypo-social.facebook:before {
  content: '\F30C'; }

.entypo-social.c-facebook:before {
  content: '\F30D'; }

.entypo-social.s-facebook:before {
  content: '\F30E'; }

a .facebook:hover, a .s-facebook:hover {
  color: #005987; }

a .twitter:hover {
  color: #55ACEE; }

a .linkedin:hover {
  color: #005987; }

a .pinterest:hover {
  color: #c31e26; }

a .instagram:hover {
  color: #FDC643; }

/* - - - - - - - - - - - - - - - -

R E S P O N S I V E   S T Y L E S

 - - - - - - - - - - - - - - - - */
/* Tablet Styles */
@media screen and (max-width: 1024px) {
  body {
    font-size: 16px; }
  section {
    margin-bottom: 0px; }
  .icon-group, .image-group, .text-group, .slick-slide, .form-order {
    margin-bottom: 40px; }
  .modal-body {
    padding-left: 60px;
    padding-right: 60px; }
  .modal-text-group {
    margin-bottom: 30px; }
  .section-title {
    margin-bottom: 60px; }
  .form-section .section-title {
    margin-bottom: 45px; }
  .section-title p, .promo-band p {
    font-size: 17px; }
  h1, .h1 {
    font-size: 30px;
    line-height: 1.1; }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 42px; }
  .jumbotron h4, .jumbotron .h4 {
    font-size: 17px; }
  h2, .h2, .main-group h1, .main-group .h1 {
    font-size: 24px; }
  .modal-body h2 {
    font-size: 30px; }
  h3, .h3 {
    font-size: 18px; }
  h4, .h4 {
    font-size: 18px; }
  h6, .h6 {
    font-size: 16px; }
  .btn {
    min-width: 134px;
    padding: 14px 26px 12px; }
  .btn-lg {
    padding-left: 32px;
    padding-right: 32px; }
  footer .copyright {
    font-size: 13px; } }

@media (max-width: 991px) {
  /*
	.form-section .section-title {
    margin-bottom: 55px; // from 60px
  }
  
  .icon-group, .image-group, .text-group, .slick-slide, .form-order {
    margin-bottom: 50px; // from 50px;
  }
  
  .icon-group .icon {
    height: 48px;
    max-height: 48px;  
  }
  
  .img-container {
		margin-bottom: 20px; // from 25px;
	}
  
  */
  .center-sm {
    text-align: center; }
  section {
    margin-bottom: 0px; }
    section:last-child {
      margin-bottom: 95px; }
  footer {
    padding-top: 65px;
    padding-bottom: 35px; }
  .btn {
    min-width: 134px;
    padding: 14px 26px 12px; }
  .btn-lg {
    font-size: 15px; } }

/*  T A B L E T + +  */
@media (min-width: 768px) {
  /* .text-block {
		display: inline;
	} */
  .align-items-center {
    align-items: center;
    display: flex; }
  .slash-text {
    margin-top: -10px; } }

/* .slash-grouping .align-items-center {
  @media screen and (max-width: 991px) {
      display: block;
    }
} */
/* Mobile Styles */
@media screen and (min-width: 570px) and (max-width: 767px) {
  /* .jumbo-text .row {
    margin: 0 calc(10% - 15px);
    // padding: 0 5%;
  } */
  .row-xs {
    max-width: 80%; } }

@media screen and (max-width: 767px) {
  /* S L I D E R */
  /* .slick-slider {
  	  margin-right: calc(-5% + 15px); // USE when default padding // MATCH to container padding & col- padding
	} */
  /* */
  /* .modal-dialog {
    height: calc(100% - 20px); // center vertically
  }
  
  .modal-content {
    min-height: 80vh;
    height: 100%;
    max-height: 100%;
  }
  
  .modal-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    // height: 100%;
    // min-height: 80vh;
  } */
  /* .promo-band .text-block {
		&:last-child .btn {
	  	 // margin-bottom: 0; 
	  	 margin-top: -5px;
  	  }
	} */
  /* .social a {
    width: 36px; // from 30px
    height: 36px;
  }
  
  .social-facebook, .social-chat, .social-email {
    background-size: 36px 36px;
  } */
  /* 
  .jumbotron .jumbo-text h4 {
    display: none;
  }
  
  .jumbotron-home .jumbo-text h4 {
    display: block;
  }
  */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 1.4em; }
  header .container {
    padding: 0 2rem; }
  .container {
    padding: 0 3rem;
    width: 100%; }
  .row-xs {
    padding: 0 calc(5% + 15px);
    margin: 0 auto; }
  .slider-row.row {
    margin-right: -10px;
    margin-left: -10px; }
  .slick-slider {
    margin-right: calc(-3rem + 10px); }
  .slick-slide {
    margin-left: 10px;
    margin-right: 10px; }
  .center-xs {
    text-align: center; }
  footer {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 20px; }
    footer .col-sm-4 {
      margin-bottom: 20px; }
    footer .copyright {
      margin-top: 25px;
      line-height: 1.5em; }
  section {
    margin-top: 70px; }
    section:first-child {
      margin-top: 55px; }
    section:last-child {
      margin-bottom: 55px; }
  .icon-group, .image-group, .text-group, .slick-slide, .form-order {
    margin-bottom: 25px; }
  .slash-group .image-group, .icon-group-container .icon-group {
    float: left;
    display: block;
    width: 100%; }
  .cards .image-group, .cards .icon-group {
    display: flex !important; }
  .modal-body {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 0;
    padding-bottom: 0; }
  #curbsideModal .modal-body {
    padding-top: 79px;
    padding-bottom: 75px; }
  .section-title {
    margin-bottom: 40px; }
  .form-section .section-title {
    margin-bottom: 25px; }
  section.promo-band {
    padding-top: 50px;
    padding-bottom: 30px; }
  .container.jumbo-text {
    max-width: 640px; }
  .btn {
    margin-top: 0; }
  .btn-lg, .slash-group .btn, .jumbotron .btn {
    margin-top: 10px; }
  section.promo-band .btn {
    margin-top: 15px; }
  .jumbotron-home .jumbo-text.container {
    padding: 0 2rem; }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 28px;
    line-height: 1.2em; }
  .jumbotron h4, .jumbotron .h4 {
    font-size: 16px;
    line-height: 1.5em; }
  h1, .h1 {
    font-size: 28px; } }

@media (min-width: 381px) {
  .home-section .visible-tiny {
    display: none; } }
@media (max-width: 380px) {
  .home-section .visible-tiny {
    display: block; } }

@media (min-width: 381px) {
  .home-section .hidden-tiny {
    display: block; } }
@media (max-width: 380px) {
  .home-section .hidden-tiny {
    display: none; } }

@media (max-width: 359px) {
  .row-xs {
    padding: 0; } }

@media screen and (min-width: 360px) and (max-width: 374px) {
  .jumbotron-contact .jumbo-text.container {
    padding: 0 2rem; } }

/* */
@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible; } }
