/*! !!!DO NOT EDIT THE .CSS FILE. MODIFY THE .SCSS FILES ONLY!!! */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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"],
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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.documents {
  list-style: none; }
  .documents li {
    padding: 5px;
    display: inline-block;
    width: 100%; }
    .documents li .thumbnail {
      display: inline-block; }
      .documents li .thumbnail img {
        width: 50px;
        height: 50px; }
    .documents li .details {
      padding-left: 10px;
      display: inline-block; }

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Insite's custom styles
============================================================================= */
/* ===========================
   		GLOBAL
	============================== */
html {
  height: 100%; }

body {
  font: 16px/26px Arial, sans-serif;
  height: 100%;
  color: #3e3e3e; }

* {
  box-sizing: border-box; }

/* GLOBAL VARIABLES */
/* For Media Query Mixin Below */
/* Z-Indexes */
/* GLOBAL MIXINS */
/* Clearfix */
/* Media Queries */
/* TYPOGRAPHY */
p,
li,
blockquote {
  font-size: 1em; }
  @media screen and (min-width: 48em) {
    p,
    li,
    blockquote {
      font-size: .9375em; } }

li p,
li li {
  font-size: 1em; }

legend,
label,
input,
select,
textarea {
  font-family: Arial, sans-serif;
  font-size: 1em; }
  @media screen and (min-width: 48em) {
    legend,
    label,
    input,
    select,
    textarea {
      font-size: .8125em; } }

textarea {
  width: 98%; }

legend {
  font-weight: bold; }

/* ===========================
   		OVERALL PAGE LAYOUT
	============================== */
#container {
  min-height: 100%; }
  @media screen and (min-width: 37.5em) {
    #container {
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      align-items: stetch; } }

@media screen and (min-width: 37.5em) {
  #header {
    position: relative;
    z-index: 1;
    width: 27%;
    max-width: 350px;
    background: #fff;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.15); } }

#main {
  background: #e8e8e8; }
  @media screen and (min-width: 37.5em) {
    #main {
      position: relative;
      z-index: 0;
      width: 73%;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }
  @media screen and (min-width: 81.25em) {
    #main {
      width: calc(100% - 350px); } }

/* ===========================
   		HEADER
	============================== */
#header a.login {
  color: #3d3d3d;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.125em; }
  #header a.login .login_icon {
    display: inline-block;
    position: relative;
    top: -2px;
    width: 15px;
    height: 15px;
    margin-left: 2px; }

#header .header__mobileLogin {
  display: none; }
  @media screen and (min-width: 37.5em) {
    #header .header__mobileLogin {
      display: block;
      text-align: right;
      padding: 12px 20px 0 0; } }

#header .header__logo {
  text-align: center;
  padding: 15px 5%; }
  @media screen and (min-width: 37.5em) {
    #header .header__logo {
      padding: 20px 0; } }
  @media screen and (min-width: 65em) {
    #header .header__logo {
      padding-top: 40px; } }
  #header .header__logo a {
    display: inline-block; }
    #header .header__logo a img {
      max-width: 80%;
      max-height: 100px; }
      @media screen and (min-width: 37.5em) {
        #header .header__logo a img {
          max-height: 150px; } }
  #header .header__logo a.townSq {
    max-width: 136px; }
    @media screen and (min-width: 37.5em) {
      #header .header__logo a.townSq {
        max-width: 70%; } }
    @media screen and (min-width: 65em) {
      #header .header__logo a.townSq {
        max-width: 232px; } }
    #header .header__logo a.townSq img {
      width: 100%;
      max-width: 100%;
      height: auto; }

#header .header__mobileNav {
  position: relative;
  background: #efeeee;
  *zoom: 1;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  z-index: 2; }
  #header .header__mobileNav:before {
    content: "";
    display: table; }
  #header .header__mobileNav:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 37.5em) {
    #header .header__mobileNav {
      display: none; } }
  #header .header__mobileNav.is-active {
    box-shadow: none; }
  #header .header__mobileNav a.login {
    float: left;
    width: calc(50% - 1px);
    text-align: center;
    line-height: 38px;
    border-right: 1px solid #e0dede; }
  #header .header__mobileNav button {
    float: left;
    width: 50%; }
    #header .header__mobileNav button::before {
      content: 'Menu';
      color: #3d3d3d;
      font-family: Arial, sans-serif;
      text-transform: uppercase;
      font-size: 1em;
      line-height: 38px;
      display: inline-block;
      margin-right: 10px; }
    #header .header__mobileNav button.is-active::before {
      color: #000; }

