@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 1em;
  line-height: 1.4;
  background: #fff; }

.no-svg body {
  background: #fff; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }


fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*=== Print ===*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
}
body {
  color: #1e1c1b;
  font-family: "Ubuntu", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
  min-width:960px !important;}

img {
  margin: 0 auto;
  max-width: 100%; }

abbr, acronym {
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

address {
  display: block;
  margin: 0 0 0.75em; }

hgroup {
  margin-bottom: 0.75em; }

del {
  color: #46423f; }

blockquote {
  border-left: 2px solid #dddddd;
  color: #46423f;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #615b57;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

.small-text {
  font-size: 0.875em;
  margin: 0 0 1.14285714285714em; }

ul {
  margin-top: 0; }

/*=============== Wraps and Modules ===============*/
.inner-wrap {
  max-width: 71.875em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em; }
  .inner-wrap:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 40em) {
    .inner-wrap {
      padding: 2.5em 1.5em 2.5em 1.5em; } }

.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: #1e1c1b; }
  .light-module a:visited {
    color: #1e1c1b; }
  .light-module a:hover {
    color: #1e1c1b;
    text-decoration: none; }

@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.35765%;
    width: 6.17215%; }
    .col-1:last-child {
      margin-right: 0; }

  .col-2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%; }
    .col-2:last-child {
      margin-right: 0; }

  .col-3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .col-3:last-child {
      margin-right: 0; }

  .col-4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .col-4:last-child {
      margin-right: 0; }

  .col-5 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    .col-5:last-child {
      margin-right: 0; }

  .col-6 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .col-6:last-child {
      margin-right: 0; }

  .col-7 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    .col-7:last-child {
      margin-right: 0; }

  .col-8 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .col-8:last-child {
      margin-right: 0; }

  .col-9 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .col-9:last-child {
      margin-right: 0; }

  .col-10 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%; }
    .col-10:last-child {
      margin-right: 0; }

  .col-11 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 91.4702%; }
    .col-11:last-child {
      margin-right: 0; }

  .col-12 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .col-12:last-child {
      margin-right: 0; }

  .col-1of9 {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 8.29472%; }
    .col-1of9:last-child {
      margin-right: 0; }

  .col-2of9 {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 19.75788%; }
    .col-2of9:last-child {
      margin-right: 0; }

  .col-3of9 {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 31.22104%; }
    .col-3of9:last-child {
      margin-right: 0; }

  .col-4of9 {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 42.6842%; }
    .col-4of9:last-child {
      margin-right: 0; }

  .col-5of9 {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 54.14736%; }
    .col-5of9:last-child {
      margin-right: 0; }

  .col-6of9 {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 65.61052%; }
    .col-6of9:last-child {
      margin-right: 0; }

  .col-7of9 {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 77.07368%; }
    .col-7of9:last-child {
      margin-right: 0; }

  .col-8of9 {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 88.53684%; }
    .col-8of9:last-child {
      margin-right: 0; }

  .col-1of2 {
    float: left;
    display: block;
    margin-right: 16.03631%;
    width: 41.98184%; }
    .col-1of2:last-child {
      margin-right: 0; }

  .col-last {
    margin-right: 0;
    margin-right: 0 !important; } }
