/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

meta.foundation-version {
  font-family: "/5.3.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48.125em)/";
  width: 48.125em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:60em)/";
  width: 60em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .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.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }
@media only screen and (min-width: 48.125em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .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.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .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: 60em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .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.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .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; } }
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #008cba;
  border-color: #0078a0;
  color: white; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43ac6a;
    border-color: #3a945b;
    color: white; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: white; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: white; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 48.125em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 60em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008cba;
  border-color: #007095;
  color: white;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007095; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008cba;
    border-color: #007095;
    color: white;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #007095; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008cba; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: white;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43ac6a; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: white;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 48.125em) {
  button, .button {
    display: inline-block; } }
/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #aaa;
  font-size: 0.6em; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: #cccccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #cccccc;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #ccc; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 48.125em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: 0.8; }

  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #cccccc; }

  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #cccccc; }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3; }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%; }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }
/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

select::-ms-expand {
  display: none; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }
  span.prefix.radius, label.prefix.radius {
    border-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }
  span.postfix.radius, label.postfix.radius {
    border-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="date"]:disabled,
  input[type="datetime"]:disabled,
  input[type="datetime-local"]:disabled,
  input[type="month"]:disabled,
  input[type="week"]:disabled,
  input[type="email"]:disabled,
  input[type="number"]:disabled,
  input[type="search"]:disabled,
  input[type="tel"]:disabled,
  input[type="time"]:disabled,
  input[type="url"]:disabled,
  textarea:disabled {
    background-color: #dddddd;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"],
  input[type="password"][disabled],
  input[type="password"][readonly], fieldset[disabled]
  input[type="password"],
  input[type="date"][disabled],
  input[type="date"][readonly], fieldset[disabled]
  input[type="date"],
  input[type="datetime"][disabled],
  input[type="datetime"][readonly], fieldset[disabled]
  input[type="datetime"],
  input[type="datetime-local"][disabled],
  input[type="datetime-local"][readonly], fieldset[disabled]
  input[type="datetime-local"],
  input[type="month"][disabled],
  input[type="month"][readonly], fieldset[disabled]
  input[type="month"],
  input[type="week"][disabled],
  input[type="week"][readonly], fieldset[disabled]
  input[type="week"],
  input[type="email"][disabled],
  input[type="email"][readonly], fieldset[disabled]
  input[type="email"],
  input[type="number"][disabled],
  input[type="number"][readonly], fieldset[disabled]
  input[type="number"],
  input[type="search"][disabled],
  input[type="search"][readonly], fieldset[disabled]
  input[type="search"],
  input[type="tel"][disabled],
  input[type="tel"][readonly], fieldset[disabled]
  input[type="tel"],
  input[type="time"][disabled],
  input[type="time"][readonly], fieldset[disabled]
  input[type="time"],
  input[type="url"][disabled],
  input[type="url"][readonly], fieldset[disabled]
  input[type="url"],
  textarea[disabled],
  textarea[readonly], fieldset[disabled]
  textarea {
    background-color: #dddddd;
    cursor: default; }
  input[type="text"].radius,
  input[type="password"].radius,
  input[type="date"].radius,
  input[type="datetime"].radius,
  input[type="datetime-local"].radius,
  input[type="month"].radius,
  input[type="week"].radius,
  input[type="email"].radius,
  input[type="number"].radius,
  input[type="search"].radius,
  input[type="tel"].radius,
  input[type="time"].radius,
  input[type="url"].radius,
  textarea.radius {
    border-radius: 3px; }

input[type="submit"] {
  -webkit-appearance: none;
  /*-webkit-border-radius: 0px;*/ }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #fafafa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #dddddd;
    cursor: default; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0 10px 0 0 ;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  background: none;
  border: none;
  color: white; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }
.error label,
.error label.error {
  color: #f04124; }
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

.label {
  font-weight: normal;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: #008cba;
  color: white; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: white; }
  .label.warning {
    background-color: #f08a24;
    color: white; }
  .label.success {
    background-color: #43ac6a;
    color: white; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #b6edff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #008cba; }
  .panel.radius {
    border-radius: 3px; }

table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: whitesmoke; }
    table thead tr th,
    table thead tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tfoot {
    background: whitesmoke; }
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tr th,
  table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 48.125em) {
  .small-only-text-left {
    text-align: left !important; }

  .small-only-text-right {
    text-align: right !important; }

  .small-only-text-center {
    text-align: center !important; }

  .small-only-text-justify {
    text-align: justify !important; } }
@media only screen {
  .small-text-left {
    text-align: left !important; }

  .small-text-right {
    text-align: right !important; }

  .small-text-center {
    text-align: center !important; }

  .small-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 48.125em) and (max-width: 60em) {
  .medium-only-text-left {
    text-align: left !important; }

  .medium-only-text-right {
    text-align: right !important; }

  .medium-only-text-center {
    text-align: center !important; }

  .medium-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 48.125em) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

  .medium-text-center {
    text-align: center !important; }

  .medium-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 60em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }

  .large-only-text-right {
    text-align: right !important; }

  .large-only-text-center {
    text-align: center !important; }

  .large-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 60em) {
  .large-text-left {
    text-align: left !important; }

  .large-text-right {
    text-align: right !important; }

  .large-text-center {
    text-align: center !important; }

  .large-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }

  .xlarge-only-text-right {
    text-align: right !important; }

  .xlarge-only-text-center {
    text-align: center !important; }

  .xlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }

  .xlarge-text-right {
    text-align: right !important; }

  .xlarge-text-center {
    text-align: center !important; }

  .xlarge-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }

  .xxlarge-only-text-right {
    text-align: right !important; }

  .xxlarge-only-text-center {
    text-align: center !important; }

  .xxlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }

  .xxlarge-text-right {
    text-align: right !important; }

  .xxlarge-text-center {
    text-align: center !important; }

  .xxlarge-text-justify {
    text-align: justify !important; } }
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #008cba;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 48.125em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75rem; }

  h2 {
    font-size: 2.3125rem; }

  h3 {
    font-size: 1.6875rem; }

  h4 {
    font-size: 1.4375rem; }

  h5 {
    font-size: 1.125rem; }

  h6 {
    font-size: 1rem; } }
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs .tab-title > a {
      display: block;
      background: #efefef;
      color: #222222;
      padding: 1rem 2rem;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover, .tabs .tab-title > a:hover {
        background: #e1e1e1; }
    .tabs dd.active a, .tabs .tab-title.active a {
      background: white;
      color: #222222; }
  .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 48.125em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }

  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }
.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
  .th.radius {
    border-radius: 3px; }

/* -------------------- Daily Hope CSS -------------------- */
/* ----- Elements ----- */
body {
  color: #202020;
  font: 16px normal "Open Sans", sans-serif; }

form {
  margin: 0; }

article {
  background: #FFFFFF; }

h1, h2, h3,
h4, h5, h6 {
  font-family: "Lato", sans-serif;
  margin-top: 0; }

h1, h2, h3 {
  color: #002433; }

h2 a:link {
  color: #002433; }

h1 {
  font-size: 2.125em;
  line-height: 1;
  margin-bottom: 0.7em; }

h2 {
  font-size: 1.75em;
  margin-bottom: 5px; }

h3 {
  font-size: 1.25em; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1em; }

p {
  line-height: 1.75;
  margin: 1em 0 1em 0; }

a {
  color: #00477F; }

a:hover {
  text-decoration: underline; }

iframe {
  max-width: 100%; }

blockquote {
  border: 1px #dddddd;
  border-style: solid none solid none;
  color: #004880;
  font-size: 1.3em;
  font-style: italic;
  margin: 0 0 1.7em;
  padding: 1.875em 0;
  text-align: center; }

blockquote cite {
  display: block;
  color: #004880;
  font-size: 0.875em;
  text-align: right; }

blockquote p {
  color: #004880;
  line-height: 1.75;
  margin-bottom: 0; }

ol, ul {
  margin-left: 2em; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: none;
  color: #202020;
  font-size: 0.875em;
  height: 100%;
  margin: 0;
  padding: 12px;
  text-transform: uppercase; }

table {
  background: none;
  border: none;
  margin-bottom: 0; }

table thead,
table tfoot {
  background: none; }

table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td,
table tr th,
table tr td {
  padding: 0; }

/* ----- Classes ----- */
.row {
  max-width: 60em; }

.label {
  background: none;
  color: #002433;
  font-weight: 700;
  padding: 0;
  text-align: left;
  margin-bottom: 10px; }

/* --------------- Global Styles and Stuff --------------- */
.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.btn {
  background: #FFCD00;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #003754;
  cursor: pointer;
  display: inline-block;
  font: 0.875em "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  opacity: 1;
  padding: 13px 35px 9px 35px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.btn:hover {
  color: #002433;
  opacity: 0.85;
  text-decoration: none; }

.btn.special {
  padding: 16px 18px 14px 68px; }

.btn.listen:before {
  content: url(../../img/icons/listen-icon.png);
  background: #002434;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 0;
  padding: 13px 12px 11px 15px;
  position: absolute;
  top: 0;
  width: 50px; }

.btn.current-offer:before {
  content: url(../../img/icons/request-icon.png);
  background: #002434;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 0;
  padding: 13px 12px 11px 15px;
  position: absolute;
  top: 0;
  width: 50px; }

.btn.promo:before {
  content: url(../../img/icons/partner-icon.png);
  background: #002434;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 0;
  padding: 13px 12px 11px 15px;
  position: absolute;
  top: 0;
  width: 50px; }

.btn-blue {
  background: #0085CE;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #FFFFFF;
  display: inline-block;
  font: 0.875em "Lato", sans-serif;
  font-weight: 700;
  padding: 11px 35px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  transition: background 0.2s ease; }

.btn-blue:hover {
  background: #207BB9;
  color: #FFFFFF;
  text-decoration: none; }

.btn-blue.light {
  background: #709FBF;
  margin-right: 15px; }

.btn-blue.light:hover {
  background: #628DAA; }

img.right {
  float: right;
  margin: 0 0 2.5em 3.475em; }

.media-holder {
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(176, 204, 230, 0.25);
  padding: 20px; }

.media-holder img {
  cursor: pointer; }

.ib {
  display: inline-block; }

/* ----- Clearfix ----- */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }

@media only screen and (max-width: 48em) {
  .row .small-12 {
    padding: 0; }

  img.right,
  img.left {
    float: none;
    margin: 0 0 2.5em; } }
/* --------------- Header and Navigation Stuff --------------- */
/* ---------- Header ---------- */
#mobile-header {
  display: none; }

header > .container {
  background: #1a4e9c url(../../img/bg-header.jpg) no-repeat center bottom; }

#logo {
  background: url(../../img/logo-new-2x.png) no-repeat;
  background-size: 270px;
  float: left;
  height: 44px;
  margin: 50px 0 45px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 270px; }

#logo a {
  display: block;
  height: 100%; }

.social {
  background: url(../../img/rick-warren-header.png) no-repeat 145px 0;
  float: right;
  height: 145px;
  position: relative;
  width: 335px; }
  .social > .icons {
    background: url(../../img/social-top-bg.png) repeat-x;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    bottom: 0;
    padding: 20px 25px;
    position: absolute;
	right: 35px;
    /*width: 80%;*/
	width: 415px; }
    .social > .icons h4 {
      color: #FFFFFF;
      font-size: 0.875em;
      font-style: italic;
      font-weight: 700;
      margin-bottom: 10px; }
    .social > .icons ul {
      list-style: none;
      margin: 0; }
    .social > .icons li {
      float: left;
      margin-left: 5px; }
      .social > .icons li:first-child {
        margin-left: 0; }
      .social > .icons li a {
        background: url(../../img/icons/header-social-icons.png) no-repeat;
        display: block;
        opacity: 1;
        text-indent: -999999px;
        -webkit-transition: opacity 0.25s ease;
        -moz-transition: opacity 0.25s ease;
        -o-transition: opacity 0.25s ease;
        -ms-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease;
        width: 25px; }
        .social > .icons li a:hover {
          opacity: 0.75; }
        .social > .icons li a.facebook {
          background-position: 0 0; }
        .social > .icons li a.twitter {
          background-position: -32px 0; }
        .social > .icons li a.instagram {
          background-position: -63px 0; }
        .social > .icons li a.linkedin {
          background-position: -94px 0; }
	
	.social > .icons .twitter-follow,
	.social > .icons .facebook-like{
		float: left;
	}
	.social > .icons .facebook-like{
		position: relative;
		top: -2px;
	}	

/* ----- Navigation & Subnavigation ----- */
.main-nav {
  background: #ffcb00;
  background: -moz-linear-gradient(top, #ffcb00 0%, #fec901 7%, #e38f0e 94%, #e38f0e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcb00), color-stop(7%, #fec901), color-stop(94%, #e38f0e), color-stop(100%, #e38f0e));
  background: -webkit-linear-gradient(top, #ffcb00 0%, #fec901 7%, #e38f0e 94%, #e38f0e 100%);
  background: -o-linear-gradient(top, #ffcb00 0%, #fec901 7%, #e38f0e 94%, #e38f0e 100%);
  background: -ms-linear-gradient(top, #ffcb00 0%, #fec901 7%, #e38f0e 94%, #e38f0e 100%);
  background: linear-gradient(to bottom, #ffcb00 0%, #fec901 7%, #e38f0e 94%, #e38f0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb00', endColorstr='#e38f0e',GradientType=0 );
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #dfdfdf;
  -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1);
  padding: 20px 0; }
  .main-nav > .row {
    position: relative; }

.subnav {
  display: none;
  list-style: none; }

.main-nav ul {
  float: left;
  margin: 0;
  padding: 0; }

.main-nav li {
  border-left: 1px solid #F8D57D;
  display: inline;
  float: left;
  line-height: 1;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  text-align: center; }
  .main-nav li:first-child {
    border-left: none;
    padding-left: 0; }
  .main-nav li:last-child {
    padding-right: 0; }
  .main-nav li a {
    color: #FFFFFF;
    font: 600 13px "Lato", sans-serif;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    -ms-transition: color 0.25s ease;
    transition: color 0.25s ease; }
    .main-nav li a:hover {
      color: #fad04d; }
  .main-nav li.active a:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 11px solid #FFFFFF;
    bottom: 0px;
    content: '';
    height: 0;
    left: 30%;
    position: absolute;
    top: 26px;
    width: 0; }

.main-nav li a span {
  display: none; }

.sub-nav {
  background: #FFFFFF;
  border-bottom: 1px solid #EEEEEE;
  margin: 0;
  padding: 25px 0 15px; }
  .sub-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .sub-nav li {
    float: left;
    line-height: 1;
    margin-left: 30px;
    padding: 0; }
    .sub-nav li:first-child {
      margin-left: 0; }
    .sub-nav li a {
      color: #103460;
      font: 12px "Lato", sans-serif;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: color 0.25s ease;
      -moz-transition: color 0.25s ease;
      -o-transition: color 0.25s ease;
      -ms-transition: color 0.25s ease;
      transition: color 0.25s ease; }
      .sub-nav li a:hover {
        color: #F7B200; }
    .sub-nav li.active a {
      color: #F7B200; }

.main-nav li.donate a {
  background: #eb8e00;
  border: 1px solid #F1BD42;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 4px 11px;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease; }

.main-nav li.donate a:hover {
  background-color: #fad04d; }

.main-nav #search {
  float: right;
  position: relative; }
  .main-nav #search .sfsearchBox {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 8px; }
  .main-nav #search input[type=text] {
    background: transparent url(../../img/icons/nav-search-icon.png) no-repeat;
    border: none;
    cursor: pointer;
    height: 14px;
    padding: 0;
    position: absolute;
    right: 0;
    top: -6px;
    text-indent: -9999px;
    text-transform: none;
    width: 14px; }
    .main-nav #search input[type=text].open {
      background: #FFF;
      -webkit-box-shadow: 1px 1px 1px 0 #cccccc;
      -moz-box-shadow: 1px 1px 1px 0 #cccccc;
      box-shadow: 1px 1px 1px 0 #cccccc;
      color: #666;
      cursor: text;
      height: 32px;
      padding: 16px;
      position: relative;
      text-indent: 0px;
      top: -15px;
      width: 185px; }
  .main-nav #search .sfsearchSubmit {
    display: none; }
    .main-nav #search .sfsearchSubmit.open {
      background: url(../../img/icons/search-icon-2x.png) no-repeat;
      background-size: 12px;
      border: none;
      display: block;
      height: 16px;
      overflow: hidden;
      position: absolute;
      right: 10px;
      text-indent: -999999px;
      top: -5px;
      width: 12px; }

#mobile-menu {
  display: none; }

@media only screen and (max-width: 60em) {
  #logo {
    margin: 50px 0 45px 20px; }

  .main-nav li:first-child {
    padding-left: 22px; }

  .main-nav #search input[type=text] {
    margin-right: 20px; } }
@media only screen and (max-width: 48em) {
  .row .small-12 {
    padding: 0; }

  img.right,
  img.left {
    float: none;
    margin: 0 0 2.5em; }

  header {
    border: none;
    padding-top: 0; }

  header > .container,
  header > nav,
  .sub-nav {
    display: none; }

  #wrapper {
    display: block;
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 9;
    -webkit-transition-duration: 450ms;
    -moz-transition-duration: 450ms;
    -o-transition-duration: 450ms;
    transition-duration: 450ms;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform; }

  body,
  #wrapper,
  header,
  article,
  footer {
    -webkit-backface-visibility: hidden; }

  body.show-mobile-menu {
    overflow: hidden;
    position: fixed; }

  .show-mobile-menu #wrapper {
    -webkit-box-shadow: -1px 0px 0px #7ea1b7;
    -moz-box-shadow: -1px 0px 0px #7ea1b7;
    box-shadow: -1px 0px 0px #7ea1b7;
    -webkit-transition-timing-function: cubic-bezier(0.38, 0.015, 0, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.38, 0.015, 0, 1.275);
    -o-transition-timing-function: cubic-bezier(0.38, 0.015, 0, 1.275);
    transition-timing-function: cubic-bezier(0.38, 0.015, 0, 1.275);
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px); }

  #mobile-header {
    border-top: 6px solid #ffcb00;
    display: block;
    position: relative;
    height: 120px;
    margin-bottom: 45px;
    z-index: 900000; }

  #mobile-header .header {
    display: block; }

  #mobile-header h2 {
    color: #fff;
    text-align: center;
    font-weight: normal;
    background: url(../../img/logo-2x.png) center 0.5em no-repeat;
    background-size: contain;
    display: block;
    height: 70px;
    width: 345px;
    margin: 13px auto 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative; }

  #mobile-header h2 a {
    display: block;
    height: 100%;
    position: absolute;
    top: 15%;
    width: 100%; }

  #mobile-header a {
    color: #fff;
    font-size: 1.125em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }

  #mobile-header .nav-icon {
    position: absolute;
    left: 0;
    top: 0 !important;
    height: 100%;
    padding: 15px 25px 20px 20px; }

  #mobile-header .nav-icon > span {
    background: url(../../img/icons/mobile-nav.png) no-repeat;
    background-size: 40px;
    display: block;
    height: 26px;
    position: relative;
    top: 37%;
    width: 40px; }

  #mobile-header .nav-icon:hover {
    text-decoration: none; }

  #mobile-header .sticky-nav {
    bottom: -45px;
    left: 0;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 1; }

  #mobile-header .sticky-nav li {
    float: left;
    width: 50%; }

  #mobile-header .sticky-nav li:first-child {
    background: #ED8A00; }

  #mobile-header .sticky-nav li:last-child {
    background: #DB681E; }

  #mobile-header .sticky-nav a {
    display: block;
    line-height: 2.5em; }

  #mobile-menu {
    background: #00426C;
    border-left: 4px solid #004D79;
    bottom: 0px;
    display: none;
    height: auto;
    left: 0px;
    margin: 0;
    max-width: 250px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    width: 100%; }

  #mobile-menu li {
    float: none; }

  #mobile-menu #nav > li {
    border-bottom: 1px solid #023757;
    border-left: none;
    -webkit-box-shadow: 0px 1px 0px #004d79;
    -moz-box-shadow: 0px 1px 0px #004d79;
    box-shadow: 0px 1px 0px #004d79;
    display: list-item;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left; }

  #mobile-menu #nav > li:last-child {
    padding: 0; }

  #mobile-menu #nav > li a {
    color: #FFFFFF;
    display: block;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1;
    padding: 15px 0 15px 20px;
    text-decoration: none;
    text-transform: none; }

  #mobile-menu #nav > li a:hover {
    color: #FFFFFF; }

  #mobile-menu #nav > li.active a:after {
    border: none; }

  #mobile-menu #nav > li:first-child a {
    border-left: none;
    padding: 15px 0 15px 20px; }

  #mobile-menu #nav > li.active a,
  #mobile-menu #nav > li.donate a,
  #mobile-menu #nav > li.donate a:hover {
    background: none;
    padding: 15px 0 15px 20px; }

  #mobile-menu #nav > li a span {
    background: #023757 url(../../img/icons/mobile-subnav-arrow.png) no-repeat center center;
    border: 1px solid #004D79;
    border-right: none;
    display: block;
    height: 9px;
    padding: 25px 26px;
    position: absolute;
    right: 0;
    top: 0;
    width: 14px; }

  #mobile-menu #nav > li.no-sub a span {
    display: none; }

  #mobile-menu #nav > li.expand a span {
    background-image: url(../../img/icons/mobile-subnav-arrow-up.png);
    border-bottom: none; }

  #mobile-menu #nav > li ul {
    display: none;
    height: 0; }

  #mobile-menu #nav > li.expand ul {
    display: block;
    height: auto; }

  #mobile-menu #nav .subnav {
    background: #023757;
    margin: 0; }

  #mobile-menu #nav .subnav li {
    border: none;
    box-shadow: none; }

  #mobile-menu #nav .subnav li:last-child {
    padding: 0; }

  #mobile-menu #nav .subnav li a {
    font-size: 0.8125em;
    font-weight: 700;
    padding: 15px 0 15px 20px;
    text-align: left;
    text-transform: uppercase; }

  #mobile-menu #mobile-search {
    float: none;
    margin: 30px auto; }
    #mobile-menu #mobile-search fieldset {
      border: none;
      margin: 0 auto;
      padding: 0;
      position: relative;
      width: 210px; }
    #mobile-menu #mobile-search .sfsearchTxt {
      background: #FFFFFF;
      border: 1px solid #CCCCCC;
      height: 100%;
      margin: 0;
      padding: 8px;
      width: 100%; }
    #mobile-menu #mobile-search .sfsearchSubmit {
      background: url(../../img/icons/mobile-search-btn.png) no-repeat;
      background-size: 15px;
      border: none;
      height: 15px;
      position: absolute;
      right: 15px;
      text-indent: -999999px;
      top: 10px;
      width: 15px; } }
