/**
 * @license
 * MyFonts Webfont Build ID 2781508, 2014-03-25T18:31:56-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Acrom Medium by The Northern Block Ltd
 * URL: http://www.myfonts.com/fonts/northernblock/acrom/medium/
 * 
 * Webfont: Acrom Bold by The Northern Block Ltd
 * URL: http://www.myfonts.com/fonts/northernblock/acrom/bold/
 * 
 * Webfont: Acrom by The Northern Block Ltd
 * URL: http://www.myfonts.com/fonts/northernblock/acrom/regular/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2781508
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright (c) 2013 by Mariya Pigoulevskaya. All rights reserved.
 * 
 * © 2014 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */

@import url("//hello.myfonts.net/count/2a7144");

@font-face {
  font-family: 'Acrom';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/2A7144_0_0.eot');
  src: url('../fonts/2A7144_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2A7144_0_0.woff') format('woff'), url('../fonts/2A7144_0_0.ttf') format('truetype');
}

@font-face {
  font-family: 'Acrom';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/2A7144_1_0.eot');
  src: url('../fonts/2A7144_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2A7144_1_0.woff') format('woff'), url('../fonts/2A7144_1_0.ttf') format('truetype');
}

@font-face {
  font-family: 'Acrom';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/2A7144_2_0.eot');
  src: url('../fonts/2A7144_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2A7144_2_0.woff') format('woff'), url('../fonts/2A7144_2_0.ttf') format('truetype');
}

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */

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

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.font-size-h1 {
  font-size: 3.125rem;
}

.font-size-h2 {
  font-size: 1.75rem;
}

.font-size-h3 {
  font-size: 1.375rem;
}

.font-size-h4 {
  font-size: 1.25rem;
}

.font-size-h5 {
  font-size: 1.125rem;
}

.font-size-h6 {
  font-size: 1rem;
}

meta.foundation-version {
  font-family: "/5.1.0/";
}

meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 0em)/";
  width: 0em;
}


meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:0em)/";
  width: 0em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:1000em)/";
  width: 1000em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1000em)/";
  width: 1000em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1000em)/";
  width: 1000em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #f5f5f5;
  color: #414042;
  padding: 0;
  margin: 0;
  font-family: "Acrom", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img,
object,
embed {
  max-width: 100%; 
  
} 

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

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

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width:0em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width:1000em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

button,
.button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Acrom", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #3fa9f5;
  border-color: #0c8eea;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #0c8eea;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  color: #fff;
}

button.secondary,
.button.secondary {
  background-color: #a8a39f;
  border-color: #89827d;
  color: #fff;
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  background-color: #89827d;
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  color: #fff;
}

button.success,
.button.success {
  background-color: #43AC6A;
  border-color: #368a54;
  color: #fff;
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  background-color: #368a54;
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  color: #fff;
}

button.alert,
.button.alert {
  background-color: #f04124;
  border-color: #cf280e;
  color: #fff;
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  background-color: #cf280e;
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  color: #fff;
}

button.large,
.button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}

button.small,
.button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}

button.tiny,
.button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}

button.expand,
.button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

button.left-align,
.button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align,
.button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

button.radius,
.button.radius {
  border-radius: 4px;
}

button.round,
.button.round {
  border-radius: 1000px;
}

button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
  background-color: #3fa9f5;
  border-color: #0c8eea;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #0c8eea;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  color: #fff;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #3fa9f5;
}

button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #cccccc;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  color: #333;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #ffffff;
}

button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a54;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #368a54;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  color: #fff;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #43AC6A;
}

button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
  background-color: #f04124;
  border-color: #cf280e;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #cf280e;
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  color: #fff;
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #f04124;
}

/* Clearing Styles */

.clearing-thumbs,
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

.clearing-thumbs:before,
.clearing-thumbs:after,
[data-clearing]:before,
[data-clearing]:after {
  content: " ";
  display: table;
}

.clearing-thumbs:after,
[data-clearing]:after {
  clear: both;
}

.clearing-thumbs li,
[data-clearing] li {
  float: left;
  margin-right: 10px;
}

.clearing-thumbs[class*="block-grid-"] li,
[data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

.clearing-blackout {
  background: #333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}

.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #aaa;
  font-size: 0.6em;
}

.visible-img {
  height: 95%;
  position: relative;
}

.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  color: #ccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #ccc;
  display: none;
}

.clearing-close:hover,
.clearing-close:focus {
  color: #ccc;
}

.clearing-assembled .clearing-container {
  height: 100%;
}

.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}

.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width:0em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }

  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }

  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }

  .clearing-main-prev {
    left: 0;
  }

  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #ccc;
  }

  .clearing-main-next {
    right: 0;
  }

  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #ccc;
  }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }

  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }

  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
  }

  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }

  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }

  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }

  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }

  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }

  .clearing-assembled .clearing-container .visible-img {
    background: #333;
    overflow: hidden;
    height: 85%;
  }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 56.55%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Standard Forms */

form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */

