@charset "UTF-8";
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,400,700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
pre {
  margin: 1em 0;
}

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct 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. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve 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 */
}

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove 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],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove 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. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@viewport {
  zoom: 1;
  width: device-width;
}
div#at4-share {
  padding: 0 !important;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 62.5%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
img {
  width: 100%;
  height: auto;
}

img.round {
  border-radius: 50%;
}

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

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

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

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

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:640px) and (max-width:1023px)/";
  width: 640px;
}

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

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

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

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

a:hover {
  cursor: pointer;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

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

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

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

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

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

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

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

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

@media only screen {
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  .small-3 {
    position: relative;
    width: 25%;
  }

  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  .small-6 {
    position: relative;
    width: 50%;
  }

  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

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

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

  .column.small-centered,
.columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

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

  .column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
    float: right !important;
  }
}
@media only screen and (min-width: 640px) {
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-1 {
    position: relative;
    width: 8.33333%;
  }

  .medium-2 {
    position: relative;
    width: 16.66667%;
  }

  .medium-3 {
    position: relative;
    width: 25%;
  }

  .medium-4 {
    position: relative;
    width: 33.33333%;
  }

  .medium-5 {
    position: relative;
    width: 41.66667%;
  }

  .medium-6 {
    position: relative;
    width: 50%;
  }

  .medium-7 {
    position: relative;
    width: 58.33333%;
  }

  .medium-8 {
    position: relative;
    width: 66.66667%;
  }

  .medium-9 {
    position: relative;
    width: 75%;
  }

  .medium-10 {
    position: relative;
    width: 83.33333%;
  }

  .medium-11 {
    position: relative;
    width: 91.66667%;
  }

  .medium-12 {
    position: relative;
    width: 100%;
  }

  .medium-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .medium-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .medium-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .medium-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .medium-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .medium-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .medium-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .medium-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .medium-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .medium-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .medium-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

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

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

  .column.medium-centered,
.columns.medium-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

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

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

  .column.large-centered,
.columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

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

  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right !important;
  }
}
@media only screen and (min-width: 1440px) {
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xlarge-1 {
    position: relative;
    width: 8.33333%;
  }

  .xlarge-2 {
    position: relative;
    width: 16.66667%;
  }

  .xlarge-3 {
    position: relative;
    width: 25%;
  }

  .xlarge-4 {
    position: relative;
    width: 33.33333%;
  }

  .xlarge-5 {
    position: relative;
    width: 41.66667%;
  }

  .xlarge-6 {
    position: relative;
    width: 50%;
  }

  .xlarge-7 {
    position: relative;
    width: 58.33333%;
  }

  .xlarge-8 {
    position: relative;
    width: 66.66667%;
  }

  .xlarge-9 {
    position: relative;
    width: 75%;
  }

  .xlarge-10 {
    position: relative;
    width: 83.33333%;
  }

  .xlarge-11 {
    position: relative;
    width: 91.66667%;
  }

  .xlarge-12 {
    position: relative;
    width: 100%;
  }

  .xlarge-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .xlarge-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .xlarge-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .xlarge-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .xlarge-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .xlarge-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .xlarge-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .xlarge-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .xlarge-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .xlarge-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .xlarge-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

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

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

  .column.xlarge-centered,
.columns.xlarge-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.xlarge-uncentered,
.columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.xlarge-uncentered.opposite,
.columns.xlarge-uncentered.opposite {
    float: right !important;
  }
}
@media only screen and (min-width: 120.063em) {
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xxlarge-1 {
    position: relative;
    width: 8.33333%;
  }

  .xxlarge-2 {
    position: relative;
    width: 16.66667%;
  }

  .xxlarge-3 {
    position: relative;
    width: 25%;
  }

  .xxlarge-4 {
    position: relative;
    width: 33.33333%;
  }

  .xxlarge-5 {
    position: relative;
    width: 41.66667%;
  }

  .xxlarge-6 {
    position: relative;
    width: 50%;
  }

  .xxlarge-7 {
    position: relative;
    width: 58.33333%;
  }

  .xxlarge-8 {
    position: relative;
    width: 66.66667%;
  }

  .xxlarge-9 {
    position: relative;
    width: 75%;
  }

  .xxlarge-10 {
    position: relative;
    width: 83.33333%;
  }

  .xxlarge-11 {
    position: relative;
    width: 91.66667%;
  }

  .xxlarge-12 {
    position: relative;
    width: 100%;
  }

  .xxlarge-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .xxlarge-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .xxlarge-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .xxlarge-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .xxlarge-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .xxlarge-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .xxlarge-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .xxlarge-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .xxlarge-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .xxlarge-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .xxlarge-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

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

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

  .column.xxlarge-centered,
.columns.xxlarge-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.xxlarge-uncentered,
.columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.xxlarge-uncentered.opposite,
.columns.xxlarge-uncentered.opposite {
    float: right !important;
  }
}
[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1;
}

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

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

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

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem;
  }

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

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 640px) {
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .medium-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .medium-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .medium-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .medium-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .medium-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .medium-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .medium-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .medium-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .medium-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .medium-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem;
  }

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

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem;
  }

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

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

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem;
  }

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

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.fbg-container-fluid,
.fbg-container {
  margin-right: auto;
  margin-left: auto;
}

.fbg-container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.fbg-row {
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.fbg-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fbg-col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .fbg-container {
    max-width: 49rem;
  }

  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .fbg-container {
    max-width: 65rem;
  }

  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .fbg-container {
    max-width: 76rem;
  }

  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* =====================  SASS Variables */
/* =====================  Fonts */
/* Proxima Nova from Typekit at 300, 400, 500, 600, 700 */
body {
  font-family: "Merriweather", serif;
}

/* ===================== v1 Typography =====================  */
p {
  font-family: "Merriweather", serif;
  color: #666;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 0;
  margin: 0 0 0.8em;
  word-spacing: 0.1em;
  text-shadow: none !important;
}

p.add-pad {
  padding: 0 0 1em;
}

h1, h2, h3, h4, h5 {
  color: #00bbff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0 0 0.4em;
  text-shadow: none !important;
}

.collapse {
  padding: 0 !important;
  margin: 0 !important;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

h1 b, h2 b, h3 b, h4 b, h5 b {
  font-style: normal;
  font-weight: 600;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  font-style: normal;
  color: #00bbff;
  cursor: pointer;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  color: #008cbf;
}

h1 {
  font-size: 3em;
  line-height: 1em;
}

h2 {
  font-size: 2.4em;
  line-height: 1em;
}

h3 {
  font-size: 2em;
  line-height: 1em;
}

h4 {
  font-size: 1.8em;
  line-height: 1.1em;
}

h5 {
  font-size: 1.6em;
  line-height: 1.1em;
  color: #666;
}

.nopad {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  font-weight: normal;
  color: #00bbff;
}

a:hover {
  color: #008cbf;
}

.button {
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  width: auto;
  color: #fff;
  background: #00bbff;
  padding: 0.8em 1.2em;
  margin: 0 0 5px;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.button:hover {
  color: #fff;
  background: #008cbf;
}

.button.set {
  min-width: 180px;
  text-align: center;
}

.home-title {
  text-align: left;
}
@media only screen and (min-width: 640px) {
  .home-title {
    text-align: center;
  }
}

/* Responsive Line Breaks */
.rwd-break {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .rwd-break {
    display: inherit;
  }
}

/* ===================== v2 Typography =====================  */
.v2-theme .text-blue {
  color: #00bbff;
}
.v2-theme .text-yellow {
  color: #f7cc47;
}
.v2-theme .text-wine {
  color: #6b3441;
}
.v2-theme .text-green {
  color: #687645;
}
.v2-theme .text-gray {
  color: #afafaf;
}
.v2-theme .text-orange {
  color: #b9704e;
}
.v2-theme .text-orange-bright {
  color: #ff9d3a;
}
.v2-theme .text-white {
  color: #fff;
}
.v2-theme .text-header {
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
}
.v2-theme .text-center {
  text-align: center;
}
.v2-theme p {
  padding: 0;
  margin: 0 0 1rem;
  font-family: "Merriweather", serif;
  font-weight: 300;
  color: #000;
  font-size: 1rem;
  line-height: 1.6em;
  word-spacing: 0;
}
.v2-theme b {
  font-weight: 700;
}
.v2-theme p.big {
  font-size: 1.2rem;
}
.v2-theme p.small {
  font-size: 0.8rem;
}
.v2-theme p.proxima {
  font-family: "proxima-nova", sans-serif;
}
.v2-theme h1, .v2-theme h2, .v2-theme h3, .v2-theme h4, .v2-theme h5 {
  padding: 0;
  margin: 0 0 1rem;
  font-family: "proxima-nova", sans-serif;
  color: #000;
  font-weight: 300;
}
.v2-theme h1, .v2-theme .h1 {
  font-size: 2.6rem;
  letter-spacing: -0.1rem;
  line-height: 1em;
}
@media only screen and (min-width: 768px) {
  .v2-theme h1, .v2-theme .h1 {
    font-size: 3.2rem;
  }
}
.v2-theme h2, .v2-theme .h2 {
  font-size: 2rem;
  line-height: 1.2em;
}
.v2-theme h3, .v2-theme .h3 {
  font-size: 1.8rem;
  line-height: 1.2em;
}
.v2-theme h4, .v2-theme .h4 {
  font-size: 1.6rem;
  line-height: 1.2em;
}
.v2-theme h5 {
  font-size: 1.4rem;
}
.v2-theme .button {
  display: inline-block;
  margin: 0;
  padding: 0.65rem 0.5rem;
  line-height: normal;
  height: auto;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #00bbff;
  letter-spacing: 0.1rem;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
@media only screen and (min-width: 1024px) {
  .v2-theme .button {
    padding: 1rem 1.75rem;
  }
}
.v2-theme .button:hover {
  color: #fff;
  background: #008cbf;
}
.v2-theme .button.small {
  padding: 0.65rem 0.5rem;
  font-size: 0.8rem;
}
@media only screen and (min-width: 1024px) {
  .v2-theme .button.small {
    padding: 0.8rem 1.5rem;
  }
}
.v2-theme .button.outline {
  background: none;
  border: solid #fff 2px;
}
.v2-theme .button.outline:hover {
  background: #fff;
  color: #008cbf;
}
.v2-theme .button.yellow {
  font-weight: 700;
  color: #000;
  background: #f7cc47;
}
.v2-theme .button.yellow:hover {
  color: #f7cc47;
  background: #000;
}
.v2-theme .button.orange {
  font-weight: 700;
  color: #fff;
  background: #ff7b2d;
}
.v2-theme .button.orange:hover {
  background: #cc4a00;
}
.v2-theme .button.black {
  font-weight: 700;
  color: #fff;
  background: #000;
}
.v2-theme .button.black:hover {
  background: #cc4a00;
}

img {
  width: 100%;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a.logo {
  display: block;
  width: 140px;
  margin: 1rem 0;
}
@media only screen and (min-width: 1024px) {
  a.logo {
    width: 260px;
  }
}

/* ===================== Navigation =====================  */
.megaMenu {
  display: none;
  position: absolute;
  width: 100%;
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  padding: 1em 0 1.2em;
  z-index: 100;
}
.megaMenu .megaCenter {
  position: relative;
  width: 580px;
  margin: 0 auto;
}
.megaMenu ul {
  float: left;
  margin: 0;
  padding: 0 40px 0 0;
  font-size: 1.3em;
  list-style: none;
}
.megaMenu ul li {
  color: #ddd;
  margin: 0 0 0.2em;
}
.megaMenu ul .menuTitle {
  font-size: 0.9em;
  margin: 0.4em 0 0.1em;
  color: #fff;
}
.megaMenu ul a {
  font-size: 1em !important;
  margin: 0;
  color: #aaa;
  font-weight: 300;
  letter-spacing: 1px;
}
.megaMenu ul a:hover {
  color: #00bbff;
}
.megaMenu ul.last {
  padding: 0;
}

nav {
  display: none;
}
@media only screen and (min-width: 640px) {
  nav {
    margin-top: 0.5rem;
    display: block;
  }
}
nav > a {
  display: none;
}
nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
nav ul li {
  position: relative;
  height: 100%;
}
nav ul li:last-child {
  border-right: 0px;
}
nav ul li:hover .megaMenu {
  display: block;
}
nav ul li ul.active {
  display: block;
}
nav ul li a {
  margin: 0 1em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.3em;
  line-height: 1em;
  letter-spacing: 0;
  color: #000;
}
@media only screen and (min-width: 1024px) {
  nav ul li a {
    font-size: 1.5em;
    letter-spacing: 0.05rem;
  }
}
nav ul li a.donate {
  background-color: #f7cc47;
  color: #333;
  font-weight: 700;
  padding: 0.5rem 1rem;
}
nav ul li a.donate:hover {
  background-color: #333;
  color: #f7cc47 !important;
}

#megaNav a:hover {
  color: #00bbff;
}

a.megaClose {
  position: absolute;
  top: 0;
  right: -30px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2em;
  color: #00bbff;
}
a.megaClose:hover {
  color: #00bbff;
}

/* ===================== Responsive Navigation =====================  */
.mobileNavWrap {
  margin: 0;
}
.mobileNavWrap .container {
  display: flex;
}

.mobile-donate a.donate {
  position: absolute;
  top: 18px;
  right: 35px;
  display: block;
  margin: 0;
  padding: 0.3rem 0.5rem;
  line-height: normal;
  height: auto;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  color: #000;
  background: #f7cc47;
  letter-spacing: 0.1rem;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.mobile-donate a.donate:hover {
  color: #f7cc47;
  background: #000;
}
@media only screen and (min-width: 640px) {
  .mobile-donate a.donate {
    display: none;
  }
}

.mobile-donate-search {
  position: absolute;
  display: flex;
  align-items: center;
  top: 18px;
  right: 30px;
}
.mobile-donate-search a.donate {
  display: block;
  margin: 0;
  padding: 0.3rem 0.5rem;
  line-height: normal;
  height: auto;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  color: #000;
  background: #f7cc47;
  letter-spacing: 0.1rem;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.mobile-donate-search a.donate:hover {
  color: #f7cc47;
  background: #000;
}
.mobile-donate-search .searchLink {
  margin-left: 0.5rem;
}
@media only screen and (min-width: 640px) {
  .mobile-donate-search {
    display: none;
  }
}

.menu-button {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 1.6em;
  color: #555;
}

.mobileNav {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  clear: both;
}
@media only screen and (min-width: 640px) {
  .mobileNav {
    display: none;
  }
}
.mobileNav a {
  display: none;
}
.mobileNav a:hover {
  color: #00bbff;
}
.mobileNav ul {
  padding: 0;
  margin: 0;
}
.mobileNav > ul > li {
  float: none;
  height: 100%;
  border-right: none;
}
.mobileNav > ul > li a {
  margin: 0;
}
.mobileNav li {
  position: relative;
}
.mobileNav li a {
  font-size: 1.6em;
  color: #555;
}
.mobileNav li:hover .megaMenu {
  display: block;
}
.mobileNav li ul.active {
  display: block;
}
.mobileNav .donate a {
  color: #008cbf;
  font-weight: 400;
  letter-spacing: 1px;
}

/* ===================== Search =====================  */
.search-container {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 1000;
}

.searchLink {
  display: inline-block;
  width: 18px;
  height: 18px;
}

.search-box {
  background-color: #eee;
  max-width: 700px;
  margin: 0 auto;
}
.search-box form#search {
  padding: 0.5rem 0.75rem;
  display: flex;
}
.search-box form#search input {
  height: 2rem;
  background-color: #eee;
  font-size: 1.2rem;
  width: calc(100% - 2rem);
  padding: 0;
  border: none;
  outline: none;
}
.search-box form#search button.search-button {
  height: 2rem;
  width: 2rem;
  padding: 0.3rem;
  margin: 0;
  display: block;
  background-color: inherit;
  line-height: inherit;
}
.search-box form#search button.search-button:hover {
  background-color: #00bbff;
}
.search-box form#search button.search-button img {
  height: 1.4rem;
  width: 1.4rem;
}

/*  Homepage Slider (Royal Slider - http://dimsemenov.com/plugins/royal-slider/) =====================  */
#full-width-slider, #gallery-slider {
  width: 100%;
  color: #000;
}
#full-width-slider img, #gallery-slider img {
  width: 100%;
  height: auto;
}

