
/* GENERAL */

.grecaptcha-badge { display: none;}

.shadow-0 {
    text-shadow: none !important;
    box-shadow: none !important;
}

.text-shadow {
  text-shadow: 0px 1px 2px rgba(75,75,75,1);
}

.text-shadow-dark {
  text-shadow: 0px 5px 20px rgba(0,0,0,.9);
}

.svg-filter {
  -webkit-filter: drop-shadow(0px 1px 0px rgba(0,0,0,1));
  filter: drop-shadow(0px 1px 0px rgba(0,0,0,1));
}

.box-shadow {
	box-shadow: 0px 10px 20px rgba(0,0,0,.08);
}

.no-hover {
	color: inherit;
}

.no-hover:hover {
	text-decoration: none;
	color: inherit;
}

.centered {
	top: 50%;
	left: 15px;
	right: 15px;
  transform: translateY(-50%);
	text-align: center;
	margin: auto;
}

.n-mt-4 {
  margin-top: -1.5rem;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #F7982A;
}

.bg-cover {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

@media (max-width: 1199.98px) {
	.tooltip {
		display: none;
	}
}

.tooltip-inner {
  white-space: nowrap;
  max-width: none;
}


/* COLORS

Yellow: #F7982A;
Grey: #929497;
Slate: #231F20;

*/

.text-yellow {
  color: #F7982A !important;
}

a.text-yellow {
  color: #F7982A;
  font-weight: bold;
}

a.text-yellow:hover,
a.text-yellow:focus,
a.text-yellow:target,
a.text-yellow:active {
  color: #231F20;
  text-decoration: none;
  transition: all .3s ease;
}

#content-loop a {
    color: #F7982A;
    transition: all .3s ease;
}

#content-loop a:hover,
#content-loop a:focus,
#content-loop a:target,
#content-loop a:active {
    color: #231F20;
    transition: all .3s ease;
}

#content-loop a.btn {
    color: inherit;
}

.bg-yellow {
  background-color: #F7982A;
}

.border-yellow-5 {
    border: 5px solid #F7982A;
}

.text-grey {
  color: #929497;
}

.bg-grey {
  background-color: #929497;
}

.text-slate {
  color: #231F20;
}

.bg-slate {
  background-color: #231F20;
}

.bg-concrete {
  background: linear-gradient(rgba(255,255,255,.85),rgba(255,255,255,.85)), url(../img/content/concrete3.jpg) center center;
}


/* TYPOGRAPHY

font-family: 'Open Sans', sans-serif;

*/

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }

  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }

  h2,
  .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }

  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }

  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }

  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }

  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }

  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }

  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }

  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .display-1, .display-2, .display-3, .display-4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.top-title {
  text-transform: uppercase;
  margin-bottom: .25rem;
}

p + ul {
  margin-top: -.75rem;
}

span.float-right {
  padding-left: 1rem;
}

div p:last-child {
  margin-bottom: 0;
}

