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

h1 {
  font-size: 1.25em; }
  @media screen and (min-width: 37.5em) {
    h1 {
      font-size: 1.825em; } }
  @media screen and (min-width: 48em) {
    h1 {
      font-size: 2.5em; } }

h2 {
  font-size: 1.25em; }

h4 {
  margin-bottom: 1.5em; }

p {
  margin: 0 0 1.5em; }

.fullimg {
  width: 100%;
  height: auto; }

/* ===========================
   		OVERALL PAGE LAYOUT
	============================== */
#container {
  min-height: 100%;
  text-align: center; }

#header {
  position: relative;
  z-index: 100; }
  @media screen and (min-width: 37.5em) {
    #header {
      box-shadow: 0px -4px 40px 2px #363636; } }

#main {
  text-align: left; }

/* ===========================
   		HEADER
	============================== */
@media screen and (min-width: 40.3125em) {
  #header nav {
    display: none; } }

#header .header__inner {
  *zoom: 1;
  max-width: 1024px;
  margin: 0 auto; }
  #header .header__inner:before {
    content: "";
    display: table; }
  #header .header__inner:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 40.3125em) {
    #header .header__inner {
      padding: 1.125em 23px; } }

#header .header__logo {
  padding: .625em 0; }
  #header .header__logo img {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    max-width: 130px; }
    @media screen and (min-width: 40.3125em) {
      #header .header__logo img {
        max-height: 74px;
        width: auto;
        max-width: 100%;
        float: left; } }
    @media screen and (min-width: 50em) {
      #header .header__logo img {
        max-height: 100px;
        width: auto; } }

#header .header__mobileNav {
  border-top: 1px solid #e5e5e5;
  *zoom: 1; }
  #header .header__mobileNav:before {
    content: "";
    display: table; }
  #header .header__mobileNav:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 40.3125em) {
    #header .header__mobileNav {
      display: none; } }
  #header .header__mobileNav .login {
    float: left;
    width: calc(50% - 1px);
    border-right: 1px solid #e5e5e5;
    padding: .625em 0;
    text-transform: uppercase; }
  #header .header__mobileNav .hamburger {
    float: left;
    width: 50%;
    padding: .625em 0;
    text-transform: uppercase; }
    #header .header__mobileNav .hamburger.is-active {
      background: #fff; }
    #header .header__mobileNav .hamburger .hamburger-box {
      margin-left: 8px; }

@media screen and (min-width: 40.3125em) {
  #header .header__utility-nav {
    float: right;
    text-align: right;
    display: inline-block;
    vertical-align: middle; } }

@media screen and (min-width: 50em) {
  #header .header__utility-nav {
    margin-top: .5em; } }

#header .header__utility-nav__headline {
  display: block;
  color: #fff;
  padding: .625em 23px;
  background-color: #252525;
  font-size: 1.25em; }
  @media screen and (min-width: 40.3125em) {
    #header .header__utility-nav__headline {
      background-color: transparent;
      color: #252525;
      padding: 0;
      display: inline-block; } }

#header .header__utility-nav ul {
  display: none;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 40.3125em) {
    #header .header__utility-nav ul {
      display: block; } }
  #header .header__utility-nav ul li {
    display: inline-block;
    padding: 0 10px 0 7px;
    line-height: 1;
    font-size: .875em; }
    #header .header__utility-nav ul li:first-child {
      border-right: 2px solid #252525;
      padding-left: 0; }
    #header .header__utility-nav ul li:last-child {
      padding-right: 0; }

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

/* ===========================
     		NAVIGATION
  	============================== */
nav {
  display: none;
  border-top: 1px solid #e5e5e5;
  background-color: #f8f8f8;
  padding: .625em 0 0; }
  @media screen and (min-width: 40.3125em) {
    nav {
      display: block;
      text-align: right;
      background-color: transparent;
      float: left;
      border: 0;
      width: 20%;
      border-right: 1px solid #e5e5e5;
      padding-bottom: .625em; } }
  nav.is-active {
    display: block; }
  nav ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    nav ul li {
      line-height: 1.25; }
      @media screen and (min-width: 40.3125em) {
        nav ul li {
          padding: 1.25em 30px 1.25em 0; }
          nav ul li:first-child {
            padding-top: 0; } }
      nav ul li a {
        display: block;
        padding: .625em 23px;
        font-size: 1em; }
        @media screen and (min-width: 40.3125em) {
          nav ul li a {
            padding: 0; } }
  nav .getApp {
    border-top: 1px solid #e5e5e5;
    background-color: #f1f1f1;
    padding: .625em 23px;
    margin-top: .625em; }
    nav .getApp .app-icons {
      display: block;
      margin-top: 0;
      *zoom: 1; }
      nav .getApp .app-icons:before {
        content: "";
        display: table; }
      nav .getApp .app-icons:after {
        content: "";
        display: table;
        clear: both; }
      nav .getApp .app-icons a {
        display: block;
        float: left;
        width: 50%;
        padding: .625em 0; }
        nav .getApp .app-icons a:first-child {
          padding-right: 10px;
          text-align: right; }
        nav .getApp .app-icons a:last-child {
          padding-left: 10px;
          text-align: left; }
        nav .getApp .app-icons a img {
          max-width: 127px; }