@media screen and (max-width: 40em) {
  #mobile-header .header h2 {
    width: 300px; } }
@media screen and (max-width: 26.25em) {
  #mobile-header .header h2 {
    left: 20px;
    margin: 25px auto 0;
    width: 210px; }

  #mobile-header .mobile-nav .icon {
    width: 35px; }

  #search .sfsearchSubmit {
    right: 23px;
    top: 9px; } }
/* --------------- Footer! --------------- */
footer .resources {
  background: #002434 url("../../img/bg_resources_row.png") repeat-x top;
  padding: 55px 0 35px; }

footer .resources a {
  display: block;
  margin: 0 auto;
  text-indent: -999999px;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }
  footer .resources a:hover {
    opacity: 0.75; }

footer .resources a.church {
  background: url(../../img/footer-sc.png) no-repeat;
  background-size: contain;
  height: 30px;
  width: 140px; }

footer .resources a.resources {
  background: url(../../img/footer-sr.png) no-repeat;
  background-size: contain;
  height: 30px;
  padding: 0;
  width: 140px; }

footer .resources a.recovery {
  background: url(../../img/footer-cr.png) no-repeat;
  background-size: contain;
  height: 19px;
  margin: 6px auto 0;
  width: 140px; }

footer .resources a.pastors {
  background: url(../../img/footer-pc.png) no-repeat;
  background-size: contain;
  height: 30px;
  width: 110px; }

footer .resources a.initiative {
  background: url(../../img/footer-hai.png) no-repeat;
  background-size: contain;
  height: 35px;
  width: 85px; }

footer .resources a.peace {
  background: url(../../img/footer-pi.png) no-repeat;
  background-size: contain;
  height: 28px;
  width: 100px; }

footer .info {
  background: #d3dce1 url("../../img/bg_footer_row.png") repeat-x top;
  padding: 35px 0 40px; }

footer .info .links {
  border-bottom: 1px solid rgba(112, 132, 141, 0.25);
  margin-bottom: 25px;
  padding-bottom: 15px; }

footer .info .bottom-nav,
footer .info .social-bottom {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

footer .info .social-bottom {
  float: right; }

footer .info.floating-offer {
  padding: 35px 0 100px; }

footer .info .bottom-nav li:first-child {
  margin-left: 0; }

footer .info .bottom-nav li a {
  color: #70848C;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase; }

footer .info .social-bottom li {
  padding: 0 0 0 0.625rem; }

footer .info .social-bottom a {
  background: #70848c url(../../img/icons/icons.png) no-repeat;
  background-size: 78px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
  height: 28px;
  opacity: 1;
  margin: 0 auto;
  text-indent: -999999px;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 30px; }

footer .info .social-bottom a:hover {
  opacity: .75; }

footer .info .social-bottom a.twitter {
  background-position: -15% -207px; }

footer .info .social-bottom a.facebook {
  background-position: -22% -229px; }

footer .info .social-bottom a.linkedin {
  background-position: -17% -251px; }

footer .info .social-bottom a.instagram {
  background-position: -13% -259px;
  background-size: 74px; }

footer .info small {
  color: #A1B0B9;
  cursor: pointer;
  float: left;
  font-size: 0.6875em;
  font-weight: 700; }

footer .info small a {
  color: #A1B0B9; }

footer .info small a:hover {
  text-decoration: underline; }

footer .info a.ascendio {
  background: url(../../img/ascendio-2x.png) no-repeat scroll 0 0 transparent;
  background-size: 132px;
  display: block;
  float: right;
  opacity: 1;
  text-indent: -999999px;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 132px; }

footer .info a.ascendio:hover {
  opacity: 0.75; }

@media only screen and (max-width: 64em) {
  footer .resources a.church {
    width: 145px; }

  footer .resources a.resources {
    width: 170px; }

  footer .resources a.recovery {
    width: 160px; } }
@media only screen and (max-width: 60em) {
  footer .info.floating-offer {
    padding: 35px 0 100px; } }
@media only screen and (max-width: 48em) {
  footer .resources {
    padding: 40px 25px; }

  footer .info {
    padding: 40px 0; }

  footer .resources a.church {
    height: 52px;
    width: 250px; }

  footer .resources a.resources {
    height: 44px;
    width: 250px; }

  footer .resources a.recovery {
    height: 30px;
    width: 250px; }

  footer .resources a.pastors {
    height: 50px;
    width: 180px; }

  footer .resources a.initiative {
    height: 62px;
    width: 150px; }

  footer .resources a.peace {
    height: 42px;
    width: 150px;
    margin-top: 15px; }

  footer .info.floating-offer {
    padding: 35px 50px 165px; }

  footer .info .bottom-nav,
  footer .info .social-bottom {
    float: none; }

  footer .info .social-bottom {
    margin: 0 auto;
    max-width: 300px;
    width: 100%; }

  footer .info .social-bottom li {
    padding: 0 0.625rem 1.125em; }

  footer .info .social-bottom a {
    background: #70848c url(../../img/icons/social-icons-mobile-2x.png) no-repeat;
    background-size: 55px;
    height: 78px;
    width: 85px; }

  footer .info .social-bottom a.twitter {
    background-position: 45% 20px; }

  footer .info .social-bottom a.facebook {
    background-position: 45% -57px; }

  footer .info .social-bottom a.linkedin {
    background-position: 50% -140px; }

  footer .info .social-bottom a.instagram {
    background-position: 50% -218px;
    background-size: 55px; }

  footer .info .bottom-nav {
    margin: 0 auto;
    max-width: 500px;
    width: 100%; }
    footer .info .bottom-nav li:nth-child(7) {
      margin-left: 0; }
    footer .info .bottom-nav li a {
      margin-bottom: 10px; }

  footer .info small {
    display: block;
    float: none;
    line-height: 1.63636363em;
    margin: 0 auto;
    text-align: center;
    width: 50%; }

  footer .info a.ascendio {
    float: none;
    margin: 15px auto 0; } }
@media only screen and (max-width: 37.5em) {
  footer .info.floating-offer {
    padding: 35px 50px 200px; } }
@media only screen and (max-width: 34.375em) {
  footer .info .bottom-nav {
    max-width: 310px; }
    footer .info .bottom-nav li:nth-child(5), footer .info .bottom-nav li:last-child {
      margin-left: 0; }
    footer .info .bottom-nav li:nth-child(7) {
      margin-left: 1.375rem; }
    footer .info .bottom-nav li a {
      margin-bottom: 10px; } }
@media screen and (max-width: 26.25em) {
  footer .resources {
    padding: 40px 25px 0; }

  footer .resources a {
    height: 100%;
    width: 90% !important; }

  footer .resources a.initiative,
  footer .resources a.peace {
    width: 70% !important; }

  footer .resources a.peace {
    margin-top: 5px; }

  footer .info {
    padding: 35px 25px 40px; }

  footer .info .bottom-nav {
    max-width: 215px; }
    footer .info .bottom-nav li:nth-child(4), footer .info .bottom-nav li:nth-child(6), footer .info .bottom-nav li:last-child {
      margin-left: 0; }
    footer .info .bottom-nav li:nth-child(5), footer .info .bottom-nav li:nth-child(7) {
      margin-left: 1.375rem; }
    footer .info .bottom-nav li a {
      margin-bottom: 10px; }

  footer .info small {
    width: 80%; }

  footer .info small a {
    display: block;
    margin-top: 5px; } }
/* --------------- Home Page Sections! --------------- */
.home-page {
  background: #F2F3F4; }

/* ----- Slider and Boxes -----*/
#slider-boxes {
  background: #FFFFFF;
  padding: 40px 0; }
  #slider-boxes #boxes .todays-bdcst,
  #slider-boxes #boxes .todays-devo {
    background: #f2f3f4;
    background: -moz-linear-gradient(top, #f2f3f4 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f3f4), color-stop(100%, white));
    background: -webkit-linear-gradient(top, #f2f3f4 0%, white 100%);
    background: -o-linear-gradient(top, #f2f3f4 0%, white 100%);
    background: -ms-linear-gradient(top, #f2f3f4 0%, white 100%);
    background: linear-gradient(to bottom, #f2f3f4 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f3f4', endColorstr='#ffffff',GradientType=0 );
    padding: 20px;
    position: relative; }
   
    #slider-boxes #boxes .todays-bdcst h3,
    #slider-boxes #boxes .todays-devo h3 {
      color: #002433;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.25;
      margin: 25px 0 20px;
      position: relative; }
      #slider-boxes #boxes .todays-bdcst h3:before,
      #slider-boxes #boxes .todays-devo h3:before {
        content: url(../../img/icons/play-icon.png);
        float: left;
        position: relative;
        padding-right: 10px; }
      #slider-boxes #boxes .todays-bdcst h3 a,
      #slider-boxes #boxes .todays-devo h3 a {
        color: #002433; }
      #slider-boxes #boxes .todays-bdcst h3 span,
      #slider-boxes #boxes .todays-devo h3 span {
        display: block;
        font: 400 14px "Open Sans", sans-serif; }
        #slider-boxes #boxes .todays-bdcst h3 span a,
        #slider-boxes #boxes .todays-devo h3 span a {
          color: #002433; }
    #slider-boxes #boxes .todays-bdcst h6,
    #slider-boxes #boxes .todays-devo h6 {
      background: #F9B400;
      color: #FFFFFF;
      font-size: 10px;
      font-weight: 700;
      left: 0;
      padding: 6px;
      position: absolute;
      text-align: center;
      text-transform: uppercase;
      top: 0;
      width: 200px;
      letter-spacing: .2em; }
    #slider-boxes #boxes .todays-bdcst p,
    #slider-boxes #boxes .todays-devo p {
      color: #002433;
      font: 12px "Open Sans", sans-serif;
      line-height: 1.75;
      margin: 0 0 20px; }
    #slider-boxes #boxes .todays-bdcst a.more,
    #slider-boxes #boxes .todays-devo a.more {
      color: #108CDC;
      display: block;
      font: 700 12px "Open Sans", sans-serif;
      text-decoration: underline; }
      
    #slider-boxes #boxes .todays-bdcst a.more:hover,
    #slider-boxes #boxes .todays-devo a.more:hover {
    	opacity: .5;
    }  
  #slider-boxes #boxes .todays-bdcst .options a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font: 700 12px "Lato",sans-serif;
    line-height: 1;
    opacity: 1;
    padding: 6px 16px;
    position: relative;
    text-decoration: none; }
    
    #slider-boxes #boxes .todays-bdcst .options a:hover {
    opacity: .75;
    }
    
  #slider-boxes #boxes .todays-bdcst .listen-now {
    background: #ffffff;
    background: -moz-linear-gradient(top, white 0%, #fff9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #fff9e9));
    background: -webkit-linear-gradient(top, white 0%, #fff9e9 100%);
    background: -o-linear-gradient(top, white 0%, #fff9e9 100%);
    background: -ms-linear-gradient(top, white 0%, #fff9e9 100%);
    background: linear-gradient(to bottom, white 0%, #fff9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fff9e9',GradientType=0 );
    border: 1px solid #F7C83C;
    color: #EA9A00; }
    #slider-boxes #boxes .todays-bdcst .listen-now:before {
      content: '\25B6';
      color: #EA9A00;
      font-size: 10px;
      left: -5px;
      position: relative; }
      
    
  #slider-boxes #boxes .todays-bdcst .outline,
  #slider-boxes #boxes .todays-bdcst .purchase {
    background: #ffffff;
    background: -moz-linear-gradient(top, white 0%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f6f6f6));
    background: -webkit-linear-gradient(top, white 0%, #f6f6f6 100%);
    background: -o-linear-gradient(top, white 0%, #f6f6f6 100%);
    background: -ms-linear-gradient(top, white 0%, #f6f6f6 100%);
    background: linear-gradient(to bottom, white 0%, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
    border: 1px solid #BACEDB;
    color: #6E818C;
    margin-left: 15px; }
  #slider-boxes #boxes .todays-bdcst .outline:before {
    content: url(../../img/icons/page-icon.png);
    left: -5px;
    position: relative;
    top: 1px; }
  #slider-boxes #boxes .todays-bdcst .purchase:before {
    content: url(../../img/icons/purchase-icon.png);
    left: -5px;
    position: relative;
    top: 2px; }
  #slider-boxes #boxes .todays-devo {
    margin-top: 20px; }
    #slider-boxes #boxes .todays-devo h3:before {
      content: url(../../img/icons/devo-icon.png);
      padding-top: 4px; }
    #slider-boxes #boxes .todays-devo h6 {
      background: #007FD7; }

/* ----- Devotional area ----- */
#devotional {
  background: #003854;
  padding: 14px 0;
  width: 100%; }

#devotional h2 {
  color: #FFFFFF;
  display: block;
  font-size: 1.3em;
  font-weight: 500;
  margin: 0 auto 25px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 83.3%; }

