/* Example:
@include breakpoint(huge) {
    color: white;
  }
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  background-color: #F8F8F8;
  font-family: 'FormaDJRText', sans-serif;
}

body.modal-open {
  overflow: hidden;
}

h1 {
  font-weight:bold;
  font-size: 45px;
  line-height: 43px;
  letter-spacing: 0.25px;
  margin: 8px 0 15px;
}

h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.5px;
  margin: 25px 0 15px;
}

h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.11px;
}

h4 {
}

h5 {

}

h6 {
  margin: 15px 0;
}

p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

p.date {
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
}

strong {
  font-weight: 500;
}

a {
  text-decoration: none;
  color: inherit;
}
p > a, .event-description a {
  background-color: #79c7e8;
}
a.main-link,
a .icon-arrow-filled {
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

a.main-link {
  display: block;
  font-family: "Gotham HTF", sans-serif;
  font-size: 12px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 25px;
  color: #4A90E2;
}

a.main-link:hover {
  color: #2868B3;
}

a.main-link:hover .icon-arrow-filled {
  -moz-transform: translate(6px, 0);
  -o-transform: translate(6px, 0);
  -ms-transform: translate(6px, 0);
  -webkit-transform: translate(6px, 0);
  transform: translate(6px, 0);
}

a.main-link .icon-arrow-filled {
  display: inline-block;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

a.view-link {
  float: right;
  margin-bottom: 20px;
}

.main-wrapper {
  background-color: #F8F8F8;
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: black;
  z-index: 500;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sub-nav-open {
  overflow: hidden;
}

.sub-nav-open .body-overlay {
  opacity: 0.4;
  visibility: visible;
}

/**
 * Basic typography style for copy text
 */
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.tablet-show {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .tablet-show {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .tablet-hide {
    display: none !important;
  }
}

@media screen and (min-width: 360px) {
  .mobile-hide {
    display: none !important;
  }
}

.nav-bar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 9px;
  background-color: #F8F8F8;
  border-bottom: 1px solid #B4C2CC;
}

.logo-text {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  font-family: "Archer", serif;
  font-weight: 600;
  font-size: 20px;
  color: #1A4668;
  line-height: 23px;
  letter-spacing: 0.36px;
  text-align: center;
  padding: 6px;
}

@media screen and (max-width: 959px) {
  .logo-text.light,
  .logo-text.light span {
    color: white;
  }
}

.logo-text span {
  font-family: "Gotham HTF", sans-serif;
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7E7E7E;
}

#mobile-menu-button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 15px;
  z-index: 1000;
}

#mobile-menu-button .icon-menu {
  position: relative;
  display: block;
  width: 27px;
  height: 2px;
  top: 18px;
  background-color: #1A4668;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  -ms-transition: 0.15s;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#mobile-menu-button .icon-menu:before, #mobile-menu-button .icon-menu:after {
  content: '';
  background-color: #1A4668;
  display: block;
  width: 27px;
  height: 2px;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  -ms-transition: 0.15s;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

#mobile-menu-button .icon-menu:before {
  -moz-transform: translate3d(0, -9px, 0);
  -o-transform: translate3d(0, -9px, 0);
  -ms-transform: translate3d(0, -9px, 0);
  -webkit-transform: translate3d(0, -9px, 0);
  transform: translate3d(0, -9px, 0);
}

#mobile-menu-button .icon-menu:after {
  -moz-transform: translate3d(0, 8px, 0);
  -o-transform: translate3d(0, 8px, 0);
  -ms-transform: translate3d(0, 8px, 0);
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}

footer {
  background-color: #22599A;
  color: white;
}

footer .container {
  padding: 30px;
}

@media screen and (min-width: 960px) {
  footer .container {
    padding: 80px 30px 50px;
  }
}

@media screen and (min-width: 768px) {
  footer .form-section {
    width: 50%;
    float: left;
    max-width: 380px;
    padding-right: 40px;
  }
  footer .form-section h3 {
    margin-top: 0;
  }
}

footer form {
  margin: 30px 0 10px;
}

