<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic|Open+Sans:400italic,700italic,400,300,700");
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

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

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

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

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

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

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 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; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

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

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

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Open Sans", "Calibri", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

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

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

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

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

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

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

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

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Open Sans", "Calibri", sans-serif;
  font-size: 1em;
  line-height: 1.8; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Calibri", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #2c5999; }
  a:active, a:focus {
    outline: none; }

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

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  box-sizing: border-box; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@font-face {
  font-family: "gnjumc";
  src: url("fonts/gnjumc.eot");
  src: url("fonts/gnjumc.eot?#iefix") format("embedded-opentype"), url("fonts/gnjumc.woff") format("woff"), url("fonts/gnjumc.ttf") format("truetype"), url("fonts/gnjumc.svg#gnjumc") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "gnjumc" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "gnjumc" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-twitter:before {
  content: "t"; }

.icon-menu:before {
  content: "\2263"; }

.icon-magnifier:before {
  content: "m"; }

.icon-lock:before {
  content: "l"; }

.icon-link:before {
  content: "\279a"; }

.icon-facebook:before {
  content: "f"; }

.icon-document:before {
  content: "d"; }

.icon-globe:before {
  content: "o"; }

.icon-marker:before {
  content: "\2b0a"; }

.icon-arrow-large-left:before {
  content: "\21da"; }

.icon-arrow-large-right:before {
  content: "\21db"; }

.icon-arrow-medium-down:before {
  content: "\21d3"; }

.icon-arrow-medium-left:before {
  content: "\21d0"; }

.icon-arrow-medium-right:before {
  content: "\21d2"; }

.icon-arrow-medium-up:before {
  content: "\21d1"; }

.icon-arrow-small-down:before {
  content: "\2193"; }

.icon-arrow-small-left:before {
  content: "\2190"; }

.icon-arrow-small-right:before {
  content: "\2192"; }

.icon-arrow-small-up:before {
  content: "\2191"; }

.icon-marker-solid:before {
  content: "\2b0b"; }

.icon-envelope:before {
  content: "u"; }

.icon-x:before {
  content: "\d7"; }

.icon-alert:before {
  content: "!"; }

.icon-image:before {
  content: "a"; }

.icon-excel:before {
  content: "X"; }

.icon-word:before {
  content: "W"; }

.icon-pdf:before {
  content: "p"; }

.icon-powerpoint:before {
  content: "P"; }

.icon-info:before {
  content: "i"; }

.icon-vimeo:before {
  content: "v"; }

.icon-youtube {
  font-size: 25px;
  float: left;
  vertical-align: middle;
  padding-right: 0.25em;
  width: 34px;
  height: 28px;
  background-image: url("../images/wp_media_icons/icon_youtube.png");
  background-repeat: no-repeat;
  background-size: 28px auto;
}

.outer-wrapper {
  background: #EFF7F9; }
  @media screen and (min-width: 40em) {
    .outer-wrapper {
      padding: 0 1.1875em; } }
  @media screen and (min-width: 53.75em) {
    .outer-wrapper {
      padding: 0 2.375em; } }
  .outer-wrapper #main-content {
    position: relative;
    background: #FEFEFE;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25); }

.inner-wrapper {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.1875em; }
  .inner-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 53.75em) {
    .inner-wrapper {
      padding: 0 2.375em; } }

.pad-wrap {
  padding: 0 1.1875em; }
  @media screen and (min-width: 53.75em) {
    .pad-wrap {
      padding: 0 2.375em; } }

#disqus_thread {
  margin: 0 1.1875em 1.1875em;
  border-bottom: 1px solid #E1E9EB;
  padding-bottom: 1.1875em; }
  @media screen and (min-width: 53.75em) {
    #disqus_thread {
      margin: 0 2.375em 2.375em;
      padding-bottom: 2.375em; } }

.page {
  position: relative;
  padding: 2.375em 0; }
  @media screen and (min-width: 53.75em) {
    .page {
      padding: 6.375em 0; } }
  .page .page-heading {
    font-weight: normal;
    color: #787D7E;
    margin-bottom: 0.3125em; }
  @media screen and (min-width: 53.75em) {
    .page.home, .page.single-audience {
      padding: 4.5em 0; } }

@media screen and (min-width: 53.75em) {
  .pages-toggle {
    display: none; } }

@media screen and (min-width: 53.75em) {
  .content {
    float: left;
    display: block;
    margin-right: 3.2702237522%;
    width: 65.5765920826%;
    min-height: 260px; }
    .content:last-child {
      margin-right: 0; } }
@media screen and (min-width: 1275px) {
  .content {
    float: left;
    display: block;
    margin-right: 3.2702237522%;
    width: 74.182444062%; }
    .content:last-child {
      margin-right: 0; } }
.content .inner-content {
  clear: both;
  margin-bottom: 3.625em; }
  .content .inner-content:last-child {
    margin-bottom: 0; }

.content-header {
  margin-bottom: 2.625em; }
  .content-header .heading, .content-header .feature.primary .feature-heading, .feature.primary .content-header .feature-heading, .content-header .single-audience #feature-section .feature#feature .feature-heading, .single-audience #feature-section .feature#feature .content-header .feature-heading, .content-header .person-page .person-block .small-heading, .person-page .person-block .content-header .small-heading, .content-header .person-page .person-block .small-text h1, .person-page .person-block .small-text .content-header h1, .content-header .small-text .person-page .person-block h1, .small-text .person-page .person-block .content-header h1, .content-header .person-page .person-block .small-text h2, .person-page .person-block .small-text .content-header h2, .content-header .small-text .person-page .person-block h2, .small-text .person-page .person-block .content-header h2, .content-header .person-page .person-block .small-text h3, .person-page .person-block .small-text .content-header h3, .content-header .small-text .person-page .person-block h3, .small-text .person-page .person-block .content-header h3, .content-header .person-page .person-block .small-text h4, .person-page .person-block .small-text .content-header h4, .content-header .small-text .person-page .person-block h4, .small-text .person-page .person-block .content-header h4, .content-header .person-page .person-block .small-text h5, .person-page .person-block .small-text .content-header h5, .content-header .small-text .person-page .person-block h5, .small-text .person-page .person-block .content-header h5, .content-header .person-page .person-block form label, .person-page .person-block form .content-header label, .content-header form .person-page .person-block label, form .person-page .person-block .content-header label, .content-header .person-page .person-block .resource-library .content article.sub-tax .category-heading, .person-page .person-block .resource-library .content article.sub-tax .content-header .category-heading, .content-header .resource-library .content article.sub-tax .person-page .person-block .category-heading, .resource-library .content article.sub-tax .person-page .person-block .content-header .category-heading, .content-header .content-heading, .content-header .feature.secondary .content-wrap .content-grid h2, .feature.secondary .content-wrap .content-grid .content-header h2, .content-header #featured-news &gt; header .content-wrap h2, #featured-news &gt; header .content-wrap .content-header h2, .content-header #vital-congregations &gt; header h2, #vital-congregations &gt; header .content-header h2, .content-header #special-pages &gt; header .content-wrap h2, #special-pages &gt; header .content-wrap .content-header h2, .content-header form .gform_title, form .content-header .gform_title, .content-header #main-footer #footer-menu ul.menu &gt; li h2, #main-footer #footer-menu ul.menu &gt; li .content-header h2, .content-header article.news-item.large .article-title, article.news-item.large .content-header .article-title, .content-header form article.news-item.submit-wrapper .article-title, form article.news-item.submit-wrapper .content-header .article-title, .content-header .resource-library .content article.main-tax .category-heading, .resource-library .content article.main-tax .content-header .category-heading, .content-header .em-calendar-wrapper table.em-calendar thead td.month_name, .em-calendar-wrapper table.em-calendar thead .content-header td.month_name, .content-header .single-district .content .locations-listing h2, .single-district .content .locations-listing .content-header h2 {
    margin-bottom: 0.3333333333em; }
  .content-header .sub-heading {
    font-size: 0.875em;
    color: #787D7E;
    font-weight: normal;
    margin-bottom: 0; }
    .content-header .sub-heading a {
      color: #3E98C6;
      text-decoration: underline; }
    .content-header .sub-heading address {
      display: inline; }
    .content-header .sub-heading .separator {
      margin: 0 0.75em; }

@media screen and (min-width: 53.75em) {
  .side {
    max-width: 11.875em;
    padding-top: 26px;
    position: absolute !important;
    right: 2.375em;
    padding-bottom: 4.5em; } }
@media screen and (min-width: 68.75em) {
  .side {
    max-width: 18.125em; } }
.side.fixed {
  overflow-y: auto; }
  @media screen and (min-width: 53.75em) {
    .side.fixed {
      position: fixed !important;
      top: 100px !important;
      margin-right: 2.375em; } }
  @media screen and (min-width: 53.75em) {
    .side.fixed.fix-bot {
      position: absolute;
      top: auto !important;
      bottom: 0;
      margin-right: 0; } }
.side nav {
  margin-bottom: 2.375em; }
.side .small-heading, .side .small-text h1, .small-text .side h1, .side .small-text h2, .small-text .side h2, .side .small-text h3, .small-text .side h3, .side .small-text h4, .small-text .side h4, .side .small-text h5, .small-text .side h5, .side form label, form .side label, .side .resource-library .content article.sub-tax .category-heading, .resource-library .content article.sub-tax .side .category-heading {
  color: #787D7E; }
.side li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25; }
  .side li a {
    display: inline-block;
    padding: 0.5em 0; }
  .side li ul li ul {
    margin-left: 1em; }
    .side li ul li ul li a {
      font-weight: normal; }
  .side li.parent {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700; }
.side li.active &gt; a {
  font-weight: 700;
  color: #3E98C6; }
  .side li.active &gt; a:hover {
    color: #E93542; }

.large-block .img-wrap {
  margin: 0 1.3125em 1.625em 0; }
  @media screen and (min-width: 40em) {
    .large-block .img-wrap {
      float: left; } }
.large-block .block-heading {
  margin-bottom: 1.625em; }
  .large-block .block-heading .small-heading, .large-block .block-heading .small-text h1, .small-text .large-block .block-heading h1, .large-block .block-heading .small-text h2, .small-text .large-block .block-heading h2, .large-block .block-heading .small-text h3, .small-text .large-block .block-heading h3, .large-block .block-heading .small-text h4, .small-text .large-block .block-heading h4, .large-block .block-heading .small-text h5, .small-text .large-block .block-heading h5, .large-block .block-heading form label, form .large-block .block-heading label, .large-block .block-heading .resource-library .content article.sub-tax .category-heading, .resource-library .content article.sub-tax .large-block .block-heading .category-heading {
    color: #787D7E;
    margin-bottom: 0; }
  .large-block .block-heading .meta-info {
    color: #787D7E;
    font-size: 0.875em; }
.large-block .more-link {
  color: #3E98C6;
  text-decoration: underline;
  display: inline; }

.locations .address {
  color: #787D7E;
  display: inline-block;
  margin-right: 3.5625em;
  font-size: 0.875em;
  vertical-align: top;
  margin-bottom: 2.375em; }
  .locations .address .name {
    font-weight: 700;
    font-size: 1.1428571429em; }
  .locations .address a {
    color: #3E98C6;
    text-decoration: underline; }
    .locations .address a:hover {
      color: #E93542; }
  .locations .address .physical-address {
    float: left; }
  .locations .address .mailing-address {
    float: left;
    margin-left: 1em; }

body {
  color: #2D3132;
  background: #3E98C6;
  background-color: #EFF7F9;
  background-image: -webkit-linear-gradient(top, #EFF7F9 0%, #EFF7F9 49%, #3E98C6 50%, #3E98C6 100%);
  background-image: linear-gradient(to bottom,#EFF7F9 0%, #EFF7F9 49%, #3E98C6 50%, #3E98C6 100%);
  background-repeat: no-repeat;
  background-attachment: fixed; }

.heading, .feature.primary .feature-heading, .single-audience #feature-section .feature#feature .feature-heading, .person-page .person-block .small-heading, .person-page .person-block .small-text h1, .small-text .person-page .person-block h1, .person-page .person-block .small-text h2, .small-text .person-page .person-block h2, .person-page .person-block .small-text h3, .small-text .person-page .person-block h3, .person-page .person-block .small-text h4, .small-text .person-page .person-block h4, .person-page .person-block .small-text h5, .small-text .person-page .person-block h5, .person-page .person-block form label, form .person-page .person-block label, .person-page .person-block .resource-library .content article.sub-tax .category-heading, .resource-library .content article.sub-tax .person-page .person-block .category-heading {
  font-size: 1.5625em;
  font-weight: 100;
  color: #787D7E;
  letter-spacing: -0.04em;
  margin: 0 0 1.3970588235em 0;
  line-height: 1.3; }
  @media screen and (min-width: 53.75em) {
    .heading, .feature.primary .feature-heading, .single-audience #feature-section .feature#feature .feature-heading, .person-page .person-block .small-heading, .person-page .person-block .small-text h1, .small-text .person-page .person-block h1, .person-page .person-block .small-text h2, .small-text .person-page .person-block h2, .person-page .person-block .small-text h3, .small-text .person-page .person-block h3, .person-page .person-block .small-text h4, .small-text .person-page .person-block h4, .person-page .person-block .small-text h5, .small-text .person-page .person-block h5, .person-page .person-block form label, form .person-page .person-block label, .person-page .person-block .resource-library .content article.sub-tax .category-heading, .resource-library .content article.sub-tax .person-page .person-block .category-heading {
      font-size: 2.25em; } }
  .heading em, .feature.primary .feature-heading em, .single-audience #feature-section .feature#feature .feature-heading em, .person-page .person-block .small-heading em, .person-page .person-block .small-text h1 em, .small-text .person-page .person-block h1 em, .person-page .person-block .small-text h2 em, .small-text .person-page .person-block h2 em, .person-page .person-block .small-text h3 em, .small-text .person-page .person-block h3 em, .person-page .person-block .small-text h4 em, .small-text .person-page .person-block h4 em, .person-page .person-block .small-text h5 em, .small-text .person-page .person-block h5 em, .person-page .person-block form label em, form .person-page .person-block label em, .person-page .person-block .resource-library .content article.sub-tax .category-heading em, .resource-library .content article.sub-tax .person-page .person-block .category-heading em, .heading strong, .feature.primary .feature-heading strong, .single-audience #feature-section .feature#feature .feature-heading strong, .person-page .person-block .small-heading strong, .person-page .person-block .small-text h1 strong, .small-text .person-page .person-block h1 strong, .person-page .person-block .small-text h2 strong, .small-text .person-page .person-block h2 strong, .person-page .person-block .small-text h3 strong, .small-text .person-page .person-block h3 strong, .person-page .person-block .small-text h4 strong, .small-text .person-page .person-block h4 strong, .person-page .person-block .small-text h5 strong, .small-text .person-page .person-block h5 strong, .person-page .person-block form label strong, form .person-page .person-block label strong, .person-page .person-block .resource-library .content article.sub-tax .category-heading strong, .resource-library .content article.sub-tax .person-page .person-block .category-heading strong {
    font-weight: normal;
    font-family: "PT Serif", "Cambria", "Georgia", serif;
    font-style: normal;
    color: #2D3132; }

.content-heading, .feature.secondary .content-wrap .content-grid h2, #featured-news &gt; header .content-wrap h2, #vital-congregations &gt; header h2, #special-pages &gt; header .content-wrap h2, form .gform_title, #main-footer #footer-menu ul.menu &gt; li h2, article.news-item.large .article-title, form article.news-item.submit-wrapper .article-title, .resource-library .content article.main-tax .category-heading, .em-calendar-wrapper table.em-calendar thead td.month_name, .single-district .content .locations-listing h2 {
  font-size: 1.375em;
  font-weight: 400;
  font-family: "PT Serif", "Cambria", "Georgia", serif;
  margin-bottom: 1.3636363636em; }

.display-text, .feature.primary p, .single-audience #feature-section .feature#feature p, #audiences .intro p, #vital-congregations .blocks ul li h3 {
  font-size: 1em;
  font-weight: 100;
  color: #2D3132;
  line-height: 1.75; }
  @media screen and (min-width: 40em) {
    .display-text, .feature.primary p, .single-audience #feature-section .feature#feature p, #audiences .intro p, #vital-congregations .blocks ul li h3 {
      font-size: 1.25em; } }
  @media screen and (min-width: 53.75em) {
    .display-text, .feature.primary p, .single-audience #feature-section .feature#feature p, #audiences .intro p, #vital-congregations .blocks ul li h3 {
      font-size: 1.5em; } }
  .display-text strong, .feature.primary p strong, .single-audience #feature-section .feature#feature p strong, #audiences .intro p strong, #vital-congregations .blocks ul li h3 strong {
    font-family: "PT Serif", "Cambria", "Georgia", serif;
    font-weight: 900; }

.small-heading, .small-text h1, .small-text h2, .small-text h3, .small-text h4, .small-text h5, form label, .resource-library .content article.sub-tax .category-heading {
  font-size: 1em;
  margin: 0 0 2.375em 0; }

