  /**
 * $file
 * Variables
 *
 ****
 *
 * Page Widths
 * Fonts
 * Colors
 *
 ****
*/
/****
 *
 * Page Widths
 *
 ****/
/****
 *
 * Fonts
 *
 ****/
/****
 *
 * Colors
 *
 ****/
/**
 * $file
 * Variables
 *
 ****
 *
 * Page Widths
 * Fonts
 * Colors
 *
 ****
*/
/****
 *
 * Page Widths
 *
 ****/
/****
 *
 * Fonts
 *
 ****/
/****
 *
 * Colors
 *
 ****/
.flexslider {
  border-radius: 0;
}

.flexslider.hero-slideshow {
  overflow: hidden;
  background: #1E3F84;
}

@media (min-width: 768px) {
  .flexslider.hero-slideshow {
    background: none;
    max-height: 465px;
  }
  body.path-frontpage .flexslider.hero-slideshow {
    max-height: 615px;
  }
}

.flexslider.hero-slideshow .hero-slide-wrap:after {
  content: none;
}

@media (min-width: 768px) {
  .flexslider.hero-slideshow .hero-slide-wrap {
    max-height: 465px;
  }
  body.path-frontpage .flexslider.hero-slideshow .hero-slide-wrap {
    max-height: 615px;
  }
}

@media (max-width: 767px) {
  .flexslider.hero-slideshow .hero-slide-wrap .hero-content-wrap {
    position: relative;
    padding-top: 20px;
  }
  .flexslider.hero-slideshow .hero-slide-wrap .hero-content-wrap:after {
    content: none;
  }
}

@media (min-width: 768px) {
  .flexslider.hero-slideshow .hero-slide-wrap .hero-content-wrap {
    top: 0;
  }
  .flexslider.hero-slideshow .hero-slide-wrap .hero-content-wrap:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 8;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  }
}

.flexslider.hero-slideshow .hero-slide-wrap .hero-content-wrap .container {
  max-width: 900px;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .flexslider.hero-slideshow .hero-slide-wrap .hero-content-wrap .container {
    height: 100%;
    padding-bottom: 80px;
    z-index: 9;
    position: relative;
  }
}

@media (min-width: 768px) {
  .flexslider.hero-slideshow .hero-slide-wrap .hero-content-wrap .container > .row {
    height: 100%;
    align-items: flex-end;
  }
}

.flexslider.hero-slideshow .hero-slide-wrap .hero-content-wrap .container .hero-title {
  font-size: 4rem;
  line-height: 4.3rem;
  font-family: "robotobold", "Helvetica", Arial, sans-serif;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
  .flexslider.hero-slideshow .hero-slide-wrap .hero-content-wrap .container .hero-title {
    font-size: 5rem;
    line-height: 6.6rem;
  }
}

.flexslider.hero-slideshow .hero-slide-wrap .hero-content-wrap .container .hero-subtitle {
  font-size: 3rem;
  color: #fff;
  font-family: "robotobold", "Helvetica", Arial, sans-serif;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
  line-height: 3.9rem;
}