footer .input-text,
footer .button-submit {
  height: 40px;
  padding: 10px 14px;
  outline: none;
}

footer .input-text {
  background-color: white;
  border: 1px solid #D0D0D0;
  border-right: none;
  float: left;
  width: 62%;
  color: #8792AD;
  font-family: "Gotham HTF", sans-serif;
  font-size: 15px;
}

footer .button-submit {
  background-color: #179BEB;
  border: none;
  width: 38%;
  text-transform: uppercase;
  font-family: "Gotham HTF", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.35px;
  color: white;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

footer .button-submit:hover {
  background-color: #4787D3;
}

footer .location-section {
  padding: 0 18px;
}

@media screen and (min-width: 768px) {
  footer .location-section {
    width: 50%;
    float: right;
  }
}

footer .location-section .location {
  padding: 25px 15px 0 0;
}

@media screen and (min-width: 768px) {
  footer .location-section .location {
    width: 50%;
    float: left;
    padding: 0;
    margin-bottom: 20px;
  }
  footer .location-section .location h4 {
    margin-top: 0;
  }
}

footer h3 {
  font-size: 20px;
  line-height: 17px;
  margin: 10px 0;
}

footer h4 {
  font-family: "Tungsten", sans-serif;
  letter-spacing: 1.81px;
  font-size: 16px;
  line-height: .9;
  color: white;
  text-transform: uppercase;
}

footer h5 {
  color: #92ADCD;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
}

footer p,
footer .contact-phone {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: #92ADCD;
  font-weight: 300;
}

footer .contact-phone {
  display: block;
  color: #DCE4EF;
  margin-top: 20px;
}

footer [class^="icon-"] {
  color: #4D7AAE;
  font-size: 16px;
  margin-right: 12px;
  vertical-align: baseline;
}

/*.button {
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: 'Gotham HTF', sans-serif;
  font-weight: 500;
  margin: 30px auto 0;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media screen and (min-width: 768px) {
  .button {
    max-width: 160px;
  }
}

.button-main {
  background-color: #4A90E2;
  color: white;
}

.button-main:hover {
  background-color: #2868B3;
}

.button-secondary {
  padding: 14px;
  border: 1px solid white;
  color: white;
}

.button-secondary:hover {
  background-color: white;
  color: #4A90E2;
}
*/

.nav-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  background-color: white;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-transform: translate3d(-25%, 0, 0);
  -o-transform: translate3d(-25%, 0, 0);
  -ms-transform: translate3d(-25%, 0, 0);
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
} 

@media screen and (min-width: 960px) {
/*  .nav-section {
    overflow-y: visible;
    width: 240px;
    opacity: 1;
    visibility: visible;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  } */
}

.nav-section .menu-button-back {
  display: block;
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

@media screen and (min-width: 960px) {
  .nav-section .menu-button-back {
    display: none;
  }
}

.nav-section .menu-button-back span {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #9E9E9E;
  border-radius: 50%;
  color: #9E9E9E;
}

.nav-section .menu-button-back span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
}

.nav-section .logo-text {
  padding: 20px 0;
}

.nav-section .search-bar {
  border-bottom: 1px solid #D2D2D2;
  margin: 10px 18px 25px;
  position: relative;
  background-color: white;
}

.nav-section .search-bar:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 50% / 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: -1;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) ;
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) ;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) ;
}

.nav-section .search-bar input {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  padding: 8px 20px 8px 0;
  color: #9E9E9E;
}

.nav-section .search-bar input::-webkit-input-placeholder {
  font-family: "Gotham HTF", sans-serif;
  color: #9E9E9E;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.22px;
}

.nav-section .search-bar input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Gotham HTF", sans-serif;
  color: #9E9E9E;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.22px;
}

.nav-section .search-bar input:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Gotham HTF", sans-serif;
  color: #9E9E9E;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.22px;
}

.nav-section .search-bar input:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Gotham HTF", sans-serif;
  color: #9E9E9E;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.22px;
}

