@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
/* ==========================================================================
   VARIABLES
   ========================================================================== */
/* ==========================================================================
   MIXINS
   ========================================================================== */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * 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 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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; }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/* ==========================================================================
   TYPE
   ========================================================================== */
body {
  font: 16px/26px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; }

h1, h2, h3 {
  font-family: sans-serif; }

h1 {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase; }

.large-quote {
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.75rem;
  color: #ff914b;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
  quotes: "“" "”" "‘" "’";
  display: block; }
  .large-quote:before {
    font-size: 2rem;
    font-family: Georgia;
    color: #ccc;
    content: open-quote; }
  .large-quote:after {
    font-size: 2rem;
    font-family: Georgia;
    color: #ccc;
    content: close-quote; }

.hdr-primary {
  font-size: 3.5rem;
  text-align: center;
  text-transform: uppercase; }

.hdr-secondry {
  font-size: 2.0rem; }

.lead {
  padding: 0 1em;
  max-width: 650px; }
  .lead h2 {
    line-height: 1.15em;
    margin: 0;
    padding: 0; }
  .lead p {
    text-align: justify; }

.about-us-hdr {
  font-family: 'Open Sans';
  font-weight: 300; }
  .about-us-hdr span {
    font-family: 'Open Sans Condensed';
    font-size: 5rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: -.15rem;
    display: block; }

.black {
  color: black; }

.white {
  color: white; }

.orange {
  background: #ff761e;
  color: white; }

.bg-black {
  background: #000; }

.feature-content {
  margin: 0;
  padding: 0;
  background-color: #333; }

button {
  font-family: 'Open Sans Condensed', san-serif;
  font-size: 1rem;
  color: white;
  background: #f26500;
  padding: 1em;
  margin: 10px;
  border: none;
  border-radius: 5px; }

.header-container {
  color: white;
  background: #f26500;
  margin: 0;
  padding: 0; }

/* ==============
    MOBILE: Menu
   ============== */
#header {
  display: none; }

.logo {
  float: left; }

#mobile-header {
  background: #000;
  margin: 0;
  padding: 0; }
  #mobile-header #toggle {
    margin-top: 6px;
    margin-right: 1rem;
    display: inline-block;
    font-size: 2rem;
    float: right; }
    #mobile-header #toggle a {
      color: #fff; }
      #mobile-header #toggle a:hover {
        text-decoration: none; }
  #mobile-header #mobile-menu {
    display: none; }
    #mobile-header #mobile-menu ul {
      display: block;
      list-style-type: none;
      margin: 0 auto;
      padding: 0;
      width: 100%; }
      #mobile-header #mobile-menu ul li {
        background-color: #222;
        display: inline-block;
        float: left;
        margin: 0 auto;
        width: 50%;
        text-align: center; }
        #mobile-header #mobile-menu ul li:hover {
          background-color: orange; }
        #mobile-header #mobile-menu ul li a {
          font-weight: 700;
          color: white;
          text-decoration: none;
          display: block;
          width: 100%;
          padding: 1em 0; }

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: none !important; }

@media only screen and (min-width: 768px) {
  /* ============
      WIDE: Menu
     ============ */
  #mobile-header {
    display: none; }

  .title {
    float: none; }

  .logo {
    float: left; }

  #header {
    display: block; }

  #menu {
    float: right; }
    #menu li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      list-style: none !important; }
      #menu li a, #menu li a:visited, #menu li a:hover {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        padding: 19px 12px;
        color: white;
        font-weight: 700;
        text-decoration: none; }
      #menu li:hover {
        background: #333; }
      #menu li ul {
        display: none;
        opacity: 0; }
        #menu li ul li:hover {
          background: #333; }
      #menu li:hover ul {
        display: list-item;
        background: #333;
        margin: 0;
        padding: 0;
        opacity: 0;
        position: absolute;
        z-index: 99999;
        margin-left: 0px;
        opacity: 1; }
        #menu li:hover ul li {
          margin: 0;
          padding: 0;
          display: block;
          float: none; }
          #menu li:hover ul li a {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
            padding: 10px 12px; }
            #menu li:hover ul li a:hover, #menu li:hover ul li a:visited {
              color: white; }
            #menu li:hover ul li a:hover {
              text-decoration: underline; } }
