/*! normalize.css v2.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-family: sans-serif; /* 3 */
    -ms-text-size-adjust: 100%; /* 4 */
    -webkit-text-size-adjust: 100%; /* 4 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}html, body, div.page, div.lt-ie7 {
	margin: 0;
	padding: 0;
	height: 100%;
}

#body {
	height: 100.0%;
}

#footer_enclosing {
}

#nav_enclosing {
}

#hero {
}

#section1 {
}

#footer {
}

#main_navigation {
}

#column1 {
}

#column2 {
}
/* ----- ##### WRK BASIC STYLES ##### ----- */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html {
  color:#868686;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family:Helvetica,Arial,sans-serif;
  font-size:12px;
  line-height:17px;
}
body {
  height:100%;
}
#body {
  min-height:100%;
  height:auto;
}

/* ----- NAVIGATION STYLES */
#nav_enclosing {
  position:relative;
  top:0px;
  width:100%;
  z-index:999;
  background:#ffffff;
  padding:15px 0;
}
#pull {
  display:none;
}
#main_navigation {
  max-width:960px;
  width:100%;
  margin:0 auto;
  display:block;
  position:relative;
}
.desktop #main_navigation {
  overflow:hidden;
}
#main_navigation .text {
  display:block;
  float:left;
}
#main_navigation .text p {
  margin:0;
}
#main_navigation div.menu {
  float:right;
  padding-top:13px;
}
#main_navigation ul {
  margin:0px;
  padding:0px;
  position:relative;
}
.desktop #main_navigation ul {
  overflow:hidden;
}
#main_navigation ul li {
  display:inline-block;
  list-style:none;
  white-space:nowrap;
  overflow:hidden;
}
#main_navigation ul li + li {
  margin-left:25px;
}
#main_navigation ul li a {
  white-space:nowrap;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  color:#868686;
  font-size:14px;
  line-height:14px;
  text-decoration:none;
  text-transform:uppercase;
  position:relative;
  overflow:hidden;
}
#main_navigation ul li a:after {
  content:'';
  background:#fff;
  height:1px;
  width:0;
  position:absolute;
  bottom:0;
  left:0;
  display:inline;
  overflow:hidden;
  -webkit-transition:all 500ms ease-in-out;
  -ms-transition:all 500ms ease-in-out;
  transition:all 500ms ease-in-out;
}
#main_navigation ul li:hover a:after, #main_navigation ul li.mi-active a:after {
  background:#868686;
  width:99%;
  max-width:90px;
  -webkit-transition:all 500ms ease-in-out;
  -ms-transition:all 500ms ease-in-out;
  transition:all 500ms ease-in-out;
}

.husker-parking {
  float: none !important;
  padding: 5px;
  text-align: center;
  background-color: #d00000;
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  overflow: hidden;
  position: relative;
  min-height: 50px;
}

.husker-parking p {
  margin-top: 5px !important;
  line-height: 30px;
}

.husker-parking a {
  color: #fff;
}

/* ---- FONT STYLES */
h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform:uppercase;
}
h2 {
  letter-spacing:2px;
  margin:20px 0 10px;
}
.thanks a {
  color:#294a52;
}