header.page-header span.parent-page-title {
  color: #787D7E; }

.small-text p, .small-text ul, .small-text ol {
  font-size: 0.875em;
  color: #787D7E;
  line-height: 2; }

blockquote {
  margin: 0 0 2.375em 1.1875em;
  padding-left: 1.1875em;
  border-left: 4px solid #A5ADAF; }
  blockquote p {
    font-style: italic; }
    blockquote p em {
      font-style: normal; }

span.separator {
  margin-left: 0.625em;
  margin-right: 0.625em; }

a {
  color: #787D7E;
  text-decoration: none; }
  a.prev-link:before, .search-results nav.pagination a.prev:before, a.next-link:after, .search-results nav.pagination a.next:after, a.location:before {
    font-family: "gnjumc" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.8em;
    vertical-align: middle; }
  a.prev-link:before, .search-results nav.pagination a.prev:before {
    content: "\2190";
    margin-right: 0.75em; }
  a.next-link:after, .search-results nav.pagination a.next:after {
    content: "\2192";
    margin-left: 0.75em; }
  a.location {
    display: inline-block;
    color: #3E98C6; }
    a.location span {
      text-decoration: underline; }
    a.location:before {
      content: "\2b0a";
      margin-right: 0.125em;
      font-size: 1.8em; }
  a:hover {
    color: #E93542; }

.pagination {
  color: #787D7E;
  text-align: center;
  margin-top: 5.125em;
  float: left;
  display: block;
  margin-right: 3.2702237522%;
  width: 100%; }
  .pagination:last-child {
    margin-right: 0; }
  .pagination li {
    display: inline-block;
    font-size: 0.875em; }
    .pagination li.active a {
      font-weight: 700;
      color: #3E98C6; }

button, .button, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, form .submit-wrapper, form .submit-wrapper input, .ui-datepicker .ui-datepicker-header a {
  display: inline-block;
  position: relative;
  font-size: 0.875em;
  min-height: 2.7142857143em;
  min-width: 9.2857142857em;
  padding: 0.4285714286em 0.7142857143em;
  border: 1px solid #A5ADAF;
  color: #787D7E;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-transform 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s, background 0.3s, -moz-transform 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, transform 0.3s; }
  button:hover, .button:hover, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a:hover, form .submit-wrapper:hover, form .submit-wrapper input:hover, .ui-datepicker .ui-datepicker-header a:hover {
    color: #E93542;
    border-color: #E93542; }
  button:active, .button:active, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a:active, form .submit-wrapper:active, form .submit-wrapper input:active, .ui-datepicker .ui-datepicker-header a:active {
    -webkit-transform: scale(0.985);
    -moz-transform: scale(0.985);
    -ms-transform: scale(0.985);
    -o-transform: scale(0.985);
    transform: scale(0.985);
    -webkit-transition: color 0.1s, border-color 0.1s, background 0.1s, -webkit-transform 0.1s;
    -moz-transition: color 0.1s, border-color 0.1s, background 0.1s, -moz-transform 0.1s;
    transition: color 0.1s, border-color 0.1s, background 0.1s, transform 0.1s; }
  button.small, .button.small, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.small, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation .ui-datepicker .ui-datepicker-header ul.menu &gt; li &gt; a, .ui-datepicker .ui-datepicker-header #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, form .small.submit-wrapper, form .submit-wrapper input.small, .ui-datepicker .ui-datepicker-header a {
    min-width: 0;
    font-size: 0.75em;
    height: 2.3333333333em;
    line-height: 2.3333333333em; }
  button.large, form button.submit-wrapper, .button.large, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form ul.menu &gt; li &gt; a.submit-wrapper, form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.submit-wrapper, form .submit-wrapper, form .submit-wrapper input.large, form .submit-wrapper input.submit-wrapper, .ui-datepicker .ui-datepicker-header a.large, .ui-datepicker .ui-datepicker-header form a.submit-wrapper, form .ui-datepicker .ui-datepicker-header a.submit-wrapper {
    position: relative;
    font-size: 1.0625em;
    max-width: 100%;
    padding: 0.5em 3.2em 0.5em 1em;
    border: none;
    color: #FFF;
    background: #2FBBDC; }
    @media screen and (min-width: 40em) {
      button.large, form button.submit-wrapper, .button.large, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form ul.menu &gt; li &gt; a.submit-wrapper, form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.submit-wrapper, form .submit-wrapper, form .submit-wrapper input.large, form .submit-wrapper input.submit-wrapper, .ui-datepicker .ui-datepicker-header a.large, .ui-datepicker .ui-datepicker-header form a.submit-wrapper, form .ui-datepicker .ui-datepicker-header a.submit-wrapper {
        font-size: 1.25em; } }
    button.large:after, form button.submit-wrapper:after, .button.large:after, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large:after, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form ul.menu &gt; li &gt; a.submit-wrapper:after, form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.submit-wrapper:after, form .submit-wrapper:after, form .submit-wrapper input.large:after, .ui-datepicker .ui-datepicker-header a.large:after, .ui-datepicker .ui-datepicker-header form a.submit-wrapper:after, form .ui-datepicker .ui-datepicker-header a.submit-wrapper:after {
      content: '';
      position: absolute;
      right: 1em;
      top: 50%;
      margin-top: -0.15625em;
      width: 1.2em;
      height: 0.25em;
      background: #FFF;
      -webkit-transform: skew(40deg);
      -moz-transform: skew(40deg);
      -ms-transform: skew(40deg);
      -o-transform: skew(40deg);
      transform: skew(40deg); }
    button.large:hover, form button.submit-wrapper:hover, .button.large:hover, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large:hover, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form ul.menu &gt; li &gt; a.submit-wrapper:hover, form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.submit-wrapper:hover, form .submit-wrapper:hover, form .submit-wrapper input.large:hover, .ui-datepicker .ui-datepicker-header a.large:hover {
      background: #1f9cb9; }
    button.large:active, form button.submit-wrapper:active, .button.large:active, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large:active, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form ul.menu &gt; li &gt; a.submit-wrapper:active, form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.submit-wrapper:active, form .submit-wrapper:active, form .submit-wrapper input.large:active, .ui-datepicker .ui-datepicker-header a.large:active {
      background: #18778d;
      -webkit-transition: background 0.1s, -webkit-transform 0.1s;
      -moz-transition: background 0.1s, -moz-transform 0.1s;
      transition: background 0.1s, transform 0.1s; }
    button.large.dark-blue, #audiences ul li button.large.button#clergy-button, #audiences ul li form button#clergy-button.submit-wrapper, form #audiences ul li button#clergy-button.submit-wrapper, form button.dark-blue.submit-wrapper, .button.large.dark-blue, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large.dark-blue, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form #audiences ul.menu &gt; li &gt; a#clergy-button.submit-wrapper, form #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a#clergy-button.submit-wrapper, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form ul.menu &gt; li &gt; a.dark-blue.submit-wrapper, form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.dark-blue.submit-wrapper, #audiences ul li .button.large#clergy-button, #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large#clergy-button, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences ul.menu &gt; li &gt; a.large#clergy-button, #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form ul.menu &gt; li &gt; a#clergy-button.submit-wrapper, #audiences form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a#clergy-button.submit-wrapper, form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences ul.menu &gt; li &gt; a#clergy-button.submit-wrapper, #audiences ul li form #clergy-button.submit-wrapper, form #audiences ul li #clergy-button.submit-wrapper, #audiences ul li form .submit-wrapper input.large#clergy-button, form .submit-wrapper #audiences ul li input.large#clergy-button, #audiences ul li .ui-datepicker .ui-datepicker-header a.large#clergy-button, .ui-datepicker .ui-datepicker-header #audiences ul li a.large#clergy-button, form .dark-blue.submit-wrapper, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences form ul.menu &gt; li &gt; a.submit-wrapper#clergy-button, form .submit-wrapper input.large.dark-blue, .ui-datepicker .ui-datepicker-header a.large.dark-blue {
      background: #3E98C6; }
      button.large.dark-blue:hover, #audiences ul li button.large.button#clergy-button:hover, #audiences ul li form button#clergy-button.submit-wrapper:hover, form #audiences ul li button#clergy-button.submit-wrapper:hover, form button.dark-blue.submit-wrapper:hover, .button.large.dark-blue:hover, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large.dark-blue:hover, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form #audiences ul.menu &gt; li &gt; a#clergy-button.submit-wrapper:hover, form #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a#clergy-button.submit-wrapper:hover, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form ul.menu &gt; li &gt; a.dark-blue.submit-wrapper:hover, form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.dark-blue.submit-wrapper:hover, #audiences ul li .button.large#clergy-button:hover, #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large#clergy-button:hover, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences ul.menu &gt; li &gt; a.large#clergy-button:hover, #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form ul.menu &gt; li &gt; a#clergy-button.submit-wrapper:hover, #audiences form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a#clergy-button.submit-wrapper:hover, form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences ul.menu &gt; li &gt; a#clergy-button.submit-wrapper:hover, #audiences ul li form #clergy-button.submit-wrapper:hover, form #audiences ul li #clergy-button.submit-wrapper:hover, #audiences ul li form .submit-wrapper input.large#clergy-button:hover, form .submit-wrapper #audiences ul li input.large#clergy-button:hover, #audiences ul li .ui-datepicker .ui-datepicker-header a.large#clergy-button:hover, .ui-datepicker .ui-datepicker-header #audiences ul li a.large#clergy-button:hover, form .dark-blue.submit-wrapper:hover, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences form ul.menu &gt; li &gt; a.submit-wrapper#clergy-button:hover, form .submit-wrapper input.large.dark-blue:hover, .ui-datepicker .ui-datepicker-header a.large.dark-blue:hover {
        background: #307ba1; }
      button.large.dark-blue:active, #audiences ul li button.large.button#clergy-button:active, #audiences ul li form button#clergy-button.submit-wrapper:active, form #audiences ul li button#clergy-button.submit-wrapper:active, form button.dark-blue.submit-wrapper:active, .button.large.dark-blue:active, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large.dark-blue:active, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form #audiences ul.menu &gt; li &gt; a#clergy-button.submit-wrapper:active, form #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a#clergy-button.submit-wrapper:active, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form ul.menu &gt; li &gt; a.dark-blue.submit-wrapper:active, form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.dark-blue.submit-wrapper:active, #audiences ul li .button.large#clergy-button:active, #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large#clergy-button:active, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences ul.menu &gt; li &gt; a.large#clergy-button:active, #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form ul.menu &gt; li &gt; a#clergy-button.submit-wrapper:active, #audiences form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a#clergy-button.submit-wrapper:active, form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences ul.menu &gt; li &gt; a#clergy-button.submit-wrapper:active, #audiences ul li form #clergy-button.submit-wrapper:active, form #audiences ul li #clergy-button.submit-wrapper:active, #audiences ul li form .submit-wrapper input.large#clergy-button:active, form .submit-wrapper #audiences ul li input.large#clergy-button:active, #audiences ul li .ui-datepicker .ui-datepicker-header a.large#clergy-button:active, .ui-datepicker .ui-datepicker-header #audiences ul li a.large#clergy-button:active, form .dark-blue.submit-wrapper:active, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences form ul.menu &gt; li &gt; a.submit-wrapper#clergy-button:active, form .submit-wrapper input.large.dark-blue:active, .ui-datepicker .ui-datepicker-header a.large.dark-blue:active {
        background: #245d7a; }
    button.large.red, #audiences ul li button.large.button#worshippers-button, #audiences ul li form button#worshippers-button.submit-wrapper, form #audiences ul li button#worshippers-button.submit-wrapper, form button.submit-wrapper, .button.large.red, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large.red, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form ul.menu &gt; li &gt; a.submit-wrapper, form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.submit-wrapper, #audiences ul li .button.large#worshippers-button, #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large#worshippers-button, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences ul.menu &gt; li &gt; a.large#worshippers-button, #audiences ul li form #worshippers-button.submit-wrapper, form #audiences ul li #worshippers-button.submit-wrapper, #audiences ul li form .submit-wrapper input.large#worshippers-button, form .submit-wrapper #audiences ul li input.large#worshippers-button, #audiences ul li .ui-datepicker .ui-datepicker-header a.large#worshippers-button, .ui-datepicker .ui-datepicker-header #audiences ul li a.large#worshippers-button, form .submit-wrapper, form .submit-wrapper input.large.red, form .submit-wrapper input.submit-wrapper, .ui-datepicker .ui-datepicker-header a.large.red, .ui-datepicker .ui-datepicker-header form a.submit-wrapper, form .ui-datepicker .ui-datepicker-header a.submit-wrapper {
      background: #E93542; }
      button.large.red:hover, #audiences ul li button.large.button#worshippers-button:hover, #audiences ul li form button#worshippers-button.submit-wrapper:hover, form #audiences ul li button#worshippers-button.submit-wrapper:hover, form button.submit-wrapper:hover, .button.large.red:hover, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large.red:hover, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form ul.menu &gt; li &gt; a.submit-wrapper:hover, form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.submit-wrapper:hover, #audiences ul li .button.large#worshippers-button:hover, #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large#worshippers-button:hover, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences ul.menu &gt; li &gt; a.large#worshippers-button:hover, #audiences ul li form #worshippers-button.submit-wrapper:hover, form #audiences ul li #worshippers-button.submit-wrapper:hover, #audiences ul li form .submit-wrapper input.large#worshippers-button:hover, form .submit-wrapper #audiences ul li input.large#worshippers-button:hover, #audiences ul li .ui-datepicker .ui-datepicker-header a.large#worshippers-button:hover, .ui-datepicker .ui-datepicker-header #audiences ul li a.large#worshippers-button:hover, form .submit-wrapper:hover, form .submit-wrapper input.large.red:hover, .ui-datepicker .ui-datepicker-header a.large.red:hover {
        background: #d41725; }
      button.large.red:active, #audiences ul li button.large.button#worshippers-button:active, #audiences ul li form button#worshippers-button.submit-wrapper:active, form #audiences ul li button#worshippers-button.submit-wrapper:active, form button.submit-wrapper:active, .button.large.red:active, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large.red:active, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form ul.menu &gt; li &gt; a.submit-wrapper:active, form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.submit-wrapper:active, #audiences ul li .button.large#worshippers-button:active, #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large#worshippers-button:active, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences ul.menu &gt; li &gt; a.large#worshippers-button:active, #audiences ul li form #worshippers-button.submit-wrapper:active, form #audiences ul li #worshippers-button.submit-wrapper:active, #audiences ul li form .submit-wrapper input.large#worshippers-button:active, form .submit-wrapper #audiences ul li input.large#worshippers-button:active, #audiences ul li .ui-datepicker .ui-datepicker-header a.large#worshippers-button:active, .ui-datepicker .ui-datepicker-header #audiences ul li a.large#worshippers-button:active, form .submit-wrapper:active, form .submit-wrapper input.large.red:active, .ui-datepicker .ui-datepicker-header a.large.red:active {
        background: #a6121d; }
    button.large.orange, #audiences ul li button.large.button#all-button, #audiences ul li form button#all-button.submit-wrapper, form #audiences ul li button#all-button.submit-wrapper, form button.orange.submit-wrapper, .button.large.orange, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large.orange, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form #audiences ul.menu &gt; li &gt; a#all-button.submit-wrapper, form #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a#all-button.submit-wrapper, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form ul.menu &gt; li &gt; a.orange.submit-wrapper, form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.orange.submit-wrapper, #audiences ul li .button.large#all-button, #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large#all-button, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences ul.menu &gt; li &gt; a.large#all-button, #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form ul.menu &gt; li &gt; a#all-button.submit-wrapper, #audiences form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a#all-button.submit-wrapper, form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences ul.menu &gt; li &gt; a#all-button.submit-wrapper, #audiences ul li form #all-button.submit-wrapper, form #audiences ul li #all-button.submit-wrapper, #audiences ul li form .submit-wrapper input.large#all-button, form .submit-wrapper #audiences ul li input.large#all-button, #audiences ul li .ui-datepicker .ui-datepicker-header a.large#all-button, .ui-datepicker .ui-datepicker-header #audiences ul li a.large#all-button, form .orange.submit-wrapper, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences form ul.menu &gt; li &gt; a.submit-wrapper#all-button, form .submit-wrapper input.large.orange, .ui-datepicker .ui-datepicker-header a.large.orange {
      background: #FA8829; }
      button.large.orange:hover, #audiences ul li button.large.button#all-button:hover, #audiences ul li form button#all-button.submit-wrapper:hover, form #audiences ul li button#all-button.submit-wrapper:hover, form button.orange.submit-wrapper:hover, .button.large.orange:hover, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large.orange:hover, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form #audiences ul.menu &gt; li &gt; a#all-button.submit-wrapper:hover, form #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a#all-button.submit-wrapper:hover, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form ul.menu &gt; li &gt; a.orange.submit-wrapper:hover, form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.orange.submit-wrapper:hover, #audiences ul li .button.large#all-button:hover, #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large#all-button:hover, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences ul.menu &gt; li &gt; a.large#all-button:hover, #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form ul.menu &gt; li &gt; a#all-button.submit-wrapper:hover, #audiences form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a#all-button.submit-wrapper:hover, form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences ul.menu &gt; li &gt; a#all-button.submit-wrapper:hover, #audiences ul li form #all-button.submit-wrapper:hover, form #audiences ul li #all-button.submit-wrapper:hover, #audiences ul li form .submit-wrapper input.large#all-button:hover, form .submit-wrapper #audiences ul li input.large#all-button:hover, #audiences ul li .ui-datepicker .ui-datepicker-header a.large#all-button:hover, .ui-datepicker .ui-datepicker-header #audiences ul li a.large#all-button:hover, form .orange.submit-wrapper:hover, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences form ul.menu &gt; li &gt; a.submit-wrapper#all-button:hover, form .submit-wrapper input.large.orange:hover, .ui-datepicker .ui-datepicker-header a.large.orange:hover {
        background: #eb6e05; }
      button.large.orange:active, #audiences ul li button.large.button#all-button:active, #audiences ul li form button#all-button.submit-wrapper:active, form #audiences ul li button#all-button.submit-wrapper:active, form button.orange.submit-wrapper:active, .button.large.orange:active, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large.orange:active, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form #audiences ul.menu &gt; li &gt; a#all-button.submit-wrapper:active, form #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a#all-button.submit-wrapper:active, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form ul.menu &gt; li &gt; a.orange.submit-wrapper:active, form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.orange.submit-wrapper:active, #audiences ul li .button.large#all-button:active, #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.large#all-button:active, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences ul.menu &gt; li &gt; a.large#all-button:active, #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation form ul.menu &gt; li &gt; a#all-button.submit-wrapper:active, #audiences form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a#all-button.submit-wrapper:active, form #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences ul.menu &gt; li &gt; a#all-button.submit-wrapper:active, #audiences ul li form #all-button.submit-wrapper:active, form #audiences ul li #all-button.submit-wrapper:active, #audiences ul li form .submit-wrapper input.large#all-button:active, form .submit-wrapper #audiences ul li input.large#all-button:active, #audiences ul li .ui-datepicker .ui-datepicker-header a.large#all-button:active, .ui-datepicker .ui-datepicker-header #audiences ul li a.large#all-button:active, form .orange.submit-wrapper:active, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences form ul.menu &gt; li &gt; a.submit-wrapper#all-button:active, form .submit-wrapper input.large.orange:active, .ui-datepicker .ui-datepicker-header a.large.orange:active {
        background: #b95604; }
  button.document, button.link, button.directions, button.word, button.excel, button.powerpoint, button.pdf, button.image, .button.document, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.document, form .document.submit-wrapper, form .submit-wrapper input.document, .ui-datepicker .ui-datepicker-header a.document, .button.link, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.link, form .link.submit-wrapper, form .submit-wrapper input.link, .ui-datepicker .ui-datepicker-header a.link, .button.directions, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.directions, form .directions.submit-wrapper, form .submit-wrapper input.directions, .ui-datepicker .ui-datepicker-header a.directions, .button.word, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.word, form .word.submit-wrapper, form .submit-wrapper input.word, .ui-datepicker .ui-datepicker-header a.word, .button.excel, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.excel, form .excel.submit-wrapper, form .submit-wrapper input.excel, .ui-datepicker .ui-datepicker-header a.excel, .button.powerpoint, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.powerpoint, form .powerpoint.submit-wrapper, form .submit-wrapper input.powerpoint, .ui-datepicker .ui-datepicker-header a.powerpoint, .button.pdf, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.pdf, form .pdf.submit-wrapper, form .submit-wrapper input.pdf, .ui-datepicker .ui-datepicker-header a.pdf, .button.image, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.image, form .image.submit-wrapper, form .submit-wrapper input.image, .ui-datepicker .ui-datepicker-header a.image {
    width: 15.1428571429em;
    max-width: 100%;
    display: block; }
    button.document:after, button.link:after, button.directions:after, button.word:after, button.excel:after, button.powerpoint:after, button.pdf:after, button.image:after, .button.document:after, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.document:after, form .document.submit-wrapper:after, form .submit-wrapper input.document:after, .ui-datepicker .ui-datepicker-header a.document:after, .button.link:after, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.link:after, form .link.submit-wrapper:after, form .submit-wrapper input.link:after, .ui-datepicker .ui-datepicker-header a.link:after, .button.directions:after, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.directions:after, form .directions.submit-wrapper:after, form .submit-wrapper input.directions:after, .ui-datepicker .ui-datepicker-header a.directions:after, .button.word:after, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.word:after, form .word.submit-wrapper:after, form .submit-wrapper input.word:after, .ui-datepicker .ui-datepicker-header a.word:after, .button.excel:after, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.excel:after, form .excel.submit-wrapper:after, form .submit-wrapper input.excel:after, .ui-datepicker .ui-datepicker-header a.excel:after, .button.powerpoint:after, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.powerpoint:after, form .powerpoint.submit-wrapper:after, form .submit-wrapper input.powerpoint:after, .ui-datepicker .ui-datepicker-header a.powerpoint:after, .button.pdf:after, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.pdf:after, form .pdf.submit-wrapper:after, form .submit-wrapper input.pdf:after, .ui-datepicker .ui-datepicker-header a.pdf:after, .button.image:after, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.image:after, form .image.submit-wrapper:after, form .submit-wrapper input.image:after, .ui-datepicker .ui-datepicker-header a.image:after {
      font-family: "gnjumc" !important;
      content: attr(data-icon);
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      font-size: 1.7857142857em;
      right: 0.125em;
      top: 0.25em; }
  button.document:after, .button.document:after, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.document:after, form .document.submit-wrapper:after, form .submit-wrapper input.document:after, .ui-datepicker .ui-datepicker-header a.document:after {
    content: "d"; }
  button.link:after, .button.link:after, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.link:after, form .link.submit-wrapper:after, form .submit-wrapper input.link:after, .ui-datepicker .ui-datepicker-header a.link:after {
    content: "\279a"; }
  button.directions:after, .button.directions:after, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.directions:after, form .directions.submit-wrapper:after, form .submit-wrapper input.directions:after, .ui-datepicker .ui-datepicker-header a.directions:after {
    content: "\2b0a"; }
  button.word:after, .button.word:after, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.word:after, form .word.submit-wrapper:after, form .submit-wrapper input.word:after, .ui-datepicker .ui-datepicker-header a.word:after {
    content: "W"; }
  button.pdf:after, .button.pdf:after, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.pdf:after, form .pdf.submit-wrapper:after, form .submit-wrapper input.pdf:after, .ui-datepicker .ui-datepicker-header a.pdf:after {
    content: "p"; }
  button.powerpoint:after, .button.powerpoint:after, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.powerpoint:after, form .powerpoint.submit-wrapper:after, form .submit-wrapper input.powerpoint:after, .ui-datepicker .ui-datepicker-header a.powerpoint:after {
    content: "P";
    font-size: 1.789em;
    right: 0.1875em; }
  button.excel:after, .button.excel:after, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.excel:after, form .excel.submit-wrapper:after, form .submit-wrapper input.excel:after, .ui-datepicker .ui-datepicker-header a.excel:after {
    content: "X";
    font-size: 1.789em;
    right: 0.1875em; }
  button.image:after, .button.image:after, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a.image:after, form .image.submit-wrapper:after, form .submit-wrapper input.image:after, .ui-datepicker .ui-datepicker-header a.image:after {
    content: "a";
    font-size: 1.789em;
    right: 0.1875em; }

.editor-content p {
  font-size: 0.875em;
  margin: 0 0 1.1875em 0;
  max-width: 50em; }
  @media screen and (min-width: 40em) {
    .editor-content p {
      font-size: 1em;
      margin: 0 0 2.375em 0; } }
.editor-content a {
  text-decoration: underline;
  color: #3E98C6; }
  .editor-content a:hover {
    color: #E93542; }
.editor-content ul, .editor-content ol {
  margin: 0 0 2.375em 2.375em; }
  .editor-content ul li, .editor-content ol li {
    max-width: 47.625em; }
.editor-content ul li {
  position: relative; }
  .editor-content ul li:before {
    content: '■';
    color: #A5ADAF;
    position: absolute;
    left: -1.6964285714em; }
.editor-content ol {
  counter-reset: numbers; }
  .editor-content ol li {
    position: relative; }
    .editor-content ol li:before {
      content: counter(numbers) ".";
      counter-increment: numbers;
      color: #787D7E;
      position: absolute;
      left: -1.6964285714em;
      font-weight: 100; }
.editor-content img, .editor-content .wp-caption {
  margin: 0 auto 2.375em;
  background: #2FBBDC;
  width: 100%;
  height: auto; }
  .editor-content img dt, .editor-content .wp-caption dt {
    margin: 0; }
  .editor-content img img, .editor-content .wp-caption img {
    margin: 0;
    display: inline-block; }
  @media screen and (min-width: 40em) {
    .editor-content img, .editor-content .wp-caption {
      width: auto; }
      .editor-content img.alignleft, .editor-content .wp-caption.alignleft {
        float: left;
        clear: left;
        margin-right: 2.375em; }
        .editor-content img.alignleft + .alignleft, .editor-content .wp-caption.alignleft + .alignleft {
          clear: none; }
      .editor-content img.alignright, .editor-content .wp-caption.alignright {
        float: right;
        clear: right;
        margin-left: 2.375em; }
        .editor-content img.alignright + .alignright, .editor-content .wp-caption.alignright + .alignright {
          clear: none; } }
.editor-content .wp-caption {
  width: auto !important; }
  .editor-content .wp-caption .wp-caption-text {
    font-size: 0.875em;
    margin: 0;
    padding: 0 1em 1em;
    color: #FFF; }

@-webkit-keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1); }
  25% {
    transform: scale3d(1.1, 1.1, 1.1); }
  50% {
    transform: scale3d(1.2, 1.2, 1.2); }
  75% {
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    transform: scale3d(1, 1, 1); } }
@-moz-keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1); }
  25% {
    transform: scale3d(1.1, 1.1, 1.1); }
  50% {
    transform: scale3d(1.2, 1.2, 1.2); }
  75% {
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1); }
  25% {
    transform: scale3d(1.1, 1.1, 1.1); }
  50% {
    transform: scale3d(1.2, 1.2, 1.2); }
  75% {
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    transform: scale3d(1, 1, 1); } }
.pulse-it, .message-block:before {
  -webkit-animation: pulse;
  -moz-animation: pulse;
  animation: pulse;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes bounce {
  0%, 6%, 18%, 28% {
    transition-timing-function: cubic-bezier(0.75, 0.05, 0.85, 0.06);
    transform: translate3d(0, 0, 0); }
  10%, 14% {
    transition-timing-function: cubic-bezier(0.75, 0.05, 0.85, 0.06);
    transform: translate3d(0, 5px, 0); }
  22% {
    transition-timing-function: cubic-bezier(0.75, 0.05, 0.85, 0.06);
    transform: translate3d(0, 3px, 0); } }
@-moz-keyframes bounce {
  0%, 6%, 18%, 28% {
    transition-timing-function: cubic-bezier(0.75, 0.05, 0.85, 0.06);
    transform: translate3d(0, 0, 0); }
  10%, 14% {
    transition-timing-function: cubic-bezier(0.75, 0.05, 0.85, 0.06);
    transform: translate3d(0, 5px, 0); }
  22% {
    transition-timing-function: cubic-bezier(0.75, 0.05, 0.85, 0.06);
    transform: translate3d(0, 3px, 0); } }
@keyframes bounce {
  0%, 6%, 18%, 28% {
    transition-timing-function: cubic-bezier(0.75, 0.05, 0.85, 0.06);
    transform: translate3d(0, 0, 0); }
  10%, 14% {
    transition-timing-function: cubic-bezier(0.75, 0.05, 0.85, 0.06);
    transform: translate3d(0, 5px, 0); }
  22% {
    transition-timing-function: cubic-bezier(0.75, 0.05, 0.85, 0.06);
    transform: translate3d(0, 3px, 0); } }
.bounce-it, #next-nav {
  -webkit-animation: bounce;
  -moz-animation: bounce;
  animation: bounce;
  -webkit-animation-duration: 3.5s;
  -moz-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

#next-nav {
  position: fixed;
  bottom: 0;
  right: 1.1875em;
  width: 2.5em;
  height: 2.5em;
  background: rgba(239, 247, 249, 0.75);
  cursor: pointer;
  z-index: 3; }
  @media screen and (min-width: 40em) {
    #next-nav {
      right: 2.375em;
      width: 3.75em;
      height: 3.75em; } }
  @media screen and (min-width: 53.75em) {
    #next-nav {
      right: 4.75em; } }
  #next-nav:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 0.625em solid #2FBBDC;
    border-right: 0.625em solid transparent;
    border-left: 0.625em solid transparent;
    top: 0.9375em;
    left: 0.625em;
    position: absolute;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
    @media screen and (min-width: 40em) {
      #next-nav:before {
        border-top: 0.9375em solid #2FBBDC;
        border-right: 0.9375em solid transparent;
        border-left: 0.9375em solid transparent;
        top: 1.375em;
        left: 0.9375em; } }
  #next-nav.to-top:before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.message-block {
  position: relative;
  padding: 1.25em 2.375em;
  background: #EFF7F9; }
  .message-block:before {
    font-family: "gnjumc" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5625em;
    position: absolute;
    left: -1.25em;
    top: 1.25em;
    color: #787D7E; }
    @media screen and (min-width: 53.75em) {
      .message-block:before {
        content: "\21da"; } }
  .message-block .content-heading, .message-block .feature.secondary .content-wrap .content-grid h2, .feature.secondary .content-wrap .content-grid .message-block h2, .message-block #featured-news &gt; header .content-wrap h2, #featured-news &gt; header .content-wrap .message-block h2, .message-block #vital-congregations &gt; header h2, #vital-congregations &gt; header .message-block h2, .message-block #special-pages &gt; header .content-wrap h2, #special-pages &gt; header .content-wrap .message-block h2, .message-block form .gform_title, form .message-block .gform_title, .message-block #main-footer #footer-menu ul.menu &gt; li h2, #main-footer #footer-menu ul.menu &gt; li .message-block h2, .message-block article.news-item.large .article-title, article.news-item.large .message-block .article-title, .message-block form article.news-item.submit-wrapper .article-title, form article.news-item.submit-wrapper .message-block .article-title, .message-block .resource-library .content article.main-tax .category-heading, .resource-library .content article.main-tax .message-block .category-heading, .message-block .em-calendar-wrapper table.em-calendar thead td.month_name, .em-calendar-wrapper table.em-calendar thead .message-block td.month_name, .message-block .single-district .content .locations-listing h2, .single-district .content .locations-listing .message-block h2 {
    margin-bottom: 0.9090909091em; }

.block-target:hover * {
  color: #E93542 !important; }

.screenreader, #site-branding #site-title, #site-branding #site-description {
  position: absolute;
  left: -999em; }

#site-branding a {
  z-index: 2;
  display: block;
  width: 1.875em;
  height: 2.5em;
  position: absolute; }
  @media screen and (min-width: 60.625em) {
    #site-branding a {
      width: 14.0625em;
      height: 5.625em; }
      #main-container.scrolled #site-branding a {
        width: 1.875em;
        height: 2.5em; } }
  @media screen and (min-width: 68.75em) {
    #site-branding a {
      width: 18.125em; } }