.coloredBlock {
  padding: 12px;
  background: rgba(255, 0, 0, 0.6);
  color: #FFF;
  width: 200px;
  left: 20%;
  top: 5%;
}

.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}

.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  left: 30px;
  right: auto;
}

.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}

.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}

.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}

.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25;
}

.photosBy a {
  color: #000;
}

.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

@media screen and (min-width: 1200px) {
  .heroSlider .rsOverflow,
.royalSlider.heroSlider {
    height: 440px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .heroSlider .rsOverflow,
.royalSlider.heroSlider {
    height: 400px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .heroSlider .rsOverflow,
.royalSlider.heroSlider {
    height: 360px !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 640px) {
  .royalSlider.heroSlider,
.royalSlider.heroSlider .rsOverflow {
    height: 320px !important;
  }
}
@media screen and (min-width: 361px) and (max-width: 480px) {
  .royalSlider.heroSlider,
.royalSlider.heroSlider .rsOverflow {
    height: 260px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 360px) {
  .royalSlider.heroSlider,
.royalSlider.heroSlider .rsOverflow {
    height: 180px !important;
  }
}
/* ===================== Core Structure =====================  */
.hide-mobile {
  display: none;
}
@media only screen and (min-width: 640px) {
  .hide-mobile {
    display: inherit;
  }
}

.container {
  position: relative;
  width: 90%;
  padding: 0;
  margin: 0 auto;
}

.bgd-blue-light {
  background-color: #8fd0f2;
}

.container.pad2, fbg-container.pad2 {
  padding: 2rem 0;
}

.container.pad4, fbg-container.pad4 {
  padding: 4rem 0;
}

.container.pad6, fbg-container.pad6 {
  padding: 6rem 0;
}

.spacer2 {
  display: block;
  width: 100%;
  height: 2rem;
}

.spacer4 {
  display: block;
  width: 100%;
  height: 2rem;
}
@media only screen and (min-width: 768px) {
  .spacer4 {
    height: 4rem;
  }
}

.spacer6 {
  display: block;
  width: 100%;
  height: 2rem;
}
@media only screen and (min-width: 768px) {
  .spacer6 {
    height: 6rem;
  }
}

.spacer8 {
  display: block;
  width: 100%;
  height: 2rem;
}
@media only screen and (min-width: 768px) {
  .spacer8 {
    height: 8rem;
  }
}

.center {
  text-align: center;
}

.pageHeader hr:first-of-type {
  margin-top: 0 !important;
}
.pageHeader h1 {
  font-size: 2.2rem;
  color: #00bbff;
  font-weight: 300;
  letter-spacing: normal;
}

hr {
  height: 7px;
  margin: 2em 0;
  width: 100%;
  background: url(../images/interface/bgd_hr.gif) repeat-x;
  background-position: center top;
  border: none;
}

hr.line {
  background: none;
  border-bottom: 1px solid #333;
}

ul.sort {
  list-style: none;
  position: relative;
  top: 0;
  right: 0;
  padding: 0;
  margin: 1em 0;
}
ul.sort li {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  color: #666;
  font-size: 1em;
  float: left;
  margin-left: 4px;
}
ul.sort li a {
  display: block;
  color: #888;
  background: #eee;
  padding: 0.5em 0.8em;
  margin: 0 0 4px;
}
ul.sort li a:hover {
  color: #fff;
  background: #008cbf;
}
ul.sort li a.active {
  color: #fff;
  background: #00bbff;
}
ul.sort .key {
  margin: 0;
  padding: 0.5em 0.5em 0 0;
}

@media only screen and (min-width: 640px) {
  .container {
    width: 90%;
    padding: 0;
  }
  .container ul.sort {
    position: absolute;
    top: 30px;
    right: 0px;
    padding: 0;
    margin: 0;
  }
  .container ul.sort li, .container ul.sort li:last-child {
    margin-left: 0;
    margin-right: 1em;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
/* ===================== V2 Home Message Banner =====================  */
.messageBanner {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0.5rem 1rem;
  background: #8fd0f2;
}
@media only screen and (min-width: 1024px) {
  .messageBanner {
    padding: 1.4rem 0;
  }
}
.messageBanner p {
  margin: 0;
  color: #000;
  font-size: 1rem;
  line-height: 1em;
}
@media only screen and (min-width: 1024px) {
  .messageBanner p {
    font-size: 1.2rem;
  }
}
.messageBanner a {
  color: #000;
  text-decoration: underline;
}
.messageBanner a:hover {
  color: #fff;
}

.hero {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30% center;
}
@media only screen and (min-width: 640px) {
  .hero {
    background-position: center center;
  }
}
@media only screen and (min-width: 1024px) {
  .hero .fbg-row {
    min-height: 800px;
  }
}
.hero .hero-content-container {
  display: flex;
  justify-content: flex-end;
}
.hero .hero-content {
  margin: 2rem 0;
  padding: 2rem 2rem;
  background: rgba(0, 187, 255, 0.9);
  text-align: center;
  width: 550px;
  height: auto;
}
@media only screen and (min-width: 640px) {
  .hero .hero-content {
    padding: 4rem 4rem;
  }
}
.hero .hero-content .hero-headline {
  color: #fff;
  font-size: 2.6em;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 640px) {
  .hero .hero-content .hero-headline {
    font-size: 4em;
  }
}
.hero .hero-content .hero-headline span {
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (min-width: 640px) {
  .hero .hero-content .hero-headline span {
    font-size: 2rem;
  }
}
.hero .hero-content .hero-copy {
  color: #fff;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.1em;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 640px) {
  .hero .hero-content .hero-copy {
    font-size: 2.5em;
    line-height: 1.2em;
  }
}
.hero .hero-content .down-arrow {
  margin-top: 1rem;
  display: inline-block;
  width: 3rem;
  webkit-animation: action 0.5s infinite alternate;
  animation: action 0.5s infinite alternate;
}
@-webkit-keyframes action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.how-we-serve {
  display: block;
  width: 100%;
  background-image: url(../../images/uploads/homepage/burlap-texture.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 400px;
  padding: 4rem 0;
}
.how-we-serve .how-we-serve-text {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15rem;
  font-size: 1.2rem;
  color: #666;
  margin: 3rem 0 1rem;
}
.how-we-serve .how-we-serve-content {
  margin-bottom: 2.5rem;
}
.how-we-serve .how-we-serve-content img {
  transition: transform 0.2s;
  /* Animation */
}
.how-we-serve .how-we-serve-content img:hover {
  transform: scale(1.07);
}
.how-we-serve .how-we-serve-content h4 {
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
}
.how-we-serve .how-we-serve-content:hover h4 {
  color: #000;
}

.circle-texture {
  width: 100%;
  margin: 1rem 0 0;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center 15%;
}
@media only screen and (min-width: 768px) {
  .circle-texture {
    margin: 3rem 0 0;
    background-image: url(../../images/uploads/homepage/circle-burlap-texture.jpg);
  }
}
.circle-texture h4 {
  margin: 0.5rem 0;
}

.discover {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  margin: 3rem 0 0;
  min-height: 35rem;
}
@media only screen and (min-width: 768px) {
  .discover {
    min-height: 45rem;
  }
}
@media only screen and (min-width: 1024px) {
  .discover {
    min-height: 70vw;
  }
}
.discover h4 {
  margin: 0.5rem 0;
}

.founder-video {
  margin: -2rem 0 2rem;
}
@media only screen and (min-width: 768px) {
  .founder-video {
    margin: -4rem 0 6rem;
  }
}

.donate-callout {
  padding: 2rem 0;
  background-color: #8fd0f2;
}

.whats-new-slider {
  padding: 4rem 0;
}
.whats-new-slider .slider-content {
  text-align: left;
  margin-top: 1rem;
}
@media only screen and (min-width: 1024px) {
  .whats-new-slider .slider-content {
    padding: 0 0 0 2rem;
  }
}
.whats-new-slider .whats-new {
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15rem;
  font-size: 1.2rem;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  background: url(../images/interface/bgd_hr.gif) repeat-x;
  background-position: center bottom;
}
.whats-new-slider h3 {
  font-weight: 500;
}

/* ===================== Article Grid =====================  */
.articleGrid {
  margin: 2em 0 1em !important;
}

.articleGrid > div {
  margin: 0 0 2rem;
}

.articleGridDate {
  display: block;
  padding: 0.5em 0 0;
  color: #bbb;
  margin: 0;
}

.articleGridDate img {
  width: 16px;
  height: 16px;
}

.articleGrid p {
  font-family: "Merriweather", serif;
  font-weight: 300;
  color: #000;
  font-size: 1rem;
  line-height: 1.6em;
  word-spacing: 0;
}

.articleGrid .articleImage {
  margin: 0 0 1em;
  display: block;
}

.articleGrid .articleImage a {
  position: relative;
  border: solid #fff 1px;
  height: auto;
  display: block;
  overflow: hidden;
}

.articleGrid .articleImage a:hover {
  border: solid #00bbff 1px;
}

.articleImage a .tag {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/interface/article-icons.png) no-repeat;
  background-size: 240px 80px;
}

.articleGrid li .articleImage a .tag.alert {
  background-position-x: 0px;
}
.articleGrid li .articleImage a .tag.globe {
  background-position-x: -40px;
}
.articleGrid li .articleImage a .tag.video {
  background-position-x: -80px;
}
.articleGrid li .articleImage a .tag.photo {
  background-position-x: -120px;
}
.articleGrid li .articleImage a .tag.story {
  background-position-x: -160px;
}
.articleGrid li .articleImage a .tag.audio {
  background-position-x: -200px;
}

article.alert .articleImage a .tag {
  background-position-y: -40px;
}

.pagination_links {
  margin: 2em 0;
  list-style: none;
  clear: both;
  padding: 0;
}
.pagination_links li {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  color: #666;
  font-size: 0.9rem;
  float: left;
  margin-right: 1em;
}
.pagination_links li a {
  display: block;
  color: #888;
  background: #eee;
  padding: 0.5em 0.8em;
}
.pagination_links li a:hover {
  color: #fff;
  background: #008cbf;
}
.pagination_links li a.active {
  color: #fff;
  background: #00bbff;
}
.pagination_links .key {
  margin: 0;
  padding: 0.5em 0.5em 0 0;
}

/* ===================== Main Article Content =====================  */
.articlePad {
  margin: 2em 0 10em;
}

article img {
  width: 100% !important;
  height: auto !important;
}

article h1 {
  color: #00bbff !important;
  font-size: 2.2rem !important;
  letter-spacing: normal !important;
  line-height: 1.1em !important;
}
@media only screen and (min-width: 768px) {
  article h1 {
    font-size: 2.6rem !important;
  }
}

article h3 {
  margin: 1em 0 0.2em;
}

article h4.byline {
  color: #666;
  padding: 0 0 0.5em;
}

article ol, article ul {
  padding: 0 0 0 1.4rem;
  margin: 0 0 1rem;
  font-family: "Merriweather", serif;
  font-weight: 300;
  color: #000;
  font-size: 1rem;
  line-height: 1.6em;
  word-spacing: 0;
}

article ol li, article ul li {
  padding-bottom: 0.3em;
}

article blocktext {
  display: block;
  padding: 1.5em;
  margin: 0 0 1.5em;
  background: #eee;
}
article blocktext p {
  margin: 0;
}

article blockquote {
  padding: 1.2em 1.5em;
  margin: 0 0 1.5em;
  background: #eee;
}
article blockquote p {
  font-weight: 200;
  font-size: 1.8em;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}

.leftColumn {
  float: left;
  width: 10%;
  display: block;
}

.sidebarLeft {
  float: left;
  width: 70%;
}

.report-section {
  display: block;
  padding: 1em 0;
}

.report-image {
  overflow: auto;
  width: 100%;
  float: none;
}
@media only screen and (min-width: 640px) {
  .report-image {
    overflow: visible;
    width: 35%;
    float: left;
  }
}
@media only screen and (min-width: 640px) {
  .report-image .articleImage {
    margin: 0;
  }
}

.report-detail {
  overflow: auto;
  width: 100%;
  float: none;
}
@media only screen and (min-width: 640px) {
  .report-detail {
    overflow: auto;
    width: 60%;
    float: right;
  }
}
.report-detail p:last-of-type {
  margin: 0;
}

.packet-dvd-image {
  overflow: auto;
  width: 100%;
  float: none;
}
@media only screen and (min-width: 640px) {
  .packet-dvd-image {
    overflow: visible;
    width: 35%;
    float: left;
  }
}
@media only screen and (min-width: 1400px) {
  .packet-dvd-image {
    width: 43%;
  }
}
@media only screen and (min-width: 640px) {
  .packet-dvd-image .articleImage {
    margin: 0;
  }
}

.packet-dvd-detail {
  overflow: auto;
  width: 100%;
  float: none;
}
@media only screen and (min-width: 640px) {
  .packet-dvd-detail {
    overflow: auto;
    width: 60%;
    float: right;
  }
}
@media only screen and (min-width: 1400px) {
  .packet-dvd-detail {
    width: 52%;
  }
}
.packet-dvd-detail p:last-of-type {
  margin: 0;
}

.packet-image {
  overflow: auto;
  width: 100%;
  float: none;
}
@media only screen and (min-width: 640px) {
  .packet-image {
    overflow: visible;
    width: 30%;
    float: right;
  }
}
@media only screen and (min-width: 640px) {
  .packet-image .articleImage {
    margin: 0;
  }
}

.packet-detail {
  overflow: auto;
  width: 100%;
  float: none;
}
@media only screen and (min-width: 640px) {
  .packet-detail {
    overflow: auto;
    width: 65%;
    float: left;
  }
}
.packet-detail p:last-of-type {
  margin: 0;
}

.packet-download-link {
  display: inline-block;
  color: #333;
  font-size: 0.8rem;
  height: 22px;
  margin-bottom: 0.5rem;
  padding-top: 4px;
  padding-right: 26px;
  background-image: url(../images/interface/download-arrow.gif);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: right top;
}

.cruise-image {
  overflow: auto;
  width: 100%;
  float: none;
}
@media only screen and (min-width: 640px) {
  .cruise-image {
    overflow: visible;
    width: 25%;
    float: left;
  }
}
@media only screen and (min-width: 640px) {
  .cruise-image .articleImage {
    margin: 0;
  }
}

.cruise-detail {
  overflow: auto;
  width: 100%;
  float: none;
}
@media only screen and (min-width: 640px) {
  .cruise-detail {
    overflow: auto;
    width: 70%;
    float: right;
  }
}
.cruise-detail p:last-of-type {
  margin: 0;
}

.sidebarRight {
  float: right;
  width: 24%;
}

.sidebarRight a.image-link {
  display: block;
  height: auto;
  margin: 0 0 1em;
}

.articleDate {
  background: #ccc;
  text-align: center;
  padding: 1em 0 0;
  margin: 0 0 1em;
}
.articleDate .day, .articleDate .month, .articleDate .year {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 1em;
  text-transform: uppercase;
}
.articleDate .month {
  color: #fff;
  font-size: 2.5em;
  line-height: 0.8em;
  padding: 0.4em 0 0;
}
.articleDate .day {
  color: #fff;
  font-size: 4.6em;
  line-height: 1em;
}
.articleDate .year {
  color: #fff;
  font-size: 1.8em;
  line-height: 0.8em;
  letter-spacing: 2px;
  padding: 0 0 1em;
}

.social-boxes {
  display: block;
  margin: 0 0 1em;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .social-boxes img {
    width: 49%;
    float: left;
    margin: 0 1% 0 0;
    height: auto;
  }
}
.whats-new-banner {
  background-color: #00bbff;
  padding: 1rem;
  margin: 0 0 2rem;
}
.whats-new-banner p {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.1rem;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08rem;
  margin: 0;
  padding: 0;
  color: #fff;
}

.article-preview {
  margin: 0 0 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cbcbcb;
}
.article-preview .article-preview-image {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .article-preview .article-preview-image {
    width: 60%;
  }
}
.article-preview p.article-preview-title {
  margin: 0.5rem 0 0.25rem;
}
.article-preview p.article-preview-title a {
  font-size: 1.2rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-decoration: underline;
}
.article-preview p.article-preview-text {
  font-size: 0.9rem;
}

.article-preview:nth-of-type(3) {
  border-bottom: none;
}

/* ======== Tag Links   */
.tagsContainer {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  width: 100%;
  float: left;
  display: block;
  margin: 0 0 1rem;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .tagsContainer {
    margin: 2px 0;
  }
}
.tagsContainer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 12px;
}

.tagsContainer ul li {
  float: left;
  padding: 0;
  margin: 0 0.7em 0 0;
  font-weight: 400;
  color: #999;
  line-height: 1em;
}

.tagsContainer ul li a {
  font-size: 0.9em;
  line-height: 1em;
  color: #00bbff;
}

.tagsContainer ul li a:hover {
  color: #008cbf;
}

@media only screen and (min-width: 640px) {
  .tagsContainer {
    margin: 0 0 2em;
    padding: 0;
  }

  .tagsContainer ul li a {
    font-size: 1em;
    line-height: 1.2em;
  }
}
/* ======== Main Article Styles   */
article .articleBody {
  float: left;
  width: 60%;
  margin: 0 0 0 3%;
}

article .articleBodyFull {
  width: 88%;
  margin: 0 0 0 12%;
}

article figure {
  display: block;
  padding: 0 0 1em;
}

figcaption {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.3em;
  color: #777;
  text-align: center;
  background: #eee;
  padding: 10px;
}

.articleImage {
  width: 100%;
  margin: 0 0 1em;
}

.articleImage.offset {
  width: 80%;
  height: auto;
  margin: auto -39.66% 2em 3%;
  float: right;
  position: relative;
  z-index: 1;
}

ul.pagination {
  clear: both;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: -30px;
}

ul.pagination li {
  padding: 0;
  position: relative;
  z-index: 3;
  display: block;
  height: 30px;
  float: left;
  list-style-type: none;
  margin-right: 5px;
}

ul.pagination li a {
  line-height: 20px;
  text-decoration: none;
  width: auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  background-color: #CCC;
  font-size: 10px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

ul.pagination li a:hover {
  color: #000;
  background-color: #cc3333;
  text-decoration: none;
}

ul.pagination li.page_total {
  color: #cc3333;
  text-transform: uppercase;
  padding-top: 1px;
}

@media screen and (max-width: 768px) {
  article .articleBody, article .articleBodyFull {
    width: 100%;
    margin: 0.3em 0 0;
  }

  .sidebarLeft, .sidebarRight {
    width: 100%;
  }

  .sidebarRight {
    padding: 1.5em 0 0;
  }

  .articleImage, .articleImage.offset {
    width: 100%;
    height: auto;
    margin: 0 0 1em;
  }

  article p, article ul, article ol {
    font-size: 1.3em;
  }

  .leftColumn {
    width: 100%;
    margin-bottom: 0.5em;
  }

  .articleDate {
    float: none;
    width: 100%;
    display: block;
    background: none;
    text-align: left;
    padding: 0 0 0.1em;
    margin: 0;
  }
  .articleDate .day, .articleDate .month, .articleDate .year {
    font-weight: 400;
    color: #999;
    padding: 0 0.3em 0 0;
    margin: 0;
    line-height: 1em;
    float: left;
    font-size: 1.4em;
    line-height: 1em;
    padding-bottom: 0em;
    letter-spacing: 0px;
    border-top: none;
  }
}
/* --------- Content Grid ---------- */
.mediaGrid {
  padding: 0 0 5em;
}

.mediaGrid ul {
  height: 22px !important;
  min-height: 22px !important;
}

.gridItem {
  display: block;
  float: left;
  width: 32%;
  margin: 0 2% 2em 0;
}

.gridItem h4 {
  padding: 0;
  margin: 0 0 0.2em;
}

.gridItem p {
  font-size: 0.8em;
}

.gridItem:nth-of-type(3n+3) {
  margin: 0;
}

.gridItem.last {
  margin: 0;
}

.gridItem img {
  margin-bottom: 0.4em;
}

.gridItem h3 {
  padding: 0;
  margin: 0 0 0.2em;
}

.gridDate {
  padding: 0;
  margin: 0 0 0.1em;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .gridItem {
    width: 48%;
    margin: 0 4% 0 0;
  }

  .gridItem:nth-of-type(3n+3) {
    margin: 0 4% 2em 0;
  }

  .gridItem:nth-of-type(2n+2) {
    margin: 0 0 2em 0;
  }
}
@media screen and (max-width: 480px) {
  .gridItem {
    float: left;
    margin: 0 0 2em 0;
    width: 100%;
  }
}
/* --------- Content List ---------- */
.listItem {
  display: block;
  width: 48%;
  margin: 0 4% 2em 0;
  float: left;
}

.listItem:nth-of-type(2n+2) {
  margin: 0 0 2em 0;
}

.listItem.last {
  margin: 0;
}

.listItem img {
  width: 30%;
  float: left;
  margin: 0 2% 0 0;
  height: auto;
}

.listItemContent {
  width: 68%;
  float: left;
  overflow: visible;
}

.listItem h3, .listItem h4 {
  padding: 0;
  margin: 0 0 0.2em;
}

.listItem p {
  font-size: 0.8em;
  overflow: visible;
}

.listDate {
  padding: 0;
  margin: 0 0 0.1em;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .listItem {
    width: 100%;
    margin: 0 0 2em 0;
  }

  .listItem:nth-of-type(2n+2) {
    margin: 0 0 2em 0;
  }
}
@media screen and (max-width: 480px) {
  .listItem img {
    width: 100%;
    margin: 0 0 0.4em;
  }

  .listItemContent {
    width: 100%;
    margin: 0 0 1em;
  }
}
#videoPlayer {
  width: 100%;
  height: auto;
  margin: 0 0 2rem;
  position: relative;
}
#videoPlayer #mediathumb {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}
#videoPlayer #mediaplayer {
  z-index: 1;
}

#audioPlayer .jw-aspect {
  padding-top: 40px !important;
}

.btn_android, .btn_ios {
  height: 50px;
  float: left;
}

.btn_android a {
  font-family: KlavikaMedium, Arial, Helvetica, sans-serif;
  background: url(../images/interface/mobile-app-android.png);
  background-repeat: no-repeat;
  text-decoration: none;
  color: #FFF;
  background-color: #cc3333;
  font-size: 16px;
  padding-right: 8px;
  padding-left: 46px;
  padding-top: 12px;
  padding-bottom: 10px;
  float: left;
  margin-right: 5px;
  height: auto;
}

.btn_ios a {
  font-family: KlavikaMedium, Arial, Helvetica, sans-serif;
  background: url(../images/interface/mobile-app-ios.png);
  background-repeat: no-repeat;
  text-decoration: none;
  color: #FFF;
  background-color: #cc3333;
  font-size: 16px;
  padding-right: 8px;
  padding-left: 46px;
  padding-top: 12px;
  padding-bottom: 10px;
  float: left;
  margin-right: 5px;
  height: auto;
}

.addthisMain {
  display: block;
  width: 80px;
}

.addthisMobile {
  display: none;
}

@media screen and (max-width: 468px) {
  .addthisMain {
    display: none;
  }

  .addthisMobile {
    display: block;
  }
}
/* ======== Photogrid Styles   */
.photogrid {
  margin-bottom: 2rem;
}
.photogrid a {
  display: block;
  float: left;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .photogrid a {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .photogrid a {
    width: 33.333%;
  }
}

/* ==========================================================================
   Letter Tempalte
   ========================================================================== */
.reflectionsHeader {
  position: relative;
  display: block;
  background-color: #dfdfdf;
  margin-bottom: 2rem;
}

.reflectionsTitle {
  position: relative;
  height: 100px;
  width: 100%;
  float: none;
}
@media only screen and (min-width: 40.063em) {
  .reflectionsTitle {
    height: 250px;
    width: 60%;
    float: left;
  }
}
.reflectionsTitle .reflectionsTitleImage {
  position: relative;
  width: 80%;
  margin-left: 10%;
  height: 100px;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  .reflectionsTitle .reflectionsTitleImage {
    height: 250px;
  }
}

.reflectionsPhoto {
  height: 250px;
  width: 100%;
  float: none;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 40.063em) {
  .reflectionsPhoto {
    height: 250px;
    width: 40%;
    float: right;
  }
}

p.date {
  color: #999999;
  margin-bottom: 2rem;
}

.vertical-center {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.letter h4 {
  color: #7a8262;
}

.signature {
  margin: 1.5rem 0 1rem;
  width: 300px;
}

/* ==========================================================================
 Site Map Links
 ========================================================================== */
ul.sitemap {
  list-style: none;
  margin: 0 0 6rem;
  padding: 0;
}
ul.sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.sitemap li {
  margin: 0.5rem 0;
  padding: 0;
}
ul.sitemap li.header {
  font-size: 1.2rem;
  padding-top: 0.5rem;
  color: #666;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}
ul.sitemap li.link a {
  font-size: 1.2rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}
ul.sitemap li.link-all {
  font-size: 1rem;
  margin-left: 1.5rem;
  font-weight: 300;
}
ul.sitemap li.link-all a {
  color: #000;
  text-decoration: underline;
}
ul.sitemap li ul {
  margin-left: 2rem;
}
ul.sitemap li a.box {
  display: inline-block;
  color: #fff;
  background-color: #00bbff;
  padding: 1rem 1.5rem;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}
ul.sitemap li a.box:hover {
  background-color: #008cbf;
}

/* ==========================================================================
Podcast Page – January 2021
 ========================================================================== */
.podcast-hero {
  display: block;
  width: 100%;
  padding: 2rem 0 4rem;
  background-image: url(../../images/interface/podcast-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 48em) {
  .podcast-hero {
    background-position: center center;
  }
}
@media only screen and (min-width: 64em) {
  .podcast-hero {
    padding: 0rem 0 4rem;
  }
}
@media only screen and (min-width: 64em) {
  .podcast-hero .fbg-row {
    min-height: 400px;
  }
}

.podcast-video {
  margin: -2rem 0 0;
}
@media only screen and (min-width: 64em) {
  .podcast-video {
    margin: -8rem 0 0;
  }
}

.podcast-subscribe {
  margin: 2rem 0;
}
@media only screen and (min-width: 64em) {
  .podcast-subscribe {
    margin: 4rem 0;
  }
}

.podcast-promo {
  width: 100%;
  background: #87d1f9;
  background: linear-gradient(0deg, #87d1f9 0%, #00afef 50%, #00afef 100%);
}
.podcast-promo .podcast-promo-container {
  padding: 3rem 0;
}
.podcast-promo p, .podcast-promo h1, .podcast-promo h2 {
  text-align: left;
}

.subscribe-logos {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .subscribe-logos {
    flex-flow: nowrap;
  }
}
.subscribe-logos li {
  margin: 0 1.5rem;
  flex-basis: calc(50% - 3rem);
}
@media only screen and (min-width: 750px) {
  .subscribe-logos li {
    flex-basis: calc(25% - 3rem);
  }
}

/* ==========================================================================
Epicenter Briefing – June 2021
 ========================================================================== */
.briefing-intro {
  padding: 3rem 0 5rem;
}

.epicenter-briefing-speakers-container {
  background-color: #fcefe2;
}

.epicenter-briefing-hero {
  display: block;
  width: 100%;
  background-image: url(../../images/uploads/epicenter-briefing/epicenter-briefing-hero.jpg);
  background-repeat: no-repeat;
  background-size: 1200px;
  background-position: top center;
  min-height: 325px;
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (min-width: 75em) {
  .epicenter-briefing-hero {
    background-size: cover;
    min-height: 425px;
  }
}

.epicenter-briefing-hero2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #86774F;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  min-height: 300px;
}
.epicenter-briefing-hero2 .briefing-header-logo {
  width: 300px;
}

.our-speakers, .what-to-expect-title {
  max-width: 300px;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 64em) {
  .our-speakers, .what-to-expect-title {
    margin-bottom: 4rem;
  }
}

h3.saturday {
  margin-top: 3rem;
}
@media only screen and (min-width: 64em) {
  h3.saturday {
    margin-top: 0;
  }
}

.epicenter-briefing-speakers {
  padding: 4rem 0;
}
.epicenter-briefing-speakers .speaker {
  text-align: center;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 64em) {
  .epicenter-briefing-speakers .speaker {
    padding-bottom: 0rem;
  }
}
.epicenter-briefing-speakers .speaker img {
  max-width: 250px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64em) {
  .epicenter-briefing-speakers .speaker img {
    margin-bottom: 3rem;
  }
}
.epicenter-briefing-speakers .speaker h3 {
  font-size: 2rem;
  line-height: 1.1em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 64em) {
  .epicenter-briefing-speakers .speaker h3 {
    margin-bottom: 1rem;
  }
}
.epicenter-briefing-speakers .speaker span {
  font-size: 2.5rem;
  font-weight: 800;
}
@media only screen and (min-width: 64em) {
  .epicenter-briefing-speakers .speaker span {
    font-size: 3rem;
  }
}
.epicenter-briefing-speakers .speaker h4 {
  font-size: 1.3rem;
}
@media only screen and (min-width: 64em) {
  .epicenter-briefing-speakers .speaker h4 {
    font-size: 1.2rem;
  }
}
.epicenter-briefing-speakers .speaker.last {
  padding-bottom: 0rem;
}
@media only screen and (min-width: 64em) {
  .epicenter-briefing-speakers .speaker.last {
    padding-bottom: inherit;
  }
}

.what-to-expect-container {
  padding: 4rem 0;
}
.what-to-expect-container ul li {
  padding: 0 0 0.5rem;
  margin: 0;
  font-family: "Merriweather", serif;
  font-weight: 300;
  color: #000;
  font-size: 1rem;
  line-height: 1.3em;
  word-spacing: 0;
}
.what-to-expect-container .what-to-expect-image {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 64em) {
  .what-to-expect-container .what-to-expect-image {
    padding-bottom: inherit;
  }
}
.what-to-expect-container h3 {
  line-height: 1.3em;
  text-transform: uppercase;
}
.what-to-expect-container span {
  font-size: 2.3rem;
  font-weight: 800;
}

.texture-right {
  background-image: url("../images/uploads/epicenter-briefing/texture-right.jpg");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: right 12%;
}
@media only screen and (min-width: 64em) {
  .texture-right {
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: right 80%;
  }
}

.texture-left {
  background-image: url("../images/uploads/epicenter-briefing/texture-left.jpg");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: left 8%;
}
@media only screen and (min-width: 48em) {
  .texture-left {
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: left 20%;
  }
}
@media only screen and (min-width: 64em) {
  .texture-left {
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: left 35%;
  }
}

.will-you-join-us {
  margin-bottom: 10rem;
}
.will-you-join-us p {
  margin: 1.25rem 0;
}
.will-you-join-us h5 {
  margin: 1.25rem 0;
}
.will-you-join-us .join-headline {
  font-size: 4rem;
  line-height: 1.1em;
  margin: 0 0 1.25rem;
}
.will-you-join-us .join-copy {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2em;
}

/* ==========================================================================
   New Sept 2020 Donate Page
   ========================================================================== */
.partner-container {
  display: block;
  padding-top: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: none;
}
@media screen and (min-width: 48em) {
  .partner-container {
    padding-top: 2rem;
    background-image: url(../images/interface/partner-hero.jpg);
  }
}
.partner-container .text-header {
  display: none;
}
@media screen and (min-width: 64em) {
  .partner-container .text-header {
    display: inherit;
  }
}

.donate-image-container {
  position: relative;
  margin-bottom: 2rem;
}
.donate-image-container .icon {
  display: block;
  position: absolute;
  width: 25%;
  top: -10%;
  right: 5%;
}
@media screen and (min-width: 48em) {
  .donate-image-container .icon {
    width: 35%;
    top: -10%;
    right: -10%;
  }
}
@media screen and (min-width: 64em) {
  .donate-image-container .icon {
    width: 35%;
    top: -10%;
    right: -10%;
  }
}

.donate-pad {
  padding: 0 3rem;
}

.donate-icon {
  display: flex;
  justify-content: center;
  margin: 0 0 1rem;
}
.donate-icon img {
  width: 4rem;
  height: 6rem;
}
.donate-icon p.text-header {
  text-align: center !important;
}

@media only screen and (max-width: 640px) {
  .captcha {
    transform: scale(0.75) translateX(-35px);
    -webkit-transform: scale(0.75) translateX(-35px);
  }
}
/* ==========================================================================
 Search Results
 ========================================================================== */
.search-result {
  padding: 2rem 0;
  border-bottom: 1px solid #ddd;
}

.icon-tag {
  width: 40px;
  height: 40px;
  display: block;
  top: 0;
  left: 0;
  background: url(../images/interface/article-icons.png) no-repeat;
  background-size: 240px 80px;
}

.icon-tag.alert {
  background-position-x: 0px;
}

.icon-tag.globe {
  background-position-x: -40px;
}

.icon-tag.video {
  background-position-x: -80px;
}

.icon-tag.photo {
  background-position-x: -120px;
}

.icon-tag.story {
  background-position-x: -160px;
}

.icon-tag.audio {
  background-position-x: -200px;
}

/* ==========================================================================
 Impact Report 2020
 ========================================================================== */
.shalom {
  padding: 1rem 0 4rem;
}
@media only screen and (min-width: 64em) {
  .shalom {
    padding: 1rem 0 8rem;
  }
}

.impacting-lives {
  display: block;
  width: 100%;
  background-image: url(../../images/uploads/impact-report-2020/ir-2020-burlap.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 4rem 0;
}
@media only screen and (min-width: 64em) {
  .impacting-lives {
    padding: 8rem 0;
  }
}
.impacting-lives p {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .impacting-lives p {
    text-align: left !important;
  }
}
.impacting-lives .button-container {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .impacting-lives .button-container {
    text-align: left !important;
  }
}

.ways-to-partner-container {
  overflow-x: hidden;
  margin: -12rem 0 0;
}
@media screen and (min-width: 48em) {
  .ways-to-partner-container {
    margin: -8rem 0 0;
  }
}

.ways-to-partner {
  position: relative;
  margin: 16rem 0 28rem;
  z-index: 10;
}
@media screen and (min-width: 48em) {
  .ways-to-partner {
    margin: 16rem 0 30rem;
  }
}
.ways-to-partner .h1 {
  color: #fff;
}
.ways-to-partner p a {
  color: #fff;
  font-weight: bold;
}
.ways-to-partner .container {
  position: relative;
  display: block;
  z-index: 1;
}
.ways-to-partner .yellow-disc-container {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ways-to-partner .yellow-disc-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ways-to-partner .yellow-disc {
  display: block;
  background-color: #F9C513;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
}
.ways-to-partner .mother {
  position: absolute;
  width: 375px;
  bottom: -400px;
}

.printed {
  margin: 0 0 2rem;
}
@media screen and (min-width: 48em) {
  .printed {
    margin: 0 0 4rem;
  }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@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;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   Donate & Caontact Forms
   ========================================================================== */
.donate-message {
  padding-bottom: 10px;
}

.donate-logos {
  width: 100%;
  max-width: 400px;
}

.loader {
  display: inline-block;
  margin-left: 1rem;
  width: 1rem;
  height: 1rem;
}

#donate_form, #contactform {
  float: left;
  width: 100%;
  padding: 0;
  color: #999;
  margin: 0;
  font-size: 1.2em;
}
#donate_form label, #contactform label {
  display: block;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  padding: 0 0 0.3em 0;
  color: #008cbf;
}
#donate_form select, #contactform select {
  font-family: "proxima-nova", sans-serif;
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 1.2em;
  line-height: 1em;
  color: #666;
  margin: 0;
  overflow: auto;
  padding: 12px 12px 11px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#donate_form .one_full, #contactform .one_full {
  display: inline-block;
  float: none;
  width: 100%;
  margin: 0 0 1em;
}
#donate_form .one_third, #contactform .one_third {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0 0 1em;
}
#donate_form .two_thirds, #contactform .two_thirds {
  display: inline-block;
  float: none;
  width: 100%;
  margin: 0 0 1em;
}
#donate_form .special, #contactform .special {
  display: none;
}
#donate_form label.error, #donate_form span.error, #contactform label.error, #contactform span.error {
  font-weight: 400;
  font-size: 0.8em;
  color: #F00;
  padding: 2px 0 0;
}
#donate_form input.ammount, #contactform input.ammount {
  font-size: 2.5em;
}
#donate_form textarea, #contactform textarea {
  width: 260px;
  height: 140px;
}
#donate_form .radio, #contactform .radio {
  font-size: 12px;
  border: 1px solid #e9e9e9;
  margin: 0 0 1em;
  overflow: auto;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
  width: 15px;
}
#donate_form input[type=checkbox], #contactform input[type=checkbox] {
  position: relative;
  float: left;
  display: block;
  margin-top: 5px;
  margin-right: 8px;
  width: 10px;
  height: 10px;
  outline: none;
  border-radius: 4px;
}
#donate_form input[type=checkbox]:checked, #contactform input[type=checkbox]:checked {
  background-color: #00bbff;
}
#donate_form .large-font, #contactform .large-font {
  display: block;
  color: #666;
  font-size: 1.2em;
  line-height: 1.5rem;
  padding: 0;
  margin: 0 0 0.8em;
  word-spacing: 0.1em;
}
#donate_form input:hover, #donate_form input:focus, #contactform input:hover, #contactform input:focus {
  background: #f3f3f3;
}