/* ----- HERO IMAGE */
#hero {
  width:100%;
  overflow:hidden;
  height:450px;
}
.banner {
  height:100%;
}
.banner .image {
  width:100%;
  height:100%;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  position:relative;
}
.banner .overlay {
  background:rgba(255,255,255,0.65);
  /*background:rgba(41, 74, 82, 0.5);*/
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}
.ieonly .banner .overlay {
  background:url(//dfh7ns0oh0wux.cloudfront.net/cb87-2878031-bg-white-ie8.png?pfvId=s1v2.i4lpc2c5) repeat 0 0;
}
.banner .content-wrap {
  color:#294A52;
  /*color:#fff;*/
  width:100%;
  max-width:550px;
  margin:0 auto;
  text-align:center;
  display:block;
  position:relative;
  top:100px;
}
.banner .heading h1 {
  margin:0;
  line-height:1.35em;
}
.banner .teaser p {
  font-size:14px;
  line-height:20px;
}
.banner .actions a {
  text-decoration:none;
  text-transform:uppercase;
  background:#07171B;
  color:#fff;
  display:inline-block;
  padding:8px 35px;
  text-align:center;
  margin-top:12px;
  -webkit-transition:background-color 800ms ease-in-out;
  -ms-transition:background-color 800ms ease-in-out;
  transition:background-color 800ms ease-in-out;
}
.banner .actions a:hover {
  background:#062932;
  -webkit-transition:background-color 800ms ease-in-out;
  -ms-transition:background-color 800ms ease-in-out;
  transition:background-color 800ms ease-in-out;
}

/* ----- COLUMN STYLES */
#section1 {
  padding:25px 0;
}
.column {
  padding:0 50px;
  width:100%;
  max-width:960px;
  margin:0 auto;
}

/* ----- FOOTER */
#footer_enclosing {
  position:relative;
  width:100%;
  background:#07171b;
  color:#687e84;
  z-index:998;
  padding:15px 0;
}
#footer {
  width:100%;
  max-width:960px;
  margin:0 auto;
}
#footer div.menu {
  float:left;
}
#footer div.menu ul {
  margin:0;
  padding:0;
}
#footer div.menu li {
  display:inline-block;
  vertical-align:middle;
  margin-right:4px;
  position:relative;
  padding-right:8px;
}
#footer div.menu li:nth-of-type(1):after, #footer div.menu li:nth-of-type(2):after {
  content:'/';
  position:absolute;
  display:block;
  right:0;
  top:0;
}
#footer .text {
  float:right;
}
#footer p, #footer a {
  margin:0;
  color:#687e84;
  text-decoration:none;
}
#footer a:hover {
  color:#fff;
}
#footer div.menu li, #footer div.menu li a, #footer p {
  white-space:nowrap;
}

/* ----- MEDIA QUERIES */

/* -----
SMALL COMPUTER SCREENS
----- */
@media only screen
  and (min-width : 768px)
  and (max-width : 1024px) {
    #main_navigation .text {
      width:100%;
      text-align:center;
    }
    #main_navigation div.menu {
      width:100%;
      text-align:center;
      padding:10px 0 0;
    }
    #footer_enclosing {
      padding:15px 25px;
    }
  }

/* -----
TABLET
----- */
@media only screen
  and (min-device-width:768px)
  and (max-device-width:1920px) {
    .tablet #main_navigation ul li a:after {
      display:none;
    }
    .tablet #main_navigation ul li:hover a:after, .tablet #main_navigation ul li.mi-active a:after {
      display:none;
    }
    .tablet #main_navigation ul li.mi-active a {
      border-bottom:1px solid #fff;
    }
  }

/* -----
TABLET PORTRAIT
----- */

@media only screen
  and (min-device-width : 768px)
  and (max-device-width : 1920px)
  and (orientation : portrait) {
    .tablet #main_navigation .text {
      width:100%;
      text-align:center;
    }
    .tablet #main_navigation div.menu {
      width:100%;
      text-align:center;
      padding:10px 0 0;
    }
    .tablet #footer_enclosing {
      padding:15px 25px;
    }
  }