#devotional h2:before {
  content: url(../../img/icons/mail-icon.png);
  padding-right: 15px;
  position: relative;
  top: 2px; }

#devotional h2.nobkgd {
  font-size: 1em;
  margin: 0 auto; }

#devotional h2.nobkgd strong {
  color: #F7BD09;
  display: block; }

#devotional h2.nobkgd:before {
  content: '';
  padding: 0; }

#devotional h2.mobile {
  display: none; }

#devotional .form {
  margin: 0 auto;
  width: 91.2%; }

#devotional input[type=text],
#devotional input[type=email] {
  display: inline;
  font-size: 0.75em;
  margin-right: 20px;
  padding: 10px;
  width: 170px; }

#devotional input[type=email] {
  margin-right: 30px; }

#devotional .checkbox {
  display: block;
  margin-bottom: 2px;
  margin-right: 30px;
  padding-left: 20px; }

#devotional .checkbox.last {
  margin-bottom: 0; }

#devotional .checkbox label {
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font: 500 13px "Lato",sans-serif;
  line-height: 1.5; }

#devotional.sub .checkbox label,
#devotional.large-form .checkbox label {
  color: #4D4D4D; }

#devotional input[type=checkbox] {
  float: left;
  margin: 4px 0 0 -20px;
  margin-top: 1px \9;
  line-height: normal; }

#devotional .success p {
  color: #FFFFFF;
  font-weight: 700;
  margin: 0; }

#devotional .form-error p {
  color: #FFFFFF;
  font-weight: 700; }

#devotional.sub .success p,
#devotional.sub .form-error p,
#devotional.large-form .success p,
#devotional.large-form .form-error p {
  color: #202020; }

#devotional .btn {
  padding: 12px 35px;
  width: 165px; }

/* ----- Home Featured, Special Offer/Current Series ----- */
.section-header {
  color: #70848C !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 1; }
  .section-header:after {
    content: '';
    display: block;
    border-bottom: 3px solid #D9DEE1;
    height: 3px;
    position: relative;
    top: -9px;
    z-index: -1; }
  .section-header + .view-more {
    background: #F2F3F4;
    color: #108CDC;
    float: right;
    font: 700 12px "Open Sans", sans-serif;
    padding-left: 15px;
    position: absolute;
    right: 0;
    text-decoration: underline;
    top: -2px;
    z-index: 999; }
    .section-header + .view-more:hover {
      text-decoration: none; }
  .section-header span {
    background: #F2F3F4;
    padding-right: 20px; }

.sh-container {
  clear: both;
  position: relative; }

#home-featured,
#special-current,
#latest-news {
  background: #F2F3F4;
  padding: 40px 20px 0; }
  
#special-current.sub{
  padding: 40px 0 50px; }   

#special-current,
#latest-news {
  font-family: "Open Sans", sans-serif;
  font-size: 12px; }
  #special-current a,
  #latest-news a {
    color: #108CDC;
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline; }
    #special-current a:hover,
    #latest-news a:hover {
      text-decoration: none; }
  #special-current h2, #special-current h3, #special-current h4, #special-current h5,
  #special-current h2 a, #special-current h3 a, #special-current h4 a, #special-current h5 a,
  #latest-news h2,
  #latest-news h3,
  #latest-news h4,
  #latest-news h5,
  #latest-news h2 a,
  #latest-news h3 a,
  #latest-news h4 a,
  #latest-news h5 a {
    color: #002433;
    font-size: 14px;
    font-weight: 700; }
  #special-current h2 a, #special-current h3 a, #special-current h4 a, #special-current h5 a,
  #latest-news h2 a,
  #latest-news h3 a,
  #latest-news h4 a,
  #latest-news h5 a {
    text-decoration: none; }
    #special-current h2 a:hover, #special-current h3 a:hover, #special-current h4 a:hover, #special-current h5 a:hover,
    #latest-news h2 a:hover,
    #latest-news h3 a:hover,
    #latest-news h4 a:hover,
    #latest-news h5 a:hover {
      text-decoration: underline; }
  #special-current img,
  #latest-news img {
    margin-bottom: 20px; }
  #special-current p,
  #latest-news p {
    font-size: 12px; }

#special-current > .row {
  max-width: 980px; }
#special-current .btn.special {
  background: none;
  font-size: 12px !important;
  line-height: 1;
  padding: 0;
  text-decoration: uppercase;
  text-transform: none; }
#special-current .btn.current-offer:before {
  content: '';
  background: none;
  display: none;
  width: 0; }

#latest-news > .row {
  max-width: 960px; }

#home-featured a {
  display: block; }
  #home-featured a img {
    display: block;
    opacity: 1; }
    #home-featured a img:hover {
      opacity: 0.75; }

/* ----- Twitter ----- */
#twitter {
  background: #003755;
  color: #FFF;
  margin-top: 50px;
  padding: 40px 0;
  position: relative;
  width: 100%; }

#twitter:before {
  background: #003656;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  content: url(../../img/icons/twitter-icon-new.png);
  height: 80px;
  left: 47%;
  padding: 20px 22px;
  position: absolute;
  top: -25px;
  width: 80px; }

#twitter h2 {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  position: relative;
  text-align: center;
  z-index: 1; }

#twitter h2 a {
  color: #FFCC00; }

#twitter h2 a:link {
  color: #FFCC00; }

#twitter h2:before {
  background: #174A64;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 35%; }

#twitter h2:after {
  background: #174A64;
  content: '';
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 35%; }

#twitter .join {
  color: #F2F3F4;
  font-size: 14px;
  margin: 0 0 1em;
  text-align: center; }

#twitter .tweet-text {
  display: block;
  font-size: 16px;
  text-align: center; }

#twitter .tweet-list a {
  color: #7DA4C0; }

#twitter .tweet-list a:hover {
  text-decoration: underline; }

/* ----- Home Page Responsive ----- */
@media only screen and (max-width: 60em) {
  #slider-boxes #boxes .todays-bdcst .options a {
    padding: 6px 10px; }

  #devotional .form {
    max-width: 775px;
    width: 100%; }

  #devotional input[type=text],
  #devotional input[type=email] {
    margin-right: 15px;
    width: 160px; }

  #devotional .checkbox {
    margin-right: 15px; }

  #devotional .btn {
    width: 155px; } }
@media only screen and (max-width: 48em) {
  #slider-boxes {
    padding: 40px 25px; }
    #slider-boxes #boxes {
      margin-top: 40px; }
      #slider-boxes #boxes .todays-bdcst .options a {
        padding: 6px 20px; }

  #home-featured li img {
    margin: 0 auto; }

  #devotional {
    padding: 30px 0;
    width: 100%; }

  #devotional h2 {
    display: none; }

  #devotional h2.mobile {
    display: block;
    margin: 35px auto 25px;
    padding-top: 20px; }

  #devotional h2.nobkgd {
    display: block; }

  #devotional h2.mobile:before {
    content: url(../../img/icons/mail-icon-lg.png);
    left: 0;
    padding-right: 25px;
    position: absolute;
    right: 0;
    top: -35px; }

  #devotional .form {
    width: 85%; }

  #devotional .left {
    width: 100%; }

  #devotional input[type=text],
  #devotional input[type=email] {
    display: block;
    margin: 0 0 20px;
    width: 100%; }

  #devotional .checkbox {
    margin-bottom: 10px; }

  #devotional .checkbox label {
    font-size: 16px; }

  #devotional .btn {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-left: 0px; }

  #home-featured,
  #special-current,
  #special-current.sub,
  #latest-news {
    padding: 40px 25px 0; }
	
  #special-current.sub{
    padding: 40px 25px; }

  #special-current #current-series,
  #special-current.sub #special-offer{
    margin-top: 30px; }

  #special-current.sub #current-series{
    margin-top: 0; }

  #twitter {
    padding: 40px 25px 25px;
    text-align: center; }
    #twitter h2:before, #twitter h2:after {
      background: transparent; } }
@media only screen and (max-width: 37.5em) {
  #twitter:before {
    left: 44%; }
  #twitter h2:before, #twitter h2:after {
    width: 32%; }

  .sh-container .section-header:after {
    border-bottom: none; } }
@media only screen and (max-width: 26.25em) {
  #slider-boxes #boxes .todays-bdcst .options a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 12px; }
  #slider-boxes #boxes .todays-bdcst .outline,
  #slider-boxes #boxes .todays-bdcst .purchase {
    margin-left: 0;
    margin-top: 15px; }

  #home-featured .small-block-grid-2 > li {
    width: 100%; }

  #twitter:before {
    left: 40%; }

  .section-header + .view-more {
    float: none;
    padding-left: 0;
    position: relative; } }
/* --------------- Sub Page Sections! --------------- */
#banner {
  position: relative;
  width: 100%; }

#container .banner-image > img, #container .banner-image > .sfimageWrp {
  margin-bottom: 30px; }

#container.sub {
  padding: 40px 0 40px; }

#breadcrumbs {
  display: none; }

#content.two-col {
  padding: 0 40px 0 0; }

#content.media {
  /* margin-top: 30px; */  
  padding: 0; }

#sidebar,
#mobile-submenu {
  border-left: 1px solid #dddddd;
  margin-top: 30px;
  padding-left: 40px;
  position: relative; }

.h3.mobile-subnav-menu {
  display: none; }

#sidebar .mobile-subnav,
#mobile-submenu {
  display: none; }

#sidebar > .tertiary-nav {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  position: relative;
  right: 40px; }

#sidebar > .tertiary-nav li {
  margin-top: 25px; }

#sidebar > .tertiary-nav li:first-child {
  margin-top: 20px; }

#sidebar > .tertiary-nav a {
  color: #333333;
  display: block;
  font-size: 0.87em;
  font-weight: 700;
  padding: 0 0 15px 40px;
  text-decoration: none;
  text-transform: uppercase; }

#sidebar > .tertiary-nav a:hover {
  color: #004880; }

#sidebar > .tertiary-nav li.active {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd; }

#sidebar > .tertiary-nav li.active a {
  background: #FFFFFF;
  color: #004880;
  padding: 15px 0 15px 32px;
  position: relative;
  right: 1px;
  width: 100%; }

#sidebar > .tertiary-nav li.active a:before {
  content: '\25C0';
  font-size: 65%;
  position: relative;
  right: 15px;
  top: -1px; }

#sidebar img {
  margin-bottom: 20px; }
  #sidebar .recent-series img {
    margin-bottom: 10px; }

#sidebar h2,
#sidebar h3,
#sidebar h4 {
  color: #004880;
  font: 1.125em "Open Sans", sans-serif;
  font-weight: 600; }

#sidebar p,
#sidebar ul,
#sidebar ol {
  color: #333333;
  font-size: 0.94em;
  margin-bottom: 1.3em; }

#sidebar ul {
  list-style: square;
  margin-left: 0;
  padding-left: 20px; }

#devotional.sub {
  background: none;
  border: 1px solid #eeeeee;
  border-bottom: 3px solid #eeeeee;
  clear: both;
  float: left;
  margin-top: 40px; }

#devotional.sub h2 {
  color: #002434; }

#devotional.sub h2:before {
  content: url(../../img/icons/mail-icon.png);
  padding-right: 15px;
  position: relative;
  top: 2px; }

#devotional.sub h2.nobkgd:before {
  content: '';
  padding-right: 0; }

#devotional.sub input[type=text], #devotional.sub input.txt-email {
  background: #F1F3F4;
  color: #7D8B90;
  font: 0.875em "Lato", sans-serif; }

#devotional.large-form {
  background: none;
  border: 4px solid #EFEFEF;
  margin-top: 0;
  padding: 20px;
  width: 100%; }

#devotional.large-form h2 {
  color: #002435;
  font-size: 20px;
  margin: 10px auto 25px;
  padding-top: 40px;
  width: 100%; }

#devotional.large-form h2:before {
  content: url(../../img/icons/mail-icon.png);
  left: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 0; }

#devotional.large-form input[type=text],
#devotional.large-form input[type=email] {
  background: #EBEDEE;
  color: #777777;
  display: block;
  font: 700 13px "Lato", sans-serif;
  margin: 0 auto 20px;
  text-transform: none;
  width: 305px; }

#devotional.large-form .btn {
  background: #ffce00;
  background: -moz-linear-gradient(top, #ffce00 0%, #f8be00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffce00), color-stop(100%, #f8be00));
  background: -webkit-linear-gradient(top, #ffce00 0%, #f8be00 100%);
  background: -o-linear-gradient(top, #ffce00 0%, #f8be00 100%);
  background: -ms-linear-gradient(top, #ffce00 0%, #f8be00 100%);
  background: linear-gradient(to bottom, #ffce00 0%, #f8be00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce00', endColorstr='#f8be00',GradientType=0 );
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
  height: 45px;
  width: 305px; }

#devotional.large-form .form-content {
  float: left;
  max-width: 515px;
  width: 100%; }

#devotional.large-form .form-content img {
  -webkit-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.15);
  display: block;
  width: 100%; }

#devotional.large-form .form {
  float: right;
  margin-right: 35px;
  max-width: 330px;
  width: 100%; }

#devotional.large-form .devo-choices {
  margin: 0 auto 20px;
  width: 180px; }

#devotional.large-form .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  color: #777777;
  font: 700 13px "Lato", sans-serif;
  cursor: pointer; }

#devotional.large-form .checkbox-inline + .checkbox-inline {
  margin-left: 30px; }

#devotional.large-form .checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px; }

/* ----- Search Results area! ----- */
#search-results .sfsearchBox {
  background: #EEEEEE;
  border: none;
  margin: 0 0 30px;
  padding: 15px;
  position: relative;
  width: 100%; }

#search-results input.sfsearchTxt {
  background: #FFFFFF;
  font-size: 1em;
  height: 100%;
  width: 100%; }

#search-results .sfsearchSubmit {
  background: transparent url(../../img/icons/search-icon-2x.png) no-repeat;
  background-size: 14px;
  border: none;
  height: 14px;
  position: absolute;
  right: 30px;
  text-indent: -999999px;
  top: 30px;
  width: 14px; }

#search-results ul {
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
  list-style-type: none;
  margin: 0;
  padding: 30px 0; }

#search-results li {
  margin-top: 30px; }

#search-results li:first-child {
  margin-top: 0; }

#search-results p {
  margin-bottom: 0;
  margin-top: 5px; }

#search-results .pager {
  margin-top: 30px;
  text-align: center;
  width: 100%; }

#search-results .pager a {
  font-size: 1em;
  font-weight: bold;
  margin: 0 3px;
  text-decoration: underline; }

#search-results .pager a:hover {
  text-decoration: none; }

#search-results .pager .sf_PagerCurrent {
  text-decoration: none; }

@media only screen and (max-width: 60em) {
  #devotional.large-form {
    margin: 40px auto 0;
    width: 98%; }

  #devotional.large-form .form-content {
    max-width: 450px; }

  #devotional.large-form .form {
    margin-right: 25px;
    max-width: 250px; }

  #devotional.large-form input[type=text],
  #devotional.large-form input[type=email],
  #devotional.large-form .btn {
    width: 100%; } }
