/*------------------------------------*    $Sass Maps
\*------------------------------------*/
/**
 * Function to access $gutters map
 */
/**
 * Function to access $verticalSpacing map
 */
/**
 * Function to access $horizontalSpacing map
 */
/**
 * Function to access $page map
 */
/**
 * Function to access $lh map
 */
/**
 * Function to access $input map
 */
/**
 * Function to access $button map
 */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/**
 * These values will not show up in content, but can be
 * queried by JavaScript to know which breakpoint is active.
 * Add or remove as many breakpoints as you like.
 *
 * Reference: https://www.lullabot.com/articles/importing-css-breakpoints-into-javascript
 */
#main:before {
  display: none;
  /* Prevent from displaying. */ }

@media (min-width: 18.76em) {
  #main:before {
    content: "xsmall"; } }

@media (min-width: 25.01em) {
  #main:before {
    content: "small"; } }

@media (min-width: 31.26em) {
  #main:before {
    content: "medium"; } }

@media (min-width: 46.885em) {
  #main:before {
    content: "large"; } }

@media (min-width: 53.135em) {
  #main:before {
    content: "mlarge"; } }

@media (min-width: 59.385em) {
  #main:before {
    content: "xlarge"; } }

@media (min-width: 68.76em) {
  #main:before {
    content: "xxlarge"; } }

@media (min-width: 81.26em) {
  #main:before {
    content: "xxxlarge"; } }

/*------------------------------------*    $BASE VARIABLES
\*------------------------------------*/
/**
 * Theme colors
 */
/**
 * Resets
 */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/**
 * Base
 */
.flexslider {
  margin: 0;
  max-height: 354px;
  padding: 0; }
  @media (min-width: 31.26em) {
    .flexslider {
      max-height: 384px; } }
  @media (min-width: 46.885em) {
    .flexslider {
      max-height: 584px; } }
  @media (min-width: 81.26em) {
    .flexslider {
      max-height: none; } }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative; }

.flexslider .slides img {
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/**
 * Theme
 */
@media (min-width: 81.26em) {
  .site-hero--carousel {
    max-height: none; } }

.flexslider {
  background: #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 50px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 46.885em) {
    .flex-direction-nav a {
      height: 90px; } }

.flex-direction-nav a:before {
  font-size: 50px;
  display: inline-block;
  content: "\2039";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }
  @media (min-width: 46.885em) {
    .flex-direction-nav a:before {
      font-size: 90px; } }

.flex-direction-nav a.flex-next:before {
  content: "\203a"; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }
  @media (min-width: 31.26em) {
    .flexslider:hover .flex-direction-nav .flex-prev {
      right: 20px; } }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }
  @media (min-width: 31.26em) {
    .flexslider:hover .flex-direction-nav .flex-next {
      right: 20px; } }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-control-nav {
  width: 100%;
  bottom: -7px;
  position: relative;
  text-align: center; }
  @media (min-width: 31.26em) {
    .flex-control-nav {
      bottom: 0; }
      .site-hero--carousel .flex-control-nav {
        bottom: 24px;
        position: absolute; } }

.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/**
 * Responsive
 */
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