form .row .row {
  margin: 0 -0.5rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */

label {
  font-size: 1.25rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}

label.right {
  float: none;
  text-align: right;
}

label.inline {
  margin: 0 0 1rem 0;
  padding: 0.50781rem 0;
}

label small {
  text-transform: capitalize;
  color: #676767;
}

select {
  -webkit-appearance: none !important;
  background: #f5f5f5 url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==') no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border: 0.0625rem solid #414042;
  padding: 0.5rem;
  font-size: 1rem;
  border-radius: 0;
}

select.radius {
  border-radius: 4px;
}

select:hover {
  background: #eeeeee url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==') no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border-color: #3fa9f5;
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix()  {
  select {
    background: #f5f5f5;
  }

  select:hover {
    background: #eeeeee;
  }
}

/* Attach elements to the beginning or end of an input */

.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 1.25rem;
  height: 2.6875rem;
  line-height: 2.6875rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */

.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

.prefix.button.radius {
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.postfix.button.radius {
  border-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.prefix.button.round {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */

span.prefix,
label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333;
  border-color: #cccccc;
}

span.prefix.radius,
label.prefix.radius {
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

span.postfix,
label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333;
  border-color: #cccccc;
}

span.postfix.radius,
label.postfix.radius {
  border-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* We use this to get basic styling on all basic form elements */

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  background-color: #f5f5f5;
  font-family: inherit;
  border: 0.0625rem solid #414042;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.4375rem;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  box-shadow: 0 0 5px #3fa9f5;
  border-color: #3fa9f5;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #3fa9f5;
  outline: none;
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #ddd;
}

input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
textarea.radius {
  border-radius: 4px;
}

/* Add height value for select elements to match text input height */

select {
  height: 2.4375rem;
}

/* Adjust margin for form elements below */

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */

input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */

fieldset {
  border: solid 1px #ddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff;
}

[data-abide] span.error,
[data-abide] small.error {
  display: none;
}

span.error,
small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}

.error label,
.error label.error {
  color: #f04124;
}

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff;
}

.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 65.5rem;
  *zoom: 1;
}

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

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

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

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

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

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen {
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  .small-push-0 {
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    right: 0%;
    left: auto;
  }

  .small-push-1 {
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .small-offset-0 {
    margin-left: 0% !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}

@media only screen and (min-width:0em) {
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .medium-push-0 {
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .push-0 {
    left: 0%;
    right: auto;
  }

  .pull-0 {
    right: 0%;
    left: auto;
  }

  .push-1 {
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    left: 25%;
    right: auto;
  }

  .pull-3 {
    right: 25%;
    left: auto;
  }

  .push-4 {
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    left: 50%;
    right: auto;
  }

  .pull-6 {
    right: 50%;
    left: auto;
  }

  .push-7 {
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    left: 75%;
    right: auto;
  }

  .pull-9 {
    right: 75%;
    left: auto;
  }

  .push-10 {
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    right: 91.66667%;
    left: auto;
  }
}

@media only screen and (min-width:1000em) {
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .large-push-0 {
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .push-0 {
    left: 0%;
    right: auto;
  }

  .pull-0 {
    right: 0%;
    left: auto;
  }

  .push-1 {
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    left: 25%;
    right: auto;
  }

  .pull-3 {
    right: 25%;
    left: auto;
  }

  .push-4 {
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    left: 50%;
    right: auto;
  }

  .pull-6 {
    right: 50%;
    left: auto;
  }

  .push-7 {
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    left: 75%;
    right: auto;
  }

  .pull-9 {
    right: 75%;
    left: auto;
  }

  .push-10 {
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    right: 91.66667%;
    left: auto;
  }
}

/* Panels */

.panel {
  border-style: none;
  border-width: 0;
  border-color: #e3e3e3;
  margin-bottom: 2.5rem;
  padding-top:2.75rem;
  background: #ffffff;
}

#h1{
  display: inline;
  
}

.panel > :first-child {
  margin-top: 0;
}

.panel > :last-child {
  margin-bottom: 0;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p {
  color: #414042;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
  line-height: 1.4;
}
/* Added by Abere */
.callout2{
  padding: 2.5rem 3.75rem 3.75rem;
}
.callout2 p{
  font-weight: 400 !important;
}

.panel.callout {
  border-style: none;
  border-width: 0;
  border-color: #bfe3fc;
  margin-bottom: 2.5rem;
  padding-top: 2.75rem;
  background: #f3fafe;
}

.panel.callout > :first-child {
  margin-top: 0;
}

.panel.callout > :last-child {
  margin-bottom: 0;
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p {
  color: #414042;
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
  line-height: 1.4;
}

.panel.callout a {
  color: #3fa9f5;
}

.panel.radius {
  border-radius: 4px;
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

dialog,
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: #fff;
  padding: 1.25rem;
  border: solid 1px #666;
  box-shadow: 0 0 2rem -0.5rem rgba(0, 0, 0, 0.3);
  top: 6.25rem;
}

dialog .column,
dialog .columns,
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}

dialog > :first-child,
.reveal-modal > :first-child {
  margin-top: 0;
}

dialog > :last-child,
.reveal-modal > :last-child {
  margin-bottom: 0;
}

dialog .close-reveal-modal,
.reveal-modal .close-reveal-modal {
  font-size: 4.125rem;
  line-height: 1;
  position: absolute;
  top: -2rem;
  right: 2rem;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

dialog[open] {
  display: block;
  visibility: visible;
}

@media only screen and (min-width:0em) {
  dialog,
  .reveal-modal {
    padding: 1.875rem;
    top: 6.25rem;
  }

  dialog.tiny,
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }

  dialog.small,
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }

  dialog.medium,
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }

  dialog.large,
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }

  dialog.xlarge,
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}

@media print {
  dialog,
  .reveal-modal {
    background: #fff !important;
  }
}

.tabs {
  *zoom: 1;
  margin-bottom: 0 !important;
}

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

.tabs:after {
  clear: both;
}

.tabs dd {
  position: relative;
  margin-bottom: 0 !important;
  top: 1px;
  float: left;
}

.tabs dd > a {
  display: block;
  background: #efefef;
  color: #222;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-family: "Acrom", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

.tabs dd > a:hover {
  background: #e1e1e1;
}

.tabs dd.active a {
  background: #fff;
}

.tabs.radius dd:first-child a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.tabs.radius dd:last-child a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.tabs.vertical dd {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  *zoom: 1;
  margin-bottom: 1.5rem;
  width: 100%;
}

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

.tabs-content:after {
  clear: both;
}

.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}

.tabs-content > .content.active {
  display: block;
}

.tabs-content > .content.contained {
  padding: 0.9375rem;
}

.tabs-content.vertical {
  display: block;
}

.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width:0em) {
  .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem;
  }

  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px;
  }
}

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:0em)/";
  width: 0em;
}