.error_message {
  font-weight: 400;
  font-size: 1.5em;
  color: #F00;
  padding: 0 0 1em;
}

#donate_form input, #contactform input, #contactform input, #contactform textarea, #mc-embedded-subscribe-form input[type=email], #mc-embedded-subscribe-form input[type=text], #mc-embedded-subscribe-form select {
  font-family: "proxima-nova", sans-serif;
  border: 1px solid #ddd;
  width: 100%;
  font-size: 1.2em;
  color: #666;
  padding: 10px 12px;
  background-color: #fff;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#mc-embedded-subscribe-form select {
  background-image: url(/images/interface/arrow-down.png);
  background-position-y: center;
  background-position-x: right;
  background-repeat: no-repeat;
}

#donate_form input[type=text], #donate_form input[type=email], #mc-embedded-subscribe-form[type=text], #mc-embedded-subscribe-form[type=email], #mc-embedded-subscribe-form[type=select] {
  -webkit-appearance: none;
}

#donate_form input.formbtn, #contactform input.formbtn, #mc-embedded-subscribe-form input.formbtn {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 36px;
  width: auto;
  color: #fff;
  background: #00bbff;
  height: 36px;
  padding: 0 1.2em;
  border: 1px solid #00bbff;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#donate_form input.formbtn:hover, #contactform input.formbtn:hover, #mc-embedded-subscribe-form input.formbtn:hover {
  color: #fff;
  background: #008cbf;
}