/* -----
PHONES
----- */
@media only screen
  /*and (-webkit-min-device-pixel-ratio: 1.5)*/
  and (max-device-width:1920px) {
    .mobile #main_navigation .text {
      padding-left:15px;
      width:65%;
    }
    .mobile #main_navigation .husker-parking {
      padding-left: 15px;
      width: 85%;
    }
    .mobile #main_navigation .text img {
      max-width:100%;
      height:auto;
    }
    .mobile #pull {
      position:relative;
      float:right;
      display:block;
      width:30px;
      height:35px;
      margin-right:15px;
    }
    .mobile #pull div {
      height:4px;
      background:#294A52;
      width:100%;
      position:absolute;
      top:50%;
      margin-top:-3px;
      -webkit-transition:all 500ms ease-in 300ms;
      transition:all 500ms ease-in 300ms;
    }
    .mobile #pull div:before, .mobile #pull div:after {
      content:'';
      display:block;
      width:100%;
      height:4px;
      background:#294A52;
      position:absolute;
      -webkit-transition:all 300ms ease-in;
      transition:all 300ms ease-in;
    }
    .mobile #pull div:before {
      top:-10px;
    }
    .mobile #pull div:after {
      bottom:-10px;
    }
    .mobile .open #pull div {
      background:transparent;
      -webkit-transition:all 300ms ease-in;
      transition:all 300ms ease-in;
    }
    .mobile .open #pull div:before, .mobile .open #pull div:after {
      -webkit-transition:all 500ms ease-in 300ms;
      transition:all 500ms ease-in 300ms;
    }
    .mobile .open #pull div:before {
      top:0;
      -webkit-transform:rotate(45deg);
      transform:rotate(45deg);
    }
    .mobile .open #pull div:after {
      bottom:0;
      -webkit-transform:rotate(-45deg);
      transform:rotate(-45deg);
    }
    .mobile #main_navigation div.menu {
      float:none;
      clear:both;
      background:#294A52;
      opacity:0;
      position:absolute;
      width:100%;
      top:50px;
      padding:15px 0;
      -webkit-transform:translateY(-150%);
      -ms-transform:translateY(-150%);
      transform:translateY(-150%);
      -webkit-transition:all 500ms ease-in-out;
      -ms-transition:all 500ms ease-in-out;
      transition:all 500ms ease-in-out;
    }
    .mobile #main_navigation.open div.menu {
      opacity:1.0;
      -webkit-transform:translateY(0);
      -ms-transform:translateY(0);
      transform:translateY(0);
      -webkit-transition:all 500ms ease-in-out;
      -ms-transition:all 500ms ease-in-out;
      transition:all 500ms ease-in-out;
    }
    .mobile #main_navigation ul {
      text-align:center;
    }
    .mobile #main_navigation ul li {
      display:block;
      width:100%;
      padding:15px 0;
    }
    .mobile #main_navigation ul li + li {
      margin-left:0;
    }
    .mobile #main_navigation ul li a {
      color:#fff;
    }
    .mobile #main_navigation ul li a:after {
      display:none;
    }
    .mobile #main_navigation ul li:hover a:after, .mobile #main_navigation ul li.mi-active a:after {
      display:none;
    }
    .mobile #main_navigation ul li.mi-active a {
      border-bottom:1px solid #fff;
    }
    .mobile #hero {
      height:250px;
    }
    .mobile .column {
      padding:0 25px;
    }
    .mobile .banner .content-wrap {
      top:20px;
    }
    .mobile #footer_enclosing {
      padding:10px;
    }
    .mobile #footer div.menu, .mobile #footer .text {
      width:100%;
      float:none;
      clear:both;
      text-align:center;
    }
    .mobile #footer div.menu {
      margin-bottom:5px;
    }
    .mobile #footer li, #footer li a {
      white-space:nowrap;
    }
  }
