#site-branding #header-logo {
  max-width: none;
  display: none;
  pointer-events: none;
  position: absolute;
  left: 2.375em;
  top: 0.2em;
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.3s ease 0.3s;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.3s ease 0.3s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0.3s;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75); }
  html.opacity #site-branding #header-logo {
    display: block;
    opacity: 0; }
  @media screen and (min-width: 60.625em) {
    #site-branding #header-logo {
      display: block; }
      html.opacity #site-branding #header-logo {
        display: block;
        opacity: 1; } }
  @media screen and (min-width: 68.75em) {
    #site-branding #header-logo {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); } }
  #main-container.scrolled #site-branding #header-logo {
    display: none; }
    html.opacity #main-container.scrolled #site-branding #header-logo {
      display: block;
      opacity: 0; }
#site-branding #header-icon {
  max-width: none;
  pointer-events: none;
  position: absolute;
  left: 0.3125em;
  top: 0.3125em;
  -webkit-transition: opacity 0.3s ease 0.3s;
  -moz-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s; }
  @media screen and (min-width: 60.625em) {
    #site-branding #header-icon {
      display: none; }
      html.opacity #site-branding #header-icon {
        display: block;
        opacity: 0; }
      #main-container.scrolled #site-branding #header-icon {
        display: block; }
        html.opacity #main-container.scrolled #site-branding #header-icon {
          -webkit-transition: opacity 0.3s ease 0.3s;
          -moz-transition: opacity 0.3s ease 0.3s;
          transition: opacity 0.3s ease 0.3s;
          display: block;
          opacity: 1; } }

#main-header #header-panel {
  background-color: #E1E9EB;
  margin-bottom: -0.75em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2.5em;
  box-sizing: content-box;
  border-bottom: 0.375em solid rgba(232, 243, 245, 0.75);
  background-clip: padding-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 4;
  -webkit-transition: height 0.3s ease 0s, border-bottom-width 0.3s ease 0s;
  -moz-transition: height 0.3s ease 0s, border-bottom-width 0.3s ease 0s;
  transition: height 0.3s ease 0s, border-bottom-width 0.3s ease 0s; }
  body.logged-in #main-header #header-panel {
    margin-top: 30px; }
  @media screen and (min-width: 60.625em) {
    #main-header #header-panel {
      height: 5.625em;
      border-bottom-width: 0.75em; } }
  #main-header #header-panel #mobile-toggles {
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (min-width: 60.625em) {
      #main-header #header-panel #mobile-toggles {
        top: -100%;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease 0s, top 0s ease 0.5s;
        -moz-transition: opacity 0.5s ease 0s, top 0s ease 0.5s;
        transition: opacity 0.5s ease 0s, top 0s ease 0.5s; } }
  #main-header #header-panel #menu-toggle, #main-header #header-panel #search-toggle, #main-header #header-panel #translate-toggle {
    font-size: 0.6875em;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    min-width: 0;
    height: 3.3333333333em;
    line-height: 3.5833333333em;
    display: inline-block;
    padding: 0 0.5em; }
    #main-header #header-panel #menu-toggle i, #main-header #header-panel #search-toggle i, #main-header #header-panel #translate-toggle i {
      vertical-align: middle;
      font-size: 20px;
      display: inline-block; }
    #main-header #header-panel #menu-toggle:hover, #main-header #header-panel #search-toggle:hover, #main-header #header-panel #translate-toggle:hover {
      color: #E93542; }
  #main-header #header-panel #translator {
    cursor: pointer;
    position: absolute;
    width: 100%;
    min-height: 100vh;
    right: -100%;
    top: 0;
    background: rgba(45, 49, 50, 0.65);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, right 0.3s ease 0s; }
    #main-header #header-panel #translator:after {
      content: "\d7";
      font-family: "gnjumc";
      position: absolute;
      right: 0.375em;
      top: 0.375em;
      color: #FFF;
      font-size: 18px;
      line-height: 18px; }
    #main-header #header-panel #translator .select-wrap {
      background: #FFF;
      border: 0.75em solid rgba(232, 243, 245, 0.75);
      width: auto;
      margin: 1.95em 0.375em 0 0.375em; }
      #main-header #header-panel #translator .select-wrap:after {
        line-height: 1.75em;
        color: #787D7E; }
      #main-header #header-panel #translator .select-wrap select {
        font-size: 0.875em;
        border: none;
        cursor: pointer;
        margin: 0;
        color: #787D7E; }
      #main-header #header-panel #translator .select-wrap:hover select, #main-header #header-panel #translator .select-wrap:hover:after {
        color: #E93542; }
    @media screen and (min-width: 40em) {
      #main-header #header-panel #translator .select-wrap {
        max-width: 18.75em;
        margin: 1.95em auto 0 auto;
        background: #FFF; }
        #main-header #header-panel #translator .select-wrap select {
          background: none; } }
    #main-header #header-panel #translator.opened {
      right: 0;
      opacity: 1; }
    @media screen and (min-width: 60.625em) {
      #main-header #header-panel #translator {
        width: auto;
        min-height: 0;
        background: none;
        right: 0;
        top: 0;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0s, top 0.3s ease 0s;
        -moz-transition: opacity 0.3s ease 0s, top 0.3s ease 0s;
        transition: opacity 0.3s ease 0s, top 0.3s ease 0s; }
        #main-header #header-panel #translator:after {
          display: none; }
        #main-header #header-panel #translator .select-wrap {
          width: 8.125em;
          margin: 0;
          border: none;
          background: none; }
          #main-header #header-panel #translator .select-wrap:after {
            line-height: 1.5em; }
          #main-header #header-panel #translator .select-wrap select {
            font-size: 0.75em; } }
  #main-header #header-panel #searchform-wrapper {
    cursor: pointer;
    position: absolute;
    width: 100%;
    min-height: 100vh;
    right: -100%;
    top: 0;
    background: rgba(45, 49, 50, 0.65);
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, right 0.3s ease 0s; }
    #main-header #header-panel #searchform-wrapper:after {
      content: "\d7";
      font-family: "gnjumc";
      position: absolute;
      right: 0.375em;
      top: 0.375em;
      color: #FFF;
      font-size: 18px;
      line-height: 18px; }
    #main-header #header-panel #searchform-wrapper #searchform {
      background: #FFF;
      border: 0.75em solid rgba(232, 243, 245, 0.75);
      width: auto;
      margin: 1.95em 0.375em 0 0.375em;
      padding: 0.75em;
      box-sizing: border-box; }
      #main-header #header-panel #searchform-wrapper #searchform #s {
        font-size: 0.875em;
        height: 2.7142857143em;
        display: inline-block;
        margin: 0;
        padding-right: 2.5em;
        -webkit-transition: width 0.3s ease 0.3s;
        -moz-transition: width 0.3s ease 0.3s;
        transition: width 0.3s ease 0.3s; }
      #main-header #header-panel #searchform-wrapper #searchform button {
        position: absolute;
        right: 1.425em;
        top: 2.175em;
        z-index: 2;
        font-size: 25px;
        width: 1.4em;
        display: inline-block;
        min-height: 0;
        height: 1.52em;
        line-height: 1.52em;
        padding: 0;
        min-width: 0;
        border: none;
        background: none; }
        #main-header #header-panel #searchform-wrapper #searchform button i {
          padding: 0;
          margin: 0;
          height: 1.52em;
          line-height: 1.52em;
          vertical-align: middle;
          color: #A5ADAF;
          -webkit-transition: color 0.3s;
          -moz-transition: color 0.3s;
          transition: color 0.3s; }
        #main-header #header-panel #searchform-wrapper #searchform button:hover i {
          color: #E93542; }
      #main-header #header-panel #searchform-wrapper #searchform fieldset {
        box-sizing: border-box;
        border: none;
        background: #A5ADAF;
        padding: 0.375em 0.75em;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        margin: 0; }
        #main-header #header-panel #searchform-wrapper #searchform fieldset label {
          display: inline-block;
          font-size: 0.75em;
          color: #FFF;
          padding: 0 1em 0 0;
          font-weight: normal; }
          #main-header #header-panel #searchform-wrapper #searchform fieldset label input {
            font-size: 1.3333333333em;
            margin: 0; }
    @media screen and (min-width: 60.625em) {
      #main-header #header-panel #searchform-wrapper {
        min-height: 0;
        width: auto;
        background: none;
        left: auto;
        top: auto;
        right: 0;
        bottom: 0;
        margin: 0 0.75em 0.75em 0;
        opacity: 1;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none; }
        #main-header #header-panel #searchform-wrapper:after {
          display: none; }
        #main-header #header-panel #searchform-wrapper #searchform {
          background: none;
          border: none;
          margin: 0;
          padding: 0; }
          #main-header #header-panel #searchform-wrapper #searchform #s {
            width: 8.125em; }
          #main-header #header-panel #searchform-wrapper #searchform button {
            right: 0;
            top: 0; }
          #main-header #header-panel #searchform-wrapper #searchform fieldset {
            position: absolute;
            top: 100%;
            right: 0;
            width: 9.375em;
            display: none;
            -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
            -moz-transition: opacity 0.3s ease 0s, -moz-transform 0.3s ease 0s;
            transition: opacity 0.3s ease 0s, transform 0.3s ease 0s; } }
      @media screen and (min-width: 53.75em) and (min-width: 1000px) {
        #main-header #header-panel #searchform-wrapper #searchform fieldset {
          width: 13.75em; } }
      @media screen and (min-width: 53.75em) and (min-width: 1200px) {
        #main-header #header-panel #searchform-wrapper #searchform fieldset {
          width: 17.1875em; } }
      @media screen and (min-width: 53.75em) and (min-width: 1325px) {
        #main-header #header-panel #searchform-wrapper #searchform fieldset {
          width: 20.3125em; } }
    @media screen and (min-width: 53.75em) {
            html.csstransforms #main-header #header-panel #searchform-wrapper #searchform fieldset {
              display: block;
              opacity: 0;
              -webkit-transform: scaleY(0);
              -moz-transform: scaleY(0);
              -ms-transform: scaleY(0);
              -o-transform: scaleY(0);
              transform: scaleY(0);
              -webkit-transform-origin: right top;
              -moz-transform-origin: right top;
              -ms-transform-origin: right top;
              -o-transform-origin: right top;
              transform-origin: right top; }
        #main-header #header-panel #searchform-wrapper.focused {
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
          #main-header #header-panel #searchform-wrapper.focused #searchform #s {
            width: 10.7142857143em; } }
      @media screen and (min-width: 53.75em) and (min-width: 1000px) {
        #main-header #header-panel #searchform-wrapper.focused #searchform #s {
          width: 15.7142857143em; } }
      @media screen and (min-width: 53.75em) and (min-width: 1200px) {
        #main-header #header-panel #searchform-wrapper.focused #searchform #s {
          width: 19.6428571429em; } }
      @media screen and (min-width: 53.75em) and (min-width: 1325px) {
        #main-header #header-panel #searchform-wrapper.focused #searchform #s {
          width: 23.2142857143em; } }
    @media screen and (min-width: 53.75em) {
            #main-header #header-panel #searchform-wrapper.focused #searchform #s:focus {
              width: 10.7142857143em;
              -webkit-transition: width 0.3s ease 0s;
              -moz-transition: width 0.3s ease 0s;
              transition: width 0.3s ease 0s; } }
        @media screen and (min-width: 53.75em) and (min-width: 1000px) {
          #main-header #header-panel #searchform-wrapper.focused #searchform #s:focus {
            width: 15.7142857143em; } }
        @media screen and (min-width: 53.75em) and (min-width: 1200px) {
          #main-header #header-panel #searchform-wrapper.focused #searchform #s:focus {
            width: 19.6428571429em; } }
        @media screen and (min-width: 53.75em) and (min-width: 1325px) {
          #main-header #header-panel #searchform-wrapper.focused #searchform #s:focus {
            width: 23.2142857143em; } }
    @media screen and (min-width: 53.75em) {
          #main-header #header-panel #searchform-wrapper.focused #searchform fieldset {
            display: block;
            -webkit-transition: opacity 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
            -moz-transition: opacity 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
            transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s; }
            html.csstransforms #main-header #header-panel #searchform-wrapper.focused #searchform fieldset {
              opacity: 1;
              -webkit-transform: scaleY(1);
              -moz-transform: scaleY(1);
              -ms-transform: scaleY(1);
              -o-transform: scaleY(1);
              transform: scaleY(1); } }
    #main-header #header-panel #searchform-wrapper.opened {
      right: 0;
      opacity: 1; }
  #main-header #header-panel #menu-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: -500px;
    min-height: 0;
    background: none;
    opacity: 0; }
    @media screen and (min-width: 60.625em) {
      #main-header #header-panel #menu-wrapper {
        top: 0;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0.3s, top 0s ease 0s;
        -moz-transition: opacity 0.3s ease 0.3s, top 0s ease 0s;
        transition: opacity 0.3s ease 0.3s, top 0s ease 0s; } }
    #main-header #header-panel #menu-wrapper #main-navigation {
      text-align: right;
      padding: 0 8.375em 0 2.375em; }
      #main-header #header-panel #menu-wrapper #main-navigation ul.menu &gt; li {
        display: inline-block; }
        #main-header #header-panel #menu-wrapper #main-navigation ul.menu &gt; li a {
          color: #787D7E;
          position: relative;
          display: inline-block;
          box-sizing: border-box;
          height: 5.625em;
          font-size: 0.875em;
          padding: 1.4285714286em 0.5em; }
          #main-header #header-panel #menu-wrapper #main-navigation ul.menu &gt; li a:after {
            content: '';
            display: block;
            height: 1px;
            position: absolute;
            left: 1.25em;
            right: 1.25em;
            bottom: 2.4em;
            background: #A5ADAF;
            -webkit-transition: background 0.3s;
            -moz-transition: background 0.3s;
            transition: background 0.3s; }
          @media screen and (min-width: 73.75em) {
            #main-header #header-panel #menu-wrapper #main-navigation ul.menu &gt; li a {
              font-size: 1em;
              padding: 1.25em 0.75em; } }
          #main-header #header-panel #menu-wrapper #main-navigation ul.menu &gt; li a:hover {
            color: #E93542; }
            #main-header #header-panel #menu-wrapper #main-navigation ul.menu &gt; li a:hover:after {
              background: #E93542; }
  #main-header #header-panel #offcanvas-menu-wrapper {
    cursor: pointer;
    font-size: 1em;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 2;
    background: rgba(45, 49, 50, 0.65);
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s, left 0.3s;
    -moz-transition: opacity 0.3s, left 0.3s;
    transition: opacity 0.3s, left 0.3s; }
    #main-header #header-panel #offcanvas-menu-wrapper.opened {
      left: 0;
      opacity: 1; }
    #main-header #header-panel #offcanvas-menu-wrapper.closed {
      left: 100%;
      opacity: 0; }
    #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-audience-menu {
      font-size: 1em;
      position: absolute;
      top: 1.95em;
      display: block;
      box-sizing: content-box;
      margin: 0.75em; }
      #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-audience-menu &gt; ul {
        font-size: 1em; }
        @media screen and (min-width: 500px) {
          #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-audience-menu &gt; ul {
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex; } }
        #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-audience-menu &gt; ul &gt; li {
          font-size: 1em;
          display: block;
          box-sizing: border-box;
          padding: 0 0.1875em;
          width: 200px;
          clear: both;
          margin: 0 auto 5px; }
          @media screen and (min-width: 500px) {
            #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-audience-menu &gt; ul &gt; li {
              width: auto;
              margin: 0;
              -webkit-flex-grow: 2;
              -moz-flex-grow: 2;
              flex-grow: 2;
              -ms-flex-positive: 2; } }
          #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-audience-menu &gt; ul &gt; li &gt; a {
            display: inline-block;
            box-sizing: border-box;
            width: 100%;
            height: auto;
            min-width: 0;
            line-height: 3;
            padding: 0;
            margin: 0; }
            @media screen and (min-width: 53.75em) {
              #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-audience-menu &gt; ul &gt; li &gt; a {
                font-size: 1em; } }
      @media screen and (min-width: 40em) {
        #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-audience-menu {
          max-width: 30.8em;
          margin: 0.75em auto; } }
    #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation {
      margin: 1.95em 0.375em;
      box-sizing: content-box;
      border: 0.75em solid rgba(232, 243, 245, 0.75);
      border-top-width: 10em;
      background-clip: padding-box;
      background-color: #FFF;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      padding: 0.375em 0.1875em 0; }
      @media screen and (min-width: 500px) {
        #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation {
          border-top-width: 4em; } }
      #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
        #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li {
          -webkit-flex-shrink: 1;
          -moz-flex-shrink: 1;
          flex-shrink: 1;
          -ms-flex-negative: 1;
          -webkit-flex-grow: 1;
          -moz-flex-grow: 1;
          flex-grow: 1;
          -ms-flex-positive: 1;
          padding: 0 0.1875em 0.375em;
          max-width: 50%;
          min-width: 30%; }
          #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a {
            font-size: 0.875em;
            width: 100%;
            min-width: 0;
            box-sizing: border-box; }
      @media screen and (min-width: 40em) {
        #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation {
          border-top-width: 4.5em;
          max-width: 30em;
          margin: 1.95em auto; } }
      #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation:after {
        content: "\d7";
        font-family: "gnjumc";
        position: absolute;
        right: 0.375em;
        top: 0.375em;
        color: #FFF;
        font-size: 18px;
        line-height: 18px; }
  #main-container.scrolled #main-header #header-panel {
    height: 2.5em;
    border-bottom-width: 0.375em;
    -webkit-transition: height 0.3s ease 0.3s, border-bottom-width 0.3s ease 0.3s;
    -moz-transition: height 0.3s ease 0.3s, border-bottom-width 0.3s ease 0.3s;
    transition: height 0.3s ease 0.3s, border-bottom-width 0.3s ease 0.3s; }
    #main-container.scrolled #main-header #header-panel #mobile-toggles {
      top: 0;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease 0.3s, top 0s ease 0s;
      -moz-transition: opacity 0.3s ease 0.3s, top 0s ease 0s;
      transition: opacity 0.3s ease 0.3s, top 0s ease 0s; }
    #main-container.scrolled #main-header #header-panel #menu-wrapper {
      opacity: 0;
      top: -500px;
      -webkit-transition: opacity 0.3s ease 0s, top 0s ease 0.3s;
      -moz-transition: opacity 0.3s ease 0s, top 0s ease 0.3s;
      transition: opacity 0.3s ease 0s, top 0s ease 0.3s; }
    @media screen and (min-width: 60.625em) {
      #main-container.scrolled #main-header #header-panel #searchform-wrapper {
        opacity: 0;
        bottom: 500px;
        -webkit-transition: opacity 0.3s ease 0s, bottom 0s ease 0.3s;
        -moz-transition: opacity 0.3s ease 0s, bottom 0s ease 0.3s;
        transition: opacity 0.3s ease 0s, bottom 0s ease 0.3s; } }
    @media screen and (min-width: 60.625em) {
      #main-container.scrolled #main-header #header-panel #translator {
        opacity: 0;
        top: -500px;
        -webkit-transition: opacity 0.3s ease 0s, top 0s ease 0.3s;
        -moz-transition: opacity 0.3s ease 0s, top 0s ease 0.3s;
        transition: opacity 0.3s ease 0s, top 0s ease 0.3s; } }
    @media screen and (min-width: 60.625em) {
      #main-container.scrolled #main-header #header-panel:hover, #main-container.scrolled #main-header #header-panel.lock-open {
        height: 5.625em;
        border-bottom-width: 0.75em; }
        #main-container.scrolled #main-header #header-panel:hover #menu-wrapper, #main-container.scrolled #main-header #header-panel.lock-open #menu-wrapper {
          opacity: 1;
          top: 0;
          -webkit-transition: opacity 0.3s ease 0.3s, top 0s ease 0s;
          -moz-transition: opacity 0.3s ease 0.3s, top 0s ease 0s;
          transition: opacity 0.3s ease 0.3s, top 0s ease 0s; }
        #main-container.scrolled #main-header #header-panel:hover #mobile-toggles, #main-container.scrolled #main-header #header-panel.lock-open #mobile-toggles {
          top: -500px;
          opacity: 0;
          -webkit-transition: opacity 0.3s ease 0s, top 0s ease 0.3s;
          -moz-transition: opacity 0.3s ease 0s, top 0s ease 0.3s;
          transition: opacity 0.3s ease 0s, top 0s ease 0.3s; }
        #main-container.scrolled #main-header #header-panel:hover #searchform-wrapper, #main-container.scrolled #main-header #header-panel.lock-open #searchform-wrapper {
          bottom: 0;
          opacity: 1;
          -webkit-transition: opacity 0.3s ease 0s, bottom 0s ease 0.3s;
          -moz-transition: opacity 0.3s ease 0s, bottom 0s ease 0.3s;
          transition: opacity 0.3s ease 0s, bottom 0s ease 0.3s; }
        #main-container.scrolled #main-header #header-panel:hover #translator, #main-container.scrolled #main-header #header-panel.lock-open #translator {
          top: 0;
          opacity: 1;
          -webkit-transition: opacity 0.3s ease 0s, top 0.5s ease 0s;
          -moz-transition: opacity 0.3s ease 0s, top 0.5s ease 0s;
          transition: opacity 0.3s ease 0s, top 0.5s ease 0s; } }
