@charset "UTF-8";
/*
* Skeleton-SASS V1.0
* Copyright 2012 by Michael Lazer-Walker
* https://github.com/lazerwalker/Skeleton-Sass
*
* Based off of Skeleton v1.1:
* https://github.com/dhgamache/Skeleton
*
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* #Variable Definitions
================================================== */
/* Grid
================================================== */
/* #Clearing
================================================== */
/* Include clearfix on parent to clear nested columns,
or wrap each row of columns in a @include row */
/* You can also use a @include clear to clear columns */
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300);
.mobile, .mobileSmall {
  display: none !important; }
  @media only screen and (max-width: 767px) {
    .mobile, .mobileSmall {
      display: block !important; } }

.mobile.inlineBlock, .mobileInlineBlock {
  display: none !important; }
  @media only screen and (max-width: 767px) {
    .mobile.inlineBlock, .mobileInlineBlock {
      display: inline-block !important; } }

@media only screen and (max-width: 767px) {
  .noMobile {
    display: none !important; } }

.toggledOn {
  display: block;
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 333ms ease;
  -moz-transition: all 333ms ease;
  -ms-transition: all 333ms ease;
  transition: all 333ms ease; }
  .toggledOn.active {
    max-height: 1000px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }

.togglesNext,
.clickable {
  cursor: pointer; }

@media only screen and (max-width: 767px) {
  .togglesNextMobile {
    cursor: pointer; } }

html {
  height: 100%; }
  html body {
    height: 100%; }
  html #windowContainer {
    width: 100%;
    min-height: 100%;
    background: #FFFFFF;
    position: relative;
    left: 0; }

#sidebar {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 280px; }
  @media only screen and (max-width: 767px) {
    #sidebar {
      margin: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    #sidebar {
      width: 220px; } }
  @media only screen and (max-width: 767px) {
    #sidebar {
      width: 300px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #sidebar {
      width: 420px; } }
  @media only screen and (max-width: 767px) {
    #sidebar {
      display: none; } }

#mainContent {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 640px; }
  @media only screen and (max-width: 767px) {
    #mainContent {
      margin: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    #mainContent {
      width: 508px; } }
  @media only screen and (max-width: 767px) {
    #mainContent {
      width: 300px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #mainContent {
      width: 420px; } }
  #mainContent.noSidebar {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 940px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      #mainContent.noSidebar {
        margin: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      #mainContent.noSidebar {
        width: 748px; } }
    @media only screen and (max-width: 767px) {
      #mainContent.noSidebar {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #mainContent.noSidebar {
        width: 420px; } }

#windowContainer {
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6); }

#sideContent .search,
#offWindowContainer .search {
  width: 100%;
  height: 77px;
  float: left; }
  #sideContent .search #searchForm,
  #offWindowContainer .search #searchForm {
    margin: 12% 7.5% 0 4%;
    width: 128px;
    position: relative; }
    #sideContent .search #searchForm input[type="text"],
    #offWindowContainer .search #searchForm input[type="text"] {
      height: 15px;
      width: 78%;
      padding-right: 24%;
      padding-left: 6%;
      position: relative;
      font-family: "Open Sans", sans-serif;
      font-size: 1em;
      font-weight: 400;
      font-style: normal; }
    #sideContent .search #searchForm #searchButton,
    #offWindowContainer .search #searchForm #searchButton {
      position: absolute;
      top: 20%;
      right: -5%; }
      #sideContent .search #searchForm #searchButton i,
      #offWindowContainer .search #searchForm #searchButton i {
        font-size: 14px; }
        #sideContent .search #searchForm #searchButton i:hover,
        #offWindowContainer .search #searchForm #searchButton i:hover {
          color: #3f7e6f; }