ul.list-columns {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.list-columns li {
  padding: .25rem;
  display: inline-block;
  width: 100%;
}

@media (max-width: 991.98px) {
  ul.list-columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

@media (max-width: 575.98px) {
  ul.list-columns {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.divided-text-left {
    overflow: hidden;
    text-align: left;
}

.divided-text-left:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    left: 0.5rem;
    margin-right: -100%;
}


/* BUTTONS */

#calculatorDropdown {
    z-index: 1050;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  white-space: normal;
}

.btn-block {
  white-space: normal;
}

.btn-reg {
  padding: .6rem 2.25rem;
  box-shadow: 0px 10px 20px rgba(0,0,0,.08);
}

.btn-yellow {
  background-color: #F7982A;
  color: #231F20;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:target,
.btn-yellow:active {
  background-color: #F7982A;
  color: #FFF;
  box-shadow: 0 0 0 0.2rem rgba(247,146,57,.25);
}

.btn-icon {
  background-color: #F7982A;
  color: #231F20;
  padding: .6rem .75rem .6rem 1rem;
  text-align: left;
  display: block;
  box-shadow: 0px 10px 20px rgba(0,0,0,.08);
}

.btn-icon:hover,
.btn-icon:focus,
.btn-icon:target,
.btn-icon:active {
  background-color: #F7982A;
  color: #FFF;
  box-shadow: 0 0 0 0.2rem rgba(247,146,57,.25);
}

.btn-icon + .btn-icon {
  margin-top: .5rem;
}

.btn-icon + p {
  margin-top: 1rem;
}

.btn-directions {
  padding: .25rem .4rem;
  font-size: .75rem;
  border: 1px solid #DEE2E6;
  text-transform: capitalize;
}


/* TOP BAR */

@media (max-width: 575.98px) {
    #topBar a,
    #topBar .btn {
        font-size: .8rem !important;
    }
}

ul.top-bar {
  margin: 0;
  padding: 0;
}

ul.top-bar li {
  list-style-type: none;
  display: inline-block;
  text-align: right;
  margin-left: 1rem;
}

/* @media (max-width: 575.98px) {
  ul.top-bar li {
    display: block;
    text-align: center;
  }
} */

.top-nav {
  color: #F7982A;
  font-weight: 700;
  text-transform: uppercase;
  transition: all .3s ease;
}

.top-nav:hover,
.top-nav:focus {
  color: #FFF;
  text-decoration: none;
  transition: all .3s ease;
}


/* NAVIGATION */

.navbar {
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: all .2s ease;
	box-shadow: 0px 10px 20px rgba(0,0,0,.08);
  background: #FFF;
}

a.navbar-brand {
  padding: 0;
}

.navbar-nav .nav-item .nav-link {
    font-size: 15px;
  font-family: 'Open Sans', sans-serif;
	font-weight: 700;
  text-transform: uppercase;
  color: #231F20;
  position: relative;
  transition: all .3s ease;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus {
  color: #000;
  transition: all .3s ease;
}

.dropdown-menu {
  margin-top: 0;
  border: 1px solid #DEE2E6;
}

.dropdown-header {
    text-transform: uppercase;
    padding: .35rem 1rem;
    overflow: hidden;
}

.dropdown-header:after {
    background-color: #6c757d;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    left: 0.75rem;
    margin-right: -100%;
}

.dropdown-item {
  font-family: 'Open Sans', sans-serif;
	font-weight: 600;
  padding: .35rem 1rem;
  font-size: .85rem;
  color: #231F20;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #000;
  color: #FFF;
}

.dropdown:hover a.nav-link {
  color: #000;
}

#calculatorDropdown {
    left: auto;
    right: 0;
    width: 200px;
}

.dropdown .fa-caret-down {
  color: #929497;
}

.nav-link .fa-external-link-alt {
    color: #929497;
}

@media (min-width: 1200px) {
  .navbar-scrolled {
    padding-top: .25rem;
    padding-bottom: .25rem;
    transition: all .3s ease;
  }

  .navbar-brand img {
    width: 126px;
    height: 75px;
    transition: all .3s ease;
  }

  .navbar-scrolled .navbar-brand img {
    position: relative;
    width: 84px;
    height: 50px;
    transition: all .3s ease;
  }

	.navbar-expand-xl .navbar-nav .nav-link {
		padding: .75rem;
        text-align: center;
	}

	.nav-link .fa-external-link-alt {
        color: #929497;
        font-size: .65rem;
        margin-top: 5px;
        margin-left: 2px;
        vertical-align: top;
	}

  .dropdown-item {
    white-space: normal;
  }

	.dropdown-menu {
		margin-top: 0;
 	}

	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
 	}

	.dropdown:hover .fa-caret-down {
		transform: rotate(-180deg);
		transition: all .1s ease-in-out;
	}

	.dropdown>.dropdown-toggle:active {
    pointer-events: none;
	}

  .dropdown-menu {
    width: 260px;
    box-shadow: 0px 10px 20px rgba(0,0,0,.08);
  }

  .dropdown:last-of-type > .dropdown-menu {
	  left: auto;
	  right: 0;
	}

    .nav-link span {
        display: none;
    }
}

@media (max-width: 1199.98px) {
  .navbar {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .navbar-brand img {
      width: 84px;
      height: 50px;
  }

  /*
  .navbar-brand img {
      width: 47px;
      height: 50px;
  }

   .navbar-brand img {
    width: 106px;
    height: 53px;
  } */

  .navbar-nav {
    padding: .35rem 0;
    border-top: 1px solid #DEE2E6;
  }

  .navbar-collapse {
      overflow-y: auto;
      max-height: 80vh;
  }

	.navbar-nav .nav-link {
		padding: .5rem 0;
    text-align: left;
	}

	.navbar-nav .nav-link:last-child {
    border-bottom: none;
	}

  .dropdown-menu {
    background-color: #F8F9FA;
  }

  .dropdown-item {
    padding: .25rem 1rem;
    font-size: .95rem;
    text-align: left;
  }

	.dropdown.show .fa-caret-down {
		transform: rotate(-180deg);
		transition: all .1s ease-in-out;
	}

   .dropdown.show .nav-link {
		color: #000;
	}

  .navbar-nav {
    margin-top: .25rem;
  }

	.navbar .dropdown .fa-caret-down {
    position: absolute;
    right: .5rem;
    top: .75rem;
		font-size: 1rem;
	}

	.nav-link .fa-external-link-alt {
        position: absolute;
        right: .35rem;
        top: .65rem;
		font-size: .75rem;
	}

    .nav-link span {
        margin-left: .25rem;
    }
}

.dropdown-toggle::after {
  display: none !important;
}

.nav-item.nav-link-active a.nav-link {
  color: #F7982A !important;
}


/* MOBILE MENU ANIMATION */

#mobile-menu {
	width: 26px;
	height: 20px;
	top: 0px;
	right: 0px;
	float: right;
	position: relative;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
}

@media (min-width: 1200px) {
	#mobile-menu {
		display: none;
	}
}