#main-header #audience-navigation, #main-header #offcanvas-audience-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 2.5em;
  z-index: 3;
  display: none; }
  body.logged-in #main-header #audience-navigation, body.logged-in #main-header #offcanvas-audience-menu {
    margin-top: 30px; }
  @media screen and (min-width: 60.625em) {
    #main-header #audience-navigation, #main-header #offcanvas-audience-menu {
      display: block; } }
  #main-header #audience-navigation &gt; ul, #main-header #offcanvas-audience-menu &gt; ul {
    text-align: center; }
    #main-header #audience-navigation &gt; ul &gt; li, #main-header #offcanvas-audience-menu &gt; ul &gt; li {
      display: inline-block; }
      #main-header #audience-navigation &gt; ul &gt; li &gt; a, #main-header #offcanvas-audience-menu &gt; ul &gt; li &gt; a {
        border: none;
        color: #FFF;
        background: #E93542;
        height: 7em;
        line-height: 10.25em;
        vertical-align: top;
        margin: 0 0.15em;
        -webkit-transition: height 0.2s, line-height 0.2s;
        -moz-transition: height 0.2s, line-height 0.2s;
        transition: height 0.2s, line-height 0.2s; }
        #main-header #audience-navigation &gt; ul &gt; li &gt; a:hover, #main-header #audience-navigation &gt; ul &gt; li &gt; a.active, #main-header #offcanvas-audience-menu &gt; ul &gt; li &gt; a:hover, #main-header #offcanvas-audience-menu &gt; ul &gt; li &gt; a.active {
          height: 8em;
          line-height: 12.25em; }
        @media screen and (min-width: 68.75em) {
          #main-header #audience-navigation &gt; ul &gt; li &gt; a, #main-header #offcanvas-audience-menu &gt; ul &gt; li &gt; a {
            font-size: 1em;
            margin: 0 0.4em;
            height: 6.25em;
            line-height: 9em; }
            #main-header #audience-navigation &gt; ul &gt; li &gt; a:hover, #main-header #audience-navigation &gt; ul &gt; li &gt; a.active, #main-header #offcanvas-audience-menu &gt; ul &gt; li &gt; a:hover, #main-header #offcanvas-audience-menu &gt; ul &gt; li &gt; a.active {
              height: 7.25em;
              line-height: 11em; } }
      /* #main-header #audience-navigation &gt; ul &gt; li:nth-child(2n) &gt; a, #main-header #offcanvas-audience-menu &gt; ul &gt; li:nth-child(2n) &gt; a {
        background: #E93542; }
      #main-header #audience-navigation &gt; ul &gt; li:nth-child(3n) &gt; a, #main-header #offcanvas-audience-menu &gt; ul &gt; li:nth-child(3n) &gt; a {
        background: #FA8829; } */
      #main-header #audience-navigation &gt; ul &gt; li .submenu, #main-header #offcanvas-audience-menu &gt; ul &gt; li .submenu {
        display: none;
        position: fixed;
        text-align: left;
        background: #EFF7F9;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        width: 43.75em;
        left: 50%;
        top: 5.625em;
        margin-left: -21.875em;
        z-index: -1;
        border-top: 3.9em solid rgba(232, 243, 245, 0.75);
        background-clip: padding-box;
        padding: 1.5833333333em;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        transition-delay: 0.3s; }
        html.csstransforms #main-header #audience-navigation &gt; ul &gt; li .submenu, html.csstransforms #main-header #offcanvas-audience-menu &gt; ul &gt; li .submenu {
          display: block;
          -webkit-transform: scaleY(0);
          -moz-transform: scaleY(0);
          -ms-transform: scaleY(0);
          -o-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: center top;
          -moz-transform-origin: center top;
          -ms-transform-origin: center top;
          -o-transform-origin: center top;
          transform-origin: center top; }
        @media screen and (min-width: 68.75em) {
          #main-header #audience-navigation &gt; ul &gt; li .submenu, #main-header #offcanvas-audience-menu &gt; ul &gt; li .submenu {
            width: 51em;
            margin-left: -25.5em;
            padding: 2.375em;
            border-top-width: 4.15em; } }
        #main-container.scrolled #main-header #audience-navigation &gt; ul &gt; li .submenu, #main-container.scrolled #main-header #offcanvas-audience-menu &gt; ul &gt; li .submenu {
          top: 2.5em;
          border-top-width: 3.1em; }
          @media screen and (min-width: 68.75em) {
            #main-container.scrolled #main-header #audience-navigation &gt; ul &gt; li .submenu, #main-container.scrolled #main-header #offcanvas-audience-menu &gt; ul &gt; li .submenu {
              border-top-width: 3.5em; } }
        #main-header #audience-navigation &gt; ul &gt; li .submenu h2, #main-header #offcanvas-audience-menu &gt; ul &gt; li .submenu h2 {
          font-size: 0.875em;
          font-weight: bold;
          color: #787D7E;
          margin: 0 0 2.375em 0;
          opacity: 0;
          -webkit-transition: opacity 0.3s ease 0s;
          -moz-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s; }
        #main-header #audience-navigation &gt; ul &gt; li .submenu ul, #main-header #offcanvas-audience-menu &gt; ul &gt; li .submenu ul {
          overflow: hidden;
          opacity: 0;
          -webkit-transition: opacity 0.3s ease 0s;
          -moz-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s; }
          #main-header #audience-navigation &gt; ul &gt; li .submenu ul.half, #main-header #offcanvas-audience-menu &gt; ul &gt; li .submenu ul.half {
            width: 50%;
            float: left; }
            #main-header #audience-navigation &gt; ul &gt; li .submenu ul.half li, #main-header #offcanvas-audience-menu &gt; ul &gt; li .submenu ul.half li {
              width: 100%; }
          #main-header #audience-navigation &gt; ul &gt; li .submenu ul li, #main-header #offcanvas-audience-menu &gt; ul &gt; li .submenu ul li {
            float: left;
            width: 50%;
            line-height: 1; }
            #main-header #audience-navigation &gt; ul &gt; li .submenu ul li a, #main-header #offcanvas-audience-menu &gt; ul &gt; li .submenu ul li a {
              display: block;
              line-height: 1;
              padding: 0 1em 0.9em 0; }
              #main-header #audience-navigation &gt; ul &gt; li .submenu ul li a:hover, #main-header #offcanvas-audience-menu &gt; ul &gt; li .submenu ul li a:hover {
                color: #E93542; }
#main-header #audience-navigation.hidden {
  display: none; }
@media screen and (min-width: 60.625em) {
  #main-header #audience-navigation &gt; ul &gt; li:hover .submenu {
    display: block; }
    html.csstransforms #main-header #audience-navigation &gt; ul &gt; li:hover .submenu {
      -webkit-transform: scaleY(1);
      -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -o-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s; }
    #main-header #audience-navigation &gt; ul &gt; li:hover .submenu h2 {
      opacity: 1;
      -webkit-transition: opacity 0.3s ease 0.3s;
      -moz-transition: opacity 0.3s ease 0.3s;
      transition: opacity 0.3s ease 0.3s; }
    #main-header #audience-navigation &gt; ul &gt; li:hover .submenu ul {
      opacity: 1;
      -webkit-transition: opacity 0.3s ease 0.3s;
      -moz-transition: opacity 0.3s ease 0.3s;
      transition: opacity 0.3s ease 0.3s; }
  #main-header #audience-navigation &gt; ul &gt; li &gt; a {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
  #main-container.scrolled #main-header #audience-navigation &gt; ul &gt; li &gt; a {
    height: 2.75em;
    line-height: 2em; }
    #main-container.scrolled #main-header #audience-navigation &gt; ul &gt; li &gt; a:hover {
      height: 3.5em;
      line-height: 3.75em; } }

#main-content {
  margin-top: 2.5em; }
  @media screen and (min-width: 60.625em) {
    #main-content {
      margin-top: 5.625em; } }

body {
  top: 0 !important; }

#google_translate_element, #customTranslate, .goog-te-banner-frame {
  display: none; }

#customTranslate {
  position: relative;
  z-index: 4; }

/*============================================*/
/*============================================*/
#primary-feature-section {
  margin-top: -2.375em; }
  @media screen and (min-width: 53.75em) {
    #primary-feature-section {
      margin-top: -4.5em; } }
  #primary-feature-section .slick-slider.feature-slider {
    margin-bottom: 0; }
    #primary-feature-section .slick-slider.feature-slider .slick-dots {
      bottom: 0.7916666667em; }
      @media screen and (min-width: 53.75em) {
        #primary-feature-section .slick-slider.feature-slider .slick-dots {
          bottom: 2.375em; } }
    #primary-feature-section .slick-slider.feature-slider .feature.primary .content-wrap, #primary-feature-section .slick-slider.feature-slider .single-audience #feature-section .feature#feature .content-wrap, .single-audience #feature-section #primary-feature-section .slick-slider.feature-slider .feature#feature .content-wrap {
      padding-bottom: 3.5625em; }
    #primary-feature-section .slick-slider.feature-slider .feature.primary video, #primary-feature-section .slick-slider.feature-slider .single-audience #feature-section .feature#feature video, .single-audience #feature-section #primary-feature-section .slick-slider.feature-slider .feature#feature video, #primary-feature-section .slick-slider.feature-slider .feature.primary img, #primary-feature-section .slick-slider.feature-slider .single-audience #feature-section .feature#feature img, .single-audience #feature-section #primary-feature-section .slick-slider.feature-slider .feature#feature img {
      max-width: none; }

.feature {
  background: #2D3132;
  color: #FFF;
  position: relative;
  overflow: hidden; }
  .feature.primary, .single-audience #feature-section .feature#feature {
    padding: 2.375em 0;
    min-height: 70vh; }
    @media screen and (min-width: 40em) {
      .feature.primary, .single-audience #feature-section .feature#feature {
        padding: 4.0625em 0; } }
    @media screen and (min-width: 53.75em) {
      .feature.primary, .single-audience #feature-section .feature#feature {
        padding: 6.25em 0; } }
    @media screen and (min-width: 68.75em) {
      .feature.primary, .single-audience #feature-section .feature#feature {
        padding: 8.625em 0; } }
    .feature.primary .feature-heading, .single-audience #feature-section .feature#feature .feature-heading {
      color: #FFF;
      margin: 0 0 0.35em 0; }
    .feature.primary p, .single-audience #feature-section .feature#feature p {
      color: #FFF; }
    .feature.primary .button, .single-audience #feature-section .feature#feature .button, .feature.primary #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation .feature.primary ul.menu &gt; li &gt; a, .single-audience #feature-section .feature#feature #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation .single-audience #feature-section .feature#feature ul.menu &gt; li &gt; a, .feature.primary form .submit-wrapper, form .feature.primary .submit-wrapper, .single-audience #feature-section .feature#feature form .submit-wrapper, form .single-audience #feature-section .feature#feature .submit-wrapper, .feature.primary form .submit-wrapper input, form .submit-wrapper .feature.primary input, .single-audience #feature-section .feature#feature form .submit-wrapper input, form .submit-wrapper .single-audience #feature-section .feature#feature input, .feature.primary .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header .feature.primary a, .single-audience #feature-section .feature#feature .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header .single-audience #feature-section .feature#feature a {
      width: 100%; }
      @media screen and (min-width: 40em) {
        .feature.primary .button, .single-audience #feature-section .feature#feature .button, .feature.primary #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation .feature.primary ul.menu &gt; li &gt; a, .single-audience #feature-section .feature#feature #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation .single-audience #feature-section .feature#feature ul.menu &gt; li &gt; a, .feature.primary form .submit-wrapper, form .feature.primary .submit-wrapper, .single-audience #feature-section .feature#feature form .submit-wrapper, form .single-audience #feature-section .feature#feature .submit-wrapper, .feature.primary form .submit-wrapper input, form .submit-wrapper .feature.primary input, .single-audience #feature-section .feature#feature form .submit-wrapper input, form .submit-wrapper .single-audience #feature-section .feature#feature input, .feature.primary .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header .feature.primary a, .single-audience #feature-section .feature#feature .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header .single-audience #feature-section .feature#feature a {
          width: auto; } }
    .feature.primary video, .single-audience #feature-section .feature#feature video, .feature.primary img, .single-audience #feature-section .feature#feature img, .feature.primary .img, .single-audience #feature-section .feature#feature .img {
      backface-visibility: hidden;
      background-size: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      min-width: 100%;
      min-height: 100%;
      max-width: 100%;
      height: auto;
      z-index: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
    .feature.primary .img img, .single-audience #feature-section .feature#feature .img img {
      visibility: hidden;
      position: static; }
    .feature.primary .content-wrap, .single-audience #feature-section .feature#feature .content-wrap {
      position: relative;
      z-index: 2;
      padding: 1.1875em;
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
      @media screen and (min-width: 40em) {
        .feature.primary .content-wrap, .single-audience #feature-section .feature#feature .content-wrap {
          padding: 2.375em; } }
      .feature.primary .content-wrap.text-background, .single-audience #feature-section .feature#feature .content-wrap.text-background {
        background: rgba(45, 49, 50, 0.65); }
      @media screen and (min-width: 40em) {
        .feature.primary .content-wrap.align-full .content-grid, .single-audience #feature-section .feature#feature .content-wrap.align-full .content-grid {
          max-width: 75em;
          margin-left: auto;
          margin-right: auto; }
          .feature.primary .content-wrap.align-full .content-grid::after, .single-audience #feature-section .feature#feature .content-wrap.align-full .content-grid::after {
            clear: both;
            content: "";
            display: table; }
          .feature.primary .content-wrap.align-full .content-grid p, .single-audience #feature-section .feature#feature .content-wrap.align-full .content-grid p {
            float: left;
            max-width: 60%; }
          .feature.primary .content-wrap.align-full .content-grid .button, .single-audience #feature-section .feature#feature .content-wrap.align-full .content-grid .button, .feature.primary .content-wrap.align-full .content-grid #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation .feature.primary .content-wrap.align-full .content-grid ul.menu &gt; li &gt; a, .single-audience #feature-section .feature#feature .content-wrap.align-full .content-grid #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation .single-audience #feature-section .feature#feature .content-wrap.align-full .content-grid ul.menu &gt; li &gt; a, .feature.primary .content-wrap.align-full .content-grid form .submit-wrapper, form .feature.primary .content-wrap.align-full .content-grid .submit-wrapper, .single-audience #feature-section .feature#feature .content-wrap.align-full .content-grid form .submit-wrapper, form .single-audience #feature-section .feature#feature .content-wrap.align-full .content-grid .submit-wrapper, .feature.primary .content-wrap.align-full .content-grid form .submit-wrapper input, form .submit-wrapper .feature.primary .content-wrap.align-full .content-grid input, .single-audience #feature-section .feature#feature .content-wrap.align-full .content-grid form .submit-wrapper input, form .submit-wrapper .single-audience #feature-section .feature#feature .content-wrap.align-full .content-grid input, .feature.primary .content-wrap.align-full .content-grid .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header .feature.primary .content-wrap.align-full .content-grid a, .single-audience #feature-section .feature#feature .content-wrap.align-full .content-grid .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header .single-audience #feature-section .feature#feature .content-wrap.align-full .content-grid a {
            float: right; }
          .feature.primary .content-wrap.align-full .content-grid.no-button p, .single-audience #feature-section .feature#feature .content-wrap.align-full .content-grid.no-button p {
            max-width: 100%; } }
      @media screen and (min-width: 40em) {
        .feature.primary .content-wrap.align-left, .single-audience #feature-section .feature#feature .content-wrap.align-left {
          width: 50%; } }
      @media screen and (min-width: 68.75em) {
        .feature.primary .content-wrap.align-left, .single-audience #feature-section .feature#feature .content-wrap.align-left {
          width: 33%; } }
      @media screen and (min-width: 40em) {
        .feature.primary .content-wrap.align-right, .single-audience #feature-section .feature#feature .content-wrap.align-right {
          width: 50%;
          float: right;
          text-align: right; }
          .feature.primary .content-wrap.align-right .button, .single-audience #feature-section .feature#feature .content-wrap.align-right .button, .feature.primary .content-wrap.align-right #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation .feature.primary .content-wrap.align-right ul.menu &gt; li &gt; a, .single-audience #feature-section .feature#feature .content-wrap.align-right #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation .single-audience #feature-section .feature#feature .content-wrap.align-right ul.menu &gt; li &gt; a, .feature.primary .content-wrap.align-right form .submit-wrapper, form .feature.primary .content-wrap.align-right .submit-wrapper, .single-audience #feature-section .feature#feature .content-wrap.align-right form .submit-wrapper, form .single-audience #feature-section .feature#feature .content-wrap.align-right .submit-wrapper, .feature.primary .content-wrap.align-right form .submit-wrapper input, form .submit-wrapper .feature.primary .content-wrap.align-right input, .single-audience #feature-section .feature#feature .content-wrap.align-right form .submit-wrapper input, form .submit-wrapper .single-audience #feature-section .feature#feature .content-wrap.align-right input, .feature.primary .content-wrap.align-right .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header .feature.primary .content-wrap.align-right a, .single-audience #feature-section .feature#feature .content-wrap.align-right .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header .single-audience #feature-section .feature#feature .content-wrap.align-right a {
            text-align: left; } }
      @media screen and (min-width: 68.75em) {
        .feature.primary .content-wrap.align-right, .single-audience #feature-section .feature#feature .content-wrap.align-right {
          width: 33%; } }
  .feature.secondary video, .feature.secondary img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-height: 100%; }
    @media screen and (min-width: 40em) {
      .feature.secondary video, .feature.secondary img {
        min-width: 50%;
        left: 50%; } }
  .feature.secondary .content-wrap {
    text-align: center;
    position: relative; }
    @media screen and (min-width: 40em) {
      .feature.secondary .content-wrap {
        width: 50%;
        text-align: left;
        margin: 0 50% 0 0; } }
    .feature.secondary .content-wrap .content-grid {
      position: relative;
      z-index: 2;
      padding: 1.1875em;
      background: rgba(45, 49, 50, 0.65);
      overflow: hidden;
      max-width: 38.125em; }
      @media screen and (min-width: 40em) {
        .feature.secondary .content-wrap .content-grid {
          position: static;
          margin: 0 0 0 auto; } }
      @media screen and (min-width: 53.75em) {
        .feature.secondary .content-wrap .content-grid {
          padding: 2.375em; } }
      @media screen and (min-width: 68.75em) {
        .feature.secondary .content-wrap .content-grid {
          padding: 3.5625em 2.375em; } }
      .feature.secondary .content-wrap .content-grid h2 {
        margin: 0 auto 0.5em; }
      .feature.secondary .content-wrap .content-grid p {
        font-size: 0.875em; }
        @media screen and (min-width: 53.75em) {
          .feature.secondary .content-wrap .content-grid p {
            font-size: 1em; } }
      .feature.secondary .content-wrap .content-grid .button-wrap {
        width: 100%; }
        @media screen and (min-width: 40em) {
          .feature.secondary .content-wrap .content-grid .button-wrap {
            position: absolute;
            left: 100%;
            top: 50%;
            z-index: 3;
            margin: -2.6875em 0 0 0;
            padding: 1.1875em;
            background: rgba(45, 49, 50, 0.65); } }
        .feature.secondary .content-wrap .content-grid .button-wrap .button, .feature.secondary .content-wrap .content-grid .button-wrap #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation .feature.secondary .content-wrap .content-grid .button-wrap ul.menu &gt; li &gt; a, .feature.secondary .content-wrap .content-grid .button-wrap form .submit-wrapper, form .feature.secondary .content-wrap .content-grid .button-wrap .submit-wrapper, .feature.secondary .content-wrap .content-grid .button-wrap form .submit-wrapper input, form .submit-wrapper .feature.secondary .content-wrap .content-grid .button-wrap input, .feature.secondary .content-wrap .content-grid .button-wrap .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header .feature.secondary .content-wrap .content-grid .button-wrap a {
          width: 100%;
          text-align: left; }
          @media screen and (min-width: 40em) {
            .feature.secondary .content-wrap .content-grid .button-wrap .button, .feature.secondary .content-wrap .content-grid .button-wrap #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation .feature.secondary .content-wrap .content-grid .button-wrap ul.menu &gt; li &gt; a, .feature.secondary .content-wrap .content-grid .button-wrap form .submit-wrapper, form .feature.secondary .content-wrap .content-grid .button-wrap .submit-wrapper, .feature.secondary .content-wrap .content-grid .button-wrap form .submit-wrapper input, form .submit-wrapper .feature.secondary .content-wrap .content-grid .button-wrap input, .feature.secondary .content-wrap .content-grid .button-wrap .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header .feature.secondary .content-wrap .content-grid .button-wrap a {
              width: auto;
              min-width: 10.9375em; } }

/*============================================*/
/*============================================*/
#audiences {
  background: #2FBBDC;
  text-align: center;
  padding: 2.5em 1.1875em; }
  @media screen and (min-width: 40em) {
    #audiences {
      padding: 3.75em 1.1875em; } }
  @media screen and (min-width: 53.75em) {
    #audiences {
      padding: 5em 2.375em; } }
  #audiences .intro p {
    color: #FFF;
    margin: 0 auto 1.1875em; }
    @media screen and (min-width: 40em) {
      #audiences .intro p {
        max-width: 75%; } }
    @media screen and (min-width: 53.75em) {
      #audiences .intro p {
        max-width: 50%; } }
  @media screen and (min-width: 40em) {
    #audiences ul li {
      display: inline-block;
      vertical-align: top; } }
  #audiences ul li .button, #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences ul.menu &gt; li &gt; a, #audiences ul li form .submit-wrapper, form #audiences ul li .submit-wrapper, #audiences ul li form .submit-wrapper input, form .submit-wrapper #audiences ul li input, #audiences ul li .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header #audiences ul li a {
    width: 100%;
    margin: 0 0 0.4375em;
    text-align: left; }
    @media screen and (min-width: 40em) {
      #audiences ul li .button, #audiences #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences ul.menu &gt; li &gt; a, #audiences ul li form .submit-wrapper, form #audiences ul li .submit-wrapper, #audiences ul li form .submit-wrapper input, form .submit-wrapper #audiences ul li input, #audiences ul li .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header #audiences ul li a {
        width: auto;
        margin: 0 0.1875em 0.4375em; } }
  #audiences ul li p {
    color: #FFF;
    font-size: 0.875em;
    margin-bottom: 2em; }
    @media screen and (min-width: 40em) {
      #audiences ul li p {
        margin: 0 auto 2em; } }
  #audiences.primary {
    margin-top: -4.5em;
    box-shadow: inset 0px 1.1875em 0px 0px rgba(18, 51, 149, 0.25);
    background-repeat: no-repeat;
    background-position: 75% 30%;
    background-clip: border-box; }
    @media screen and (min-width: 53.75em) {
      #audiences.primary {
        padding: 6.875em 2.375em;
        box-shadow: inset 0px 2.375em 0px 0px rgba(18, 51, 149, 0.25); } }
    #audiences.primary .intro {
      max-width: 75em;
      margin-left: auto;
      margin-right: auto;
      padding: 0 0 2.375em 2%; }
      #audiences.primary .intro::after {
        clear: both;
        content: "";
        display: table; }
      @media screen and (min-width: 53.75em) {
        #audiences.primary .intro {
          padding: 0 0 4.75em 2%; } }
      #audiences.primary .intro p {
        margin: 0;
        max-width: none;
        font-size: 1.375em;
        line-height: 1.3; }
        @media screen and (min-width: 40em) {
          #audiences.primary .intro p {
            text-align: left;
            font-size: 1.5625em; } }
        @media screen and (min-width: 53.75em) {
          #audiences.primary .intro p {
            max-width: 75%;
            font-size: 2.25em; } }
        @media screen and (min-width: 68.75em) {
          #audiences.primary .intro p {
            max-width: 66%; } }
    #audiences.primary ul {
      max-width: 75em;
      margin-left: auto;
      margin-right: auto; }
      #audiences.primary ul::after {
        clear: both;
        content: "";
        display: table; }
      @media screen and (min-width: 40em) {
        #audiences.primary ul li {
          max-width: 46%;
          margin: 0 2%; } }
      @media screen and (min-width: 980px) {
        #audiences.primary ul li {
          max-width: 32%;
          margin: 0 0.5%; } }
      @media screen and (min-width: 40em) {
        #audiences.primary ul li .button, #audiences.primary #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences.primary ul.menu &gt; li &gt; a, #audiences.primary ul li form .submit-wrapper, form #audiences.primary ul li .submit-wrapper, #audiences.primary ul li form .submit-wrapper input, form .submit-wrapper #audiences.primary ul li input, #audiences.primary ul li .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header #audiences.primary ul li a {
          width: 100%;
          font-size: 1.0625em; } }
      @media screen and (min-width: 1110px) {
        #audiences.primary ul li .button, #audiences.primary #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #audiences.primary ul.menu &gt; li &gt; a, #audiences.primary ul li form .submit-wrapper, form #audiences.primary ul li .submit-wrapper, #audiences.primary ul li form .submit-wrapper input, form .submit-wrapper #audiences.primary ul li input, #audiences.primary ul li .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header #audiences.primary ul li a {
          font-size: 1.25em; } }

/*============================================*/
/*============================================*/
#featured-news {
  background: #EFF7F9;
  overflow: hidden; }
  #featured-news &gt; header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 1.1875em 0; }
    @media screen and (min-width: 40em) {
      #featured-news &gt; header {
        padding: 2.375em 0; } }
    #featured-news &gt; header .content-wrap {
      background: rgba(45, 49, 50, 0.65);
      color: #FFF;
      padding: 1.1875em;
      text-align: center;
      overflow: hidden; }
      @media screen and (min-width: 68.75em) {
        #featured-news &gt; header .content-wrap {
          text-align: left; }
          #featured-news &gt; header .content-wrap .content-grid {
            float: right;
            box-sizing: content-box;
            max-width: 16.5625em; } }
      @media screen and (min-width: 68.75em) {
        #featured-news &gt; header .content-wrap {
          padding: 2.375em 4.75em 2.375em 2.375em; } }
      #featured-news &gt; header .content-wrap h2 {
        margin: 0 auto 0.5em; }
      #featured-news &gt; header .content-wrap p {
        font-size: 0.875em; }
    @media screen and (min-width: 68.75em) {
      #featured-news &gt; header {
        width: 34%;
        float: left;
        padding: 7.5em 0; } }
  #featured-news .articles {
    padding: 1.1875em; }
    @media screen and (min-width: 68.75em) {
      #featured-news .articles {
        padding: 2.375em;
        width: 66%;
        float: right; } }
    @media screen and (min-width: 40em) {
      #featured-news .articles ul li {
        width: 50%;
        float: left;
        box-sizing: border-box;
        padding-right: 1.1875em; } }
    @media screen and (min-width: 68.75em) {
      #featured-news .articles ul li {
        padding-right: 2.375em; } }
    #featured-news .articles ul li article {
      border-bottom: 1px solid #E1E9EB; }
      html.no-touch #featured-news .articles ul li article {
        border-bottom: none; }
    #featured-news .articles .button, #featured-news .articles #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #featured-news .articles ul.menu &gt; li &gt; a, #featured-news .articles form .submit-wrapper, form #featured-news .articles .submit-wrapper, #featured-news .articles form .submit-wrapper input, form .submit-wrapper #featured-news .articles input, #featured-news .articles .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header #featured-news .articles a {
      float: right;
      margin-bottom: 1.1875em;
      width: 100%;
      padding-right: 3em; }
      @media screen and (min-width: 40em) {
        #featured-news .articles .button, #featured-news .articles #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #featured-news .articles ul.menu &gt; li &gt; a, #featured-news .articles form .submit-wrapper, form #featured-news .articles .submit-wrapper, #featured-news .articles form .submit-wrapper input, form .submit-wrapper #featured-news .articles input, #featured-news .articles .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header #featured-news .articles a {
          float: left;
          width: auto; } }