@media only screen and (max-width: 48em) {
  /* ----- Sub Page Elements ----- */
  #container.sub {
    padding: 30px 20px 40px; }

  #breadcrumbs {
    display: block;
    margin-bottom: 40px; }

  #breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0; }

  #breadcrumbs li {
    color: #004B7D;
    display: inline;
    font: 0.875em "Lato", sans-serif;
    line-height: 1.857142em; }

  #breadcrumbs li a {
    color: #004b7d !important;
    padding: 0;
    text-transform: uppercase; }

  #breadcrumbs .sfBreadcrumbNodeSeparator {
    padding: 0 0.67em 0 0.94em; }

  #breadcrumbs .sfNoBreadcrumbNavigation a {
    font-weight: bold;
    padding: 0 !important; }

  #breadcrumbs .sfBreadcrumbNavigation a:hover,
  #breadcrumbs .sfNoBreadcrumbNavigation a:hover {
    color: #004b7d !important;
    text-decoration: underline; }

  #content.two-col {
    padding: 0;
    width: 100%; }

  #sidebar,
  #mobile-submenu {
    border-left: none;
    margin-top: 0;
    padding: 0;
    width: 100%; }

  #mobile-submenu {
    /*display: block; */
    margin-top: 20px; }

  #sidebar > .tertiary-nav {
    display: none; }

  #sidebar .mobile-subnav,
  #mobile-submenu > .mobile-subnav {
    display: block;
    list-style: none;
    margin: 25px 0;
    padding: 0; }

  #sidebar .mobile-subnav li,
  #mobile-submenu > .mobile-subnav li {
    border-bottom: 1px solid #dddddd; }

  #sidebar .mobile-subnav li:first-child,
  #mobile-submenu > .mobile-subnav li:first-child {
    border-top: 1px solid #dddddd; }

  #sidebar .mobile-subnav a,
  #mobile-submenu > .mobile-subnav a {
    color: #333333;
    display: block;
    font-size: .75em;
    font-weight: 700;
    padding: 10px 0 10px 10px;
    text-decoration: none;
    text-transform: uppercase; }

  h3.mobile-subnav-header {
    font-size: 1em;
    text-transform: uppercase; }

  #sidebar > .tertiary-nav a:hover,
  #mobile-submenu > .mobile-subnav a:hover {
    color: #004880; }

  #sidebar .mobile-subnav li.active a,
  #mobile-submenu > .mobile-subnav li.active a {
    color: #004880 !important; }

  #sidebar .mobile-subnav li ul,
  #mobile-submenu > .mobile-subnav li ul {
    list-style: none;
    margin: 0 0 35px;
    padding-left: 30px; }

  #sidebar .mobile-subnav li li,
  #mobile-submenu > .mobile-subnav li li {
    border: none;
    margin-top: 30px;
    position: relative; }

  #sidebar .mobile-subnav li li:before,
  #mobile-submenu > .mobile-subnav li li:before {
    color: #999999;
    content: '\25AA';
    padding-right: 15px;
    position: relative; }

  #sidebar .mobile-subnav li li:first-child,
  #mobile-submenu > .mobile-subnav li li:first-child {
    border-top: none;
    margin-top: 0; }

  #sidebar .mobile-subnav li li a,
  #mobile-submenu > .mobile-subnav li li a {
    color: #333333 !important;
    font: 14px "Lato", sans-serif;
    font-weight: 400;
    display: inline;
    padding: 0; }

  #mobile-submenu .mobile-subnav li li a {
    font-size: 0.78em; }

  #sidebar .mobile-subnav li li a:hover,
  #mobile-submenu > .mobile-subnav li li a:hover {
    text-decoration: underline; }

  #devotional.sub {
    width: 100%; }

  #devotional.sub h2 {
    display: none; }

  #devotional.sub h2.mobile {
    display: block;
    margin: 35px auto 25px;
    padding-top: 20px; }

  #devotional.sub h2.mobile:before {
    content: url(../../img/icons/mail-icon-sub-lg.png);
    left: 0;
    padding-right: 25px;
    position: absolute;
    right: 0;
    top: -35px; }

  #devotional.sub .left {
    width: 100%; }

  #devotional.large-form input[type=text],
  #devotional.large-form input[type=email],
  #devotional.large-form .btn {
    max-width: 100%; }

  #devotional.large-form .form-content,
  #devotional.large-form .form {
    float: none;
    margin: 0;
    max-width: 100%; }

  #devotional.large-form .form-content {
    margin: 0 0 30px; } }
/* ----- Broadcast, Radio, and Promo! ----- */
#broadcast {
  background: #f5f7f8 url("../../img/bg_broadcast_row.png") repeat-x top;
  padding: 0 0 30px;
  width: 100%; }

#broadcast .row {
  position: relative; }

#broadcast .content {
  padding-bottom: 3.125em;
  padding-top: 3.125em; }

#broadcast .offer {
  position: absolute;
  right: 0;
  bottom: -30px; }

#broadcast .offer img {
  -webkit-box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.15);
  margin: 0 auto; }

#radio {
  background: #F2F3F4;
  padding: 40px 0 50px; }
  #radio h2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px; }
    #radio h2 a {
      color: #002433;
      font-size: 14px; }
      #radio h2 a:hover {
        color: #002433;
        text-decoration: underline; }
  #radio p {
    font-size: 12px;
    margin-bottom: 15px; }
  #radio a {
    color: #108CDC;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: underline; }
    #radio a:hover {
      text-decoration: none; }
  #radio .medium-5,
  #radio .medium-7 {
    padding-left: 0; }
  #radio .btn.special {
    background: none;
    font-size: 12px !important;
    line-height: 1;
    padding: 0;
    text-decoration: uppercase;
    text-transform: none; }
  #radio .btn.current-offer:before {
    content: '';
    background: none;
    display: none;
    width: 0; }
  #radio .mobile-offer {
    display: none; }

#promo-area {
  background: #dfebf3 url("../../img/bg_promo_row.png") repeat-x top;
  border-top: 1px solid white;
  padding: 50px 0;
  width: 100%; }

#broadcast h2,
#promo-area h2 {
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1.05em;
  margin: 0 0 0.3em; }

#broadcast h2 a,
#promo-area h2 a {
  color: #002433; }

#broadcast h2 a:hover,
#promo-area h2 a:hover {
  color: #002433;
  text-decoration: underline; }

#broadcast h3,
#promo-area h3 {
  font: 1em "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 1.25em; }

#broadcast h4,
#promo-area h4 {
  color: #7A8D96;
  font-size: 1.125em;
  line-height: 1em;
  margin: 0 0 0.6em; }

#broadcast p,
#promo-area p {
  margin-bottom: 1.5em; }

#promo-area .mobile-offer {
  display: none; }

@media only screen and (max-width: 48em) {
  #broadcast .offer {
    margin: 0 0 90px 10px;
    display: none; }

  #broadcast .offer img {
    width: 250px; }

  #radio .offer img {
    padding-right: 30px;
    padding-top: 10px; }

  #radio .offer-image,
  #promo-area .mobile-offer {
    display: none; }

  #radio .mobile-offer {
    display: block; }

  #radio {
    padding: 40px 20px; }
    #radio #current-series {
      margin-bottom: 30px; }
    #radio .medium-5,
    #radio .medium-7 {
      padding-left: 0.9375rem; }
    #radio img {
      margin-bottom: 15px; } }
@media screen and (max-width: 26.25em) {
  #promo-area .media-content a.btn.special {
    margin: 0; } }
@media only screen and (max-width: 20em) {
  #broadcast .offer {
    display: none; }

  #broadcast .offer img {
    display: none; }

  #radio .offer,
  #promo-area .media {
    display: none; }

  #radio .mobile-offer,
  #promo-area .mobile-offer {
    display: block;
    margin: 0; }

  #radio .mobile-offer {
    max-width: 200px; } }
/* -------------------- Form Elements! -------------------- */
.element {
  margin-bottom: 15px; }

.element label {
  color: #212121;
  display: block;
  font-weight: 700;
  margin-left: 2px; }

.element input[type="text"],
.element input[type="password"],
.element input[type="date"],
.element input[type="datetime"],
.element input[type="email"],
.element input[type="number"],
.element input[type="search"],
.element input[type="tel"],
.element input[type="time"],
.element input[type="url"],
.element textarea {
  border: 1px solid #cccccc;
  padding: 9px 12px; }

.element.left {
  float: left;
  margin-right: 20px; }

.element.clear {
  clear: both; }

.text.sm {
  width: 105px; }

.text.med {
  width: 225px; }

.text.lg {
  width: 350px; }

.text.address {
  width: 472px; }

.text.city {
  width: 202px; }

.select.state {
  width: 124px; }

.select.mil {
  width: 163px; }

.comment-box {
  height: 100px;
  max-width: 472px;
  resize: none;
  width: 100%; }

.error {
  margin-left: 2px; }

.error span {
  color: #FF0000;
  font-size: 0.86em;
  font-weight: 700; }

/* ----- Committment/Prayer Request form! ----- */
.committment-form,
.prayer-request {
  max-width: 625px;
  width: 100%; }

.committment-form textarea,
.prayer-request textarea {
  width: 100%; }

.committment-form .checkbox label,
.prayer-request .checkbox label {
  display: inline;
  padding-left: 5px; }

.committment-form .choices {
  background: #F9F9F9;
  margin-bottom: 1.875em;
  padding: 20px; }

.committment-form .choices ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.committment-form .choices li {
  margin-top: 5px; }

.committment-form .choices li:first-child {
  margin-top: 0; }

.committment-form .choices label {
  display: inline;
  font-weight: 700;
  padding-left: 10px; }

.committment-form .choices .kit {
  margin-top: 7px; }

.committment-form .large-7.element,
.committment-form .large-7.large-centered,
.committment-form .large-offset-4,
.committment-form .large-offset-2,
.prayer-request .large-7.element,
.prayer-request .large-7.large-centered,
.prayer-request .large-offset-4,
.prayer-request .large-offset-2 {
  margin: 0 0 30px;
  padding: 0;
  width: 100%; }

.committment-form .large-offset-2,
.prayer-request .large-offset-2 {
  margin: 15px 0 0; }

.committment-form .large-7.clear-column,
.prayer-request .large-7.clear-column {
  clear: both; }

.committment-form .large-7.element .large-2,
.committment-form .large-7 .large-2.state-label,
.committment-form .large-7 .large-4.state,
.committment-form .large-7 .large-1.military,
.committment-form .large-7 .large-3.military,
.prayer-request .large-7.element .large-2,
.prayer-request .large-7 .large-2.state-label,
.prayer-request .large-7 .large-4.state,
.prayer-request .large-7 .large-1.military,
.prayer-request .large-7 .large-3.military {
  padding-left: 0; }

.committment-form .large-7 .large-4.zip,
.prayer-request .large-7 .large-4.zip {
  padding-right: 0; }

.committment-form .large-7.element .large-10,
.prayer-request .large-7.element .large-10 {
  padding: 0; }

.committment-form .large-7.element input.fname,
.committment-form .large-7.element input.lname,
.prayer-request .large-7.element input.fname,
.prayer-request .large-7.element input.lname {
  margin: 0 16px 0 0;
  width: 48.45%; }

.committment-form label,
.prayer-request label {
  color: #212121;
  font-weight: 700;
  margin: 0; }

.committment-form label .req,
.prayer-request label .req {
  color: #FF0000;
  display: inline !important;
  padding-left: 5px; }

.committment-form label.story,
.committment-form label.share,
.prayer-request label.story,
.prayer-request label.share {
  margin: 0 0 15px; 
  font-size: 14px;
}

.committment-form input[type="text"],
.committment-form input[type="email"],
.committment-form input[type="tel"],
.committment-form textarea,
.prayer-request input[type="text"],
.prayer-request input[type="email"],
.prayer-request input[type="tel"],
.prayer-request textarea {
  border: 1px solid #cccccc;
  padding: 9px 12px; }

.committment-form .large-7 .large-2 label.province,
.committment-form .large-7 .large-2 label.postal,
.committment-form .large-7 .large-1.zip-label.military label,
.prayer-request .large-7 .large-2 label.province,
.prayer-request .large-7 .large-2 label.postal,
.prayer-request .large-7 .large-1.zip-label.military label {
  padding-top: 0.125em; }

.committment-form .large-7 .large-2 label.postal,
.prayer-request .large-7 .large-2 label.postal {
  text-align: right; }

.committment-form .large-7 .large-2 label.postal span,
.committment-form .large-7 .large-2 label.postal .req,
.prayer-request .large-7 .large-2 label.postal span,
.prayer-request .large-7 .large-2 label.postal .req {
  position: relative;
  left: 5px; }

.committment-form .large-7 .large-2 label.province span,
.prayer-request .large-7 .large-2 label.province span {
  display: block; }

.committment-form .tell-story,
.committment-form .prayer-request,
.prayer-request .tell-story,
.prayer-request .prayer-request {
  clear: both; }

.committment-form .large-7.state-zip-holder .state-holder,
.prayer-request .large-7.state-zip-holder .state-holder {
  float: left;
  width: 49.92%; }

.committment-form .large-7.state-zip-holder .state-holder .large-2,
.prayer-request .large-7.state-zip-holder .state-holder .large-2 {
  width: 104px; }

.committment-form .large-7.state-zip-holder .state-holder .large-4,
.prayer-request .large-7.state-zip-holder .state-holder .large-4 {
  width: 207px; }

@media screen and (max-width: 48em) {
  .text,
  select,
  textarea {
    width: 100% !important; }

  .committment-form,
  .prayer-request {
    margin: 0 auto 25px; }

  .committment-form label,
  .prayer-request label {
    padding: 0 0 0.625em; }

  .committment-form .large-7.element,
  .committment-form .large-7.large-centered,
  .committment-form .large-offset-4,
  .committment-form .large-7.listen .large-10,
  .committment-form .large-7 .large-4.state,
  .prayer-request .large-7.element,
  .prayer-request .large-7.large-centered,
  .prayer-request .large-offset-4,
  .prayer-request .large-7.listen .large-10,
  .prayer-request .large-7 .large-4.state,
  .committment-form .large-7 .large-3.military,
  .prayer-request .large-7 .large-3.military {
    margin: 0 0 25px; }

  .committment-form .large-7 .large-4.state,
  .committment-form .large-7 .large-2.zip-label,
  .prayer-request .large-7 .large-2.zip-label,
  .committment-form .large-7 .large-4.zip,
  .prayer-request .large-7 .large-4.zip,
  .committment-form .large-7.element .large-2,
  .committment-form .large-7 .large-2.state-label,
  .committment-form .large-7 .large-4.state,
  .committment-form .large-7 .large-1.military,
  .committment-form .large-7 .large-3.military,
  .prayer-request .large-7.element .large-2,
  .prayer-request .large-7 .large-2.state-label,
  .prayer-request .large-7 .large-4.state,
  .prayer-request .large-7 .large-1.military,
  .prayer-request .large-7 .large-3.military {
    padding: 0; }

  .committment-form .large-7 .large-3.military.zip,
  .committment-form .large-offset-2,
  .prayer-request .large-7 .large-3.military.zip,
  .prayer-request .large-offset-2 {
    margin: 0 !important; }

  .committment-form .large-7 .large-2 label.province span,
  .prayer-request .large-7 .large-2 label.province span {
    display: inline; }

  .committment-form .large-7 .large-2 label.postal,
  .prayer-request .large-7 .large-2 label.postal {
    text-align: left; }

  .committment-form .large-7 .large-2 label.postal span,
  .committment-form .large-7 .large-2 label.postal .req,
  .prayer-request .large-7 .large-2 label.postal span,
  .prayer-request .large-7 .large-2 label.postal .req {
    position: relative;
    left: 0; }

  .committment-form .large-7.city-holder,
  .prayer-request .large-7.city-holder {
    margin-right: 15px;
    width: 35%; }

  .committment-form .large-7.state-zip-holder,
  .prayer-request .large-7.state-zip-holder {
    width: 62%; }

  .committment-form .large-7.state-zip-holder .state-holder,
  .prayer-request .large-7.state-zip-holder .state-holder,
  .committment-form .large-7.state-zip-holder .zip-holder,
  .prayer-request .large-7.state-zip-holder .zip-holder {
    float: left;
    width: 48%; }

  .committment-form .large-7.state-zip-holder .state-holder,
  .prayer-request .large-7.state-zip-holder .state-holder {
    margin-right: 15px; }

  .committment-form .large-7.state-zip-holder .state-holder .large-4,
  .prayer-request .large-7.state-zip-holder .state-holder .large-4 {
    width: 185px; } }
@media screen and (max-width: 40em) {
  .element {
    margin-bottom: 25px; }

  .element.left {
    float: none;
    margin-right: 0; }

  .committment-form .large-7.element input.fname,
  .committment-form .large-7.element input.lname,
  .prayer-request .large-7.element input.fname,
  .prayer-request .large-7.element input.lname,
  .committment-form .large-7.city-holder,
  .prayer-request .large-7.city-holder,
  .committment-form .large-7.state-zip-holder,
  .prayer-request .large-7.state-zip-holder,
  .committment-form .large-7.state-zip-holder .state-holder,
  .prayer-request .large-7.state-zip-holder .state-holder,
  .committment-form .large-7.state-zip-holder .zip-holder,
  .prayer-request .large-7.state-zip-holder .zip-holder {
    margin: 0;
    width: 100%; }

  .committment-form .large-7.element input.fname,
  .prayer-request .large-7.element input.fname {
    margin: 0 0 15px; }

  .committment-form .large-7.city-holder,
  .prayer-request .large-7.city-holder,
  .committment-form .large-7.state-zip-holder .zip-holder,
  .prayer-request .large-7.state-zip-holder .zip-holder {
    margin: 0 0 25px; }

  .committment-form .large-7.state-zip-holder .state-holder .large-4,
  .prayer-request .large-7.state-zip-holder .state-holder .large-4 {
    float: none;
    width: 100%; } }
/* ---------- Media Library! ---------- */
/* ----- Current Broadcast/Series Banner ----- */
.broadcast-current,
.series {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, white 24%, #f1f1f1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(24%, white), color-stop(100%, #f1f1f1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, white 24%, #f1f1f1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, white 24%, #f1f1f1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, white 24%, #f1f1f1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, white 24%, #f1f1f1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
  /* IE6-9 */
  position: relative; }

.broadcast-current a,
.series a {
  color: #004880;
  font: 0.875em "Lato", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase; }