@media screen and (min-width: 960px) {
  .nav-section .search-bar input {
    font-size: 14px;
  }
  .nav-section .search-bar input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .nav-section .search-bar input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px;
  }
  .nav-section .search-bar input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 12px;
  }
  .nav-section .search-bar input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 12px;
  }
}

.nav-section .search-bar .icon-search {
  color: black;
  position: absolute;
  right: 0;
  bottom: 6px;
}

@media screen and (min-width: 960px) {
  .nav-section .search-bar .icon-search:before {
    color: black;
  }
}

.nav-section .nav-level-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  display: none;
  cursor: pointer;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) ;
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) ;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) ;
}

@media screen and (min-width: 960px) {
  .nav-section .nav-level-overlay {
    display: block;
  }
}

.nav-section .nav-level-overlay .nav-image-container {
  float: right;
  padding: 20px 8px;
}

.nav-section .nav-level-overlay .nav-image-container img {
  display: block;
  margin-bottom: 15px;
}

.nav-section .nav-container {
  position: relative;
}

.nav-section .nav-container h4, .nav-section .nav-container h5 {
  color: #22599A;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav-section .nav-container h4 {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 4px;
}

.nav-section .nav-container h5 {
  font-size: 13px;
  line-height: 15px;
  color: #424242;
}

.nav-section .nav-container h6 {
  font-size: 11px;
  line-height: 1;
  margin: 5px 0;
  font-weight: 500;
}

.nav-section .nav-container p {
  font-size: 11px;
  line-height: 13px;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
  color: #9E9E9E;
  margin: 0;
}

.nav-section .nav-container a {
  display: block;
}

@media screen and (min-width: 960px) {
  .nav-section .nav-container {
    height: 100%;
  }
  .nav-section .nav-container h4 {
    font-size: 12px;
    line-height: 1;
  }
  .nav-section .nav-container h5 {
    font-size: 13px;
    line-height: 1;
  }
  .nav-section .nav-container p {
    font-size: 11px;
    font-style: italic;
    color: #737373;
  }
}

.nav-section .nav-title {
  padding: 15px 0 10px 42px;
  margin: 0 18px;
  position: relative;
  border-bottom: 1px solid #D2D2D2;
}

.nav-section .nav-title:hover h4, .nav-section .nav-title:hover h5 {
  color: #4A90E2;
}

.nav-section .nav-title a {
  text-transform: uppercase;
}

.nav-section .nav-title .icon-image {
  max-width: 35px;
  position: absolute;
  left: 0;
  top: 15px;
}

.nav-section .secondary-nav {
  margin-top: 15px;
}

.nav-section .secondary-nav li a {
  padding: 12px 18px;
  font-size: 12px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav-section .secondary-nav li a:hover {
  background-color: #F8F8F8;
}

.nav-section #sub-navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}

.nav-section .sub-nav {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  background-color: white;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) ;
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) ;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) ;
}