#mobile-menu span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #231F20;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

#mobile-menu span:nth-child(1) {
	top: 0px;
}

#mobile-menu span:nth-child(2), #mobile-menu span:nth-child(3) {
	top: 9px;
}

#mobile-menu span:nth-child(4) {
	top: 18px;
}

#mobile-menu.open span:nth-child(1) {
  background-color: #DC3545;
	top: 9px;
  width: 0%;
  left: 50%;
}

#mobile-menu.open span:nth-child(2) {
  background-color: #DC3545;
	transform: rotate(45deg);
}

#mobile-menu.open span:nth-child(3) {
  background-color: #DC3545;
	transform: rotate(-45deg);
}

#mobile-menu.open span:nth-child(4) {
  background-color: #DC3545;
	top: 9px;
	width: 0%;
	left: 50%;
}


/* HERO */

#hero {
  position: relative;
  background-color: #231F20;
}

#hero .carousel-item {
  overflow: hidden;
}

.bg-hero {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 70vh;
  min-height: 540px;
  max-height: 1080px;
}

.hero-text {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.hero-text h2 {
  font-size: 3.25rem;
  margin-bottom: .5rem;
  text-transform: uppercase;
  text-shadow: 0px 5px 20px rgba(0,0,0,.9);
  animation-delay: .25s;
}

.hero-text p {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 1.25rem;
  text-shadow: 0px 5px 20px rgba(0,0,0,.9);
  animation-delay: .5s;
}

.hero-text a {
  box-shadow: 0px 10px 20px rgba(0,0,0,.08);
  animation-delay: 1s;
}

@media (max-width: 1199.98px) {
  .hero-text h2 {
    font-size: 3rem;
  }

  .hero-text p {
    font-size: 1.2rem;
  }
}

@media (max-width: 991.98px) {
  .hero-text h2 {
    font-size: 2.75rem;
  }

  .hero-text p {
    font-size: 1.15rem;
  }
}

@media (max-width: 767.98px) {
  .hero-text h2 {
    font-size: 2.25rem;
  }

  .hero-text p {
    font-size: 1.1rem;
  }
}

@media (max-width: 575.98px) {
  .hero-text h2 {
    font-size: 2rem;
  }

  .hero-text p {
    font-size: 1rem;
  }
}

#hero ol.carousel-indicators {
  bottom: 2rem;
  margin-bottom: 0;
}

#hero .carousel-indicators li {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

ol.carousel-indicators {
  bottom: 2.5rem;
  margin-bottom: 0;
}

.carousel-indicators li {
  background-color: #F8F9FA;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-left: 3px;
  margin-right: 3px;
  border: 1px solid #DEE2E6;
}

.carousel-indicators .active {
  background-color: #F7982A;
  border: 1px solid #F7982A;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  opacity: 1;
  transition: all .3s ease;
}