/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
#footer {
  margin-top: 1em; }

.main-container {
  max-width: 1000px;
  margin: 0 auto; }

#profile-feature ul {
  margin: 0;
  padding: 0; }
  #profile-feature ul h3 {
    line-height: 1em;
    padding: 0;
    margin: 0;
    opacity: 0.0; }

.facts ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.facts li {
  list-style-type: none;
  display: inline-block;
  width: 30%;
  text-align: center; }
  .facts li:last-child {
    text-align: left;
    padding-left: 50px; }

.facts h3 {
  font-size: 5.5rem;
  line-height: 3.4rem; }
  .facts h3 span {
    font-family: 'Open Sans';
    font-size: 1.25rem;
    font-weight: 700;
    display: block;
    font-weight: normal;
    text-transform: uppercase; }

/* ===================
    ALL: Color Theme
   =================== */
.footer-container {
  background: #efefef;
  clear: both;
  padding: 1em 0; }

#content p {
  word-wrap: break-word; }

.card-break-2up {
  width: 50%;
  float: left !important; }

/* ==============
    MOBILE: Main
   ============== */
.footer-container #footer {
  color: black;
  padding: 20px 0; }

.logo-footer {
  margin: 0 auto;
  text-align: center;
  float: none; }

.logo {
  margin: 0;
  padding: 0;
  float: left; }

.social {
  float: left;
  display: inline-block;
  clear: both; }

.wrapper {
  margin: 0 auto;
  max-width: 1000px;
  position: relative; }

.center-text {
  text-align: center; }

.center {
  margin: 0 auto; }

/* ===============
    ALL: IE Fixes
   =============== */
.card {
  background: #efefef;
  border: 1px solid #ccc;
  margin: 1rem 0;
  padding: 0;
  vertical-align: bottom; }
  .card img {
    width: 100%; }
  .card h3 {
    font-size: 1rem;
    font-weight: 600;
    text-align: center; }
  .card h4 {
    font-family: 'Open Sans Condensed';
    color: #ccc;
    font-weight: 700;
    font-size: 3.2rem;
    margin: 0;
    padding: 0; }
    .card h4 span {
      font-size: 3.2rem;
      letter-spacing: -2px;
      color: black;
      text-transform: uppercase; }

.action-card {
  height: 320px;
  padding: 1em;
  display: inline-block;
  box-sizing: border-box; }

.home-card {
  background: #f26500;
  border: 1px solid white;
  margin: 1rem 0;
  padding: 0; }
  .home-card img {
    width: 100%; }
  .home-card h3 {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    text-align: center; }

.section .news-hdline span {
  font-weight: 800; }
.section ul {
  list-style-type: none;
  padding-left: 1rem; }

#submenu {
  display: none; }

.nav-horiz li {
  display: table-cell; }

.nav-fixed {
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0; }

.feature-hero img {
  width: 100%; }

.subheader {
  font-size: 1.25rem;
  font-weight: 300; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.hero {
  background: #000;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding: 0; }
  .hero img {
    width: 100%; }
  .hero video {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    vertical-align: top;
    box-sizing: border-box; }

.slider {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  word-wrap: break-word; }
  .slider ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .slider ul li {
      list-style-type: none;
      margin: 0;
      padding: 0; }
  .slider h2 {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.5);
    display: inline; }
  .slider h3 {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.5);
    display: inline; }
  .slider .aside {
    background: #000;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: white;
    left: 0 !important;
    bottom: 30px;
    position: static;
    border: 0;
    font-size: 100%;
    margin: 0 auto;
    padding: 15px 20px;
    width: 100%;
    text-align: left !important;
    text-transform: uppercase;
    word-wrap: break-word;
    vertical-align: baseline;
    z-index: 3;
    display: inline-block; }
  .slider .aside-right {
    left: auto;
    right: 0; }
  .slider .aside-left {
    right: auto;
    left: 0; }