.nav-section .sub-nav.active {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 960px) {
  .nav-section .sub-nav.active {
    -moz-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
}

.nav-section .sub-nav .nav-title {
  padding: 20px 0 20px 0;
}

.nav-section .sub-nav .nav-title .icon-image {
  float: left;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 8px;
}

.nav-section .sub-nav .nav-title h4 {
  margin: 10px 0 20px;
}

.nav-section .button {
  margin: 15px 18px 0;
  font-weight: 500;
  text-align: left;
  width: auto;
  max-width: 100%;
  font-size: 10px;
  font-weight: 300;
}

@media screen and (min-width: 640px) {
  .nav-section .button {
    max-width: 250px;
  }
}

@media screen and (min-width: 960px) {
  .nav-section .button {
    padding: 8px 10px;
  }
}

.nav-section .button span {
  display: inline;
  float: right;
  font-size: 8px;
}

.nav-section .button h5 {
  color: white;
}

.nav-section .button-back {
  font-weight: 500;
  font-size: 12px;
  display: block;
  max-width: 100%;
  color: #22599A;
  background-color: #E6E6E6;
  padding: 10px 18px;
  margin: 15px 0 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav-section .button-back:hover {
  background-color: #D0D0D0;
}

.nav-section .button-back .icon-arrow-filled-left {
  display: inline-block;
  float: none;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.nav-section .social-bar {
  margin-top: 25px;
}

@media screen and (min-width: 960px) {
  .nav-section .social-bar {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .sub-nav-open .nav-section {
    -moz-transform: translate3d(50px, 0, 0);
    -o-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
}

@media screen and (min-width: 960px) {
  .sub-nav-open .main-wrapper {
    -moz-transform: translate3d(50px, 0, 0);
    -o-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
}

.sub-nav-open .nav-level-overlay {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-open .nav-section {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.section-tab {
  font-family: "Gotham HTF", sans-serif;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 2.48px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  color: white;
  margin: 30px auto 15px;
  border-bottom: 6px solid grey;
}

@media screen and (min-width: 960px) {
  .section-tab {
    text-align: left;
    max-width: 930px;
  }
}

.section-tab.color-green {
  border-color: #00B581;
}

.section-tab.color-green .tab-title {
  background-color: #00B581;
  border-color: #00B581;
}

.section-tab.color-red {
  border-color: #FF576A;
}

.section-tab.color-red .tab-title {
  background-color: #FF576A;
  border-color: #FF576A;
}

.section-tab.color-orange {
  border-color: #EA8D3F;
}

.section-tab.color-orange .tab-title {
  background-color: #EA8D3F;
  border-color: #EA8D3F;
}

.section-tab.color-blue {
  border-color: #2868B3;
}

.section-tab.color-blue .tab-title {
  background-color: #2868B3;
  border-color: #2868B3;
}

.section-tab .tab-title {
  background: grey;
  padding: 8px 35px 3px;
  display: inline-block;
  margin-bottom: -6px;
  border-bottom: 5px solid black;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.section-tab .tab-title:hover {
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.slick-slide + .slick-slide {
  margin-left: 15px;
}

.slick-dots {
  text-align: center;
  padding: 15px 0 0;
}

.slick-dots li {
  display: inline-block;
  text-indent: -9999px;
  margin: 8px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #D0D0D0;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.slick-dots li.slick-active {
  background-color: #22599A;
}

@media screen and (max-width: 959px) {
  .js-slick-tablet-max {
    display: block;
  }
}

.social-bar {
  background-color: #222242;
  text-align: center;
  margin-top: 15px;
  color: white;
}

.social-bar .container {
  padding: 0 15px;
}

.social-bar .social-links {
  border-bottom: 1px solid #3F3F5B;
}

@media screen and (min-width: 960px) {
  .social-bar .social-links {
    border: none;
    float: right;
  }
}

.social-bar .social-links li {
  display: inline-block;
}

.social-bar .social-links li a {
  color: white;
  display: inline-block;
  margin: 0;
  padding: 20px 8px;
  font-size: 18px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.social-bar .social-links li a:hover {
  color: #747488;
}

.social-bar .contact-email {
  display: block;
  padding: 20px 0;
  font-size: 15px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 960px) {
  .social-bar .contact-email {
    float: left;
  }
}

.social-bar .contact-email:hover {
  color: #747488;
}

.social-bar .contact-email [class^="icon-"] {
  color: #747488;
  font-size: 16px;
  margin-right: 18px;
  vertical-align: middle;
}

.template-about #hero-section {
  padding: 15% 0 100%;
}

@media screen and (min-width: 768px) {
  .template-about #hero-section {
    padding: 15% 0 35%;
  }
}

@media screen and (min-width: 960px) {
  .template-about #hero-section {
    padding: 15% 0 20%;
    height: 800px;
  }
}

.template-about #hero-section h1 {
  color: #4A90E2;
}

.template-about #hero-section p {
  color: #424242;
}

.template-about #location-section #map {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .template-about #location-section #map {
    height: 350px;
  }
}

@media screen and (min-width: 960px) {
  .template-about #location-section #map {
    height: 405px;
  }
}

.template-about #location-section .copy-container {
  padding-bottom: 25px;
  max-width: 100%;
}

.template-about #location-section .map-legend {
  padding-bottom: 25px;
  margin-bottom: 35px;
  position: relative;
}

@media screen and (min-width: 960px) {
  .template-about #location-section .map-legend {
    width: 25%;
    padding-right: 40px;
  }
}