.carousel-control-prev {
  -webkit-filter: drop-shadow(-4px 0px 0px rgba(247,146,57,1));
  filter: drop-shadow(-4px 0px 0px rgba(247,146,57,1));
  transition: all .3s ease;
}

.carousel-control-next {
  -webkit-filter: drop-shadow(4px 0px 0px rgba(247,146,57,1));
  filter: drop-shadow(4px 0px 0px rgba(247,146,57,1));
  transition: all .3s ease;
}

@media (min-width: 1200px) {
  .carousel-control-prev:hover {
    -webkit-filter: drop-shadow(-8px 0px 0px rgba(247,146,57,1));
    filter: drop-shadow(-8px 0px 0px rgba(247,146,57,1));
    transition: all .3s ease;
  }

  .carousel-control-next:hover {
    -webkit-filter: drop-shadow(8px 0px 0px rgba(247,146,57,1));
    filter: drop-shadow(8px 0px 0px rgba(247,146,57,1));
    transition: all .3s ease;
  }
}

@media (max-width: 767.98px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    display: none;
  }
}

.home-icon {
  color: #231F20;
  display: block;
  transition: all .3s ease;
}

.home-icon:hover {
  color: #F7982A;
  text-decoration: none;
  transition: all .3s ease;
  background-color: #FFF;
  border-radius: .3rem;
}


/* SWIPER CAROUSEL */

.swiper-container.swiper-image-cards {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.swiper-wrapper {
  margin-bottom: 2rem;
}

.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #F7982A;
  border-radius: 100%;
  padding: 1.25rem;
  border: 1px solid #F7982A;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23231F20'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23231F20'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-button-prev {
  width: 13.5px;
  height: 22px;
  background-size: 13.5px 22px;
  margin-top: -30px;
}

.swiper-pagination-bullet {
  background-color: #FFF;
  border: 1px solid #DEE2E6;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background: #F7982A;
  border: 1px solid #F7982A;
}


/* NAV PILLS */

ul.nav.nav-pills li.nav-item {
  margin: 0 5px;
}

ul.nav.nav-pills li.nav-item a {
  padding: .5rem 1.5rem;
}

ul.nav.nav-pills li.nav-item a.active {
  background: #F7982A;
  border: 1px solid #F7982A !important;
}

@media (max-width: 767.98px) {
  ul.nav.nav-pills li.nav-item {
    display: block;
    width: 100%;
    margin: 5px 0;
  }

  ul.nav.nav-pills li.nav-item:last-of-type {
    margin-bottom: 0;
  }

  ul.nav.nav-pills li.nav-item a {
    display: block;
    width: 100%;
  }
}


/* CARDS */

.card {
  border: 1px solid #DEE2E6;
  box-shadow: 0px 10px 20px rgba(0,0,0,.08);
}

.card-body p:last-child {
  margin-bottom: 0;
}

.card-footer {
  border-top: 1px solid #DEE2E6;
}

.card-img-top {
  border-bottom: 1px solid #DEE2E6;
}

a.link-card .card {
  transition: all .3s ease;
}

a.link-card .card:hover {
  box-shadow: 0px 10px 20px rgba(0,0,0,.15);
  transition: all .3s ease;
}

.link-card {
  color: inherit;
}

.link-card:hover {
  color: #F7982A;
  text-decoration: none;
}

.card-img-left {
  border-radius: .3rem 0 0 .3rem;
  border-right: 1px solid #DEE2E6;
}

@media (max-width: 1199.98px) {
  .card-img-left {
    border-right: none;
    border-bottom: 1px solid #DEE2E6;
    border-radius: .3rem .3rem 0 0;
  }
}

.external-icon {
  position: absolute;
  right: 10px;
  top: 8px;
}


/* CARD COLUMNS */

.card-columns {
  column-gap: 1rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 1;
  }
}

@media (min-width: 992px) {
  .card-columns {
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    column-count: 3;
  }
}


/* IMAGE OVERLAYS */

.img-overlay {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.img-overlay:before {
  background: linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25));
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-overlay h3 {
  font-size: 2rem;
  margin-bottom: .75rem;
  color: #FFF;
  text-shadow: 0px 5px 20px rgba(0,0,0,.9);
}

