
/* === MPN Media & Marketing - Air Systems RGV === */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap');

body {
  width:100%;
  height:100%;
  color:#333;
font-family: 'Roboto Slab', serif;
  font-weight: 400;
  background-color:#fff;
}
html {
  width:100%;
  height:100%
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
}
.bold, b {
  font-weight: 700;
}
.light {
  font-weight: 300;
}
/* === Menu Styles :: BEGIN === */
.menu-container {
  background: #fff;
  margin-top: 0rem !important;
  box-shadow: 0rem 0.5rem 1.5rem rgba(0,0,0,0.5);
}

.menu-container .row .col .bg-light {
  background: transparent!important;
  padding:1rem;
}

.menu-container.shrink-menu {
  margin-top: 0rem !important;
}

.menu-container.shrink-menu .row .col .bg-light {
  padding: 0.5rem;
}

nav {
  border-top: 2px solid #E6E6E6;
  border-bottom: 2px solid #E6E6E6;
}
.navbar-light .navbar-nav .nav-link {
  color: #666666 !important;
  font-size: 1rem;
  font-weight: 300;
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:active {
  color: #bc3b3d !important;
}

.shrink-menu .navbar-light .navbar-nav .nav-link {
  color: #2666cb !important;
}
.shrink-menu .navbar-light .navbar-nav .nav-link:hover,.shrink-menu .navbar-light .navbar-nav .nav-link:active {
  color: #2692cb !important;
}

.menu-container .logo-spacer {
  width: 100%;
  height: 10rem;
}
.menu-container.shrink-menu .logo-spacer {
  width: 100%;
  height: 8rem;
}

.menu-container .btn-spacer {
  padding-top:3.5rem;
}
.menu-container.shrink-menu .btn-spacer {
  padding-top:2.5rem;
}

.menu-container .container .row .col-md-6 a.bar-logo {
  position: absolute;
  background: url(../img/tri-county-logo-320-160.jpg);
  width: 360px;
  height: 120px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 1rem;
}
.menu-container.shrink-menu .container .row .col-md-6 a.bar-logo {
  width: 255px;
  height: 85px;
  top: 1rem;
    background: url(../img/tri-county-logo-250-85.jpg) !important;
  

}
/* === Menu Styles :: END === */
.bar-home-hero {
    margin-top: 17.25rem;
background: #ff0088;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed2d30+0,e53434+43,64ade5+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0103fa+0,64ade5+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0103fa+0,64ade5+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e00000+0,0103fa+0,00bbff+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1900ff+0,00bbff+100 */
background: #1900ff; /* Old browsers */
background: -moz-linear-gradient(top,  #1900ff 0%, #00bbff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1900ff 0%,#00bbff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1900ff 0%,#00bbff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1900ff', endColorstr='#00bbff',GradientType=0 ); /* IE6-9 */

    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
}

.bar-hero-content-padding {
	padding-top: 5rem;
	padding-bottom: 5rem;
}


.bar-home-hero .bar-hero-content-padding .row .col-12 h1 {
    font-size: 4rem;
		color:#fff;
}

.container.coupon-wrapper .row .col-12 .card-group .card {
  border-style: dashed;
}

.row .col-12 .card-group .card.coupon {
  border-style: dashed;
}
.row .col-12 .card-deck .card.coupon {
  border-style: dashed;
}

.review-banner-top-margin {
  margin-top:-3rem;
}

.bar-rollover-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bar-rollover-title {
  font-size: 4.5rem;
  font-weight: 400;
}

.step-number {
  position: absolute;
  top: -1.25rem;
  left: -1.75rem;
}

.bar-form-top-margin {
	margin-top: -2rem;
}

/* === Button Styles :: BEGIN === */
.btn-xl {
  padding: 0.85rem;
  font-size: 1.65rem;
}
.hero-btn {
  color: #e00 !important;
font-weight: 700;
  padding: 1.5rem 0.75rem;
  border:3px solid;
}
.btn-danger {
  color: #fff;
  background: #007bff;
}
.btn-danger {
  border: #007bff;

}
.btn:hover
{
  background: #ed2d30; /* Old browsers */

}
.btn-danger:hover {
  color: #fff;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed2d30+0,e53434+43,64ade5+100 */
  background: #ed2d30; /* Old browsers */
}
/* === Button Styles :: END === */
/* === Footer Styles :: BEGIN === */
footer {
  background: #fff;
}
/* === Footer Styles :: END === */
/* === Utility Styles :: BEGIN === */
.kill-padding {
  padding: 0 !important;
}
.kill-margins {
  margin: 0 !important;
}
.text-danger {
  color: #bc3b3d !important;
}
.bg-danger {
  background-color: #bc3b3d !important;
}
.bg-danger.gradient {
  background: #bc3b3d;
}
/* === Utility Styles :: END === */
/* === Media Queries :: BEGIN === */
@media (max-width:1200px) {
  .menu-container .container .row .col-md-6 a.bar-logo {
    position: absolute;
    width: 256px;
    height: 85px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0.75rem;
  }
  .menu-container.shrink-menu .container .row .col-md-6 a.bar-logo {
    width: 200px;
    height: 66px;
    top: 1rem;
  }
  .bar-hero-content-padding {
      padding-top: 8rem
  }
}

@media (max-width:991px) {
  .bar-form-top-margin {
    margin-top: 1rem;
  }
  .navbar-collapse {
    background-color: #fff !important;
    border-radius: 0.25rem;
  }
  .shrink-menu .navbar-collapse {
    background-color: #fff !important;
    border-radius: 0.25rem;
  }
  .bar-hero-content-padding {
      padding-top: 6rem
  }
}

@media (max-width:767px) {

  
  .button-group-header a{
    margin-bottom:10px;
  }
  .bar-home-hero {
    margin-top: 6rem;
    margin-bottom: 2rem;
  }
  
  
  .review-banner-top-margin{
    margin-top: 2rem;
  }
  .menu-container .container .row .col-md-6 a.bar-logo {
    display: none;
  }
  .collapsed-menu-logo-place a.bar-logo {
    position: absolute;
    background: url(../img/tri-county-logo-150-50.jpg);
    width: 150px;
    height: 50px;
    top: 0.25rem;
    left: 10rem;
    right: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .shrink-menu .collapsed-menu-logo-place a.bar-logo {
    width: 150px;
    height: 50px;
    background: url(../img/tri-county-logo-150-50.jpg) !important;
    top: 1.65rem;
  }
  .bar-hero-content-padding {
		padding-top: 10rem;
		padding-bottom: 1rem;
  }
	.bar-home-hero .bar-hero-content-padding .row .col-12 h1 {
  	font-size: 3rem;
	}
}

@media (max-width:450px) {
  .collapsed-menu-logo-place a.bar-logo {
    position: absolute;
    /* width: 125px;
    height: 41px; */
    /* top: 0.5rem; */
    left: 7.5rem;
    right: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .shrink-menu .collapsed-menu-logo-place a.bar-logo {
    top: 0.5rem;
  }
  .bar-hero-content-padding {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
  .bar-home-hero .bar-hero-content-padding div.row div.col-12.col-lg-6.offset-lg-6 h1 {
      font-size: 2rem
  }
  .bar-rollover-title {
    font-size: 3rem;
    font-weight: 400;
  }
  .bar-banner.full-system h2 {
    font-size: 3rem;
  }
  .step-number {
    display: none;
  }
}
/* === Media Queries :: END === */