/*============================================*/
/*============================================*/
#vital-congregations {
  text-align: center;
  padding: 2.5em 0; }
  @media screen and (min-width: 40em) {
    #vital-congregations {
      padding: 3.75em 0; } }
  @media screen and (min-width: 53.75em) {
    #vital-congregations {
      padding: 5em 0; } }
  #vital-congregations &gt; header {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.1875em 1.1875em; }
    #vital-congregations &gt; header::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 53.75em) {
      #vital-congregations &gt; header {
        padding: 0 2.375em 2.375em; } }
    #vital-congregations &gt; header h2 {
      margin: 0; }
      @media screen and (min-width: 53.75em) {
        #vital-congregations &gt; header h2 {
          float: left;
          display: block;
          margin-right: 3.2702237522%;
          width: 48.3648881239%;
          text-align: right; }
          #vital-congregations &gt; header h2:last-child {
            margin-right: 0; } }
      #vital-congregations &gt; header h2 span {
        font-family: "Open Sans", "Calibri", sans-serif;
        display: block;
        color: #787D7E;
        font-size: 0.6363636364em;
        padding: 0.5em 0 1em; }
        @media screen and (min-width: 53.75em) {
          #vital-congregations &gt; header h2 span {
            font-size: 0.7272727273em; } }
    @media screen and (min-width: 53.75em) {
      #vital-congregations &gt; header .description {
        float: left;
        display: block;
        margin-right: 3.2702237522%;
        width: 48.3648881239%;
        text-align: left; }
        #vital-congregations &gt; header .description:last-child {
          margin-right: 0; } }
    #vital-congregations &gt; header .description p {
      font-size: 0.75em;
      color: #787D7E; }
      @media screen and (min-width: 53.75em) {
        #vital-congregations &gt; header .description p {
          font-size: 0.875em;
          max-width: 28.5714285714em; } }
  #vital-congregations .blocks {
    overflow: hidden; }
    #vital-congregations .blocks ul {
      max-width: 75em;
      margin-left: auto;
      margin-right: auto; }
      #vital-congregations .blocks ul::after {
        clear: both;
        content: "";
        display: table; }
      #vital-congregations .blocks ul li {
        display: inline-block;
        vertical-align: top;
        width: 45%; }
        @media screen and (min-width: 475px) {
          #vital-congregations .blocks ul li {
            width: 30%; } }
        @media screen and (min-width: 800px) {
          #vital-congregations .blocks ul li {
            width: 19%; } }
        #vital-congregations .blocks ul li .img-wrap {
          position: relative;
          background: #2FBBDC;
          padding: 0 0.296875em; }
          @media screen and (min-width: 475px) {
            #vital-congregations .blocks ul li .img-wrap {
              padding: 0 0.59375em; } }
          @media screen and (min-width: 800px) {
            #vital-congregations .blocks ul li .img-wrap {
              padding: 0 0.296875em; } }
          @media screen and (min-width: 68.75em) {
            #vital-congregations .blocks ul li .img-wrap {
              padding: 0 0.59375em; } }
          #vital-congregations .blocks ul li .img-wrap img {
            display: block;
            width: 100%;
            backface-visibility: hidden;
            -webkit-transition: opacity 0.3s ease 0s;
            -moz-transition: opacity 0.3s ease 0s;
            transition: opacity 0.3s ease 0s; }
        #vital-congregations .blocks ul li:nth-child(odd) .img-wrap:before {
          content: '';
          position: absolute;
          right: 100%;
          top: 0;
          display: block;
          height: 100%;
          width: 1000px;
          background: #2FBBDC; }
        @media screen and (min-width: 475px) {
          #vital-congregations .blocks ul li:nth-child(odd) .img-wrap:before {
            content: none; } }
        #vital-congregations .blocks ul li:nth-child(2n) .img-wrap:after {
          content: '';
          position: absolute;
          left: 100%;
          top: 0;
          display: block;
          height: 100%;
          width: 1000px;
          background: #2FBBDC; }
        @media screen and (min-width: 475px) {
          #vital-congregations .blocks ul li:nth-child(2n) .img-wrap:after {
            content: none; } }
        #vital-congregations .blocks ul li:nth-child(3n) .img-wrap:before {
          content: '';
          position: absolute;
          right: 100%;
          top: 0;
          display: block;
          height: 100%;
          width: 1000px;
          background: #2FBBDC; }
        @media screen and (min-width: 475px) {
          #vital-congregations .blocks ul li:nth-child(3n) .img-wrap:before {
            content: none; }
          #vital-congregations .blocks ul li:nth-child(3n) .img-wrap:after {
            content: '';
            position: absolute;
            left: 100%;
            top: 0;
            display: block;
            height: 100%;
            width: 1000px;
            background: #2FBBDC; } }
        @media screen and (min-width: 800px) {
          #vital-congregations .blocks ul li:nth-child(3n) .img-wrap:after {
            content: none; } }
        @media screen and (min-width: 475px) {
          #vital-congregations .blocks ul li:nth-child(4n) .img-wrap:before {
            content: '';
            position: absolute;
            right: 100%;
            top: 0;
            display: block;
            height: 100%;
            width: 1000px;
            background: #2FBBDC; } }
        @media screen and (min-width: 800px) {
          #vital-congregations .blocks ul li:nth-child(4n) .img-wrap:before {
            content: none; } }
        #vital-congregations .blocks ul li:first-child .img-wrap:before {
          content: '';
          position: absolute;
          right: 100%;
          top: 0;
          display: block;
          height: 100%;
          width: 1000px;
          background: #2FBBDC; }
        #vital-congregations .blocks ul li:last-child .img-wrap:after {
          content: '';
          position: absolute;
          left: 100%;
          top: 0;
          display: block;
          height: 100%;
          width: 1000px;
          background: #2FBBDC; }
        #vital-congregations .blocks ul li h3 {
          font-size: 1.125em;
          line-height: 1.2;
          margin: 0.75em 0.5em 1.75em;
          color: #787D7E;
          -webkit-transition: color 0.3s ease 0s;
          -moz-transition: color 0.3s ease 0s;
          transition: color 0.3s ease 0s; }
          @media screen and (min-width: 40em) {
            #vital-congregations .blocks ul li h3 {
              font-size: 1.25em; } }
          @media screen and (min-width: 68.75em) {
            #vital-congregations .blocks ul li h3 {
              font-size: 1.5em; } }
          #vital-congregations .blocks ul li h3 strong {
            color: #2D3132;
            -webkit-transition: color 0.3s ease 0s;
            -moz-transition: color 0.3s ease 0s;
            transition: color 0.3s ease 0s; }
        #vital-congregations .blocks ul li .description {
          display: none;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: rgba(45, 49, 50, 0.65);
          color: #FFF;
          font-size: 0.875em;
          line-height: 1.5;
          text-align: left;
          padding: 0.8636363636em 1.1875em;
          -webkit-transition: opacity 0.3s ease 0s;
          -moz-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s; }
          html.opacity #vital-congregations .blocks ul li .description {
            display: block;
            opacity: 0; }
        #vital-congregations .blocks ul li:hover h3 {
          color: #E93542; }
          #vital-congregations .blocks ul li:hover h3 strong {
            color: #E93542; }
        #vital-congregations .blocks ul li:hover img {
          opacity: 1; }
        #vital-congregations .blocks ul li:hover .description {
          display: block; }
          html.opacity #vital-congregations .blocks ul li:hover .description {
            opacity: 1; }
          #vital-congregations .blocks ul li:hover .description p {
            color: #FFF !important; }
      #vital-congregations .blocks ul:hover img {
        opacity: 0.5; }
  #vital-congregations .button, #vital-congregations #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #vital-congregations ul.menu &gt; li &gt; a, #vital-congregations form .submit-wrapper, form #vital-congregations .submit-wrapper, #vital-congregations form .submit-wrapper input, form .submit-wrapper #vital-congregations input, #vital-congregations .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header #vital-congregations a {
    text-align: left;
    display: block;
    margin: 0 0.95em;
    min-width: 12.5em; }
    @media screen and (min-width: 40em) {
      #vital-congregations .button, #vital-congregations #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation #vital-congregations ul.menu &gt; li &gt; a, #vital-congregations form .submit-wrapper, form #vital-congregations .submit-wrapper, #vital-congregations form .submit-wrapper input, form .submit-wrapper #vital-congregations input, #vital-congregations .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header #vital-congregations a {
        display: inline-block; } }

/*============================================*/
/*============================================*/
#special-pages {
  background: #EFF7F9;
  overflow: hidden; }
  #special-pages &gt; header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 1.1875em 0; }
    @media screen and (min-width: 40em) {
      #special-pages &gt; header {
        padding: 2.375em 0; } }
    #special-pages &gt; header .content-wrap {
      background: rgba(45, 49, 50, 0.65);
      color: #FFF;
      padding: 1.1875em;
      text-align: center;
      overflow: hidden; }
      @media screen and (min-width: 53.75em) {
        #special-pages &gt; header .content-wrap {
          text-align: left; }
          #special-pages &gt; header .content-wrap .content-grid {
            max-width: 25em; } }
      @media screen and (min-width: 68.75em) {
        #special-pages &gt; header .content-wrap {
          padding: 2.375em 4.75em 2.375em 2.375em; } }
      #special-pages &gt; header .content-wrap h2 {
        margin: 0 auto 0.5em; }
      #special-pages &gt; header .content-wrap p {
        font-size: 0.875em; }
    @media screen and (min-width: 53.75em) {
      #special-pages &gt; header {
        width: 50%;
        float: right;
        padding: 1.875em 0; } }
    @media screen and (min-width: 68.75em) {
      #special-pages &gt; header {
        padding: 5em 0; } }
  #special-pages .pages ul li {
    margin: 1.1875em;
    overflow: hidden; }
    @media screen and (min-width: 53.75em) {
      #special-pages .pages ul li {
        text-align: right; } }
    @media screen and (min-width: 68.75em) {
      #special-pages .pages ul li {
        margin: 2.375em; } }
    html.touch #special-pages .pages ul li {
      border-bottom: 1px solid #E1E9EB;
      padding-bottom: 1.1875em; }
      html.touch #special-pages .pages ul li a {
        position: static;
        float: right;
        color: #3E98C6;
        font-size: 0.75em;
        margin-top: 0.8em;
        margin-left: 2.4em; }
    #special-pages .pages ul li .img-wrap {
      display: inline-block;
      vertical-align: middle;
      margin: 0 1.1875em 0 0; }
      #special-pages .pages ul li .img-wrap img {
        display: block; }
      @media screen and (min-width: 53.75em) {
        #special-pages .pages ul li .img-wrap {
          float: right;
          margin: 0 1.1875em 0; } }
      @media screen and (min-width: 68.75em) {
        #special-pages .pages ul li .img-wrap {
          float: right;
          margin: 0 2.375em 0 1.1875em; } }
    #special-pages .pages ul li h3 {
      margin: 0;
      display: inline-block;
      font-weight: 400; }
      @media screen and (min-width: 53.75em) {
        #special-pages .pages ul li h3 {
          margin-top: 0.8em; } }

#special-logo-pages {
  background: #EFF7F9;
  overflow: hidden; }
  #special-logo-pages .pages {
    text-align: center;
    max-width: 75em;
    margin: 0 auto; }
    #special-logo-pages .pages ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      #special-logo-pages .pages ul li {
        display: inline-block;
        width: 45%;
        vertical-align: top;
        -webkit-transition: background 0.3s ease 0s;
        -moz-transition: background 0.3s ease 0s;
        transition: background 0.3s ease 0s; }
        @media screen and (min-width: 53.75em) {
          #special-logo-pages .pages ul li {
            width: 30%; } }
        @media screen and (min-width: 53.75em) {
          #special-logo-pages .pages ul li {
            width: 20%; } }
        #special-logo-pages .pages ul li .logo-page-item {
          padding: 0.59375em 1.1875em; }
          @media screen and (min-width: 40em) {
            #special-logo-pages .pages ul li .logo-page-item {
              padding: 1.1875em 2.375em; } }
          @media screen and (min-width: 53.75em) {
            #special-logo-pages .pages ul li .logo-page-item {
              padding: 2.375em; } }
          #special-logo-pages .pages ul li .logo-page-item h3 {
            -webkit-transition: color 0.3s ease 0s;
            -moz-transition: color 0.3s ease 0s;
            transition: color 0.3s ease 0s; }
          #special-logo-pages .pages ul li .logo-page-item .img-wrap img {
            max-height: 4.6875em;
            width: auto; }
            @media screen and (min-width: 40em) {
              #special-logo-pages .pages ul li .logo-page-item .img-wrap img {
                max-height: 5.625em; } }
            @media screen and (min-width: 53.75em) {
              #special-logo-pages .pages ul li .logo-page-item .img-wrap img {
                max-height: 6.5625em; } }
        #special-logo-pages .pages ul li:hover {
          background: #E1E9EB; }

textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid;
  border-color: #A5ADAF;
  border-radius: 0;
  outline: 0;
  background: #FFF; }
  textarea::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #A5ADAF;
    font-style: italic; }
  textarea::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  select::-moz-placeholder {
    color: #A5ADAF;
    font-style: italic; }
  textarea:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  select:-moz-placeholder {
    color: #A5ADAF;
    font-style: italic; }
  textarea:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: #A5ADAF;
    font-style: italic; }
  textarea:hover,
  input[type="tel"]:hover,
  input[type="text"]:hover,
  input[type="email"]:hover,
  input[type="number"]:hover,
  input[type="password"]:hover,
  select:hover {
    border-color: #787D7E; }
  textarea:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  select:focus {
    border-color: #3E98C6;
    outline: 0;
    color: #3E98C6;
    background-color: #FFF; }

input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
select {
  position: relative;
  z-index: 1;
  height: 2.375em;
  padding: 0 0.5em;
  width: 100%; }

.select-wrap {
  position: relative;
  z-index: 0; }
  .select-wrap:after {
    content: '▿';
    position: absolute;
    right: 0.75em;
    top: 0;
    line-height: 2.375em; }
  .select-wrap select {
    position: relative;
    z-index: 1;
    height: 2.375em;
    padding: 0 0.5em;
    padding-right: 2em;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent; }

form {
  max-width: 50em; }
  form .submit-wrapper {
    padding: 0em; }
    form .submit-wrapper input {
      background: transparent;
      color: #FFF;
      border: 0;
      margin: 0;
      width: 100%;
      white-space: normal;
      text-align: left;
      padding-right: 3.2em;
      font-size: 0.9em;
      position: relative;
      z-index: 1; }
      @media screen and (min-width: 40em) {
        form .submit-wrapper input {
          font-size: 1em; } }
      form .submit-wrapper input:hover {
        color: #FFF; }
  form .gform_validation_container {
    display: none; }
  form .gform_description {
    display: block;
    font-size: 1em;
    margin: 0 0 2.375em 0; }
  form label {
    margin: 0; }
  form .gfield_required {
    color: #E93542; }
  form .gfield {
    clear: both;
    margin: 0 0 2.375em 0; }
    form .gfield .gfield_description {
      font-size: 0.875em;
      color: #787D7E; }
    form .gfield .ginput_container {
      padding-right: 1.1875em; }
      form .gfield .ginput_container .gfield_radio, form .gfield .ginput_container .gfield_checkbox {
        overflow: hidden; }
        form .gfield .ginput_container .gfield_radio li, form .gfield .ginput_container .gfield_checkbox li {
          margin-left: 1px; }
          form .gfield .ginput_container .gfield_radio li label, form .gfield .ginput_container .gfield_checkbox li label {
            display: inline;
            font-size: 0.875em; }
          @media screen and (min-width: 40em) {
            form .gfield .ginput_container .gfield_radio li, form .gfield .ginput_container .gfield_checkbox li {
              float: left;
              width: 49%; }
              form .gfield .ginput_container .gfield_radio li input[type="text"], form .gfield .ginput_container .gfield_checkbox li input[type="text"] {
                display: inline;
                width: 75%;
                font-size: 0.875em; } }
      form .gfield .ginput_container.ginput_complex {
        padding-right: 0;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        form .gfield .ginput_container.ginput_complex label {
          font-size: 0.875em; }
        form .gfield .ginput_container.ginput_complex [id*="_container"] {
          padding-right: 1.1875em; }
          form .gfield .ginput_container.ginput_complex [id*="_container"].ginput_full {
            width: 100%; }
          form .gfield .ginput_container.ginput_complex [id*="_container"].name_first, form .gfield .ginput_container.ginput_complex [id*="_container"].name_last, form .gfield .ginput_container.ginput_complex [id*="_container"].name_middle {
            -webkit-flex-grow: 2;
            -moz-flex-grow: 2;
            flex-grow: 2;
            -ms-flex-positive: 2;
            min-width: 33%; }
          form .gfield .ginput_container.ginput_complex [id*="_container"].name_prefix {
            min-width: 6em;
            -webkit-flex-shrink: 2;
            -moz-flex-shrink: 2;
            flex-shrink: 2;
            -ms-flex-negative: 2; }
          form .gfield .ginput_container.ginput_complex [id*="_container"].name_suffix {
            -webkit-flex-shrink: 2;
            -moz-flex-shrink: 2;
            flex-shrink: 2;
            -ms-flex-negative: 2; }
          form .gfield .ginput_container.ginput_complex [id*="_container"].ginput_left, form .gfield .ginput_container.ginput_complex [id*="_container"].ginput_right {
            -webkit-flex-grow: 2;
            -moz-flex-grow: 2;
            flex-grow: 2;
            -ms-flex-positive: 2; }
          form .gfield .ginput_container.ginput_complex [id*="_container"] select {
            width: 100%; }
        form .gfield .ginput_container.ginput_complex .ginput_cardextras .ginput_cardinfo_left {
          float: left; }
          @media screen and (min-width: 40em) {
            form .gfield .ginput_container.ginput_complex .ginput_cardextras .ginput_cardinfo_left {
              float: left;
              width: 50%; } }
          form .gfield .ginput_container.ginput_complex .ginput_cardextras .ginput_cardinfo_left .ginput_card_field {
            overflow: hidden; }
            form .gfield .ginput_container.ginput_complex .ginput_cardextras .ginput_cardinfo_left .ginput_card_field .select-wrap {
              float: left;
              margin-right: 1.1875em; }
        form .gfield .ginput_container.ginput_complex .ginput_cardextras .ginput_cardinfo_right {
          float: left;
          width: 30%; }
      form .gfield .ginput_container.gfield_time_hour, form .gfield .ginput_container.gfield_time_minute, form .gfield .ginput_container.gfield_time_ampm {
        float: left;
        width: 6em; }
        form .gfield .ginput_container.gfield_time_hour i, form .gfield .ginput_container.gfield_time_minute i, form .gfield .ginput_container.gfield_time_ampm i {
          float: left; }
        form .gfield .ginput_container.gfield_time_hour label, form .gfield .ginput_container.gfield_time_minute label, form .gfield .ginput_container.gfield_time_ampm label {
          font-size: 0.875em; }
        form .gfield .ginput_container.gfield_time_hour select, form .gfield .ginput_container.gfield_time_minute select, form .gfield .ginput_container.gfield_time_ampm select {
          width: 100%; }
      form .gfield .ginput_container .datepicker {
        width: 12em; }
    form .gfield.gfield_error input,
    form .gfield.gfield_error textarea,
    form .gfield.gfield_error select {
      border-color: #E93542;
      color: #E93542; }
    form .gfield.gfield_error label {
      color: #E93542; }
    form .gfield.gfield_error .select-wrap:after {
      color: #E93542; }
    form .gfield.gfield_error .validation_message {
      margin-right: 1.1875em;
      background: #E93542;
      color: #FFF;
      padding: 0.59375em 1.1875em; }

.ui-datepicker {
  max-width: 20em;
  background: #EFF7F9; }
  .ui-datepicker .ui-datepicker-header {
    background: #E1E9EB;
    padding: 1.1875em;
    overflow: hidden; }
    .ui-datepicker .ui-datepicker-header a {
      cursor: pointer;
      margin-right: 0.59375em; }
      .ui-datepicker .ui-datepicker-header a.ui-datepicker-next:after {
        content: " »"; }
      .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev:before {
        content: "« "; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      float: right; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
        display: inline-block;
        margin: 0 0 0.59375em 0.59375em; }
  .ui-datepicker .ui-datepicker-calendar {
    margin: 0; }
    .ui-datepicker .ui-datepicker-calendar tbody tr th, .ui-datepicker .ui-datepicker-calendar tbody tr td, .ui-datepicker .ui-datepicker-calendar thead tr th, .ui-datepicker .ui-datepicker-calendar thead tr td {
      text-align: center;
      font-size: 0.875em; }

.em-booking {
  padding: 0.625em; }
  .em-booking form.em-booking-form {
    position: static;
    max-width: 100%; }
    .em-booking form.em-booking-form .em-booking-form-details, .em-booking form.em-booking-form .em-booking-gateway-form {
      width: 100%;
      padding: 2.375em 0 0; }
      .em-booking form.em-booking-form .em-booking-form-details.em-booking-gateway-form, .em-booking form.em-booking-form .em-booking-gateway-form.em-booking-gateway-form {
        padding-top: 0; }
      .em-booking form.em-booking-form .em-booking-form-details &gt; p, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p {
        width: 100%;
        display: inline-block; }
        @media screen and (min-width: 53.75em) {
          .em-booking form.em-booking-form .em-booking-form-details &gt; p, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p {
            width: 70%;
            margin-left: 15%; } }
        .em-booking form.em-booking-form .em-booking-form-details &gt; p.ticket-price, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p.ticket-price {
          float: left;
          width: 30%;
          clear: none; }
          @media screen and (min-width: 40em) {
            .em-booking form.em-booking-form .em-booking-form-details &gt; p.ticket-price, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p.ticket-price {
              width: 20%; } }
          @media screen and (min-width: 53.75em) {
            .em-booking form.em-booking-form .em-booking-form-details &gt; p.ticket-price, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p.ticket-price {
              width: 15%; } }
        .em-booking form.em-booking-form .em-booking-form-details &gt; p.em-tickets-spaces, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p.em-tickets-spaces {
          float: right;
          width: 40%;
          clear: none; }
          @media screen and (min-width: 40em) {
            .em-booking form.em-booking-form .em-booking-form-details &gt; p.em-tickets-spaces, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p.em-tickets-spaces {
              width: 20%; } }
          @media screen and (min-width: 53.75em) {
            .em-booking form.em-booking-form .em-booking-form-details &gt; p.em-tickets-spaces, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p.em-tickets-spaces {
              margin-left: 0;
              margin-right: 15%;
              width: 15%; } }
        @media screen and (min-width: 40em) {
          .em-booking form.em-booking-form .em-booking-form-details &gt; p.input-dbem_city, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p.input-dbem_city {
            float: left;
            width: 55%; } }
        @media screen and (min-width: 53.75em) {
          .em-booking form.em-booking-form .em-booking-form-details &gt; p.input-dbem_city, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p.input-dbem_city {
            width: 35%; } }
        .em-booking form.em-booking-form .em-booking-form-details &gt; p.input-dbem_state, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p.input-dbem_state {
          float: left;
          width: 45%;
          clear: none; }
          @media screen and (min-width: 40em) {
            .em-booking form.em-booking-form .em-booking-form-details &gt; p.input-dbem_state, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p.input-dbem_state {
              width: 15%;
              margin-left: 5%; } }
          @media screen and (min-width: 53.75em) {
            .em-booking form.em-booking-form .em-booking-form-details &gt; p.input-dbem_state, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p.input-dbem_state {
              width: 10%; } }
        .em-booking form.em-booking-form .em-booking-form-details &gt; p.input-dbem_zip, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p.input-dbem_zip {
          float: right;
          width: 45%;
          clear: none; }
          @media screen and (min-width: 40em) {
            .em-booking form.em-booking-form .em-booking-form-details &gt; p.input-dbem_zip, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p.input-dbem_zip {
              width: 20%; } }
          @media screen and (min-width: 53.75em) {
            .em-booking form.em-booking-form .em-booking-form-details &gt; p.input-dbem_zip, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p.input-dbem_zip {
              margin-left: 0;
              width: 15%;
              margin-right: 15%; } }
        @media screen and (min-width: 40em) {
          .em-booking form.em-booking-form .em-booking-form-details &gt; p.em-bookings-form-gateway-expiry, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p.em-bookings-form-gateway-expiry {
            float: left;
            width: 60%;
            clear: none; } }
        @media screen and (min-width: 53.75em) {
          .em-booking form.em-booking-form .em-booking-form-details &gt; p.em-bookings-form-gateway-expiry, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p.em-bookings-form-gateway-expiry {
            width: 40%; } }
        .em-booking form.em-booking-form .em-booking-form-details &gt; p.em-bookings-form-gateway-expiry .select-wrap, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p.em-bookings-form-gateway-expiry .select-wrap {
          display: inline-block;
          width: 45%; }
          .em-booking form.em-booking-form .em-booking-form-details &gt; p.em-bookings-form-gateway-expiry .select-wrap:first-of-type, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p.em-bookings-form-gateway-expiry .select-wrap:first-of-type {
            width: 30%; }
          @media screen and (min-width: 40em) {
            .em-booking form.em-booking-form .em-booking-form-details &gt; p.em-bookings-form-gateway-expiry .select-wrap, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p.em-bookings-form-gateway-expiry .select-wrap {
              width: 58%; } }
        .em-booking form.em-booking-form .em-booking-form-details &gt; p.em-bookings-form-ccv, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p.em-bookings-form-ccv {
          width: 30%; }
          @media screen and (min-width: 40em) {
            .em-booking form.em-booking-form .em-booking-form-details &gt; p.em-bookings-form-ccv, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p.em-bookings-form-ccv {
              width: 20%; } }
          @media screen and (min-width: 53.75em) {
            .em-booking form.em-booking-form .em-booking-form-details &gt; p.em-bookings-form-ccv, .em-booking form.em-booking-form .em-booking-gateway-form &gt; p.em-bookings-form-ccv {
              width: 15%; } }
    .em-booking form.em-booking-form label {
      float: none;
      color: #787D7E;
      width: auto;
      display: block;
      max-width: 33.5em; }
    .em-booking form.em-booking-form input.input, .em-booking form.em-booking-form textarea, .em-booking form.em-booking-form .select-wrap {
      width: 100%; }
    .em-booking form.em-booking-form select {
      margin: 0; }
    .em-booking form.em-booking-form .em-booking-buttons {
      margin: 1.1875em 0;
      text-align: right; }
      @media screen and (min-width: 53.75em) {
        .em-booking form.em-booking-form .em-booking-buttons {
          width: 70%;
          margin-left: 15%; } }
      .em-booking form.em-booking-form .em-booking-buttons .submit-wrapper {
        width: 100%; }
        @media screen and (min-width: 40em) {
          .em-booking form.em-booking-form .em-booking-buttons .submit-wrapper {
            width: 50%; } }
        @media screen and (min-width: 53.75em) {
          .em-booking form.em-booking-form .em-booking-buttons .submit-wrapper {
            width: 60%; } }
        .em-booking form.em-booking-form .em-booking-buttons .submit-wrapper .em-booking-submit {
          width: 100%; }

#authorize-seal {
  background: #FFF;
  width: auto;
  padding-bottom: 0.625em; }
  @media screen and (min-width: 40em) {
    #authorize-seal {
      position: absolute;
      bottom: 1.1875em;
      left: 1.1875em; } }
  @media screen and (min-width: 53.75em) {
    #authorize-seal {
      left: 15%; } }
  #authorize-seal .AuthorizeNetSeal {
    margin: 0 auto; }
    @media screen and (min-width: 40em) {
      #authorize-seal .AuthorizeNetSeal {
        margin: 0; } }

.em-booking-message {
  display: inline-block;
  margin: 0 !important;
  border-radius: 0 !important;
  width: 80%; }
  .em-booking-message.em-booking-message-error {
    margin-bottom: 0.625em !important; }

.sendgrid-subscription-widget form .submit-wrapper {
  margin: 1.1875em 0; }

#main-footer {
  position: relative;
  background: #E1E9EB;
  color: #A5ADAF;
  border-top: 0.375em solid rgba(232, 243, 245, 0.75);
  margin-top: -0.375em;
  background-clip: padding-box;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 53.75em) {
    #main-footer {
      border-top-width: 0.75em;
      margin-top: -0.75em; } }
  #main-footer #footer-menu {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding: 1.1875em 1.1875em 0 1.1875em;
    text-align: center; }
    #main-footer #footer-menu::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 53.75em) {
      #main-footer #footer-menu {
        padding: 2.375em 2.375em 0 2.375em; } }
    #main-footer #footer-menu ul.menu &gt; li {
      margin-bottom: 2.375em; }
      @media screen and (min-width: 40em) {
        #main-footer #footer-menu ul.menu &gt; li {
          float: left;
          display: block;
          margin-right: 3.2702237522%;
          width: 48.3648881239%; }
          #main-footer #footer-menu ul.menu &gt; li:last-child {
            margin-right: 0; }
          #main-footer #footer-menu ul.menu &gt; li:nth-child(2n) {
            margin-right: 0; }
          #main-footer #footer-menu ul.menu &gt; li:nth-child(2n+1) {
            clear: left; } }
      @media screen and (min-width: 53.75em) {
        #main-footer #footer-menu ul.menu &gt; li {
          float: left;
          display: block;
          margin-right: 3.2702237522%;
          width: 22.5473321859%; }
          #main-footer #footer-menu ul.menu &gt; li:last-child {
            margin-right: 0; }
          #main-footer #footer-menu ul.menu &gt; li:nth-child(2n) {
            margin-right: 3.2702237522%; }
          #main-footer #footer-menu ul.menu &gt; li:nth-child(2n+1) {
            clear: none; }
          #main-footer #footer-menu ul.menu &gt; li:nth-child(4n) {
            margin-right: 0; }
          #main-footer #footer-menu ul.menu &gt; li:nth-child(4n+1) {
            clear: left; } }
      #main-footer #footer-menu ul.menu &gt; li h2 {
        margin-bottom: 0.5em;
        font-size: 1.125em; }
        @media screen and (min-width: 53.75em) {
          #main-footer #footer-menu ul.menu &gt; li h2 {
            font-size: 1.375em; } }
      #main-footer #footer-menu ul.menu &gt; li p {
        font-size: 0.75em;
        max-width: 20em;
        margin: 0 auto; }
        @media screen and (min-width: 40em) {
          #main-footer #footer-menu ul.menu &gt; li p {
            font-size: 0.875em; } }
  #main-footer #icon-menu {
    background: #2FBBDC;
    padding: 0 1.1875em; }
    #main-footer #icon-menu ul.menu {
      max-width: 75em;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      #main-footer #icon-menu ul.menu::after {
        clear: both;
        content: "";
        display: table; }
      #main-footer #icon-menu ul.menu li {
        display: inline-block;
        vertical-align: top; }
        #main-footer #icon-menu ul.menu li a {
          color: #FFF;
          display: inline-block;
          padding: 1.1875em 0.59375em 0.59375em;
          margin-bottom: 0.59375em;
          max-width: 7.5em;
          text-align: left;
          line-height: 1;
          -webkit-transition: background 0.3s ease 0s;
          -moz-transition: background 0.3s ease 0s;
          transition: background 0.3s ease 0s; }
          #main-footer #icon-menu ul.menu li a:hover {
            background: #E93542; }
          #main-footer #icon-menu ul.menu li a i {
            font-size: 25px;
            float: left;
            vertical-align: middle;
            padding-right: 0.25em; }
            #main-footer #icon-menu ul.menu li a i.icon-envelope {
              font-size: 26px; }
          #main-footer #icon-menu ul.menu li a span {
            font-size: 0.75em;
            vertical-align: top; }
  #main-footer #site-meta {
    padding: 0 1.1875em 1.5833333333em;
    background: #2FBBDC;
    text-align: center;
    color: #FFF;
    font-style: normal;
    border-bottom: 1.1875em solid #3E98C6; }
    #main-footer #site-meta #site-meta-wrapper {
      max-width: 75em;
      margin-left: auto;
      margin-right: auto; }
      #main-footer #site-meta #site-meta-wrapper::after {
        clear: both;
        content: "";
        display: table; }
      #main-footer #site-meta #site-meta-wrapper a {
        color: #FFF;
        -webkit-transition: background 0.3s ease 0s;
        -moz-transition: background 0.3s ease 0s;
        transition: background 0.3s ease 0s; }
        #main-footer #site-meta #site-meta-wrapper a:hover {
          background: #E93542; }
      #main-footer #site-meta #site-meta-wrapper #copyright-address {
        font-size: 0.875em; }
        @media screen and (min-width: 53.75em) {
          #main-footer #site-meta #site-meta-wrapper #copyright-address {
            float: left;
            display: block;
            margin-right: 3.2702237522%;
            width: 48.3648881239%;
            text-align: right; }
            #main-footer #site-meta #site-meta-wrapper #copyright-address:last-child {
              margin-right: 0; } }
        #main-footer #site-meta #site-meta-wrapper #copyright-address #copyright, #main-footer #site-meta #site-meta-wrapper #copyright-address #address {
          display: inline-block; }
      #main-footer #site-meta #site-meta-wrapper #contact-info {
        font-size: 0.875em; }
        @media screen and (min-width: 53.75em) {
          #main-footer #site-meta #site-meta-wrapper #contact-info {
            float: left;
            display: block;
            margin-right: 3.2702237522%;
            width: 48.3648881239%;
            text-align: left; }
            #main-footer #site-meta #site-meta-wrapper #contact-info:last-child {
              margin-right: 0; } }
        #main-footer #site-meta #site-meta-wrapper #contact-info #phone, #main-footer #site-meta #site-meta-wrapper #contact-info #tollfree, #main-footer #site-meta #site-meta-wrapper #contact-info #fax, #main-footer #site-meta #site-meta-wrapper #contact-info #email, #main-footer #site-meta #site-meta-wrapper #contact-info #hours-directions {
          display: inline-block; }
        #main-footer #site-meta #site-meta-wrapper #contact-info #phone:after, #main-footer #site-meta #site-meta-wrapper #contact-info #tollfree:after, #main-footer #site-meta #site-meta-wrapper #contact-info #fax:after, #main-footer #site-meta #site-meta-wrapper #contact-info #email:after, #main-footer #site-meta #site-meta-wrapper #contact-info #hours-directions:after {
          content: " |";
          padding: 0 0.25em; }