.donate-thankyou {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 640px) {
  .donate-thankyou {
    width: 50%;
  }
}

#mc-embedded-subscribe-form label {
  display: block;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  padding: 0 0 0.3em 0;
  color: #008cbf;
  text-align: left;
}

@media only screen and (min-width: 640px) {
  #donate_form .one_third, #contactform .one_third {
    float: left;
    width: 31%;
    margin: 0 2% 1em 0;
  }
  #donate_form .one_third #expiration_month, #contactform .one_third #expiration_month {
    width: 49%;
    float: left;
    margin: 0 2% 0 0;
  }
  #donate_form .one_third #expiration_year, #contactform .one_third #expiration_year {
    width: 49%;
  }
  #donate_form .two_thirds, #contactform .two_thirds {
    float: left;
    width: 64%;
  }
  #donate_form select, #contactform select {
    width: 100%;
  }

  #donate_form input, #contactform input, #contactform input, #contactform textarea, #mc-embedded-subscribe-form input {
    width: 100%;
  }

  #contactform .one_half {
    float: left;
    width: 49%;
    margin: 0 2% 1em 0;
  }

  #contactform .one_half.last {
    margin: 0 0 1em 0;
  }
}
/*
 * Responce From Authorize.net
 */
#message_ajax {
  margin: 10px 0 0;
  font-family: "Merriweather", serif;
  font-size: 1.4em;
}
#message_ajax h3 {
  padding: 0 !important;
}