/* Wrapped around .top-bar to contain to grid width */

.contain-to-grid {
  width: 100%;
  background: #333;
}

.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}

.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333;
  margin-bottom: 0;
}

.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

.top-bar .row {
  max-width: none;
}

.top-bar form,
.top-bar input {
  margin-bottom: 0;
}

.top-bar input {
  height: auto;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  font-size: 0.75rem;
}

.top-bar .button {
  padding-top: 0.45rem;
  padding-bottom: 0.35rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}

.top-bar .title-area {
  position: relative;
  margin: 0;
}

.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}

.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625rem;
  margin: 0;
}

.top-bar .name h1 a {
  font-weight: normal;
  color: #fff;
  width: 50%;
  display: block;
  padding: 0 15px;
}

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

.top-bar .toggle-topbar a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}

.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0;
  padding-right: 25px;
  color: #fff;
  position: relative;
}

.top-bar .toggle-topbar.menu-icon a::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  top: 0;
  height: 0;
  box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}

.top-bar.expanded {
  height: auto;
  background: transparent;
}

.top-bar.expanded .title-area {
  background: #333;
}

.top-bar.expanded .toggle-topbar a {
  color: #888;
}

.top-bar.expanded .toggle-topbar a span {
  box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}

.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #333;
  font-size: 16px;
  margin: 0;
}

.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}

.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "Acrom", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  background: #333;
}

.top-bar-section ul li > a.button {
  background: #3fa9f5;
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
}

.top-bar-section ul li > a.button:hover {
  background: #0b81d6;
}

.top-bar-section ul li > a.button.secondary {
  background: #ffffff;
}

.top-bar-section ul li > a.button.secondary:hover {
  background: #e3e3e3;
}

.top-bar-section ul li > a.button.success {
  background: #43AC6A;
}

.top-bar-section ul li > a.button.success:hover {
  background: #358853;
}

.top-bar-section ul li > a.button.alert {
  background: #f04124;
}

.top-bar-section ul li > a.button.alert:hover {
  background: #d4290f;
}

.top-bar-section ul li:hover > a {
  background: #272727;
  color: #fff;
}

.top-bar-section ul li.active > a {
  background: #3fa9f5;
  color: #fff;
}

.top-bar-section ul li.active > a:hover {
  background: #1697f3;
  color: #fff;
}

.top-bar-section .has-form {
  padding: 15px;
}

.top-bar-section .has-dropdown {
  position: relative;
}

.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

.top-bar-section .has-dropdown.moved {
  position: static;
}

.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
}

.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  z-index: 99;
}

.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}

.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}

.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}

.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}

.top-bar-section .dropdown li.title h5 a {
  color: #fff;
  line-height: 22.5px;
  display: block;
}

.top-bar-section .dropdown li.has-form {
  padding: 8px 15px;
}

.top-bar-section .dropdown li .button {
  top: auto;
}

.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777;
  font-weight: bold;
  font-size: 0.625rem;
}

.js-generated {
  display: block;
}

@media only screen and (min-width:0em) {
  .top-bar {
    background: #333;
    *zoom: 1;
    overflow: visible;
  }

  .top-bar:before,
  .top-bar:after {
    content: " ";
    display: table;
  }

  .top-bar:after {
    clear: both;
  }

  .top-bar .toggle-topbar {
    display: none;
  }

  .top-bar .title-area {
    float: left;
  }

  .top-bar .name h1 a {
    width: auto;
  }

  .top-bar input,
  .top-bar .button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }

  .top-bar.expanded {
    background: #333;
  }

  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .top-bar-section {
    -webkit-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }

  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }

  .top-bar-section ul li {
    float: left;
  }

  .top-bar-section ul li .js-generated {
    display: none;
  }

  .top-bar-section li.hover > a:not(.button) {
    background: #272727;
    color: #fff;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #333;
  }

  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: #272727;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    color: #fff;
    background: #3fa9f5;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #1697f3;
  }

  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }

  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }

  .top-bar-section .has-dropdown.moved {
    position: relative;
  }

  .top-bar-section .has-dropdown.moved > .dropdown {
    display: none;
  }

  .top-bar-section .has-dropdown.hover > .dropdown,
  .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
  }

  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -2px;
    right: 5px;
    line-height: 1.2;
  }

  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }

  .top-bar-section .dropdown li a {
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    padding: 12px 15px;
    background: #333;
  }

  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333;
  }

  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }

  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4e4e4e;
    clear: none;
    height: 45px;
    width: 0;
  }

  .top-bar-section .has-form {
    background: #333;
    padding: 0 15px;
    height: 45px;
  }

  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }

  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }

  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }

  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  .no-js .top-bar-section ul li:hover > a {
    background: #272727;
    color: #fff;
  }

  .no-js .top-bar-section ul li:active > a {
    background: #3fa9f5;
    color: #fff;
  }

  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 0em) {
  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

  .small-only-text-center {
    text-align: center !important;
  }

  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

  .small-text-center {
    text-align: center !important;
  }

  .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:0em) and (max-width:1000em) {
  .medium-only-text-left {
    text-align: left !important;
  }

  .medium-only-text-right {
    text-align: right !important;
  }

  .medium-only-text-center {
    text-align: center !important;
  }

  .medium-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:0em) {
  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

  .medium-text-center {
    text-align: center !important;
  }

  .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:1000em) and (max-width:1000em) {
  .large-only-text-left {
    text-align: left !important;
  }

  .large-only-text-right {
    text-align: right !important;
  }

  .large-only-text-center {
    text-align: center !important;
  }

  .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:1000em) {
  .large-text-left {
    text-align: left !important;
  }

  .large-text-right {
    text-align: right !important;
  }

  .large-text-center {
    text-align: center !important;
  }

  .large-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:1000em) and (max-width:1000em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

  .xlarge-only-text-right {
    text-align: right !important;
  }

  .xlarge-only-text-center {
    text-align: center !important;
  }

  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:1000em) {
  .xlarge-text-left {
    text-align: left !important;
  }

  .xlarge-text-right {
    text-align: right !important;
  }

  .xlarge-text-center {
    text-align: center !important;
  }

  .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:1000em) and (max-width:999999999999) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  .xxlarge-only-text-right {
    text-align: right !important;
  }

  .xxlarge-only-text-center {
    text-align: center !important;
  }

  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width:1000em) {
  .xxlarge-text-left {
    text-align: left !important;
  }

  .xxlarge-text-right {
    text-align: right !important;
  }

  .xxlarge-text-center {
    text-align: center !important;
  }

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

/* Typography resets */

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */

a {
  color: #288dbf;
  text-decoration: none;
  line-height: inherit;
}

a:hover,
a:focus {
  color: #3fa9f5;
}

a img {
  border: none;
}

/* Default paragraph styles */

p {
  font-family: inherit;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 1.125rem;
  line-height: 1.6;
}

p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Acrom", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #414042;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.15;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #838285;
  line-height: 0;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.125rem;
}