.broadcast-current a:hover,
.series a:hover {
  text-decoration: none; }

.broadcast-current h2 a,
.series h2 a {
  color: #002433;
  font-size: 1em;
  text-decoration: none;
  text-transform: none; }

.broadcast-current h2 a:hover,
.series h2 a:hover {
  text-decoration: underline; }

.broadcast-current h3,
.series h3 {
  color: #7E9199;
  font-size: 1.125em;
  margin-bottom: 2px;
  text-transform: uppercase; }

.broadcast-current h4,
.series h4 {
  font: 1em "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 0.94em; }

.broadcast-current h4 a,
.series h4 a {
  color: #002433;
  font-style: italic; }

.broadcast-current p,
.series p {
  margin-bottom: 0.5em; }

.broadcast-current .row,
.series .row {
  position: relative; }

.broadcast-current .content,
.series .content {
  padding-bottom: 4.07em;
  padding-top: 2.5em; }

.broadcast-current .content .btn-blue,
.series .content .btn-blue {
  color: #FFFFFF;
  margin-right: 15px;
  padding: 11px 22px;
  text-decoration: none; }

.broadcast-current .content .btn-blue:last-of-type,
.series .content .btn-blue:last-of-type {
  margin-right: 0; }

.broadcast-current .image,
.series .image {
  position: absolute;
  right: 0;
  bottom: 0; }

.broadcast-current .image img,
.series .image img {
  -webkit-box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.15);
  margin: 0 auto; }

.series .divider {
  color: #7D9199;
  font-size: 0.875em;
  font-weight: 700;
  padding: 0 15px; }

/* ----- Past Broadcasts/Broadcasts in Series List ----- */
.broadcasts-list ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.broadcasts-list li {
  border-top: 1px solid #dddddd;
  margin-top: 2.5em;
  padding-top: 2.1875em; }

.broadcasts-list li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0; }

.broadcasts-list .content {
  width: 87.692307%; }

.broadcasts-list .content .btn-blue {
  padding: 11px 29px;
  margin-right: 15px; }

.broadcasts-list .content .btn-blue:last-of-type {
  margin-right: 0; }

.broadcasts-list h2 {
  font-size: 1.625em;
  line-height: 1.23em;
  margin-bottom: 0.58em; }

.broadcasts-list h2 a {
  color: #002433; }

.broadcasts-list h4 {
  font: 1em "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 0.94em; }

.broadcasts-list h4 a {
  color: #002433;
  font-style: italic; }

.broadcasts-list h5 {
  color: #729FBE;
  font-size: 0.875em;
  margin-bottom: 1.07em;
  text-transform: uppercase; }

.broadcasts-list p {
  margin-bottom: 1.25em; }

/* ----- Broadcast Archive ----- */
.series-archive ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.series-archive li {
  margin-top: 75px;
  position: relative;
  margin-bottom: 40px; }

.series-archive li:first-child {
  margin-top: 0; }

.series-archive .info.series {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, white 51%, #f1f1f1 100%, #dddddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(51%, white), color-stop(100%, #f1f1f1), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, white 51%, #f1f1f1 100%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, white 51%, #f1f1f1 100%, #dddddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, white 51%, #f1f1f1 100%, #dddddd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, white 51%, #f1f1f1 100%, #dddddd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
  /* IE6-9 */
  height: 100%;
  min-height: 230px;
  padding: 2.19em 1.88em; }

.series-archive .info.series h2 {
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 0.31em; }

.series-archive .info.series h2 a {
  color: #002433; }

.series-archive .info.series h4 {
  color: #7E9199;
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0.83em;
  text-transform: uppercase; }

.series-archive .info.series h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600; }

.series-archive .info.series img {
  -webkit-box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.15);
  float: left;
  margin-right: 1.56em;
  max-width: 135px; }

.series-archive .info.broadcast li {
  border-top: 1px solid #dddddd;
  margin-top: 2.5em;
  padding-top: 2.19em;
  margin-bottom: 1em; }

.series-archive .info.broadcast li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0; }

.series-archive .info.broadcast .content {
  width: 87.69%; }

.series-archive .info.broadcast h2 {
  font-size: 1.625em; }

.series-archive .info.broadcast h2 a {
  color: #002433; }

.series-archive .info.broadcast h5 {
  color: #729FBE;
  font-size: 0.875em;
  text-transform: uppercase; }

.series-archive .info.broadcast p {
  margin-bottom: 0.94em; }

.series-archive .accordion {
  margin-top: -35px; }

/* ----- Scripture List ----- */
.scriptures {
  font-size: 0.875em;
  font-weight: 600;
  margin-bottom: 1.4em; }

.scriptures a {
  color: #0C85CC;
  font-size: 0.875em;
  text-decoration: underline; }

.scriptures a:hover {
  text-decoration: none; }

/* ----- Recent Series/Related Resources ----- */
.recent-series,
.related-resources,
.mobile-resources {
  margin-bottom: 3.125em; }

.recent-series h3,
.related-resources h3,
.mobile-resources h3 {
  color: #002433 !important;
  font-weight: 700 !important;
  margin-bottom: 1em; }

.recent-series ul,
.related-resources ul,
.mobile-resources ul {
  list-style: none !important;
  margin: 0;
  padding: 0 !important; }

.recent-series img,
.related-resources img,
.mobile-resources img {
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  max-width: 135px;
  width: 100%; }

.related-resources li,
.mobile-resources li {
  margin-top: 15px; }

.related-resources li:first-child,
.mobile-resources li:first-child {
  margin-top: 0; }

.related-resources li:before,
.mobile-resources li:before {
  color: #7BA3C3;
  content: '\25A0';
  font-size: 75%;
  padding-right: 5px;
  position: relative;
  top: -2px; }

.related-resources a,
.mobile-resources a {
  color: #00467F;
  font-size: 0.9375em;
  font-weight: 600; }

.mobile-resources {
  display: none; }

.recent-series {
  margin-bottom: 0; }

.recent-series ul {
  margin: 0 0 2.19em; }

.recent-series li {
  margin-top: 2.19em; }

.recent-series li:first-child {
  margin-top: 0; }

.recent-series .title {
  display: block;
  font-size: 0.94em;
  font-weight: 600;
  max-width: 150px;  }

.recent-series .see-more {
  color: #00467F;
  font-size: 0.81em;
  font-weight: 700;
  text-transform: uppercase; }

.recent-series .see-more:before {
  color: #487EA8;
  content: '\25B6';
  padding-right: 10px; }

/* ----- Podcast ----- */
#podcast {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, white 31%, whitesmoke 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(31%, white), color-stop(100%, whitesmoke));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, white 31%, whitesmoke 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, white 31%, whitesmoke 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, white 31%, whitesmoke 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, white 31%, whitesmoke 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
  /* IE6-9 */
  padding: 1.6em 0 0;
  position: relative; }

#podcast .banner .large-8 {
  margin-top: 2.5em; }

#podcast .banner h1 {
  font-size: 2em;
  margin-bottom: 0.66666667em; }

#podcast .banner h3 {
  color: #7E9199;
  font-size: 1.125em;
  line-height: 1em;
  margin-bottom: 0.83333333em;
  text-transform: uppercase; }

#podcast .banner p {
  margin-bottom: 1.25em; }

#podcast .banner a {
  cursor: pointer; }

#podcast .row {
  position: relative; }

#podcast .options {
  background: #0085ce;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0085ce 0%, #0085ce 16%, #0066a9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0085ce), color-stop(16%, #0085ce), color-stop(100%, #0066a9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0085ce 0%, #0085ce 16%, #0066a9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0085ce 0%, #0085ce 16%, #0066a9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0085ce 0%, #0085ce 16%, #0066a9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0085ce 0%, #0085ce 16%, #0066a9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0085ce', endColorstr='#0066a9',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.65);
  display: none;
  padding: 2.8125em 0 1.875em;
  position: absolute;
  top: 81%;
  width: 100%;
  z-index: 2; }

#podcast .options h2 {
  color: #FFFFFF;
  font: 2.125em "Open Sans", sans-serif;
  font-weight: 300;
  margin: 0 auto 0.78em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 93.75%;
  z-index: 1; }

#podcast .options h2 span {
  background: #0085CE;
  padding: 0 0.94em; }

#podcast .options h2:before {
  border-top: 1px solid #7fc1e6;
  bottom: 0;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  z-index: -1; }

#podcast .options .close {
  border: 3px solid white;
  border-radius: 20px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-weight: 700;
  height: 27px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -30px;
  width: 27px; }

#podcast .options .close:hover {
  text-decoration: none; }

#podcast .links {
  margin: 0 auto 1.5625em;
  max-width: 920px;
  width: 100%; }

#podcast .links .btn {
  display: block;
  float: left;
  padding: 15px 35px;
  text-align: center;
  width: 290px;
  margin-left: 25px;
  /*width: 350px;
  margin: 0 auto;
  display: block;*/ }

#podcast .links .btn:first-child {
  margin-left: 0; }

#podcast .choices {
  margin: 0 auto 1.5625em;
  max-width: 475px;
  width: 100%; }

#podcast .choices label {
  color: #FCFCFD;
  display: inline;
  font-size: 1.125em;
  font-weight: 700;
  margin-left: 5px; }

#podcast .choices label:first-of-type {
  margin-right: 15px; }

#podcast .form {
  background: #004981;
  background: rgba(0, 73, 129, 0.5);
  margin: 0 auto;
  padding: 2.8125em 1.875em 2.1875em;
  width: 96.35%; }

#podcast .form h3 {
  color: #FFCE00;
  font: 1.75em "Open Sans", sans-serif;
  margin: 0 0 0.54em;
  text-align: center;
  width: 100%; }

#podcast .form .section-title {
  display: none; }

#podcast .form h2.nobkgd {
  color: #FFFFFF;
  display: block;
  font-size: 1em;
  font-weight: 400;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 83.3%; }

#podcast .form h2.nobkgd:before {
  border-top: none;
  top: 0;
  width: 100%; }

#podcast .form h2.nobkgd strong {
  color: #FFCE00;
  display: block; }

#podcast .form .name,
#podcast .form .email {
  color: #293846;
  margin-right: 15px;
  width: 210px; }

#podcast .form .email {
  width: 240px; }

#podcast .form div.checkbox {
  margin: 0;
  padding: 0;
  width: 100%; }

#podcast .form div.checkbox ul {
  list-style: none;
  margin: 0 auto 15px;
  width: 100%; }

#podcast .form div.checkbox li {
  float: left;
  width: 25%; }

#podcast .form div.checkbox li span {
  display: block; }

#podcast .form div.checkbox li input {
  float: left;
  margin: 6px 7px 0 0; }

#podcast .form div.checkbox li label {
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 700; }

/* ----- Station Finder ----- */
#station-finder .banner {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, white 31%, whitesmoke 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(31%, white), color-stop(100%, whitesmoke));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, white 31%, whitesmoke 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, white 31%, whitesmoke 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, white 31%, whitesmoke 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, white 31%, whitesmoke 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
  /* IE6-9 */
  padding-top: 1.56em; }

#station-finder .banner .row,
#station-finder .banner .left {
  position: relative; }

#station-finder .banner .large-8 {
  margin-top: 2.5em; }

#station-finder .banner .left > span {
  color: #CCCCCC;
  font-size: 1em;
  font-weight: 700;
  margin: 0 1.56em;
  position: relative;
  text-transform: uppercase;
  top: 8px; }

#station-finder .banner h1 {
  font-size: 2em;
  margin-bottom: 0.67em; }

#station-finder .banner h3 {
  color: #7E9199;
  font-size: 1.125em;
  line-height: 1em;
  margin-bottom: 0.83em;
  text-transform: uppercase; }

#station-finder .banner p {
  margin-bottom: 1.25em; }

#station-finder .banner a {
  cursor: pointer; }

#station-finder .banner input[type=text],
#station-finder .banner input[type=tel],
#station-finder .banner select {
  border: 1px solid #dadbce;
  border-radius: 0;
  font-size: 1em;
  font-weight: 700;
  height: 100%;
  padding: 8px 12px;
  text-transform: none;
  width: 240px; }

#station-finder .banner select {
  padding: 7px; }

#station-finder .banner input[type=submit] {
  background: url(../../img/icons/station-finder-search-2x.png) no-repeat;
  background-size: 27px;
  border: none;
  height: 27px;
  position: absolute;
  right: 5px;
  text-indent: -999999px;
  top: 7px;
  width: 27px; }

#station-finder .results {
  margin-top: 1.56em;
  max-width: 960px; }

#station-finder .results th {
  color: #002433;
  font-size: 0.875em;
  font-weight: 700;
  padding-bottom: 0.72em;
  text-align: left;
  text-transform: uppercase; }

#station-finder .results th.sm {
  width: 10%; }

#station-finder .results th.med {
  width: 15%; }

#station-finder .results th.lg {
  width: 20%; }

#station-finder .results th.city {
  padding-left: 40px; }

#station-finder .results th.time {
  padding-left: 15px; }

#station-finder .results tr.header {
  border-bottom: 1px solid #e1e1e1; }

#station-finder .results tr.even {
  background: #F9F9F9; }

#station-finder .results tr.odd {
  background: #F1F1F0; }

#station-finder .results tr td:first-child {
  padding: 15px 15px 10px 40px; }

#station-finder .results tr td:last-child {
  padding: 15px 40px 10px 15px; }

#station-finder .results td {
  color: #2F2F2F;
  font-size: 1em;
  font-weight: 600;
  margin: 5px 0;
  padding: 15px 15px 10px 0; }

#station-finder .results tr.spacer td {
  padding: 0; }

#station-finder .results tr.spacer hr {
  background: none;
  border: solid transparent;
  margin: 1px 0; }

#station-finder .results tr.bottom td {
  padding: 0; }

#station-finder .results tr.bottom hr {
  background: none;
  border: none;
  height: 1px;
  margin: 5px 0; }

/* ----- Media Player ----- */
#player {
  background: #1E3148;
  border-top: 5px solid #FFD000;
  color: #FCFCFD;
  font: 16px normal "Open Sans", sans-serif; }

#player #media-player {
  margin: 0 auto;
  padding: 35px 0;
  width: 100%; }

#player #media-player .section{
	margin: 0 auto;
	max-width: 650px;
    padding: 0 25px;
	width: 100%; }  

#player #media-player h2 {
  color: #FFD100;
  font-size: 1.25em;
  line-height: 1.125; }

#player #media-player h3 {
  color: #FFFFFF;
  font-size: 0.875em;
  font-style: italic;  }

#player #media-player h3 a {
  color: #FFFFFF;
  font-style: italic;
  text-decoration: none; }

#player #media-player h3 a:hover {
  text-decoration: underline; }  

#player #media-player .logo {
  display: block;
  float: left;
  margin: 0 0 40px;
  width: 200px;  }

#player #media-player .addthis {
  float: right;
  margin: 0 0 40px;
  width: 350px;  }
  #player #media-player .addthis > div {
    float: right; }   

#player #media-player .image,
#player #media-player .info {
  float: left;
  padding: 0; }

#player #media-player .image {
  max-width: 100px;
  width: 100%; }  

#player #media-player .info {
  width: 80%; }  

#player #media-player .image img,
#player #media-player .info img {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.42);
  box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.42);
  margin: 0 20px 0 0;
  max-width: 75px;
  width: 100%; }

#player #media-player .content {
  margin-bottom: 20px; }

#player #media-player .items {
  margin: 20px auto 30px;
  max-width: 555px;
  width: 100%; }

#player #media-player .items li {
   margin-left: 15px; }   

#player #media-player .items li:first-child {
   margin-left: 0; }  
  
#player #media-player .items li:before {
  color: #FFFFFF;
  content: '\25A0';
  font-size: 50%;
  padding-right: 10px;
  position: relative;
  top: -2px; }

#player #media-player .items li a {
  color: #99E5FF;
  display: inline;
  font-size: 0.875em;
  font-weight: 700; }

#player #media-player .items li a:hover {
  color: #99E5FF; }

#player #media-player .scriptures {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;  }
  
#player #media-player .devotional{
  background: #162236;
  margin: 0 auto 1px;
  max-width: 650px;
  padding: 20px 0;
  position: relative;
  width: 100%;  }

#player #media-player .devotional > span{
  background: #FFD000 url(../../img/icons/player-devo-icon.png) no-repeat 12px center;
  display: block;
  float: left;
  height: 58px;
  position: relative;
  width: 44px;
}   

#player #media-player .devotional > span:before {
	border-bottom: 29px solid transparent;
	border-left: 29px solid #FFD000;
	border-top: 29px solid transparent;
	content: '';
	display: block;
	height: 0;
	left: 43px;
	position: relative;
	width: 0;
}

#player #media-player .devotional > div{
	float: right;
	margin-right: 40px;
	max-width: 510px;
	width: 100%;
}  

#player #media-player .devotional h6{
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 3px;
	line-height: 1;
	margin-bottom: 15px;
}

#player #media-player .devotional > div > div{
	float: left;
	margin: 0 10px 0 0;
	width: 126px;
}

#player #media-player .devotional input[type="text"],
#player #media-player .devotional input[type="email"]{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 12px;
	text-transform: none;
	width: 100%;
}  

#player #media-player .devotional div > div  > div.error {
	line-height: 1;
	width: 126px;
}