#header nav {
  display: none; }
  @media screen and (min-width: 37.5em) {
    #header nav {
      display: block !important; } }
  #header nav.is-active {
    display: block; }
  #header nav ul {
    list-style: none;
    padding: .5em 0;
    margin: 0; }
    #header nav ul li {
      text-align: center; }
      @media screen and (min-width: 37.5em) {
        #header nav ul li {
          text-align: left; } }
      #header nav ul li::after {
        content: '';
        display: block;
        height: 1px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6e6e6+50,ffffff+100 */
        background: #e6e6e6;
        /* Old browsers */
        background: -moz-linear-gradient(left, #ffffff 15%, #e6e6e6 50%, #ffffff 85%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #ffffff 15%, #e6e6e6 50%, #ffffff 85%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #ffffff 15%, #e6e6e6 50%, #ffffff 85%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
        @media screen and (min-width: 37.5em) {
          #header nav ul li::after {
            background: #e6e6e6;
            /* Old browsers */
            background: -moz-linear-gradient(#e6e6e6 30%, #ffffff 60%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(e6e6e6 30%, #ffffff 60%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, #e6e6e6 30%, #ffffff 60%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }
      #header nav ul li a {
        display: block;
        padding: 8px 5%;
        font-size: 1.125em;
        font-weight: normal; }
        @media screen and (min-width: 37.5em) {
          #header nav ul li a {
            padding: 10px 10px 10px 20px;
            font-size: .9em; } }
        @media screen and (min-width: 65em) {
          #header nav ul li a {
            padding: 10px 10px 10px 30px;
            font-size: 1.1em; } }
      #header nav ul li.active a {
        color: #000; }
      #header nav ul li.getApp {
        *zoom: 1;
        padding: 5px 5%;
        color: #747373;
        font-size: 1.125em; }
        #header nav ul li.getApp:before {
          content: "";
          display: table; }
        #header nav ul li.getApp:after {
          content: "";
          display: table;
          clear: both; }
        @media screen and (min-width: 37.5em) {
          #header nav ul li.getApp {
            padding: 10px 10px 10px 20px;
            font-size: .9em; } }
        @media screen and (min-width: 65em) {
          #header nav ul li.getApp {
            padding: 10px 10px 10px 30px;
            font-size: 1.1em; } }
        #header nav ul li.getApp .app-icons {
          display: block;
          margin: 10px auto;
          max-width: 300px; }
          @media screen and (min-width: 37.5em) {
            #header nav ul li.getApp .app-icons {
              margin-top: 15px; } }
          #header nav ul li.getApp .app-icons a {
            float: left;
            width: 45%;
            margin: 0 2.5%;
            padding: 0;
            text-align: center; }
            @media screen and (min-width: 37.5em) {
              #header nav ul li.getApp .app-icons a {
                float: none;
                display: block;
                margin: 0 0 20px -3px;
                text-align: left;
                min-width: 130px; } }
            #header nav ul li.getApp .app-icons a img {
              width: 100%;
              height: auto;
              max-width: 135px; }

/* Hamburger Icon */
button.hamburger.is-active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efeeee+0,ffffff+100 */
  background: #efeeee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efeeee 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #efeeee 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #efeeee 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

/* @site https://jonsuh.com/hamburgers
			 * @link https://github.com/jonsuh/hamburgers */
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger-box {
  width: 15px;
  height: 5px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -6px; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 3px;
  background-color: #3d3d3d;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  left: -4px; }

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -6px;
  left: 0; }

.hamburger-inner::after {
  bottom: -6px;
  left: 0; }

/* Squeeze */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* ===========================
   		MAIN CONTENT AREA
	============================== */