/* ===========================
		HERO AREA
	============================== */
.hero {
  position: relative;
  z-index: 99;
  background-color: #c9c9c9; }
  .hero .hero__img {
    height: auto;
    top: 0;
    background-color: #252525; }
  @media screen and (min-width: 48em) {
    .hero {
      height: 190px;
      overflow: hidden;
      margin: 0 auto; }
      .hero .hero__img {
        position: absolute;
        width: 100%;
        top: -37%; }
      .hero.home {
        height: auto;
        max-height: 460px; }
        .hero.home .hero__img {
          position: relative;
          top: 0; } }
  @media screen and (min-width: 81.25em) {
    .hero {
      height: 242px; }
      .hero .hero__img {
        top: -50%; } }

/* ===========================
   		MAIN CONTENT AREA
	============================== */
#main {
  border-top: 4px solid #252525;
  /* Slideshow Page */ }
  @media screen and (min-width: 40.3125em) {
    #main {
      border-top: 8px solid #252525; } }
  #main .main__inner {
    *zoom: 1;
    padding: 1.6875em 23px;
    max-width: 1024px;
    margin: 0 auto; }
    #main .main__inner:before {
      content: "";
      display: table; }
    #main .main__inner:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 40.3125em) {
      #main .main__inner {
        padding: 3.4375em 23px 2em; } }
  @media screen and (min-width: 40.3125em) {
    #main section {
      float: left;
      width: calc(80%);
      padding: 0 0 0 60px; } }
  @media screen and (min-width: 40em) {
    #main section .copy-holder {
      margin-bottom: 3.75em;
      line-height: 1.75; } }
  #main section .copy-holder h1 {
    margin: 0 0 .825em;
    line-height: 1.5; }
  #main section .copy-holder ul {
    padding-left: 30px; }
  #main .right-img {
    margin-bottom: 1.25em; }
    @media screen and (min-width: 37.5em) {
      #main .right-img {
        float: right;
        max-width: 330px;
        margin: 0 0 3.75em 60px; } }
  #main .with-sidebar {
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 43.75em) {
      #main .with-sidebar {
        display: block; } }
    #main .with-sidebar aside {
      width: 100%;
      padding: 1em 30px .75em;
      border: 1px solid #e5e5e5;
      margin-bottom: 1.25em;
      order: 2; }
      @media screen and (min-width: 43.75em) {
        #main .with-sidebar aside {
          float: right;
          margin: 0 0 1.25em 60px;
          width: 42%; } }
    #main .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; }

/* Two Columns */
.two-col {
  *zoom: 1;
  max-width: 1024px;
  margin: 0 auto; }
  .two-col:before {
    content: "";
    display: table; }
  .two-col:after {
    content: "";
    display: table;
    clear: both; }
  .two-col .col {
    float: left;
    width: 100%;
    margin-bottom: 1.25em; }
    @media screen and (min-width: 60.5em) {
      .two-col .col {
        width: 44%; } }
    @media screen and (min-width: 60.5em) {
      .two-col .col:last-child {
        float: right; } }

/* ===========================
   		FOOTER
	============================== */
@media screen and (min-width: 37.5em) {
  #footer {
    line-height: 1.5; } }

#footer .footer__top {
  background-color: #252525;
  color: #fff;
  text-align: left;
  padding: 1.875em 0 .65em; }
  #footer .footer__top a {
    color: #fff;
    text-decoration: underline; }
  #footer .footer__top .footer__header {
    font-size: 1.25em;
    margin: 0 0 .5em; }
    @media screen and (min-width: 37.5em) {
      #footer .footer__top .footer__header {
        font-size: 1.5em; } }
  #footer .footer__top .two-col {
    padding: 0 23px; }
    @media screen and (min-width: 37.5em) {
      #footer .footer__top .two-col .col:first-child {
        max-width: 365px; } }
    @media screen and (min-width: 37.5em) {
      #footer .footer__top .two-col .col:last-child {
        text-align: right; } }
  #footer .footer__top .app-icons {
    display: block;
    margin-top: .9375em;
    *zoom: 1; }
    #footer .footer__top .app-icons:before {
      content: "";
      display: table; }
    #footer .footer__top .app-icons:after {
      content: "";
      display: table;
      clear: both; }
    #footer .footer__top .app-icons a {
      display: block;
      float: left;
      width: 125px;
      margin: 0 15px 0 0; }
      #footer .footer__top .app-icons a:last-child {
        margin-right: 0; }

#footer .footer_bottom {
  *zoom: 1;
  max-width: 1024px;
  margin: 0 auto;
  padding: 1.375em 23px; }
  #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 .social_icons {
      float: left;
      margin-bottom: 0; } }
  #footer .footer_bottom .social_icons a {
    display: inline-block;
    margin-right: 15px; }
  #footer .footer_bottom .powered {
    margin-bottom: 0; }
    @media screen and (min-width: 37.5em) {
      #footer .footer_bottom .powered {
        float: right; } }
    #footer .footer_bottom .powered a {
      display: block;
      color: #252525;
      margin-top: .5em; }
      @media screen and (min-width: 37.5em) {
        #footer .footer_bottom .powered a {
          display: inline-block;
          margin: 0 0 0 25px; } }
    #footer .footer_bottom .powered img {
      max-width: 77px; }

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