#player #media-player .devotional div > div  > div.error span  {
	font-size: 0.75em;
}

#player #media-player .devotional .btn{
	background: #FFCF00;
	color: #1E3148;
	font-size: 12px;
	padding: 10px 25px 9px 25px;
}

#player #media-player .devotional > div > div.form-error,
#player #media-player .devotional > div > div.success{
	float: none;
	margin: 0;
	width: 100%;
}

#player #media-player .devotional > div > div.form-error p,
#player #media-player .devotional > div > div.success p{
	font-size: 14px;
	line-height: 1.25;
	margin: 0 0 10px;
}

#player #media-player .devotional > div > div.form-error a{
	color: #FCFCFD;
	text-decoration: underline;
}

#player #media-player .devotional > div > div.form-error a:hover{
	text-decoration: none;
}

#player #media-player .devotional + hr{
  border: solid #324C64; 
  border-width: 1px 0 0;
  margin: 0; }  
  
#media-player .current-offer-player{
  	margin: 30px auto 0;
	max-width: 600px;
	padding: 0;
	position: relative;
	width: 100%  }
	
#media-player .current-offer-player .current-content  {
	background: #334661;
	background: -moz-linear-gradient(top,  #334661 0%, #1d3049 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#334661), color-stop(100%,#1d3049));
	background: -webkit-linear-gradient(top,  #334661 0%,#1d3049 100%);
	background: -o-linear-gradient(top,  #334661 0%,#1d3049 100%);
	background: -ms-linear-gradient(top,  #334661 0%,#1d3049 100%);
	background: linear-gradient(to bottom,  #334661 0%,#1d3049 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#334661', endColorstr='#1d3049',GradientType=0 ); }

#media-player .current-offer-player  > .sfContentBlock {
  float: left;
  max-width: 115px;
  position: relative;
  width: 100%;
  z-index: 2;  }

#media-player .current-offer-player img {
  display: block;
  max-width: 115px;
  width: 100%; }

#media-player .current-offer-player .current-content {
  padding: 15px 25px 20px;
  position: absolute; 
  right: 10px;
  width: 525px; }
  
#media-player .current-offer-player .current-content > div {
  margin-left: 60px;
  width: 340px; }  

#media-player .current-offer-player h4 {
  color: #FFCC00;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase; }

#media-player .current-offer-player h2 {
  margin-bottom: 20px; }

#media-player .current-offer-player h2 a {
  color: #FCFCFD;
  font-weight: 700; }

#media-player .current-offer-player h2 a em{
  font-style: normal; }   

#media-player .current-offer-player p {
  display: none;
  margin: 0 0 1em; }

#media-player .current-offer-player a.current-offer {
  background: none;
  border-radius: 0;
  color: #ADE7FF !important;
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-transform: none;
  transition: none; }

#media-player .current-offer-player a.current-offer:before {
  content: '';
  background: none;
  border-radius: 0px;
  left: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 0; }

#media-player .current-offer-player a.current-offer:hover {
  text-decoration: underline; }

#media-player .current-offer-player .items {
  margin: 0 !important; }  

@media only screen and (min-width: 40.625em){
  #player #media-player .items {  
    max-width: 570px; } }
@media only screen and (max-width: 57.5em) {
  #podcast .links {
    max-width: 750px; }

  #podcast .links .btn {
    margin-left: 15px;
    padding: 15px;
    width: 240px; }

  #podcast .form div.checkbox li {
    width: 30%; }

  #podcast .form .name,
  #podcast .form .email {
    width: 190px; } }
@media only screen and (max-width: 48em) {
  .broadcast-current .content,
  .series .content {
    padding: 1.875em 1.25em; }

  .broadcast-current .image,
  .series .image {
    margin-bottom: 270px;
    padding-right: 20px;
    padding-left: 20px;
    display: none; }

  #podcast .banner .large-8 {
    margin: 0 0 2.5em; }

  #podcast .options {
    top: 38%; }

  #podcast .links {
    width: 96.35%; }

  #podcast .links .btn {
    float: none;
    margin: 25px auto 0;
    width: 100%; }

  #podcast .links .btn:first-child {
    margin: 0 auto; }

  #podcast .form div.checkbox li {
    width: 50%; }

  #podcast .form .left {
    float: none;
    width: 100%; }

  #podcast .form .name,
  #podcast .form .email {
    margin: 0 0 20px;
    width: 100%; }

  #podcast .form .btn {
    display: block;
    width: 100%; }

  #station-finder .banner .large-8 {
    margin: 0 0 2.5em; }

  #station-finder .results {
    padding: 0 20px; } 
	
  .broadcast-current .content .btn-blue,
  .series .content .btn-blue {
    margin: 0 0 15px;
    text-align: center;
    width: 100%; }

  .broadcasts-list .content {
    width: 100%; }

  .broadcasts-list .content .btn-blue {
    margin: 0 0 15px;
    text-align: center;
    width: 100%; }

  .broadcasts-list .content .btn-blue:last-of-type {
    margin: 0; }

  .related-resources {
    display: none; }

  .mobile-resources,
  .mobile-resources > .related-resources {
    display: block; }

  #station-finder .banner .left {
    float: none;
    margin: 0 auto;
    max-width: 240px;
    width: 100%; }

  #station-finder .banner .left > span {
    display: block;
    margin: 5px auto;
    text-align: center;
    top: 0;
    width: 100%; }

  #station-finder .results th.lg {
    width: 50%; }

  #station-finder .results th.city {
    padding-left: 10px; }

  #station-finder .results th.time {
    padding-left: 10px; }

  #station-finder .results td {
    font-size: 0.875em; }

  #station-finder .results tr td:first-child {
    padding: 15px 15px 10px 10px; }

  #station-finder .results tr td:last-child {
    padding: 15px 10px 10px 15px; } }
@media screen and (max-width: 40em) {
  #station-finder .results td.state,
  #station-finder .results th.state,
  #station-finder .results td.day,
  #station-finder .results th.day {
    display: none; }

  #podcast .options {
    top: 42%; } }
@media only screen and (max-width: 37.5em) {
	/*#player #media-player .image,
	#player #media-player .info {
	  float: none; }*/
	  
	#player #media-player .items {
	  margin: 20px auto; }	
	  
	#player #media-player .items li a {
	  font-size: 0.75em; } } 	
@media screen and (max-width: 26.25em) {
  #podcast .btn-blue {
    font-size: 12px;
    padding: 11px 22px; }

  #podcast .options {
    top: 47%; }

  #podcast .options h2 {
    font-size: 2em;
    width: 100%; }

  #podcast .options h2:before {
    border-top: none; }

  #podcast .options h2 span {
    padding: 0;
    width: 250px;
    display: block;
    text-align: center;
    margin: 0 auto; }

  #podcast .form div.checkbox ul {
    margin: 0 auto 10px; }

  #podcast .form div.checkbox li {
    float: none;
    width: 100%; }

  .ui-tabs .ui-tabs-nav li {
    width: 100%; }

  #player #media-player {
	padding: 15px 0; }
    #player #media-player .items li {
	  float: none;
	  margin-left: 0; }
  
  #player #media-player .section {
	padding: 0 15px; }	
	
  #player #media-player .logo {
	float: none;
	margin: 0 auto 25px; }
	
  #player #media-player .addthis {
	float: none;
	margin: 0 auto 25px;
	width: 245px; }
	
  #player #media-player .info {
	float: none;
	width: 100%;
	/*margin-top: 15px;*/ }
  
  #player #media-player .scriptures {
	margin-bottom: 0; }
  
  #player #media-player .devotional > span{
    display: none; }

  #player #media-player .devotional > div {
	float: none;
	margin-right: 0;
	max-width: 100%;
	padding: 0 15px;
	width: 100%; } 

  #player #media-player .devotional h6 {
	line-height: 1.75;
	text-align: center; }   
  
  #player #media-player .devotional div > div {
	float: none;
	margin: 0 0 20px 0;
	width: 100%; }
	
  #player #media-player .devotional div > div  > div.error {
	width: 100%; }	
  
  #player #media-player .devotional .btn {
	width: 100%; }
  
  #media-player .current-offer-player {
	margin: 25px auto; }
	
  #media-player .current-offer-player .current-content {
	padding: 20px 15px 0;
	position: relative;
	right: 0;
	width: 100%; }	
	
  #media-player .current-offer-player > .sfContentBlock {
	max-width: 100px; }	
	
  #media-player .current-offer-player .current-content > div {
	float: left;
	margin-left: 0;
	width: 205px; }

  #media-player .current-offer-player img {
	max-width: 100px; }


	}
@media only screen and (max-width: 20em) {
  .broadcast-current .content,
  .series .content {
    padding: 1.875em 1.25em; }

  .broadcast-current .image,
  .series .image {
    display: none; }

  #podcast .banner .large-4 {
    display: none; }

  #station-finder .banner .large-4 {
    display: none; } }
/* ---------- Sitefinity Admin Area Adjustments! ---------- */
#ctl00_cpSubDevoSignup_RadDockZonecpSubDevoSignup {
  clear: both; }

div.RadWindow_Sitefinity .rwContentRow td.rwWindowContent {
  line-height: 1 !important; }

/*---- STEPHEN'S MEDIA QUERIES SLIDER ----*/
/* General */
.mobile-only,
.mobile-video-only {
  display: none; }

.alert-header {
  width: 100%;
  background-color: #FBFBFB;
  padding: 18px 0 14px 0;
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  border-bottom: 1px solid #E7A90D; }

@media only screen and (max-width: 48em) {
  /* Media Library */
  .series-archive .info.series img {
    display: none; }

  .btn-blue.light {
    margin-bottom: 10px;
    width: 100%;
    text-align: center; }

  .recent-series h3,
  .related-resources h3 {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid silver; }

  .recent-series {
    display: none; }

  h3.mobile-subnav-menu {
    display: block;
    border-top: 1px solid silver;
    color: #002433 !important;
    font-weight: 700 !important;
    margin-bottom: 1em;
    padding-top: 10px; }

  #broadcast .content {
    padding-bottom: 0px;
    padding-top: 5px; }

  /* General */
  .mobile-hide,
  .mobile-video-hide {
    display: none; }

  .mobile-only,
  .mobile-video-only {
    display: inline;
    margin-bottom: 1.25em; }

  .mobile-video-only.media-holder {
    background: none;
    border: none;
    padding: 0; }

  .media-holder img {
    padding: 15px; }

  .mobile-video-only.media-holder img {
    padding: 0; }

  .anchor-link {
    display: inline;
    text-transform: uppercase;
    font-size: .75em;
    font-weight: bold;
    color: #7E9199; } }
.anchor-link {
  display: none; }

@media only screen and (max-width: 20em) {
  /*#player #media-player .image img,
  #player #media-player .info img {
    display: none; }

  #player #media-player .content {
    margin: 30px 0px 0 -105px;
    width: 20em; }*/

  .mobile-video-hide {
    display: none; }

  .mobile-video-only {
    display: inline; }

  .media-holder img {
    padding: 15px; } }
/* ----- Warning labels! ----- */
noscript div {
  background: #FF9900;
  padding: 20px 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%; }

noscript p,
noscript a {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 auto;
  width: 65%; }

noscript a {
  text-decoration: underline; }

noscript a {
  color: #FFFFFF;
  text-decoration: none; }

.stag-warning {
  background: #004A7F;
  display: none;
  padding: 0.5em;
  text-align: center; }

.stag-warning h2 {
  color: #FFFFFF; }

/* ----- Smarty Streets UI! ----- */
.smarty-tag {
  left: 15px; }

@media screen and (max-width: 40em) {
  .smarty-tag {
    left: 0;
    right: 0; } }
/* ----- Our Values Page! ----- */
.our-values {
  list-style: none;
  margin: 0; }

.our-values li {
  margin-bottom: 1em;
  overflow: hidden; }

.our-values img {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 100px;
  width: 100%; }

.our-values p {
  float: left;
  margin: 0 0 1em;
  width: 87.5%; }

@media screen and (max-width: 48em) {
  .our-values p {
    width: 82%; } }
@media screen and (max-width: 40em) {
  .our-values p {
    width: 78%; } }
@media screen and (max-width: 26.25em) {
  .our-values p {
    width: 65%; } }
@media screen and (max-width: 20em) {
  .our-values p {
    width: 100%; } }
/* ----- Events Page! ----- */
.events {
  list-style: none;
  margin: 0; }

.events.single {
  margin-top: 1em; }

.events li {
  margin-top: 1em; }

.events li:first-child {
  margin-top: 0; }

.events_list {
  padding: 15px 0 5px 0;
  border-top: 1px solid #eee; }

.events_list h3 {
  margin-bottom: -10px;
  color: #004880; }

/* ----- System Logging Page! ----- */
#sys-logging .search {
  margin: 30px 0;
  position: relative;
  width: 460px; }

#sys-logging .search .container {
  float: left;
  position: relative;
  width: 300px; }

#sys-logging .search input[type=text] {
  border: 1px solid #dadbce;
  border-radius: 0;
  font-size: 1em;
  font-weight: 700;
  height: 100%;
  padding: 8px 12px;
  text-transform: none; }

#sys-logging .search .search-btn {
  background: url(../../img/icons/station-finder-search-2x.png) no-repeat;
  background-size: 27px;
  border: none;
  float: left;
  height: 27px;
  position: absolute;
  right: 5px;
  text-indent: -999999px;
  top: 7px;
  width: 27px; }

#sys-logging .search .grey-btn {
  background: #CCCCCC;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  margin-left: 20px;
  padding: 13px 15px;
  text-decoration: none;
  text-transform: uppercase; }

#sys-logging .logs,
#sys-logging .level {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 30px;
  padding-bottom: 15px; }

#sys-logging .logs ul {
  list-style: none;
  margin: 0; }

#sys-logging .logs h4 {
  display: inline; }

#sys-logging .logs span {
  margin-left: 5px;
  position: relative;
  top: 1px; }

#sys-logging .level label.severity-level {
  float: left;
  font-size: 1em;
  font-weight: 700;
  margin-right: 15px;
  text-align: right; }

#sys-logging .level tr {
  background: none !important; }

#sys-logging .level td {
  padding: 0 0 10px 4px; }

#sys-logging .level td label {
  float: left;
  font-size: 1em;
  font-weight: 700;
  margin: 0; }

#sys-logging .level td input[type="radio"] {
  border: none;
  margin: 1px 5px 0 0;
  float: left;
  background: transparent; }

#sys-logging .report-scroll {
  height: 500px;
  overflow: scroll;
  width: 100%; }

#sys-logging .report h2 {
  margin-bottom: 20px; }

#sys-logging .logging-results {
  width: 100%; }

#sys-logging .logging-results th {
  font-weight: 700;
  padding-bottom: 15px;
  text-align: left;
  text-transform: uppercase; }

#sys-logging .logging-results th.title,
#sys-logging .logging-results th.id,
#sys-logging .logging-results th.name,
#sys-logging .logging-results th.date,
#sys-logging .logging-results th.severity {
  width: 5%;
  padding: 0 0 15px 25px; }

#sys-logging .logging-results th.id {
  padding: 0 25px 15px 18px; }

#sys-logging .logging-results th.date {
  padding: 0 50px 15px 25px; }

#sys-logging .logging-results th.page,
#sys-logging .logging-results th.message {
  padding: 0 25px 15px; }

#sys-logging .logging-results td {
  font-size: 12px;
  padding-left: 25px; }

#sys-logging .logging-results td:first-child {
  padding-left: 15px; }

#sys-logging .logging-results tr.spacer hr {
  background: none;
  border: none;
  margin: 1px 0; }

#sys-logging .pager {
  font-size: 14px;
  font-weight: 700;
  margin-top: 25px;
  text-align: left; }

#sys-logging .pager p {
  display: inline;
  margin: 0; }

#sys-logging .pager span.active,
#sys-logging .pager a {
  padding: 0 5px; }

/* ---------- Blog ---------- */
.post-list ul {
  list-style: none;
  margin: 0; }

.post-list li {
  border-top: 1px solid #DDDDDD;
  margin-top: 30px;
  padding-top: 30px;
  padding-right: 30px; }

.post-list h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.125;
  margin-bottom: 10px; }
  
.post-list h2 a {
  color: #002434;
  font-size: 24px;
  text-align: left;
  text-transform: none;  }