h3 {
  font-size: 1.0625rem;
}

h4 {
  font-size: 0.9375rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #838285;
  font-weight: 400;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  font-weight: bold;
  color: #bd240d;
}

/* Lists */

ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}

ul.no-bullet {
  margin-left: 0;
}

ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */

ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */

ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #414042;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0.5625rem;
  border-left: 0;
}

blockquote cite {
  display: block;
  font-size: 1.125rem;
  color: #288dbf;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #288dbf;
}

blockquote,
blockquote p {
  line-height: 1.5;
  color: inherit;
}

/* Microformats */

.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #ddd;
  padding: 0.625rem 0.75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width:0em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.15;
  }

  h1 {
    font-size: 3.125rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.375rem;
  }

  h4 {
    font-size: 1.25rem;
  }
}

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */

.print-only {
  display: none !important;
}

@media print {
@page {
    margin: 0.5cm;
}

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

  .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;
  }

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

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: #fff url("/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: font-url("slick.eot");
  src: font-url("slick.eot?#iefix") format("embedded-opentype"), font-url("slick.woff") format("woff"), font-url("slick.ttf") format("truetype"), font-url("slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: '\2190';
}

[dir="rtl"] .slick-prev:before {
  content: '\2192';
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: '\2192';
}

[dir="rtl"] .slick-next:before {
  content: '\2190';
}

/* Dots */

.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  right: 5px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\2022';
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.dropshadow {
  box-shadow: 0 0 2rem -0.5rem rgba(0, 0, 0, 0.3);
}