.text-overlay p {
  color: #FFF;
  text-shadow: 0px 5px 20px rgba(0,0,0,.9);
}

.text-overlay h3:hover {
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .text-overlay h3 {
    font-size: 1.9rem;
  }
}

@media (max-width: 991.98px) {
  .text-overlay h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 767.98px) {
  .text-overlay h3 {
    font-size: 1.7rem;
  }
}

@media (max-width: 575.98px) {
  .text-overlay h3 {
    font-size: 1.6rem;
  }
}

.subpage-wrapper {
  overflow: hidden;
  position: relative;
  background: #231F20;
}

.subpage-text {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
}

.subpage-text p {
	color: #FFF;
  text-align: center;
  margin-bottom: 0;
  text-shadow: 0px 5px 20px rgba(0,0,0,.9);
}

.subpage-text h1 {
  font-size: 3rem;
	color: #FFF;
	text-align: center;
  margin-bottom: 0;
  text-shadow: 0px 5px 20px rgba(0,0,0,.9);
}

.bg-subpage {
  height: 450px;
  min-height: 200px;
}

@media (max-width: 1199.98px) {
  .bg-subpage {
    height: 400px;
  }

  .subpage-text h1 {
		font-size: 2.75rem;
	}
}

@media (max-width: 991.98px) {
  .bg-subpage {
    height: 350px;
  }

  .subpage-text h1 {
		font-size: 2.5rem;
	}
}

@media (max-width: 767.98px) {
  .bg-subpage {
    height: 300px;
  }

  .subpage-text h1 {
		font-size: 2.25rem;
	}
}

@media (max-width: 575.98px) {
  .bg-subpage {
    height: 250px;
  }

  .subpage-text h1 {
		font-size: 2rem;
	}
}


/* EXPAND */

.expand-btn {
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #F7982A;
	text-align: left;
	padding: 1rem;
	white-space: normal;
  background-color: #FFF;
  border: 1px solid #DEE2E6;
  border-left: .5rem solid #F7982A;
  box-shadow: 0px 3px 5px rgba(0,0,0,.08);
  position: relative;
  transition: all .3s ease;
}

.expand-btn.collapsed {
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #231F20;
	text-align: left;
	padding: 1rem;
	white-space: normal;
  background-color: #FFF;
  border: 1px solid #DEE2E6;
  box-shadow: 0px 3px 5px rgba(0,0,0,.08);
  position: relative;
  transition: all .3s ease;
}

.expand-btn:hover {
  box-shadow: none;
  color: #F7982A;
  box-shadow: 0px 3px 5px rgba(0,0,0,.15);
}

.expand-btn:focus {
  box-shadow: 0px 3px 5px rgba(0,0,0,.15);
}

.expand-btn::after {
  font-size: 1rem;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	right: 1rem;
  top: 1rem;
	position: absolute;
  color: inherit;
	display: inline-block !important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
  transform: rotate(-180deg);
	-webkit-font-smoothing: antialiased;
	transition: all .3s ease;
  margin-left: 1rem;
}

.expand-btn.collapsed::after {
  font-size: 1rem;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	right: 1rem;
  top: 1rem;
	position: absolute;
  color: inherit;
	display: inline-block !important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transform: rotate(0deg);
	transition: all .3s ease;
  margin-left: 1rem;
}

ul.hr-list {
  padding: 0;
  margin: 0;
}

.hr-list li {
  list-style-type: none;
  padding: .92rem .75rem;
  border-bottom: 1px solid #DEE2E6;
}

.hr-list li:last-child {
  border-bottom: none;
}

@media (max-width: 1199.98px) {
  .hr-list li {
    padding: .5rem .75rem;
  }
}

hr.black {
    border-top: 1px solid #000;
}


/* SOCIAL FOOTER BAR */

ul.sm-nav-footer {
	padding: 0;
	margin: 0;
}

.sm-nav-footer li {
	list-style-type: none;
	padding: 0 .2rem;
	display: inline-block;
}

.sm-nav-footer li a {
	font-size: 1.65rem;
	color: #231F20;
    transition: all .3s ease;
}

.sm-nav-footer li a:hover,
.sm-nav-footer li a:focus {
	color: #F7982A;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .sm-nav-footer li {
  	padding: 0 .5rem;
  }

  .sm-nav-footer li a {
  	font-size: 2rem;
  }
}