.post-list h2 a:hover {
  color: #002433; }  
  
.post-list .title{
  float: left;
  margin-bottom: 30px;
  width: 440px; }  
  
.post-list .addthis_custom_sharing{
  float: right;
  text-align: right;
  width: 170px;  }    
  
.post-list .addthis_custom_sharing .at-svc-pinterest_share,
.post-list .addthis_custom_sharing .at-svc-email,
.post-list .addthis_custom_sharing .at-svc-print{
  display: none !important; }

.post-list .sfimageWrp{
  float: left; }

.post-list .sfimageWrp img{
  margin: 5px 20px 10px 0;
  max-width: 150px;
  width: 100%; }  

.post-list .sfimageWrp + div p,
.post-list .espanol p{
  font-size: 14px;
  margin: 0 0 1em; }

.post-list a.post-link {
  color: #0099F7;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: justify;
  text-transform: uppercase; }

.post-list a.post-link:hover {
  color: #0099F7; }  

.post-info {
  color: #7E9199;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px; }
  
.full-post {
  padding-right: 30px; }

.full-post h2{
  font-size: 35px;
  line-height: 1;
  margin-bottom: 10px; } 
 
.full-post p {
  margin: 0 0 1em; }

.full-post ul li,
.full-post ol li {
  line-height: 1.75; }   

.full-post .post-info {
  margin: 0 0 20px !important; }  

.full-post .addthis_custom_sharing {
  margin: 0 0 30px; }

.full-post .sfimageWrp{
  float: right; }  
  
.full-post .sfimageWrp img{
  margin: 5px 0 10px 20px;
  max-width: 250px;
  width: 100%; } 

/* ----- Pager ----- */
.blog-pager {
  border-top: 1px solid #DDDDDD;
  margin: 30px 0 15px;
  padding-top: 30px;
  text-align: center;
  width: 100%; }

.blog-pager a {
  color: #002433;
  font-weight: 700;
  margin: 0 5px;
  text-decoration: underline; }

.blog-pager a:hover {
  color: #002433;
  text-decoration: none; }

.blog-pager a.sf_PagerCurrent {
  text-decoration: none; }

/* ----- Sidebar ----- */
#blog-ad,
#blog-search,
#blog-series,
#blog-tags {
  clear: both;
  max-width: 240px;
  width: 100%; }

#blog-ad img {
  margin-bottom: 25px; }

#blog-search fieldset{
  border: none;
  margin: 0;
  padding: 0;
  position: relative; }  

#blog-search input.sfsearchTxt {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  font-size: 0.875em;
  height: 40px;
  padding: 10px 15px;
  text-transform: none;
  width: 100%; }

#blog-search input.sfsearchTxt::-moz-placeholder {
  color: #AAAAAA;
  opacity: 1; }

#blog-search input.sfsearchTxt:-ms-input-placeholder {
  color: #AAAAAA; }

#blog-search input.sfsearchTxt::-webkit-input-placeholder {
  color: #AAAAAA; }

#blog-search input.sfsearchSubmit {
  background: url(../../img/icons/devotional-search-2x.png) no-repeat;
  background-size: 14px;
  border: none;
  height: 14px;
  position: absolute;
  right: 13px;
  text-indent: -999999px;
  top: 13px;
  width: 14px; }

#blog-series {
  margin-top: 25px; }

#blog-tags {
  margin: 20px 0 40px; }

#blog-series h2,
#blog-tags h2 {
  color: #002433;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px; }

#blog-series ul,
#blog-tags ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

#blog-series .column-two {
  margin: 0 0 0 20px; }

#blog-tags .column-two {
  margin: 0 0 0 20px; }

#blog-series li,
#blog-tags li {
  line-height: 1.5;
  margin-top: 10px;
  position: relative; }

#blog-tags li:before {
  color: #CCCCCC;
  content: '\25FC';
  font-size: 8px;
  position: relative;
  padding-right: 6px;
  top: -2px; }

#blog-series li:first-child,
#blog-tags li:first-child {
  margin-top: 0; }

#blog-tags a {
  color: #002433;
  font-size: 12px;
  font-weight: 700; }

#blog-tags a:hover {
  text-decoration: underline; }

.blog-rss {
  color: #EB6610;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase; }

@media only screen and (max-width: 48em) {
  .full-post {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 40px;
    margin-right: 0;
    padding-bottom: 25px; } }

@media only screen and (max-width: 43.75em){
  .post-list .title{
	float: none;
	margin-bottom: 15px;
    width: 100%; }  
  
  .post-list .addthis_custom_sharing{
	float: none;
	margin-bottom: 15px;
	text-align: left;
	width: 100%; } }	
	
.sticky-footer {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#bdbdbd)) red;
  background: -webkit-linear-gradient(top, white 0%, #bdbdbd 100%) red;
  background: -moz-linear-gradient(top, white 0%, #bdbdbd 100%) red;
  background: -ms-linear-gradient(top, white 0%, #bdbdbd 100%) red;
  background: -o-linear-gradient(top, white 0%, #bdbdbd 100%) red;
  background: linear-gradient(to bottom, white 0%, #bdbdbd 100%) red;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 );
  border-top: 1px solid #DDDDDD;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 999999; }

.sticky-footer .row {
  position: relative; }

.sticky-footer .row > div {
  float: left;
  position: relative;
  width: 100%; }
  
.sticky-footer .close-footer{
	background: #FFFFFF;
	border: 2px solid #D8D8D8;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	font-size: 14px;	
	font-weight: 700;
	height: 25px;	
	padding: 1px 6px;
	position: absolute;
	right: -30px;
	top: -15px;
	width: 25px; }  

.sticky-footer .close-footer:hover{
	text-decoration: none; }  	

.sticky-footer img {
  position: absolute;
  left: 0;
  top: -30px; }

.sticky-footer h3 {
  color: #002454;
  float: left;
  font-size: 1.125em;
  margin: 20px 0 20px 85px; }

.sticky-footer .request-copy {
  background: url(../../img/request-copy-check.png) 19px center no-repeat #fafafa;
  border: 2px solid #d8d8d8;
  text-transform: uppercase;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  color: #002255;
  display: block;
  float: right;
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1.25;
  margin: 15px 0;
  opacity: 1;
  padding: 8px 25px 8px 40px;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.sticky-footer .request-copy:hover {
  background: url(../../img/request-copy-check.png) 19px center no-repeat white;
  border: 2px solid #F7BD09;
  text-decoration: none; }

@media only screen and (min-width: 48em) {	
	.sticky-footer .close-footer {
		top: 5px;
	} }

@media only screen and (max-width: 48em) {
	.sticky-footer .row > div{
		float: none;
		margin: 0 auto;	
		width: 75%; }
	.sticky-footer .request-copy{
		clear: both;
		float: none;
		margin: 0 auto 20px;
		width: 195px; }	 
	.sticky-footer .close-footer{
		right: -30px;
		top: -15px; } }

 @media only screen and (max-width: 20em) {
	 .sticky-footer img {
		top: 10px; } }	

/* ----- Free Resources/Latest News ----- */
.resources-title {
  margin-top: 40px; }
  .resources-title .sfContentBlock {
    float: left; }
    .resources-title .sfContentBlock + div {
      float: right;
      position: relative; }
      .resources-title .sfContentBlock + div fieldset {
        border: none;
        margin: 0;
        padding: 0; }
      .resources-title .sfContentBlock + div input[type=text] {
        border: 1px solid #E6E6E6;
        padding: 9px;
        width: 200px; }
      .resources-title .sfContentBlock + div .sfsearchSubmit {
        background: url(../../img/icons/resources-search-icon.png) no-repeat;
        border: none;
        cursor: pointer;
        height: 14px;
        padding: 0;
        position: absolute;
        right: 12px;
        top: 12px;
        text-indent: -9999px;
        text-transform: none;
        width: 14px; }
  .resources-title h2 {
    color: #133971;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0; }

.resources-grid img {
  display: block;
  height: 100%;
  margin-bottom: 20px;
  max-height: 105px; }
.resources-grid h3 {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px; }
  .resources-grid h3 a {
    color: #002433; }
.resources-grid p {
  font-size: 0.75em;
  margin: 0 0 10px; }
.resources-grid .continue {
  color: #108DDC;
  font-size: 0.75em;
  font-weight: 700;
  text-decoration: underline; }
  .resources-grid .continue:hover {
    text-decoration: none; }

.resources-pager {
  margin-top: 20px; }
  .resources-pager .RadDataPager,
  .resources-pager .RadDataPager_Default {
    background: none;
    border: none;
    color: #133A71;
    min-height: 100%;
    padding: 0;
    text-align: center; }
    .resources-pager .RadDataPager .rdpNumPart a,
    .resources-pager .RadDataPager_Default .rdpNumPart a {
      background: none !important;
      color: #133A71;
      float: none;
      font-weight: 700;
      line-height: 1;
      padding: 0 10px 0 0;
      text-decoration: underline; }
      .resources-pager .RadDataPager .rdpNumPart a:hover,
      .resources-pager .RadDataPager_Default .rdpNumPart a:hover {
        text-decoration: none; }
        .resources-pager .RadDataPager .rdpNumPart a:hover span,
        .resources-pager .RadDataPager_Default .rdpNumPart a:hover span {
          background: none !important; }
    .resources-pager .RadDataPager .rdpNumPart span,
    .resources-pager .RadDataPager_Default .rdpNumPart span {
      background: none !important;
      float: none;
      padding: 0; }
    .resources-pager .RadDataPager a.rdpCurrentPage a,
    .resources-pager .RadDataPager_Default a.rdpCurrentPage a {
      text-decoration: none; }
      .resources-pager .RadDataPager a.rdpCurrentPage a:hover span,
      .resources-pager .RadDataPager_Default a.rdpCurrentPage a:hover span {
        background: none !important; }
  .resources-pager .RadDataPager .rdpWrap,
  .resources-pager .RadDataPager .rdpWrapRight,
  .resources-pager .RadDataPager .rdpWrapNone {
    float: none;
    line-height: 1;
    padding: 0; }

.RadDataPager,
.RadDataPager_Default {
  background: none !important;
  border: none !important;
  color: #133A71;
  margin-top: 20px;
  min-height: 100% !important;
  padding: 0 !important;
  text-align: center !important; }
  .RadDataPager .rdpNumPart a,
  .RadDataPager_Default .rdpNumPart a {
    background: none !important;
    color: #133A71 !important;
    float: none !important;
    font-weight: 700;
    line-height: 1 !important;
    padding: 0 10px 0 0 !important;
    text-decoration: underline !important; }
    .RadDataPager .rdpNumPart a:hover,
    .RadDataPager_Default .rdpNumPart a:hover {
      text-decoration: none; }
      .RadDataPager .rdpNumPart a:hover span,
      .RadDataPager_Default .rdpNumPart a:hover span {
        background: none !important; }
  .RadDataPager .rdpNumPart span,
  .RadDataPager_Default .rdpNumPart span {
    background: none !important;
    float: none !important;
    padding: 0 !important; }
  .RadDataPager .rdpCurrentPage,
  .RadDataPager_Default .rdpCurrentPage {
    text-decoration: none !important; }
    .RadDataPager .rdpCurrentPage:hover span,
    .RadDataPager_Default .rdpCurrentPage:hover span {
      background: none !important; }

.RadDataPager .rdpWrap,
.RadDataPager .rdpWrapRight,
.RadDataPager .rdpWrapNone {
  float: none !important;
  line-height: 1 !important;
  padding: 0 !important; }

.single-resource h2 {
  color: #133A71;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px; }
.single-resource img {
  display: block;
  margin: 30px 0; }
.single-resource .download-resource {
  background: #48e709;
  background: -moz-linear-gradient(top, #48e709 0%, #27ac06 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #48e709), color-stop(100%, #27ac06));
  background: -webkit-linear-gradient(top, #48e709 0%, #27ac06 100%);
  background: -o-linear-gradient(top, #48e709 0%, #27ac06 100%);
  background: -ms-linear-gradient(top, #48e709 0%, #27ac06 100%);
  background: linear-gradient(to bottom, #48e709 0%, #27ac06 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48e709', endColorstr='#27ac06',GradientType=0 );
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.15);
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  opacity: 1;
  padding: 13px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  width: 100%; }
  .single-resource .download-resource:hover {
    opacity: 0.85;
    text-decoration: none; }
  .single-resource .download-resource:before {
    content: url(../../img/icons/download-icon.png);
    opacity: 0.6;
    padding-right: 10px;
    position: relative;
    top: 2px; }
.single-resource .single-content {
  font-size: 14px; }
  .single-resource .single-content p {
    margin: 0 0 30px; }
.single-resource + #sidebar {
  border-left: 10px solid #F2F3F4;
  margin-top: 0;
  padding-left: 30px;
  position: relative; }
  .single-resource + #sidebar fieldset {
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 200px; }
  .single-resource + #sidebar input[type=text] {
    border: 1px solid #F2F3F4;
    padding: 9px;
    width: 200px; }
  .single-resource + #sidebar .sfsearchSubmit {
    background: url(../../img/icons/resources-search-icon.png) no-repeat;
    border: none;
    cursor: pointer;
    height: 14px;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 12px;
    text-indent: -9999px;
    text-transform: none;
    width: 14px; }

.resources-list {
  margin-top: 30px;
  max-width: 200px; }
  .resources-list h3 {
    border-bottom: 5px solid #F2F3F4;
    color: #133971 !important;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-transform: uppercase; }
  .resources-list ul {
    list-style: none !important;
    margin: 0;
    padding-left: 0 !important; }
  .resources-list li {
    margin-top: 25px; }
    .resources-list li:first-child {
      margin-top: 0; }
    .resources-list li a {
      display: block; }
      .resources-list li a img {
        display: block;
        margin-bottom: 10px !important; }
    .resources-list li h4 {
      font-size: 14px !important;
      margin: 0; }
      .resources-list li h4 a {
        color: #002433; }

@media only screen and (max-width: 48em) {
  .sticky-footer .row > div {
    float: none;
    margin: 0 auto;
    width: 75%; }

  .sticky-footer h3 {
    float: none; }

  .sticky-footer .request-copy {
    float: none;
    margin: 0 auto 20px;
    width: 195px; }

  .resources-title {
    margin-top: 75px;
    padding: 0 20px; }
    .resources-title .sfContentBlock {
      float: none;
      margin-bottom: 10px; }
      .resources-title .sfContentBlock + div {
        float: none;
        margin-bottom: 20px;
        width: 200px; } }
@media only screen and (max-width: 20em) {
  .sticky-footer img {
    top: 10px; } }
.full-post .fb_iframe_widget iframe {
  max-width: inherit !important; }

/* ---------- Revolution Slider 4.1 ---------- */
.bannercontainer {
  width: 100%;
  position: relative;
  padding: 0; }

.banner {
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  width: 100%; }

/* ----- FULLSCREEN AND FULLWIDHT CONTAINERS ----- */
.fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0; }

.fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden; }

.fullwidthbanner-container .fullwidthbanner {
  width: 100%;
  position: relative; }

/* ----- SOME CAPTION MODIFICATION AT START  ----- */
.tp-simpleresponsive img {
  max-width: 100%; }

/* ----- IE8 HACKS ----- */
.noFilterClass {
  filter: none !important; }

/* ----- DOTTED OVERLAYS ----- */
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1; }

.tp-dottedoverlay.twoxtwo {
  background: url(../../img/slider/gridtile.png); }

.tp-dottedoverlay.twoxtwowhite {
  background: url(../../img/slider/gridtile_white.png); }

.tp-dottedoverlay.threexthree {
  background: url(../../img/slider/gridtile_3x3.png); }

.tp-dottedoverlay.threexthreewhite {
  background: url(../../img/slider/gridtile_3x3_white.png); }

/* ----- NAVIGATION	----- */
/* --- BULLETS --- */
.tpclear {
  clear: both; }

.tp-bullets {
  z-index: 1000;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px); }

.tp-bullets.hidebullets {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.tp-bullets.simplebullets.navbar {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
  background: url(../../img/slider/boxed_bgtile.png);
  height: 40px;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tp-bullets.simplebullets.navbar-old {
  background: url(../../img/slider/navigdots_bgtile.png);
  height: 35px;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: url(../../img/slider/bullet.png) no-Repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
  margin-left: 3px; }

.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px; }

.tp-bullets.simplebullets.round-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../../img/slider/bullets.png) no-Repeat bottom left;
  width: 23px;
  height: 23px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.round-old .bullet.last {
  margin-right: 0px; }

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  background: url(../../img/slider/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0px; }

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../../img/slider/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.square-old .bullet.last {
  margin-right: 0px; }

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: url(../../img/slider/bullet_boxed.png) no-Repeat top left;
  width: 18px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 0px !important; }

.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 0px !important; }

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../../img/slider/navigdots.png) no-Repeat bottom left;
  width: 15px;
  height: 15px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 10px; }

.tp-bullets.simplebullets.navbar-old .bullet.first {
  margin-left: 0px !important; }

.tp-bullets.simplebullets.navbar-old .bullet.last {
  margin-right: 0px !important; }

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background-position: top left; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  background-position: bottom left; }

/* ----- TP ARROWS 	----- */
.tparrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5000px);
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  z-index: 600;
  position: relative; }

.tparrows.hidearrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../img/slider/large_left.png) no-Repeat top left;
  width: 40px;
  height: 40px; }

.tp-rightarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../img/slider/large_right.png) no-Repeat top left;
  width: 40px;
  height: 40px; }

.tp-leftarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../img/slider/small_left.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-rightarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../img/slider/small_right.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-leftarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../img/slider/arrow_left.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-rightarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../img/slider/arrow_right.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-leftarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../img/slider/small_left_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-right: 6px;
  margin-top: 12px; }

.tp-rightarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../img/slider/small_right_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-left: 6px;
  margin-top: 12px; }

.tp-leftarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../img/slider/arrowleft.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-right: 6px;
  margin-top: 10px; }

.tp-rightarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../img/slider/arrowright.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-left: 6px;
  margin-top: 10px; }

.tp-leftarrow.navbar-old.thumbswitharrow {
  margin-right: 10px; }

.tp-rightarrow.navbar-old.thumbswitharrow {
  margin-left: 0px; }

.tp-leftarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../img/slider/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px; }

.tp-rightarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../img/slider/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px; }