/* ===================== Global Footer =====================  */
footer.v2-theme {
  background-image: url(../images/interface/bgd_footer.jpg);
  background-repeat: repeat;
}
footer.v2-theme .footerContent {
  text-align: center;
  padding: 2rem 0;
}
@media only screen and (min-width: 640px) {
  footer.v2-theme .footerContent {
    width: 50%;
    margin: 0 auto;
  }
}
footer.v2-theme .footerContent .socailLinks {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 2rem 0 3rem;
}
footer.v2-theme .footerContent .socailLinks li {
  margin: 0 0.3rem;
}
footer.v2-theme .footerContent .socailLinks li a img {
  width: 2.6rem;
}
footer.v2-theme .footerContent p {
  font-family: "proxima-nova", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5em;
  padding: 0;
  margin: 0 0 1rem;
}
footer.v2-theme .footerContent a {
  color: #333;
}
footer.v2-theme .footerContent a:hover {
  color: #00bbff;
}
footer.v2-theme .footerContent a.admin {
  font-weight: normal;
  color: #999;
}
footer.v2-theme .footerContent .efca {
  width: 50px;
  margin: 3rem auto;
}

/* --------- Timeless Insights ---------- */
.timeless-header {
  display: block;
  position: relative;
  width: 100%;
}
.timeless-header img {
  display: block;
  width: 100%;
  height: auto;
}

.timeless-intro {
  display: block;
  position: relative;
  background-color: #f2f2f2;
  padding: 4rem 0;
}
@media screen and (min-width: 1024px) {
  .timeless-intro {
    padding: 6rem 0;
  }
}
.timeless-intro .timeless-intro-content {
  padding: 0;
}
@media screen and (min-width: 640px) {
  .timeless-intro .timeless-intro-content {
    padding: 0 8em;
  }
}
@media screen and (min-width: 1025px) {
  .timeless-intro .timeless-intro-content {
    padding: 0 24em;
  }
}
.timeless-intro .timeless-intro-content p {
  font-size: 1.5em;
  line-height: 1.8em;
  padding-top: 1rem;
}
.timeless-intro .timeless-intro-content p, .timeless-intro .timeless-intro-content h2 {
  text-align: center;
}
.timeless-intro .israel-texture {
  display: none;
  position: absolute;
  bottom: -12rem;
  right: 50%;
  max-width: 4rem;
}
@media screen and (min-width: 640px) {
  .timeless-intro .israel-texture {
    display: block;
  }
}
.timeless-intro .israel-texture img {
  width: 100%;
  height: auto;
}