.nav-secondary {
  background: #efefef;
  border: 1px solid #ccc;
  padding: 0;
  /* end secondary list */ }
  .nav-secondary h3 {
    font-size: 1rem;
    margin: 0;
    padding: .5rem; }
  .nav-secondary ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /* end secondary list item */ }
    .nav-secondary ul li {
      border-bottom: 1.75px dotted #bbb;
      padding: .5rem;
      vertical-align: middle;
      /* first child */
      /* last child */ }
      .nav-secondary ul li:first-child {
        border-top: 1.75px dotted #bbb; }
      .nav-secondary ul li:last-child {
        border-bottom: none; }
      .nav-secondary ul li .hdr {
        display: block;
        font-size: 14px;
        line-height: 14px;
        padding-top: 2px;
        text-transform: uppercase;
        vertical-align: middle; }
      .nav-secondary ul li .hdr-sub {
        font-size: 14px;
        line-height: 14px;
        display: block;
        vertical-align: middle; }

/* end secondary */
.nav {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left; }
  .nav li {
    display: inline-block;
    float: left;
    padding: 0 1em; }
  .nav li:first-child {
    padding-left: 0; }

#footer {
  width: 100%;
  bottom: 0; }
  #footer .nav {
    font-size: 1rem; }
  #footer .copyright {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
    font-size: .85rem; }

.pull-left {
  float: none !important; }

.pull-right {
  float: none !important; }

.ocard {
  margin: 0;
  padding: 2em 1em;
  background: white; }

#profile-feature {
  margin: 0;
  padding: 2rem 0; }

#overview {
  background-image: url("/img/squairy_light.png");
  padding-bottom: 2em; }

#accomplishments {
  background-color: #efede7; }

