/*! 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 {
}

#enclosing1 {
}

#footer {
}

#main_navigation {
}

#slides {
}
/* ----- ##### 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;
    }
  }
















/* ----- ##### WRK, LLC. - HOME STYLES ##### ----- */
#nav_enclosing {
  position:absolute;
}
.home_slide > a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:block;
}

.teaser {
  background:rgba(255,255,255,0.75);
  text-align:center;
  position:absolute;
  width:290px;
  top:50%;
  left:50%;
  margin:-139px 0 0 -145px;
  color:#294A52;
  padding:85px 0;
  border-radius:100%;
}
.ieonly .teaser {
  background:url(//dfh7ns0oh0wux.cloudfront.net/cb87-2878031-bg-white-ie8.png?pfvId=s1v2.i4lpc2c5) repeat 0 0;
}
.teaser a {
  color:#294A52;
  font-weight:bold;
}
.slides-navigation {
  position:absolute;
  top:50%;
  left:50%;
  z-index:99;
  display:block;
  overflow:hidden;
  width:75px;
  margin:75px 0 0 -37px;
}
.ieonly .slides-navigation {
  margin:75px 0 0 -65px;
  width:125px;
}
.slides-navigation a {
  background:url(//d1gnrhec6cv6r5.cloudfront.net/fae6-2510031-bg-slider-arrows-sprite.png?pfvId=rv7c.i3hje49t) no-repeat 0 0;
  background-size:29px auto;
  width:30px;
  height:31px;
  display:inline-block;
  text-indent:150%;
  white-space:nowrap;
  overflow:hidden;
}
.ieonly .slides-navigation a {
  width:48px;
  height:48px;
  text-indent:-500px
}
.slides-navigation a.prev {
  background-position:0 1px;
}
.slides-navigation a.next {
  background-position:0 -32px;
  margin-left:15px;
}
.ieonly .slides-navigation a.next {
  background-position:0 -53px;
}
#footer_enclosing {
  position:fixed;
  bottom:0;
}

/* ----- MEDIA QUERIES */

/* -----
PHONES
----- */
@media only screen
and (max-device-width : 767px) {
  .caption {
    margin: -119px 0 0 -130px;
  padding: 60px 0;
  width:260px;
}
}

/* -----
PHONES - LANDSCAPE
----- */
@media only screen
and (max-device-width : 767px) 
and (orientation:landscape) {
  .caption {
    padding: 55px 0;
  width:265px;
}
  .slides-navigation {
    margin-top:60px;
}
}