.timeless-speakers-container {
  padding: 0;
}
@media screen and (min-width: 640px) {
  .timeless-speakers-container {
    padding: 5rem 15em 0;
  }
}
@media screen and (min-width: 1024px) {
  .timeless-speakers-container {
    padding: 5rem 10em 0;
  }
}
.timeless-speakers-container h2 {
  margin: 4rem 0;
  font-size: 3.2em;
}
.timeless-speakers-container .timeless-speaker {
  margin-bottom: 6rem;
}
.timeless-speakers-container img {
  width: 100%;
  height: auto;
  margin: 0 0 1rem;
}
@media screen and (min-width: 640px) {
  .timeless-speakers-container img {
    margin: 0;
  }
}

/* --------- Landing Page ---------- */
.timeless-speaker {
  width: 100%;
  padding: 0;
  float: none;
}
@media screen and (min-width: 1024px) {
  .timeless-speaker {
    width: 33.333%;
    padding: 0 1rem;
    float: left;
  }
}

.timeless-speaker-image {
  display: block;
  position: relative;
  float: none;
  width: 100%;
  margin-bottom: 1rem;
}
.timeless-speaker-image img {
  width: 100%;
  height: auto;
  margin: 0 0 1rem;
}
@media screen and (min-width: 640px) {
  .timeless-speaker-image img {
    margin: 0;
  }
}

.timeless-speaker-content {
  display: block;
  position: relative;
  width: 100%;
}
.timeless-speaker-content h3 {
  font-size: 2.6em;
  color: #000;
  margin-bottom: 0.8rem;
}
.timeless-speaker-content p {
  font-size: 1.4em;
}

/* --------- Speaker Page ---------- */
.timeless-speaker-links-container {
  padding: 6rem 0;
}
@media screen and (min-width: 640px) {
  .timeless-speaker-links-container {
    padding: 6rem;
  }
}
.timeless-speaker-links-container h2 {
  margin-bottom: 4rem;
}
.timeless-speaker-links-container .timeless-speaker {
  margin-bottom: 6rem;
}
.timeless-speaker-links-container img {
  width: 100%;
  height: auto;
  margin: 0 0 1rem;
}
@media screen and (min-width: 640px) {
  .timeless-speaker-links-container img {
    margin: 0;
  }
}

.timeless-speaker-links {
  display: block;
  position: relative;
  width: 100%;
  float: none;
}
@media screen and (min-width: 640px) {
  .timeless-speaker-links {
    width: 45%;
    float: right;
  }
}

ul.timeless-links {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
  font-size: 1.5em;
  border-top: 1px solid #d0d0d0;
}
ul.timeless-links li a {
  display: block;
  padding: 1rem 3rem 1rem 0;
  border-bottom: 1px solid #d0d0d0;
  background-image: url(../images/interface/timeless-arrow.gif);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5rem 1.5rem;
  line-height: 1.6em;
}

.timeless-speaker-full-bio {
  display: block;
  position: relative;
  width: 100%;
  float: none;
}
@media screen and (min-width: 640px) {
  .timeless-speaker-full-bio {
    width: 45%;
    float: left;
  }
}
.timeless-speaker-full-bio p {
  font-size: 1.4em;
}

.timeless-title {
  margin-bottom: 2rem;
}

.timeless-speaker-intro {
  display: block;
  position: relative;
  background-color: #f2f2f2;
  padding: 6rem 0;
}
.timeless-speaker-intro img {
  width: 100%;
  height: auto;
  margin: 0 0 1rem;
}
@media screen and (min-width: 640px) {
  .timeless-speaker-intro img {
    margin: 0;
  }
}

.timeless-speaker-bio {
  display: block;
  position: relative;
  float: none;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .timeless-speaker-bio {
    width: 70%;
    margin: 0 auto;
  }
}
.timeless-speaker-bio h1 {
  line-height: 1.2em;
}
.timeless-speaker-bio h2 {
  font-size: 2.6em;
  margin-bottom: 0.8rem;
}
.timeless-speaker-bio p {
  font-size: 1.5em;
  line-height: 1.8em;
  margin-bottom: 1.4rem;
}

.timeless-buttons-container {
  float: none;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .timeless-buttons-container {
    float: right;
    width: 40%;
  }
}

.timeless-buttons {
  display: block;
  position: relative;
  float: left;
  width: 33.333%;
}

.lessonButtons {
  padding-bottom: 2rem;
}
.lessonButtons span {
  display: block;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
  margin-bottom: 1.6em;
}
.lessonButtons span.video:before {
  position: absolute;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/interface/icon-video.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lessonButtons span.audio:before {
  position: absolute;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/interface/icon-audio.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lessonButtons span.download:before {
  position: absolute;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/interface/icon-download.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lessonButtons .button {
  display: block;
  width: 80%;
  text-align: center;
}

.timeless-related-container {
  padding: 6rem 0;
}
@media screen and (min-width: 640px) {
  .timeless-related-container {
    width: 60%;
    margin: 0 auto;
  }
}
.timeless-related-container h2 {
  margin-bottom: 4rem;
}

.related-speaker {
  margin-bottom: 3rem;
}

.timeless-related-image {
  width: 100%;
  float: none;
}
@media screen and (min-width: 640px) {
  .timeless-related-image {
    width: 25%;
    float: left;
  }
}
.timeless-related-image img {
  width: 100%;
  height: auto;
}

.timeless-related-content {
  width: 100%;
  float: none;
}
@media screen and (min-width: 640px) {
  .timeless-related-content {
    width: 75%;
    float: right;
    padding-left: 2rem;
  }
}

/* Light YouTube Embed */
lite-youtube::before {
  display: none !important;
}

.youtube-embed {
  width: 100%;
  float: none;
}
@media screen and (min-width: 640px) {
  .youtube-embed {
    width: 50% !important;
    height: auto;
  }
}

@font-face {
  font-family: "Proxima Nova";
  #src: url(https://www.swssupport.com/images/proximanova-regular.otf);
  src: url(https://www.swssupport.com/images/proximanova-regular.woff2) format("woff2");
}
@font-face {
  font-family: "Proxima Nova";
  #src: url(https://www.swssupport.com/images/proximanova-semibold.otf);
  src: url(https://www.swssupport.com/images/proximanova-semibold.woff2) format("woff2");
  font-weight: 500;
}
.billing-address {
  #display: none !important;
}

.phone-number {
  #display: none !important;
}

.CreditCard {
  visibility: hidden;
  position: absolute;
}

.donate-amount-container {
  /*
   visibility: hidden;
   position: absolute;
   */
}

.donation-amount, .donate-text {
  visibility: hidden;
  position: absolute;
}

.section.recurring {
  position: absolute;
}

.site-header, .clickfreequote, #secondary {
  display: none;
}

.hidden {
  display: none !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.donation-form .field input, .donation-form .field select, .donation-form .field textarea, .donation-form #card-element, .donation-form .field select {
  padding: 4px;
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #c1c1ba;
  margin: 0;
  width: calc(100% - 22px);
  border-collapse: collapse !important;
}

.donation-form .field select {
  box-sizing: border-box !important;
}

#first-name {
  border-right: none !important;
}

#first-name {
  border-radius: 5px 0px 0px 5px !important;
}

#last-name {
  border-radius: 0px 5px 5px 0px !important;
}

a.button--grey-20:hover {
  background: #797979 !important;
  color: white !important;
}

#state {
  color: #777 !important;
  font-family: "Proxima Nova", sans-serif !important;
  padding-left: 10px !important;
}

#country {
  color: #777 !important;
  font-family: "Proxima Nova", sans-serif !important;
}

.contact input, .contact select {
  transition: 0.15s linear;
  font-size: 16px;
  line-height: 1.4;
  padding: 13px 10px !important;
  border-radius: 4px;
  border: 1px solid #c1c1ba;
  margin-bottom: 0;
  height: auto;
  text-align: left;
  color: #333232;
  width: 100%;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  max-width: 100% !important;
  width: calc(100% - 26px);
  cursor: auto;
  outline: none;
}

input::placeholder, input::-moz-placeholder, input:-ms-input-placeholder, select::placeholder, select::-moz-placeholder, select:-ms-input-placeholder {
  color: #333232 !important;
  font-family: "Proxima Nova", sans-serif !important;
}

.first-last-names {
  max-width: 100%;
  margin: auto;
  transition: 0.15s linear;
  position: relative;
  margin-bottom: 16px;
  width: 100%;
  clear: both;
  display: block;
}

.contact input:focus {
  border: 1px solid #369ff4;
  transition: 0.15s linear;
}

.field.text.first-name.required {
  width: 50% !important;
  float: left !important;
  /*padding-left: 10px !important;*/
}

.field.text.last-name.required {
  float: left;
  width: 50%;
  /*padding-right: 10px;*/
}

.donate-form-container {
  text-align: center;
}

.input-field-container {
  color: #9b9b94;
  background: white;
  font-weight: 500;
  transition: background-color 0.15s linear;
  position: relative;
  border-radius: 4px;
  border: 1px solid #c1c1ba;
}

.input-field-container:focus {
  background: #fff;
  transition: background-color 0.15s linear;
  border-radius: 3px;
}

#donation-amount-input {
  border: none;
  color: #9b9b94;
  background: #e9eae4;
  font-weight: 500;
  /*border-radius: 3px;*/
  width: 92%;
  transition: background-color 0.15s linear;
}

#donation-amount-input:focus {
  background: #fff;
  transition: ease-in-out 0.5s;
  border-radius: 3px;
}

.contact label {
  color: #404040;
  display: none;
}

#donation-form-container * {
  font-family: "Proxima Nova", sans-serif !important;
}

.donate-form-container {
  padding: 0 0 4rem;
  max-width: inherit;
  position: relative;
  text-align: center;
}
.donate-form-container form {
  display: block;
  border: 1px solid #dfdfd7 !important;
  border-radius: 4px !important;
  background: #fff !important;
  position: relative !important;
  margin: 0 !important;
  width: 100%;
  margin-top: 60px !important;
  max-width: inherit;
}
.billing-title {
  font-size: 18px !important;
  margin-bottom: 10px !important;
  letter-spacing: normal !important;
  color: #333232 !important;
  margin-top: 10px !important;
}

.donate-form-body {
  padding: 20px;
}

.required-star {
  display: none !important;
}

#donate-button {
  display: none !important;
}

#donation-amount, .donate-text {
  border: none;
  font-size: 20px;
  text-align: center !important;
  display: block;
  line-height: 100%;
  width: 100% !important;
  background: none;
  padding: 0 !important;
}

.donate-text {
  #margin-top: 20px;
}

.comment {
  display: none !important;
}

#recurring, .frequency, .start-date {
  visibility: hidden !important;
  position: absolute !important;
}

.donate-form-body {
  color: #333232;
  padding: 20px;
  line-height: 0;
}

.adf-form-header {
  background: #f4f5f0;
  border-bottom: 1px solid #dfdfd7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #333232;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 20px;
}

.amount-wrapper {
  width: 100%;
}

.amount-buttons-wrapper * {
  font-weight: 400;
}

.amount-buttons-wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.amount-button {
  cursor: pointer;
}

.button, button {
  height: 48px;
  line-height: 48px;
  background-color: #369ff4;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  letter-spacing: 0.1em;
  border-radius: 4px;
  border: 0;
  font-size: 15px;
  padding: 0 20px;
  font-weight: 500;
  display: inline-block;
  color: #fff;
}