.flexslider.hero-slideshow .hero-slide-wrap .hero-content-wrap .container .hero-content {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-family: "robotoregular", "Helvetica", Arial, sans-serif;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
  .flexslider.hero-slideshow .hero-slide-wrap .hero-content-wrap .container .hero-content {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.flexslider.hero-slideshow .hero-slide-wrap .hero-content-wrap .container .hero-content span {
  display: inline-block;
}

.flexslider.hero-slideshow .hero-slide-wrap .hero-content-wrap .container .item-list {
  margin-top: 2rem;
}

.flexslider.hero-slideshow .hero-slide-wrap .hero-content-wrap .container .item-list ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 1rem;
  margin: 0;
}

.flexslider.hero-slideshow .hero-slide-wrap .hero-content-wrap .container .item-list ul li .hero-link a {
  color: #FFDF00;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "robotoregular", "Helvetica", Arial, sans-serif;
  line-height: normal;
  text-decoration: none;
}

.flexslider.hero-slideshow .hero-slide-wrap .hero-content-wrap .container .item-list ul li .hero-link a:after {
  content: '\f138';
  margin-left: 10px;
  height: 10px;
  width: 10px;
  font-family: "FontAwesome";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.flexslider.hero-slideshow .hero-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 768px) {
  .flexslider.hero-slideshow .hero-img img {
    max-height: 465px;
  }
}

.flexslider.hero-slideshow .controls .custom-controls-container {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .flexslider.hero-slideshow .controls .custom-controls-container {
    position: absolute;
    left: auto;
    right: auto;
    text-align: center;
    width: 100%;
    bottom: 20px;
    background: none;
  }
}

.flexslider.hero-slideshow .controls .custom-controls-container .play,
.flexslider.hero-slideshow .controls .custom-controls-container .pause {
  display: none;
}

.flexslider.hero-slideshow .controls .custom-controls-container .flex-control-nav.flex-control-paging {
  height: 16px;
  width: auto;
  bottom: 0;
  padding: 40px 0 30px;
}

body:not(.path-frontpage) .flexslider.hero-slideshow .controls .custom-controls-container .flex-control-nav.flex-control-paging {
  width: 100%;
}

body:not(.path-frontpage) .flexslider.hero-slideshow .controls .custom-controls-container .flex-control-nav.flex-control-paging:after {
  content: "";
  background: url(/themes/custom/barstow/images/half-circle.svg) no-repeat top center/cover;
  position: absolute;
  top: 20px;
  width: 100%;
  height: 150px;
  display: block;
  left: 0;
  right: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .flexslider.hero-slideshow .controls .custom-controls-container .flex-control-nav.flex-control-paging {
    padding: 0;
  }
}

body:not(.path-frontpage) .flexslider.hero-slideshow .controls .custom-controls-container .flex-control-nav.flex-control-paging li {
  z-index: 9;
  position: relative;
}

@media (min-width: 768px) {
  body:not(.path-frontpage) .flexslider.hero-slideshow .controls .custom-controls-container .flex-control-nav.flex-control-paging li {
    position: inherit;
    padding-top: 10px;
  }
}

.flexslider.hero-slideshow .controls .custom-controls-container .flex-control-nav.flex-control-paging li a {
  height: 14px;
  width: 14px;
  border: 2px solid #fff;
  background: none;
  box-shadow: none;
}

.flexslider.hero-slideshow .controls .custom-controls-container .flex-control-nav.flex-control-paging li a.flex-active {
  background-color: #fff;
}

@media (min-width: 768px) {
  body:not(.path-frontpage) .flexslider.hero-slideshow .controls .custom-controls-container .flex-control-nav.flex-control-paging:after {
    content: "";
    background: url(/themes/custom/barstow/images/half-circle.svg) no-repeat top center/cover;
    position: absolute;
    top: -5px;
    width: 100%;
    height: 50px;
    display: block;
    left: 0;
    right: 0;
    background-size: 500px 50px;
  }
}

.flexslider.hero-slideshow .controls a {
  display: block;
  height: 85px;
  width: 85px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .flexslider.hero-slideshow .controls a {
    height: 164px;
    width: 164px;
  }
}

.flexslider.hero-slideshow .controls a.flex-next {
  right: -50px;
}

@media (min-width: 768px) {
  .flexslider.hero-slideshow .controls a.flex-next {
    right: -82px;
  }
}

.flexslider.hero-slideshow .controls a.flex-next:before {
  background: url("/themes/custom/barstow/images/slider/next.png") no-repeat scroll 0 0 transparent;
  content: '';
  display: block;
  background-size: contain;
  width: 15px;
  height: 24px;
  margin: 30px 0 0 18px;
}

@media (min-width: 768px) {
  .flexslider.hero-slideshow .controls a.flex-next:before {
    height: 61px;
    width: 24px;
    margin-top: 52px;
    margin-bottom: 52px;
    background-size: contain;
    margin-left: 40px;
    background-position: center;
  }
}

.flexslider.hero-slideshow .controls a.flex-prev {
  left: -50px;
}

@media (min-width: 768px) {
  .flexslider.hero-slideshow .controls a.flex-prev {
    left: -82px;
  }
}

.flexslider.hero-slideshow .controls a.flex-prev:before {
  background: url("/themes/custom/barstow/images/slider/previous.png") no-repeat scroll 0 0 transparent;
  content: '';
  display: block;
  width: 15px;
  height: 24px;
  margin: 30px 16px 0 0;
  background-size: contain;
  float: right;
}

@media (min-width: 768px) {
  .flexslider.hero-slideshow .controls a.flex-prev:before {
    height: 61px;
    width: 24px;
    margin-top: 52px;
    margin-bottom: 52px;
    background-size: contain;
    margin-left: 100px;
    float: none;
    background-position: center;
  }
}

.flexslider.hero-slideshow .controls .flex-next-label,
.flexslider.hero-slideshow .controls .flex-prev-label {
  font-size: 0;
}

.flexslider.hero-slideshow .controls .flex-pauseplay {
  order: -1;
  margin-top: 40px;
  padding: 0 15px 0 0;
}

@media (min-width: 768px) {
  .flexslider.hero-slideshow .controls .flex-pauseplay {
    margin: 0;
  }
}

.flexslider.hero-slideshow .controls .flex-pauseplay a {
  background: none;
  height: auto;
  width: auto;
  color: #fff;
  position: relative;
  margin: 3px 0 0;
  font-size: 0;
  opacity: 1;
}

.flexslider.hero-slideshow .controls .flex-pauseplay a:before {
  text-indent: 0;
  display: inline-block;
  font-size: 17px;
  font-family: "FontAwesome";
  content: "\f144";
  line-height: 1;
}

.flexslider.hero-slideshow .controls .flex-pauseplay a.flex-pause:before {
  content: "\f28c";
}

body:not(.path-frontpage) .flexslider.hero-slideshow .controls .flex-pauseplay a {
  margin: 0;
  position: absolute;
  bottom: -9px;
  left: calc(50% - 37px);
}

/*# sourceMappingURL=../sourcemaps/view--hero-banner.css.map */
