/*!
Theme Name: 	Acoustical Default v2
Theme URI: 		http://julian.is
Description: 	Default theme for Acoustical Surfaces.
Version: 		2.0
Author: 		Julian Gaviria
Author URI: 	julian.is
Tags: 			starkers, naked, clean, basic, html5, boilerplate, sass, smacss
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013-2014 thoughtbot, inc.
 * MIT License */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

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

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

/*@mixin fullwidth {
	margin-left:-1em;
	margin-right:-1em;
	@include mq(medium) {
		margin-left:-1.5em;
		margin-right:-1.5em;
	}
	@include mq(large) {
		margin-left:-3.1%;
		margin-right:0;
	}
}*/
body {
  -webkit-font-smoothing: antialiased;
  background-color: #2b2b2b;
  color: #2b2b2b;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: normal; }

h1 {
  font-size: 2.125em;
  line-height: 1em;
  margin-bottom: .5em; }
  @media (min-width: 40em) {
    h1 {
      font-size: 2.875em; } }
  @media (min-width: 60em) {
    h1 {
      font-size: 2.875em; } }

h2 {
  font-size: 1.625em;
  line-height: 1em;
  color: black;
  font-family: "Open Sans", sans-serif;
  font-weight: normal; }
  @media (min-width: 40em) {
    h2 {
      font-size: 1.9375em; } }
  @media (min-width: 60em) {
    h2 {
      font-size: 1.9375em; } }

h3 {
  font-size: 1.625em;
  font-family: "Open Sans", sans-serif;
  font-weight: normal; }

a {
  color: #0059a5;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  a:hover {
    color: #f13849; }
  a:active, a:focus {
    color: #f13849;
    outline: none; }

p {
  line-height: 1.5em;
  margin: 0 0 1.5em 0; }

.emph {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.25em;
  margin: 0 0 1em 0; }

hr {
  border-bottom: 1px solid #999;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5 0; }

img {
  max-width: 100%; }

abbr, acronym {
  border-bottom: 1px dotted #999;
  cursor: help; }

address {
  display: block;
  margin: 0 0 0.75; }

hgroup {
  margin-bottom: 0.75; }

del {
  color: #515151; }

blockquote {
  border-left: 5px solid #e5e1d8;
  color: #515151;
  background-color: #f5f5f5;
  overflow: hidden;
  margin-left: 0;
  padding: 1.5em 1.5em 1.5em 5.5em;
  background-image: url(img/ico-blockquote.svg);
  background-repeat: no-repeat;
  background-position: 1.2em 1.6em;
  background-size: 3em; }
  blockquote > *:first-child {
    margin-top: 0; }
  blockquote > *:last-child {
    margin-bottom: 0; }

cite {
  color: #6b6b6b;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

/* 
Forms
Lists
Tables 
*/
/* Forms */
fieldset {
  background: #b3b2b2;
  border: 1px solid #999;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple],
select {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #999;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover,
  select:hover {
    border-color: #807f7f; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus,
  select:focus {
    border-color: #f13849;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(239, 32, 51, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  height: 2.3em !important;
  width: 100%; }

.hs-form fieldset {
  max-width: 100% !important;
  background-color: transparent !important; }

.hs-form fieldset.form-columns-1 .hs-input {
  width: 100% !important; }

.hs-error-msgs {
  color: red; }

table {
  border-collapse: collapse;
  margin: 0.75 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #737373;
  font-weight: bold;
  padding: 0.75 0;
  text-align: left; }

td {
  border-bottom: 1px solid #999;
  padding: 0.75 0; }

tr, td, th {
  vertical-align: middle; }

/* Lists */
ul,
ol {
  margin: 0;
  padding: 0;
  padding-left: 1.3em;
  list-style-type: none; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

ul:not([class]) {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  ul:not([class]) li:not([class]) {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 1em;
    line-height: 1.5em; }
    ul:not([class]) li:not([class]) a {
      font-weight: normal; }
    ul:not([class]) li:not([class]):after {
      content: '';
      width: 1.5em;
      height: 1.5em;
      display: block;
      position: absolute;
      top: 0;
      left: -1.5em;
      background-image: url(img/ico-bullet.svg);
      background-position: center center;
      background-size: .45em;
      background-repeat: no-repeat; }

.bullet-style {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  .bullet-style li {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 1em;
    line-height: 1.5em; }
    .bullet-style li a {
      text-decoration: none;
      font-weight: normal; }
    .bullet-style li:after {
      content: '';
      width: 1.5em;
      height: 1.5em;
      display: block;
      position: absolute;
      top: 0;
      left: -1.5em;
      background-image: url(img/ico-bullet.svg);
      background-position: center center;
      background-size: .45em;
      background-repeat: no-repeat; }

ol {
  clear: left;
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  ol li {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 1.125em;
    line-height: 1.5em; }
    ol li a {
      text-decoration: none;
      font-weight: normal; }

button,
input[type="submit"], .btn-gray {
  -webkit-font-smoothing: antialiased;
  background-color: #f13849;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear; }
  button:hover,
  input[type="submit"]:hover, .btn-gray:hover {
    background-color: #e61024;
    color: white; }
  button:disabled,
  input[type="submit"]:disabled, .btn-gray:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

.btn-gray {
  background-color: #2b2b2b;
  color: white;
  font-weight: normal; }
  .btn-gray:hover {
    background-color: #f13849; }

.btn, .btn-download, .btn-resources {
  color: white;
  text-decoration: none;
  font-weight: bold;
  background-color: #f13849;
  background-repeat: no-repeat;
  background-position: .75em center;
  background-size: 1.1875em 1.1875em;
  padding: .5em 1em;
  display: inline-block;
  margin-bottom: 1.5em; }
  .btn:visited, .btn-download:visited, .btn-resources:visited {
    color: white; }
  .btn:hover, .btn-download:hover, .btn-resources:hover {
    background-color: #e61024; }
  @media (min-width: 40em) {
    .btn, .btn-download, .btn-resources {
      font-size: 0.75em; } }

.btn-download {
  background-image: url(img/ico-download.svg); }

.btn-resources {
  background-image: url(img/ico-resources.svg); }

.product-intro-additional .btn, .product-intro-additional .btn-download, .product-intro-additional .btn-resources {
  font-size: 1.3em;
  padding: .55em 1em;
  margin-top: 1em;
  margin-bottom: 0; }

.site-nav {
  background-color: #0059a5; }
  .site-nav span {
    white-space: nowrap; }
  @media (min-width: 40em) {
    .site-nav {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      background-color: #0059a5; } }

.sn-level-1 {
  margin: 0;
  padding: 0;
  height: 3.125em; }

.sn-li-l1 {
  display: block;
  border-bottom: 1px solid #0067bf;
  background-color: #0059a5; }
  .sn-li-l1 a.active {
    background-color: #003d72; }
  .sn-li-l1 span {
    font-size: 1em; }
  .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span {
    padding-right: 0em;
    background-image: url(img/ico-arrowdown.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.75em;
    display: block; }
  .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span {
    background-image: url(img/ico-arrowup.svg); }
  .sn-li-l1 > a {
    display: block;
    height: 3.125em;
    line-height: 3.125em;
    color: white;
    text-decoration: none;
    padding: 0 1em; }
    .sn-li-l1 > a:visited {
      color: white; }
    .sn-li-l1 > a:hover {
      color: white; }
  .sn-li-l1:hover {
    background-color: #999; }
  @media (min-width: 40em) {
    .sn-li-l1 {
      height: 3.125em;
      float: left;
      border-bottom: 0;
      /*
		&:nth-child(1n) {
			width:20%;
		}
		&:nth-child(2n) {
			width:20%;
		}
		&:nth-child(3n) {
			width:20%;
		}
		&:nth-child(4n) {
			width:20%;
		}
		&:nth-child(5n) {
			width:20%;
		}*/ }
      .sn-li-l1:hover .sn-level-2 {
        display: block; }
      .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span {
        padding-right: 1em;
        background-size: 0.625em;
        display: inline; }
      .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span {
        background-image: url(img/ico-arrowdown.svg); }
      .sn-li-l1 > a {
        padding: 0 1em; } }
  @media (min-width: 60em) {
    .sn-li-l1 > a {
      padding: 0 2em; } }
  @media (min-width: 80em) {
    .sn-li-l1 > a {
      padding: 0 2em; } }

.sn-level-2 {
  padding: 0;
  margin: 0;
  display: none;
  position: relative; }
  .sn-level-2.active {
    display: block; }
  @media (min-width: 40em) {
    .sn-level-2 {
      position: absolute; }
      .sn-level-2.active {
        display: none; } }

.sn-li-l2, .sn-li-l3 {
  background-color: #999; }
  .sn-li-l2 > a, .sn-li-l3 > a {
    padding: 0 1em;
    color: white;
    border-top: 1px solid #b3b2b2;
    display: block;
    text-decoration: none;
    line-height: 3.125em; }
    .sn-li-l2 > a span, .sn-li-l3 > a span {
      font-size: 1em;
      line-height: 1.25em;
      display: inline-block;
      vertical-align: middle; }
  .sn-li-l2:last-child > a, .sn-li-l3:last-child > a {
    border-bottom: 0; }
  .sn-li-l2:hover, .sn-li-l3:hover {
    background-color: #807f7f; }
  @media (min-width: 40em) {
    .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3 {
      display: block; }
    .sn-li-l2 > a, .sn-li-l3 > a {
      padding: 0 1em; } }
  @media (min-width: 60em) {
    .sn-li-l2 > a, .sn-li-l3 > a {
      padding: 0 2em; } }
  @media (min-width: 80em) {
    .sn-li-l2 > a, .sn-li-l3 > a {
      padding: 0 2em; } }

.sn-level-3 {
  padding: 0;
  margin: 0;
  padding-top: 1px;
  display: none;
  position: relative;
  border-left: 1px solid #b3b2b2; }
  .sn-level-3.active {
    display: block; }
  @media (min-width: 40em) {
    .sn-level-3 {
      position: absolute;
      top: 3.125em;
      left: 100%; }
      .sn-level-3.active {
        display: none; } }

.site-nav-container {
  background-color: #0059a5;
  width: 17em;
  height: 100%;
  right: -17em;
  top: 0;
  bottom: 0;
  z-index: 1000;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .site-nav-container.active {
    right: 0; }
  @media (min-width: 40em) {
    .site-nav-container {
      width: auto;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      position: static;
      background-color: transparent; } }

.site-nav-container-screen {
  position: absolute;
  display: none;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  .site-nav-container-screen.active {
    display: block; }
  @media (min-width: 40em) {
    .site-nav-container-screen {
      display: none !important; } }

.close-menu {
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #0059a5 !important;
  font-family: "Open Sans", sans-serif;
  padding: 0.25em 1em;
  padding-right: 1.5625em;
  margin: 0 auto;
  font-size: 0.875em;
  background-color: white;
  border-radius: 0.1875em; }
  .close-menu:visited {
    color: white; }
  .close-menu:hover {
    color: white; }
  .close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(img/ico-exit.svg);
    background-size: 0.8125em 0.8125em;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 1.5625em;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute; }
  @media (min-width: 40em) {
    .close-menu {
      display: none; } }

.snc-header {
  text-align: center;
  padding: 1em; }
  @media (min-width: 40em) {
    .snc-header {
      padding: 0; } }

/*
This is used to separate sections/modules of the website while still keeping a consistent max-width. Example below:
<section class="about-module">
  <div class="inner-wrap">
    Content here...
  </div>
</section>
*/
.inner-wrap, .inner-wrap-narrow {
  max-width: 81.25em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em; }
  .inner-wrap:after, .inner-wrap-narrow:after {
    content: "";
    display: table;
    clear: both; }
  .inner-wrap > *:first-child, .inner-wrap-narrow > *:first-child {
    margin-top: 0; }
  .inner-wrap > *:last-child, .inner-wrap-narrow > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 40em) {
    .inner-wrap, .inner-wrap-narrow {
      padding: 2.5em 1.5em 2.5em 1.5em; } }

.inner-wrap-narrow {
  max-width: 62.5em; }

.media-object {
  overflow: hidden; }

.media-object-img {
  width: 20%;
  float: left;
  display: block;
  margin-right: 5%; }
  .media-object-img img {
    width: 100%; }

.media-object-body {
  width: 75%;
  float: left; }

.media-object-header {
  margin-top: 0;
  margin-bottom: .15em; }

.media-grid-2 > * {
  margin-bottom: 1em; }

@media (min-width: 40em) {
  .media-grid-2 > * {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 48.4157821556%;
    margin-bottom: 1.5em; }
    .media-grid-2 > *:last-child {
      margin-right: 0; }
    .media-grid-2 > *:nth-child(2n) {
      margin-right: 0; }
    .media-grid-2 > *:nth-child(2n+1) {
      clear: left; } }

/*
This class is supposed to be assigned to the parent of items you need organized. Example below:
<div class="rows-of-2">
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
</div>
This would give you 2 rows with 2 columns.
*/
.rows-of-2 {
  display: block; }
  .rows-of-2:after {
    content: "";
    display: table;
    clear: both; }
  .rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-2 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-2 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .rows-of-2 > *:last-child {
          margin-right: 0; }
        .rows-of-2 > *:nth-child(2n) {
          margin-right: 0; }
        .rows-of-2 > *:nth-child(2n+1) {
          clear: left; }
        .rows-of-2 > *:nth-last-child(2):last-child {
          margin-bottom: 0 !important; }
        .rows-of-2 > *:nth-last-child(1):last-child {
          margin-bottom: 0 !important; } }

.lt-ie9 .rows-of-2 {
  display: block; }
  .lt-ie9 .rows-of-2:after {
    content: "";
    display: table;
    clear: both; }
  .lt-ie9 .rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-2 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-2 > * {
        float: left;
        width: 50% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em;
        display: inline-block !important;
        clear: none !important; } }

.rows-of-3 {
  display: block; }
  .rows-of-3:after {
    content: "";
    display: table;
    clear: both; }
  .rows-of-3 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-3 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-3 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        .rows-of-3 > *:last-child {
          margin-right: 0; }
        .rows-of-3 > *:nth-child(3n) {
          margin-right: 0; }
        .rows-of-3 > *:nth-child(3n+1) {
          clear: left; } }

.lt-ie9 .rows-of-3 {
  display: block; }
  .lt-ie9 .rows-of-3:after {
    content: "";
    display: table;
    clear: both; }
  .lt-ie9 .rows-of-3 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-3 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-3 > * {
        float: left;
        width: 33.3% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em; } }

.rows-of-4 {
  display: block; }
  .rows-of-4:after {
    content: "";
    display: table;
    clear: both; }
  .rows-of-4 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-4 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-4 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%; }
        .rows-of-4 > *:last-child {
          margin-right: 0; }
        .rows-of-4 > *:nth-child(4n) {
          margin-right: 0; }
        .rows-of-4 > *:nth-child(4n+1) {
          clear: left; } }

.lt-ie9 .rows-of-4 {
  display: block; }
  .lt-ie9 .rows-of-4:after {
    content: "";
    display: table;
    clear: both; }
  .lt-ie9 .rows-of-4 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-4 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-4 > * {
        float: left;
        width: 25% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em; } }

@media (max-width: 40em) {
  .mobile-rows-of-2 {
    display: block; }
    .mobile-rows-of-2:after {
      content: "";
      display: table;
      clear: both; }
    .mobile-rows-of-2 > * {
      margin-bottom: 1.5em;
      display: block;
      position: relative;
      float: left;
      display: block;
      margin-right: 7.4229703521%;
      width: 46.288514824%; }
      .mobile-rows-of-2 > * > *:first-child {
        margin-top: 0; }
      .mobile-rows-of-2 > *:nth-last-child(1) {
        background-color: red;
        margin-bottom: 0; }
      .mobile-rows-of-2 > *:nth-last-child(2) {
        background-color: green;
        margin-bottom: 0; }
      .mobile-rows-of-2 > *:last-child {
        margin-right: 0; }
      .mobile-rows-of-2 > *:nth-child(2n) {
        margin-right: 0; }
      .mobile-rows-of-2 > *:nth-child(2n+1) {
        clear: left; } }

.row {
  display: block;
  clear: both; }
  .row:after {
    content: "";
    display: table;
    clear: both; }

@media (min-width: 40em) {
  .col-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%; }
    .col-1:last-child {
      margin-right: 0; }
  .col-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%; }
    .col-2:last-child {
      margin-right: 0; }
  .col-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .col-3:last-child {
      margin-right: 0; }
  .col-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .col-4:last-child {
      margin-right: 0; }
  .col-5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%; }
    .col-5:last-child {
      margin-right: 0; }
  .col-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .col-6:last-child {
      margin-right: 0; }
  .col-7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%; }
    .col-7:last-child {
      margin-right: 0; }
  .col-8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .col-8:last-child {
      margin-right: 0; }
  .col-9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .col-9:last-child {
      margin-right: 0; }
  .col-10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%; }
    .col-10:last-child {
      margin-right: 0; }
  .col-11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%; }
    .col-11:last-child {
      margin-right: 0; }
  .col-12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .col-12:last-child {
      margin-right: 0; }
  .col-last {
    margin-right: 0;
    margin-right: 0 !important; } }

/*=============== Social Media ===============*/
.social-wrap {
  overflow: hidden;
  /*span {
    background-color:$white;
    border-radius:3px;
    display:inline-block;
    padding:.15em;
    img {
      display:block;
      margin:0 auto;
    }
  }*/ }
  .social-wrap a {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    position: relative; }
    .social-wrap a path {
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      transition: all 0.1s linear; }
    .social-wrap a:hover {
      opacity: .75; }
      .social-wrap a:hover path {
        fill: #0059a5; }
  .social-wrap img {
    display: inline-block;
    margin: 0 auto;
    width: 1.1em;
    height: auto;
    vertical-align: middle; }
  .social-wrap svg {
    display: inline-block;
    vertical-align: middle; }

/*=============== Slide Panel ===============*/
.slide-panel {
  display: none;
  position: fixed;
  background: #2b2b2b;
  color: #fff;
  height: 100%;
  width: 21.25em;
  right: -em(340);
  top: 14%;
  z-index: 10;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out; }
  .slide-panel h2 {
    padding: .2em 1em; }
  .slide-panel p {
    background: #2b2b2b;
    padding: .25px 2em; }
  .slide-panel label {
    color: white !important; }
  .slide-panel:hover {
    right: 0px; }
  @media (min-width: 40em) {
    .slide-panel {
      display: block; } }

.slide-panel-button {
  position: absolute;
  top: 50px;
  right: 340px;
  padding: 20px 20px;
  background: #2b2b2b;
  min-width: 200px; }

/*=============== Slide Box ===============*/
#slidebox {
  padding: 0.625em 0.625em 0.625em 1em;
  position: fixed;
  bottom: 0;
  right: -em(430);
  z-index: 1000;
  width: 100%; }
  @media (min-width: 40em) {
    #slidebox {
      width: auto; } }

a.close {
  background-color: white;
  color: #0059a5;
  text-align: center;
  float: left;
  padding: 0 0.5em;
  font-size: 0.6875em;
  border-radius: 0.1875em;
  position: absolute;
  cursor: pointer;
  top: 1.5em;
  right: 2em; }

a.close:hover {
  background-color: rgba(255, 255, 255, 0.75); }

/*=============== Misc ===============*/
hr {
  display: block;
  clear: both; }

figure {
  margin: 0;
  padding: 0; }

.wp-pagenavi > * {
  margin-right: .75em; }

/*=============== Responsive Embeds ===============*/
.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 1em;
  height: 0;
  overflow: hidden; }

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

/*=============== Layout Patterns ===============*/
@media (min-width: 40em) {
  .last {
    margin-right: 0 !important; } }

.row {
  display: block;
  clear: both; }
  .row:after {
    content: "";
    display: table;
    clear: both; }

@media (min-width: 40em) {
  .col-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%; }
    .col-1:last-child {
      margin-right: 0; }
  .col-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%; }
    .col-2:last-child {
      margin-right: 0; }
  .col-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .col-3:last-child {
      margin-right: 0; }
  .col-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .col-4:last-child {
      margin-right: 0; }
  .col-5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%; }
    .col-5:last-child {
      margin-right: 0; }
  .col-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .col-6:last-child {
      margin-right: 0; }
  .col-7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%; }
    .col-7:last-child {
      margin-right: 0; }
  .col-8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .col-8:last-child {
      margin-right: 0; }
  .col-9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .col-9:last-child {
      margin-right: 0; }
  .col-10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%; }
    .col-10:last-child {
      margin-right: 0; }
  .col-11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%; }
    .col-11:last-child {
      margin-right: 0; }
  .col-12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .col-12:last-child {
      margin-right: 0; }
  .col-1of9 {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 8.2947238322%; }
    .col-1of9:last-child {
      margin-right: 0; }
  .col-2of9 {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 19.7578833532%; }
    .col-2of9:last-child {
      margin-right: 0; }
  .col-3of9 {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 31.2210428741%; }
    .col-3of9:last-child {
      margin-right: 0; }
  .col-4of9 {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 42.6842023951%; }
    .col-4of9:last-child {
      margin-right: 0; }
  .col-5of9 {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 54.1473619161%; }
    .col-5of9:last-child {
      margin-right: 0; }
  .col-6of9 {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 65.6105214371%; }
    .col-6of9:last-child {
      margin-right: 0; }
  .col-7of9 {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 77.073680958%; }
    .col-7of9:last-child {
      margin-right: 0; }
  .col-8of9 {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 88.536840479%; }
    .col-8of9:last-child {
      margin-right: 0; }
  .col-1of2 {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 48.4157821556%; }
    .col-1of2:last-child {
      margin-right: 0; }
  .col-last {
    margin-right: 0;
    margin-right: 0 !important; } }

.col-2-3 {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 47.5854210427%; }
  .col-2-3:last-child {
    margin-right: 0; }
  @media (min-width: 40em) {
    .col-2-3 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .col-2-3:last-child {
        margin-right: 0; } }

.col-2-last-3 {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 47.5854210427%;
  margin-right: 0; }
  .col-2-last-3:last-child {
    margin-right: 0; }
  @media (min-width: 40em) {
    .col-2-last-3 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .col-2-last-3:last-child {
        margin-right: 0; } }

.col-2-3-last {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 47.5854210427%; }
  .col-2-3-last:last-child {
    margin-right: 0; }
  @media (min-width: 40em) {
    .col-2-3-last {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      margin-right: 0; }
      .col-2-3-last:last-child {
        margin-right: 0; } }

.grid-4 > * {
  float: left;
  display: block;
  margin-right: 3.1684356888%;
  width: 100%;
  margin-bottom: 1em; }
  .grid-4 > *:last-child {
    margin-right: 0; }

@media (min-width: 40em) {
  .grid-4 > * {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    margin-bottom: 1.5em; }
    .grid-4 > *:last-child {
      margin-right: 0; }
    .grid-4 > *:nth-child(4n) {
      margin-right: 0; }
    .grid-4 > *:nth-child(4n+1) {
      clear: left; } }

.asi-landing-pages .var-b .ab-img {
  display: none; }

.asi-landing-pages .site-content-primary {
  margin-left: 0; }

.asi-landing-pages .site-content-secondary {
  padding: 1.5em 1em 1.5em 1.5em; }

.asi-landing-pages .form-columns-1 .hs-richtext {
  display: none; }

.asi-landing-pages .site-header {
  border-top: 0 !important; }
  .asi-landing-pages .site-header .inner-wrap, .asi-landing-pages .site-header .inner-wrap-narrow {
    border-bottom: 1px solid #f5f5f5; }

.asi-landing-pages h1 {
  margin-top: 0; }

.asi-landing-pages .hs-form fieldset.form-columns-1 input[type="checkbox"], .asi-landing-pages .hs-form fieldset.form-columns-1 input[type="radio"] {
  width: auto !important; }

.asi-landing-pages .inner-wrap-narrow {
  max-width: 55em; }

.asi-landing-pages fieldset {
  margin-bottom: .75em !important; }

.asi-landing-pages .utility-nav {
  text-align: right; }
  .asi-landing-pages .utility-nav .ph {
    display: block; }

.asi-landing-pages .site-content-secondary h3 {
  margin-bottom: .75em; }

@media (min-width: 60em) {
  .asi-landing-pages .site-content.one-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    text-align: center; }
    .asi-landing-pages .site-content.one-column .site-content-primary:last-child {
      margin-right: 0; }
  .asi-landing-pages .site-content.one-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0; }
    .asi-landing-pages .site-content.one-column .site-content-secondary:last-child {
      margin-right: 0; }
  .asi-landing-pages .site-content.two-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .asi-landing-pages .site-content.two-column .site-content-primary:last-child {
      margin-right: 0; }
  .asi-landing-pages .site-content.two-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-right: 0; }
    .asi-landing-pages .site-content.two-column .site-content-secondary:last-child {
      margin-right: 0; }
  .asi-landing-pages .site-content.two-column-reverse .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-right: 0; }
    .asi-landing-pages .site-content.two-column-reverse .site-content-primary:last-child {
      margin-right: 0; }
  .asi-landing-pages .site-content.two-column-reverse .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .asi-landing-pages .site-content.two-column-reverse .site-content-secondary:last-child {
      margin-right: 0; }
  .asi-landing-pages .site-content.three-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .asi-landing-pages .site-content.three-column .site-content-primary:last-child {
      margin-right: 0; }
  .asi-landing-pages .site-content.three-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .asi-landing-pages .site-content.three-column .site-content-secondary:last-child {
      margin-right: 0; }
  .asi-landing-pages .site-content.three-column .additional-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0; }
    .asi-landing-pages .site-content.three-column .additional-content:last-child {
      margin-right: 0; }
  .asi-landing-pages .site-content.two-column-alt .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .asi-landing-pages .site-content.two-column-alt .site-content-primary:last-child {
      margin-right: 0; }
  .asi-landing-pages .site-content.two-column-alt .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0; }
    .asi-landing-pages .site-content.two-column-alt .site-content-secondary:last-child {
      margin-right: 0; } }