.button.button--grey-20, button.button--grey-20 {
  height: 48px;
  line-height: 48px;
  background-color: #e9eae4;
  color: #71716c;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}

.stripe-elements .error {
  border-color: #fa575d !important;
  z-index: 1;
}

.donation-form label.error {
  margin-bottom: 12px !important;
  padding-top: 12px !important;
}

.amount-buttons-wrapper .button.amount-button.selected {
  background-color: #369ff4 !important;
  border-color: #369ff4;
  color: #fff !important;
}

.monthly-subscription.toggle-buttons {
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
}

.toggle-buttons a {
  color: #9b9b94;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #dfdfd7;
  border-right-style: none;
  float: left;
  height: 34px;
  line-height: 33px;
  padding: 0 10px;
  background: #f4f5f0;
  text-transform: uppercase;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.toggle-buttons {
  display: inline-block;
  cursor: pointer;
}

.monthly-subscription.toggle-buttons a.active, .monthly-subscription.toggle-buttons a.active:hover {
  color: #fff;
  background-color: #369ff4;
}

.monthly-subscription.toggle-buttons a {
  box-sizing: border-box;
  width: 50%;
  text-align: center;
  border: 1px solid #369ff4;
  background: transparent;
  color: #369ff4;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  float: left;
  font-weight: 500;
}

.toggle-buttons a:first-child {
  border-radius: 4px 0 0 4px;
}

.toggle-buttons a:last-child {
  border-style: solid;
  border-radius: 0 4px 4px 0;
}

#spreedly-submit-button {
  padding: 0 !important;
}

.amount-buttons-wrapper .button.amount-button, .amount-buttons-wrapper .button.other-amount-button {
  border: 1px solid #dfdfd7;
  color: #9b9b94;
  letter-spacing: 0;
  margin: 5px 0;
  padding: 0;
}

.amount-buttons-wrapper .button.amount-button {
  text-transform: lowercase;
  width: calc((100% - 26px)/3);
  font-weight: 400;
}

.amount-buttons-wrapper .input-wrapper.donate-amount input {
  font-size: 16px;
  height: 48px;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  padding-left: 15px !important;
  width: 132px;
  color: #369ff4;
}

.amount-buttons-wrapper .input-wrapper.donate-amount input::placeholder {
  color: #bbb !important;
  font-family: "Proxima Nova", sans-serif !important;
}

.donate-amount {
  width: calc(100% - 13px - ((100% - 26px)/3));
  margin: 4px 0;
  background: white !important;
  display: none;
}

.other-amount-button {
  width: calc(100% - 13px - ((100% - 26px)/3));
  font-weight: 400;
  cursor: pointer;
  text-transform: none !important;
}

#donation-amount-input {
  width: calc((200% - 14px)/3) !important;
  width: 100% !important;
  height: 48px;
  line-height: 48px;
  background-color: #e9eae4;
  padding: 0 !important;
  margin: 5px 0 !important;
}

.amount-buttons .uppercase {
  font-size: 10px;
}

.selected .amount-buttons .uppercase {
  color: white;
}

.amount-buttons-wrapper .amount-buttons {
  font-size: 10px;
  height: 48px;
  line-height: 48px;
  background-color: auto;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  color: #9b9b94;
}

.amount-buttons-wrapper .selected .amount-buttons {
  color: white !important;
}

.postinput ~ input, .preinput ~ input {
  padding-left: 30px !important;
}

.amount-buttons-wrapper .preinput {
  color: #9b9b94;
}

.amount-buttons-wrapper .postinput {
  color: #c1c1ba;
}

.amount-buttons-wrapper .postinput, .amount-buttons-wrapper .preinput {
  font-size: 16px;
}

.preinput {
  left: 0;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.recurring-container {
  display: none;
}

.recurring-container .input-wrapper.donate-amount input {
  width: 105px !important;
}

.btn-group .btn-submit-donation {
  margin-top: 20px;
  padding: 0 1rem !important;
  cursor: pointer;
  font-family: "Proxima Nova", sans-serif !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  background: #FDCC0C !important;
  color: black !important;
  font-weight: bold !important;
  width: 100% !important;
  height: 48px !important;
  line-height: 48px !important;
}

.btn-group .btn-submit-donation:hover {
  background: #d6b63b !important;
}

.captcha {
  margin-top: 15px;
}

.donation-success {
  width: 350px !important;
}

.fine-print {
  margin-top: 20px;
  font-size: 12.5px;
  line-height: 115% !important;
  color: #848484 !important;
}

.captcha-bottom > div {
  width: 100% !important;
}

.first-name .label, .last-name .label, .email-address .label {
  display: none !important;
}

#donation-form .field input, #donation-form .field select, #donation-form .field textarea, #donation-form #card-element {
  width: 100% !important;
}

.errors {
  line-height: 100% !important;
}

/* line 30, ../sass/flexnav.scss */
.flexnav {
  *zoom: 1;
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0;
}

/* line 38, ../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.flexnav:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/flexnav.scss */
.flexnav.show {
  max-height: 2000px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

/* line 43, ../sass/flexnav.scss */
.flexnav.one-page {
  position: fixed;
  top: 50px;
  right: 5%;
  max-width: 200px;
}

/* line 50, ../sass/flexnav.scss */
.flexnav li {
  font-size: 100%;
  position: relative;
  overflow: hidden;
}

/* line 55, ../sass/flexnav.scss */
.flexnav li a {
  position: relative;
  display: block;
  padding: 0.96em;
  z-index: 2;
  overflow: hidden;
  color: #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(bottom, #1f1f1f 100%, #333333 0%);
  background-image: -o-linear-gradient(bottom, #1f1f1f 100%, #333333 0%);
  background-image: -moz-linear-gradient(bottom, #1f1f1f 100%, #333333 0%);
  background-image: -webkit-linear-gradient(bottom, #1f1f1f 100%, #333333 0%);
  background-image: -ms-linear-gradient(bottom, #1f1f1f 100%, #333333 0%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #1f1f1f), color-stop(0, #333333));
}

/* line 65, ../sass/flexnav.scss */
.flexnav li ul {
  width: 100%;
}

/* line 68, ../sass/flexnav.scss */
.flexnav li ul li {
  font-size: 100%;
  position: relative;
  overflow: hidden;
}

/* line 76, ../sass/flexnav.scss */
.flexnav li ul.show li {
  overflow: visible;
}

/* line 81, ../sass/flexnav.scss */
.flexnav li ul li a {
  padding-left: 2em;
  display: block;
  background: #444;
  background-image: linear-gradient(bottom, #333333 100%, #404040 0%);
  background-image: -o-linear-gradient(bottom, #333333 100%, #404040 0%);
  background-image: -moz-linear-gradient(bottom, #333333 100%, #404040 0%);
  background-image: -webkit-linear-gradient(bottom, #333333 100%, #404040 0%);
  background-image: -ms-linear-gradient(bottom, #333333 100%, #404040 0%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #333333), color-stop(0, #404040));
}

/* line 85, ../sass/flexnav.scss */
.flexnav ul li ul li a {
  padding-left: 3em;
  background: #555;
}

/* line 88, ../sass/flexnav.scss */
.flexnav ul li ul li ul li a {
  background: #aaa;
}

/* line 91, ../sass/flexnav.scss */
.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  background: #acaca1;
  background: rgba(0, 0, 0, 0.075);
  text-align: center;
}
.flexnav .touch-button:hover {
  cursor: pointer;
}

/* line 105, ../sass/flexnav.scss */
.flexnav .touch-button .navicon {
  position: relative;
  top: 1.3em;
  left: 1.3em;
  font-size: 12px;
  color: #666;
  background: url(../images/interface/menu_hamburger.png) no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  width: 20px;
  display: block;
}

/* line 113, ../sass/flexnav.scss */
.menu-button {
  position: absolute;
  top: -55px;
  right: -15px;
  display: block;
  padding: 1em;
  color: #222222;
  cursor: pointer;
}

/* line 129, ../sass/flexnav.scss */
.menu-button .touch-button {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
}

/* line 140, ../sass/flexnav.scss */
.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: 1em;
  left: 1em;
  color: #666;
  background: url(../images/interface/menu_hamburger.png) no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  width: 20px;
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 150, ../sass/flexnav.scss */
  body.one-page {
    padding-top: 70px;
  }

  /* line 153, ../sass/flexnav.scss */
  .flexnav {
    overflow: visible;
  }

  /* line 156, ../sass/flexnav.scss */
  .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px;
  }

  /* line 161, ../sass/flexnav.scss */
  .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    width: 20%;
    overflow: visible;
  }

  /* line 170, ../sass/flexnav.scss */
  .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none;
  }

  /* line 174, ../sass/flexnav.scss */
  .flexnav li > ul {
    position: absolute;
    top: auto;
    left: 0;
    display: block;
  }

  /* line 180, ../sass/flexnav.scss */
  .flexnav li > ul li {
    width: 100%;
  }

  /* line 184, ../sass/flexnav.scss */
  .flexnav li ul li > ul {
    margin-left: 100%;
    top: 0;
  }

  /* line 191, ../sass/flexnav.scss */
  .flexnav li ul li a {
    border-bottom: none;
  }

  /* line 194, ../sass/flexnav.scss */
  .flexnav li ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }

  /* line 200, ../sass/flexnav.scss */
  .flexnav li ul.open li {
    overflow: visible;
    max-height: 100px;
  }

  /* line 204, ../sass/flexnav.scss */
  .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0;
  }

  /* line 210, ../sass/flexnav.scss */
  .menu-button {
    display: none;
  }
}
/* line 216, ../sass/flexnav.scss */
.oldie body.one-page {
  padding-top: 70px;
}

/* line 219, ../sass/flexnav.scss */
.oldie .flexnav {
  overflow: visible;
}

/* line 222, ../sass/flexnav.scss */
.oldie .flexnav.one-page {
  top: 0;
  right: auto;
  max-width: 1080px;
}

/* line 227, ../sass/flexnav.scss */
.oldie .flexnav li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  background-color: #a6a6a2;
  width: 20%;
  min-height: 50px;
}

/* line 236, ../sass/flexnav.scss */
.oldie .flexnav li:hover > ul {
  visibility: visible;
  opacity: 1;
  height: auto;
  display: block;
  position: absolute;
}

/* line 243, ../sass/flexnav.scss */
.oldie .flexnav li:hover > ul li {
  width: 100%;
  float: none;
}

/* line 248, ../sass/flexnav.scss */
.oldie .flexnav li a {
  border-left: 1px solid #acaca1;
  border-bottom: none;
}

/* line 252, ../sass/flexnav.scss */
.oldie .flexnav li > ul {
  position: absolute;
  top: auto;
  left: 0;
  opacity: 0;
  visibility: hidden;
  height: 1px;
  z-index: 1;
}

/* line 261, ../sass/flexnav.scss */
.oldie .flexnav li ul li ul {
  top: 0;
}

/* line 264, ../sass/flexnav.scss */
.oldie .flexnav li ul li a {
  border-bottom: none;
}

/* line 267, ../sass/flexnav.scss */
.oldie .flexnav li ul.open {
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
}

/* line 273, ../sass/flexnav.scss */
.oldie .flexnav li ul.open ul.open {
  margin-left: 100%;
  top: 0;
}

/* line 278, ../sass/flexnav.scss */
.oldie .flexnav ul li:hover ul {
  margin-left: 100%;
  top: 0;
}

/* line 283, ../sass/flexnav.scss */
.oldie .menu-button {
  display: none;
}

/* line 286, ../sass/flexnav.scss */
.oldie.ie7 .flexnav li {
  width: 19.9%;
}

/* ==========================================================================
   Modal MailChimp Signup Form
   ========================================================================== */
.lightcase-inlineWrap {
  padding: 0 !important;
  background-color: #fff !important;
}

.lightcase-contentInner {
  background-color: #fff !important;
  padding: 0px !important;
}

#lightcase-nav {
  display: none !important;
}

#mailchimp-popup {
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
#mailchimp-popup #mc_embed_signup_scroll {
  display: block;
  position: relative;
}
#mailchimp-popup .mailchimp-popup-image img {
  position: relative;
}
#mailchimp-popup .mailchimp-popup-image a.popup-close {
  position: absolute;
  z-index: 10;
  top: 1rem;
  right: 1rem;
  color: #fff;
  font-weight: 700;
  width: 1.5rem;
}
#mailchimp-popup .mailchimp-popup-content {
  padding: 0 1rem 1rem;
}
@media screen and (min-width: 640px) {
  #mailchimp-popup .mailchimp-popup-content {
    padding: 0 2rem 2rem;
  }
}
#mailchimp-popup h3 {
  color: #00bbff !important;
  font-size: 1.3em;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  #mailchimp-popup h3 {
    font-size: 2em;
  }
}
#mailchimp-popup p {
  color: #666 !important;
  font-size: 0.7rem;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
}
@media screen and (min-width: 640px) {
  #mailchimp-popup p {
    font-size: 1.1rem;
  }
}
#mailchimp-popup img {
  width: 100%;
  height: auto;
}
#mailchimp-popup input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc !important;
  opacity: 1;
  /* Firefox */
}
#mailchimp-popup .mc-field-group input[type=text], #mailchimp-popup .mc-field-group input[type=email] {
  outline: 1px solid #ddd !important;
  outline-offset: inherit;
  padding: 0.25rem 0.5rem;
  height: 40px;
}
#mailchimp-popup .mc-field-group input[type=text]:focus, #mailchimp-popup .mc-field-group input[type=email]:focus {
  outline: 1px solid #00bbff !important;
}
#mailchimp-popup .mc-field-group.name {
  width: 49%;
  float: left;
  margin-bottom: 0.5rem;
}
#mailchimp-popup .mc-field-group.email {
  margin-bottom: 0.5rem;
}
#mailchimp-popup .pastor-button-group {
  display: flex;
}
#mailchimp-popup .mc-field-group.pastor {
  display: flex;
  align-items: center;
  width: 55%;
  height: 40px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 640px) {
  #mailchimp-popup .mc-field-group.pastor {
    width: 70%;
  }
}
#mailchimp-popup .mc-field-group.pastor p {
  width: calc( 100% - 40px);
  font-size: 0.8rem;
  text-align: left;
  padding: 0 0.5rem;
  margin: 0;
}
@media screen and (min-width: 640px) {
  #mailchimp-popup .mc-field-group.pastor p {
    font-size: 1rem;
  }
}
#mailchimp-popup .mc-field-group.pastor label {
  padding: 0;
}
#mailchimp-popup .click {
  display: block;
  width: 45%;
  height: 40px;
}
@media screen and (min-width: 640px) {
  #mailchimp-popup .click {
    width: 30%;
  }
}
#mailchimp-popup .click input {
  outline: 1px solid #00bbff;
  height: 40px;
  margin: 0;
  width: 100%;
}
#mailchimp-popup .checkmark-container {
  display: block;
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#mailchimp-popup .checkmark-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#mailchimp-popup .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  outline: 1px solid #ddd;
}
#mailchimp-popup .checkmark-container:hover input ~ .checkmark {
  background-color: #ccc;
  outline: 1px solid #ccc;
}
#mailchimp-popup .checkmark-container input:checked ~ .checkmark {
  background-color: #00bbff;
  outline: 1px solid #00bbff;
}
#mailchimp-popup .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#mailchimp-popup .checkmark-container input:checked ~ .checkmark:after {
  display: block;
}
#mailchimp-popup .checkmark-container .checkmark:after {
  left: 15px;
  top: 8px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ===================== Newsletter Signup =====================  */