/* FOOTER */

.footer-logo {
    width: 135px;
    height: 80px;
  display: inline-block;
  margin: auto;
  margin-bottom: .5rem;
}

.footer-link {
  line-height: 1.75;
	color: #231F20;
  font-weight: bold;
  font-size: 1.15rem;
  transition: all .3s ease;
}

.footer-link:hover,
.footer-link:focus {
	color: #F7982A;
  text-decoration: none;
  transition: all .3s ease;
}

.brm-logo {
  width: 175px;
  height: 75px;
}


/* MODALS */

.modal-body p:last-child {
	margin-bottom: 0;
}

.modal .close {
  font-size: 2rem;
  opacity: 1;
  color: #DC3545;
}


/* FORMS */

label {
  font-size: .8rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 6px;
}

@media (min-width: 1200px) {
  .required-text {
    margin-top: -7px;
  }
}

.form-control {
  background-color: #F8F9FA;
  border: 1px solid #DEE2E6;
}

.form-control.flush {
  border: 1px solid #FFF;
}

.form-control.flush:focus {
  background-color: #FFF;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-right: 1px solid #DEE2E6;
  border-bottom: 1px solid #FFF;
}

.form-control:focus {
  border: 1px solid #000;
  box-shadow: none;
  outline: none;
}


/* FILE UPLOADER */

.qq-uploader {
  position: relative;
  width: 100%;
}

.qq-upload-button {
  margin-bottom: .5rem;
}

.qq-upload-button:hover,
.qq-upload-button:focus,
.qq-upload-button:target,
.qq-upload-button:active {
  cursor: pointer;
}

.qq-upload-drop-area {
  display: none !important;
}

.qq-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.qq-upload-list li {
  margin: 0;
  padding: 0;
  line-height: 15px;
  font-size: 12px;
}

.qq-upload-list li.qq-upload-success {
  display: none;
}

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
  margin-right: 7px;
}

.qq-upload-file {

}

.qq-upload-spinner {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}

.qq-upload-size, .qq-upload-cancel {
  font-size: 11px;
}

.qq-upload-failed-text {
  display: none;
}

.qq-upload-fail .qq-upload-failed-text {
  display:inline;
}


/* EMBEDS */

.embed-responsive {
  border: 1px solid #DEE2E6;
  border-radius: .3rem;
}


/* TIMELINE */

.timeline a {
    text-align: center;
    display: block;
    cursor: pointer;
    position: relative;
}

.timeline a img {
    border: 1px solid #DEE2E6;
    width: 100%;
}

.timeline a:hover img::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
    z-index: 2;
    background-color: #231F20;
}

.viewPhoto span {
    font-size: 14px;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    right: 5px;
    opacity: 0;
}

.viewPhoto:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
    height: 100%;
    width: calc(100% - 10px);
    opacity: 0;
    transition: .3s ease;
    background-color: #231F20;
}

.timeline a:hover .viewPhoto:after,
.timeline a:focus .viewPhoto:after {
    opacity: .85;
}

.timeline a:hover .viewPhoto span,
.timeline a:focus .viewPhoto span {
    color: #FFF;
    opacity: 1;
}


/* TO TOP */

.scroll-top {
  position: fixed;
  opacity: 0;
  visibility: hidden;
	text-align: center;
	z-index: 9;
  background-color: #F7982A;
	color: #231F20;
	width: 40px;
	height: 40px;
	line-height: 40px;
  border-radius: 100%;
	right: 1rem;
	bottom: 1rem;
  border: 1px solid #DEE2E6 !important;
	transition: all .3s ease-in-out;
	box-shadow: 0px 10px 20px rgba(0,0,0,.08);
}

@media (max-width: 575.98px) {
  .scroll-top {
  	right: .75rem;
  	bottom: .75rem;
  }
}

.scroll-top.show {
  visibility: visible;
  cursor: pointer;
	opacity: 1;
	box-shadow: 0px 10px 20px rgba(0,0,0,.08);
}

.scroll-top.show:hover {
  color: #FFF;
}

* {
   min-height: 0.01px;
}


/* USED FOR HIDING BODY UNTIL JS LOADS - LEAVE AT THE END */

body {
    opacity: 0;
}