.template-about #location-section .map-legend:before {
  display: block;
  content: '';
  position: absolute;
  width: 25%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #D2D2D2;
}

@media screen and (min-width: 960px) {
  .template-about #location-section .map-legend:before {
    right: 15%;
    left: auto;
    bottom: 30%;
    width: 1px;
    height: 40%;
  }
}

.template-about #location-section .map-legend p {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  width: 50%;
  float: left;
}

@media screen and (min-width: 360px) {
  .template-about #location-section .map-legend p {
    font-size: 11px;
  }
}

@media screen and (min-width: 960px) {
  .template-about #location-section .map-legend p {
    width: 100%;
    float: none;
  }
}

.template-about #location-section .map-legend img {
  max-width: 21px;
  margin-right: 8px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .template-about #location-section .map-legend img {
    margin-right: 15px;
  }
}

@media screen and (min-width: 960px) {
  .template-about #location-section .map-info {
    width: 75%;
  }
  .template-about #location-section .map-info h2 {
    margin-top: 10px;
  }
}

.template-about #location-section .global-partner {
  color: #62822B;
}

.template-about #location-section .house-church {
  color: #FCA400;
}

.template-about #location-section .prison-ministry {
  color: #0065AB;
}

.template-about #location-section .northland-site {
  color: #CD4A21;
}

.template-about #location-section .card-location h2 {
  border-bottom: 1px solid #D2D2D2;
  margin: 10px 0 0;
  padding: 0 0 20px;
}

.template-about #location-section .card-location .title {
  color: #212021;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.5px;
  line-height: 17px;
}

.template-about #location-section .card-location .location-select {
  padding: 15px 0;
}

@media screen and (min-width: 960px) {
  .template-about #location-section .card-location .location-select {
    padding-right: 40px;
    width: 25%;
  }
}

.template-about #location-section .card-location .location-select .title,
.template-about #location-section .card-location .location-select a {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 11px;
}

.template-about #location-section .card-location .location-select .title {
  border-bottom: 1px solid #D2D2D2;
  padding: 0 0 20px;
  margin: 0 0 10px;
  line-height: 12px;
}

@media screen and (min-width: 960px) {
  .template-about #location-section .card-location .location-select .title {
    margin-bottom: 5px;
    padding-bottom: 15px;
  }
}

.template-about #location-section .card-location .location-select a {
  display: inline-block;
  padding: 10px 25px 10px 0;
  color: #9E9E9E;
  line-height: 18px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.template-about #location-section .card-location .location-select a.active, .template-about #location-section .card-location .location-select a:hover {
  color: #2868B3;
}

@media screen and (min-width: 960px) {
  .template-about #location-section .card-location .location-select a {
    display: block;
    padding-right: 0;
  }
}

.template-about #location-section .card-location .location-info {
  display: none;
}

.template-about #location-section .card-location .location-info.active {
  display: block;
}

@media screen and (min-width: 960px) {
  .template-about #location-section .card-location .location-info {
    width: 75%;
  }
}

.template-about #location-section .card-location .location-container {
  margin-top: 25px;
}

.template-about #location-section .card-location h3 {
  font-family: "Gotham HTF", sans-serif;
  font-size: 22px;
  color: #212021;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #D2D2D2;
  padding: 10px 0 15px;
  margin: 10px 0;
}

@media screen and (min-width: 960px) {
  .template-about #location-section .card-location h3 {
    margin-bottom: 0;
  }
}

.template-about #location-section .card-location .detail-blocks {
  margin-bottom: 15px;
}

.template-about #location-section .card-location .detail-block-third {
  padding-right: 18px;
}

@media screen and (min-width: 768px) {
  .template-about #location-section .card-location .detail-block-third {
    width: 33.33%;
  }
}