@media (max-width: 40em) {
  .col-1-m {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%; }
    .col-1-m:last-child {
      margin-right: 0; }

  .col-2-m {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%; }
    .col-2-m:last-child {
      margin-right: 0; }

  .col-3-m {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .col-3-m:last-child {
      margin-right: 0; }

  .col-4-m {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .col-4-m:last-child {
      margin-right: 0; }

  .col-5-m {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    .col-5-m:last-child {
      margin-right: 0; }

  .col-6-m {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .col-6-m:last-child {
      margin-right: 0; }

  .col-7-m {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    .col-7-m:last-child {
      margin-right: 0; }

  .col-8-m {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .col-8-m:last-child {
      margin-right: 0; }

  .col-9-m {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .col-9-m:last-child {
      margin-right: 0; }

  .col-10-m {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%; }
    .col-10-m:last-child {
      margin-right: 0; }

  .col-11-m {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 91.4702%; }
    .col-11-m:last-child {
      margin-right: 0; }

  .col-12-m {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .col-12-m:last-child {
      margin-right: 0; }

  .col-1of9-m {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 8.29472%; }
    .col-1of9-m:last-child {
      margin-right: 0; }

  .col-2of9-m {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 19.75788%; }
    .col-2of9-m:last-child {
      margin-right: 0; }

  .col-3of9-m {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 31.22104%; }
    .col-3of9-m:last-child {
      margin-right: 0; }

  .col-4of9-m {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 42.6842%; }
    .col-4of9-m:last-child {
      margin-right: 0; }

  .col-5of9-m {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 54.14736%; }
    .col-5of9-m:last-child {
      margin-right: 0; }

  .col-6of9-m {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 65.61052%; }
    .col-6of9-m:last-child {
      margin-right: 0; }

  .col-7of9-m {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 77.07368%; }
    .col-7of9-m:last-child {
      margin-right: 0; }

  .col-8of9-m {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 88.53684%; }
    .col-8of9-m:last-child {
      margin-right: 0; }

  .col-1of2 {
    float: left;
    display: block;
    margin-right: 16.03631%;
    width: 41.98184%; }
    .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.82916%;
  width: 47.58542%; }
  .col-2-3:last-child {
    margin-right: 0; }
  @media (min-width: 40em) {
    .col-2-3 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .col-2-3:last-child {
        margin-right: 0; } }

.col-2-last-3 {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 47.58542%;
  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.35765%;
      width: 31.76157%; }
      .col-2-last-3:last-child {
        margin-right: 0; } }

.col-2-3-last {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 47.58542%; }
  .col-2-3-last:last-child {
    margin-right: 0; }
  @media (min-width: 40em) {
    .col-2-3-last {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-right: 0; }
      .col-2-3-last:last-child {
        margin-right: 0; } }

.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; }
    .rows-of-2 > * > *:last-child {
      margin-bottom: 0; }
    @media (min-width: 40em) {
      .rows-of-2 > * {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .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.35765%;
        width: 31.76157%; }
        .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.35765%;
        width: 23.23176%; }
        .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.42297%;
      width: 46.28851%; }
      .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; } }

/*=============== Inner Wrap ===============*/
.inner-wrap {
  max-width: 71.875em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em; }
  .inner-wrap:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 40em) {
    .inner-wrap {
      padding: 2.5em 1.5em 2.5em 1.5em; } }

/*=============== Main Nav ===============*/
@media (min-width: 40em) {
  .nav-1 {
    width: 20.587759311833445%;
    text-align: left; }

  .nav-2 {
    width: 19.566312588386655%; }

  .nav-3 {
    width: 24.965485342435166%; }

  .nav-4 {
    width: 14.50995778706391%; }

  .nav-5 {
    width: 13.28929152445054%; }

  .nav-6 {
    width: 6.762204004380788%;
    text-align: right; } }
.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 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: "";
    display: inline block;
    position: absolute;
    top: .25em;
    bottom: auto;
    right: 8%;
    width: 16px;
    height: 16px;
    background-size: 0.75em 0.75em;
    background-repeat: no-repeat;
    background-position: center center; }
  .menu .level-1 li.has-subnav:hover > a:after {
    content: "";
    display: inline block;
    position: absolute;
    top: .25em;
    bottom: 0;
    right: 8%;
    width: 16px;
    height: 16px;
    background-size: 0.75em 0.75em;
    background-repeat: no-repeat;
    background-position: center center; }
  .menu > ul > li {
    display: inline-block;
    position: relative; }
    .menu > ul > li > ul {
      /* sub-menu level-2*/
      top: 1.5em;
      left: 0;
      width: 100%; }
  .menu > ul ul {
    position: absolute;
    top: 0;
    left: 12em;
    width: 17em; }
    .menu > ul ul li {
      position: relative; } }
.menu-link {
  width: 2em;
  height: 1.625em;
  float: right;
  margin: 0; }
  .menu-link span {
    display: block;
    height: 2.16666666666667em;
    padding-top: 1.4em;
    font-size: 0.75em;
    background: url(ico-nav.svg) top center no-repeat; }

.no-svg .menu-link span {
  background: url(ico-nav.png) center center no-repeat; }

.menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 400; }
  .menu a:visited {
    color: #fff; }
@media (min-width: 40em) {
  .menu {
    display: block;
    clear: both;
    padding-top: 1.5em;
    text-align: center; }
    .menu a {
      font-size: 1.125em; }
    .menu ul {
      padding: 0;
      margin: 0; }
    .menu li {
      display: block;
      float: left; } }
@media (min-width: 60em) {
  .menu {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0;
    float: right;
    clear: none; }
    .menu:last-child {
      margin-right: 0; } }

.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 {
        color: #fff !important;
        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(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; }
        .level-1 > li a:hover {
          color: #990050; }
      .level-1 > li:hover a {
        color: #990050; }
      .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;
            color: #fff !important;
            padding: .8em 1.8em;
            width: 17em;
            text-align: left;
            border-radius: 0px;
            background-color: #990050;
            color: #fff; }
            .level-1 > li > ul li a:hover {
              background-color: #990050; } }
@media (min-width: 60em) {
  .level-1 {
    text-align: center; } }
/*=============== Social Media ===============*/
.social-wrap {
  overflow: hidden; }
  .social-wrap a {
    display: block;
    float: left;
    width: 25%;
    text-align: center; }
    .social-wrap a:hover {
      opacity: .75; }
  .social-wrap img {
    display: inline-block;
	margin-top:5px;
    width: 1.1em;
    height: auto;
    vertical-align: middle; }

.social-wrap-dark {
  overflow: hidden; }
  .social-wrap-dark span {
    display: block;
    float: left;
    width: 25%;
    text-align: center; }
    .social-wrap-dark span:hover {
      opacity: .75; }
  .social-wrap-dark a {
    display: block;
    margin: 0 auto;
    height: 25px;
    width: 25px;
    background-color: darkgray;
    border-radius: 3px; }
  .social-wrap-dark img {
    display: inline-block;
    margin: 6px auto;
    width: 1.1em;
    height: auto;
    vertical-align: middle; }

/*=============== Design Patterns ===============*/
.smalltext-children p {
  font-size: 1em;
  line-height: 1.25em; }

.swipe {
  display: block;
  height: 6.25em;
  width: 6.25em;
  margin: 0 auto;
  background-image: url(ico-swipe-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999em; }
  @media (min-width: 40em) {
    .swipe {
      display: none; } }

.no-svg .swipe {
  background-image: url(ico-swipe-white.png); }

.post-meta {
  margin-bottom: 1em; }

.wp-pagenavi a, .wp-pagenavi span {
  border: 0 !important; }

.tablesaw thead {
  border-top: 1px solid darkgray;
  background-color: #eceff1; }
  .tablesaw thead th {
    color: #5280a7; }

.tablesaw-cell-label {
  color: #990050;
  display: block;
  width: 100%;
  clear: both; }

.tablesaw th, .tablesaw td {
  padding: .5em 0 !important;
  font-size: 0.9375em;
  vertical-align: top; }
  @media (min-width: 40em) {
    .tablesaw th, .tablesaw td {
      padding: .5em .7em !important; } }

.tablesaw-stack tbody tr:nth-child(2n+2) {
  background-color: #eceff1; }

.table-wrap {
  margin-bottom: 2em; }

.popup-page .inner-wrap {
  padding-top: 1em;
  padding-bottom: 1em; }
.popup-page .table {
  margin-bottom: 0; }
.popup-page .dark-module {
  background-color: #1e1c1b; }

@media (min-width: 40em) {
  .popup-page-logo {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 19.75788%; }
    .popup-page-logo:last-child {
      margin-right: 0; } }

@media (min-width: 40em) {
  .popup-page-header {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 77.07368%;
    margin-right: 0;
    font-size: 2.375em;
    margin-bottom: 0; }
    .popup-page-header:last-child {
      margin-right: 0; } }

.svg-wrapper {
  display: none;
  position: relative;
  width: 100%;
  padding-bottom: 65%;
  vertical-align: middle; }
  @media (min-width: 40em) {
    .svg-wrapper {
      display: inline-block; } }

.svg-wrapper svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer; }

/*=============== Tables ===============*/
.table {
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
  background: #f7f7f7; }

.thead {
  display: block; }

.table-row {
  display: block;
  width: 100%;
  background: #f7f7f7; }

.cell {
  display: block;
  padding: .5em .8em;
  vertical-align: top; }
  .cell p {
    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 {
    overflow: hidden; }

  .table-row {
    width: 50%;
    display: block;
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    border-top: 1px solid white;
    border-left: 1px solid white;
    float: left;
    /*
    &:nth-child(2n+1) {
    	background-color:red !important
    }*/ }

  .cell p {
    font-size: 1em; }

  .spec-col-1 {
    width: 40%;
    float: left; }

  .spec-col-2 {
    width: 60%;
    float: right; } }
/*=============== Calls to Action ===============*/
.btn-outline {
  display: block;
  border: 4px solid #990050;
  text-align: center;
  padding: 0.625em;
  color: #1e1c1b;
  font-weight: 500;
  position: relative;
  overflow: hidden; }
  .btn-outline b {
    font-weight: 500;
    color: #990050;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .btn-outline:before {
    content: '';
    display: block;
    position: absolute;
    background: #990050;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 100%;
    z-index: -1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .btn-outline:hover {
    color: white !important; }
    .btn-outline:hover b {
      color: white; }
    .btn-outline:hover:before {
      right: 0; }

.btn-purple, .page-intro-cta {
  display: block;
  border: 1px solid #660035;
  background-color: #990050;
  text-align: center;
  padding: 0.625em 1.5em;
  border-radius: 2px;
  color: #fff !important;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  width: 75%;
  margin: 0 auto;
  background-color: #990050;
  background-image: -webkit-linear-gradient(#990050, #660035);
  background-image: linear-gradient(#990050, #660035); }
  .btn-purple b, .page-intro-cta b {
    font-weight: 500;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .btn-purple:hover, .page-intro-cta:hover {
    color: white !important;
    background-color: #990050;
    background-image: -webkit-linear-gradient(#990050, #990050);
    background-image: linear-gradient(#990050, #990050); }
    .btn-purple:hover b, .page-intro-cta:hover b {
      color: white; }
  @media (min-width: 40em) {
    .btn-purple, .page-intro-cta {
      display: inline-block;
      width: auto; } }

.btn-fill {
  display: block;
  border: 1px solid #660035;
  background-color: #990050;
  text-align: center;
  padding: 0.625em;
  border-radius: 2px;
  color: #fff !important;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  max-width: 20em;
  margin: 0 auto;
  background-color: #990050;
  background-image: -webkit-linear-gradient(#990050, #660035);
  background-image: linear-gradient(#990050, #660035);
  text-decoration:none;
  	/*&:before {
  			content:'';
  			display:block;
  			position:absolute;
  			background:$purple;
  			width:100%;
  			top:0;
  			bottom:0;
  			right:100%;
  			z-index:-1;
  			@include transition (all .25s ease-in-out);
  
  		}*/ }
  .btn-fill b {
    font-weight: 500;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .btn-fill:hover {
    color: white !important;
    background-color: #990050;
    background-image: -webkit-linear-gradient(#990050, #990050);
    background-image: linear-gradient(#990050, #990050);
    /*&:before {
    	right:0;
    	//@include transform(translateY(50px));
    }*/ }
    .btn-fill:hover b {
      color: #fff !important; }

.cta-thumb {
  display: block;
  overflow: hidden; }
  .cta-thumb img {
    float: right; }
  .cta-thumb a {
    font-size: 1.3125em;
    overflow: hidden;
    font-weight: 500;
    color: #5280a7;
    display: block;
    background-color: #fff;
    position: relative;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    .cta-thumb a span {
      font-size: 0.75em;
      font-weight: 500;
      color: #990050;
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      transition: color 0.1s linear; }
    .cta-thumb a:hover {
      background-color: #990050;
      color: #fff; }
      .cta-thumb a:hover span {
        color: #fff; }

.cta-thumb-body {
  width: 70%;
  float: left;
  padding: 24px 0 24px 16px; }

.cta-thumb-img {
  width: 30%;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }
  .cta-thumb-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

/*=============== Slide in CTA ===============*/
#slidebox {
  padding: 10px  10px 10px 16px;
  position: fixed;
  bottom: 0;
  right: -430px;
  z-index: 1000; }

a.close {
  background: transparent url(http://cdn2.hubspot.net/hub/53/file-527841348-gif/close.gif?t=1402397452961) no-repeat top right;
  width: 13px;
  height: 13px;
  position: absolute;
  cursor: pointer;
  top: 11px;
  left: 17px; }

a.close:hover {
  background-position: 0 -13px; }

@media only screen and (max-device-width: 480px) {
  #slidebox {
    width: 100%; } }
/*=============== Header Modules ===============*/
.site-header-wrap {
  background-color: #1e1c1b; }

.site-header .inner-wrap {
  padding-top: 1em;
  padding-bottom: 1em; }
.site-header .site-logo {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 47.58542%; }
  .site-header .site-logo:last-child {
    margin-right: 0; }
.site-header .utility-nav nav {
  display: none; }
.site-header .utility-nav .ico-ph {
  display: none; }
.site-header .utility-nav .ico-search {
  margin-right: 1em;
  margin-left: 1em; }
@media (min-width: 40em) {
  .site-header .site-logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 25.36421%; }
    .site-header .site-logo:last-child {
      margin-right: 0; }
  .site-header .header-nav-wrap {
    margin-left: 6.39735%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0; }
    .site-header .header-nav-wrap:last-child {
      margin-right: 0; }
  .site-header .social-wrap {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 22.316%; }
    .site-header .social-wrap:last-child {
      margin-right: 0; }
  .site-header .utility-nav {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%; }
    .site-header .utility-nav:last-child {
      margin-right: 0; }
    .site-header .utility-nav nav {
      display: inline-block;
      margin-right: 1em; }
    .site-header .utility-nav .ico-ph {
      display: inline; }
    .site-header .utility-nav .ico-email {
      margin-right: 1em;
      margin-left: 1em; }
    .site-header .utility-nav .ico-search {
      margin-left: 0;
      margin-right: 0; } }

.utility-nav {
  color: #fff;
  text-align: right;
  line-height: 1.4375em;
  vertical-align: middle; }
  .utility-nav a {
    color: #fff; text-decoration:none;}
  .utility-nav nav {
    font-size: 0.875em;
    display: inline-block;
    line-height: 1.4375em;
    vertical-align: bottom; }

@media (min-width: 40em) {
  .site-logo {
    padding-top: 0.5em; } }

.ico-ph {
  font-size: 1.5em;
  display: inline-block;
  background-image: url(ico-ph.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 0.95833333333333em;
  height: 0.95833333333333em;
  line-height: 0.95833333333333em;
  font-weight: 400;
  color: #990050 !important;
  vertical-align: bottom; }
  .ico-ph:visited {
    color: #990050; }

.ico-search {
  display: inline-block;
  background-image: url(ico-search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.4375em;
  height: 1.4375em;
  line-height: 1.4375em;
  vertical-align: bottom; }

.ico-email {
  display: inline-block;
  background-image: url(ico-email.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.4375em;
  height: 1.4375em;
  line-height: 1.4375em;
  vertical-align: bottom; }

.no-svg .ico-ph {
  background-image: url(ico-ph.png); }
.no-svg .ico-search {
  background-image: url(ico-search.png); }
.no-svg .ico-email {
  background-image: url(ico-email.png); }

/*=============== Intro Module ===============*/
.site-intro {
  background-position: bottom center;
  background-color: #1e1c1b; }
  @media (min-width: 40em) {
    .site-intro {
      background-image: url(bg-tile.png);
      background-size: auto 100%; } }
  @media (min-width: 60em) {
    .site-intro .inner-wrap {
      height: 36.25em; } }

.site-intro-h1 {
  color: #fff;
  font-size: 1.5625em;
  margin-bottom: 0.64em; }
  .site-intro-h1 span {
    color: darkgray;
    font-size: 0.77777777777778em; }
  @media (min-width: 40em) {
    .site-intro-h1 {
      font-size: 2.8125em; }
      .site-intro-h1 span {
        font-size: 0.77777777777778em;
        font-weight: 300; } }

.site-intro-text {
  color: white;
  font-size: 1.125em;
  line-height: 1.44444444444444em;
  display: none;
  margin-bottom: 3em; }
  @media (min-width: 40em) {
    .site-intro-text {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      .site-intro-text:last-child {
        margin-right: 0; } }

.site-intro-ctas {
  clear: both; }
  .site-intro-ctas p {
    color: #fff;
    font-size: 1.3125em; }
  .site-intro-ctas .btn-outline {
    color: #fff;
    margin-bottom: 0.5em; }
    .site-intro-ctas .btn-outline span {
      font-size: 1.3125em; }
  @media (min-width: 40em) {
    .site-intro-ctas {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .site-intro-ctas:last-child {
        margin-right: 0; }
      .site-intro-ctas p {
        font-size: 1.625em;
        margin-bottom: 0.92307692307692em; }
      .site-intro-ctas .btn-outline {
        color: #1e1c1b;
        margin-bottom: 1.5em; }
        .site-intro-ctas .btn-outline span {
          font-size: 1.5em; } }

.page-intro-bg {
  background-position: bottom center;
  background-color: #1e1c1b; }
  .page-intro-bg h1 {
    margin-bottom: .5em !important; }
  @media (min-width: 40em) {
    .page-intro-bg {
      background-image: url(bg-tile.png);
      background-size: auto 100%; } }
  @media (min-width: 60em) {
    .page-intro-bg .inner-wrap {
      min-height: 36.25em; } }
  .page-intro-bg h1 {
    color: #fff;
    font-size: 1.5625em;
    margin-bottom: 0.64em !important; }
    .page-intro-bg h1 span {
      color: darkgray;
      font-size: 0.77777777777778em; }
    @media (min-width: 40em) {
      .page-intro-bg h1 {
        font-size: 2.8125em; }
        .page-intro-bg h1 span {
          font-size: 0.77777777777778em;
          font-weight: 300; } }
  .page-intro-bg .inner-wrap {
    padding: 1.5em 1em 1.5em 1em !important;
    position: relative; }
    @media (min-width: 40em) {
      .page-intro-bg .inner-wrap {
        padding: 2.5em 1.5em 2.5em 1.5em !important; } }

.page-intro-cta {
  margin-top: 1em; }
  @media (min-width: 40em) {
    .page-intro-cta {
      position: absolute;
      bottom: 2.5em;
      right: 1.5em; } }

.page-intro .inner-wrap {
  padding-bottom: 0; }
  .page-intro .inner-wrap h1 {
    margin-bottom: .5em; }
  @media (min-width: 40em) {
    .page-intro .inner-wrap h1 {
      margin-bottom: 0; } }

.page-intro-subheader {
  color: #1e1c1b;
  font-size: 1.125em;
  line-height: 1.44444444444444em; }
  @media (min-width: 40em) {
    .page-intro-subheader {
      color: white;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      .page-intro-subheader:last-child {
        margin-right: 0; } }

.page-intro-text {
  color: #1e1c1b;
  line-height: 1.44444444444444em;
  background-color: rgba(0, 0, 0, 0.25); }
  .page-intro-text > *:last-child {
    margin-bottom: 0; }
  .page-intro-text ul {
    padding: 0 0 0 1em;
    font-size: 0.875em; }
  @media (min-width: 40em) {
    .page-intro-text {
      padding: 1em;
      overflow: hidden;
      color: white;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      .page-intro-text:last-child {
        margin-right: 0; } }

.page-intro-ctas {
  clear: both; }
  .page-intro-ctas p {
    color: #fff;
    font-size: 1.3125em; }
  .page-intro-ctas .btn-outline {
    color: #fff;
    margin-bottom: 0.5em; }
    .page-intro-ctas .btn-outline span {
      font-size: 1.3125em; }
  @media (min-width: 40em) {
    .page-intro-ctas {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .page-intro-ctas:last-child {
        margin-right: 0; }
      .page-intro-ctas p {
        font-size: 1.625em;
        margin-bottom: 0.92307692307692em; }
      .page-intro-ctas .btn-outline {
        color: #1e1c1b;
        margin-bottom: 1.5em; }
        .page-intro-ctas .btn-outline span {
          font-size: 1.5em; } }

/*=============== Social Module ===============*/
.social-module {
  background-color: #eceff1;
  border-top: 1px solid #fff; }
  .social-module h3 {
    color: #5280a7; }
  .social-module .section-wrap {
    background-color: #fff;
    padding: 1em 0; }
    .social-module .section-wrap a {
      display: block;
      padding: 0 1em;
      color: #1e1c1b;
      -webkit-transition: background-color 0.1s linear;
      -moz-transition: background-color 0.1s linear;
      transition: background-color 0.1s linear; }
      .social-module .section-wrap a:hover {
        background-color: #990050;
        color: #fff; }
    .social-module .section-wrap p {
      margin-bottom: .75em; }
  .social-module .cta-thumb {
    margin-bottom: 1.3em; }
    .social-module .cta-thumb:last-child {
      margin-bottom: 0; }
  @media (min-width: 40em) {
    .social-module h3 {
      margin-top: 0; }
    .social-module .section-wrap {
      min-height: 13.4375em; } }

/*=============== Product Module ===============*/
.product-carousel {
  position: relative !important;
  z-index: 1; }

.product-item {
  display: block;
  border: 4px solid #7c0045;
  position: relative;
  padding: 0.5em 4em 0.5em 1em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  margin-bottom: 1em; }
  .product-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1.875em;
    width: 1.875em;
    background-color: #7c0045;
    background-image: url(ico-arrowright-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.9375em 0.9375em;
    z-index: -1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .product-item:before {
    content: '';
    display: block;
    position: absolute;
    background: #7c0045;
    width: 100%;
    top: 100%;
    bottom: 0;
    left: 100%;
    z-index: -1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .product-item:hover:after {
    background-size: 1.5625em 1.5625em; }
  .product-item:hover:before {
    left: 0;
    top: 0; }
  @media (min-width: 40em) {
    .product-item {
      margin-bottom: 0;
      padding: 1em 2em 0.5em 2em; } }

.no-svg .product-item:after {
  background-image: url(ico-arrowright-white.png); }

.product-header {
  font-size: 1.3125em;
  color: white;
  margin: 0;
  text-align: left;
  float: right;
  width: 75%; }
  @media (min-width: 40em) {
    .product-header {
      font-size: 1.4375em;
      font-size: 1.25em;
      text-align: center;
      float: none;
      width: auto; } }
  @media (min-width: 60em) {
    .product-header {
      height: 2.75em;
      line-height: 2.75em; }
      .product-header span {
        display: inline-block;
        line-height: 1.5em; } }

.product-img {
  display: block;
  float: left;
  width: 20%;
  margin-right: 5%; }
  @media (min-width: 40em) {
    .product-img {
      width: 100%;
      float: none;
      margin-right: 0; } }

/*=============== Module Wraps ===============*/
.inverted-module {
  background-color: #990050;
  background-image: url(bg-stripe.png);
  color: #fff; }
  .inverted-module .section-header {
    color: darkgray;
    font-weight: 300; }
    .inverted-module .section-header strong {
      color: #fff;
      font-weight: 500; }

.section-header {
  font-size: 1.6875em;
  margin-bottom: 0.75em;
  margin-top: 0; }
  @media (min-width: 40em) {
    .section-header {
      font-size: 2.625em; } }

/*=============== Footer Related ===============*/
.site-footer {
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #dddddd; }
  .site-footer p {
    color: gray; }
  .site-footer .social-wrap-dark {
    font-size: 0.875em;
    width: 13em;
    margin: 0 auto; }
.site-footer a {
    color: #990050;
    text-decoration: none;
}
  .site-footer a:hover {
    color: #990050; }

.footer-nav {
  margin-bottom: 1em; }
  .footer-nav a {
    color: #1e1c1b; }
    .footer-nav a:visited {
      color: #1e1c1b; }
  .footer-nav ul {
    text-align: center;
    margin: 0;
    padding: 0;
    overflow: hidden; }
  .footer-nav li {
    display: block;
    padding: 0;
    width: 50%;
    float: left;
    margin-bottom: 0.5em; }
  @media (min-width: 40em) {
    .footer-nav ul {
      text-align: center;
      margin: 0;
      padding: 0; }
    .footer-nav li {
      display: inline-block;
      padding: 0 1em;
      width: auto;
      float: none; } }

/*=============== Site Content ===============*/
.site-content {
  background-color: #fff; }

@media (min-width: 60em) {
  .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .site-content-primary:last-child {
      margin-right: 0; } }

@media (min-width: 60em) {
  .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-right: 0;
	text-align:left;}
    .site-content-secondary:last-child {
      margin-right: 0; } }
.site-content-secondary .cta-thumb {
  margin-bottom: 1.5em; }
  .site-content-secondary .cta-thumb a {
    border: 2px solid #dddddd; }

/* ========================================================================================================================

Flexible Content

======================================================================================================================== */
.additional-content {
  display: block;
  clear: both;
  overflow: hidden;
  margin-top: 1.5em; }

/*=============== Product Intro ===============*/
.product-intro {
  margin-bottom: 1.5em; }
  .product-intro h2 {
    font-size: 1.5em; }

.product-intro-img {
  text-align: center; }
  .product-intro-img .red-btn {
    margin-top: 1em;
    margin-bottom: 1em; }
  @media (min-width: 40em) {
    .product-intro-img {
      float: left;
      padding-right: 1em;
      padding-bottom: 1em; } }
  @media (min-width: 60em) {
    .product-intro-img {
      padding: 0; } }

.product-intro-img-additional {
  display: inline-block;
  margin-top: .25em; }
  .product-intro-img-additional img {
    width: 5em;
    height: auto; }

.product-intro-text > * {
  margin-top: 0; }
@media (min-width: 40em) {
  .product-intro-text {
    clear: both; } }
@media (min-width: 60em) {
  .product-intro-text {
    clear: none !important; } }

.product-intro-additional {
  font-size: .75em;
  text-align: center; }
  .product-intro-additional ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .product-intro-additional li {
    margin: 0 0 .75em 0;
    padding: 0; }
  @media (min-width: 40em) {
    .product-intro-additional {
      font-size: .75em;
      text-align: left; } }
  .product-intro-additional > * {
    margin-top: 0; }
  @media (min-width: 60em) {
    .product-intro-additional {
      float: right !important; } }

/*=============== Double Columns ===============*/
.double-columns > * > *:first-child {
  margin-top: 0; }

/*=============== Search ===============*/
.search-link-mobile {
  width: 2em;
  float: right;
  background: none;
  text-decoration: none;
  margin-right: 1em; }
  .search-link-mobile span {
    font-size: 0.8125em;
    display: block;
    height: 2em;
    background: url(ico-search-dark.svg) center center no-repeat;
    color: #000;
    text-align: center;
    padding-top: 1.6em; }

.no-svg .search-link-mobile span {
  background: url(ico-search-dark.png) center center no-repeat; }

.search-wrap {
  overflow: hidden;
  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; }
  .search-wrap.active {
    max-height: 20em; }
  .search-wrap .inner-wrap {
    position: relative; }
  .search-wrap p {
    margin-top: 0;
    margin-bottom: 1em; }
  .search-wrap .search-form {
    margin-bottom: 1em; }
  @media (min-width: 40em) {
    .search-wrap p {
      font-size: 1.3125em;
      text-align: right;
      margin-top: 5px;
      margin-bottom: 0; }
    .search-wrap .search-form {
      margin-bottom: 0; } }

.search-exit {
  position: absolute;
  top: 0.125em;
  right: 1.5em;
  width: 1.0625em;
  height: 1.0625em;
  display: none; }
  @media (min-width: 40em) {
    .search-exit {
      top: 0.25em;
      display: block; } }
  @media (min-width: 60em) {
    .search-exit {
      right: 1.5em; } }

.search-table {
  display: table;
  width: 100%;
  padding: 0; }

.search-row {
  display: table-row;
  width: 100%; }

.search-cell1 {
  display: table-cell; }

.search-cell2 {
  display: table-cell;
  width: 3.5em;
  border: 1px solid #000;
  background-color: #990050; }
  .search-cell2:hover {
    background-color: #990050; }

.search-text {
  width: 100%;
  height: 2.625em;
  border: 1px solid #fff;
  float: left;
  padding-left: .5em; }

.search-submit {
  display: block !important;
  width: 100% !important;
  height: 2.625em;
  border: 0;
  float: right;
  background: url(ico-search.svg) no-repeat center center !important; }

.no-svg .search-submit {
  background: url(ico-search.png) no-repeat center center !important; }

@media (min-width: 40em) {
  .search-text {
    width: 100%;
    border: 1px solid #fff;
    float: left;
    padding-left: .5em; }

  .search-submit {
    width: 100%;
    border: 0;
    float: right;
    background: url(ico-search.svg) no-repeat center center;
    background-size: 1em 1em; } }
@media (min-width: 60em) {
  .search-text {
    width: 100%;
    border: 1px solid #fff;
    float: left;
    padding-left: .5em; } }
.catalog-aside-nav h3 a {
  color: #5280a7; }
  .catalog-aside-nav h3 a:hover {
    color: #990050; }
.catalog-aside-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5em 0; }
  .catalog-aside-nav ul li {
    display: block;
    padding: 0.5em 0 0 0; }
  .catalog-aside-nav ul a {
    display: block;
    color: #1e1c1b;
    background-image: url(ico-arrowright-purple.svg);
    background-size: 0.625em 0.625em;
    background-repeat: no-repeat;
    background-position: 0 .5em;
    padding-left: .75em;
	text-decoration:none;}
    .catalog-aside-nav ul a:hover {
      color: #990050; }

.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; }

.nomargin-bottom {
  margin-bottom: 0; }

.nomargin-top {
  margin-top: 0; }

.nopadding-bottom {
  padding-bottom: 0; }

.nopadding-top {
  padding-top: 0; }

@media (min-width: 40em) {
  .br-medium-up {
    display: block; } }

@media (max-width: 40em) {
  .br-small-only {
    display: block; } }
@media (min-width: 40em) {
  .br-small-only {
    display: inline; } }

/*=== 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; }

/* 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-next {
  display: none; }

.flex-direction-nav .flex-prev {
  display: none; }

@media (min-width: 40em) {
  .flex-direction-nav .flex-prev {
    font-size: .5em;
    left: -5em;
    display: block;
    text-indent: -999em;
    display: block;
    height: 4.0625em;
    width: 4.0625em;
    border-radius: 100%;
    background-image: url(ico-arrowleft-purple.svg);
    background-position: center center;
    /*background-color:$blue;*/
    background-size: 2.8125em 2.8125em;
    background-repeat: no-repeat;
    border-bottom: 0; }

  .flex-direction-nav .flex-next {
    font-size: .5em;
    right: -5em;
    text-indent: -999em;
    display: block;
    height: 4.0625em;
    width: 4.0625em;
    border-radius: 100%;
    background-image: url(ico-arrowright-purple.svg);
    background-position: center center;
    /*background-color:$blue;*/
    background-size: 2.8125em 2.8125em;
    background-repeat: no-repeat;
    border-bottom: 0;
    /*border:3px solid $purpledark;*/ } }
.no-svg .flex-direction-nav .flex-prev {
  background-image: url(ico-arrowleft-purple.png); }
.no-svg .flex-direction-nav .flex-next {
  background-image: url(ico-arrowright-purple.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);
  background: transparent !important; }

.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; }

/*! 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; } }

.site-content-secondary h3 {
    font-size: 1.3125em;
    font-weight: 500;
    margin-bottom: 0.444444em;
    color: #5280a7;
   margin-top: 1.33333em;
    font-family: "Ubuntu",sans-serif;
    line-height: 1.25em;
}

.catalog-aside-nav h3 a {
    color: #5280a7;
    text-decoration: none;
}