#main {
  background: #e9e9e9 url(..//img/content_bg.png);
  padding: 20px 0 0;
  /* Two Column Page */
  /* One Column Page With Sidebar */
  /* Slideshow Page */
  /* Contact Page */ }
  @media screen and (min-width: 37.5em) {
    #main {
      padding-top: 50px; } }
  @media screen and (min-width: 64em) {
    #main {
      padding-top: 74px; } }
  #main .main__section {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 1px 5% 0; }
    @media screen and (min-width: 87.5em) {
      #main .main__section {
        padding: 0; } }
  #main h1 {
    font-size: 1.85em;
    text-align: center;
    line-height: 1.1;
    color: #2a2a2a; }
    @media screen and (min-width: 37.5em) {
      #main h1 {
        font-size: 2em;
        margin-bottom: .5em; } }
    @media screen and (min-width: 64em) {
      #main h1 {
        font-size: 2.5em;
        margin-bottom: .5em; } }
  #main h2 {
    font-size: 1.6em;
    line-height: 1.1;
    color: #2a2a2a; }
    @media screen and (min-width: 64em) {
      #main h2 {
        font-size: 1.8em; } }
  #main .copy_container {
    max-width: 625px;
    margin-left: auto;
    margin-right: auto; }
  @media screen and (min-width: 60.5em) {
    #main .two-col {
      display: -webkit-flex;
      display: flex;
      justify-content: space-between; }
      #main .two-col .col {
        width: 48%;
        max-width: 290px; } }
  #main .one-col-with-sidebar {
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 48em) {
      #main .one-col-with-sidebar {
        display: block; } }
    #main .one-col-with-sidebar aside {
      background: rgba(255, 255, 255, 0.85);
      padding: 5px 5% 15px;
      order: 2; }
      @media screen and (min-width: 48em) {
        #main .one-col-with-sidebar aside {
          float: right;
          width: 50%;
          margin: 0 0 40px 40px; } }
      @media screen and (min-width: 53.75em) {
        #main .one-col-with-sidebar aside {
          width: 40%;
          margin: 0 0 60px 80px; } }
    #main .one-col-with-sidebar .col {
      order: 1; }
  #main .slick__container .slick {
    margin-top: 50px; }
    #main .slick__container .slick figure img {
      width: 100%;
      height: auto; }
  #main .slick__container .slick__thumbs {
    width: calc(78% - 8px);
    margin: 0 auto 20px; }
    #main .slick__container .slick__thumbs div {
      margin-right: 8px; }
      #main .slick__container .slick__thumbs div img {
        max-width: 75px; }
    #main .slick__container .slick__thumbs .slick-list {
      margin-right: 0; }
    #main .slick__container .slick__thumbs .slick-slide {
      opacity: .5;
      transition: opacity .3s; }
      #main .slick__container .slick__thumbs .slick-slide.slick-current {
        opacity: 1; }
  #main .slick__container ul.slick-dots {
    bottom: -45px;
    padding: 0; }
  #main .map {
    border: 5px solid #fff !important;
    margin-top: 1em; }

/* ===========================
   		HOME PAGE
	============================== */
#main.home {
  padding-top: 0;
  /* Home Hero */
  /* Home Welcome */
  /* Home News */ }
  #main.home .home__hero {
    text-align: center;
    /* Desktop Background Image */
    /* Mobile Image */ }
    @media screen and (min-width: 48em) {
      #main.home .home__hero {
        position: relative;
        height: 300px;
        background-position: center center;
        background-size: cover; }
        #main.home .home__hero::after {
          content: '';
          display: block;
          position: absolute;
          z-index: 1;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.45); } }
    @media screen and (min-width: 64em) {
      #main.home .home__hero {
        height: 450px; } }
    @media all and (max-width: 767px) {
      #main.home .home__hero {
        background: #fff !important; } }
    @media screen and (min-width: 48em) {
      #main.home .home__hero__mobileImage {
        display: none; } }
    #main.home .home__hero__mobileImage img {
      width: 100%;
      height: auto; }
    #main.home .home__hero .home__hero__copy {
      position: relative;
      z-index: 2;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media screen and (min-width: 48em) {
        #main.home .home__hero .home__hero__copy {
          height: 100%; } }
      #main.home .home__hero .home__hero__copy h1 {
        margin-bottom: .1em; }
        @media screen and (min-width: 48em) {
          #main.home .home__hero .home__hero__copy h1 {
            color: #fff;
            text-shadow: 0 0 50px black;
            font-size: 3.25em; } }
        @media screen and (min-width: 64.0625em) {
          #main.home .home__hero .home__hero__copy h1 {
            font-size: 5em; } }
        @media screen and (min-width: 81.25em) {
          #main.home .home__hero .home__hero__copy h1 {
            font-size: 6.25em; } }
      #main.home .home__hero .home__hero__copy .sub {
        font-size: 1.25em;
        margin-top: .2em; }
        @media screen and (min-width: 48em) {
          #main.home .home__hero .home__hero__copy .sub {
            color: #fff;
            text-shadow: 0 0 50px black;
            font-size: 1.875em; } }
  #main.home .home__welcome {
    padding-bottom: 1em; }
    @media screen and (min-width: 48em) {
      #main.home .home__welcome {
        text-align: center;
        padding-bottom: 3em; } }
    #main.home .home__welcome p {
      max-width: 592px;
      margin-left: auto;
      margin-right: auto; }
  #main.home .home__news {
    background: #fff;
    *zoom: 1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05); }
    #main.home .home__news:before {
      content: "";
      display: table; }
    #main.home .home__news:after {
      content: "";
      display: table;
      clear: both; }
    #main.home .home__news .home__news__container {
      width: 100%;
      max-width: 1024px;
      margin: 0 auto; }
      @media screen and (min-width: 48em) {
        #main.home .home__news .home__news__container {
          display: -webkit-flex;
          display: flex; } }
    @media screen and (min-width: 48em) {
      #main.home .home__news .home__news__photo {
        width: 40%;
        padding: 35px 0 35px 35px;
        background-size: cover; } }
    @media all and (max-width: 899px) {
      #main.home .home__news .home__news__photo {
        background: #fff !important; } }
    @media screen and (min-width: 56.25em) {
      #main.home .home__news .home__news__photo {
        width: 50%;
        padding: 0; } }
    @media screen and (min-width: 75em) {
      #main.home .home__news .home__news__photo {
        background: #fff !important;
        padding: 35px 0 35px 35px; } }
    @media screen and (min-width: 87.5em) {
      #main.home .home__news .home__news__photo {
        padding: 35px 0; } }
    #main.home .home__news .home__news__photo img {
      width: 100%;
      height: auto; }
      @media screen and (min-width: 56.25em) {
        #main.home .home__news .home__news__photo img {
          display: none; } }
      @media screen and (min-width: 75em) {
        #main.home .home__news .home__news__photo img {
          display: block; } }
    #main.home .home__news .home__news__copy {
      padding: 0 5% 20px; }
      @media screen and (min-width: 48em) {
        #main.home .home__news .home__news__copy {
          width: 60%;
          padding: 0 3% 20px; } }
      @media screen and (min-width: 56.25em) {
        #main.home .home__news .home__news__copy {
          width: 50%;
          padding: 0 5% 20px; } }
      #main.home .home__news .home__news__copy h1 {
        text-align: left; }