article.news-item {
  overflow: hidden;
  border-bottom: 1px solid #E1E9EB;
  padding-bottom: 0.59375em; }
  @media screen and (min-width: 40em) {
    article.news-item {
      border-bottom: none; }
      html.no-touch article.news-item {
        padding-bottom: 0; } }
  article.news-item .block-heading {
    margin: 0; }
  article.news-item .article-info {
    font-size: 0.75em;
    color: #787D7E;
    margin: 0; }
  html.touch article.news-item a {
    position: static;
    font-size: 0.75em;
    color: #3E98C6;
    float: right;
    padding-top: 0.59375em; }
  article.news-item.large, form article.news-item.submit-wrapper {
    margin-bottom: 1.1875em; }
    @media screen and (min-width: 40em) {
      article.news-item.large, form article.news-item.submit-wrapper {
        border-bottom: none;
        width: 95%; } }
    @media screen and (min-width: 68.75em) {
      article.news-item.large, form article.news-item.submit-wrapper {
        margin-bottom: 2.375em; } }
    article.news-item.large .img-wrap, form article.news-item.submit-wrapper .img-wrap {
      margin-bottom: 0.875em; }
      article.news-item.large .img-wrap img, form article.news-item.submit-wrapper .img-wrap img {
        width: 100%; }
    @media screen and (min-width: 40em) {
      article.news-item.large .article-content, form article.news-item.submit-wrapper .article-content {
        padding-right: 2.5em; } }
    article.news-item.large .article-content p, form article.news-item.submit-wrapper .article-content p {
      font-size: 0.875em;
      margin: 0; }
      @media screen and (min-width: 68.75em) {
        article.news-item.large .article-content p, form article.news-item.submit-wrapper .article-content p {
          font-size: 1em; } }
      article.news-item.large .article-content p.article-info, form article.news-item.submit-wrapper .article-content p.article-info {
        font-size: 0.875em;
        margin-bottom: 0.3636363636em; }
    article.news-item.large .article-title, form article.news-item.submit-wrapper .article-title {
      margin-bottom: 0.3636363636em; }
  article.news-item.small {
    min-height: 3.125em;
    margin-bottom: 1.1875em; }
    @media screen and (min-width: 68.75em) {
      article.news-item.small {
        margin-bottom: 2.375em; } }
    article.news-item.small .img-wrap {
      float: left;
      margin-right: 0.8125em; }
    article.news-item.small .article-title {
      font-weight: normal;
      margin-bottom: 0.125em; }

ul.news-list {
  width: 100%; }
  @media screen and (min-width: 40em) {
    ul.news-list li.single-news {
      display: inline-block;
      width: 49%; } }

.news-listing .side {
  position: relative !important;
  right: auto;
  padding-top: 0;
  padding-bottom: 1.625em; }
  @media screen and (min-width: 53.75em) {
    .news-listing .side {
      float: left;
      display: block;
      margin-right: 3.2702237522%;
      width: 22.5473321859%;
      margin: 0; }
      .news-listing .side:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 53.75em) {
    .news-listing .side.fixed {
      position: fixed;
      top: 90px !important; } }
  @media screen and (min-width: 53.75em) {
    .news-listing .side.fixed.fix-bot {
      position: absolute;
      top: auto !important;
      bottom: 0;
      margin-right: 0; } }
.news-listing .content {
  margin-right: 0; }
  @media screen and (min-width: 53.75em) {
    .news-listing .content {
      float: left;
      display: block;
      margin-right: 3.2702237522%;
      width: 74.182444062%;
      float: right; }
      .news-listing .content:last-child {
        margin-right: 0; } }
  .news-listing .content .single-article {
    position: relative; }
    @media screen and (min-width: 40em) {
      .news-listing .content .single-article {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        margin-right: -0.25em;
        margin-left: -1.25em; } }
    .news-listing .content .single-article:nth-child(1), .news-listing .content .single-article:nth-child(2n) {
      margin-left: 0; }
    @media screen and (min-width: 40em) {
      .news-listing .content .single-article:nth-child(4n):after {
        content: '';
        height: 100%;
        width: 1.25em;
        background: #EFF7F9;
        position: absolute;
        right: -1.25em;
        top: 0; } }
    @media screen and (min-width: 40em) {
      .news-listing .content .single-article:nth-child(4n), .news-listing .content .single-article:nth-child(4n-1) {
        background: #EFF7F9; } }
    .news-listing .content .single-article .small, .news-listing .content .single-article .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header .news-listing .content .single-article a {
      padding: 1.125em 0;
      margin-bottom: 0; }
      @media screen and (min-width: 40em) {
        .news-listing .content .single-article .small, .news-listing .content .single-article .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header .news-listing .content .single-article a {
          padding: 1.125em 1.25em; } }
@media screen and (min-width: 40em) {
  .news-listing.paged .content .single-article:nth-child(1), .news-listing.paged .content .single-article:nth-child(2n) {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: -0.25em;
    margin-left: -1.25em; } }

.single-news-pagination {
  margin: 0;
  margin-bottom: 4.5em; }
  .single-news-pagination a, .single-news-pagination span {
    font-size: 0.875em; }

@media screen and (min-width: 53.75em) {
  .single-news-cats .side {
    max-width: 11.25em;
    padding-bottom: 4.5em;
    margin-right: 2.375em; } }
@media screen and (min-width: 68.75em) {
  .single-news-cats .side {
    max-width: 15em; } }
@media screen and (min-width: 53.75em) {
  .single-news-cats .side.fixed {
    top: 90px !important;
    margin-right: 4.75em; } }
@media screen and (min-width: 53.75em) {
  .single-news-cats .side.fixed.fix-bot {
    top: auto !important;
    margin-right: 2.375em; } }

ul.resources-list li.single-resource a {
  color: #3E98C6;
  text-decoration: underline; }
  ul.resources-list li.single-resource a:hover {
    color: #E93542; }

ul.resource-category-main ul.resource-category-sub {
  margin-left: 2em;
  font-weight: 700; }
  li.active ul.resource-category-main ul.resource-category-sub {
    display: block; }
ul.resource-category-main &gt; li &gt; ul.resource-category-sub &gt; li &gt; ul.resource-category-sub li &gt; a {
  font-size: 12px;
  font-size: 0.75rem; }

.resource-library .side {
  position: relative;
  right: auto;
  padding-top: 0;
  padding-bottom: 1.625em; }
  @media screen and (min-width: 53.75em) {
    .resource-library .side {
      float: left;
      display: block;
      margin-right: 3.2702237522%;
      width: 22.5473321859%; }
      .resource-library .side:last-child {
        margin-right: 0; } }
  .resource-library .side img.loader {
    position: absolute;
    left: 50%;
    margin-left: -24px; }
  @media screen and (min-width: 53.75em) {
    .resource-library .side.fixed {
      position: fixed;
      top: 90px !important; } }
  @media screen and (min-width: 53.75em) {
    .resource-library .side.fixed.fix-bot {
      position: absolute;
      top: auto !important;
      bottom: 0; } }
  .resource-library .side #slide-out {
    margin-bottom: 0; }
    @media screen and (min-width: 53.75em) {
      .resource-library .side #slide-out {
        margin-bottom: 2.375em; } }
    .resource-library .side #slide-out .category-header .small-heading, .resource-library .side #slide-out .category-header .small-text h1, .small-text .resource-library .side #slide-out .category-header h1, .resource-library .side #slide-out .category-header .small-text h2, .small-text .resource-library .side #slide-out .category-header h2, .resource-library .side #slide-out .category-header .small-text h3, .small-text .resource-library .side #slide-out .category-header h3, .resource-library .side #slide-out .category-header .small-text h4, .small-text .resource-library .side #slide-out .category-header h4, .resource-library .side #slide-out .category-header .small-text h5, .small-text .resource-library .side #slide-out .category-header h5, .resource-library .side #slide-out .category-header form label, form .resource-library .side #slide-out .category-header label, .resource-library .side #slide-out .category-header .content article.sub-tax .category-heading, .resource-library .content article.sub-tax .side #slide-out .category-header .category-heading {
      margin-bottom: 0; }
      @media screen and (min-width: 53.75em) {
        .resource-library .side #slide-out .category-header .small-heading, .resource-library .side #slide-out .category-header .small-text h1, .small-text .resource-library .side #slide-out .category-header h1, .resource-library .side #slide-out .category-header .small-text h2, .small-text .resource-library .side #slide-out .category-header h2, .resource-library .side #slide-out .category-header .small-text h3, .small-text .resource-library .side #slide-out .category-header h3, .resource-library .side #slide-out .category-header .small-text h4, .small-text .resource-library .side #slide-out .category-header h4, .resource-library .side #slide-out .category-header .small-text h5, .small-text .resource-library .side #slide-out .category-header h5, .resource-library .side #slide-out .category-header form label, form .resource-library .side #slide-out .category-header label, .resource-library .side #slide-out .category-header .content article.sub-tax .category-heading, .resource-library .content article.sub-tax .side #slide-out .category-header .category-heading {
          margin-bottom: 2.375em; } }
      .resource-library .side #slide-out .category-header .small-heading:after, .resource-library .side #slide-out .category-header .small-text h1:after, .small-text .resource-library .side #slide-out .category-header h1:after, .resource-library .side #slide-out .category-header .small-text h2:after, .small-text .resource-library .side #slide-out .category-header h2:after, .resource-library .side #slide-out .category-header .small-text h3:after, .small-text .resource-library .side #slide-out .category-header h3:after, .resource-library .side #slide-out .category-header .small-text h4:after, .small-text .resource-library .side #slide-out .category-header h4:after, .resource-library .side #slide-out .category-header .small-text h5:after, .small-text .resource-library .side #slide-out .category-header h5:after, .resource-library .side #slide-out .category-header form label:after, form .resource-library .side #slide-out .category-header label:after, .resource-library .side #slide-out .category-header .content article.sub-tax .category-heading:after, .resource-library .content article.sub-tax .side #slide-out .category-header .category-heading:after {
        content: "\2263";
        font-family: "gnjumc";
        float: right; }
        @media screen and (min-width: 53.75em) {
          .resource-library .side #slide-out .category-header .small-heading:after, .resource-library .side #slide-out .category-header .small-text h1:after, .small-text .resource-library .side #slide-out .category-header h1:after, .resource-library .side #slide-out .category-header .small-text h2:after, .small-text .resource-library .side #slide-out .category-header h2:after, .resource-library .side #slide-out .category-header .small-text h3:after, .small-text .resource-library .side #slide-out .category-header h3:after, .resource-library .side #slide-out .category-header .small-text h4:after, .small-text .resource-library .side #slide-out .category-header h4:after, .resource-library .side #slide-out .category-header .small-text h5:after, .small-text .resource-library .side #slide-out .category-header h5:after, .resource-library .side #slide-out .category-header form label:after, form .resource-library .side #slide-out .category-header label:after, .resource-library .side #slide-out .category-header .content article.sub-tax .category-heading:after, .resource-library .content article.sub-tax .side #slide-out .category-header .category-heading:after {
            display: none; } }
@media screen and (min-width: 53.75em) {
  .resource-library .content {
    float: right; } }