.tp-leftarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../img/slider/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px; }

.tp-rightarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../img/slider/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px; }

.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../img/slider/slider-arrows-new.png) no-repeat 0 0;
  width: 31px;
  height: 72px; }

.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../../img/slider/slider-arrows-new.png) no-repeat -36px 0;
  width: 31px;
  height: 72px; }

/* ----- TP THUMBS ----- */
.tp-bullets.tp-thumbs {
  z-index: 1000;
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  margin-top: -50px; }

.fullwidthbanner-container .tp-thumbs {
  padding: 3px; }

.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  overflow: hidden;
  position: relative; }

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute; }

.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  /* THE DIMENSION OF A SINGLE THUMB */
  cursor: pointer;
  overflow: hidden;
  background: none;
  margin: 0;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*filter: alpha(opacity=50);	*/
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.tp-thumbs img {
  width: 100%; }

/* ----- TP BANNER TIMER ----- */
.tp-bannertimer {
  width: 100%;
  height: 10px;
  background: url(../../img/slider/timer.png);
  position: absolute;
  z-index: 200;
  top: 0px; }

.tp-bannertimer.tp-bottom {
  bottom: 0px;
  height: 5px;
  top: auto; }

/* ----- RESPONSIVE SETTINGS ----- */
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .responsive .tp-bullets {
    display: none; }

  .responsive .tparrows {
    display: none; } }
/* ----- BASIC SETTINGS FOR THE BANNER	----- */
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.tp-simpleresponsive a {
  text-decoration: none; }

.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.tp-simpleresponsive > ul > li {
  list-stye: none;
  position: absolute;
  visibility: hidden; }

.tp-simpleresponsive .caption, 
.tp-simpleresponsive .tp-caption {
  position: absolute;
  visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
}  

/* ----- NAVIGATION FANCY EXAMPLES ----- */
.tparrows .tp-arr-imgholder {
  display: none; }

.tparrows .tp-arr-titleholder {
  display: none; }

/* ----- NAVIGATION FANCY EXAMPLES ----- */
/* NAVIGATION PREVIEW 1 */
.tparrows.preview1 {
  width: 100px;
  height: 100px;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  background: transparent; }

.tparrows.preview1:after {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: "revicons";
  color: #fff;
  font-size: 30px;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #fff;
  background: rgba(0, 0, 0, 0.15);
  z-index: 2;
  line-height: 100px;
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s; }

.tp-rightarrow.preview1:after {
  content: '\e825'; }

.tp-leftarrow.preview1:after {
  content: '\e824'; }

.tparrows.preview1:hover:after {
  background: white;
  color: #aaa; }

.tparrows.preview1 .tp-arr-imgholder {
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/*.tparrows.preview1 .tp-arr-iwrapper			{	  -webkit-transition: all 0.3s;transition: all 0.3s;
												-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;}											
.tparrows.preview1:hover .tp-arr-iwrapper	{	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;}*/
.tp-rightarrow.preview1 .tp-arr-imgholder {
  right: 100%;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.tp-leftarrow.preview1 .tp-arr-imgholder {
  left: 100%;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.tparrows.preview1:hover .tp-arr-imgholder {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg); }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px; } }
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px; } }
/* PREVIEW 1 BULLETS */
.tp-bullets.preview1 {
  height: 21px; }

.tp-bullets.preview1 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.15) !important;
  /*-webkit-border-radius: 10px;
  border-radius: 10px;*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid transparent !important;
  display: inline-block;
  margin-right: 5px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview1 .bullet.last {
  margin-right: 0px; }

.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #aaa !important;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid white !important; }

/* NAVIGATION PREVIEW 2 */
.tparrows.preview2 {
  min-width: 60px;
  min-height: 60px;
  background: #fff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1.3s;
  -webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
  transition: width 0.3s, background-color 0.3s, opacity 0.3s;
  backface-visibility: hidden; }

.tparrows.preview2:after {
  position: absolute;
  top: 50%;
  font-family: "revicons";
  color: #aaa;
  font-size: 25px;
  margin-top: -12px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }

.tp-rightarrow.preview2:after {
  content: '\e81e';
  right: 18px; }

.tp-leftarrow.preview2:after {
  content: '\e81f';
  left: 18px; }

.tparrows.preview2 .tp-arr-titleholder {
  background-size: cover;
  background-position: center center;
  display: block;
  width: auto;
  position: absolute;
  top: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  padding: 0px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.tp-rightarrow.preview2 .tp-arr-titleholder {
  right: 50px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.tp-leftarrow.preview2 .tp-arr-titleholder {
  left: 50px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.tparrows.preview2.hovered {
  width: 300px; }

.tparrows.preview2:hover {
  background: #fff; }

.tparrows.preview2:hover:after {
  color: #000; }

.tparrows.preview2:hover .tp-arr-titleholder {
  -webkit-transform: translateX(0px);
  transform: translateX(0px); }

/* PREVIEW 2 BULLETS */
.tp-bullets.preview2 {
  height: 17px; }

.tp-bullets.preview2 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid transparent !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview2 .bullet.last {
  margin-right: 0px; }

.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid black !important; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview2 {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px; }

  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 20px;
    margin-top: -12px; }

  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 11px; }

  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 11px; }

  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0px; }

  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 35px; }

  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 35px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tparrows.preview2 {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px; }

  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 14px;
    margin-top: -12px; }

  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 8px; }

  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 8px; }

  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 10px;
    line-height: 30px;
    letter-spacing: 0px; }

  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 25px; }

  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 25px; } }
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tparrows.preview2 {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px; }

  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 14px;
    margin-top: -12px; }

  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 8px; }

  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 8px; }

  .tparrows.preview2 .tp-arr-titleholder {
    display: none;
    visibility: none; }

  .tparrows.preview2:hover {
    width: 30px !important;
    height: 30px !important; } }
/* NAVIGATION PREVIEW 3 */
.tparrows.preview3 {
  width: 70px;
  height: 70px;
  background: #fff;
  background: white;
  -webkit-transform-style: flat; }

.tparrows.preview3:after {
  position: absolute;
  line-height: 70px;
  text-align: center;
  font-family: "revicons";
  color: #aaa;
  font-size: 30px;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 100;
  width: 70px;
  height: 70px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }

.tparrows.preview3:hover:after {
  color: #000; }

.tp-rightarrow.preview3:after {
  content: '\e825'; }

.tp-leftarrow.preview3:after {
  content: '\e824'; }

.tparrows.preview3 .tp-arr-iwrapper {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  z-index: 0;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  display: table;
  min-height: 90px;
  top: -10px; }

.tp-leftarrow.preview3 .tp-arr-iwrapper {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.tparrows.preview3 .tp-arr-imgholder {
  display: block;
  background-size: cover;
  background-position: center center;
  display: table-cell;
  min-width: 90px;
  height: 90px;
  position: relative;
  top: 0px; }

.tp-rightarrow.preview3 .tp-arr-iwrapper {
  right: 0px;
  padding-right: 70px; }

.tp-leftarrow.preview3 .tp-arr-iwrapper {
  left: 0px;
  direction: rtl;
  padding-left: 70px; }

.tparrows.preview3 .tp-arr-titleholder {
  display: table-cell;
  padding: 30px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  position: relative;
  clear: right;
  vertical-align: middle; }

.tparrows.preview3:hover .tp-arr-iwrapper {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

/* PREVIEW 3 BULLETS */
.tp-bullets.preview3 {
  height: 17px; }

.tp-bullets.preview3 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid transparent !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview3 .bullet.last {
  margin-right: 0px; }

.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid black !important; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview3:after,
  .tparrows.preview3 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px; }

  .tparrows.preview3 .tp-arr-iwrapper {
    min-height: 70px; }

  .tparrows.preview3 .tp-arr-imgholder {
    min-width: 70px;
    height: 70px; }

  .tp-rightarrow.preview3 .tp-arr-iwrapper {
    padding-right: 50px; }

  .tp-leftarrow.preview3 .tp-arr-iwrapper {
    padding-left: 50px; }

  .tparrows.preview3 .tp-arr-titleholder {
    padding: 10px;
    font-size: 16px; } }
@media only screen and (max-width: 767px) {
  .tparrows.preview3:after,
  .tparrows.preview3 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px; }

  .tparrows.preview3 .tp-arr-iwrapper {
    min-height: 70px; } }
/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 {
  width: 30px;
  height: 110px;
  background: transparent;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000; }

.tparrows.preview4:after {
  position: absolute;
  line-height: 110px;
  text-align: center;
  font-family: "revicons";
  color: #fff;
  font-size: 20px;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 30px;
  height: 110px;
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.tp-rightarrow.preview4:after {
  content: '\e825'; }

.tp-leftarrow.preview4:after {
  content: '\e824'; }

.tparrows.preview4 .tp-arr-allwrapper {
  visibility: hidden;
  width: 180px;
  position: absolute;
  z-index: 1;
  min-height: 120px;
  top: 0px;
  left: -150px;
  overflow: hidden;
  -webkit-perspective: 1000px;
  -webkit-transform-style: flat; }

.tp-leftarrow.preview4 .tp-arr-allwrapper {
  left: 0px; }

.tparrows.preview4 .tp-arr-iwrapper {
  position: relative; }

.tparrows.preview4 .tp-arr-imgholder {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  position: relative;
  top: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tparrows.preview4 .tp-arr-imgholder2 {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  position: absolute;
  top: 0px;
  left: 180px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tp-leftarrow.preview4 .tp-arr-imgholder2 {
  left: -180px; }

.tparrows.preview4 .tp-arr-titleholder {
  display: block;
  font-size: 12px;
  line-height: 25px;
  padding: 0px 10px;
  text-align: left;
  color: #fff;
  position: relative;
  background: #000;
  color: #FFF;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 11px;
  line-height: 2.75;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0; }

.tparrows.preview4:after {
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%; }

.tp-leftarrow.preview4:after {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%; }

@media only screen and (min-width: 768px) {
  .tparrows.preview4:hover:after {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }

  .tp-leftarrow.preview4:hover:after {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }

  .tparrows.preview4:hover .tp-arr-titleholder {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; } }
/* PREVIEW 4 BULLETS */
.tp-bullets.preview4 {
  height: 17px; }

.tp-bullets.preview4 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid transparent !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview4 .bullet.last {
  margin-right: 0px; }

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid black !important; }

@media only screen and (max-width: 767px) {
  .tparrows.preview4 {
    width: 20px;
    height: 80px; }

  .tparrows.preview4:after {
    width: 20px;
    height: 80px;
    line-height: 80px;
    font-size: 14px; }

  .tparrows.preview1 .tp-arr-allwrapper,
  .tparrows.preview2 .tp-arr-allwrapper,
  .tparrows.preview3 .tp-arr-allwrapper,
  .tparrows.preview4 .tp-arr-allwrapper {
    display: none !important; } }
/* ----- LOADER FORMS ----- */
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute; }

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background: url(../../img/slider/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.tp-loader.spinner5 {
  background: url(../../img/slider/loader.gif) no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #ff0000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  animation: tp-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }
@keyframes tp-scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0); }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0; } }
.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center; }

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }

  40% {
    -webkit-transform: scale(1); } }
@keyframes tp-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear; }

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes tp-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes tp-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }

  50% {
    -webkit-transform: scale(1); } }
@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
.tp-transparentimg {
  content: "url(../../img/slider/transparent.png)"; }

.tp-3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('../font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/
/* -----  jQuery UI Tabs ----- */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ }

.ui-tabs .ui-tabs-nav {
  border-bottom: 1px solid #ebedea;
  margin: 0;
  padding: 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 0 0.7em 1px 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
  /*width: 100%;*/ }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  line-height: 1;
  padding: 0.78571em 1.28571em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  height: 44px;
  margin-bottom: -1px;
  padding-bottom: 1px;
  /*background: #FFCC00;*/ }

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
  line-height: 1.5em;
  padding: 0.5em 1em; }

.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  background: none;
  border-bottom: 1px solid #e1e1e1;
  display: block;
  padding: 1.5em 0 1em; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #ffffff;
  border: 1px solid #dddedd;
  border-bottom-width: 1px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #666666;
  font-weight: 600; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #666666;
  font-size: 0.875em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #ebedea;
  background: #ffff;
  color: #002433; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #002433;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #ffffff;
  border: 1px solid #ebedea;
  border-bottom-width: 0 !important;
  border-top: 2px solid #ffcb00;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #002433; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #002433;
  padding: 0.5em 1em;
  text-decoration: none; }

/*
 * jQuery UI Accordion
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%; }

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1; }

.ui-accordion .ui-accordion-li-fix {
  display: inline; }

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important; }

.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: 0.5em 0.5em 0.5em 0.7em; }

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  /*left: .5em; top: 50%;*/
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  /*padding: 1em 2.2em;*/
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1; }

.ui-accordion .ui-accordion-content-active {
  display: block; }

/* ---------- Ascendio additions ---------- */
.ui-accordion .ui-accordion-header {
  background: #FFFFFF;
  border: none;
  -moz-border-radius-topleft: 5px !important;
  -webkit-border-top-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  -moz-border-radius-topright: 5px !important;
  -webkit-border-top-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
  float: right;
  font: 0.875em "Lato", sans-serif;
  margin-bottom: 0;
  padding: 10px;
  position: relative;
  right: 50px;
  text-align: center;
  text-transform: uppercase;
  width: 200px; }

.ui-accordion .ui-accordion-header a {
  color: #6C9FBF;
  font-size: 0.875em;
  font-weight: 700;
  padding: 0 10px 0 0;
  text-decoration: none; }

.ui-accordion .ui-accordion-content {
  clear: both;
  padding-top: 35px; }

.ui-accordion .ui-accordion-header .ui-icon {
  right: 1.5em;
  top: 68%; }

.ui-icon-circle-arrow-e, .ui-icon-triangle-1-e, .ui-icon-circle-arrow-e {
  background: url(../../img/icons/arrow-archive-down.gif);
  width: 8px;
  height: 6px; }

.ui-icon-circle-arrow-s, .ui-icon-triangle-1-s {
  background: url(../../img/icons/arrow-archive-up.gif);
  width: 8px;
  height: 6px; }

/* fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../../js/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../../js/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../../js/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../../js/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/* ----- Ascendio Additions (Class Finder Contact Form) ----- */

.fancybox-close.media-close {
  background: #D5D5D5;
  border-radius: 30px;
  color: #FFFFFF;
  display: block;
  font: 22px "Lato", sans-serif;
  font-weight: 700;
  height: 30px;
  line-height: 1.4em;
  right: 30px;
  text-align: center;
  top: 23px;
  width: 30px; }

.fancybox-close.media-close:hover {
  text-decoration: none; }
  
.donate-modal .fancybox-skin{
	background: #ffffff;
	-webkit-box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.65);
	-moz-box-shadow:    0px 7px 16px 0px rgba(0, 0, 0, 0.65);
	box-shadow:         0px 7px 16px 0px rgba(0, 0, 0, 0.65);
} 

.fancybox-close.dh-close {
	background: #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	height: 30px;
	padding: 2px;
	right: 10px;
	text-align: center;
	text-decoration: none;
	top: 10px;
	width: 30px;
} 

#grace-period,
#modal-ask-for-offer{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	display: none;
	padding: 0;
	width: 560px;
}

#grace-period{
	background-image: url(../../img/grace-period-bg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 56px 20px;
}

#grace-period .content,
#modal-ask-for-offer .content{
	width: 100%
}

#grace-period .content{
	float: right;
	max-width: 360px; 
}

#grace-period .content h2,
#grace-period .content p,
#grace-period .content a,
#modal-ask-for-offer .content h2,
#modal-ask-for-offer .content p,
#modal-ask-for-offer .content a{
	color: #003366;
	text-align: center;
}

#grace-period .content h2,
#modal-ask-for-offer .content h2{
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
}

#grace-period .content p,
#modal-ask-for-offer .content p{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 25px;
}

#grace-period .content .give-now,
#modal-ask-for-offer .content .give-now{
	background: #ff8000;
	background: -moz-linear-gradient(top,  #ff8000 0%, #ff7f00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8000), color-stop(100%,#ff7f00));
	background: -webkit-linear-gradient(top,  #ff8000 0%,#ff7f00 100%);
	background: -o-linear-gradient(top,  #ff8000 0%,#ff7f00 100%);
	background: -ms-linear-gradient(top,  #ff8000 0%,#ff7f00 100%);
	background: linear-gradient(to bottom,  #ff8000 0%,#ff7f00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8000', endColorstr='#ff7f00',GradientType=0 );
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 4px 4px 1px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow:    4px 4px 1px 0px rgba(0, 0, 0, 0.11);
	box-shadow:         4px 4px 1px 0px rgba(0, 0, 0, 0.11);
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	margin: 0 auto;
	padding: 17px;
	text-decoration: none;
	text-transform: uppercase;
	width: 250px;
}

@media screen and (max-width: 26.25em){
	.fancybox-close.dh-close {	
		padding: 5px; }
	
	#grace-period,
	#modal-ask-for-offer{
		background-image: none;
		padding: 30px;
		width: 100%; }
	
	#grace-period .content h2,
	#modal-ask-for-offer .content h2{
		margin: 15px 0; }
	
	#grace-period .content .give-now,
	#modal-ask-for-offer .content .give-now{
		width: 100%; }
}