.template-about #location-section .card-location .title {
  margin-top: 25px;
}

.template-about #location-section .card-location p {
  font-size: 13px;
  color: #373737;
  line-height: 20px;
  letter-spacing: -0.13px;
  font-weight: 300;
  margin-top: 10px;
}

.template-about #team-section .leader-container {
  background-color: #000;
  color: white;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 60%;
  max-width: 960px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .template-about #team-section .leader-container {
    padding: 0;
    background-position: left;
  }
}

.template-about #team-section .leader-container .copy-container {
  margin: 0;
  padding: 40px 18px;
}

@media screen and (min-width: 768px) {
  .template-about #team-section .leader-container .copy-container {
    width: 50%;
    float: right;
  }
}

.template-about #team-section .leader-container h3 {
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.15px;
  margin: 10px 0;
}

.template-about #team-section .leader-container .body-copy {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: -0.13px;
}

.template-about #team-section .title {
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  color: white;
}

.template-about #team-section .team-container {
  position: relative;
}

.template-about #team-section .team-column {
  margin: 0;
}

.template-about #team-section .team-member-profile {
  background-repeat: no-repeat;
  background-size: cover;
  width: 180px;
  height: 190px;
  background-color: #000;
  color: white;
  position: relative;
}

.template-about #team-section .team-member-profile:before, .template-about #team-section .team-member-profile:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.template-about #team-section .team-member-profile:before {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.template-about #team-section .team-member-profile:after {
  height: 50px;
  z-index: 1;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color2,GradientType=0 );
  /* IE6-9 */
}

.template-about #team-section .team-member-profile a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.template-about #team-section .team-member-info {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 10;
}

.template-about #team-section h4 {
  font-size: 14px;
  line-height: 25px;
}

.template-about #team-section .slide-prev,
.template-about #team-section .slide-next {
  position: absolute;
  display: block;
  top: 50%;
  color: white;
  z-index: 100;
  padding: 20px;
  opacity: 0.8;
  background-color: rgba(0, 0, 0, 0.8);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.template-about #team-section .slide-prev:hover,
.template-about #team-section .slide-next:hover {
  cursor: pointer;
  opacity: 1.0;
}

.template-about #team-section .slide-prev {
  left: 15px;
}

.template-about #team-section .slide-prev:before {
  display: block;
  position: relative;
  bottom: 8px;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.template-about #team-section .slide-next {
  right: 15px;
}

.template-about #team-section .slide-next:before {
  display: block;
  position: relative;
  top: 8px;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (min-width: 768px) {
  .template-homepage #hero-section {
    padding: 14vw 0 18vw;
  }
}

@media screen and (min-width: 960px) {
  .template-homepage #hero-section {
    height: 450px;
    padding: 100px 0 0;
  }
}

.template-homepage #hero-section h1 {
  color: white;
}

.template-homepage #hero-section p {
  color: white;
}

@media screen and (min-width: 768px) {
  .template-homepage #prayer-section .card .details {
    border-bottom: 3px solid #FF576A;
  }
}

.template-homepage #events-section {
  padding-bottom: 35px;
}

.template-homepage #events-section .card-row {
  display: block;
}

@media screen and (min-width: 768px) {
  .template-homepage #events-section .card {
    display: flex;
    align-items: center;
  }
  .template-homepage #events-section .card + .card {
    margin-left: 0;
  }
  .template-homepage #events-section .date {
    width: 18%;
    font-size: 17px;
    line-height: 23px;
    font-weight: 300;
    padding: 10px 0;
    margin-right: 25px;
    border-right: 1px solid #D0D0D0;
  }
  .template-homepage #events-section .date span {
    font-size: 36px;
    line-height: 23px;
    margin-top: 5px;
  }
  .template-homepage #events-section .featured-image {
    width: 35%;
    height: 105px;
    min-height: 0;
  }
  .template-homepage #events-section .detail-right {
    padding: 0;
  }
  .template-homepage #events-section .copy-container {
    width: 70%;
    padding: 18px 25px;
  }
  .template-homepage #events-section .copy-container h3 {
    white-space: normal;
    margin: 0;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.15px;
  }
}