#sideContent .primaryNav,
#offWindowContainer .primaryNav {
  padding: 0;
  margin-bottom: 0;
  clear: both; }
  #sideContent .primaryNav li,
  #offWindowContainer .primaryNav li {
    margin: 0;
    line-height: 16px;
    margin-bottom: 1px; }
    #sideContent .primaryNav li a,
    #offWindowContainer .primaryNav li a {
      font-size: 16px;
      font-weight: 600;
      color: #000;
      text-transform: uppercase;
      text-decoration: none;
      display: block;
      padding: 16px 0 13px 10px;
      margin: 0;
      background: #f9f9f9;
      position: relative; }
  #sideContent .primaryNav > li > a:after,
  #offWindowContainer .primaryNav > li > a:after {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 14px;
    right: 12px; }
  #sideContent .primaryNav > li > a.open:after,
  #offWindowContainer .primaryNav > li > a.open:after {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: text-bottom; }
  #sideContent .primaryNav ul.nthTier-2,
  #offWindowContainer .primaryNav ul.nthTier-2 {
    display: none;
    margin: 0;
    padding: 0; }
    #sideContent .primaryNav ul.nthTier-2 li,
    #offWindowContainer .primaryNav ul.nthTier-2 li {
      border-bottom: none; }
      #sideContent .primaryNav ul.nthTier-2 li a,
      #offWindowContainer .primaryNav ul.nthTier-2 li a {
        color: #737335;
        background: #f6f6f6;
        font-size: 16px;
        text-transform: none;
        padding: 16px 30px 14px 27px; }
        #sideContent .primaryNav ul.nthTier-2 li a.open,
        #offWindowContainer .primaryNav ul.nthTier-2 li a.open {
          color: #222;
          background: #eaeaea; }
  #sideContent .primaryNav ul.nthTier-3,
  #offWindowContainer .primaryNav ul.nthTier-3 {
    display: none;
    margin: 0;
    padding: 8px 0 27px 17px;
    background: #fff;
    width: 90%; }
    #sideContent .primaryNav ul.nthTier-3 li,
    #offWindowContainer .primaryNav ul.nthTier-3 li {
      border-bottom: none;
      margin-bottom: 1px; }
      #sideContent .primaryNav ul.nthTier-3 li a,
      #offWindowContainer .primaryNav ul.nthTier-3 li a {
        font-size: 14px;
        font-weight: 400;
        color: #444;
        padding: 0 8px 8px 11px;
        line-height: 1.4;
        background: #fff; }
        #sideContent .primaryNav ul.nthTier-3 li a.open,
        #offWindowContainer .primaryNav ul.nthTier-3 li a.open {
          color: #5baf9a;
          background: none; }
          #sideContent .primaryNav ul.nthTier-3 li a.open:after,
          #offWindowContainer .primaryNav ul.nthTier-3 li a.open:after {
            content: none !important; }
        #sideContent .primaryNav ul.nthTier-3 li a.lastChild,
        #offWindowContainer .primaryNav ul.nthTier-3 li a.lastChild {
          padding-bottom: 0; }
#sideContent .ultraTopNav .nthTier-1 > li,
#offWindowContainer .ultraTopNav .nthTier-1 > li {
  display: none; }
  #sideContent .ultraTopNav .nthTier-1 > li.aboutUs,
  #offWindowContainer .ultraTopNav .nthTier-1 > li.aboutUs {
    display: block; }
#sideContent .quickLinks,
#offWindowContainer .quickLinks {
  display: block; }

#bigWrapper {
  min-height: 100%;
  height: 100%;
  overflow-x: hidden; }

#sideContent {
  height: 100%;
  position: fixed;
  width: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translate(-240px, 0);
  -moz-transform: translate(-240px, 0);
  -o-transform: translate(-240px, 0);
  -ms-transform: translate(-240px, 0);
  transform: translate(-240px, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease; }

#windowContent {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease; }

.sideActive {
  overflow-x: hidden; }
  .sideActive #sideContent {
    width: 240px;
    left: 0px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .sideActive #windowContent {
    position: relative;
    float: left;
    width: 100%;
    min-height: 100%;
    -webkit-transform: translate(240px, 0);
    -moz-transform: translate(240px, 0);
    -o-transform: translate(240px, 0);
    -ms-transform: translate(240px, 0);
    transform: translate(240px, 0);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); }

.responsiveVideo {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 30px; }
  .responsiveVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