/* ===========================
   		FOOTER
	============================== */
#footer {
  margin-top: 2em; }
  .home #footer {
    margin-top: 0; }
  #footer .footer__top {
    padding: .2em 5% 15px;
    *zoom: 1;
    position: relative; }
    #footer .footer__top:before {
      content: "";
      display: table; }
    #footer .footer__top:after {
      content: "";
      display: table;
      clear: both; }
    #footer .footer__top::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      height: 2px;
      width: 100%;
      background: #fff;
      /* Old browsers */
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 15%, white 15%, white 85%, rgba(255, 255, 255, 0) 85%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 15%, white 15%, white 85%, rgba(255, 255, 255, 0) 85%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 15%, white 15%, white 85%, rgba(255, 255, 255, 0) 85%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .home #footer .footer__top::before {
      display: none; }
    @media screen and (min-width: 87.5em) {
      #footer .footer__top {
        padding: 0 0 10px; } }
    @media screen and (min-width: 48em) {
      #footer .footer__top .col {
        margin-right: 5%;
        float: left;
        width: 29.99999967%; } }
    #footer .footer__top .col:last-child {
      margin-right: 0; }
    #footer .footer__top .col h2 {
      font-size: 1.5625em;
      margin-bottom: .2em; }
      @media screen and (min-width: 48em) {
        #footer .footer__top .col h2 {
          font-size: 1.2em; } }
    #footer .footer__top .col p {
      font-size: .9375em; }
      @media screen and (min-width: 48em) {
        #footer .footer__top .col p {
          font-size: .75em;
          line-height: 1.6; } }
    #footer .footer__top .col .social_icons a {
      display: inline-block;
      margin-right: 5px; }
  #footer .footer__bottom {
    background: #545454;
    border-top: 2px solid #cfcfcf;
    color: #fff;
    font-size: .75em;
    padding: 6px 5% 10px;
    *zoom: 1; }
    #footer .footer__bottom:before {
      content: "";
      display: table; }
    #footer .footer__bottom:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 37.5em) {
      #footer .footer__bottom {
        padding: 10px 2%; } }
    #footer .footer__bottom p {
      margin: .2em 0;
      color: #fff; }
      @media screen and (min-width: 37.5em) {
        #footer .footer__bottom p {
          float: left;
          width: 50%;
          line-height: 35px; } }
    @media screen and (min-width: 37.5em) {
      #footer .footer__bottom .powered {
        text-align: right; } }
    #footer .footer__bottom .powered a {
      color: #fff; }
      #footer .footer__bottom .powered a img {
        display: inline-block;
        vertical-align: middle;
        max-width: 90px;
        height: auto;
        margin-left: 8px; }

/* ==========================================================================
   Helper classes
============================================================================= */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
============================================================================= */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    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) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