/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url("./ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; pointer-events: none;}
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
/* HIDDEN BY AGENT
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
*/
.slick-prev { left: -25px; }
.slick-prev:before { content: "\2190"; }

.slick-next { right: -25px; }
.slick-next:before { content: "\2192"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

[dir="rtl"] .slick-next {right: auto;left: -25px;}
[dir="rtl"] .slick-next:before {content: "\2190";}
[dir="rtl"] .slick-prev {right: -25px;left: auto;}
[dir="rtl"] .slick-prev:before {content: "\2192";}
[dir="rtl"] .slick-slide {float: right;}/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  /*background: url(../img/loader.gif) no-repeat center center;*/
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 888;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  top:50%;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next {
  background-image: url(//d1gnrhec6cv6r5.cloudfront.net/fae6-2510031-bg-slider-arrows-sprite.png?pfvId=rv7c.i3hje49t);
  background-repeat: no-repeat;
  background-size:49px auto;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
  display:block;
  position:absolute;
  z-index:999;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: 0 1px;
  left:15px;
}
#swipebox-next {
  background-position: 0 -54px;
  right:15px;
}
#swipebox-close {
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 9999;
}
#swipebox-close:after {
  content:'x';
  font-family:"proxima-nova",arial,sans-serif;
  font-size:25px;
  line-height:25px;
  color:#294A52;
  display:block;
  padding:3px 11px 5px;
  border:2px solid #294A52;
  border-radius:100%;
  cursor:pointer;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 100%;
    /*max-width: 800px;*/
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background:url(//dfh7ns0oh0wux.cloudfront.net/cb87-2878031-bg-white-ie8.png?pfvId=s1v2.i4lpc2c5) repeat 0 0;
  background: rgba(255,255,255,0.8);
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  background:none;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
/* ----- ##### WRK PROPERTY LISTING STYLES ##### ----- */
#section1 {
  padding-bottom:0;
}

/* ---- PROPERTY LISTING STYLES */
.property {
  width:100%;
  display:block;
  margin:18px 0;
  clear:left;
  float:left;
}
.property .thumbnail, .property .teaser_info {
  display:inline-block;
  vertical-align:top;
}
.property .thumbnail {
  width:29%;
}
.property .thumbnail > img {
  max-width:100%;
  height:auto;
}
.property .teaser_info {
  width:70%;
  padding-left:20px;
}
.property .teaser_info .name {
  font-size:20px;
  font-family:'proxima-nova', Arial, sans-serif;
  text-transform:uppercase;
  line-height:23px;
}
.property .teaser_info .address > div {
  margin-bottom:5px;
}
.property .teaser_info .details_link a {
  text-decoration:none;
  text-transform:uppercase;
  background:#07171B;
  color:#fff;
  display:inline-block;
  padding:8px 35px;
  text-align:center;
  margin-top:12px;
  white-space:nowrap;
  -webkit-transition:background-color 800ms ease-in-out;
  -ms-transition:background-color 800ms ease-in-out;
  transition:background-color 800ms ease-in-out;
}
.property .teaser_info .details_link a:hover {
  background:#062932;
  -webkit-transition:background-color 800ms ease-in-out;
  -ms-transition:background-color 800ms ease-in-out;
  transition:background-color 800ms ease-in-out;
}


/* ----- PROPERTY DETAIL STYLES */
#detail_template #hero .freemarker {
  width:100%;
  height:100%;
}
#detail_template #hero .banner {
  width:100%;
  height:100%;
  background-size:cover !important;
  background-repeat:none;
  background-position:center center !important;
}
#detail_template #column2 {
  width:100%;
  max-width:100%;
  padding:0;
}
.gallery_container {
  width:100%;
  text-align:center;
}
.ieonly .gallery_container {
  height:75px;
  overflow:hidden;
  width:100%;
  margin:0 auto;
}
.slick-slider {
  margin-bottom:0;
}
.ieonly .gallery_container .slick-list {
  width:75%;
  margin:0 auto;
}
.gallery_container .image {
  width:16%;
  height:75px;
  display:inline-block;
  overflow:hidden;
  vertical-align:middle;
  float:none;
}
.gallery_container .image + .image {
  /*margin-left:15px;*/
}
.gallery_container .image > a {
  width:75px;
  height:75px;
  overflow:hidden;
  margin:0 auto;
  display:block;
}
.gallery_container .image img {
  width:auto;
  height:100%;
  margin:0 auto;
}
.gallery_container button {
  background:url(//d1gnrhec6cv6r5.cloudfront.net/fae6-2510031-bg-slider-arrows-sprite.png?pfvId=rv7c.i3hje49t) no-repeat 0 0;
  background-size:28px auto;
  width:31px;
  height:31px;
  display:inline-block;
  text-indent:150%;
  white-space:nowrap;
  oveflow:hidden;
}
.ieonly .gallery_container button {
  width:48px;
  height:48px;
}
.gallery_container button.slick-prev {
  background-position:0 1px;
  left:-35px;
  opacity:1.0;
}
.ieonly .gallery_container button.slick-prev {
  left:0;
  margin-top:-25px;
}
.gallery_container button.slick-next {
  background-position:0 -31px;
  right:-35px;
  opacity:1.0;
}
.ieonly .gallery_container button.slick-next {
  right:0;
  background-position:0 -53px;
  margin-top:-25px;
}
.basic_info, .contact_info, .map_cont {
  clear:both;
  float:left;
  display:block;
}
.attr {
  width:12%;
  float:left;
  display:block;
  border-left:1px solid #868686;
  border-top:1px solid #868686;
  padding:8px;
  min-height:52px;
}
.attr.square_footage, .attr.street_address, .attr.neighborhood {
  width:20%;
}
.attr .type {
  display:block;
  font-weight:600;
  font-family:"proxima-nova",Arial,sans-serif;
  text-transform:uppercase;
}
.basic_info {
  margin-top:35px;
}
.basic_info .name h1 {
  line-height:25px;
}
.basic_info .description {
  clear:both;
  float:left;
}
.property .actions {
  clear:both;
  float:left;
  width:100%;
  text-align:center;
}
.property .actions span a {
  text-decoration:none;
  text-transform:uppercase;
  background:#07171B;
  color:#fff;
  display:inline-block;
  padding:8px 35px;
  text-align:center;
  margin-top:12px;
  -webkit-transition:background-color 800ms ease-in-out;
  -ms-transition:background-color 800ms ease-in-out;
  transition:background-color 800ms ease-in-out;
}
.property .actions span a:hover {
  background:#062932;
  -webkit-transition:background-color 800ms ease-in-out;
  -ms-transition:background-color 800ms ease-in-out;
  transition:background-color 800ms ease-in-out;
}
.contact_info {
  margin:10px 0 50px;
}
.contact_info h3 {
  font-size:18px;
}
.contact_info > div {
  margin-bottom:5px;
}
.contact_info .name {
  font-weight:bold
}
.contact_info a {
  color:#868686;
  text-decoration:none;
}
.map_cont {
  height:350px;
  width:100%;
}
.map_cont #map {
  width:100%;
  height:100%;
}


/* ----- MEDIA QUERIES */

/* -----
WIDESCREEN MONITORS
----- */
@media only screen
and (min-device-width:1600px) {
  #detail_template #hero .banner {
  /*background-size:cover !important;
  background-position:center bottom !important;*/
}
}

/* -----
TABLET
----- */
@media only screen
and (min-device-width:768px)
and (max-device-width:1024px) {
  .tablet .gallery_container .image {
    width:120px;
}
.tablet .gallery_container button.slick-next {
  background-position:0 -31px;
}
}

/* -----
PHONES
----- */
@media only screen
and (min-device-width:320px)
and (max-device-width:1920px) {
  .mobile .property .thumbnail, .mobile .property .teaser_info {
    display:block;
}
.mobile .property .thumbnail {
  width:50%;
}
  .mobile .property .teaser_info {
    width:100%;
  padding-left:0;
  margin-top:10px;
}
  .mobile .attr {
    width:50%;
  min-height:80px;
  border-left:none;
  border-top:none;
  padding:8px 10px 8px 0;
}
.mobile .gallery_container button.slick-prev {
  left:-20px;
}
.mobile .gallery_container button.slick-next {
  right:-20px;
}
}