.template-homepage #serve-section {
  padding-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .template-homepage #serve-section .card-tertiary .details {
    border-bottom: 3px solid #EA8D3F;
  }
}

.template-homepage #serve-section .card-tertiary .detail-left {
  padding-left: 15px;
}

.template-homepage #serve-section .card-tertiary .detail-right a {
  padding-right: 15px;
  font-size: 9px;
}

.template-homepage #social-section .container {
  padding: 0;
}

@media screen and (min-width: 960px) {
  .template-homepage #social-section .container {
    padding: 0 15px;
  }
}

.template-homepage #social-section .copy-container {
  background-color: white;
}

.template-homepage #social-section .card-row {
  display: block;
}

@media screen and (min-width: 960px) {
  .template-homepage #social-section .card-row {
    display: flex;
  }
}

.template-homepage #social-section .card-row .card-social:hover {
  -webkit-box-shadow: 0 0 0 #000 ;
  -moz-box-shadow: 0 0 0 #000 ;
  box-shadow: 0 0 0 #000 ;
}

@media screen and (min-width: 768px) {
  .template-homepage #social-section .card-row .card-social + .card-social {
    margin-left: 0;
  }
}

@media screen and (min-width: 960px) {
  .template-homepage #social-section .card-row .card-social {
    width: 50%;
  }
}

.template-homepage #social-section .social-feed .date {
  color: #737373;
}

.template-homepage #social-section .social-feed .details {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D0D0D0;
}

.template-homepage #social-section .social-feed .card-title {
  color: #0B0B0B;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1.81px;
}

.template-homepage #social-section .social-feed .social-handle {
  color: #3586FA;
  font-size: 12px;
  line-height: 1.3;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0;
}

.template-homepage #social-section .social-feed .social-handle:hover {
  color: #22599A;
}

.template-homepage #social-section .social-feed a {
  color: #3586FA;
}

.template-homepage #social-section .social-feed .tweet-single p {
  margin: 5px 0;
}

.template-homepage #social-section .social-feed .tweet-single a {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.template-homepage #social-section .social-feed .tweet-single a:hover {
  color: #22599A;
}

.template-homepage #social-section .social-feed .tweet-single + .tweet-single {
  margin: 30px 0 0;
}

.template-homepage #social-section .social-feed .instagram-photos {
  flex-wrap: wrap;
}

.template-homepage #social-section .social-feed .instagram-single {
  max-width: 200px;
}

.template-homepage #social-section .social-feed .instagram-single + .instagram-single {
  margin: 0 0 15px 15px;
}

@media screen and (min-width: 960px) {
  .template-homepage #social-section .social-feed .instagram-single + .instagram-single {
    margin: 0;
  }
}

@media screen and (min-width: 960px) {
  .template-homepage #social-section .social-feed .instagram-single {
    max-width: 100%;
    width: 48%;
  }
  .template-homepage #social-section .social-feed .instagram-single:nth-child(even) {
    margin: 0 0 4% 4%;
  }
}

.template-homepage #social-section .social-feed .instagram-single img {
  display: block;
}

.main-wrapper {
  margin-top: 68px;
  padding-top: 15px;
}

@media screen and (min-width: 960px) {
  .main-wrapper {
    margin: 0;
    padding-left: 240px;
  }
}

#hero-section {
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #737373;
  background-size: cover;
  text-align: center;
  padding: 15vw 0 20vw;
  margin: 0 0 15px 0;
}

@media screen and (min-width: 768px) {
  #hero-section {
    padding: 14vw 0 18vw;
  }
}

@media screen and (min-width: 960px) {
  #hero-section {
    padding: 100px 0 0;
  }
}

#hero-section h1 {
  color: white;
}

#hero-section p {
  color: white;
  line-height: 23px;
}

@media screen and (min-width: 768px) {
  .flex-tablet-min {
    display: flex;
  }
}

@media screen and (min-width: 960px) {
  .flex-desktop-min {
    display: flex;
  }
}