/*=============== Design Patterns ===============*/
.box, .blackbox, .greybox, .beigebox {
  padding: 1.5em; }
  .box > *, .blackbox > *, .greybox > *, .beigebox > * {
    margin-top: 0; }

.blackbox {
  background: black;
  color: white; }
  .blackbox * {
    color: white; }

.greybox {
  background: #e5e5e5;
  color: black; }

.beigebox {
  background: #f5f5f5;
  color: black; }

.headerbox {
  font-size: 1.1875em;
  border-bottom: 1px solid #e5e5e5; }
  .headerbox span {
    background-color: black;
    color: white;
    padding: .25em .5em;
    display: inline-block; }

.home .carousel-header {
  font-size: 1.1875em;
  border-bottom: 1px solid #e5e5e5; }
  .home .carousel-header span {
    background-color: black;
    color: white;
    padding: .25em .5em;
    display: inline-block; }

.img-grid-5 > * {
  float: left;
  display: block;
  margin-right: 3.1684356888%;
  width: 17.465251449%;
  margin-bottom: 1em; }
  .img-grid-5 > *:last-child {
    margin-right: 0; }
  .img-grid-5 > *:nth-child(5n) {
    margin-right: 0; }
  .img-grid-5 > *:nth-child(5n+1) {
    clear: left; }

@media (min-width: 40em) {
  .img-grid-5 > * {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 17.465251449%;
    margin-bottom: 1.5em; }
    .img-grid-5 > *:last-child {
      margin-right: 0; }
    .img-grid-5 > *:nth-child(5n) {
      margin-right: 0; }
    .img-grid-5 > *:nth-child(5n+1) {
      clear: left; } }

.img-grid-5 img {
  display: block;
  margin: 0 auto; }

.media-object {
  overflow: hidden; }

.media-object-img {
  width: 20%;
  float: left;
  display: block;
  margin-right: 5%; }
  .media-object-img img {
    width: 100%; }

.media-object-body {
  width: 75%;
  float: left; }

.media-object-header {
  margin-top: 0;
  margin-bottom: .15em; }

.media-grid-2 > * {
  margin-bottom: 1em; }

@media (min-width: 40em) {
  .media-grid-2 > * {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 48.4157821556%;
    margin-bottom: 1.5em; }
    .media-grid-2 > *:last-child {
      margin-right: 0; }
    .media-grid-2 > *:nth-child(2n) {
      margin-right: 0; }
    .media-grid-2 > *:nth-child(2n+1) {
      clear: left; } }

.wp-pagenavi {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 1.5em; }
  .wp-pagenavi > * {
    margin-right: 0.5em; }

/*=============== Resources Module ===============*/
.resources-module {
  background-color: white;
  border-top: 2px solid #EEEDED;
  border-bottom: 2px solid #EEEDED; }

h3 {
  margin-top: 0; }

.rm-item {
  text-align: center;
  padding: 0 .2em !important; }
  .rm-item:hover .rm-item-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  @media (min-width: 40em) {
    .rm-item {
      margin-bottom: 0; } }

.rm-item-cta {
  font-size: .9em;
  font-weight: bold;
  background-color: #f13849;
  color: white; }

.rm-item-img {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-bottom: 1em; }
  .rm-item-img img {
    max-width: 70%; }

.rm-item-title {
  text-decoration: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  height: 2.5em;
  line-height: 2.5em;
  color: black;
  position: relative;
  z-index: 10; }
  .rm-item-title span {
    line-height: 1.25em;
    display: inline-block;
    color: black;
    font-size: .8em; }

/*=============== Lightbox / Magnific Popup  ===============*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 1.5625em;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }
  .white-popup > * {
    margin-top: 0; }

.mfp-iframe-scaler {
  padding-top: 100% !important; }
  @media (min-width: 40em) {
    .mfp-iframe-scaler {
      padding-top: 80% !important; } }

.mfp-iframe-holder .mfp-content {
  max-width: 600px !important; }

.mfp-iframe-scaler iframe {
  background: none; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px); }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px); }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px); }

.mfp-fade-side .mfp-content, .mfp-fade-side .white-popup {
  right: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: auto; }
  .mfp-fade-side .mfp-content h2, .mfp-fade-side .white-popup h2 {
    line-height: 1.2em;
    font-size: 1.7em; }
    .mfp-fade-side .mfp-content h2 span, .mfp-fade-side .white-popup h2 span {
      font-weight: bold;
      display: block;
      color: #f13849; }

.mfp-fade-side .white-popup {
  max-width: 25em;
  background-color: #f5f5f5; }
  .mfp-fade-side .white-popup .emph {
    font-size: 1.3em; }

.mfp-gdd-cta {
  text-align: center; }
  .mfp-gdd-cta .btn, .mfp-gdd-cta .btn-download, .mfp-gdd-cta .btn-resources {
    font-size: 1.15em; }

.mfp-gdd-img {
  display: block;
  margin: 0 auto;
  margin-bottom: 1em; }

img[name=pphLoggerImage] {
  display: none; }

/*=============== Click to Expand ===============*/
.click-expand {
  clear: both;
  overflow: hidden;
  margin-bottom: 0.75em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .click-expand.active .ce-header {
    color: white;
    background-color: #4a4a4a; }
  .click-expand.active:hover {
    background-color: white; }
    .click-expand.active:hover .ce-header {
      color: white;
      background-color: #4a4a4a; }
  .click-expand.active .ce-header:after {
    content: '-';
    color: white; }
  .click-expand.active .ce-body {
    display: block;
    opacity: 1;
    -webkit-animation: click-expand 0.5s 1;
    -moz-animation: click-expand 0.5s 1;
    animation: click-expand 0.5s 1;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-delay: 0.05s;
    -moz-animation-delay: 0.05s;
    animation-delay: 0.05s;
    padding: 30px 12px 1.5em 12px;
    display: block; }
    .click-expand.active .ce-body > *:first-child {
      margin-top: 0; }
    .click-expand.active .ce-body > *:last-child {
      margin-bottom: 0; }
  .click-expand:hover {
    background-color: #999; }

.ce-header {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: #f5f5f5;
  color: #4a4a4a;
  font-size: 1.25em; }
  .ce-header:after {
    content: '+';
    color: #4a4a4a;
    padding-left: 8px;
    position: absolute;
    right: 0.3125em; }
  .ce-header:hover {
    color: white;
    background-color: #4a4a4a; }
    .ce-header:hover:after {
      color: white; }

.ce-body {
  display: none;
  opacity: 0; }

@-webkit-keyframes click-expand {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes click-expand {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes click-expand {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.site-content {
  background-color: #fff;
  position: relative; }
  .site-content .inner-wrap, .site-content .inner-wrap-narrow {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    display: block; }
    .site-content .inner-wrap:after, .site-content .inner-wrap-narrow:after {
      content: "";
      display: table;
      clear: both; }
  @media (min-width: 60em) {
    .site-content .inner-wrap .fauxcolumn, .site-content .inner-wrap-narrow .fauxcolumn {
      width: 24.30%; } }

.site-content-primary {
  background-color: #fff;
  position: relative;
  z-index: 20; }
  @media (min-width: 60em) {
    .site-content-primary {
      float: right;
      display: block;
      margin-left: 2.3576515979%;
      width: 74.4105871005%; }
      .site-content-primary:last-child {
        margin-left: 0; } }

.site-content-secondary {
  margin-bottom: 1.5em;
  position: relative;
  z-index: 10; }
  .site-content-secondary .site-search {
    display: none; }
  @media (min-width: 60em) {
    .site-content-secondary {
      background-color: #f5f5f5;
      float: right;
      display: block;
      margin-left: 2.3576515979%;
      width: 23.2317613015%;
      padding: 1em 1em 1em 0;
      margin-left: 0; }
      .site-content-secondary .site-search {
        display: block; }
      .site-content-secondary:last-child {
        margin-left: 0; } }

.fauxcolumn {
  display: none; }
  @media (min-width: 60em) {
    .fauxcolumn {
      display: block;
      background-color: #f5f5f5;
      position: absolute;
      width: 23%;
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 0; } }

.site-footer {
  background-color: #2b2b2b;
  color: white; }
  .site-footer .inner-wrap, .site-footer .inner-wrap-narrow {
    display: block; }
    .site-footer .inner-wrap:after, .site-footer .inner-wrap-narrow:after {
      content: "";
      display: table;
      clear: both; }
  .site-footer .emph a {
    color: #f13849;
    display: block; }
    .site-footer .emph a:visited {
      color: #f13849; }
  .site-footer a {
    color: white;
    text-decoration: none;
    font-weight: bold; }
    .site-footer a:visited {
      color: white; }
    .site-footer a:hover {
      color: #f13849;
      text-decoration: none; }
  .site-footer p {
    font-size: 0.875em;
    text-align: center;
    margin-top: 0; }
  @media (min-width: 60em) {
    .site-footer p {
      text-align: left; } }

.site-footer-top {
  border-bottom: 1px solid #454444;
  overflow: hidden;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em; }

@media (min-width: 40em) {
  .site-footer-top .social-wrap {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .site-footer-top .social-wrap:last-child {
      margin-right: 0; }
  .site-footer-top .newsletter-wrap {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
    margin-right: 0; }
    .site-footer-top .newsletter-wrap:last-child {
      margin-right: 0; } }

@media (min-width: 60em) {
  .site-footer-bottom-1 {
    float: left; }
  .site-footer-bottom-2 {
    float: right;
    text-align: right !important; } }

.newsletter-footer {
  text-align: right;
  vertical-align: middle;
  margin: 0 !important;
  vertical-align: top; }
  .newsletter-footer .hs-form-required {
    display: none; }
  .newsletter-footer input {
    color: white; }
  .newsletter-footer label {
    font-weight: 400;
    padding-right: 1em;
    font-size: 1.5em; }
  .newsletter-footer form {
    float: right; }
    .newsletter-footer form > div {
      display: table-cell;
      vertical-align: bottom;
      text-align: right; }
      @media (min-width: 40em) {
        .newsletter-footer form > div {
          vertical-align: top; } }
      .newsletter-footer form > div:first-child {
        width: 100%;
        padding-right: .5em; }
        .newsletter-footer form > div:first-child label {
          float: left;
          display: block; }
        .newsletter-footer form > div:first-child .input {
          width: 100%;
          float: right; }
        @media (min-width: 40em) {
          .newsletter-footer form > div:first-child label {
            width: 50%;
            display: block; }
          .newsletter-footer form > div:first-child .input {
            width: 50%; } }
  .newsletter-footer input {
    margin-top: 0;
    margin-bottom: 0; }
  .newsletter-footer .hs_submit {
    margin-top: 0; }
    .newsletter-footer .hs_submit input {
      padding: .75em 1.25em;
      color: #ffffff !important; }
  @media (min-width: 40em) {
    .newsletter-footer {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%;
      float: right;
      margin-right: 0; }
      .newsletter-footer:last-child {
        margin-right: 0; } }

/*=============== Wraps and Modules ===============*/
.inner-wrap, .inner-wrap-narrow {
  max-width: 81.25em;
  margin-left: auto;
  margin-right: auto; }
  .inner-wrap:after, .inner-wrap-narrow:after {
    content: "";
    display: table;
    clear: both; }

.dark-module {
  color: white; }
  .dark-module a {
    color: white; }
    .dark-module a:visited {
      color: white; }
    .dark-module a:hover {
      color: white;
      text-decoration: none; }

.light-module a {
  color: black; }
  .light-module a:visited {
    color: black; }
  .light-module a:hover {
    color: black;
    text-decoration: none; }

/*=============== Inner Wrap ===============*/
.inner-wrap, .inner-wrap-narrow {
  max-width: 81.25em;
  margin-left: auto;
  margin-right: auto; }
  .inner-wrap:after, .inner-wrap-narrow:after {
    content: "";
    display: table;
    clear: both; }

/*=============== Main Nav ===============*/
.main-nav {
  display: none;
  font-family: "Open Sans", sans-serif;
  font-weight: normal; }
  .main-nav a {
    color: black;
    text-decoration: none;
    font-size: 1.3125em; }
    .main-nav a:visited {
      color: black; }
    .main-nav a:hover {
      color: #f13849; }
  @media (min-width: 40em) {
    .main-nav {
      display: block;
      clear: both;
      padding-top: 1em;
      text-align: center; }
      .main-nav ul {
        padding: 0;
        margin: 0; }
      .main-nav li {
        display: block;
        float: left; } }
  @media (min-width: 60em) {
    .main-nav {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 82.9403914003%;
      margin-right: 0;
      float: right;
      clear: none; }
      .main-nav:last-child {
        margin-right: 0; } }

@media (min-width: 40em) {
  .nav-1 {
    width: 10.587759311833445%; }
  .nav-2 {
    width: 23.566312588386655%; }
  .nav-3 {
    width: 16.965485342435166%; }
  .nav-4 {
    width: 17.50995778706391%; }
  .nav-5 {
    width: 18.28929152445054%; }
  .nav-6 {
    width: 12.762204004380788%; } }

.menu,
.menu > ul ul {
  clear: both;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

@media (min-width: 40em) {
  transition: 0; }

.js .menu,
.js .menu > ul ul {
  overflow: hidden;
  max-height: 0;
  margin: 0; }

.menu.active,
.js .menu > ul ul.active {
  max-height: 55em; }

.menu > ul {
  padding: 0;
  margin: 0; }

.menu li {
  margin-bottom: 0; }
  .menu li a {
    display: block; }

.menu li.has-subnav {
  position: relative; }
  .menu li.has-subnav > a:after {
    content: '+';
    position: absolute;
    top: 1em;
    right: 1em;
    display: block; }
  .menu li.has-subnav > a.active:after {
    content: "-"; }

@media (min-width: 40em) {
  .js .menu,
  .js .menu > ul ul {
    max-height: none;
    overflow: visible; }
  .js .menu > ul ul {
    display: none; }
  .menu.active,
  .js .menu > ul ul.active {
    display: block; }
  .js .menu > ul li:hover > ul {
    display: block; }
  .menu li.has-subnav > a:after {
    content: ">"; }
  .menu .level-1 li.has-subnav > a:after {
    content: ""; }
  .menu > ul > li {
    display: inline-block;
    position: relative; }
    .menu > ul > li > ul {
      /* sub-menu level-2*/
      top: 2.75em;
      left: 0;
      width: 100%; }
  .menu > ul ul {
    position: absolute;
    top: 0;
    left: 12em;
    width: 17em; }
    .menu > ul ul li {
      position: relative; } }

.menu-link {
  float: right;
  background: none;
  text-decoration: none; }
  .menu-link span {
    font-size: 0.8125em;
    display: block;
    height: 1.625em;
    background: url(img/ico-nav.svg) center center no-repeat;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #000;
    text-align: center;
    padding-top: 1.4em; }

.no-svg .menu-link span {
  background: url(img/ico-nav.png) center center no-repeat; }

.menu {
  font-family: "Open Sans", sans-serif;
  font-weight: normal; }
  .menu a {
    color: black;
    text-decoration: none; }
    .menu a:visited {
      color: black; }
  @media (min-width: 40em) {
    .menu {
      display: block;
      clear: both;
      padding-top: 1em;
      text-align: center; }
      .menu a {
        font-size: .8em; }
      .menu ul {
        padding: 0;
        margin: 0; }
      .menu li {
        display: block;
        float: left; } }
  @media (min-width: 60em) {
    .menu {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 82.9403914003%;
      margin-right: 0;
      float: right;
      clear: none; }
      .menu:last-child {
        margin-right: 0; }
      .menu a {
        font-size: 1.3125em; } }

.level-1 > li {
  border-top: 1px solid black; }
  .level-1 > li a {
    padding: 1em 2em 1em 1em; }
  .level-1 > li:first-child {
    border-top: 0; }
  .level-1 > li > ul {
    /* sub-menu level-2*/
    z-index: 1; }
    .level-1 > li > ul li {
      border-top: 1px solid grey; }
      .level-1 > li > ul li a {
        font-size: .8em;
        background-color: white;
        text-align: left;
        background-position: 95% 50%;
        background-repeat: no-repeat;
        background-size: 0.625em 1.125em; }

/*
.no-svg {
	.sub-menu {
		li {
			a {
				background-image: url(img/ico-arrow.png);
			}
		}
	}
}*/
@media (min-width: 40em) {
  .level-1 {
    text-align: center; }
    .level-1 > li {
      border-top: 0;
      display: inline-block; }
      .level-1 > li a {
        padding: 0.5em 1.05em; }
        .level-1 > li a:hover {
          background: #000;
          color: #fff; }
      .level-1 > li:hover {
        background: #000; }
        .level-1 > li:hover a {
          color: #fff; }
      .level-1 > li > ul {
        /* sub-menu level-2*/ }
        .level-1 > li > ul li {
          border-top: 1px solid #fff; }
          .level-1 > li > ul li a {
            font-size: .875em;
            padding: .8em 1.8em;
            width: 17em;
            text-align: left;
            border-radius: 0px;
            background-color: #000;
            color: #fff; }
            .level-1 > li > ul li a:hover {
              background-color: #2b2b2b; } }

@media (min-width: 60em) {
  .level-1 {
    text-align: center; } }

/*=============== Site Header ===============*/
.site-header {
  background-color: white;
  z-index: 30;
  position: relative; }
  .site-header .inner-wrap, .site-header .inner-wrap-narrow {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .site-header .logo {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 9.3686693441%; }
    .site-header .logo:last-child {
      margin-right: 0; }
  .site-header .header-text {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 74.1053340983%; }
    .site-header .header-text:last-child {
      margin-right: 0; }
    .site-header .header-text .tagline {
      display: none; }
  .site-header .header-cta {
    display: none; }
  .site-header .menu-link {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 9.3686693441%;
    margin-right: 0; }
    .site-header .menu-link:last-child {
      margin-right: 0; }
  @media (min-width: 40em) {
    .site-header .inner-wrap, .site-header .inner-wrap-narrow {
      padding-top: 1em;
      padding-bottom: 1em; }
    .site-header .logo {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 14.7019570017%; }
      .site-header .logo:last-child {
        margin-right: 0; }
    .site-header .header-text {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .site-header .header-text:last-child {
        margin-right: 0; }
    .site-header .utility-nav {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      margin-right: 0; }
      .site-header .utility-nav:last-child {
        margin-right: 0; }
    .site-header .social-wrap {
      margin-bottom: 1.5em; }
    .site-header .header-cta {
      display: block;
      padding: .5em .5em; }
    .site-header .menu-link {
      display: none; } }
  @media (min-width: 60em) {
    .site-header .inner-wrap, .site-header .inner-wrap-narrow {
      padding-top: 1.5em;
      padding-bottom: 1.5em; }
    .site-header .logo {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 14.7019570017%; }
      .site-header .logo:last-child {
        margin-right: 0; }
    .site-header .header-text {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 57.3509785009%; }
      .site-header .header-text:last-child {
        margin-right: 0; }
      .site-header .header-text .phtext {
        margin-bottom: 1.1em; }
      .site-header .header-text .logotype {
        line-height: 1em; }
      .site-header .header-text .tagline {
        display: block; }
    .site-header .header-cta {
      display: block; }
      .site-header .header-cta a {
        font-size: 1.1875em; }
    .site-header .utility-nav {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%;
      margin-right: 0; }
      .site-header .utility-nav:last-child {
        margin-right: 0; } }

.hs-content-path-whats-your-problem .header-cta {
  display: none; }

/*=============== Logo ===============*/
.logo img {
  max-width: 85%; }

.logotype {
  font-family: #f13849;
  margin: 0;
  font-size: 1.125em;
  line-height: 1em;
  font-weight: light;
  color: #2b2b2b;
  text-transform: uppercase;
  display: inline-block; }
  .logotype span {
    color: #f13849;
    border-right: 2px solid #f13849;
    padding-right: .25em;
    font-weight: bold; }
  @media (min-width: 40em) {
    .logotype {
      font-size: 2.125em;
      margin-bottom: 16px; }
      .logotype span {
        color: #f13849; } }

.tagline {
  margin: 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 0.75em; }
  .tagline b,
  .tagline span {
    color: #f13849; }

.phtext {
  display: none;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.75em; }
  @media (min-width: 40em) {
    .phtext {
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; } }

.ph {
  font-size: 1.375em;
  color: #f13849; }

/*=============== Social Media ===============*/
.social-wrap {
  overflow: hidden;
  /*span {
		background-color:$white;
		border-radius:3px;
		display:inline-block;
		padding:.15em;
		img {
			display:block;
			margin:0 auto;
		}
	}*/ }
  .social-wrap a {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    position: relative; }
    .social-wrap a path,
    .social-wrap a circle {
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      transition: all 0.1s linear; }
    .social-wrap a:hover {
      opacity: .75; }
      .social-wrap a:hover path,
      .social-wrap a:hover circle {
        fill: #f13849; }
  .social-wrap img {
    display: inline-block;
    margin: 0 auto;
    width: 1.35em;
    height: 1.35em;
    vertical-align: middle; }
  .social-wrap svg {
    display: inline-block;
    vertical-align: middle;
    width: 1.35em;
    height: 1.35em; }

.lt-ie9 svg,
.lt-ie9 path,
.lt-ie9 circle,
.lt-ie9 rect {
  display: none; }

/*=============== Site Aside ===============*/
.aside-header {
  margin: 0; }

.aside-search {
  margin-bottom: 1em; }
  .aside-search input {
    margin-bottom: 0; }

.additional-aside {
  text-align: center; }
  @media (min-width: 40em) {
    .additional-aside {
      display: inline; } }

/*=============== Newsletter  ===============*/
@media (min-width: 40em) {
  .newsletter-wrap {
    text-align: right; } }

.search-table {
  display: table;
  width: 100%;
  padding: 0; }

.search-row {
  display: table-row;
  width: 100%; }

.search-cell1 {
  display: table-cell;
  padding-right: 0.4375em; }
  .search-cell1 input {
    margin-bottom: 0; }

.search-cell2 {
  display: table-cell;
  width: 2.1875em; }

.search-text {
  font-size: .8em;
  width: 100%;
  height: 2.030769230769231em;
  border: 1px solid #999;
  float: left;
  padding-left: .5em;
  color: #000000; }

.search-submit {
  width: 100%;
  height: 1.625em;
  border: 0;
  float: right;
  background: url(img/ico-search.svg) no-repeat center center !important; }

.no-svg .search-submit {
  background: url(img/ico-search.png) no-repeat center center !important; }

@media (min-width: 40em) {
  .site-search {
    width: 100%; }
  .search-text {
    height: 1.846153846153846em; }
  .search-submit {
    height: 1.5em; } }

@media (min-width: 60em) {
  .search-submit {
    height: 1.625em; } }

@media (min-width: 40em) {
  .newsletter-form {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 65.6105214371%;
    margin-right: 0; }
    .newsletter-form:last-child {
      margin-right: 0; } }

@media (min-width: 60em) {
  .newsletter-form {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 42.6842023951%; }
    .newsletter-form:last-child {
      margin-right: 0; } }

.newsletter-form .search-text {
  height: 35px; }

.newsletter-title {
  display: block;
  margin: 0;
  padding: 0;
  color: white;
  margin-top: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 1.3125em; }
  @media (min-width: 40em) {
    .newsletter-title {
      font-size: 1.125em;
      width: 50%;
      float: left;
      margin-top: 0;
      padding-right: .5em;
      float: left;
      display: block;
      margin-right: 3.1684356888%;
      width: 31.2210428741%; }
      .newsletter-title:last-child {
        margin-right: 0; } }
  @media (min-width: 60em) {
    .newsletter-title {
      float: left;
      display: block;
      margin-right: 3.1684356888%;
      width: 54.1473619161%;
      font-size: 1.625em; }
      .newsletter-title:last-child {
        margin-right: 0; } }

.newsletter-cell2 {
  display: table-cell;
  width: 5.5em; }

.newsletter-submit {
  width: 100%;
  height: 1.625em;
  border: 0;
  float: right;
  padding: 0 !important; }

@media (min-width: 40em) {
  .newsletter-submit {
    height: 1.5em;
    height: 35px; } }

@media (min-width: 60em) {
  .search-submit {
    height: 1.625em; } }

/*=============== Forms  ===============*/
/*=============== Aside Nav ===============*/
.aside-header {
  text-decoration: none;
  display: block;
  margin-bottom: 1em;
  padding-left: 1.85em;
  overflow: hidden;
  position: relative; }
  .aside-header:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: .5em;
    height: 18px;
    width: 18px;
    background-image: url(img/ico-expand.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .aside-header.active {
    font-weight: bold; }
    .aside-header.active:before {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  .aside-header h3 {
    color: black;
    margin: 0; }
  @media (min-width: 40em) {
    .aside-header {
      cursor: text; } }
  @media (min-width: 60em) {
    .aside-header {
      padding-left: 0; }
      .aside-header:before {
        content: '';
        display: block;
        position: absolute;
        background-image: none; } }

.aside-nav {
  background-color: #f5f5f5;
  margin-bottom: 1.5em;
  padding: 1em 1em 0em 1em; }
  @media (min-width: 40em) {
    .aside-nav {
      padding: 1em 1em 1em 1em; } }
  @media (min-width: 60em) {
    .aside-nav {
      padding: 0; } }

.aside-nav-ul {
  padding: 0;
  margin: 0;
  line-height: 1em; }
  @media (min-width: 40em) {
    .aside-nav-ul {
      -webkit-columns: 3;
      -moz-columns: 3;
      columns: 3; } }
  @media (min-width: 60em) {
    .aside-nav-ul {
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1; } }
  .aside-nav-ul .sub-menu a {
    color: black; }
    .aside-nav-ul .sub-menu a:visited {
      color: black; }
    .aside-nav-ul .sub-menu a:hover {
      color: #f13849; }
  .aside-nav-ul > li {
    margin-bottom: 0.75em; }
    @media (min-width: 60em) {
      .aside-nav-ul > li {
        margin-bottom: 0.5em; } }
    .aside-nav-ul > li > a {
      font-size: 0.875em;
      display: block;
      color: black;
      text-decoration: none;
      padding-left: 1.1em;
      position: relative; }
      .aside-nav-ul > li > a:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: .25em;
        height: 9px;
        width: 9px;
        background-image: url(img/ico-expand.svg);
        background-repeat: no-repeat;
        background-position: 0 0;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
      .aside-nav-ul > li > a:visited {
        color: black; }
      .aside-nav-ul > li > a:hover {
        color: #f13849; }
      .aside-nav-ul > li > a.active {
        font-weight: bold; }
        .aside-nav-ul > li > a.active:before {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
      @media (min-width: 60em) {
        .aside-nav-ul > li > a {
          font-size: 0.75em; } }
  .aside-nav-ul .current-menu-ancestor > a {
    font-weight: bold; }
    .aside-nav-ul .current-menu-ancestor > a:before {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  .aside-nav-ul .current-menu-ancestor > ul {
    max-height: 30em !important; }
  .aside-nav-ul .current_page_item {
    font-weight: bold; }

.no-svg .aside-nav-ul > li > a:before {
  background-image: url(img/ico-expand.png); }

.aside-nav-li > ul {
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .aside-nav-li > ul > li {
    margin-top: 0.5em; }
    .aside-nav-li > ul > li a {
      font-size: 0.75em;
      display: block;
      color: #4a4a4a;
      text-decoration: none;
      padding-left: 1.1em; }
      .aside-nav-li > ul > li a:visited {
        color: black; }
      .aside-nav-li > ul > li a:hover {
        color: #f13849; }

.js .aside-nav-li > ul {
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out; }
  .js .aside-nav-li > ul.active {
    max-height: 50em; }

.no-svg .aside-nav-link:before {
  background-image: url(img/ico-expand.png); }

.no-svg > ul a {
  font-size: 0.75em;
  display: block;
  color: #4a4a4a;
  text-decoration: none;
  padding-left: 1.1em; }
  .no-svg > ul a:visited {
    color: black; }
  .no-svg > ul a:hover {
    color: #f13849; }

.js .aside-nav-ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out; }
  @media (min-width: 40em) {
    .js .aside-nav-ul {
      -webkit-transition: max-height 0s ease-in-out;
      -moz-transition: max-height 0s ease-in-out;
      transition: max-height 0s ease-in-out; } }
  .js .aside-nav-ul.active {
    max-height: 130em; }
  @media (min-width: 40em) {
    .js .aside-nav-ul {
      max-height: 130em; } }
  @media (min-width: 60em) {
    .js .aside-nav-ul {
      max-height: 300em; } }

/*=============== Secondary Nav ===============*/
.js .secondary-nav-dropdown {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .js .secondary-nav-dropdown.active {
    max-height: 100em; }
  @media (min-width: 60em) {
    .js .secondary-nav-dropdown.active {
      max-height: 0; } }

.secondary-nav-wrap {
  font-size: 1em;
  background: #999;
  margin-left: -1em;
  margin-right: -1em;
  border-bottom: 1px solid white;
  position: relative;
  z-index: 20; }
  .secondary-nav-wrap .secondary-nav:first-child {
    border-right: 1px solid white; }
  @media (min-width: 40em) {
    .secondary-nav-wrap {
      font-size: 1em;
      margin-left: -1.5em;
      margin-right: -1.5em;
      border-bottom: 0; } }
  @media (min-width: 60em) {
    .secondary-nav-wrap {
      margin-left: -3.1%;
      margin-right: auto; } }

.secondary-nav {
  width: 50%;
  float: left; }
  @media (min-width: 40em) {
    .secondary-nav {
      width: 50%;
      float: left;
      padding: 0;
      margin: 0; } }
  @media (min-width: 60em) {
    .secondary-nav:hover .secondary-nav-header {
      background-color: black; }
      .secondary-nav:hover .secondary-nav-header h3 {
        color: white; }
        .secondary-nav:hover .secondary-nav-header h3 span {
          color: white; } }

.secondary-nav-header {
  display: block;
  background: #2b2b2b;
  padding: 0.75em 1em;
  text-decoration: none; }
  .secondary-nav-header h3 {
    font-size: 1.125em;
    color: #f13849;
    margin: 0;
    text-align: center; }
    .secondary-nav-header h3 span {
      color: white;
      display: none; }
    .secondary-nav-header h3:after {
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      content: '';
      display: inline-block;
      width: 0.96153846153846em;
      height: 0.96153846153846em;
      background-image: url(img/ico-arrowdown-light.svg);
      background-position: center center;
      background-size: 0.96153846153846em 0.96153846153846em;
      vertical-align: middle;
      z-index: 20; }
  .secondary-nav-header.active {
    background-color: black; }
    .secondary-nav-header.active h3 {
      color: white; }
      .secondary-nav-header.active h3 span {
        color: white; }
      .secondary-nav-header.active h3:after {
        background-image: url(img/ico-arrowdown-light.svg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  @media (min-width: 40em) {
    .secondary-nav-header {
      text-align: center; }
      .secondary-nav-header h3 {
        font-size: 1.4375em; }
        .secondary-nav-header h3 span {
          display: inline; } }
  @media (min-width: 60em) {
    .secondary-nav-header.active {
      background-color: black; }
      .secondary-nav-header.active h3 {
        color: #999; }
        .secondary-nav-header.active h3 span {
          color: white; } }

.secondary-nav-dropdown {
  padding: 0;
  margin: 0;
  background: black;
  position: absolute;
  left: 0;
  right: 0; }
  @media (min-width: 60em) {
    .secondary-nav-dropdown {
      -webkit-columns: 3;
      -moz-columns: 3;
      columns: 3; }
      .secondary-nav-dropdown.active {
        max-height: 100em !important;
        height: 22em; } }

.secondary-nav-ul {
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none; }
  .secondary-nav-ul li {
    padding: 0.75em 1.5em; }
  .secondary-nav-ul a {
    color: white;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: normal; }
    .secondary-nav-ul a:visited {
      color: white; }
    .secondary-nav-ul a:hover {
      color: #f13849; }

.no-svg .secondary-nav-header h3:after {
  background-image: url(img/ico-arrowdown-light.png); }

/*=============== Site Intro ===============*/
.site-intro {
  background-color: black;
  position: relative;
  margin-left: -1em;
  margin-right: -1em;
  padding: 1.5em 1.5em 1.5em 1.5em;
  text-align: center; }
  @media (min-width: 40em) {
    .site-intro {
      margin-left: -1.5em;
      margin-right: -1.5em; } }
  @media (min-width: 60em) {
    .site-intro {
      margin-left: -3.1%;
      margin-right: 0; } }
  @media (min-width: 40em) {
    .site-intro {
      padding: 9em 1.5em 2.5em 1.5em;
      background-size: 100% auto;
      background-position: top center;
      background-repeat: no-repeat; } }
  @media (min-width: 60em) {
    .site-intro {
      padding: 12.5em 1.5em 2.5em 1.5em; } }

.site-intro-header, .resources-header-section h1 {
  color: white;
  margin: 0 0 .35em 0;
  text-align: center;
  display: inline-block;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5); }
  @media (min-width: 40em) {
    .site-intro-header, .resources-header-section h1 {
      padding: .25em .5em; } }

.site-intro-subheader {
  color: white;
  font-size: 1.125em;
  margin: 0 0 0 0;
  text-align: center;
  display: inline-block;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5); }
  @media (min-width: 40em) {
    .site-intro-subheader {
      font-size: 1.125em;
      padding: .25em .5em; } }

.cta-intro {
  position: absolute;
  right: 0;
  display: none !important; }
  @media (min-width: 40em) {
    .cta-intro {
      display: inline-block !important;
      font-size: .75em !important;
      bottom: -6em; } }
  @media (min-width: 60em) {
    .cta-intro {
      bottom: -4.55em;
      font-size: 1em !important; } }

@media (min-width: 40em) {
  #hs-cta-wrapper-cd1a6c20-7b7c-46d9-873a-5903f983f7b8 {
    left: 5em; } }

@media (min-width: 60em) {
  #hs-cta-wrapper-cd1a6c20-7b7c-46d9-873a-5903f983f7b8 {
    left: 12.5em; } }

.si-ctas {
  display: none; }
  @media (min-width: 40em) {
    .si-ctas {
      position: absolute;
      bottom: -4.6em;
      right: 0;
      display: block; } }
  .si-ctas .btn-gray {
    line-height: 1.3em; }
    @media (min-width: 40em) {
      .si-ctas .btn-gray {
        padding-left: .5em;
        padding-right: .5em; } }
    @media (min-width: 60em) {
      .si-ctas .btn-gray {
        padding-left: 1em;
        padding-right: 1em; } }

/*=============== Calls to Action ===============*/
.cta-banner-header {
  margin: 0;
  margin-bottom: 8px;
  color: white; }

.cta-banner-subheader {
  font-size: 1.125em;
  color: #999;
  margin: 0 0 1.33333333333333em 0; }
  @media (min-width: 40em) {
    .cta-banner-subheader {
      margin-bottom: 0; } }

.cta-black,
.cta-red {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  display: block;
  text-align: center; }
  .cta-black a,
  .cta-red a {
    font-size: 1em;
    display: block;
    text-decoration: none;
    padding: .5em .5em;
    color: white; }
  @media (min-width: 60em) {
    .cta-black a,
    .cta-red a {
      font-size: 1.5em; } }

.cta-black {
  background: black; }
  .cta-black:hover {
    background: #f13849; }
    .cta-black:hover a {
      color: #f5f5f5; }
      .cta-black:hover a span {
        color: black; }

.cta-red {
  background: #f13849; }
  .cta-red:hover {
    background: #b60d1c; }
    .cta-red:hover a {
      color: #f5f5f5; }

.cta-link-black, .printomatictext {
  font-size: 1.2em;
  display: block;
  text-align: center;
  padding: .75em 1.5em;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: normal; }
  .cta-link-black:visited, .printomatictext:visited {
    color: #fff; }
  .cta-link-black:hover, .printomatictext:hover {
    color: #fff;
    background-color: #f13849; }
  @media (min-width: 40em) {
    .cta-link-black, .printomatictext {
      display: inline-block;
      padding: .5em 1.5em; } }

.red {
  color: #f13849; }

/*=============== Product Carousel ===============*/
.product-carousel {
  position: relative;
  margin-bottom: 1.5em; }
  .product-carousel .slides li {
    padding-right: 1em; }

.flexslider .product-header-wrap {
  width: 100%;
  float: none;
  text-align: center; }

.flexslider .product-img {
  height: 13.125em;
  width: 100%;
  margin: 0;
  float: none; }
  .flexslider .product-img img {
    position: absolute;
    width: 90% !important; }

.product-item {
  background-color: #f5f5f5;
  display: block;
  border-radius: 3px;
  text-decoration: none;
  border: 3px solid white;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .product-item:visited {
    text-decoration: none; }
  .product-item:hover {
    border: 3px solid black; }
  @media (min-width: 40em) {
    .product-item {
      min-height: 19.375em; } }

.product-header-wrap {
  margin: 0;
  font-size: 1em;
  padding: 0.5em 0;
  width: 70%;
  float: left;
  text-align: left; }
  @media (min-width: 40em) {
    .product-header-wrap {
      text-align: center;
      width: 100%;
      padding: 0.5em 1em; } }

.product-header {
  font-size: 1.125em;
  color: black;
  display: block;
  text-transform: uppercase; }

.product-subheader {
  font-size: 0.875em;
  color: black;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: normal; }

.product-img {
  display: block;
  position: relative;
  padding: 0.5em;
  width: 25%;
  margin-right: 5%;
  float: left; }
  .product-img img {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  @media (min-width: 40em) {
    .product-img {
      height: 13.125em;
      width: 100%;
      margin: 0;
      float: none; }
      .product-img img {
        position: absolute;
        width: 90%; } }

/*=============== Defaults ===============*/
.post {
  overflow: hidden;
  display: block;
  margin-bottom: 2em;
  border-bottom: 1px solid #f5f5f5; }

.blog-post-header {
  margin: 0; }
  .blog-post-header a {
    color: black;
    text-decoration: none; }
    .blog-post-header a:visited {
      color: black; }
    .blog-post-header a:hover {
      color: #f13849; }

.post-meta {
  margin-top: 0;
  font-size: 0.875em;
  color: #2b2b2b; }

#comments > ol,
#comments ul {
  list-style: none;
  padding: 0; }
  #comments > ol ol,
  #comments > ol ul,
  #comments ul ol,
  #comments ul ul {
    list-style: none;
    padding: 0;
    margin-left: 2em; }

#comments .avatar {
  width: auto;
  margin: 0 auto;
  display: block; }

/*=============== Defaults ===============*/
figure {
  margin-bottom: 1.5em; }

figcaption {
  text-align: center;
  font-size: 0.875em;
  margin-top: .5em; }

.figcaption {
  text-align: center;
  font-size: 0.875em;
  margin-top: .5em; }

hr {
  margin: 1.5em 0; }

/*=============== Product Intro ===============*/
.product-intro h2 {
  color: #2b2b2b;
  font-size: 1.5em; }

.product-intro-header {
  color: #2b2b2b; }

.product-intro-img {
  text-align: center; }

.product-intro-img-additional {
  display: inline-block;
  margin-top: .25em; }
  .product-intro-img-additional img {
    width: 5em;
    height: auto; }

.product-intro-info > * {
  margin-top: 0; }

.product-intro-info ul,
.product-intro-info p {
  font-size: 0.875em; }

.product-intro-additional {
  border: 1px solid #999;
  font-size: .75em; }
  .product-intro-additional ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .product-intro-additional li {
    margin: 0 0 .75em 0;
    padding: 0; }
  .product-intro-additional .ico-misc {
    background-position: 0 .25em; }
  @media (min-width: 40em) {
    .product-intro-additional {
      font-size: .75em; } }
  .product-intro-additional > * {
    margin-top: 0; }

/*=============== Icons ===============*/
.ico-download {
  font-size: 1em;
  background-image: url(img/ico-download.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.1875em 1.1875em;
  padding-left: 1.5em; }

.ico, .ico-testimonial, .ico-test, .ico-msds, .ico-flame, .ico-install, .ico-photo, .ico-misc, .ico-pdf {
  font-size: 1em;
  color: black;
  text-decoration: none;
  font-weight: bold;
  background-image: url(img/ico-download.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.1875em 1.1875em;
  padding-left: 1.5em;
  display: inline-block; }
  .ico:visited, .ico-testimonial:visited, .ico-test:visited, .ico-msds:visited, .ico-flame:visited, .ico-install:visited, .ico-photo:visited, .ico-misc:visited, .ico-pdf:visited {
    color: black; }
  .ico:hover, .ico-testimonial:hover, .ico-test:hover, .ico-msds:hover, .ico-flame:hover, .ico-install:hover, .ico-photo:hover, .ico-misc:hover, .ico-pdf:hover {
    color: #f13849; }

.ico-pdf {
  background-image: url(img/ico-pdf.svg); }

/*=============== Tables ===============*/
.table {
  display: block;
  width: 100%;
  margin: 0 0 1em 0;
  background: #f5f5f5;
  font-size: 0.875em; }

.thead {
  display: block; }

.table-row {
  display: block;
  width: 100%; }

.cell {
  display: block;
  border: 0.2em solid white;
  padding: .5em .8em;
  vertical-align: top; }
  .cell p {
    font-size: .95em;
    margin: .5em 0; }
  .cell > ul {
    margin: .5em 0; }
    .cell > ul > li {
      margin-bottom: 0 !important; }
      .cell > ul > li ul {
        padding: 0 0 0 1.8em; }
  .cell input,
  .cell select {
    width: 100%; }

.col {
  display: table-column; }

.spec-col-1 {
  width: 100%; }

.spec-col-2 {
  width: 100%; }

@media (min-width: 40em) {
  .table {
    display: table; }
  .thead {
    display: table-header-group; }
  .table-row {
    display: table-row; }
  .cell {
    display: table-cell; }
    .cell p {
      font-size: .95em; }
  .spec-col-1 {
    width: 30%; }
  .spec-col-2 {
    width: 70%; } }

.table-simple,
.table-simple th,
.table-simple.left-align td,
.table-no-border,
.table-no-border th,
.table-no-border td,
.table-no-border.left-align td,
.table-simple .colheader,
.table-no-border .colheader {
  text-align: left; }

.table-simple td {
  text-align: center; }

.contact .table-no-border td {
  text-align: right; }

.table-simple,
.table-no-border {
  font-size: 12px; }

.table-simple,
.table-no-border {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
  white-space: normal; }

.table-simple,
.table-simple td {
  background: #ffffff;
  border: 1px solid #ccc; }

.table-simple th,
.table-no-border th {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 8px; }

.table-simple th {
  color: #000;
  border-bottom: 2px solid #323232; }

.table-simple td,
.table-no-border td {
  color: #323232;
  padding: 3px 6px; }

.table-simple.no-border td,
.table-simple.leed td {
  border: none; }

.table-simple td.tdSpacer {
  border: 1px solid #fff;
  border-left: 1px solid #ccc; }

.table-simple .colheader,
.table-no-border .colheader {
  font-weight: bold; }

.table-simple .emphasis,
.table-no-border .emphasis {
  color: #CC0000;
  font-weight: bold; }

.tdSpacer {
  width: 100%; }

.nospace {
  white-space: nowrap; }

.table-simple.leed {
  border: 2px solid #295199;
  font-weight: bold; }

.table-simple.leed th {
  font-size: 18px;
  color: #295199;
  border-bottom: none; }

.table-simple.leed .leed_bold {
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase; }

.table-simple.leed .colheader td {
  font-size: 14px;
  font-style: italic;
  color: #295199;
  border-bottom: 1px solid #a5c5ec; }

.table-simple {
  display: none;
  margin-bottom: 1.5em !important; }
  @media (min-width: 40em) {
    .table-simple {
      display: table; } }

.table-simple-v2,
.table-simple-v2 th,
.table-simple-v2.left-align td,
.table-no-border,
.table-no-border th,
.table-no-border td,
.table-no-border.left-align td,
.table-simple-v2 .colheader,
.table-no-border .colheader {
  text-align: left; }

.table-simple-v2 td {
  text-align: left;
  vertical-align: top; }

.contact .table-no-border td {
  text-align: right; }

.table-simple-v2,
.table-no-border {
  font-size: 12px; }

.table-simple-v2,
.table-no-border {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
  white-space: normal; }

.table-simple-v2,
.table-simple-v2 td {
  background: #ffffff;
  border: 1px solid #ccc; }

.table-simple-v2 th,
.table-no-border th {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 8px; }

.table-simple-v2 th {
  color: #000;
  border-bottom: 2px solid #323232; }

.table-simple-v2 td,
.table-no-border td {
  color: #323232;
  padding: 3px 6px; }

.table-simple-v2.no-border td,
.table-simple-v2.leed td {
  border: none; }

.table-simple-v2 td.tdSpacer {
  border: 1px solid #fff;
  border-left: 1px solid #ccc; }

.table-simple-v2 .colheader,
.table-no-border .colheader {
  font-weight: bold; }

.table-simple-v2 .emphasis,
.table-no-border .emphasis {
  color: #CC0000;
  font-weight: bold; }

.tdSpacer {
  width: 100%; }

.nospace {
  white-space: nowrap; }

.table-simple-v2.leed {
  border: 2px solid #295199;
  font-weight: bold; }

.table-simple-v2.leed th {
  font-size: 18px;
  color: #295199;
  border-bottom: none; }

.table-simple-v2.leed .leed_bold {
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase; }

.table-simple-v2.leed .colheader td {
  font-size: 14px;
  font-style: italic;
  color: #295199;
  border-bottom: 1px solid #a5c5ec; }

.table-simple-v2 {
  margin-bottom: 1.5em !important; }
  @media (min-width: 40em) {
    .table-simple-v2 {
      display: table; } }

.live-url {
  display: none; }
  @media (min-width: 40em) {
    .live-url {
      font-size: 0.75em;
      display: block;
      position: absolute;
      right: 0;
      top: 5.5em;
      padding: .15em .75em; } }

/*=============== Audio Modules ===============*/
.audio-module {
  background-color: #999; }

/*=============== YouTube Responsive ===============*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*=============== Fixed Side Button ===============*/
.fixed-side-button {
  position: fixed;
  left: .5em;
  background: #525252;
  padding: 0.6em 1em;
  z-index: 180;
  text-decoration: none;
  bottom: 0.9em;
  color: #fff;
  border-radius: 14px; }
  .fixed-side-button span {
    display: none; }
  @media (min-width: 60em) {
    .fixed-side-button {
      left: auto;
      right: 20em;
      padding: .45em 1em;
      bottom: -.1em;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      border: 3px solid #fff;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.58); }
      .fixed-side-button span {
        display: inline; } }

.fixed-side-button:hover {
  color: #fff;
  background: #6c6c6c;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }

/*=============== Live Chat ===============*/
.clickdesk ul li::after {
  background-image: none !important; }

/*=============== Testimonials ===============*/
.testimonial-module {
  background: #f5f5f5;
  border-bottom: 2px solid #f13849;
  padding: 2em;
  display: inline-block; }
  @media (min-width: 40em) {
    .testimonial-module {
      margin-left: 3em;
      margin-bottom: 3em; } }
  .testimonial-module h3 {
    font-weight: bold; }
  @media (min-width: 40em) {
    .testimonial-module .testimonial-left {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%;
      margin-left: -5em;
      padding-right: 2em; }
      .testimonial-module .testimonial-left:last-child {
        margin-right: 0; } }
  @media (min-width: 40em) {
    .testimonial-module .testimonial-right {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 82.9403914003%;
      margin-right: 0; }
      .testimonial-module .testimonial-right:last-child {
        margin-right: 0; } }
  .testimonial-module .testimonial-attribution {
    font-size: 1.45em;
    font-weight: bold;
    margin-bottom: 0em;
    margin-left: 70px;
    position: relative; }
    .testimonial-module .testimonial-attribution:before {
      content: '';
      position: absolute;
      left: -70px;
      top: 4px;
      width: 2.35em;
      background-image: url(img/ico-blockquote-red.svg);
      background-repeat: no-repeat;
      height: 2.35em;
      background-size: 2.35em;
      -webkit-transform: scaleX(-1);
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      transform: scaleX(-1); }
  .testimonial-module .testimonial-att-job-title {
    color: red;
    font-style: italic;
    margin-left: 70px; }

/*================= Hubspot Style ================*/
.hs-landing-page .site-header {
  border-top: 3px solid #4f2958;
  text-align: center; }
  .hs-landing-page .site-header .sh-utility-nav {
    float: right; }
    .hs-landing-page .site-header .sh-utility-nav .social-media {
      padding-bottom: 0.3125em;
      padding-top: 1em; }
      .hs-landing-page .site-header .sh-utility-nav .social-media a {
        display: inline-block;
        margin-right: 0.625em;
        vertical-align: top; }
        .hs-landing-page .site-header .sh-utility-nav .social-media a img {
          width: 1.25em; }
  .hs-landing-page .site-header .banner {
    background-image: url("//cdn2.hubspot.net/hubfs/368627/img/acoustical-geometry-landing-banner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 9.6875em; }

@media (min-width: 40em) {
  .hs-landing-page .site-header {
    text-align: left; }
    .hs-landing-page .site-header .sh-utility-nav {
      float: right; }
      .hs-landing-page .site-header .sh-utility-nav .social-media {
        padding-top: 2.5em; }
        .hs-landing-page .site-header .sh-utility-nav .social-media a img {
          width: 1.625em; } }

@media (min-width: 80em) {
  .hs-landing-page .site-header .sh-utility-nav .social-media a {
    margin-right: 0.9375em; }
  .hs-landing-page .site-header .banner {
    background-size: 100%;
    min-height: 11.3125em; } }

.hs-landing-page .site-content.default-landing-template {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  color: #555555; }
  .hs-landing-page .site-content.default-landing-template .alignright {
    float: none; }
    @media (min-width: 40em) {
      .hs-landing-page .site-content.default-landing-template .alignright {
        margin: 0 auto;
        float: right; } }
  .hs-landing-page .site-content.default-landing-template ul {
    list-style: disc; }
  .hs-landing-page .site-content.default-landing-template .site-content-primary h1 {
    font-size: 2.25em;
    line-height: 1.1666666667em;
    padding-bottom: 0.6944444444em;
    font-weight: bold;
    margin: 0; }
  @media (min-width: 60em) {
    .hs-landing-page .site-content.default-landing-template .site-content-primary {
      width: 49.411%;
      margin-right: 1.125em;
      float: left; } }
  .hs-landing-page .site-content.default-landing-template .site-content-secondary {
    background: transparent; }
    .hs-landing-page .site-content.default-landing-template .site-content-secondary .contact-form {
      background: #e5e5e5;
      border-radius: 5px; }
      .hs-landing-page .site-content.default-landing-template .site-content-secondary .contact-form form {
        padding-top: 1.875em;
        padding-bottom: 1.875em;
        padding-left: 0.9375em;
        padding-right: 0.9375em; }
        .hs-landing-page .site-content.default-landing-template .site-content-secondary .contact-form form label {
          font-size: 0.9375em;
          line-height: 1.0666666667em; }
        .hs-landing-page .site-content.default-landing-template .site-content-secondary .contact-form form input {
          font-size: 0.9375em;
          padding-top: 0.4666666667em;
          padding-bottom: 0.4666666667em;
          padding-left: 0.6666666667em;
          padding-right: 0.6666666667em; }
        .hs-landing-page .site-content.default-landing-template .site-content-secondary .contact-form form .hs-button {
          font-size: 1.25em;
          font-weight: bold;
          background: #4f2958;
          color: white;
          line-height: 1.4em;
          padding: 0.75em 1.25em;
          text-decoration: none;
          margin-top: 0.5em;
          display: inline-block; }
          .hs-landing-page .site-content.default-landing-template .site-content-secondary .contact-form form .hs-button:hover {
            background: #5f3169; }
    @media (min-width: 40em) {
      .hs-landing-page .site-content.default-landing-template .site-content-secondary .contact-form {
        background: #e5e5e5; }
        .hs-landing-page .site-content.default-landing-template .site-content-secondary .contact-form form label {
          font-weight: bold; } }
    @media (min-width: 60em) {
      .hs-landing-page .site-content.default-landing-template .site-content-secondary {
        width: 46.232%;
        padding-top: 0; }
        .hs-landing-page .site-content.default-landing-template .site-content-secondary h3 {
          margin: 0; }
        .hs-landing-page .site-content.default-landing-template .site-content-secondary .contact-form form {
          padding-left: 2.1875em;
          padding-right: 2.1875em; } }
    @media (min-width: 80em) {
      .hs-landing-page .site-content.default-landing-template .site-content-secondary {
        width: 39.232%; } }
    .hs-landing-page .site-content.default-landing-template .site-content-secondary .acoustic-green form .hs-button {
      background: -moz-linear-gradient(top, #a7a74f 0%, #acab2c 2%, #b1a827 4%, #b6ac31 6%, #b1aa36 8%, #b1aa38 13%, #b0ab35 21%, #aaa629 32%, #aba52d 36%, #a8a234 40%, #a59f2d 45%, #a39d2f 51%, #979026 66%, #948e2c 68%, #8a8622 79%, #888622 81%, #86822b 83%, #83812c 85%, #7c7b21 92%, #7a7821 96%, #757821 98%, #747533 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #a7a74f 0%, #acab2c 2%, #b1a827 4%, #b6ac31 6%, #b1aa36 8%, #b1aa38 13%, #b0ab35 21%, #aaa629 32%, #aba52d 36%, #a8a234 40%, #a59f2d 45%, #a39d2f 51%, #979026 66%, #948e2c 68%, #8a8622 79%, #888622 81%, #86822b 83%, #83812c 85%, #7c7b21 92%, #7a7821 96%, #757821 98%, #747533 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #a7a74f 0%, #acab2c 2%, #b1a827 4%, #b6ac31 6%, #b1aa36 8%, #b1aa38 13%, #b0ab35 21%, #aaa629 32%, #aba52d 36%, #a8a234 40%, #a59f2d 45%, #a39d2f 51%, #979026 66%, #948e2c 68%, #8a8622 79%, #888622 81%, #86822b 83%, #83812c 85%, #7c7b21 92%, #7a7821 96%, #757821 98%, #747533 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
      .hs-landing-page .site-content.default-landing-template .site-content-secondary .acoustic-green form .hs-button:hover {
        background: -moz-linear-gradient(top, #757922 0%, #7e7925 4%, #7e7a23 6%, #848027 13%, #848124 15%, #878227 17%, #888325 19%, #8c872b 23%, #8f8b27 28%, #938f2c 32%, #948f29 34%, #96912d 36%, #9a962b 42%, #a19d31 51%, #a6a52f 60%, #aca634 66%, #b0ab33 77%, #b0ac31 91%, #b1ac34 92%, #acad2e 94%, #b1ab39 96%, #b2aa2d 98%, #aead37 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #757922 0%, #7e7925 4%, #7e7a23 6%, #848027 13%, #848124 15%, #878227 17%, #888325 19%, #8c872b 23%, #8f8b27 28%, #938f2c 32%, #948f29 34%, #96912d 36%, #9a962b 42%, #a19d31 51%, #a6a52f 60%, #aca634 66%, #b0ab33 77%, #b0ac31 91%, #b1ac34 92%, #acad2e 94%, #b1ab39 96%, #b2aa2d 98%, #aead37 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #757922 0%, #7e7925 4%, #7e7a23 6%, #848027 13%, #848124 15%, #878227 17%, #888325 19%, #8c872b 23%, #8f8b27 28%, #938f2c 32%, #948f29 34%, #96912d 36%, #9a962b 42%, #a19d31 51%, #a6a52f 60%, #aca634 66%, #b0ab33 77%, #b0ac31 91%, #b1ac34 92%, #acad2e 94%, #b1ab39 96%, #b2aa2d 98%, #aead37 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.hs-landing-page .site-footer {
  font-weight: bold;
  text-align: center; }
  @media (min-width: 40em) {
    .hs-landing-page .site-footer {
      text-align: left; } }

.hs-landing-page .green-header {
  border-top: 3px solid #b8b30d; }
  .hs-landing-page .green-header .banner {
    background-image: url("//cdn2.hubspot.net/hubfs/368627/img/green-banner.jpg"); }

/*************************************
Hubspot Architectural Surfaces Style
*************************************/
.hs-landing-page .architectural-header {
  border-top: solid 3px #cb5100; }
  .hs-landing-page .architectural-header .sh-utility-nav .social-media {
    padding: .75em 0;
    text-align: right; }
  .hs-landing-page .architectural-header .sh-logo {
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    text-transform: uppercase; }
    .hs-landing-page .architectural-header .sh-logo img {
      display: block;
      max-width: 100%;
      margin: auto;
      margin-bottom: 0.625em; }
  .hs-landing-page .architectural-header .banner {
    background-image: url("//cdn2.hubspot.net/hubfs/368627/img/architectural-header.jpg"); }

.hs-landing-page .architect-content .site-content-secondary {
  background: transparent; }
  .hs-landing-page .architect-content .site-content-secondary .contact-form {
    background: #e5e5e5;
    border-radius: 5px; }
    .hs-landing-page .architect-content .site-content-secondary .contact-form form {
      overflow: hidden; }
      .hs-landing-page .architect-content .site-content-secondary .contact-form form .hs-button {
        background-color: #cb5100;
        background-image: -webkit-linear-gradient(top, #cb5100, #803405);
        /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background-image: linear-gradient(to bottom, #cb5100, #803405);
        /* Chrome 26, Firefox 16+, IE 10+, Opera */
        color: white;
        padding: 0.9375em 1.25em;
        display: inline-block;
        text-decoration: none;
        font-weight: bold;
        margin-top: 0.9375em; }
        .hs-landing-page .architect-content .site-content-secondary .contact-form form .hs-button:hover {
          background: #f46100; }

.hs_submit {
  margin-top: 1em; }

.hs-error-msgs {
  color: #e08916; }

.form-arrow {
  background: #f5f5f5;
  padding: 3em;
  position: relative; }
  .form-arrow:after {
    content: '';
    position: absolute;
    left: -3em;
    top: -3em;
    background-image: url(//cdn2.hubspot.net/hubfs/368627/img/ico-arrow-form.png);
    background-size: 4.875em;
    background-repeat: no-repeat;
    width: 4.875em;
    height: 4.875em; }

/*======   Resources Page   ======*/
.resources-header-section {
  background: url(img/img--resouces-hero.jpg) no-repeat left top;
  background-size: cover;
  padding: 5.8125em 0.625em 1.25em 3.125em;
  margin-left: -1.5em;
  margin-right: -1.5em; }
  @media (min-width: 60em) {
    .resources-header-section {
      margin-left: -3.1%;
      margin-right: 0; } }
  .resources-header-section h1 {
    text-align: left; }

.res_ebook {
  padding-top: 3.4375em; }
  .res_ebook article > *:nth-child(3n+1) {
    clear: left; }
  .res_ebook .col-3of9 {
    text-align: center;
    margin-bottom: 1.25em; }
    .res_ebook .col-3of9:nth-child(3) {
      margin-right: 0; }
  .res_ebook .res-title {
    font-size: 1.25em;
    line-height: 1.4375em;
    font-weight: bold; }
    .res_ebook .res-title a {
      text-decoration: none;
      color: black; }
      .res_ebook .res-title a:hover {
        color: #f13849; }
  .res_ebook .res-btn {
    color: white;
    display: inline-block;
    font-weight: bold; }
  .res_ebook figure {
    margin-bottom: 2.375em; }
    .res_ebook figure img {
      transform: scale(1, 1);
      transition: all 0.8s ease 0s; }
      .res_ebook figure img:hover {
        transform: scale(1.1, 1.1);
        transition: all 0.8s ease 0s; }
  .res_ebook .res-more {
    text-align: center;
    display: block;
    padding-top: 1.25em;
    position: relative; }
    .res_ebook .res-more:after, .res_ebook .res-more:before {
      background-color: #e1e1e1;
      content: "";
      display: inline-block;
      height: 3px;
      position: absolute;
      vertical-align: top;
      width: 44%; }
    .res_ebook .res-more:after {
      right: 0; }
    .res_ebook .res-more:before {
      left: 0; }
    .res_ebook .res-more a {
      color: #f13849;
      display: inline-block;
      position: relative;
      text-decoration: none;
      cursor: pointer; }
      .res_ebook .res-more a:hover {
        color: black; }
      .res_ebook .res-more a:after {
        content: "";
        display: block;
        background: url(img/ico-bullet-arrow.svg) no-repeat left top;
        position: absolute;
        top: -15px;
        left: -50%;
        width: 15px;
        height: 15px;
        margin-left: 62px; }

/* Videos section */
.videos {
  padding-top: 1.25em; }
  .videos article > *:nth-child(3n+1) {
    clear: left; }
  .videos .vs-header {
    text-align: center; }
  .videos .col-3of9 {
    text-align: center;
    margin-bottom: 1.25em; }
    .videos .col-3of9:nth-child(3) {
      margin-right: 0; }
  .videos .video-embed a {
    color: #f13849;
    text-decoration: none; }
    .videos .video-embed a:hover {
      color: black; }
  .videos .video-embed figcaption {
    margin-top: 1.125em;
    font-weight: bold; }

.additional-resources {
  padding: 0.9375em 1.875em 0.3125em; }
  .additional-resources .ar-list {
    padding: 0;
    margin-bottom: 2.5em; }
    .additional-resources .ar-list li {
      padding-left: 1.5625em;
      position: relative;
      margin-bottom: 0.9375em; }
      .additional-resources .ar-list li:after {
        content: "";
        position: absolute;
        background: url(img/ico-red-arrow.svg) no-repeat left center;
        left: 0;
        top: 3px;
        display: block;
        width: 20px;
        height: 20px; }
      .additional-resources .ar-list li a {
        color: black;
        text-decoration: none; }
        .additional-resources .ar-list li a:hover {
          color: #f13849; }

.ab-sticky-cta {
  font-size: .875em;
  background-color: #f13849;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  z-index: 10000000000000;
  text-decoration: none;
  display: block;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .ab-sticky-cta.hide {
    bottom: -6.25em; }
  .ab-sticky-cta a {
    text-decoration: none; }
  .ab-sticky-cta:hover {
    color: #b60d1c; }
  .ab-sticky-cta .inner-wrap, .ab-sticky-cta .inner-wrap-narrow {
    padding-top: 1em;
    padding-bottom: 0; }
  .ab-sticky-cta h2 {
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    width: 86%;
    font-size: 1.30em; }
  .ab-sticky-cta img {
    text-decoration: none;
    float: left;
    width: 10%;
    margin-right: 4%;
    max-width: 2.8125em; }
  @media (min-width: 40em) {
    .ab-sticky-cta {
      font-size: .6em;
      text-align: center; }
      .ab-sticky-cta .inner-wrap, .ab-sticky-cta .inner-wrap-narrow {
        padding-top: 1.5em;
        padding-bottom: 1.5em; }
      .ab-sticky-cta img {
        display: inline-block;
        max-width: 100%;
        float: none;
        width: auto;
        margin-top: -3em !important;
        margin-bottom: -3em;
        max-width: 6em;
        text-decoration: none;
        margin-right: .5em; }
      .ab-sticky-cta h2 {
        font-size: 1.9375em;
        display: inline-block;
        float: none;
        width: auto; } }
  @media (min-width: 60em) {
    .ab-sticky-cta {
      font-size: .875em; } }

.ab-sc-exit {
  background: url(img/ico-exit.svg) center center no-repeat;
  background-size: 100%;
  height: 1.25em;
  width: 1.25em;
  position: absolute;
  right: 1em;
  top: 1em;
  text-indent: -99999em;
  z-index: 100000; }

/*============== GDD 013 B ===========*/
.bandwagon-cta-wrapper {
  clear: both;
  text-align: center;
  border: 1px solid #959595;
  position: relative;
  padding-bottom: 1.25em;
  padding-top: 1.25em;
  padding-left: 0.625em;
  padding-right: 0.625em;
  margin-bottom: 4.5em;
  display: block;
  margin-top: 3em; }
  @media (min-width: 40em) {
    .bandwagon-cta-wrapper {
      padding-top: 3.125em; } }
  @media (min-width: 40em) {
    .bandwagon-cta-wrapper:before {
      position: absolute;
      content: "";
      background-image: url(img/img-chat-bubbles-wide-new.jpg);
      background-repeat: no-repeat;
      max-width: 653px;
      height: 100%;
      margin: 0 auto;
      text-align: center;
      left: 8px;
      right: 8px;
      top: -38px;
      background-size: 100% auto; } }
  .bandwagon-cta-wrapper h2 {
    font-size: 2em;
    font-weight: bold; }
  .bandwagon-cta-wrapper p {
    font-size: 1.3125em; }
    .bandwagon-cta-wrapper p span {
      color: #f13849; }
  .bandwagon-cta-wrapper .bc-btn {
    position: absolute;
    bottom: -21px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    right: 0;
    max-width: 14.5238095238em;
    font-size: 1.3125em;
    font-weight: 400; }

@media (min-width: 40em) {
  .bandwagon-cta-c:before {
    background-image: url(img/img-chat-bubbles-narrow-new.jpg);
    max-width: 331px; } }

.printomatictext {
  display: none; }
  @media (min-width: 40em) {
    .printomatictext {
      font-size: 0.75em;
      display: block;
      position: absolute;
      right: 0;
      top: 5.5em;
      padding: .15em .75em; } }

.search-cell1 ul {
  margin-top: 1.875em; }
  .search-cell1 ul:before {
    background-image: none; }

.search-cell1 mark {
  background: #f13849; }

.np-form ul {
  padding-left: 0em; }

.np-form li {
  padding-top: 7.5em;
  position: relative; }
  .np-form li:nth-child(1) {
    margin-left: 0.9375em; }
    .np-form li:nth-child(1):after {
      background-image: url(//cdn2.hubspot.net/hubfs/368627/Image/walls.svg);
      content: " ";
      height: 9.375em;
      width: 5em;
      left: 0em;
      bottom: 0.5em;
      position: absolute;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  .np-form li:nth-child(2) {
    margin-left: 1.5em; }
    .np-form li:nth-child(2):after {
      background-image: url(//cdn2.hubspot.net/hubfs/368627/Image/ceilings.svg);
      content: " ";
      height: 3.75em;
      width: 5.25em;
      left: 0em;
      top: 1.625em;
      position: absolute;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  .np-form li:nth-child(3) {
    margin-left: 1.5em; }
    .np-form li:nth-child(3):after {
      background-image: url(//cdn2.hubspot.net/hubfs/368627/Image/floors.svg);
      content: " ";
      height: 5em;
      width: 5.75em;
      left: 0em;
      top: 1.625em;
      position: absolute;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  .np-form li:nth-child(4) {
    margin-left: 1.875em; }
    .np-form li:nth-child(4):after {
      background-image: url(//cdn2.hubspot.net/hubfs/368627/Image/exteriors.svg);
      content: " ";
      height: 5em;
      width: 5.75em;
      right: 0em;
      top: 1.625em;
      position: absolute;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }

@media (min-width: 60em) {
  .np-form:before {
    background-image: url(//cdn2.hubspot.net/hubfs/368627/Image/person-img.png);
    content: " ";
    height: 40.25em;
    width: 19.5em;
    left: -19.5em;
    bottom: 0em;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; } }

.hs-content-path--ab-variant-83774236-cd77-4815-9f0f-8f30a91f3d67 .header-cta {
  display: none; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

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

.hidden {
  display: none !important;
  visibility: hidden; }

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

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

.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.alignright {
  display: block;
  float: right; }

.alignleft {
  display: block;
  float: left; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.text-alignright {
  text-align: right; }

.text-alignleft {
  text-align: left; }

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

.desktop {
  display: none; }
  @media screen and (min-width: 60em) {
    .desktop {
      display: block; } }

.desktop-text {
  display: none; }
  @media screen and (min-width: 60em) {
    .desktop-text {
      display: inline; } }

@media screen and (min-width: 40em) {
  .mobile {
    display: none; } }

.tablet {
  display: none; }
  @media screen and (min-width: 40em) {
    .tablet {
      display: block; } }

.tablet-text {
  display: none; }
  @media screen and (min-width: 40em) {
    .tablet-text {
      display: inline; } }

.bottom-baseline {
  margin-bottom: 1.5em;
  display: block; }

.nomargin-bottom {
  margin-bottom: 0; }

.nomargin-top {
  margin-top: 0; }

.nopadding-bottom {
  padding-bottom: 0; }

.nopadding-top {
  padding-top: 0; }

.uppercase {
  text-transform: uppercase; }

.smalltext {
  font-size: 0.875em; }

/*=== Vendors ===*/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  /*-webkit-backface-visibility: hidden; backface-visibility:hidden;*/ }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -10px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  font-size: .5em;
  left: -33px;
  display: block;
  text-indent: -999em;
  display: block;
  height: 4.0625em;
  width: 4.0625em;
  border-radius: 100%;
  background-image: url(img/ico-arrowleft-dark.svg);
  background-position: center center;
  /*background-color:$blue; background-size:em(20) em(36);*/
  background-repeat: no-repeat;
  border-bottom: 0; }

.flex-direction-nav .flex-next {
  font-size: .5em;
  right: -33px;
  text-indent: -999em;
  display: block;
  height: 4.0625em;
  width: 4.0625em;
  border-radius: 100%;
  background-image: url(img/ico-arrowright-dark.svg);
  background-position: center center;
  /*background-color:$blue; background-size:em(20) em(36);*/
  background-repeat: no-repeat;
  border-bottom: 0; }

.no-svg .flex-direction-nav .flex-prev {
  background-image: url(img/ico-arrowleft-dark.png); }

.no-svg .flex-direction-nav .flex-next {
  background-image: url(img/ico-arrowright-dark.png); }

.flexslider:hover .flex-prev {
  opacity: 1; }

.flexslider:hover .flex-next {
  opacity: 1; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

div.jp-audio {
  float: left; }

div.jp-audio {
  width: 70px;
  margin: 0 10px; }

div.jp-interface {
  position: relative;
  width: 100%; }

div.jp-audio div.jp-type-single div.jp-interface {
  height: 80px;
  border-bottom: none; }

div.jp-audio div.jp-type-playlist div.jp-interface {
  height: 80px; }

div.jp-interface ul.jp-controls {
  list-style-type: none;
  padding: 0;
  margin: 0; }

div.jp-interface ul.jp-controls li {
  display: inline; }

div.jp-interface ul.jp-controls a {
  position: absolute;
  overflow: hidden;
  text-indent: -9999px; }

a.jp-play, a.jp-pause {
  width: 50px;
  height: 50px;
  z-index: 1; }

div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
  top: 10px;
  left: 10px; }

div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
  top: 20px;
  left: 48px; }

.music a.jp-play {
  background: url("img/music-rt.png") 0 0 no-repeat; }

.music a.jp-play:hover {
  background: url("img/music-rt.png") 0 -50px no-repeat; }

.music a.jp-pause {
  background: url("img/music-rt.png") 0 -50px no-repeat;
  display: none; }

.music a.jp-pause:hover {
  background: url("img/music-rt.png") 0 -100px no-repeat; }

.voice a.jp-play {
  background: url("img/voice-rt.png") 0 0 no-repeat; }

.voice a.jp-play:hover {
  background: url("img/voice-rt.png") 0 -50px no-repeat; }

.voice a.jp-pause {
  background: url("img/voice-rt.png") 0 -50px no-repeat;
  display: none; }

.voice a.jp-pause:hover {
  background: url("img/voice-rt.png") 0 -100px no-repeat; }

div.jp-audio div.jp-type-single a.jp-stop {
  top: 65px;
  left: 12px; }

div.jp-audio div.jp-type-playlist a.jp-stop {
  top: 26px;
  left: 126px; }

a.jp-stop {
  background: url("img/stop-icon.png") 0 -20px no-repeat;
  width: 20px;
  height: 20px;
  z-index: 1; }

a.jp-stop:hover {
  background: url("img/stop-icon.png") 0 0 no-repeat; }

div.jp-progress {
  position: absolute;
  overflow: hidden;
  background-color: #ddd; }

div.jp-audio div.jp-type-single div.jp-progress {
  top: 62px;
  left: 10px;
  width: 50px;
  height: 3px; }

div.jp-audio div.jp-type-playlist div.jp-progress {
  top: 32px;
  left: 164px;
  width: 122px;
  height: 15px; }

div.jp-seek-bar {
  background: url("img/jplayer.blue.monday.jpg") 0 -202px repeat-x;
  width: 0px;
  height: 100%;
  cursor: pointer; }

div.jp-play-bar {
  background: url("img/jplayer.blue.monday.jpg") 0 -218px repeat-x;
  width: 0px;
  height: 100%; }

div.jp-seeking-bg {
  background: url("img/pbar-ani.gif"); }

a.jp-mute, a.jp-unmute {
  width: 18px;
  height: 15px; }

div.jp-audio div.jp-type-single a.jp-mute, div.jp-audio div.jp-type-single a.jp-unmute {
  top: 67px;
  left: 40px; }

a.jp-mute {
  background: url("img/jplayer.blue.monday.jpg") 0 -186px no-repeat; }

a.jp-mute:hover {
  background: url("img/jplayer.blue.monday.jpg") -19px -170px no-repeat; }

a.jp-unmute {
  background: url("img/jplayer.blue.monday.jpg") 0 -170px no-repeat;
  display: none; }

a.jp-unmute:hover {
  background: url("img/jplayer.blue.monday.jpg") -19px -186px no-repeat; }

div.jp-playlist {
  width: 100%;
  border: 1px solid #323232;
  border-top: none; }

div.jp-jplayer {
  width: 0px;
  height: 0px; }

/*! Tablesaw - v0.1.2 - 2014-05-14
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2014 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%; }

.tablesaw {
  border-collapse: collapse;
  width: 100%; }

/* Structure */
.tablesaw {
  border: 0;
  padding: 0; }

.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .7em; }

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em; }

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf; }

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    min-width: 40%;
    display: inline-block; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none; }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%; } }

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row; }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; } }