.resource-library .content article {
  padding: 0 0 1.25em 0; }
  @media screen and (min-width: 53.75em) {
    .resource-library .content article {
      padding: 1.0625em 1.25em; } }
  .resource-library .content article .resources {
    margin-top: 2.375em; }
  .resource-library .content article .button-wrap {
    margin-top: 1.75em;
    width: 100%;
    text-align: right; }
    .resource-library .content article .button-wrap .button, .resource-library .content article .button-wrap #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation .resource-library .content article .button-wrap ul.menu &gt; li &gt; a, .resource-library .content article .button-wrap form .submit-wrapper, form .resource-library .content article .button-wrap .submit-wrapper, .resource-library .content article .button-wrap form .submit-wrapper input, form .submit-wrapper .resource-library .content article .button-wrap input, .resource-library .content article .button-wrap .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header .resource-library .content article .button-wrap a {
      text-align: center; }
  .resource-library .content article:nth-child(2n) {
    background: #EFF7F9; }
  .resource-library .content article.main-tax {
    padding-top: 0;
    margin-bottom: 3em; }
  .resource-library .content article.sub-tax {
    margin-bottom: 2.375em; }

.white-popup-block {
  position: relative;
  padding: 0.625em;
  margin-left: auto;
  margin-right: auto;
  background: rgba(232, 243, 245, 0.75); }
  @media screen and (min-width: 40em) {
    .white-popup-block {
      width: 100%;
      max-width: 61.375em; } }
  .white-popup-block .content-wrapper {
    background: #FEFEFE;
    padding: 2.375em; }
    .white-popup-block .content-wrapper .resource-content .description {
      display: inline-block;
      width: 100%;
      max-width: 38.25em;
      vertical-align: top;
      margin-bottom: 2.375em; }
      @media screen and (min-width: 40em) {
        .white-popup-block .content-wrapper .resource-content .description {
          margin-right: 3.125em; } }
    .white-popup-block .content-wrapper .resource-content .source-list li {
      vertical-align: top; }
      .white-popup-block .content-wrapper .resource-content .source-list li a {
        margin-bottom: 0.625em; }
        .white-popup-block .content-wrapper .resource-content .source-list li a.document span {
          text-transform: uppercase; }
  .white-popup-block .mfp-close {
    min-width: 0;
    top: 0.3571428571em;
    right: 0.3571428571em; }

.single-resource .white-popup-block {
  background: transparent;
  max-width: 100%;
  padding: 0; }
.single-resource .content-wrapper {
  padding: 0; }
@media screen and (min-width: 40em) {
  .single-resource .single-resource-content {
    float: left;
    display: block;
    margin-right: 3.2702237522%;
    width: 82.7882960413%;
    margin-left: 8.6058519793%; }
    .single-resource .single-resource-content:last-child {
      margin-right: 0; } }
.single-resource .single-resource-content .description {
  display: inline-block;
  max-width: 38.25em;
  vertical-align: top;
  margin-bottom: 2.375em; }
  @media screen and (min-width: 40em) {
    .single-resource .single-resource-content .description {
      margin-right: 3.125em; } }
.single-resource .single-resource-content .source-list {
  display: inline-block; }
  .single-resource .single-resource-content .source-list li {
    vertical-align: top; }
    .single-resource .single-resource-content .source-list li a {
      margin-bottom: 0.625em; }
      .single-resource .single-resource-content .source-list li a.document span {
        text-transform: uppercase; }

.person-item {
  max-width: 10.125em;
  background: #2FBBDC;
  color: #FFF;
  -webkit-transition: background 300ms ease-out;
  -moz-transition: background 300ms ease-out;
  transition: background 300ms ease-out; }
  .person-item:hover {
    background: #3E98C6; }
    .person-item:hover .small-heading, .person-item:hover .small-text h1, .small-text .person-item:hover h1, .person-item:hover .small-text h2, .small-text .person-item:hover h2, .person-item:hover .small-text h3, .small-text .person-item:hover h3, .person-item:hover .small-text h4, .small-text .person-item:hover h4, .person-item:hover .small-text h5, .small-text .person-item:hover h5, .person-item:hover form label, form .person-item:hover label, .person-item:hover .resource-library .content article.sub-tax .category-heading, .resource-library .content article.sub-tax .person-item:hover .category-heading {
      color: #FFF !important; }
  .person-item .small-heading, .person-item .small-text h1, .small-text .person-item h1, .person-item .small-text h2, .small-text .person-item h2, .person-item .small-text h3, .small-text .person-item h3, .person-item .small-text h4, .small-text .person-item h4, .person-item .small-text h5, .small-text .person-item h5, .person-item form label, form .person-item label, .person-item .resource-library .content article.sub-tax .category-heading, .resource-library .content article.sub-tax .person-item .category-heading {
    padding: 0.3125em 0.625em 0.625em;
    margin: 0; }

ul.people-list li.single-person {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.5em 1.75em 0; }
ul.people-list.thumb-style li.single-person {
  display: block;
  max-width: none;
  width: auto;
  margin: 0;
  clear: both; }
  @media screen and (min-width: 40em) {
    ul.people-list.thumb-style li.single-person {
      float: left;
      clear: none;
      width: 33%; } }
  @media screen and (min-width: 53.75em) {
    ul.people-list.thumb-style li.single-person {
      width: 50%; } }
  @media screen and (min-width: 68.75em) {
    ul.people-list.thumb-style li.single-person {
      width: 33%; } }
  ul.people-list.thumb-style li.single-person .person-item {
    widows: auto;
    max-width: none;
    background: none; }
    ul.people-list.thumb-style li.single-person .person-item .img-wrap {
      float: left;
      padding: 0 1em 1em 0; }
    ul.people-list.thumb-style li.single-person .person-item h2 {
      color: #3E98C6; }
    ul.people-list.thumb-style li.single-person .person-item:hover h2 {
      color: #E93542 !important; }

.person-block .contact {
  display: block;
  color: #787D7E; }
  .person-block .contact .label {
    font-weight: 700; }
  .person-block .contact .info {
    padding-right: 1em; }

@media screen and (min-width: 53.75em) {
  .person-page .person-block {
    float: left;
    display: block;
    margin-right: 3.2702237522%;
    width: 82.7882960413%;
    margin-left: 8.6058519793%; }
    .person-page .person-block:last-child {
      margin-right: 0; } }
.person-page .person-block .small-heading, .person-page .person-block .small-text h1, .small-text .person-page .person-block h1, .person-page .person-block .small-text h2, .small-text .person-page .person-block h2, .person-page .person-block .small-text h3, .small-text .person-page .person-block h3, .person-page .person-block .small-text h4, .small-text .person-page .person-block h4, .person-page .person-block .small-text h5, .small-text .person-page .person-block h5, .person-page .person-block form label, form .person-page .person-block label, .person-page .person-block .resource-library .content article.sub-tax .category-heading, .resource-library .content article.sub-tax .person-page .person-block .category-heading {
  margin: 0; }

article.single-event .content {
  float: left;
  display: block;
  margin-right: 3.2702237522%;
  width: 100%; }
  article.single-event .content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 56.25em) {
    article.single-event .content {
      float: left;
      display: block;
      margin-right: 3.2702237522%;
      width: 74.182444062%; }
      article.single-event .content:last-child {
        margin-right: 0; } }
article.single-event .side {
  padding-top: 0;
  padding-bottom: 1.625em; }
  @media screen and (min-width: 56.25em) {
    article.single-event .side {
      max-width: 11.25em; } }
  @media screen and (min-width: 68.75em) {
    article.single-event .side {
      max-width: 15em; } }
  @media screen and (min-width: 56.25em) {
    article.single-event .side.fixed {
      position: fixed;
      top: 90px !important;
      margin-right: 2.375em; } }
  @media screen and (min-width: 56.25em) {
    article.single-event .side.fixed.fix-bot {
      position: absolute;
      top: auto !important;
      bottom: 0;
      margin-right: 0; } }
article.single-event .event-meta {
  position: relative; }
  article.single-event .event-meta .date {
    color: #787D7E;
    margin-bottom: 0.75em; }
  article.single-event .event-meta .time {
    margin: 0;
    color: #787D7E;
    font-size: 0.875em; }
  article.single-event .event-meta .address {
    font-size: 0.875em;
    margin-bottom: 1.1428571429em;
    color: #787D7E; }
    article.single-event .event-meta .address h3 {
      margin-top: 1em; }
    article.single-event .event-meta .address .directions {
      display: block;
      width: 100%;
      font-size: 1em;
      margin-top: 1.1428571429em;
      margin-bottom: 1.1428571429em; }
      @media screen and (min-width: 40em) {
        article.single-event .event-meta .address .directions {
          width: 15.1428571429em;
          position: absolute;
          top: 0;
          right: 0; } }
      @media screen and (min-width: 56.25em) {
        article.single-event .event-meta .address .directions {
          position: static; } }
  article.single-event .event-meta .registration {
    clear: both;
    margin-bottom: 1.1428571429em;
    text-align: right; }
    @media screen and (min-width: 56.25em) {
      article.single-event .event-meta .registration {
        text-align: left; } }
    article.single-event .event-meta .registration a {
      display: block;
      text-align: left; }
      @media screen and (min-width: 40em) {
        article.single-event .event-meta .registration a {
          display: inline-block;
          position: absolute;
          top: 3.5714285714em;
          right: 0; } }
      @media screen and (min-width: 56.25em) {
        article.single-event .event-meta .registration a {
          position: static; } }

.event-reg .em-booking {
  background: #FFF;
  margin: 0; }

.calendar-wrap {
  position: relative; }

@media screen and (min-width: 1050px) {
  .filters {
    position: absolute;
    right: 0;
    top: -3.25em;
    z-index: 1; 
    } 
  #event-categories {
    width: 250px;
  }
  #associated-districts {
    width: 250px;
  }
}
@media screen and (min-width: 800px) {
  .filters .filter-wrap {
    display: inline-block;
    margin-right: 1.875em; } }
@media screen and (min-width: 1050px) {
  .filters .filter-wrap {
    margin-right: 0;
    margin-left: 0.5em; } }
.filters .filter-wrap select {
  padding-right: 3.75em;
  margin-bottom: 1.1875em; }
.filters label {
  color: #787D7E;
  font-size: 0.875em; }

.em-calendar-wrapper {
  padding-top: 3.75em; 
  margin-top: 60px;}
  .em-calendar-wrapper table.em-calendar thead {
    position: absolute;
    top: 0;
    width: 100%; }
    @media screen and (min-width: 800px) {
      .em-calendar-wrapper table.em-calendar thead {
        width: auto; } }
    .em-calendar-wrapper table.em-calendar thead td {
      width: auto;
      border: 0; }
      .em-calendar-wrapper table.em-calendar thead td.month_name {
        position: absolute;
        left: 0; }
        @media screen and (min-width: 800px) {
          .em-calendar-wrapper table.em-calendar thead td.month_name {
            position: static; } }
      .em-calendar-wrapper table.em-calendar thead td a.em-calnav {
        position: absolute;
        margin-top: 13px;
        font-size: 0;
        right: 0; }
        @media screen and (min-width: 800px) {
          .em-calendar-wrapper table.em-calendar thead td a.em-calnav {
            left: 100%;
            margin-top: -13px; } }
        .em-calendar-wrapper table.em-calendar thead td a.em-calnav:before {
          font-family: "gnjumc" !important;
          content: attr(data-icon);
          font-style: normal !important;
          font-weight: normal !important;
          font-variant: normal !important;
          text-transform: none !important;
          speak: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 26px; }
        .em-calendar-wrapper table.em-calendar thead td a.em-calnav.em-calnav-prev {
          margin-right: 50px; }
          @media screen and (min-width: 800px) {
            .em-calendar-wrapper table.em-calendar thead td a.em-calnav.em-calnav-prev {
              margin-right: 0; } }
          .em-calendar-wrapper table.em-calendar thead td a.em-calnav.em-calnav-prev:before {
            content: "\21da"; }
        .em-calendar-wrapper table.em-calendar thead td a.em-calnav.em-calnav-next {
          margin-left: 25px; }
          .em-calendar-wrapper table.em-calendar thead td a.em-calnav.em-calnav-next:before {
            content: "\21db"; }
  .em-calendar-wrapper table.em-calendar tbody tr:nth-child(2n-1) {
    background: #EFF7F9; }
  .em-calendar-wrapper table.em-calendar tbody tr td {
    font-size: 0.875em;
    vertical-align: top;
    border: 0;
    border-right: 1px solid #E0E9EB;
    color: #A5ADAF;
    width: 11.7142857143em;
    height: 8.5em; }
    .em-calendar-wrapper table.em-calendar tbody tr td[class*="-pre"], .em-calendar-wrapper table.em-calendar tbody tr td[class*="-post"] {
      color: #E1E9EB; }
      .em-calendar-wrapper table.em-calendar tbody tr td[class*="-pre"] a, .em-calendar-wrapper table.em-calendar tbody tr td[class*="-post"] a {
        text-decoration: none; }
      .em-calendar-wrapper table.em-calendar tbody tr td[class*="-pre"] &gt; a, .em-calendar-wrapper table.em-calendar tbody tr td[class*="-post"] &gt; a {
        color: #E1E9EB; }
    .em-calendar-wrapper table.em-calendar tbody tr td.eventless-today, .em-calendar-wrapper table.em-calendar tbody tr td.eventful-today {
      background: #E0E9EB; }
    .em-calendar-wrapper table.em-calendar tbody tr td:last-child {
      border: 0; }
    .em-calendar-wrapper table.em-calendar tbody tr td a {
      color: #3E98C6; }
      .em-calendar-wrapper table.em-calendar tbody tr td a:hover {
        color: #E93542; }
    .em-calendar-wrapper table.em-calendar tbody tr td ul {
      text-align: right; }
      .em-calendar-wrapper table.em-calendar tbody tr td ul li {
        line-height: 1.2;
        margin: 0.3125em 0 0.625em; }
  .em-calendar-wrapper table.em-calendar tbody tr.days-names {
    background: #E0E9EB; }
    .em-calendar-wrapper table.em-calendar tbody tr.days-names td {
      color: #787D7E;
      font-size: 0.875em;
      font-weight: 700;
      text-align: center;
      vertical-align: middle;
      height: 3.3571428571em;
      border: 0; }

article.events-page .larger-only {
  display: none; }
  @media screen and (min-width: 53.75em) {
    article.events-page .larger-only {
      display: block; } }
  article.events-page .larger-only [class^="eventful"] &gt; a {
    font-weight: normal;
    color: #A5ADAF;
    float: left;
    margin-right: 0.625em; }
@media screen and (min-width: 53.75em) {
  article.events-page .smaller-only {
    display: none; } }
article.events-page .smaller-only .em-calendar-wrapper table.em-calendar td {
  height: auto; }

ul.event-list {
  text-align: center; }
  @media screen and (min-width: 30em) {
    ul.event-list {
      text-align: left; } }
  ul.event-list li.single-event {
    text-align: left;
    display: inline-block;
    margin: 0 1.5em 1.75em 0;
    vertical-align: top; }

ul.event-day-list {
  text-align: left; }
  ul.event-day-list li.single-event {
    text-align: left;
    vertical-align: top; }
    ul.event-day-list li.single-event .search-item {
      padding-right: 1.0625em; }
    ul.event-day-list li.single-event .img-wrap {
      float: none;
      display: inline-block;
      vertical-align: top; }
    ul.event-day-list li.single-event .search-item-content {
      display: inline-block;
      vertical-align: top; }
    ul.event-day-list li.single-event .item-type {
      display: none; }

.event-item {
  width: 10.125em;
  background-color: #2FBBDC;
  color: #FFF;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out; }
  .event-item:hover {
    background-color: #3E98C6; }
    .event-item:hover .event-title, .event-item:hover .event-date time, .event-item:hover .button, .event-item:hover #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation .event-item:hover ul.menu &gt; li &gt; a, .event-item:hover form .submit-wrapper, form .event-item:hover .submit-wrapper, .event-item:hover form .submit-wrapper input, form .submit-wrapper .event-item:hover input, .event-item:hover .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header .event-item:hover a {
      color: #FFF !important; }
  .event-item .block-info {
    padding: 0.3125em; }
    .event-item .block-info .event-title {
      font-size: 0.875em;
      margin-bottom: 0.3125em; }
    .event-item .block-info .event-date {
      font-size: 0.75em;
      line-height: 1.4; }
    .event-item .block-info .button, .event-item .block-info #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation .event-item .block-info ul.menu &gt; li &gt; a, .event-item .block-info form .submit-wrapper, form .event-item .block-info .submit-wrapper, .event-item .block-info form .submit-wrapper input, form .submit-wrapper .event-item .block-info input, .event-item .block-info .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header .event-item .block-info a {
      color: #FFF;
      border-color: #FFF;
      width: 100%; }
  .event-item.cal-pop {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

.media-header {
  margin-top: 1.1875em;
  margin-bottom: 1.1875em; }
  @media screen and (min-width: 53.75em) {
    .media-header {
      margin-top: 2.375em;
      margin-bottom: 3.5625em; } }
  .single-event .media-header {
    margin-top: 0; }

.label-caption {
  width: 100%;
  line-height: 1.8;
  background: #2FBBDC;
  color: #FFF;
  font-size: 0.875em;
  padding: 0.3125em 0.625em;
  text-align: left;
  position: absolute;
  bottom: 0;
  opacity: 0;
  max-height: 0;
  -webkit-transition: opacity 300ms ease-out 0s, max-height 300ms ease-out;
  -moz-transition: opacity 300ms ease-out 0s, max-height 300ms ease-out;
  transition: opacity 300ms ease-out 0s, max-height 300ms ease-out; }
  .label-caption .label {
    font-weight: 700; }
  .label-caption.active {
    opacity: 1;
    max-height: 600%; }

.gmap-container {
  height: 12.5em; }
  @media screen and (min-width: 900px) {
    .gmap-container {
      height: 15.625em; } }
  @media screen and (min-width: 1250px) {
    .gmap-container {
      height: 24.1875em; } }
  @media screen and (min-width: 900px) {
    .has-media .gmap-container {
      height: 15.625em;
      width: 41.98%;
      display: inline-block;
      float: right; } }
  @media screen and (min-width: 1250px) {
    .has-media .gmap-container {
      height: 24.1875em; } }

.outer-slider {
  position: relative; }
  @media screen and (min-width: 900px) {
    .has-map .outer-slider {
      width: 58%;
      display: inline-block; } }
  .outer-slider .slick-banner-items, .outer-slider .slick-banner-items-single {
    background: #EFF7F9;
     }
    .outer-slider .slick-banner-items .slide-item.has-caption .caption-trigger, .outer-slider .slick-banner-items-single .slide-item.has-caption .caption-trigger {
      width: 1.25em;
      height: 1.25em;
      position: absolute;
      top: 0.625em;
      left: 0.625em;
      z-index: 2; }
      .outer-slider .slick-banner-items .slide-item.has-caption .caption-trigger:before, .outer-slider .slick-banner-items-single .slide-item.has-caption .caption-trigger:before {
        font-family: "gnjumc" !important;
        content: attr(data-icon);
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "i";
        color: #3E98C6;
        font-size: 1.125em;
        cursor: pointer;
        -webkit-transition: color 300ms ease-out;
        -moz-transition: color 300ms ease-out;
        transition: color 300ms ease-out; }
      .outer-slider .slick-banner-items .slide-item.has-caption .caption-trigger:hover:before, .outer-slider .slick-banner-items-single .slide-item.has-caption .caption-trigger:hover:before {
        color: #E93542; }
  .outer-slider .slick-track {
    text-align: center;
    overflow: hidden;
    height: 12.5em; }
    @media screen and (min-width: 900px) {
      .outer-slider .slick-track {
        height: 15.625em; } }
    @media screen and (min-width: 1250px) {
      .outer-slider .slick-track {
        height: 24.1875em; } }
    .outer-slider .slick-track .slick-slide {
      width: 100%;
      overflow: hidden;
      position: relative; }
      .outer-slider .slick-track .slick-slide .img-wrap {
        height: 100%; }
        .outer-slider .slick-track .slick-slide .img-wrap img {
          height: 100%;
          display: inline-block;
          max-width: none; }
      .outer-slider .slick-track .slick-slide .video-wrapper iframe {
        left: 50%;
        margin-left: -11.125em;
        width: 22.25em;
        height: 12.5em; }
        @media screen and (min-width: 900px) {
          .outer-slider .slick-track .slick-slide .video-wrapper iframe {
            margin-left: -13.875em;
            width: 27.75em;
            height: 15.625em; } }
        @media screen and (min-width: 1250px) {
          .outer-slider .slick-track .slick-slide .video-wrapper iframe {
            margin-left: -21.5em;
            width: 43em;
            height: 24.1875em; } }
  .outer-slider .slick-banner-items-single .slide-item {
    line-height: 0;
    position: relative; }
    .outer-slider .slick-banner-items-single .slide-item .img-wrap {
      text-align: center; }
      .outer-slider .slick-banner-items-single .slide-item .img-wrap img {
        max-height: 26.25em; }
    .outer-slider .slick-banner-items-single .slide-item .video-wrapper {
      height: 12.5em;
      padding: 0; }
      @media screen and (min-width: 900px) {
        .outer-slider .slick-banner-items-single .slide-item .video-wrapper {
          height: 15.625em; } }
      @media screen and (min-width: 1250px) {
        .outer-slider .slick-banner-items-single .slide-item .video-wrapper {
          height: 24.1875em; } }
      .outer-slider .slick-banner-items-single .slide-item .video-wrapper iframe {
        left: 50%;
        margin-left: -11.125em;
        width: 22.25em;
        height: 12.5em; }
        @media screen and (min-width: 900px) {
          .outer-slider .slick-banner-items-single .slide-item .video-wrapper iframe {
            margin-left: -13.875em;
            width: 27.75em;
            height: 15.625em; } }
        @media screen and (min-width: 1250px) {
          .outer-slider .slick-banner-items-single .slide-item .video-wrapper iframe {
            margin-left: -21.5em;
            width: 43em;
            height: 24.1875em; } }

.slick-dots {
  bottom: -1.875em; }
  .slick-dots li {
    width: 1em;
    height: 1em;
    border: 1px solid #787D7E;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .slick-dots li button:before {
      content: ''; }
    .slick-dots li.slick-active {
      border: 1px solid #2FBBDC;
      background: #2FBBDC; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.search-results .page-header .leading {
  color: #787D7E; }
@media screen and (min-width: 40em) {
  .search-results .page-header {
    float: left;
    display: block;
    margin-right: 3.2702237522%;
    width: 82.7882960413%;
    margin-left: 8.6058519793%; }
    .search-results .page-header:last-child {
      margin-right: 0; } }
.search-results .content {
  float: left;
  display: block;
  margin-right: 3.2702237522%;
  width: 100%;
  margin-left: 0%; }
  .search-results .content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 40em) {
    .search-results .content {
      float: left;
      display: block;
      margin-right: 3.2702237522%;
      width: 82.7882960413%;
      margin-left: 8.6058519793%; }
      .search-results .content:last-child {
        margin-right: 0; } }
  .search-results .content .top {
    margin-bottom: 2.375em;
    overflow: hidden; }
    .search-results .content .top .item-count {
      font-weight: 700;
      color: #787D7E;
      display: inline-block; }
      @media screen and (min-width: 40em) {
        .search-results .content .top .item-count {
          float: left; } }
    .search-results .content .top .dropdown-searchform {
      margin-top: 1.1875em;
      clear: right; }
      @media screen and (min-width: 40em) {
        .search-results .content .top .dropdown-searchform {
          display: inline-block;
          vertical-align: top;
          margin: 0;
          float: right; } }
      .search-results .content .top .dropdown-searchform label {
        font-size: 0.875em;
        font-weight: normal;
        color: #787D7E; }
        @media screen and (min-width: 740px) {
          .search-results .content .top .dropdown-searchform label {
            display: inline-block;
            margin-right: 0.875em; } }
      .search-results .content .top .dropdown-searchform .select-wrap {
        display: inline-block; }
        .search-results .content .top .dropdown-searchform .select-wrap select {
          color: #787D7E;
          font-size: 0.875em;
          height: 2.7142857143em;
          padding-right: 3.9285714286em; }
    .search-results .content .top .searchform {
      margin: 0;
      max-width: none;
      width: 100%; }
      @media screen and (min-width: 60.625em) {
        .search-results .content .top .searchform {
          width: 60%;
          float: right;
          text-align: right; } }
      .search-results .content .top .searchform input {
        width: 75%;
        display: inline-block;
        border-right: none; }
      .search-results .content .top .searchform button {
        min-width: 0;
        width: 25%;
        display: inline-block;
        background: #E93542;
        border: none;
        color: #FFF;
        vertical-align: top; }
        .search-results .content .top .searchform button:hover {
          background: #d41725; }
.search-results nav.pagination a.prev:after {
  content: "|";
  margin-left: 0.625em;
  margin-right: 0.625em; }
.search-results nav.pagination a.next:before {
  content: "|";
  margin-left: 0.625em;
  margin-right: 0.625em; }
.search-results nav.pagination span.current {
  font-weight: 700;
  color: #3E98C6; }

.search-item-list {
  margin-right: -1.1875em;
  margin-left: -1.1875em; }
  @media screen and (min-width: 40em) {
    .search-item-list {
      margin-right: 0;
      margin-left: 0; } }
  .search-item-list .single-search-item:nth-child(2n-1) {
    background: #EFF7F9; }

article.search-item {
  position: relative;
  min-height: 5.3125em;
  padding: 1.0625em;
  padding-right: 6.375em; }
  article.search-item header.block-heading {
    margin: 0; }
  article.search-item .article-info {
    font-size: 0.75em;
    color: #787D7E; }
  article.search-item .img-wrap {
    float: left;
    margin-right: 0.8125em; }
  article.search-item .article-title {
    font-weight: normal;
    margin-bottom: 0.125em; }
  article.search-item .item-type {
    position: absolute;
    color: #787D7E;
    top: 0.75em;
    right: 1.0625em;
    text-align: right; }
    article.search-item .item-type .item-sub-type {
      display: block;
      font-size: 0.75em; }

.single-audience a#section-content {
  position: relative;
  top: -5em; }
  @media screen and (min-width: 40em) {
    .single-audience a#section-content {
      top: -7.5em; } }
.single-audience #audience-content {
  padding-top: 1.5833333333em; }
  @media screen and (min-width: 40em) {
    .single-audience #audience-content {
      padding-top: 2.375em; } }
  @media screen and (min-width: 53.75em) {
    .single-audience #audience-content {
      padding-top: 3.5625em; } }
@media screen and (min-width: 53.75em) {
  .single-audience .section-listing {
    float: left;
    display: block;
    margin-right: 3.2702237522%;
    width: 39.7590361446%; }
    .single-audience .section-listing:last-child {
      margin-right: 0; } }
.single-audience .section-listing .small-heading, .single-audience .section-listing .small-text h1, .small-text .single-audience .section-listing h1, .single-audience .section-listing .small-text h2, .small-text .single-audience .section-listing h2, .single-audience .section-listing .small-text h3, .small-text .single-audience .section-listing h3, .single-audience .section-listing .small-text h4, .small-text .single-audience .section-listing h4, .single-audience .section-listing .small-text h5, .small-text .single-audience .section-listing h5, .single-audience .section-listing form label, form .single-audience .section-listing label, .single-audience .section-listing .resource-library .content article.sub-tax .category-heading, .resource-library .content article.sub-tax .single-audience .section-listing .category-heading {
  font-size: 0.875em;
  color: #787D7E;
  margin-bottom: 2.0714285714em; }
.single-audience .section-listing .section-list a {
  color: #2D3132;
  font-size: 1.25em;
  font-weight: 100; }
  .single-audience .section-listing .section-list a.active {
    font-weight: 700;
    color: #2FBBDC; }
  .single-audience .section-listing .section-list a:hover {
    color: #E93542; }
.single-audience .page-list {
  margin-top: 2.375em;
  padding-top: 2.375em;
  border-top: 1px solid #E1E9EB; }
  @media screen and (min-width: 53.75em) {
    .single-audience .page-list {
      float: left;
      display: block;
      margin-right: 3.2702237522%;
      width: 56.9707401033%;
      margin-top: 0.75em;
      padding-top: 0;
      border-top: 0; }
      .single-audience .page-list:last-child {
        margin-right: 0; } }
  .single-audience .page-list .img-wrap {
    margin-bottom: 0.875em; }
  .single-audience .page-list .section-description {
    margin-bottom: 2.375em; }
  .single-audience .page-list .pages {
    margin-left: -1.1875em;
    margin-right: -1.1875em; }
    @media screen and (min-width: 40em) {
      .single-audience .page-list .pages {
        margin-left: 0;
        margin-right: 0; } }
    .single-audience .page-list .pages .single-page {
      padding: 1.125em 1.25em; }
      .single-audience .page-list .pages .single-page:nth-child(2n-1) {
        background: #EFF7F9; }
      .single-audience .page-list .pages .single-page .page-item {
        position: relative;
        max-width: 75em;
        margin-left: auto;
        margin-right: auto; }
        .single-audience .page-list .pages .single-page .page-item::after {
          clear: both;
          content: "";
          display: table; }
        @media screen and (min-width: 40em) {
          .single-audience .page-list .pages .single-page .page-item .img-wrap, .single-audience .page-list .pages .single-page .page-item .content-heading, .single-audience .page-list .pages .single-page .page-item .feature.secondary .content-wrap .content-grid h2, .feature.secondary .content-wrap .content-grid .single-audience .page-list .pages .single-page .page-item h2, .single-audience .page-list .pages .single-page .page-item #featured-news &gt; header .content-wrap h2, #featured-news &gt; header .content-wrap .single-audience .page-list .pages .single-page .page-item h2, .single-audience .page-list .pages .single-page .page-item #vital-congregations &gt; header h2, #vital-congregations &gt; header .single-audience .page-list .pages .single-page .page-item h2, .single-audience .page-list .pages .single-page .page-item #special-pages &gt; header .content-wrap h2, #special-pages &gt; header .content-wrap .single-audience .page-list .pages .single-page .page-item h2, .single-audience .page-list .pages .single-page .page-item form .gform_title, form .single-audience .page-list .pages .single-page .page-item .gform_title, .single-audience .page-list .pages .single-page .page-item #main-footer #footer-menu ul.menu &gt; li h2, #main-footer #footer-menu ul.menu &gt; li .single-audience .page-list .pages .single-page .page-item h2, .single-audience .page-list .pages .single-page .page-item article.news-item.large .article-title, article.news-item.large .single-audience .page-list .pages .single-page .page-item .article-title, .single-audience .page-list .pages .single-page .page-item form article.news-item.submit-wrapper .article-title, form article.news-item.submit-wrapper .single-audience .page-list .pages .single-page .page-item .article-title, .single-audience .page-list .pages .single-page .page-item .resource-library .content article.main-tax .category-heading, .resource-library .content article.main-tax .single-audience .page-list .pages .single-page .page-item .category-heading, .single-audience .page-list .pages .single-page .page-item .em-calendar-wrapper table.em-calendar thead td.month_name, .em-calendar-wrapper table.em-calendar thead .single-audience .page-list .pages .single-page .page-item td.month_name, .single-audience .page-list .pages .single-page .page-item .single-district .content .locations-listing h2, .single-district .content .locations-listing .single-audience .page-list .pages .single-page .page-item h2 {
            display: inline-block;
            vertical-align: top; } }
        .single-audience .page-list .pages .single-page .page-item .img-wrap {
          float: left;
          margin-right: 0.875em;
          width: 2.5em; }
          @media screen and (min-width: 40em) {
            .single-audience .page-list .pages .single-page .page-item .img-wrap {
              width: auto; } }
        .single-audience .page-list .pages .single-page .page-item .content-heading, .single-audience .page-list .pages .single-page .page-item .feature.secondary .content-wrap .content-grid h2, .feature.secondary .content-wrap .content-grid .single-audience .page-list .pages .single-page .page-item h2, .single-audience .page-list .pages .single-page .page-item #featured-news &gt; header .content-wrap h2, #featured-news &gt; header .content-wrap .single-audience .page-list .pages .single-page .page-item h2, .single-audience .page-list .pages .single-page .page-item #vital-congregations &gt; header h2, #vital-congregations &gt; header .single-audience .page-list .pages .single-page .page-item h2, .single-audience .page-list .pages .single-page .page-item #special-pages &gt; header .content-wrap h2, #special-pages &gt; header .content-wrap .single-audience .page-list .pages .single-page .page-item h2, .single-audience .page-list .pages .single-page .page-item form .gform_title, form .single-audience .page-list .pages .single-page .page-item .gform_title, .single-audience .page-list .pages .single-page .page-item #main-footer #footer-menu ul.menu &gt; li h2, #main-footer #footer-menu ul.menu &gt; li .single-audience .page-list .pages .single-page .page-item h2, .single-audience .page-list .pages .single-page .page-item article.news-item.large .article-title, article.news-item.large .single-audience .page-list .pages .single-page .page-item .article-title, .single-audience .page-list .pages .single-page .page-item form article.news-item.submit-wrapper .article-title, form article.news-item.submit-wrapper .single-audience .page-list .pages .single-page .page-item .article-title, .single-audience .page-list .pages .single-page .page-item .resource-library .content article.main-tax .category-heading, .resource-library .content article.main-tax .single-audience .page-list .pages .single-page .page-item .category-heading, .single-audience .page-list .pages .single-page .page-item .em-calendar-wrapper table.em-calendar thead td.month_name, .em-calendar-wrapper table.em-calendar thead .single-audience .page-list .pages .single-page .page-item td.month_name, .single-audience .page-list .pages .single-page .page-item .single-district .content .locations-listing h2, .single-district .content .locations-listing .single-audience .page-list .pages .single-page .page-item h2 {
          margin: 0 0 0.5em;
          font-size: 1.0625em;
          display: inline; }
          @media screen and (min-width: 40em) {
            .single-audience .page-list .pages .single-page .page-item .content-heading, .single-audience .page-list .pages .single-page .page-item .feature.secondary .content-wrap .content-grid h2, .feature.secondary .content-wrap .content-grid .single-audience .page-list .pages .single-page .page-item h2, .single-audience .page-list .pages .single-page .page-item #featured-news &gt; header .content-wrap h2, #featured-news &gt; header .content-wrap .single-audience .page-list .pages .single-page .page-item h2, .single-audience .page-list .pages .single-page .page-item #vital-congregations &gt; header h2, #vital-congregations &gt; header .single-audience .page-list .pages .single-page .page-item h2, .single-audience .page-list .pages .single-page .page-item #special-pages &gt; header .content-wrap h2, #special-pages &gt; header .content-wrap .single-audience .page-list .pages .single-page .page-item h2, .single-audience .page-list .pages .single-page .page-item form .gform_title, form .single-audience .page-list .pages .single-page .page-item .gform_title, .single-audience .page-list .pages .single-page .page-item #main-footer #footer-menu ul.menu &gt; li h2, #main-footer #footer-menu ul.menu &gt; li .single-audience .page-list .pages .single-page .page-item h2, .single-audience .page-list .pages .single-page .page-item article.news-item.large .article-title, article.news-item.large .single-audience .page-list .pages .single-page .page-item .article-title, .single-audience .page-list .pages .single-page .page-item form article.news-item.submit-wrapper .article-title, form article.news-item.submit-wrapper .single-audience .page-list .pages .single-page .page-item .article-title, .single-audience .page-list .pages .single-page .page-item .resource-library .content article.main-tax .category-heading, .resource-library .content article.main-tax .single-audience .page-list .pages .single-page .page-item .category-heading, .single-audience .page-list .pages .single-page .page-item .em-calendar-wrapper table.em-calendar thead td.month_name, .em-calendar-wrapper table.em-calendar thead .single-audience .page-list .pages .single-page .page-item td.month_name, .single-audience .page-list .pages .single-page .page-item .single-district .content .locations-listing h2, .single-district .content .locations-listing .single-audience .page-list .pages .single-page .page-item h2 {
              font-size: 1.375em;
              padding-right: 6.3636363636em;
              margin: 0.5em 0; } }
        .single-audience .page-list .pages .single-page .page-item .button, .single-audience .page-list .pages .single-page .page-item #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation .single-audience .page-list .pages .single-page .page-item ul.menu &gt; li &gt; a, .single-audience .page-list .pages .single-page .page-item form .submit-wrapper, form .single-audience .page-list .pages .single-page .page-item .submit-wrapper, .single-audience .page-list .pages .single-page .page-item form .submit-wrapper input, form .submit-wrapper .single-audience .page-list .pages .single-page .page-item input, .single-audience .page-list .pages .single-page .page-item .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header .single-audience .page-list .pages .single-page .page-item a {
          margin-top: 0.5em;
          float: right;
          -webkit-transform: scale(0.85);
          -moz-transform: scale(0.85);
          -ms-transform: scale(0.85);
          -o-transform: scale(0.85);
          transform: scale(0.85);
          -webkit-transform-origin: 100% 0;
          -moz-transform-origin: 100% 0;
          -ms-transform-origin: 100% 0;
          -o-transform-origin: 100% 0;
          transform-origin: 100% 0;
          min-width: 20%; }
          @media screen and (min-width: 40em) {
            .single-audience .page-list .pages .single-page .page-item .button, .single-audience .page-list .pages .single-page .page-item #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation .single-audience .page-list .pages .single-page .page-item ul.menu &gt; li &gt; a, .single-audience .page-list .pages .single-page .page-item form .submit-wrapper, form .single-audience .page-list .pages .single-page .page-item .submit-wrapper, .single-audience .page-list .pages .single-page .page-item form .submit-wrapper input, form .submit-wrapper .single-audience .page-list .pages .single-page .page-item input, .single-audience .page-list .pages .single-page .page-item .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header .single-audience .page-list .pages .single-page .page-item a {
              -webkit-transform: scale(1);
              -moz-transform: scale(1);
              -ms-transform: scale(1);
              -o-transform: scale(1);
              transform: scale(1);
              min-width: 9.2857142857em;
              right: 0;
              top: 50%; } }
      .single-audience .page-list .pages .single-page:hover .page-item .button, .single-audience .page-list .pages .single-page:hover .page-item #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation ul.menu &gt; li &gt; a, #main-header #header-panel #offcanvas-menu-wrapper #offcanvas-main-navigation .single-audience .page-list .pages .single-page:hover .page-item ul.menu &gt; li &gt; a, .single-audience .page-list .pages .single-page:hover .page-item form .submit-wrapper, form .single-audience .page-list .pages .single-page:hover .page-item .submit-wrapper, .single-audience .page-list .pages .single-page:hover .page-item form .submit-wrapper input, form .submit-wrapper .single-audience .page-list .pages .single-page:hover .page-item input, .single-audience .page-list .pages .single-page:hover .page-item .ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header .single-audience .page-list .pages .single-page:hover .page-item a {
        opacity: 1;
        border-color: #E93542; }

.blog-listing .content, .single-blog .content {
  margin-right: 0; }
.blog-listing .mobile-dump-container, .single-blog .mobile-dump-container {
  margin-top: 2.375em; }
  .blog-listing .mobile-dump-container .small-heading, .blog-listing .mobile-dump-container .small-text h1, .small-text .blog-listing .mobile-dump-container h1, .blog-listing .mobile-dump-container .small-text h2, .small-text .blog-listing .mobile-dump-container h2, .blog-listing .mobile-dump-container .small-text h3, .small-text .blog-listing .mobile-dump-container h3, .blog-listing .mobile-dump-container .small-text h4, .small-text .blog-listing .mobile-dump-container h4, .blog-listing .mobile-dump-container .small-text h5, .small-text .blog-listing .mobile-dump-container h5, .blog-listing .mobile-dump-container form label, form .blog-listing .mobile-dump-container label, .blog-listing .mobile-dump-container .resource-library .content article.sub-tax .category-heading, .resource-library .content article.sub-tax .blog-listing .mobile-dump-container .category-heading, .single-blog .mobile-dump-container .small-heading, .single-blog .mobile-dump-container .small-text h1, .small-text .single-blog .mobile-dump-container h1, .single-blog .mobile-dump-container .small-text h2, .small-text .single-blog .mobile-dump-container h2, .single-blog .mobile-dump-container .small-text h3, .small-text .single-blog .mobile-dump-container h3, .single-blog .mobile-dump-container .small-text h4, .small-text .single-blog .mobile-dump-container h4, .single-blog .mobile-dump-container .small-text h5, .small-text .single-blog .mobile-dump-container h5, .single-blog .mobile-dump-container form label, form .single-blog .mobile-dump-container label, .single-blog .mobile-dump-container .resource-library .content article.sub-tax .category-heading, .resource-library .content article.sub-tax .single-blog .mobile-dump-container .category-heading {
    color: #787D7E; }

@media screen and (min-width: 53.75em) {
  .single-district .pages-toggle {
    display: block; } }
@media screen and (min-width: 56.25em) {
  .single-district .pages-toggle {
    display: none; } }
.single-district .content {
  float: left;
  display: block;
  margin-right: 3.2702237522%;
  width: 100%; }
  .single-district .content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 56.25em) {
    .single-district .content {
      float: left;
      display: block;
      margin-right: 3.2702237522%;
      width: 74.182444062%; }
      .single-district .content:last-child {
        margin-right: 0; } }
  .single-district .content .locations-listing {
    margin-bottom: 2.375em; }
    .single-district .content .locations-listing ul.district-locations &gt; li {
      line-height: 1.5;
      padding: 0 2.375em 0.59375em 0; }
      @media screen and (min-width: 62.5em) {
        .single-district .content .locations-listing ul.district-locations &gt; li {
          width: 50%;
          float: left; } }
      .single-district .content .locations-listing ul.district-locations &gt; li .location_name {
        padding-right: 0.75em; }
        .single-district .content .locations-listing ul.district-locations &gt; li .location_name a {
          color: #3E98C6; }
          .single-district .content .locations-listing ul.district-locations &gt; li .location_name a:hover {
            color: #E93542; }
      .single-district .content .locations-listing ul.district-locations &gt; li .location_link {
        font-size: 0.875em;
        display: inline-block; }
.single-district .side {
  padding-top: 0;
  padding-bottom: 4.75em;
  position: static;
  width: 100%; }
  @media screen and (min-width: 56.25em) {
    .single-district .side {
      position: absolute;
      max-width: 11.25em; } }
  @media screen and (min-width: 68.75em) {
    .single-district .side {
      max-width: 15em; } }
  .single-district .side .small-heading, .single-district .side .small-text h1, .small-text .single-district .side h1, .single-district .side .small-text h2, .small-text .single-district .side h2, .single-district .side .small-text h3, .small-text .single-district .side h3, .single-district .side .small-text h4, .small-text .single-district .side h4, .single-district .side .small-text h5, .small-text .single-district .side h5, .single-district .side form label, form .single-district .side label, .single-district .side .resource-library .content article.sub-tax .category-heading, .resource-library .content article.sub-tax .single-district .side .category-heading {
    margin-bottom: 1.1875em; }
  .single-district .side i {
    font-size: 1.5em;
    line-height: 1;
    vertical-align: middle; }
  @media screen and (min-width: 56.25em) {
    .single-district .side.fixed {
      position: fixed;
      top: 90px !important;
      margin-right: 2.375em; } }
  @media screen and (min-width: 56.25em) {
    .single-district .side.fixed.fix-bot {
      position: absolute;
      top: auto !important;
      bottom: 0;
      margin-right: 0; } }

#districts-nav ul {
  margin-bottom: 2.375em;
  overflow: hidden; }
  @media screen and (min-width: 25em) {
    #districts-nav ul li {
      width: 50%;
      float: left; } }
  @media screen and (min-width: 40em) {
    #districts-nav ul li {
      width: 33%; } }
  @media screen and (min-width: 53.75em) {
    #districts-nav ul li {
      width: auto;
      float: none; } }
  @media screen and (min-width: 68.75em) {
    #districts-nav ul li {
      width: 50%;
      float: left; } }

@media screen and (max-width: 53.75em) {
  .page:not(.single-district) #slide-out #target-toggle {
    display: inline-block;
    font-size: 0.875em;
    min-height: 2.7142857143em;
    width: 100%;
    padding: 0.4285714286em 0.7142857143em;
    border: 1px solid #A5ADAF;
    line-height: 1.8;
    cursor: pointer;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-transform 0.3s;
    -moz-transition: color 0.3s, border-color 0.3s, background 0.3s, -moz-transform 0.3s;
    transition: color 0.3s, border-color 0.3s, background 0.3s, transform 0.3s; }
    .page:not(.single-district) #slide-out #target-toggle:hover {
      color: #E93542;
      border-color: #E93542; }
    .page:not(.single-district) #slide-out #target-toggle:active {
      -webkit-transform: scale(0.985);
      -moz-transform: scale(0.985);
      -ms-transform: scale(0.985);
      -o-transform: scale(0.985);
      transform: scale(0.985);
      -webkit-transition: color 0.1s, border-color 0.1s, background 0.1s, -webkit-transform 0.1s;
      -moz-transition: color 0.1s, border-color 0.1s, background 0.1s, -moz-transform 0.1s;
      transition: color 0.1s, border-color 0.1s, background 0.1s, transform 0.1s; }
  .page:not(.single-district) #slide-out #target-offscreen {
    position: fixed;
    background: rgba(45, 49, 50, 0.65);
    top: 0;
    left: 100%;
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 5;
    opacity: 0;
    text-align: center;
    -webkit-transition: opacity 0.3s, left 0.3s;
    -moz-transition: opacity 0.3s, left 0.3s;
    transition: opacity 0.3s, left 0.3s; }
    .page:not(.single-district) #slide-out #target-offscreen:after {
      content: "\d7";
      font-family: "gnjumc";
      position: absolute;
      right: 0.375em;
      top: 0.375em;
      color: #FFF;
      font-size: 18px;
      line-height: 18px; }
    .page:not(.single-district) #slide-out #target-offscreen.on-screen {
      left: 0;
      opacity: 1; }
    .page:not(.single-district) #slide-out #target-offscreen .offscreen-wrap {
      text-align: left;
      display: inline-block;
      background: rgba(232, 243, 245, 0.75);
      padding: 0.75em;
      margin: 2.375em auto; }
      .page:not(.single-district) #slide-out #target-offscreen .offscreen-wrap .offscreen-inner {
        background: #FFF;
        padding: 0.375em; }
        .page:not(.single-district) #slide-out #target-offscreen .offscreen-wrap .offscreen-inner a {
          display: block;
          min-height: 2.7142857143em;
          min-width: 9.2857142857em;
          padding: 0.4285714286em 0.7142857143em;
          border: 1px solid #A5ADAF;
          line-height: 1.8;
          cursor: pointer;
          margin-bottom: 0.4285714286em;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
          -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-transform 0.3s;
          -moz-transition: color 0.3s, border-color 0.3s, background 0.3s, -moz-transform 0.3s;
          transition: color 0.3s, border-color 0.3s, background 0.3s, transform 0.3s; }
          .page:not(.single-district) #slide-out #target-offscreen .offscreen-wrap .offscreen-inner a:hover {
            color: #E93542;
            border-color: #E93542; }
          .page:not(.single-district) #slide-out #target-offscreen .offscreen-wrap .offscreen-inner a:active {
            -webkit-transform: scale(0.985);
            -moz-transform: scale(0.985);
            -ms-transform: scale(0.985);
            -o-transform: scale(0.985);
            transform: scale(0.985);
            -webkit-transition: color 0.1s, border-color 0.1s, background 0.1s, -webkit-transform 0.1s;
            -moz-transition: color 0.1s, border-color 0.1s, background 0.1s, -moz-transform 0.1s;
            transition: color 0.1s, border-color 0.1s, background 0.1s, transform 0.1s; } }
@media screen and (max-width: 56.25em) {
  .page.single-district #slide-out #target-toggle {
    display: inline-block;
    font-size: 0.875em;
    min-height: 2.7142857143em;
    width: 100%;
    padding: 0.4285714286em 0.7142857143em;
    border: 1px solid #A5ADAF;
    line-height: 1.8;
    cursor: pointer;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-transform 0.3s;
    -moz-transition: color 0.3s, border-color 0.3s, background 0.3s, -moz-transform 0.3s;
    transition: color 0.3s, border-color 0.3s, background 0.3s, transform 0.3s; }
    .page.single-district #slide-out #target-toggle:hover {
      color: #E93542;
      border-color: #E93542; }
    .page.single-district #slide-out #target-toggle:active {
      -webkit-transform: scale(0.985);
      -moz-transform: scale(0.985);
      -ms-transform: scale(0.985);
      -o-transform: scale(0.985);
      transform: scale(0.985);
      -webkit-transition: color 0.1s, border-color 0.1s, background 0.1s, -webkit-transform 0.1s;
      -moz-transition: color 0.1s, border-color 0.1s, background 0.1s, -moz-transform 0.1s;
      transition: color 0.1s, border-color 0.1s, background 0.1s, transform 0.1s; }
  .page.single-district #slide-out #target-offscreen {
    position: fixed;
    background: rgba(45, 49, 50, 0.65);
    top: 0;
    left: 100%;
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 5;
    opacity: 0;
    text-align: center;
    -webkit-transition: opacity 0.3s, left 0.3s;
    -moz-transition: opacity 0.3s, left 0.3s;
    transition: opacity 0.3s, left 0.3s; }
    .page.single-district #slide-out #target-offscreen:after {
      content: "\d7";
      font-family: "gnjumc";
      position: absolute;
      right: 0.375em;
      top: 0.375em;
      color: #FFF;
      font-size: 18px;
      line-height: 18px; }
    .page.single-district #slide-out #target-offscreen.on-screen {
      left: 0;
      opacity: 1; }
    .page.single-district #slide-out #target-offscreen .offscreen-wrap {
      text-align: left;
      display: inline-block;
      background: rgba(232, 243, 245, 0.75);
      padding: 0.75em;
      margin: 2.375em auto; }
      .page.single-district #slide-out #target-offscreen .offscreen-wrap .offscreen-inner {
        background: #FFF;
        padding: 0.375em; }
        .page.single-district #slide-out #target-offscreen .offscreen-wrap .offscreen-inner a {
          display: block;
          min-height: 2.7142857143em;
          min-width: 9.2857142857em;
          padding: 0.4285714286em 0.7142857143em;
          border: 1px solid #A5ADAF;
          line-height: 1.8;
          cursor: pointer;
          margin-bottom: 0.4285714286em;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
          -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s, -webkit-transform 0.3s;
          -moz-transition: color 0.3s, border-color 0.3s, background 0.3s, -moz-transform 0.3s;
          transition: color 0.3s, border-color 0.3s, background 0.3s, transform 0.3s; }
          .page.single-district #slide-out #target-offscreen .offscreen-wrap .offscreen-inner a:hover {
            color: #E93542;
            border-color: #E93542; }
          .page.single-district #slide-out #target-offscreen .offscreen-wrap .offscreen-inner a:active {
            -webkit-transform: scale(0.985);
            -moz-transform: scale(0.985);
            -ms-transform: scale(0.985);
            -o-transform: scale(0.985);
            transform: scale(0.985);
            -webkit-transition: color 0.1s, border-color 0.1s, background 0.1s, -webkit-transform 0.1s;
            -moz-transition: color 0.1s, border-color 0.1s, background 0.1s, -moz-transform 0.1s;
            transition: color 0.1s, border-color 0.1s, background 0.1s, transform 0.1s; } }

.editor-content img.side-by-side {
  clear: none;
}
.has-media .gmap-container, .single-event .gmap-container {
  display: none;
}

</pre></body></html>