.newsletterWrap {
  background-color: #f2f2f2;
  padding: 1rem 0;
}
.newsletterWrap h3 {
  font-size: 2rem;
  margin: 0 0 0.3rem;
  font-weight: 700;
}
.newsletterWrap h5 {
  font-size: 1rem;
  margin: 0 0 1.4rem;
  font-weight: 700;
  color: #000;
}

#mc-embedded-subscribe-form, #mc_embed_signup form {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 640px) {
  #mc-embedded-subscribe-form, #mc_embed_signup form {
    width: 100%;
    float: right;
    position: relative;
  }
}
#mc-embedded-subscribe-form .mc-field-group, #mc_embed_signup form .mc-field-group {
  padding: 0;
  margin: 0;
}
#mc-embedded-subscribe-form .mc-field-group.input-group, #mc_embed_signup form .mc-field-group.input-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 40px;
}
#mc-embedded-subscribe-form .mc-field-group.input-group > span, #mc_embed_signup form .mc-field-group.input-group > span {
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
  margin-right: 1rem;
}
#mc-embedded-subscribe-form .mc-field-group.input-group ul, #mc_embed_signup form .mc-field-group.input-group ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 1.3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#mc-embedded-subscribe-form .mc-field-group.input-group ul li, #mc_embed_signup form .mc-field-group.input-group ul li {
  display: inline-block;
  margin-right: 0.75rem;
}
#mc-embedded-subscribe-form input[type=text], #mc-embedded-subscribe-form input[type=email], #mc-embedded-subscribe-form select, #mc_embed_signup form input[type=text], #mc_embed_signup form input[type=email], #mc_embed_signup form select {
  -webkit-appearance: none;
  border: none !important;
  font-size: 1rem !important;
  width: 100%;
}
#mc-embedded-subscribe-form input[type=radio], #mc_embed_signup form input[type=radio] {
  width: auto;
  float: left;
  width: 1rem;
  height: 1rem;
}
#mc-embedded-subscribe-form .formInputSmall, #mc_embed_signup form .formInputSmall {
  width: 100%;
  margin: 0 0 6px;
}
@media only screen and (min-width: 640px) {
  #mc-embedded-subscribe-form .formInputSmall, #mc_embed_signup form .formInputSmall {
    width: 23%;
    display: inline-block;
    margin: 0 1% 0 0;
  }
}
#mc-embedded-subscribe-form .formInputBig, #mc_embed_signup form .formInputBig {
  margin: 0 0 6px;
}
@media only screen and (min-width: 640px) {
  #mc-embedded-subscribe-form .formInputBig, #mc_embed_signup form .formInputBig {
    width: 50%;
    display: inline-block;
    margin: 0 1% 0 0;
  }
}
#mc-embedded-subscribe-form .formInputRadio, #mc_embed_signup form .formInputRadio {
  margin: 0.5rem 0 0;
}
@media only screen and (min-width: 640px) {
  #mc-embedded-subscribe-form .formInputButton, #mc_embed_signup form .formInputButton {
    width: 12%;
    display: block;
    margin: 0.7rem 0 0;
  }
}
#mc-embedded-subscribe-form ::-webkit-input-placeholder, #mc_embed_signup form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666 !important;
}
#mc-embedded-subscribe-form ::-moz-placeholder, #mc_embed_signup form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666 !important;
}
#mc-embedded-subscribe-form :-ms-input-placeholder, #mc_embed_signup form :-ms-input-placeholder {
  /* IE 10+ */
  color: #666 !important;
}
#mc-embedded-subscribe-form :-moz-placeholder, #mc_embed_signup form :-moz-placeholder {
  /* Firefox 18- */
  color: #666 !important;
}

@media only screen and (min-width: 640px) {
  .newsletterWrap.sidebar {
    margin: 2em 0;
    text-align: left;
  }
  .newsletterWrap.sidebar h4 {
    text-align: left;
  }
  .newsletterWrap.sidebar #mc-embedded-subscribe-form {
    width: 100%;
    float: right;
    position: relative;
  }
  .newsletterWrap.sidebar #mc-embedded-subscribe-form .formInputSmall {
    width: 100%;
    margin: 0 0 6px;
  }
  .newsletterWrap.sidebar #mc-embedded-subscribe-form .formInputBig {
    width: 100%;
    margin: 0 0 6px;
  }
  .newsletterWrap.sidebar #mc-embedded-subscribe-form .formInputButton {
    width: 100%;
    display: inline-block;
  }
}
.half-column {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .half-column {
    width: 50%;
    float: left;
  }
}

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.3.4 (29/12/2015)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: "lightcase";
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*=lightcase-icon-]:before {
  font-family: "lightcase", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: "";
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: "";
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: "";
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: "";
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: "";
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: "";
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  #lightcase-case:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  /* line 24, ../scss/components/modules/_content.scss */
  #lightcase-case[data-lc-type=image] #lightcase-content, #lightcase-case[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
/* line 32, ../scss/components/modules/_content.scss */
#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  /* line 32, ../scss/components/modules/_content.scss */
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 42, ../scss/components/modules/_content.scss */
#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  /* line 42, ../scss/components/modules/_content.scss */
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }

  /* line 51, ../scss/components/modules/_content.scss */
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner, #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  /* line 58, ../scss/components/modules/_content.scss */
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 69, ../scss/components/modules/_content.scss */
  .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 73, ../scss/components/modules/_content.scss */
  [data-lc-type=image] #lightcase-content .lightcase-contentInner, [data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
/* line 85, ../scss/components/modules/_content.scss */
.lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 640px) {
  /* line 90, ../scss/components/modules/_content.scss */
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 97, ../scss/components/modules/_content.scss */
  #lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  /* line 114, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  /* line 114, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}
/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}
/* line 6, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  /* line 4, ../scss/components/modules/_global.scss */
  .lightcase-open body {
    padding: 55px 0 70px 0;
  }

  /* line 15, ../scss/components/modules/_global.scss */
  .lightcase-open body > *:not([id*=lightcase-]) {
    position: fixed !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}
/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 2em;
  color: #ddd;
}

@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 51, ../scss/components/modules/_info.scss */
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}
/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 4, ../scss/components/modules/_navigation.scss */
#lightcase-nav a[class*=lightcase-icon-] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-nav a[class*=lightcase-icon-], #lightcase-nav a[class*=lightcase-icon-]:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-nav a[class*=lightcase-icon-] > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 49, ../scss/components/mixins/_presets.scss */
#lightcase-nav a[class*=lightcase-icon-]:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

/* line 12, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice #lightcase-nav a[class*=lightcase-icon-]:hover {
  color: #aaa;
  text-shadow: none;
}

/* line 19, ../scss/components/modules/_navigation.scss */
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 15px;
}

/* line 24, ../scss/components/modules/_navigation.scss */
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-next {
  right: 15px;
}

/* line 29, ../scss/components/modules/_navigation.scss */
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-pause, #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  /* line 29, ../scss/components/modules/_navigation.scss */
  #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-pause, #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-play {
    opacity: 0;
  }
}
/* line 40, ../scss/components/modules/_navigation.scss */
#lightcase-nav a[class*=lightcase-icon-].lightcase-icon-close {
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

@media screen and (max-width: 640px) {
  /* line 40, ../scss/components/modules/_navigation.scss */
  #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-close {
    position: absolute;
  }
}
@media screen and (min-width: 641px) {
  /* line 40, ../scss/components/modules/_navigation.scss */
  #lightcase-nav a[class*=lightcase-icon-].lightcase-icon-close {
    position: fixed;
  }
}
@media screen and (max-width: 640px) {
  /* line 4, ../scss/components/modules/_navigation.scss */
  #lightcase-nav a[class*=lightcase-icon-] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_navigation.scss */
  #lightcase-nav a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  /* line 66, ../scss/components/modules/_navigation.scss */
  #lightcase-nav a[class*=lightcase-icon-]:hover, #lightcase-case:hover ~ #lightcase-nav a[class*=lightcase-icon-] {
    opacity: 1;
  }
}
/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: #000;
}

@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