img {
  margin: 0;
  padding: 0; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 768px) {
  /* ==========================================================================
     GRID
     ========================================================================== */
  /* @group grid */
  .row .span1, .row .span2, .row .span3, .row .span4, .row .span5, .row .span6, .row .span7, .row .span8, .row .span9, .row .span10, .row .span11, .row .span12 {
    float: left;
    display: inline-block !important;
    vertical-align: top; }

  .row .span1 {
    width: 6.5%; }

  .row .span2 {
    width: 15%; }

  .row .span2 .span1 {
    margin-left: 13.3333333333%;
    width: 43.3333333333%; }

  .row .span3 {
    margin-left: 1.5%;
    width: 23.5%; }

  .row .span3 .span1 {
    margin-left: 8.5106382979%;
    width: 27.6595744681%; }

  .row .span3 .span2 {
    margin-left: 8.5106382979%;
    width: 63.829787234%; }

  .row .span4 {
    width: 32%; }

  .row .span4 .span1 {
    margin-left: 6.25%;
    width: 20.3125%; }

  .row .span4 .span2 {
    margin-left: 6.25%;
    width: 46.875%; }

  .row .span4 .span3 {
    margin-left: 6.25%;
    width: 73.4375%; }

  .row .span5 {
    width: 40.5%; }

  .row .span5 .span1 {
    margin-left: 4.9382716049%;
    width: 16.049382716%; }

  .row .span5 .span2 {
    margin-left: 4.9382716049%;
    width: 37.037037037%; }

  .row .span5 .span3 {
    margin-left: 4.9382716049%;
    width: 58.024691358%; }

  .row .span5 .span4 {
    margin-left: 4.9382716049%;
    width: 79.012345679%; }

  .row .span6 {
    width: 49%; }

  .row .span6 .span1 {
    margin-left: 4.0816326531%;
    width: 13.2653061224%; }

  .row .span6 .span2 {
    margin-left: 4.0816326531%;
    width: 30.612244898%; }

  .row .span6 .span3 {
    margin-left: 4.0816326531%;
    width: 47.9591836735%; }

  .row .span6 .span4 {
    margin-left: 4.0816326531%;
    width: 65.306122449%; }

  .row .span6 .span5 {
    margin-left: 4.0816326531%;
    width: 82.6530612245%; }

  .row .span7 {
    width: 57.5%; }

  .row .span7 .span1 {
    margin-left: 3.4782608696%;
    width: 11.3043478261%; }

  .row .span7 .span2 {
    margin-left: 3.4782608696%;
    width: 26.0869565217%; }

  .row .span7 .span3 {
    margin-left: 3.4782608696%;
    width: 40.8695652174%; }

  .row .span7 .span4 {
    margin-left: 3.4782608696%;
    width: 55.652173913%; }

  .row .span7 .span5 {
    margin-left: 3.4782608696%;
    width: 70.4347826087%; }

  .row .span7 .span6 {
    margin-left: 3.4782608696%;
    width: 85.2173913043%; }

  .row .span8 {
    width: 66%; }

  .row .span8 .span1 {
    margin-left: 3.0303030303%;
    width: 9.8484848485%; }

  .row .span8 .span2 {
    margin-left: 3.0303030303%;
    width: 22.7272727273%; }

  .row .span8 .span3 {
    margin-left: 3.0303030303%;
    width: 35.6060606061%; }

  .row .span8 .span4 {
    margin-left: 3.0303030303%;
    width: 48.4848484848%; }

  .row .span8 .span5 {
    margin-left: 3.0303030303%;
    width: 61.3636363636%; }

  .row .span8 .span6 {
    margin-left: 3.0303030303%;
    width: 74.2424242424%; }

  .row .span8 .span7 {
    margin-left: 3.0303030303%;
    width: 87.1212121212%; }

  .row .span9 {
    width: 74.5%; }

  .row .span9 .span1 {
    margin-left: 2.6845637584%;
    width: 8.7248322148%; }

  .row .span9 .span2 {
    margin-left: 2.6845637584%;
    width: 20.1342281879%; }

  .row .span9 .span3 {
    margin-left: 2.6845637584%;
    width: 31.5436241611%; }

  .row .span9 .span4 {
    margin-left: 2.6845637584%;
    width: 42.9530201342%; }

  .row .span9 .span5 {
    margin-left: 2.6845637584%;
    width: 54.3624161074%; }

  .row .span9 .span6 {
    margin-left: 2.6845637584%;
    width: 65.7718120805%; }

  .row .span9 .span7 {
    margin-left: 2.6845637584%;
    width: 77.1812080537%; }

  .row .span9 .span8 {
    margin-left: 2.6845637584%;
    width: 88.5906040268%; }

  .row .span10 {
    width: 83%; }

  .row .span10 .span1 {
    margin-left: 2.4096385542%;
    width: 7.8313253012%; }

  .row .span10 .span2 {
    margin-left: 2.4096385542%;
    width: 18.0722891566%; }

  .row .span10 .span3 {
    margin-left: 2.4096385542%;
    width: 28.313253012%; }

  .row .span10 .span4 {
    margin-left: 2.4096385542%;
    width: 38.5542168675%; }

  .row .span10 .span5 {
    margin-left: 2.4096385542%;
    width: 48.7951807229%; }

  .row .span10 .span6 {
    margin-left: 2.4096385542%;
    width: 59.0361445783%; }

  .row .span10 .span7 {
    margin-left: 2.4096385542%;
    width: 69.2771084337%; }

  .row .span10 .span8 {
    margin-left: 2.4096385542%;
    width: 79.5180722892%; }

  .row .span10 .span9 {
    margin-left: 2.4096385542%;
    width: 89.7590361446%; }

  .row .span11 {
    width: 91.5%; }

  .row .span11 .span1 {
    margin-left: 2.1857923497%;
    width: 7.1038251366%; }

  .row .span11 .span2 {
    margin-left: 2.1857923497%;
    width: 16.393442623%; }

  .row .span11 .span3 {
    margin-left: 2.1857923497%;
    width: 25.6830601093%; }

  .row .span11 .span4 {
    margin-left: 2.1857923497%;
    width: 34.9726775956%; }

  .row .span11 .span5 {
    margin-left: 2.1857923497%;
    width: 44.262295082%; }

  .row .span11 .span6 {
    margin-left: 2.1857923497%;
    width: 53.5519125683%; }

  .row .span11 .span7 {
    margin-left: 2.1857923497%;
    width: 62.8415300546%; }

  .row .span11 .span8 {
    margin-left: 2.1857923497%;
    width: 72.131147541%; }

  .row .span11 .span9 {
    margin-left: 2.1857923497%;
    width: 81.4207650273%; }

  .row .span11 .span10 {
    margin-left: 2.1857923497%;
    width: 90.7103825137%; }

  .row .span12 {
    width: 100%; }

  .row .span12 .span1 {
    margin-left: 2%;
    width: 6.5%; }

  .row .span12 .span2 {
    margin-left: 2%;
    width: 15%; }

  .row .span12 .span3 {
    margin-left: 2%;
    width: 23.5%; }

  .row .span12 .span4 {
    margin-left: 2%;
    width: 32%; }

  .row .span12 .span5 {
    margin-left: 2%;
    width: 40.5%; }

  .row .span12 .span6 {
    margin-left: 2%;
    width: 49%; }

  .row .span12 .span7 {
    margin-left: 2%;
    width: 57.5%; }

  .row .span12 .span8 {
    margin-left: 2%;
    width: 66%; }

  .row .span12 .span9 {
    margin-left: 2%;
    width: 74.5%; }

  .row .span12 .span10 {
    margin-left: 2%;
    width: 83%; }

  .row .span12 .span11 {
    margin-left: 2%;
    width: 91.5%; }

  .row:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden; }

  .lte7 .row {
    height: 1%; }

  .wrapper {
    margin: 0 auto;
    max-width: 1000px; }

  .gutter-top-in-6 {
    padding-top: 3%; }

  .gutter-top-in-4 {
    padding-top: 1.5%; }

  /* @end */
  .pull-left {
    float: left !important; }

  .pull-right {
    float: right !important; }

  /* ============
      WIDE: Main
     ============ */
  .social {
    float: left !important;
    display: block;
    clear: both; }
    .social li {
      padding: .5rem .25rem !important; }

  #footer nav {
    float: left; }

  .logo-footer {
    float: right;
    clear: left; }

  .hero {
    background: #000;
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    z-index: 1; }
    .hero img {
      margin: 0 auto;
      text-align: center;
      width: 100%; }

  .slider ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .slider h2 {
    font-size: 4rem;
    line-height: 1.1em;
    margin: 0;
    padding: 0;
    display: block; }
  .slider h3 {
    font-size: 1.75rem;
    line-height: 1rem;
    margin: 0;
    padding: 0;
    display: block; }
  .slider .aside {
    background: none !important;
    box-sizing: border-box;
    color: white;
    left: 0;
    bottom: 30px;
    position: absolute;
    border: 0;
    font-size: 100%;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    vertical-align: baseline;
    z-index: 3;
    display: inline-block; }
  .slider .aside-right {
    left: auto;
    right: 0; }
  .slider .aside-left {
    right: auto;
    left: 0; }

  .feature {
    margin: 0;
    padding: 0;
    background: #000;
    min-height: 600px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden; }

  .feature-hero {
    bottom: 0;
    left: 50%;
    margin-left: -800px;
    position: absolute;
    top: 0;
    width: 1600px;
    z-index: 1; }
    .feature-hero img {
      margin: 0 auto;
      display: block;
      width: 100%; }
    .feature-hero video {
      margin: 0 auto;
      display: block;
      width: 100%; }

  .feature-content {
    background-color: transparent !important;
    z-index: 5;
    position: relative;
    padding-top: 60px; }
    .feature-content h2 {
      font-size: 2.5rem;
      font-weight: 300; }
      .feature-content h2 span {
        color: orange; }
    .feature-content .subheader {
      margin-top: 15px; }

  .gutter-horiz-in {
    padding-left: 1.53061225%;
    padding-right: 1.53061225%; } }
@media only screen and (min-width: 1140px) {
  /* ===============
      Maximal Width
     =============== */ }