.coral,
.page-section-article h1,
.page-section-article h2,
.page-section-article h3,
.page-section-article .panel h1,
.page-section-article .panel h2,
.page-section-article .panel h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.reef,
.wrap-page-footer footer .twitter {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.island {
  margin-top: 2.7rem;
  margin-bottom: 2.7rem;
}

.continent {
  margin-top: 1rem;
  margin-bottom: 2.7rem;
}

@media only screen and (min-width:0em) {
  .continent {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

.flush-bottom {
  margin-bottom: 0 !important;
}

.flush-top {
  margin-top: 0 !important;
}

.force-font-normal {
  font-weight: 500 !important;
}

.per-110 {
  font-size: 110% !important;
}

.per-120 {
  font-size: 120% !important;
}

.per-130 {
  font-size: 130% !important;
}

.per-140 {
  font-size: 140% !important;
}

.per-150 {
  font-size: 150% !important;
}

nav ul {
  list-style: none;
  margin-left: 0;
}

span.primary {
  color: #3fa9f5;
}

a:hover svg path {
  fill: #3fa9f5 !important;
}

iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
}

.row {
  max-width: none;
}

.clearing-blackout,
.clearing-caption,
.clearing-assembled .clearing-container .visible-img,
.contain-to-grid,
.top-bar.expanded,
.top-bar.expanded .title-area,
.top-bar-section ul,
.top-bar-section .dropdown li a,
.top-bar-section .dropdown li label,
.top-bar-section .has-form,
.top-bar-section li.hover > a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover,
nav.tab-bar {
  background: none !important;
}

a:focus {
  outline: 0;
}

.pinched-content {
  padding-left: 7%;
  padding-right: 7%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 700;
}

h1 {
  letter-spacing: -0.0625rem;
}

blockquote {
  text-align: center;
}

blockquote p {
  font-size: 1.625rem;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  line-height: 1.3;
  margin: 0;
}

blockquote p:before {
  content: '\201C';
}

blockquote p:after {
  content: '\201D';
}

blockquote cite {
  margin-top: 0.6rem;
  font-weight: 700;
  font-size: 1.625rem;
  font-family: "Acrom", "Helvetica", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

blockquote cite:before {
  content: none;
}

blockquote cite a:hover {
  color: #3fa9f5;
}

.button,
a.button,
.panel .button {
  background: #000;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
  font-weight: 400;
}

.button.secondary,
a.button.secondary,
.panel .button.secondary {
  background-color: #a8a39f;
}

.button:hover,
a.button:hover,
.panel .button:hover {
  background-color: #3fa9f5;
  text-shadow: 0 0.125rem 0.25rem #288dbf;
}

input[type="submit"].button:hover {
  background-color: #3fa9f5;
  text-shadow: 0 0.125rem 0.25rem #288dbf;
}

form label {
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

form label[data-checkbox] {
  font-size: 1.125rem;
}

form label[data-checkbox]:hover {
  color: #3fa9f5;
}

form label small {
  font-size: 85%;
}

input[type="text"],
input[type="email"],
textarea {
  border-radius: 4px;
  padding: 0.2rem 0.5rem;
  height: 2rem;
  margin-bottom: 1.875rem;
  border: 1px solid #414042;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
  border-color: #1f547a;
  box-shadow: 0 0 0.125rem 0.125rem #3fa9f5;
  outline-color: #3fa9f5;
}

input[type="checkbox"].inline {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.5rem;
  position: relative;
  top: -0.2rem;
  margin-bottom: 1.875rem;
}

select {
  margin-bottom: 1.875rem;
  height: 2rem;
  border-radius: 4px;
  border: 1px solid #414042;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2rem;
}

textarea {
  max-width: 100%;
  min-height: 6rem;
}

.form-email input[type="email"].form-email-input {
  border-radius: 4px 0 0 4px;
}

.form-email input[type="submit"].form-email-submit {
  background-color: #f5f5f5;
  background-image: url(../images/mail-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  color: rgba(0, 0, 0, 0);
  border-color: #414042;
  border-width: 0.0625rem 0.0625rem 0.0625rem 0;
  border-radius: 0 4px 4px 0;
}

figure.install-img figcaption > span {
  display: block;
  padding: 0rem;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  line-height: 3.8rem;
  vertical-align: bottom;
  font-size: 3.125rem;
  border: 0.3rem solid #414042;
  border-radius: 9999px;
}

figure.install-img figcaption > span > span {
  display: inline-block;
  vertical-align: middle;
}

figure.install-img img {
  width: 100%;
}

figure.bumper-imgs {
  *zoom: 1;
}

figure.bumper-imgs:before,
figure.bumper-imgs:after {
  content: " ";
  display: table;
}

figure.bumper-imgs:after {
  clear: both;
}

figure.bumper-imgs img + img {
  display: none;
  float: right;
}

figure.porthole {
  overflow: hidden;
  display: inline-block;
  border-radius: 999999px;
}

.wrap-page-section.page-section-usa {
  margin: 5rem auto;
}

.wrap-page-section.page-section-usa section {
  display: table;
  width: 100%;
}

.wrap-page-section.page-section-usa section .usablock {
  text-align: center;
}

.wrap-page-section.page-section-usa section .usablock-bottom img {
  width: 10%;
}

.wrap-page-section.page-section-usa section .usablock-top h2 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.wrap-page-section.page-section-usa section .usablock-top p {
  font-size: 0.75em;
  margin: 0;
  line-height: 1.5;
}

figure {
  position: relative;
}

a.play-button {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -4.75rem;
}

a.play-button svg {
  box-shadow: 0 0 3rem 1.5rem rgba(245, 245, 245, 0.25);
  border-radius: 999px;
}

a.play-button svg:hover {
  background-color: white;
}

.arrow-right,
.arrow-left {
  display: block;
  height: 2rem;
  width: 2rem;
  -webkit-transform: rotate(45deg) translateY(-0.25rem);
  transform: rotate(45deg) translateY(-0.25rem);
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}

.arrow-right:hover,
.arrow-left:hover {
  border-color: #3fa9f5;
}

.arrow-right {
  border-top: 0.375rem solid #cccccc;
  border-right: 0.375rem solid #cccccc;
  float: right;
}

.arrow-left {
  border-bottom: 0.375rem solid #cccccc;
  border-left: 0.375rem solid #cccccc;
  float: left;
}

.wrap-page-section {
  *zoom: 1;
}

.wrap-page-section:before,
.wrap-page-section:after {
  content: " ";
  display: table;
}

.wrap-page-section:after {
  clear: both;
}

.wrap-page-section header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
}

.wrap-page-section header:before,
.wrap-page-section header:after {
  content: " ";
  display: table;
}

.wrap-page-section header:after {
  clear: both;
}

.wrap-page-section header h1 {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700 !important;
}

figure.heroimg {
  overflow: hidden;
  display: inline-block;
}

figure.heroimg img{
  width: 100%;

  
  
}

figure.heroimg figcaption .capbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 1.5rem;
  color: #414042;
}

figure.heroimg figcaption .capbar .leftside {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  display: block;
  text-align: right;
  width: 50%;
  text-transform: uppercase;
  padding-right: 1rem;
}

figure.heroimg figcaption .capbar .rightside {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  display: block;
  width: 50%;
  text-align: left;
  padding: 0.1rem 1rem;
}

figure.heroimg figcaption .capbar .rightside > span {
  display: block;
  position: relative;
  height: 2.8rem;
  width: 5rem;
  border: 0.4rem solid #414042;
}

figure.heroimg figcaption .capbar .rightside > span > span {
  position: absolute;
  left: 50%;
  top: 57%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.625rem;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

figure.heroimg:hover .rightside span span {
  color: #288dbf;
}

.wrap-page-navigation {
  position: relative;
  z-index: 100;
}

.wrap-page-navigation > header {
  text-align: left;
}

.wrap-page-navigation > header nav.top-bar {
  background: none;
  height: 0 !important;
  padding-bottom: 4rem;
  max-width: none;
  overflow: visible;
}

.wrap-page-navigation > header nav.top-bar ul.title-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 80%;
  width: auto;
  float: none;
}

.wrap-page-navigation > header nav.top-bar ul.title-area * {
  width: 100% !important;
}

.wrap-page-navigation > header nav.top-bar ul.title-area li.name h1 {
  font-size: 2rem;
  text-transform: uppercase;
}

.wrap-page-navigation > header nav.top-bar ul.title-area li.name h1 a {
  width: 100% !important;
  padding: 1.5rem 3rem;
}

.wrap-page-navigation > header nav.top-bar ul.title-area li.name h1 a img {
  width: 100%;
  max-width: none;
}

.wrap-page-navigation > header nav.top-bar section.top-bar-section {
  z-index: 5;
  background: #f5f5f5;
}

.wrap-page-navigation > header nav.top-bar section.top-bar-section ul.right li.menu-icon {
  position: absolute;
  top: 0 !important;
  right: 2rem !important;
  padding-left: 0;
}

.wrap-page-navigation > header nav.top-bar section.top-bar-section ul.right li.menu-icon > a {
  position: absolute;
  right: -0.4rem;
  top: 0;
  padding: 2.5rem 1rem !important;
  width: auto !important;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 700;
  color: #3fa9f5;
  text-align: right;
  white-space: nowrap;
  border: 0;
  cursor: default;
}

.wrap-page-navigation > header nav.top-bar section.top-bar-section ul.right li.menu-icon > a:after {
  content: none;
}

.wrap-page-navigation > header nav.top-bar section.top-bar-section ul.right li.menu-icon > a span {
  padding-left: 0.8rem;
  width: 1.5em;
  display: inline-block;
}

.wrap-page-navigation > header nav.top-bar section.top-bar-section ul.right li.menu-icon > a span svg {
  height: 1.15rem;
}

.wrap-page-navigation > header nav.top-bar section.top-bar-section ul.right li.menu-icon > a span svg rect {
  fill: #3fa9f5;
}

.wrap-page-navigation > header nav.top-bar section.top-bar-section ul.right li.menu-icon ul.dropdown {
  display: block !important;
  right: 10000px;
  left: auto;
  background: #3fa9f5 !important;
  margin: 6rem 0 0;
  padding: 0.6rem 0;
  width: auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.4s, right 0s 0.7s;
  transition: opacity 0.2s 0.4s, right 0s 0.7s;
}

.wrap-page-navigation > header nav.top-bar section.top-bar-section ul.right li.menu-icon ul.dropdown:before {
  content: ' ';
  position: absolute;
  height: 0;
  width: 0;
  border: 1.4rem solid transparent;
  border-bottom-color: #3fa9f5;
  z-index: 2;
  margin: 2px 0 0;
  right: 0;
  top: -2.8rem;
}

.wrap-page-navigation > header nav.top-bar section.top-bar-section ul.right li.menu-icon ul.dropdown li {
  padding: 0;
  background-color: none;
}

.wrap-page-navigation > header nav.top-bar section.top-bar-section ul.right li.menu-icon ul.dropdown li a {
  color: #fff;
  font-weight: inherit;
  line-height: normal !important;
  background: none;
  padding: 0.2rem 3rem 0.2rem 1rem;
  font-size: 1.5625rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.wrap-page-navigation > header nav.top-bar section.top-bar-section ul.right li.menu-icon ul.dropdown li a:hover {
  color: #ddd;
}

.wrap-page-navigation > header nav.top-bar section.top-bar-section ul.right li.menu-icon:hover .dropdown {
  opacity: 1;
  right: 0;
  -webkit-transition: opacity 0.4s 0.2s, right 0s 0.2s;
  transition: opacity 0.4s 0.2s, right 0s 0.2s;
}

.wrap-page-footer {
  *zoom: 1;
  color: #ffffff;
  background-color: #414042;
}

.wrap-page-footer:before,
.wrap-page-footer:after {
  content: " ";
  display: table;
}

.wrap-page-footer:after {
  clear: both;
}

.wrap-page-footer footer {
  margin: 3.5rem auto;
  padding: 0 4rem;
}

.wrap-page-footer footer .twitter {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.625rem;
}

.wrap-page-footer footer .twitter a {
  color: #42a8d8;
}

.wrap-page-footer footer .twitter a:hover {
  color: #6dbce0;
}

.wrap-page-footer footer .twitter a svg {
  fill: #42a8d8;
  display: inline-block;
  vertical-align: middle;
  height: 1.6rem;
  width: auto;
}

.wrap-page-footer footer h1 {
  font-size: 2rem;
  margin-bottom: 0;
}

.wrap-page-footer footer h1 a img {
  max-width: none;
  width: 9rem;
  margin: 0 auto;
  display: block;
}

.wrap-page-footer footer nav {
  margin-top: 2rem;
}

.wrap-page-footer footer nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.wrap-page-footer footer nav ul li {
  display: inline;
}

.wrap-page-footer footer nav ul li a {
  display: inline;
  padding: 2rem 0.4rem;
}

.wrap-page-footer footer .legal {
  margin-top: 3rem;
  text-align: center;
  color: #666666;
  font-size: 1.25rem;
}

.wrap-page-footer footer .legal a {
  color: #666666;
}

.wrap-page-footer footer .legal a:hover {
  color: #808080;
}

.page-section-panelnav {
  text-align: center;
  box-shadow: 0 0 2rem -0.5rem rgba(0, 0, 0, 0.3);
}

.page-section-panelnav > section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.page-section-panelnav > section a.panel.callout {
  box-shadow: 0 0 2rem -0.5rem rgba(0, 0, 0, 0.3);
  margin: 0;
}

.page-section-product {
  margin-top: 6rem;
}

.page-section-product .panel {
  box-shadow: 0 0 2rem -0.5rem rgba(0, 0, 0, 0.3);
}

.page-section-product .panel.callout.prime,
.page-section-product .panel.callout.duo {
  box-shadow: 0 0 2rem -0.5rem rgba(0, 0, 0, 0.3);
}

.page-duo .page-section-product .bottombar {
  background-color: #353538 !important;
}

.page-section-product .panel.bottombar {
  background-color: #fff;
  margin-left: -3.75rem;
  margin-right: -3.75rem;
  margin-bottom: -3.75rem;
  padding: 0;
}

.page-section-product .panel.bottombar .alt-color {
  color: #353538;
}

.page-duo .page-section-product .panel.bottombar .alt-color {
  color: #414042;
}

.page-section-product .panel.bottombar p {
  margin: 0;
}
.page-section-product .panel.bottombar a:first-child{
  padding: 2rem 0rem 2rem 4rem;
 
}
.page-section-product .panel.bottombar a {
  font-weight: 400;
  font-size: 1.125rem;
  display: inline-block;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.page-duo .page-section-product .panel.bottombar a .alt-color {
  color: #ffffff;
}

.page-section-product .column.product-info {
  position: relative;
  z-index: 10;
}


.page-section-product .column.product-info .lined-box {
  border: 1px solid #414042;
  border-width: 1px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 1.25rem;
}

.page-duo .page-section-product .column.product-info .lined-box {
  border-color: #fff;
}

.page-section-product .column.product-info .lined-box .button {
  margin: 1.6rem 1rem;
  padding: 0.6rem 0.8rem;
}

.page-section-product .column.product-images {
  position: relative;
  z-index: 5;
}

.page-section-product .column.product-images:before,
.page-section-product .column.product-images:after {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 4rem;
}

.page-section-product .column.product-images .pull-quote {
  padding: 3rem 0;
  margin: 6rem 0 0;
}

.page-section-product .column.product-images .pull-quote:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 25%;
  right: 25%;
  height: 1px;
  background-color: #414042;
}

.page-section-product .column:first-child {
  padding-right: 0 !important;
}

.page-section-product .column:first-child:before {
  content: '';
  left: 0;
  background-image: -webkit-linear-gradient(left, #f5f5f5, rgba(245, 245, 245, 0));
  background-image: linear-gradient(to right, #f5f5f5, rgba(245, 245, 245, 0));
}

.page-section-product .column:last-child {
  padding-left: 0 !important;
}

.page-section-product .column:last-child:after {
  content: '';
  right: 0;
  background-image: -webkit-linear-gradient(right, #f5f5f5, rgba(245, 245, 245, 0));
  background-image: linear-gradient(to left, #f5f5f5, rgba(245, 245, 245, 0));
}

.slick-slider {
  padding-top: 2px;
}

.slick-loading .slick-slider .slick-list {
  background: #fff url("/ajax-loader.gif") center center no-repeat;
}

.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slide {
  padding: 0 4rem;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

/* Dots */

.slick-dots {
  bottom: -5rem;
}

.slick-dots li {
  width: 2rem;
  height: 2rem;
  margin: 0;
}

.slick-dots li button {
  width: 2rem;
  height: 2rem;
  padding: 0;
  margin: 0;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\25A0';
  width: 2rem;
  height: 2rem;
  font-family: "arial";
  font-size: 4rem;
  line-height: 20px;
  color: #3fa9f5;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.slick-dots li.slick-active button:before {
  color: #3fa9f5;
  opacity: 0.75;
}

.page-press article .row {
  margin-bottom: 2.3rem;
}

.page-press article .panel {
  box-shadow: 0 0 2rem -0.5rem rgba(0, 0, 0, 0.3);
}

.page-press article .panel.no-bg {
  box-shadow: none;
}

.page-press article .panel blockquote cite {
  color: #288dbf;
}

.page-press article .row:nth-child(odd) > .panel:not(.pinched-content) {
  background: none;
  box-shadow: none;
}

.page-section-faq dl.faq dt {
  margin-bottom: 0;
  font-weight: 500;
  padding: 1.5rem;
  background: #ffffff;
}

.page-section-faq dl.faq dt:before {
  content: "Q:";
  color: #3fa9f5;
  font-weight: 700;
  display: inline-block;
  width: 1.5rem;
  font-size: 1.125em;
}

.page-section-faq dl.faq dd {
  margin-bottom: 2rem;
  font-weight: 500;
  padding: 1.5rem;
}

.page-section-faq dl.faq dd:last-child {
  margin-bottom: 0;
}

.page-section-faq dl.faq dd:before {
  content: "A:";
  color: #3fa9f5;
  font-weight: 700;
  display: inline-block;
  width: 1.5rem;
  font-size: 1.125em;
}

@media only screen and (min-width:0em) {
  .page-section-faq dl.faq dt,
  .page-section-faq dl.faq dd {
    width: 50%;
    float: left;
    margin-bottom: 4rem;
  }

  .page-section-faq dl.faq dt {
    clear: left;
  }

  .page-section-faq dl.faq dd {
    background-color: #414042;
    color: #ffffff;
  }
}

.page-section-article h1,
.page-section-article h2,
.page-section-article h3,
.page-section-article h4 {
  text-align: center;
}

.page-section-article .step-caption {
  color: #414042;
  font-weight: 400;
}

.page-section-article h2,
.page-section-article h3 {
  color: #3fa9f5;
  margin: 2rem 0 0.4rem;
}

.page-section-featuremod .column.wrap-featuremod-content {
  padding: 0;
}

.page-section-featuremod .content.panel {
  padding: 2.8rem;
  margin-bottom: 0;
  text-align: left;
  box-shadow: 0 0 2rem -0.5rem rgba(0, 0, 0, 0.3);
}

.page-section-featuremod .content.panel p {
  font-size: 1.125rem;
  font-weight: 300;
  font-size: 1.375rem !important;
}

.page-section-featuremod .content.panel h3 {
  display: none;
}

.page-section-featuremod section .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.page-section-featuremod section .row .wrap-featuremod-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.page-section-featuremod section .row .wrap-featuremod-content .panel.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-section-featuremod dl {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.page-section-featuremod dl dd {
  font-size: 1.375rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  text-align: right;
}

.page-section-featuremod dl dd a {
  display: inline-block;
  color: #414042;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.page-section-featuremod dl dd a:hover {
  color: #3fa9f5 !important;
}

.page-section-featuremod dl dd a:after {
  display: inline-block;
  content: "";
  vertical-align: baseline;
  width: 0;
  height: 0;
  margin-left: 0.75em;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}

.page-section-featuremod dl dd.active a {
  color: #288dbf;
}

.page-section-featuremod dl dd.active a:after {
  border-left: 0.4em solid rgba(40, 141, 191, 0.9);
}

.page-section-featuremod .content.panel p {
  font-size: 1.125rem;
}

.panel {
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
  margin-bottom: 0;
}

.panel.no-bg {
  background: none;
  box-shadow: none;
}

.panel.no-quotes p {
  font-style: normal !important;
  font-family: "Acrom", "Helvetica", Helvetica, Arial, sans-serif;
}

.panel.no-quotes p:before,
.panel.no-quotes p:after {
  content: none !important;
}

.product-info .panel {
  text-align: left;
}

.panel img {
  width: 80%;
  
}

.panel h1 {
  font-size: 4.0625rem;
}

.panel p.fixed-height {
  height: 8rem;
  font-size: 1.375rem;
  font-weight: 300;
  text-align: left;
}

.panel.dumb {
  border: 0.125rem solid transparent;
}

.panel.dumb:hover {
  border-color: #3fa9f5;
}

.panel:hover span.button {
  background-color: #3fa9f5;
}

.panel:hover span.button:hover {
  background-color: #3fa9f5;
}

.panel.callout {
  background-color: #383535;
  color: #fff;
  z-index: 5;
}

.panel.callout p {
  font-weight: 400;
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p {
  color: #ffffff;
}



.panel.callout a.button {
  color: white;
}

.panel.callout form label {
  color: #ffffff;
  letter-spacing: 0.0625rem;
}

.panel.callout form label[data-checkbox]:hover {
  color: #3fa9f5;
}

.panel.callout.brand {
  background-color: #3fa9f5;
}

.panel.callout.brand a {
  color: #ffffff;
  text-decoration: underline;
}

.panel.callout.brand a:hover {
  text-decoration: underline;
}

.panel .coin {
  display: block;
  position: absolute;
  background-color: #ffffff;
  font-size: 1.25rem;
  width: 6rem;
  height: 6rem;
  line-height: 8rem;
  border-radius: 9999px;
  bottom: -2.4rem;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-3rem);
  transform: translateX(-3rem);
  z-index: 100;
  text-transform: uppercase;
}

.panel.ghost {
  background-color: transparent;
}

.panel.ghost.col {
  padding-top: 0;
  padding-bottom: 0;
}

.panel.frame {
  border: 2px solid #414042;
  border-bottom: none;
}

@media only screen and (min-width:0em) {
  .panel.wide {
    padding: 4.5rem;
    margin-bottom: 0;
  }
}

.reveal-modal {
  z-index: 1000;
  background-color: transparent;
  border: none;
  box-shadow: none !important;
  height: 70%;
  margin-left: 0 !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reveal-modal.no-padding {
  padding: 0;
}

.reveal-modal iframe {
  width: 100% !important;
  height: 100% !important;
}

.reveal-modal .close-reveal-modal {
  right: 0;
  top: auto;
  bottom: 100%;
}

#InstallModal {
  background-color: #fff;
  overflow-y: scroll;
}

#CheckoutModal {
  padding: 0;
}

#CheckoutModal .close-reveal-modal {
  top: -4rem;
}

#VidModal {
  position: absolute;
  width: 60% !important;
  height: 0 !important;
  padding: 0;
  padding-top: 40%;
}

#VidModal .close-reveal-modal {
  top: -4rem;
  right: 0;
}

#VidModal iframe {
  position: absolute;
  top: 0;
  left: 0;
}

#ImportTunerModal,
#MotorTrendModal {
  padding: 0;
  max-width: 800px;
}

#AAAModal {
  padding: 0;
  max-width: 497px;
}

#EuroTunerModal {
  padding: 0;
  max-width: 561px;
}

.page-wrapper {
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.6s, padding-bottom 0 0.5s;
  transition: opacity 0.3s 0.6s, padding-bottom 0 0.5s;
}

body.unhide .page-wrapper {
  opacity: 1;
  border-bottom: 1px solid #414042;
}

.page-wrapper > * {
  max-width: 1600px;
  margin: 0 auto;
}

.page-wrapper .wrap-page-footer {
  max-width: none;
}

.page-wrapper .wrap-page-footer footer {
  max-width: 1600px;
}

.wrap-page-content {
  padding: 0 2%;
}

.wrap-page-content .wrap-page-section.page-section-header + .wrap-page-section {
  margin-top: 0 !important;
}

.wrap-page-content .wrap-page-section.page-section-header {
  padding: 0 0%;
}

.wrap-page-content .wrap-page-section.page-section-header header h1 {
  /* margin-left: -10rem;
  margin-right: -10rem; */
}

.wrap-page-content .wrap-page-section.page-section-header header,
.wrap-page-content .wrap-page-section.page-section-header header h1 {
  max-width: none;
}